/****************************************************/


/*************  authenticated styles  ****************/


/********* login and landing are separate  **********/
html,
body {
    height: 100%;
}

#main-container {}

/****************************************************/
.alert.alert-pastel-danger,
.alert.alert-pastel-warning,
.alert.alert-pastel-info {
    background-color: rgb(255, 255, 238);
    border-width: 0px;
    border-radius: 0px;
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
    letter-spacing: 1px;
}

.alert.alert-pastel-info {
    background-color: #dff0d8;
    color: #3c763d;
}

.alert.alert-pastel-warning {
    background-color: #fcf8e3;
    color: #8a6d3b;
}

.alert.alert-pastel-danger {
    background-color: #f2dede;
    color: #a94442;
}

.alert.alert-pastel-danger>[data-notify="title"],
.alert.alert-pastel-warning>[data-notify="title"],
.alert.alert-pastel-info>[data-notify="title"] {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}

[data-notify="container"][class*="alert-pastel-"]>[data-notify="message"] {
    font-weight: 400;
}

.table-hover {
    transition: all 0.5s ease-in-out;
    background-color: rgba(255, 255, 255, 0.8);
}

.panel-gallery {
    background-color: transparent;
}

.modal-content {
    border-radius: 0px;
    border: 10px solid rgba(255, 255, 255, 0.3);
}

.modal-header,
.modal-footer {
    background: url(../img/grey.png) repeat 0 0;
    color: rgba(0, 0, 0, 0.8);
}

button.close {
    color: inherit;
    filter: alpha(opacity=60);
    opacity: .6;
}

a.anchor {
    display: block;
    position: relative;
    top: 80px;
    visibility: hidden;
    content: ''
}

*,
*:before,
*:after {
    box-sizing: border-box !important;
}

.padded-card {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    width: 100%;
}


/*.nav-pills>li>a {
    padding: 8px 10px;
}
.menu-category {
    display: inline-block;
    margin: 0.25rem;
    padding: 0.5rem;
    width: 100%;
}*/

.sheer-dusky {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    /* IE 5-7 */
    filter: alpha(opacity=95);
    /* Netscape */
    -moz-opacity: 0.95;
    /* Safari 1.x */
    -khtml-opacity: 0.95;
    /* Good browsers */
    opacity: 0.95;
}

.translucent {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    /* IE 5-7 */
    filter: alpha(opacity=80);
    /* Netscape */
    -moz-opacity: 0.8;
    /* Safari 1.x */
    -khtml-opacity: 0.8;
    /* Good browsers */
    opacity: 0.8;
}

.sheer {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=50);
    /* Netscape */
    -moz-opacity: 0.5;
    /* Safari 1.x */
    -khtml-opacity: 0.5;
    /* Good browsers */
    opacity: 0.5;
}

.progress-bar-danger-warning {
    background-color: #E5804F;
}

.progress-bar-warning-success {
    background-color: #A6B355;
    /*#d9534f #f0ad4e #5cb85c */
}

.css-form input.ng-invalid.ng-dirty.dovalidate {
    border-color: rgba(212, 63, 58, 0.5);
    background-color: rgba(212, 63, 58, 0.1);
}

.css-form input.ng-valid.ng-dirty.dovalidate {
    border-color: rgba(76, 174, 76, 0.5);
    background-color: rgba(76, 174, 76, 0.1);
}

.css-form input {
    transition: 0.5s linear all;
    color: black;
}

.inv-xlg {
    font-size: 250%;
}

.inv-lg {
    font-size: 150%;
}

.strip-link-color {
    color: white;
}

.inline-block {
    display: inline-block;
}

.full-width {
    width: 100%;
}


/****************************************************/


/************* some transitions ang  ****************/


/****************************************************/

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #BBB;
    font-style: italic;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #BBB;
    opacity: 1;
    font-style: italic;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #BBB;
    opacity: 1;
    font-style: italic;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #BBB;
    font-style: italic;
}


/****************************************************/


/************* some transitions ang  ****************/


/****************************************************/

.ng-hide-add,
.ng-hide-remove {
    display: block !important;
}

.animate-show {
    opacity: 1;
    -webkit-transition: .25s opacity all;
    transition: .25s opacity all;
}

.animate-show.ng-hide {
    opacity: 0;
}

.animate-show-icon {
    font-size: 120%;
    opacity: 1;
    -webkit-transition: .25s opacity all;
    transition: .25s opacity all;
}

.animate-show-icon.ng-hide {
    opacity: 0;
    font-size: 25%;
}


/********* begin sxc-  **********/

div.sxc-tab-container {
    z-index: 10;
    padding: 0 !important;
    border-radius: 0px;
    background-clip: padding-box;
}

div.sxc-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

div.sxc-tab-menu div.list-group {
    border: none;
    margin-bottom: 0;
}

div.sxc-tab-menu div.list-group>a {
    border: none;
    margin-bottom: 0;
}

div.sxc-tab-menu div.list-group>a .glyphicon,
div.sxc-tab-menu div.list-group>a .fa {
    color: #3A3A3B;
}

div.sxc-tab-menu div.list-group>a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}

div.sxc-tab-menu div.list-group>a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}

div.sxc-tab-menu div.list-group>a.active,
div.sxc-tab-menu div.list-group>a.active .glyphicon,
div.sxc-tab-menu div.list-group>a.active .fa {
    background: url(../img/grey.png) repeat 0 0;
    border: none;
    color: rgba(0, 0, 0, 0.8);
}

a.completed-status {
    background-color: rgba(100, 100, 100, 0.5);
    border: none;
    font-style: italic;
    color: rgba(255, 255, 255, 0.8);
}

div.sxc-tab-menu div.list-group>a.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #3A3A3B;
}

div.sxc-tab-content {
    padding-left: 20px;
    padding-top: 10px;
}

div.sxc-tab div.sxc-tab-content:not(.active) {
    display: none;
}


/********* end sxc-  **********/


/********* begin sticky  **********/

.custom-alert {
    background: #ffc;
    box-shadow: 0 0 10px #000;
    margin: 0.5em auto;
    font-family: "Muli", arial, sans-serif;
    border-radius: 0px;
    border-color: #ffc;
    color: slategray;
    font-size: 150%;
    -moz-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.3);
    -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.3);
    box-shadow: 5px 5px 7px rgba(33, 33, 33, .3);
    -moz-transition: -moz-transform .5s linear;
    -o-transition: -o-transform .5s linear;
    -webkit-transition: -webkit-transform .5s linear;
}

.note-large {
    font-size: 150%;
}

.note-larger {
    font-size: 170%;
}

#notes h2,
p {
    font-size: 100%;
    font-weight: normal;
}

#notes li {
    list-style: none;
}

#notes {
    overflow: hidden;
    padding: 3em;
}

#notes li a {
    text-decoration: none;
    color: #000;
    background: #ffc;
    display: block;
    height: 10em;
    width: 10em;
    padding: 1em;
    -moz-box-shadow: 5px 5px 7px rgba(33, 33, 33, 1);
    -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, .7);
    box-shadow: 5px 5px 7px rgba(33, 33, 33, .7);
    -moz-transition: -moz-transform .15s linear;
    -o-transition: -o-transform .15s linear;
    -webkit-transition: -webkit-transform .15s linear;
}

#notes li {
    margin: 1em;
    float: left;
}

#notes li h2 {
    font-size: 140%;
    font-weight: bold;
    padding-bottom: 10px;
}

#notes li p {
    font-family: "Muli", arial, sans-serif;
    font-size: 180%;
}


/********* end sticky  **********/

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
}

.textCircle {
    border-radius: 50%;
    behavior: url(PIE.htc);
    width: 100px;
    height: 100px;
    background: lightgray;
    border: 2px solid gray;
    color: white;
    text-align: center;
    font-weight: bolder;
    font-size: 40pt;
    line-height: 1.75;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
}

.gradient-background {
    background-image: -webkit-linear-gradient(top left, #d2f4f7, #fbe8f9);
    background-image: -o-linear-gradient(top left, #d2f4f7, #fbe8f9);
    background-image: linear-gradient(to bottom right, #d2f4f7, #fbe8f9);
}

.gradient-background-two {
    background-image: -webkit-linear-gradient(top left, #d2f4f7, #f4f7d2);
    background-image: -o-linear-gradient(top left, #d2f4f7, #f4f7d2);
    background-image: linear-gradient(to bottom right, #d2f4f7, #f4f7d2);
}

.stylized-icon {
    color: white;
}

.gradient-text,
.gradient-text:hover {
    text-transform: uppercase;
    color: white;
    letter-spacing: 4px;
    font-size: 28px;
    font-family: Verdana;
    text-decoration: none !important;
}

@media (max-width: 767px) {
    .client-panel-title {
        font-size: 100%;
    }

    .container {
        padding: 5px;
    }

    .col-xs-12,
    .col-sm-12 {
        padding: 5px;
    }

    .note-large,
    .note-larger {
        font-size: 110%;
    }
}