@import url("https://fonts.googleapis.com/css?family=Muli:300,400,600,700");

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.fw-cpa-action-title{
    font-size: 6em;
    font-weight: bold;
    color: #e7e7e7e7;
    margin-top: 30px;
    text-align: right;
}

dl.fw-desc {
    background:#efefef;
    padding:20px;
    border-radius:20px;
    margin-left:-15px;
}

dl.fw-desc dt{
    font-size:1.2em;
    margin-bottom:-6px;
}

dl.fw-desc dd{
    font-size:1.4em;
    margin-bottom:5px
}

/*------------------------------------------------------------------------------
REFAZ SALDOS PAGE STOCK
------------------------------------------------------------------------------*/
.wrap {
    display: flex;
    background: white;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.wrap:hover {
    background: #F2C14E; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, #F2C14E, #F78154); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #F2C14E, #F78154); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #F2C14E, #F78154); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #F2C14E, #F78154); /* Standard syntax */
    color: #fff !important;
}

i.wrap:hover {
    color: white;
}

.ico-wrap {
    margin: auto;
}

.mbr-iconfont {
    font-size: 4.5rem !important;  
    margin: 1rem;
    padding-right: 1rem;
}
.vcenter {
    margin: auto;
}

.mbr-section-title3 {
    text-align: left;
    text-transform:uppercase;
    color:#d15629
}

.display-5 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1.4rem;
}
.mbr-bold {
    font-weight: 700;
}

.text1{
    margin-top:-8px;
    font-size:16px;
    color:#555;
}
.contGif{
    width: 100%;
    text-align: center;
}

.loadGif{
    width: 120px;
    margin-left: 0 auto;
}

.label-nobreak{
    white-space:nowrap;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.right .modal-dialog {
    position: fixed;

    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
}

.modal.right .modal-body {
    padding: 15px 15px 80px;
}

.modal.right.fade .modal-dialog {
    right: -320px;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

.modal.right .grid-item{
    display:block;
    padding:1px;
}

.modal.right .grid-item a{
    text-align:center;
    background:#f1f1f1;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    margin-right: 5px;
    margin-top: 5px;
    display:block;
    padding:10px;

    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(90%);

}

.modal.right .grid-item a:hover{
    border: 1px solid #e9eaec;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);

}
/*------------------------------------------------------------------------------
TIME LINE (activities))
------------------------------------------------------------------------------*/
.activities .streamline{
    position:relative;
    border-color:#e0e0e0
}
.activities .streamline .b-info{
    border-color:#2196f3
}
.activities .streamline .b-primary{
    border-color:#673ab7
}
.activities .streamline .b-warning{
    border-color:#ff9800
}
.activities .b-accent{
    border-color:#3f51b5 !important;
    border-left:1px solid
}
.activities .b-accent .sl-item{
    position:relative;
    padding-bottom:1px
}
.activities .b-accent .sl-item:before{
    display:table;
    content:" "
}
.activities .b-accent .sl-item:after{
    position:absolute;
    top:0;
    left:0;
    width:11px;
    height:11px;
    margin-left:-6px;
    background-color:#fff;
    border-color:inherit;
    border-style:solid;
    border-width:2px;
    border-radius:50%;
    content:''
}
.activities .b-accent .sl-item .sl-content{
    padding-bottom:6px;
    margin-top:-6px;
    margin-left:24px;
}

.activities .b-accent .sl-item .sl-content strong{
    font-size: 10px;
    color:#444 !important;
}
.activities .b-accent .sl-item .sl-content p{
    overflow:hidden;
    white-space:nowrap;
    width:100%;
    text-overflow:ellipsis;
    font-size: 11px;
}

.activities .b-accent .sl-item .sl-content small{
    font-size: 9px;
    color:#ccc;
}

/*------------------------------------------------------------------------------
APP MISCELANEA
------------------------------------------------------------------------------*/
.card-miscelanea{
    text-align:center;
    display:block;

}
.card-miscelanea .body i{
    font-size:3em;
    color:#05bdd7;
    display:block;

}

.card-miscelanea .body a{
    color:#8a8a8 !important;
    text-decoration:none;
}

.card-miscelanea-title .body{
    background: url(../img/app_miscelanea/bg-title1.jpg) no-repeat !important;
    background-size: 100% !important;
}
.card-miscelanea-title img{
    width: 60px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 5px;  
}

/*------------------------------------------------------------------------------
APP FOLLOW UP
------------------------------------------------------------------------------*/
card-follow-up{
    text-align:center !important;
    display:block;

}

.card-follow-up .body{
    background:#E65832 !important;
}

.card-follow-up .body img{
    max-width: 30px;
    display:inline;
    margin-left:-11px;


}

.card-follow-up .body a{
    color:#FFF !important;
    text-decoration:none;
}

.card-follow-up-title .body{
    background: url(../img/app_miscelanea/bg-title1.jpg) no-repeat !important;
    background-size: 100% !important;
}
.card-follow-up-title img{
    width: 60px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 5px;  
}

/*------------------------------------------------------------------------------
APP NF-PORTAL
------------------------------------------------------------------------------*/
.main-nfportal{
    color:#2c2c2c;
    font-size:14px;
    font-family:"Muli","Helvetica Neue",Arial,sans-serif !important;
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
}

.main-nfportal dd{
    margin-bottom: 7px;
    font-size: 12px;
}

.main-nfportal dd.num-doc{
    font-size: 22px;
    font-weight:bold !important;
}

.main-nfportal dt{
    font-size: 10px;
}

.main-nfportal h6{
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
}

.main-nfportal .sidebard-panel{
    background: #ebebed;
    padding: 10px 20px;
    right: 0;
}

/*------------------------------------------------------------------------------
APP_FOLLOW_UP
------------------------------------------------------------------------------*/
.dash-mata125{
    padding: 5px !important;
    background: url(../img/app_follow_up/bg_02.jpg) center  no-repeat !important;
    background-size: cover !important;
    color:#fff !important;
}
.dash-mata125 h4{
    font-size: 4em;
    margin-bottom: -10px;
    font-weight: bold;
    color:#fff;
}

.dash-mata125 p{

    color:#fff !important;
}

/*------------------------------------------------------------------------------
WAVES-EFFECTS
------------------------------------------------------------------------------*/
.waves-effect{
    position:relative;
    cursor:pointer;
    display:inline-block;
    overflow:hidden;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-tap-highlight-color:transparent
}
.waves-effect .waves-ripple{
    position:absolute;
    border-radius:50%;
    width:100px;
    height:100px;
    margin-top:-50px;
    margin-left:-50px;
    opacity:0;
    background:rgba(0,0,0,0.2);
    background:-webkit-radial-gradient(rgba(0,0,0,0.2) 0, rgba(0,0,0,0.3) 40%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.5) 60%, rgba(255,255,255,0) 70%);
    background:-o-radial-gradient(rgba(0,0,0,0.2) 0, rgba(0,0,0,0.3) 40%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.5) 60%, rgba(255,255,255,0) 70%);
    background:-moz-radial-gradient(rgba(0,0,0,0.2) 0, rgba(0,0,0,0.3) 40%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.5) 60%, rgba(255,255,255,0) 70%);
    background:radial-gradient(rgba(0,0,0,0.2) 0, rgba(0,0,0,0.3) 40%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.5) 60%, rgba(255,255,255,0) 70%);
    -webkit-transition:all 0.5s ease-out;
    -moz-transition:all 0.5s ease-out;
    -o-transition:all 0.5s ease-out;
    transition:all 0.5s ease-out;
    -webkit-transition-property:-webkit-transform, opacity;
    -moz-transition-property:-moz-transform, opacity;
    -o-transition-property:-o-transform, opacity;
    transition-property:transform, opacity;
    -webkit-transform:scale(0) translate(0, 0);
    -moz-transform:scale(0) translate(0, 0);
    -ms-transform:scale(0) translate(0, 0);
    -o-transform:scale(0) translate(0, 0);
    transform:scale(0) translate(0, 0);
    pointer-events:none
}
.waves-effect.waves-light .waves-ripple{
    background:rgba(255,255,255,0.4);
    background:-webkit-radial-gradient(rgba(255,255,255,0.2) 0, rgba(255,255,255,0.3) 40%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0.5) 60%, rgba(255,255,255,0) 70%);
    background:-o-radial-gradient(rgba(255,255,255,0.2) 0, rgba(255,255,255,0.3) 40%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0.5) 60%, rgba(255,255,255,0) 70%);
    background:-moz-radial-gradient(rgba(255,255,255,0.2) 0, rgba(255,255,255,0.3) 40%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0.5) 60%, rgba(255,255,255,0) 70%);
    background:radial-gradient(rgba(255,255,255,0.2) 0, rgba(255,255,255,0.3) 40%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0.5) 60%, rgba(255,255,255,0) 70%)
}
.waves-effect.waves-classic .waves-ripple{
    background:rgba(0,0,0,0.2)
}
.waves-effect.waves-classic.waves-light .waves-ripple{
    background:rgba(255,255,255,0.4)
}
.waves-notransition{
    -webkit-transition:none !important;
    -moz-transition:none !important;
    -o-transition:none !important;
    transition:none !important
}
.waves-button,.waves-circle{
    -webkit-transform:translateZ(0);
    -moz-transform:translateZ(0);
    -ms-transform:translateZ(0);
    -o-transform:translateZ(0);
    transform:translateZ(0);
    -webkit-mask-image:-webkit-radial-gradient(circle, #fff 100%, #000 100%)
}
.waves-button,.waves-button:hover,.waves-button:visited,.waves-button-input{
    white-space:nowrap;
    vertical-align:middle;
    cursor:pointer;
    border:none;
    outline:none;
    color:inherit;
    background-color:transparent;
    font-size:1em;
    line-height:1em;
    text-align:center;
    text-decoration:none;
    z-index:1
}
.waves-button{
    padding:0.85em 1.1em;
    border-radius:0.2em
}
.waves-button-input{
    margin:0;
    padding:0.85em 1.1em
}
.waves-input-wrapper{
    border-radius:0.2em;
    vertical-align:bottom
}
.waves-input-wrapper.waves-button{
    padding:0
}
.waves-input-wrapper .waves-button-input{
    position:relative;
    top:0;
    left:0;
    z-index:1
}
.waves-circle{
    text-align:center;
    width:2.5em;
    height:2.5em;
    line-height:2.5em;
    border-radius:50%
}
.waves-float{
    -webkit-mask-image:none;
    -webkit-box-shadow:0px 1px 1.5px 1px rgba(0,0,0,0.12);
    box-shadow:0px 1px 1.5px 1px rgba(0,0,0,0.12);
    -webkit-transition:all 300ms;
    -moz-transition:all 300ms;
    -o-transition:all 300ms;
    transition:all 300ms
}
.waves-float:active{
    -webkit-box-shadow:0px 8px 20px 1px rgba(0,0,0,0.3);
    box-shadow:0px 8px 20px 1px rgba(0,0,0,0.3)
}
.waves-block{
    display:block
}

/*------------------------------------------------------------------------------
BUTTONS
------------------------------------------------------------------------------*/

.btn,.navbar .navbar-nav>a.btn{
    border-width:2px;
    font-weight:400;
    font-size:.93em;
    line-height:1.35em;
    margin: 3px 1px;
    border:none;
    border-radius:.1875rem;
    padding: 6px 14px;
    cursor:pointer;
    background-color:#888;
    color:#fff;
}
.btn:hover,.btn:focus,.btn:active,.btn.active,.btn:active:focus,.btn:active:hover,.btn.active:focus,.btn.active:hover,.show>.btn.dropdown-toggle,.show>.btn.dropdown-toggle:focus,.show>.btn.dropdown-toggle:hover,.navbar .navbar-nav>a.btn:hover,.navbar .navbar-nav>a.btn:focus,.navbar .navbar-nav>a.btn:active,.navbar .navbar-nav>a.btn.active,.navbar .navbar-nav>a.btn:active:focus,.navbar .navbar-nav>a.btn:active:hover,.navbar .navbar-nav>a.btn.active:focus,.navbar .navbar-nav>a.btn.active:hover,.show>.navbar .navbar-nav>a.btn.dropdown-toggle,.show>.navbar .navbar-nav>a.btn.dropdown-toggle:focus,.show>.navbar .navbar-nav>a.btn.dropdown-toggle:hover{
    background-color:#979797;
    color:#fff;
    box-shadow:none
}
.btn:hover,.navbar .navbar-nav>a.btn:hover{
    box-shadow:0 3px 8px 0 rgba(0,0,0,0.17)
}
.btn.disabled,.btn.disabled:hover,.btn.disabled:focus,.btn.disabled.focus,.btn.disabled:active,.btn.disabled.active,.btn:disabled,.btn:disabled:hover,.btn:disabled:focus,.btn:disabled.focus,.btn:disabled:active,.btn:disabled.active,.btn[disabled],.btn[disabled]:hover,.btn[disabled]:focus,.btn[disabled].focus,.btn[disabled]:active,.btn[disabled].active,fieldset[disabled] .btn,fieldset[disabled] .btn:hover,fieldset[disabled] .btn:focus,fieldset[disabled] .btn.focus,fieldset[disabled] .btn:active,fieldset[disabled] .btn.active,.navbar .navbar-nav>a.btn.disabled,.navbar .navbar-nav>a.btn.disabled:hover,.navbar .navbar-nav>a.btn.disabled:focus,.navbar .navbar-nav>a.btn.disabled.focus,.navbar .navbar-nav>a.btn.disabled:active,.navbar .navbar-nav>a.btn.disabled.active,.navbar .navbar-nav>a.btn:disabled,.navbar .navbar-nav>a.btn:disabled:hover,.navbar .navbar-nav>a.btn:disabled:focus,.navbar .navbar-nav>a.btn:disabled.focus,.navbar .navbar-nav>a.btn:disabled:active,.navbar .navbar-nav>a.btn:disabled.active,.navbar .navbar-nav>a.btn[disabled],.navbar .navbar-nav>a.btn[disabled]:hover,.navbar .navbar-nav>a.btn[disabled]:focus,.navbar .navbar-nav>a.btn[disabled].focus,.navbar .navbar-nav>a.btn[disabled]:active,.navbar .navbar-nav>a.btn[disabled].active,fieldset[disabled] .navbar .navbar-nav>a.btn,fieldset[disabled] .navbar .navbar-nav>a.btn:hover,fieldset[disabled] .navbar .navbar-nav>a.btn:focus,fieldset[disabled] .navbar .navbar-nav>a.btn.focus,fieldset[disabled] .navbar .navbar-nav>a.btn:active,fieldset[disabled] .navbar .navbar-nav>a.btn.active{
    background-color:#888;
    border-color:#888
}
.btn.btn-simple,.wizard>.actions .disabled a.btn,.navbar .navbar-nav>a.btn.btn-simple,.navbar .wizard>.actions .disabled .navbar-nav>a.btn,.wizard>.actions .disabled .navbar .navbar-nav>a.btn{
    color:#888;
    border-color:#888
}
.btn.btn-simple:hover,.wizard>.actions .disabled a.btn:hover,.btn.btn-simple:focus,.wizard>.actions .disabled a.btn:focus,.btn.btn-simple:active,.wizard>.actions .disabled a.btn:active,.navbar .navbar-nav>a.btn.btn-simple:hover,.navbar .wizard>.actions .disabled .navbar-nav>a.btn:hover,.wizard>.actions .disabled .navbar .navbar-nav>a.btn:hover,.navbar .navbar-nav>a.btn.btn-simple:focus,.navbar .wizard>.actions .disabled .navbar-nav>a.btn:focus,.wizard>.actions .disabled .navbar .navbar-nav>a.btn:focus,.navbar .navbar-nav>a.btn.btn-simple:active,.navbar .wizard>.actions .disabled .navbar-nav>a.btn:active,.wizard>.actions .disabled .navbar .navbar-nav>a.btn:active{
    background-color:transparent;
    color:#979797;
    border-color:#979797;
    box-shadow:none
}
.btn.btn-link,.navbar .navbar-nav>a.btn.btn-link{
    color:#888
}
.btn.btn-link:hover,.btn.btn-link:focus,.btn.btn-link:active,.navbar .navbar-nav>a.btn.btn-link:hover,.navbar .navbar-nav>a.btn.btn-link:focus,.navbar .navbar-nav>a.btn.btn-link:active{
    background-color:transparent;
    color:#979797;
    text-decoration:none;
    box-shadow:none
}
.btn:hover,.btn:focus,.navbar .navbar-nav>a.btn:hover,.navbar .navbar-nav>a.btn:focus{
    opacity:1;
    filter:alpha(opacity=100);
    outline:0 !important
}
.btn:active,.btn.active,.open>.btn.dropdown-toggle,.navbar .navbar-nav>a.btn:active,.navbar .navbar-nav>a.btn.active,.open>.navbar .navbar-nav>a.btn.dropdown-toggle{
    -webkit-box-shadow:none;
    box-shadow:none;
    outline:0 !important
}
.btn.btn-icon,.navbar .navbar-nav>a.btn.btn-icon{
    height:2.375rem;
    min-width:2.375rem;
    width:2.375rem;
    padding:0;
    font-size:.9375rem;
    overflow:hidden;
    position:relative;
    line-height:normal
}
.btn.btn-icon.btn-simple,.wizard>.actions .disabled a.btn.btn-icon,.navbar .navbar-nav>a.btn.btn-icon.btn-simple,.navbar .wizard>.actions .disabled .navbar-nav>a.btn.btn-icon,.wizard>.actions .disabled .navbar .navbar-nav>a.btn.btn-icon{
    padding:0
}
.btn.btn-icon.btn-sm,.navbar .navbar-nav>a.btn.btn-icon.btn-sm{
    height:1.875rem;
    min-width:1.875rem;
    width:1.875rem
}
.btn.btn-icon.btn-sm i.fa,.btn.btn-icon.btn-sm i.now-ui-icons,.navbar .navbar-nav>a.btn.btn-icon.btn-sm i.fa,.navbar .navbar-nav>a.btn.btn-icon.btn-sm i.now-ui-icons{
    font-size:.6875rem
}
.btn.btn-icon.btn-lg,.navbar .navbar-nav>a.btn.btn-icon.btn-lg{
    height:3.6rem;
    min-width:3.6rem;
    width:3.6rem
}
.btn.btn-icon.btn-lg i.now-ui-icons,.btn.btn-icon.btn-lg i.fa,.navbar .navbar-nav>a.btn.btn-icon.btn-lg i.now-ui-icons,.navbar .navbar-nav>a.btn.btn-icon.btn-lg i.fa{
    font-size:1.325rem
}
.btn.btn-icon:not(.btn-footer) i.now-ui-icons,.btn.btn-icon:not(.btn-footer) i.fa,.navbar .navbar-nav>a.btn.btn-icon:not(.btn-footer) i.now-ui-icons,.navbar .navbar-nav>a.btn.btn-icon:not(.btn-footer) i.fa{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-12px, -12px);
    line-height:1.5626rem;
    width:25px
}
.btn:not(.btn-icon) .now-ui-icons,.navbar .navbar-nav>a.btn:not(.btn-icon) .now-ui-icons{
    position:relative;
    top:1px
}
.btn-primary,.wizard>.actions a{
    background-color:#f96332;
    color:#fff
}
.btn-primary:hover,.wizard>.actions a:hover,.btn-primary:focus,.wizard>.actions a:focus,.btn-primary:active,.wizard>.actions a:active,.btn-primary.active,.wizard>.actions a.active,.btn-primary:active:focus,.wizard>.actions a:active:focus,.btn-primary:active:hover,.wizard>.actions a:active:hover,.btn-primary.active:focus,.wizard>.actions a.active:focus,.btn-primary.active:hover,.wizard>.actions a.active:hover,.show>.btn-primary.dropdown-toggle,.wizard>.actions .show>a.dropdown-toggle,.show>.btn-primary.dropdown-toggle:focus,.wizard>.actions .show>a.dropdown-toggle:focus,.show>.btn-primary.dropdown-toggle:hover,.wizard>.actions .show>a.dropdown-toggle:hover{
    background-color:#fa7a50;
    color:#fff;
    box-shadow:none
}
.btn-primary:hover,.wizard>.actions a:hover{
    box-shadow:0 3px 8px 0 rgba(0,0,0,0.17)
}
.btn-primary.disabled,.wizard>.actions a.disabled,.btn-primary.disabled:hover,.wizard>.actions a.disabled:hover,.btn-primary.disabled:focus,.wizard>.actions a.disabled:focus,.btn-primary.disabled.focus,.wizard>.actions a.disabled.focus,.btn-primary.disabled:active,.wizard>.actions a.disabled:active,.btn-primary.disabled.active,.wizard>.actions a.disabled.active,.btn-primary:disabled,.wizard>.actions a:disabled,.btn-primary:disabled:hover,.wizard>.actions a:disabled:hover,.btn-primary:disabled:focus,.wizard>.actions a:disabled:focus,.btn-primary:disabled.focus,.wizard>.actions a:disabled.focus,.btn-primary:disabled:active,.wizard>.actions a:disabled:active,.btn-primary:disabled.active,.wizard>.actions a:disabled.active,.btn-primary[disabled],.wizard>.actions a[disabled],.btn-primary[disabled]:hover,.wizard>.actions a[disabled]:hover,.btn-primary[disabled]:focus,.wizard>.actions a[disabled]:focus,.btn-primary[disabled].focus,.wizard>.actions a[disabled].focus,.btn-primary[disabled]:active,.wizard>.actions a[disabled]:active,.btn-primary[disabled].active,.wizard>.actions a[disabled].active,fieldset[disabled] .btn-primary,fieldset[disabled] .wizard>.actions a,.wizard>.actions fieldset[disabled] a,fieldset[disabled] .btn-primary:hover,fieldset[disabled] .wizard>.actions a:hover,.wizard>.actions fieldset[disabled] a:hover,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .wizard>.actions a:focus,.wizard>.actions fieldset[disabled] a:focus,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .wizard>.actions a.focus,.wizard>.actions fieldset[disabled] a.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .wizard>.actions a:active,.wizard>.actions fieldset[disabled] a:active,fieldset[disabled] .btn-primary.active,fieldset[disabled] .wizard>.actions a.active,.wizard>.actions fieldset[disabled] a.active{
    background-color:#f96332;
    border-color:#f96332
}
.btn-primary.btn-simple,.wizard>.actions a.btn-simple,.wizard>.actions .disabled a{
    color:#f96332;
    border-color:#f96332
}
.btn-primary.btn-simple:hover,.wizard>.actions a.btn-simple:hover,.wizard>.actions .disabled a:hover,.btn-primary.btn-simple:focus,.wizard>.actions a.btn-simple:focus,.wizard>.actions .disabled a:focus,.btn-primary.btn-simple:active,.wizard>.actions a.btn-simple:active,.wizard>.actions .disabled a:active{
    background-color:transparent;
    color:#fa7a50;
    border-color:#fa7a50;
    box-shadow:none
}
.btn-primary.btn-link,.wizard>.actions a.btn-link{
    color:#f96332
}
.btn-primary.btn-link:hover,.wizard>.actions a.btn-link:hover,.btn-primary.btn-link:focus,.wizard>.actions a.btn-link:focus,.btn-primary.btn-link:active,.wizard>.actions a.btn-link:active{
    background-color:transparent;
    color:#fa7a50;
    text-decoration:none;
    box-shadow:none
}
.btn-success{
    background-color: #20c997;
    color:#fff;
}
.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.btn-success:active:focus,.btn-success:active:hover,.btn-success.active:focus,.btn-success.active:hover,.show>.btn-success.dropdown-toggle,.show>.btn-success.dropdown-toggle:focus,.show>.btn-success.dropdown-toggle:hover{
    background-color:#19a689    ;
    color:#fff;
    box-shadow:none
}
.btn-success:hover{
    box-shadow:0 3px 8px 0 rgba(0,0,0,0.17)
}
.btn-success.disabled,.btn-success.disabled:hover,.btn-success.disabled:focus,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled.active,.btn-success:disabled,.btn-success:disabled:hover,.btn-success:disabled:focus,.btn-success:disabled.focus,.btn-success:disabled:active,.btn-success:disabled.active,.btn-success[disabled],.btn-success[disabled]:hover,.btn-success[disabled]:focus,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled].active,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success:hover,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success.active{
    background-color:#18ce0f;
    border-color:#18ce0f
}
.btn-success.btn-simple,.wizard>.actions .disabled a.btn-success{
    color:#18ce0f;
    border-color:#18ce0f
}
.btn-success.btn-simple:hover,.wizard>.actions .disabled a.btn-success:hover,.btn-success.btn-simple:focus,.wizard>.actions .disabled a.btn-success:focus,.btn-success.btn-simple:active,.wizard>.actions .disabled a.btn-success:active{
    background-color:transparent;
    color:#19a689;
    border-color:#19a689;
    box-shadow:none
}
.btn-success.btn-link{
    color:#18ce0f
}
.btn-success.btn-link:hover,.btn-success.btn-link:focus,.btn-success.btn-link:active{
    background-color:transparent;
    color:#19a689;
    text-decoration:none;
    box-shadow:none
}
.btn-info{
    background-color: #607D8B;
    color:#fff;
}
.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.btn-info:active:focus,.btn-info:active:hover,.btn-info.active:focus,.btn-info.active:hover,.show>.btn-info.dropdown-toggle,.show>.btn-info.dropdown-toggle:focus,.show>.btn-info.dropdown-toggle:hover{
    background-color: #607D8B;
    color:#fff;
    box-shadow:none;
}
.btn-info:hover{
    box-shadow:0 3px 8px 0 rgba(0,0,0,0.17)
}
.btn-info.disabled,.btn-info.disabled:hover,.btn-info.disabled:focus,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled.active,.btn-info:disabled,.btn-info:disabled:hover,.btn-info:disabled:focus,.btn-info:disabled.focus,.btn-info:disabled:active,.btn-info:disabled.active,.btn-info[disabled],.btn-info[disabled]:hover,.btn-info[disabled]:focus,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled].active,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info:hover,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info.active{
    background-color:#2CA8FF;
    border-color:#2CA8FF
}
.btn-info.btn-simple,.wizard>.actions .disabled a.btn-info{
    color:#2CA8FF;
    border-color:#2CA8FF
}
.btn-info.btn-simple:hover,.wizard>.actions .disabled a.btn-info:hover,.btn-info.btn-simple:focus,.wizard>.actions .disabled a.btn-info:focus,.btn-info.btn-simple:active,.wizard>.actions .disabled a.btn-info:active{
    background-color:transparent;
    color:#4bb5ff;
    border-color:#4bb5ff;
    box-shadow:none
}
.btn-info.btn-link{
    color:#2CA8FF
}
.btn-info.btn-link:hover,.btn-info.btn-link:focus,.btn-info.btn-link:active{
    background-color:transparent;
    color:#4bb5ff;
    text-decoration:none;
    box-shadow:none
}
.btn-warning{
    background-color:#FFB236;
    color:#fff
}
.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.btn-warning:active:focus,.btn-warning:active:hover,.btn-warning.active:focus,.btn-warning.active:hover,.show>.btn-warning.dropdown-toggle,.show>.btn-warning.dropdown-toggle:focus,.show>.btn-warning.dropdown-toggle:hover{
    background-color:#ffbe55;
    color:#fff;
    box-shadow:none
}
.btn-warning:hover{
    box-shadow:0 3px 8px 0 rgba(0,0,0,0.17)
}
.btn-warning.disabled,.btn-warning.disabled:hover,.btn-warning.disabled:focus,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled.active,.btn-warning:disabled,.btn-warning:disabled:hover,.btn-warning:disabled:focus,.btn-warning:disabled.focus,.btn-warning:disabled:active,.btn-warning:disabled.active,.btn-warning[disabled],.btn-warning[disabled]:hover,.btn-warning[disabled]:focus,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning:hover,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning.active{
    background-color:#FFB236;
    border-color:#FFB236
}
.btn-warning.btn-simple,.wizard>.actions .disabled a.btn-warning{
    color:#FFB236;
    border-color:#FFB236
}
.btn-warning.btn-simple:hover,.wizard>.actions .disabled a.btn-warning:hover,.btn-warning.btn-simple:focus,.wizard>.actions .disabled a.btn-warning:focus,.btn-warning.btn-simple:active,.wizard>.actions .disabled a.btn-warning:active{
    background-color:transparent;
    color:#ffbe55;
    border-color:#ffbe55;
    box-shadow:none
}
.btn-warning.btn-link{
    color:#FFB236
}
.btn-warning.btn-link:hover,.btn-warning.btn-link:focus,.btn-warning.btn-link:active{
    background-color:transparent;
    color:#ffbe55;
    text-decoration:none;
    box-shadow:none
}
.btn-danger{
    background-color:#FF3636;
    color:#fff
}
.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.btn-danger:active:focus,.btn-danger:active:hover,.btn-danger.active:focus,.btn-danger.active:hover,.show>.btn-danger.dropdown-toggle,.show>.btn-danger.dropdown-toggle:focus,.show>.btn-danger.dropdown-toggle:hover{
    background-color:#f55;
    color:#fff;
    box-shadow:none
}
.btn-danger:hover{
    box-shadow:0 3px 8px 0 rgba(0,0,0,0.17)
}
.btn-danger.disabled,.btn-danger.disabled:hover,.btn-danger.disabled:focus,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled.active,.btn-danger:disabled,.btn-danger:disabled:hover,.btn-danger:disabled:focus,.btn-danger:disabled.focus,.btn-danger:disabled:active,.btn-danger:disabled.active,.btn-danger[disabled],.btn-danger[disabled]:hover,.btn-danger[disabled]:focus,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger:hover,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger.active{
    background-color:#FF3636;
    border-color:#FF3636
}
.btn-danger.btn-simple,.wizard>.actions .disabled a.btn-danger{
    color:#FF3636;
    border-color:#FF3636
}
.btn-danger.btn-simple:hover,.wizard>.actions .disabled a.btn-danger:hover,.btn-danger.btn-simple:focus,.wizard>.actions .disabled a.btn-danger:focus,.btn-danger.btn-simple:active,.wizard>.actions .disabled a.btn-danger:active{
    background-color:transparent;
    color:#f55;
    border-color:#f55;
    box-shadow:none
}
.btn-danger.btn-link{
    color:#FF3636
}
.btn-danger.btn-link:hover,.btn-danger.btn-link:focus,.btn-danger.btn-link:active{
    background-color:transparent;
    color:#f55;
    text-decoration:none;
    box-shadow:none
}
.btn-neutral{
    background-color:#fff;
    color:#f96332
}
.btn-neutral:hover,.btn-neutral:focus,.btn-neutral:active,.btn-neutral.active,.btn-neutral:active:focus,.btn-neutral:active:hover,.btn-neutral.active:focus,.btn-neutral.active:hover,.show>.btn-neutral.dropdown-toggle,.show>.btn-neutral.dropdown-toggle:focus,.show>.btn-neutral.dropdown-toggle:hover{
    background-color:#fff;
    color:#fff;
    box-shadow:none
}
.btn-neutral:hover{
    box-shadow:0 3px 8px 0 rgba(0,0,0,0.17)
}
.btn-neutral.disabled,.btn-neutral.disabled:hover,.btn-neutral.disabled:focus,.btn-neutral.disabled.focus,.btn-neutral.disabled:active,.btn-neutral.disabled.active,.btn-neutral:disabled,.btn-neutral:disabled:hover,.btn-neutral:disabled:focus,.btn-neutral:disabled.focus,.btn-neutral:disabled:active,.btn-neutral:disabled.active,.btn-neutral[disabled],.btn-neutral[disabled]:hover,.btn-neutral[disabled]:focus,.btn-neutral[disabled].focus,.btn-neutral[disabled]:active,.btn-neutral[disabled].active,fieldset[disabled] .btn-neutral,fieldset[disabled] .btn-neutral:hover,fieldset[disabled] .btn-neutral:focus,fieldset[disabled] .btn-neutral.focus,fieldset[disabled] .btn-neutral:active,fieldset[disabled] .btn-neutral.active{
    background-color:#fff;
    border-color:#fff
}
.btn-neutral.btn-danger{
    color:#FF3636
}
.btn-neutral.btn-danger:hover,.btn-neutral.btn-danger:focus,.btn-neutral.btn-danger:active{
    color:#f55
}
.btn-neutral.btn-info{
    color:#2CA8FF
}
.btn-neutral.btn-info:hover,.btn-neutral.btn-info:focus,.btn-neutral.btn-info:active{
    color:#4bb5ff
}
.btn-neutral.btn-warning{
    color:#FFB236
}
.btn-neutral.btn-warning:hover,.btn-neutral.btn-warning:focus,.btn-neutral.btn-warning:active{
    color:#ffbe55
}
.btn-neutral.btn-success{
    color:#18ce0f
}
.btn-neutral.btn-success:hover,.btn-neutral.btn-success:focus,.btn-neutral.btn-success:active{
    color:#19a689
}
.btn-neutral.btn-default{
    color:#888
}
.btn-neutral.btn-default:hover,.btn-neutral.btn-default:focus,.btn-neutral.btn-default:active{
    color:#979797
}
.btn-neutral.active,.btn-neutral:active,.btn-neutral:active:focus,.btn-neutral:active:hover,.btn-neutral.active:focus,.btn-neutral.active:hover,.show>.btn-neutral.dropdown-toggle,.show>.btn-neutral.dropdown-toggle:focus,.show>.btn-neutral.dropdown-toggle:hover{
    background-color:#fff;
    color:#fa7a50;
    box-shadow:none
}
.btn-neutral:hover,.btn-neutral:focus{
    color:#fa7a50
}
.btn-neutral:hover:not(.nav-link),.btn-neutral:focus:not(.nav-link){
    box-shadow:none
}
.btn-neutral.btn-simple,.wizard>.actions .disabled a.btn-neutral{
    color:#fff;
    border-color:#fff
}
.btn-neutral.btn-simple:hover,.wizard>.actions .disabled a.btn-neutral:hover,.btn-neutral.btn-simple:focus,.wizard>.actions .disabled a.btn-neutral:focus,.btn-neutral.btn-simple:active,.wizard>.actions .disabled a.btn-neutral:active{
    background-color:transparent;
    color:#fff;
    border-color:#fff;
    box-shadow:none
}
.btn-neutral.btn-link{
    color:#fff
}
.btn-neutral.btn-link:hover,.btn-neutral.btn-link:focus,.btn-neutral.btn-link:active{
    background-color:transparent;
    color:#fff;
    text-decoration:none;
    box-shadow:none
}
.btn:disabled,.btn[disabled],.btn.disabled{
    opacity:.5;
    filter:alpha(opacity=50)
}
.btn-round,.wizard>.actions a,.wizard>.actions .disabled a{
    border-width:1px;
    border-radius:30px !important;
    /* padding:11px 23px; */
}
.btn-round.btn-simple,.wizard>.actions a.btn-simple,.wizard>.actions .disabled a{
    padding:10px 22px;
}
.btn-simple,.wizard>.actions .disabled a{
    border:1px solid;
    border-color:#888;
    padding:10px 22px;
    background-color:transparent
}
.btn-simple.disabled,.wizard>.actions .disabled a.disabled,.btn-simple.disabled:hover,.wizard>.actions .disabled a.disabled:hover,.btn-simple.disabled:focus,.wizard>.actions .disabled a.disabled:focus,.btn-simple.disabled.focus,.wizard>.actions .disabled a.disabled.focus,.btn-simple.disabled:active,.wizard>.actions .disabled a.disabled:active,.btn-simple.disabled.active,.wizard>.actions .disabled a.disabled.active,.btn-simple:disabled,.wizard>.actions .disabled a:disabled,.btn-simple:disabled:hover,.wizard>.actions .disabled a:disabled:hover,.btn-simple:disabled:focus,.wizard>.actions .disabled a:disabled:focus,.btn-simple:disabled.focus,.wizard>.actions .disabled a:disabled.focus,.btn-simple:disabled:active,.wizard>.actions .disabled a:disabled:active,.btn-simple:disabled.active,.wizard>.actions .disabled a:disabled.active,.btn-simple[disabled],.wizard>.actions .disabled a[disabled],.btn-simple[disabled]:hover,.wizard>.actions .disabled a[disabled]:hover,.btn-simple[disabled]:focus,.wizard>.actions .disabled a[disabled]:focus,.btn-simple[disabled].focus,.wizard>.actions .disabled a[disabled].focus,.btn-simple[disabled]:active,.wizard>.actions .disabled a[disabled]:active,.btn-simple[disabled].active,.wizard>.actions .disabled a[disabled].active,fieldset[disabled] .btn-simple,fieldset[disabled] .wizard>.actions .disabled a,.wizard>.actions .disabled fieldset[disabled] a,fieldset[disabled] .btn-simple:hover,fieldset[disabled] .wizard>.actions .disabled a:hover,.wizard>.actions .disabled fieldset[disabled] a:hover,fieldset[disabled] .btn-simple:focus,fieldset[disabled] .wizard>.actions .disabled a:focus,.wizard>.actions .disabled fieldset[disabled] a:focus,fieldset[disabled] .btn-simple.focus,fieldset[disabled] .wizard>.actions .disabled a.focus,.wizard>.actions .disabled fieldset[disabled] a.focus,fieldset[disabled] .btn-simple:active,fieldset[disabled] .wizard>.actions .disabled a:active,.wizard>.actions .disabled fieldset[disabled] a:active,fieldset[disabled] .btn-simple.active,fieldset[disabled] .wizard>.actions .disabled a.active,.wizard>.actions .disabled fieldset[disabled] a.active,.btn-link.disabled,.btn-link.disabled:hover,.btn-link.disabled:focus,.btn-link.disabled.focus,.btn-link.disabled:active,.btn-link.disabled.active,.btn-link:disabled,.btn-link:disabled:hover,.btn-link:disabled:focus,.btn-link:disabled.focus,.btn-link:disabled:active,.btn-link:disabled.active,.btn-link[disabled],.btn-link[disabled]:hover,.btn-link[disabled]:focus,.btn-link[disabled].focus,.btn-link[disabled]:active,.btn-link[disabled].active,fieldset[disabled] .btn-link,fieldset[disabled] .btn-link:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link.focus,fieldset[disabled] .btn-link:active,fieldset[disabled] .btn-link.active{
    background-color:transparent
}
.btn-lg{
    font-size:1em;
    border-radius:.55rem;
    padding:15px 48px
}
.btn-lg.btn-simple,.wizard>.actions .disabled a.btn-lg{
    padding:10px 47px !important;
}

.btn-xs{
    font-size:11px;
    border-radius:.1875rem;
    padding: 5px 12px;
}

.btn-sm{
    font-size:14px;
    border-radius:.1875rem;
    padding: 3px 15px;
}
.btn-sm.btn-simple,.wizard>.actions .disabled a.btn-sm{
    padding:4px 14px
}
.btn-link{
    border:0;
    padding:.5rem .7rem;
    background-color:transparent
}
.btn-wd{
    min-width:140px
}
.btn-group.select{
    width:100%
}
.btn-group.select .btn{
    text-align:left
}
.btn-group.select .caret{
    position:absolute;
    top:50%;
    margin-top:-1px;
    right:8px
}


/*------------------------------------------------------------------------------
CARDS 
------------------------------------------------------------------------------*/
.card{
    transition:.5s;
    border:0;
    position:relative;
    width:100%;
    background:transparent;
    border-radius:.55rem
}

.card .card-inside-title{
    font-size:15px;
    color:#000
}
.card .card-inside-title small{
    color:#9e9e9e;
    font-size:11px
}
.card .card-inside-title small a{
    color:#757575;
    font-weight:700
}
.card .bg-red,.card .bg-pink,.card .bg-purple,.card .bg-deep-purple,.card .bg-indigo,.card .bg-blue,.card .bg-light-blue,.card .bg-cyan,.card .bg-teal,.card .bg-green,.card .bg-light-green,.card .bg-lime,.card .bg-yellow,.card .bg-amber,.card .bg-orange,.card .bg-deep-orange,.card .bg-brown,.card .bg-grey,.card .bg-blue-grey,.card .bg-blush,.card .bg-black{
    border-bottom:none !important;
    color:#fff !important
}
.card .bg-red h2,.card .bg-red small,.card .bg-red .material-icons,.card .bg-pink h2,.card .bg-pink small,.card .bg-pink .material-icons,.card .bg-purple h2,.card .bg-purple small,.card .bg-purple .material-icons,.card .bg-deep-purple h2,.card .bg-deep-purple small,.card .bg-deep-purple .material-icons,.card .bg-indigo h2,.card .bg-indigo small,.card .bg-indigo .material-icons,.card .bg-blue h2,.card .bg-blue small,.card .bg-blue .material-icons,.card .bg-light-blue h2,.card .bg-light-blue small,.card .bg-light-blue .material-icons,.card .bg-cyan h2,.card .bg-cyan small,.card .bg-cyan .material-icons,.card .bg-teal h2,.card .bg-teal small,.card .bg-teal .material-icons,.card .bg-green h2,.card .bg-green small,.card .bg-green .material-icons,.card .bg-light-green h2,.card .bg-light-green small,.card .bg-light-green .material-icons,.card .bg-lime h2,.card .bg-lime small,.card .bg-lime .material-icons,.card .bg-yellow h2,.card .bg-yellow small,.card .bg-yellow .material-icons,.card .bg-amber h2,.card .bg-amber small,.card .bg-amber .material-icons,.card .bg-orange h2,.card .bg-orange small,.card .bg-orange .material-icons,.card .bg-deep-orange h2,.card .bg-deep-orange small,.card .bg-deep-orange .material-icons,.card .bg-brown h2,.card .bg-brown small,.card .bg-brown .material-icons,.card .bg-grey h2,.card .bg-grey small,.card .bg-grey .material-icons,.card .bg-blue-grey h2,.card .bg-blue-grey small,.card .bg-blue-grey .material-icons,.card .bg-blush h2,.card .bg-blush small,.card .bg-blush .material-icons,.card .bg-black h2,.card .bg-black small,.card .bg-black .material-icons{
    color:#fff !important
}
.card .bg-red .badge,.card .bg-pink .badge,.card .bg-purple .badge,.card .bg-deep-purple .badge,.card .bg-indigo .badge,.card .bg-blue .badge,.card .bg-light-blue .badge,.card .bg-cyan .badge,.card .bg-teal .badge,.card .bg-green .badge,.card .bg-light-green .badge,.card .bg-lime .badge,.card .bg-yellow .badge,.card .bg-amber .badge,.card .bg-orange .badge,.card .bg-deep-orange .badge,.card .bg-brown .badge,.card .bg-grey .badge,.card .bg-blue-grey .badge,.card .bg-blush .badge,.card .bg-black .badge{
    background-color:#fff;
    color:#424242
}
.card .header{
    color:#424242;
    /* padding:20px 0; */
    position:relative;
    box-shadow:none;
    margin: 0;
}
.card .header .header-dropdown{
    position:absolute;
    top:14px;
    right:0;
    list-style:none
}
.card .header .header-dropdown li a{
    padding:5px 10px
}
.card .header .header-dropdown li .dropdown-menu{
    border-radius:.55rem;
    overflow:hidden;
    right:0 !important;
    left:auto !important;
    transform:none !important;
    top:30px !important
}
.card .header .header-dropdown li .dropdown-menu li{
    display:block !important
}
.card .header .header-dropdown li .dropdown-menu li a{
    padding:10px;
    border-radius:.1875rem
}
.card .header h2{
    font-size:16px;
    color:#212121;
    position:relative
}
.card .header h2 small{
    font-size:13px;
    color:#9e9e9e;
    line-height:15px
}
.card .header h2 small a{
    font-weight:700;
    color:#757575
}
.card .p-10{
    padding:10px !important
}
.card .p-15{
    padding:15px !important
}
.card .body{
    font-size:14px;
    padding:20px;
    box-shadow:0 1px 2px 0 rgba(0,0,0,0.2);
    border-radius:.55rem;
    background:#fff;
    color:#616161;
    font-weight:400;
    transition:all 0.2s ease-in-out;
    margin-bottom: 10px;
}
.card .body:hover{
    box-shadow:0 2px 20px 0 rgba(0,0,0,0.1);
    transition:all 0.2s ease-in-out
}
.card .body.bg-dark{
    background:#313740 !important;
    color:#bdbdbd !important
}
.card .body.bg-dark .table td,.card .body.bg-dark .table th{
    border-top:1px solid #4c4c4c;
    color:#bdbdbd
}

.card .pw_header h6{
    font-weight:bold;
    font-size: 1.1em;
    text-transform:uppercase;
}
@media only screen and (max-width: 500px){
    .card .body{
        padding:15px
    }
}


/*------------------------------------------------------------------------------
BUTTONS
------------------------------------------------------------------------------*/
.btn-simple{
    background:transparent !important;
    box-shadow:none !important;
    text-shadow:none;
}

.btn.btn-simple,.wizard>.actions .disabled a.btn,.navbar .navbar-nav>a.btn.btn-simple,.navbar .wizard>.actions .disabled .navbar-nav>a.btn,.wizard>.actions .disabled .navbar .navbar-nav>a.btn{
    color:#888;
    border-color:#888
}
.btn.btn-simple:hover,.wizard>.actions .disabled a.btn:hover,.btn.btn-simple:focus,.wizard>.actions .disabled a.btn:focus,.btn.btn-simple:active,.wizard>.actions .disabled a.btn:active,.navbar .navbar-nav>a.btn.btn-simple:hover,.navbar .wizard>.actions .disabled .navbar-nav>a.btn:hover,.wizard>.actions .disabled .navbar .navbar-nav>a.btn:hover,.navbar .navbar-nav>a.btn.btn-simple:focus,.navbar .wizard>.actions .disabled .navbar-nav>a.btn:focus,.wizard>.actions .disabled .navbar .navbar-nav>a.btn:focus,.navbar .navbar-nav>a.btn.btn-simple:active,.navbar .wizard>.actions .disabled .navbar-nav>a.btn:active,.wizard>.actions .disabled .navbar .navbar-nav>a.btn:active{
    background-color:transparent;
    color:#979797 !important;
    border-color:#979797;
    box-shadow:none;
}

.btn-round,.wizard>.actions a,.wizard>.actions .disabled a{
    border-width:1px;
    border-radius:30px !important;
    /* padding:11px 23px; */
}
.btn-round.btn-simple,.wizard>.actions a.btn-simple,.wizard>.actions .disabled a{
    padding: 5px 10px;
}

.btn-round.btn-simple.btn-xs{
    padding: 4px 10px;
}

.btn-danger {
    background-color: #FF3636;
    color: #fff;
}

.btn-danger:hover {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.17);

}

.btn-danger.btn-simple, .wizard>.actions .disabled a.btn-danger {
    color: #FF3636 !important;
    border-color: #FF3636;
}

/*------------------------------------------------------------------------------
 BUTTONS 3D
------------------------------------------------------------------------------*/
.btn3d {
    position:relative;
    top: -6px;
    border:0;
    transition: all 40ms linear;
    margin-top:10px;
    margin-bottom:10px;
    margin-left:2px;
    margin-right:2px;
}
.btn3d:active:focus,
.btn3d:focus:hover,
.btn3d:focus {
    -moz-outline-style:none;
    outline:medium none;
}
.btn3d:active, .btn3d.active {
    top:2px;
}
.btn3d.btn-white {
    color: #666666;
    box-shadow:0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255,255,255,0.10) inset, 0 8px 0 0 #f5f5f5, 0 8px 8px 1px rgba(0,0,0,.2);
    background-color:#fff;
}
.btn3d.btn-white:active, .btn3d.btn-white.active {
    color: #666666;
    box-shadow:0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,.1);
    background-color:#fff;
}
.btn3d.btn-default {
    color: #666666;
    box-shadow:0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255,255,255,0.10) inset, 0 8px 0 0 #BEBEBE, 0 8px 8px 1px rgba(0,0,0,.2);
    background-color:#f9f9f9;
}
.btn3d.btn-default:active, .btn3d.btn-default.active {
    color: #666666;
    box-shadow:0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,.1);
    background-color:#f9f9f9;
}
.btn3d.btn-primary {
    box-shadow:0 0 0 1px #417fbd inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #4D5BBE, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#4274D7;
}
.btn3d.btn-primary:active, .btn3d.btn-primary.active {
    box-shadow:0 0 0 1px #417fbd inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color:#4274D7;
}
.btn3d.btn-success {
    box-shadow:0 0 0 1px #31c300 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #5eb924, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#78d739;
}
.btn3d.btn-success:active, .btn3d.btn-success.active {
    box-shadow:0 0 0 1px #30cd00 inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #78d739;
}
.btn3d.btn-info {
    box-shadow:0 0 0 1px #00a5c3 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #348FD2, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#39B3D7;
}
.btn3d.btn-info:active, .btn3d.btn-info.active {
    box-shadow:0 0 0 1px #00a5c3 inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #39B3D7;
}
.btn3d.btn-warning {
    box-shadow:0 0 0 1px #d79a47 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #D79A34, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#FEAF20;
}
.btn3d.btn-warning:active, .btn3d.btn-warning.active {
    box-shadow:0 0 0 1px #d79a47 inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #FEAF20;
}
.btn3d.btn-danger {
    box-shadow:0 0 0 1px #b93802 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #AA0000, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#D73814;
}
.btn3d.btn-danger:active, .btn3d.btn-danger.active {
    box-shadow:0 0 0 1px #b93802 inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #D73814;
}
.btn3d.btn-magick {
    color: #fff;
    box-shadow:0 0 0 1px #9a00cd inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #9823d5, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#bb39d7;
}
.btn3d.btn-magick:active, .btn3d.btn-magick.active {
    box-shadow:0 0 0 1px #9a00cd inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #bb39d7;
}

/*------------------------------------------------------------------------------
AGENDA COMERCIAL
------------------------------------------------------------------------------*/
.listSchedule {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 15px;
    padding-right: 20px;
}

.listSchedule > ul > li  {
    margin-bottom:10px;
    position: relative;
    float: left;
    width: 100%; 
    height: 75px;
    left: 0;
    background-color: #F1F1EF;
    list-style: none;
    box-shadow: 2px 2px 5px 2px rgba(218, 215, 206,0.8);
    z-index: 2;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.listSchedule .btn-link  {
    font-weight:normal;
    color:#999 !important;
}

.li_md_1 {
    width: 125px;
    position: relative;
    float: left;
    height: 20px;
    top:50%;
    margin-top: -10px;
}
.li_md_1 > p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
}

.li_md_2 {
    width: 220px;
    position: relative;
    float: left;
    margin-top: 20px;
}
.li_md_2  > h4 {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.li_md_2  > p {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    margin-top: -8px;
    font-weight: 700;
    color: #999;
}



.li_md_3 {
    position: relative;
    float: left;
    width: 20px;
    height: 14px;
    top:50%;
    margin-top: -10px;
}

.li_md_3 > .p {
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;  
}
.li_md_3 > .cont_text_date > p {
    text-align: center;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 100;
    color: #979898; 
}

.li_md_3:hover > .p{
    opacity: 1;  

}

.li_md_3 > .p{
    position: absolute;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #F1F1EF;
    width: 100%;
    height: 47px;
    top: 0px;
}

.li_md_3 > .p > ul > li{
    position: relative;
    float: right;
    width: 100%;
    list-style-type: none;
}
.li_md_3 > .cont_btns_options > ul > li:nth-child(1) > a {
    /*   background-color: #ef5350; */
}
.li_md_3 > .cont_btns_options > ul > li > a {
    display: block;
    width: 20px;
    height: 15px;
    background-color: #4C75A1;
    padding: 5px 3px;
    border-radius: 50%;
    color: #fff;
    margin-top: -5px;
}

.li_md_3 > .p > ul > li > a > i {
    font-size: 15px;
}

.list_dsp_none {
    display: none;
    opacity: 0;
    margin-top: 20px;
}

.list_dsp_true {
    margin:0px;
    opacity: 1;  
}


.list_work {
    z-index: 1;  
}

.list_today > .li_md_1 {
    border-left: 6px solid #e45;
    color: #e45;
}

.list_default > .li_md_1 {
    border-left: 4px solid #2A476B;
    color: #2A476B;
}

.list_sport > .li_md_1 {
    border-left: 4px solid #EF8A18;
    color: #EF8A18;
}

.list_music > .li_md_1 {
    border-left: 4px solid #EE1E65; 
    color: #EE1E65;
}

.list_finish_state {
    opacity: 0.3;
    margin: 15px 0px;
    z-index: 1;
}


.resumo td.info,th.info{
    background-color: #6f829a !important;
    color:#fff !important;
    border:none;
}


/*------------------------------------------------------------------------------
LABEL FLOAT
------------------------------------------------------------------------------*/
.float-label-control { position: relative; margin-bottom: 1.5em; }
.float-label-control ::-webkit-input-placeholder { color: transparent; }
.float-label-control :-moz-placeholder { color: transparent; }
.float-label-control ::-moz-placeholder { color: transparent; }
.float-label-control :-ms-input-placeholder { color: transparent; }
.float-label-control input:-webkit-autofill,
.float-label-control textarea:-webkit-autofill { background-color: transparent !important; -webkit-box-shadow: 0 0 0 1000px white inset !important; -moz-box-shadow: 0 0 0 1000px white inset !important; box-shadow: 0 0 0 1000px white inset !important; }
.float-label-control input, .float-label-control textarea, .float-label-control label { font-size: 1.3em; box-shadow: none; -webkit-box-shadow: none; }
.float-label-control input:focus,
.float-label-control textarea:focus { box-shadow: none; -webkit-box-shadow: none; border-bottom-width: 2px; padding-bottom: 0; }
.float-label-control textarea:focus { padding-bottom: 4px; }
.float-label-control input, .float-label-control textarea { display: block; width: 100%; padding: 0.1em 0em 1px 0em; border: none; border-radius: 0px; border-bottom: 1px solid #aaa; outline: none; margin: 0px; background: none; }
.float-label-control textarea { padding: 0.1em 0em 5px 0em; }
.float-label-control label {position: absolute;font-weight: normal;top: -1.0em;/* left: 0.08em; */color: #aaaaaa;z-index: -1;font-size: 0.85em;-moz-animation: float-labels 300ms none ease-out;-webkit-animation: float-labels 300ms none ease-out;-o-animation: float-labels 300ms none ease-out;-ms-animation: float-labels 300ms none ease-out;-khtml-animation: float-labels 300ms none ease-out;animation: float-labels 300ms none ease-out; /* There is a bug sometimes pausing the animation. This avoids that.*/animation-play-state: running !important;-webkit-animation-play-state: running !important;}
.float-label-control input.empty + label,
.float-label-control textarea.empty + label { top: 0.1em; font-size: 1.5em; animation: none; -webkit-animation: none; }
.float-label-control input:not(.empty) + label,
.float-label-control textarea:not(.empty) + label { z-index: 1; }
.float-label-control input:not(.empty):focus + label,
.float-label-control textarea:not(.empty):focus + label { color: #aaaaaa; }
.float-label-control.label-bottom label { -moz-animation: float-labels-bottom 300ms none ease-out; -webkit-animation: float-labels-bottom 300ms none ease-out; -o-animation: float-labels-bottom 300ms none ease-out; -ms-animation: float-labels-bottom 300ms none ease-out; -khtml-animation: float-labels-bottom 300ms none ease-out; animation: float-labels-bottom 300ms none ease-out; }
.float-label-control.label-bottom input:not(.empty) + label,
.float-label-control.label-bottom textarea:not(.empty) + label { top: 3em; }


@keyframes float-labels {
    0% { opacity: 1; color: #aaa; top: 0.1em; font-size: 1.5em; }
    20% { font-size: 1.5em; opacity: 0; }
    30% { top: 0.1em; }
    50% { opacity: 0; font-size: 0.85em; }
    100% { top: -1em; opacity: 1; }
}

@-webkit-keyframes float-labels {
    0% { opacity: 1; color: #aaa; top: 0.1em; font-size: 1.5em; }
    20% { font-size: 1.5em; opacity: 0; }
    30% { top: 0.1em; }
    50% { opacity: 0; font-size: 0.85em; }
    100% { top: -1em; opacity: 1; }
}

@keyframes float-labels-bottom {
    0% { opacity: 1; color: #aaa; top: 0.1em; font-size: 1.5em; }
    20% { font-size: 1.5em; opacity: 0; }
    30% { top: 0.1em; }
    50% { opacity: 0; font-size: 0.85em; }
    100% { top: 3em; opacity: 1; }
}

@-webkit-keyframes float-labels-bottom {
    0% { opacity: 1; color: #aaa; top: 0.1em; font-size: 1.5em; }
    20% { font-size: 1.5em; opacity: 0; }
    30% { top: 0.1em; }
    50% { opacity: 0; font-size: 0.85em; }
    100% { top: 3em; opacity: 1; }
}



/*------------------------------------------------------------------------------
 FILE MANEGER
------------------------------------------------------------------------------*/
/* PIN BOARD */
ul.notes li,
ul.tag-list li {
    list-style: none;
}
ul.notes li h4 {
    margin-top: 20px;
    font-size: 16px;
}
ul.notes li div {
    text-decoration: none;
    color: #000;
    background: #ffc;
    display: block;
    height: 140px;
    width: 140px;
    padding: 1em;
    position: relative;
}
ul.notes li div small {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 10px;
}
ul.notes li div a {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: inherit;
}
ul.notes li {
    margin: 10px 40px 50px 0;
    float: left;
}
ul.notes li div p {
    font-size: 12px;
}
ul.notes li div {
    text-decoration: none;
    color: #000;
    background: #ffc;
    display: block;
    height: 140px;
    width: 140px;
    padding: 1em;
    /* Firefox */
    -moz-box-shadow: 5px 5px 2px #212121;
    /* Safari+Chrome */
    -webkit-box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7);
    /* Opera */
    box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7);
}
ul.notes li div {
    -webkit-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
}
ul.notes li:nth-child(even) div {
    -o-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    position: relative;
    top: 5px;
}
ul.notes li:nth-child(3n) div {
    -o-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    position: relative;
    top: -5px;
}
ul.notes li:nth-child(5n) div {
    -o-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    position: relative;
    top: -10px;
}
ul.notes li div:hover,
ul.notes li div:focus {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    position: relative;
    z-index: 5;
}
ul.notes li div {
    text-decoration: none;
    color: #000;
    background: #ffc;
    display: block;
    height: 210px;
    width: 210px;
    padding: 1em;
    -moz-box-shadow: 5px 5px 7px #212121;
    -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
    box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
    -moz-transition: -moz-transform 0.15s linear;
    -o-transition: -o-transform 0.15s linear;
    -webkit-transition: -webkit-transform 0.15s linear;
}
.file-box {
    float: left;
    /* width: 220px; */
}
.file-manager h5 {
    text-transform: uppercase;
}
.file-manager {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.folder-list li a {
    color: #666666;
    display: block;
    padding: 5px 0;
}
.folder-list li {
    border-bottom: 1px solid #e7eaec;
    display: block;
}
.folder-list li i {
    margin-right: 8px;
    color: #3d4d5d;
}
.category-list li a {
    color: #666666;
    display: block;
    padding: 5px 0;
}
.category-list li {
    display: block;
}
.category-list li i {
    margin-right: 8px;
    color: #3d4d5d;
}
.category-list li a .text-navy {
    color: #1ab394;
}
.category-list li a .text-primary {
    color: #1c84c6;
}
.category-list li a .text-info {
    color: #23c6c8;
}
.category-list li a .text-danger {
    color: #EF5352;
}
.category-list li a .text-warning {
    color: #F8AC59;
}
.file-manager h5.tag-title {
    margin-top: 20px;
}
.tag-list li {
    float: left;
}
.tag-list li a {
    font-size: 10px;
    background-color: #f3f3f4;
    padding: 5px 12px;
    color: inherit;
    border-radius: 2px;
    border: 1px solid #e7eaec;
    margin-right: 5px;
    margin-top: 5px;
    display: block;
}
.file {
    border: 1px solid #e7eaec;
    padding: 0;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px;
}
.file-manager .hr-line-dashed {
    margin: 15px 0;
}
.file .icon,
.file .image {
    height: 100px;
    overflow: hidden;
}
.file .icon {
    padding: 15px 10px;
    text-align: center;
}
.file-control {
    color: inherit;
    font-size: 11px;
    margin-right: 10px;
}
.file-control.active {
    text-decoration: underline;
}
.file .icon i {
    font-size: 70px;
    color: #dadada;
}
.file .file-name {
    padding: 10px;
    background-color: #f8f8f8;
    border-top: 1px solid #e7eaec;
}
.file-name small {
    color: #676a6c;
}
.corner {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 0.6em solid transparent;
    border-right: 0.6em solid #f1f1f1;
    border-bottom: 0.6em solid #f1f1f1;
    right: 0em;
    bottom: 0em;
}
a.compose-mail {
    padding: 8px 10px;
}
.mail-search {
    max-width: 300px;
}


/*------------------------------------------------------------------------------
 PROGRESS BAR
------------------------------------------------------------------------------*/
.progress{
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    border-radius:10px;
    height:10px
}
.progress .progress-bar{
    line-height:8px;
    background-color:#2196f3
}
.progress .progress-bar-success{
    background-color:#4caf50
}
.progress .progress-bar-info{
    background-color:#03a9f4
}
.progress .progress-bar-warning{
    background-color:#ffc107
}
.progress .progress-bar-danger{
    background-color:#f44336
}

.progress-container .progress-badge {
    color: #888;
    font-size: .93em;
    text-transform: uppercase;
}

.progress-small,
.progress-small .progress-bar {
    height: 10px;
}
.progress-small,
.progress-mini {
    margin-top: 5px;
}
.progress-mini,
.progress-mini .progress-bar {
    height: 5px;
    margin-bottom: 0;
}
.progress-bar-navy-light {
    background-color: #3dc7ab;
}
.progress-bar-success {
    background-color: #1c84c6;
}
.progress-bar-info {
    background-color: #23c6c8;
}
.progress-bar-warning {
    background-color: #f8ac59;
}
.progress-bar-danger {
    background-color: #ed5565;
}

.progress-container{
    position:relative
}
.progress-container+.progress-container,.progress-container ~ .progress-container{
    margin-top:15px
}
.progress-container .progress-badge{
    color:#888;
    font-size:.93em;
    text-transform:uppercase
}
/*
.progress-container .progress{
    height: 7px;
    border-radius: 10PX;
    box-shadow:none;
    background:rgba(222,222,222,0.8);
    margin-top:14px;
}*/

.progress-container .progress{
    height: 3px;
    border-radius: 10PX;
    box-shadow:none;
    background:rgba(222,222,222,0.8);
    margin-top: 5px;
    margin-right: 20px;
}

.progress-container .progress .progress-bar{
    box-shadow:none;
    background-color:#888
}
.progress-container .progress .progress-value{
    position:absolute;
    /*top:6px;*/
    right:0;
    color:#888;
    font-size:.93em
}
.progress-container.progress-neutral .progress{
    background:rgba(255,255,255,0.3)
}
.progress-container.progress-neutral .progress-bar{
    background:#fff
}
.progress-container.progress-neutral .progress-value,.progress-container.progress-neutral .progress-badge{
    color:#fff
}
.progress-container.progress-primary .progress{
    background:rgba(249,99,50,0.3)
}
.progress-container.progress-primary .progress-bar{
    background:#f96332
}
.progress-container.progress-primary .progress-value,.progress-container.progress-primary .progress-badge{
    color:#f96332
}
.progress-container.progress-info .progress{
    background:rgba(44,168,255,0.3)
}
.progress-container.progress-info .progress-bar{
    background:#2CA8FF
}
.progress-container.progress-info .progress-value,.progress-container.progress-info .progress-badge{
    color:#2CA8FF
}
.progress-container.progress-success .progress{
    background:rgba(24,206,15,0.3)
}
.progress-container.progress-success .progress-bar{
    background:#18ce0f
}
.progress-container.progress-success .progress-value,.progress-container.progress-success .progress-badge{
    color:#18ce0f
}
.progress-container.progress-warning .progress{
    background:rgba(255,178,54,0.3)
}
.progress-container.progress-warning .progress-bar{
    background:#FFB236
}
.progress-container.progress-warning .progress-value,.progress-container.progress-warning .progress-badge{
    color:#FFB236
}
.progress-container.progress-danger .progress{
    background:rgba(255,54,54,0.3)
}
.progress-container.progress-danger .progress-bar{
    background:#FF3636
}
.progress-container.progress-danger .progress-value,.progress-container.progress-danger .progress-badge{
    color:#FF3636
}


.l-green{
    background:linear-gradient(45deg, #9ce89d, #cdfa7e) !important
}
.l-pink{
    background:linear-gradient(45deg, pink, #fbc1cb) !important
}
.l-turquoise,.total_earnings .chart div{
    background:linear-gradient(45deg, #00ced1, #08e5e8) !important;
    color:#fff !important
}
.l-cyan{
    background:linear-gradient(45deg, #49cdd0, #00bcd4) !important;
    color:#fff !important
}
.l-khaki{
    background:linear-gradient(45deg, khaki, #fdf181) !important
}
.l-coral{
    background:linear-gradient(45deg, #f08080, #f58787) !important;
    color:#fff !important
}
.l-salmon{
    background:linear-gradient(45deg, #ec74a1, #fbc7c0) !important;
    color:#fff !important
}
.l-blue{
    background:linear-gradient(45deg, #72c2ff, #86f0ff) !important;
    color:#fff !important
}
.l-seagreen{
    background:linear-gradient(45deg, #8ed8ec, #85f7b5) !important;
    color:#fff !important
}
.l-amber,.w_calender span+span,.w_calender em{
    background:linear-gradient(45deg, #fda582, #f7cf68) !important;
    color:#fff !important
}
.l-blush{
    background:linear-gradient(45deg, #dd5e89, #f7bb97) !important;
    color:#fff !important
}
.l-parpl,.total_earnings .chart.expense div{
    background:linear-gradient(45deg, #a890d3, #edbae7) !important;
    color:#fff !important
}
.l-slategray{
    background:linear-gradient(45deg, #708090, #7c8ea0) !important;
    color:#fff !important
}
.l-dark{
    background:linear-gradient(45deg, #555, #333) !important;
    color:#fff !important
}


.panel-title {
    font-size: inherit;
}
.jumbotron {
    border-radius: 6px;
    padding: 40px;
}
.jumbotron h1 {
    margin-top: 0;
}




/*------------------------------------------------------------------------------
 DOCUMENTAO OBRA
------------------------------------------------------------------------------*/

.project_report .project-title small{
    color:#555;
    font-size:11px;

}

.project_report .progress{
    height:3px
}
.project_report .progress .progress-bar{
    line-height:3px
}
.project_report .project-title h6{
    font-size:14px;
    font-weight:700;
    padding: 0;
    margin: 0;
    color:#424242;
    text-transform:uppercase;
}
.project_report h6 a{
    color:#424242;
}

.project-people,
.project-actions {
    text-align: right;
    vertical-align: middle;
}
dd.project-people {
    text-align: left;
    margin-top: 5px;
}
.project-people img {
    width: 32px;
    height: 32px;
}
.project-title a {
    font-size: 14px;
    color: #676a6c;
    font-weight: 600;
}
.project-list table tr td {
    border-top: none;
    border-bottom: 1px solid #e7eaec;
    padding: 15px 10px;
    vertical-align: middle;
}
.project-manager .tag-list li a {
    font-size: 10px;
    background-color: white;
    padding: 5px 12px;
    color: inherit;
    border-radius: 2px;
    border: 1px solid #e7eaec;
    margin-right: 5px;
    margin-top: 5px;
    display: block;
}
.project-files li a {
    font-size: 11px;
    color: #676a6c;
    margin-left: 10px;
    line-height: 22px;
}

/*------------------------------------------------------------------------------
 WIDGETS
------------------------------------------------------------------------------*/
.widget {
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 10px;
    /* margin-top: 10px; */
}
.widget.style1 h2 {
    font-size: 30px;
}
.widget h2,
.widget h3 {
    margin-top: 5px;
    margin-bottom: 0;
}
.widget-text-box {
    padding: 20px;
    border: 1px solid #e7eaec;
    background: #ffffff;
}
.widget-head-color-box {
    border-radius: 5px 5px 0 0;
    margin-top: 10px;
}
.widget .flot-chart {
    height: 100px;
}
/*------------------------------------------------------------------------------
IMPORTACAO DE XML
------------------------------------------------------------------------------*/
.import-xml{
    font-family: 'Roboto';
}


.import-xml .setNode{
    font-size: 12px;
    padding: 10px;
    color: #757678;
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

}
.import-xml .title-node{
    font-size: 14px;
    font-weight: 600;
    color: #1ab394;
    display: block;
}
.title-node:hover {
    color: #179d82;
}


.import-xml table.table-itens td{
    font-size: 8.5px;
    white-space: nowrap;
    font-family:  'Roboto';
    padding: 3px 6px !important;
}

.import-xml table.table-itens td .btn-xs{
    font-size: 8px;
    padding: 4px 10px;
    margin: 0;
}

.import-xml table.table-itens th{
    font-size: 7.5px;
    white-space: nowrap;    
}

.import-xml table.table-header th{
    white-space: nowrap;
    padding-bottom: 0px !important;
    border:none;
}

.import-xml table.table-header td{
    /*white-space: nowrap;*/
    padding-top: 0px !important;
    border:none;

}

.import-xml ul.list-pedidos{
    list-style:none;
    padding:0;
}

.import-xml ul.list-pedidos li{
    border-bottom:1px solid #ededed;
    padding:4px;    
}

.import-xml ul.list-pedidos li:hover{
    background:#efefef    
}

.import-xml dl{
    padding:5px;
}

.import-xml dl dt{
    color:#555;
}

.import-xml dl dd{
    margin-bottom:10px;
}

.table-info-nf tr th,td{
    padding:0px 10px 2px 5px;
}
.table-info-nf tr td{
    padding-bottom:5px;

}
/*------------------------------------------------------------------------------
BACKGROUNDS 
------------------------------------------------------------------------------*/
.gray-bg {
    background-color: #f3f3f4;
}
.white-bg
,.white-bg small
,.white-bg p {
    background-color: #ffffff;
}
.navy-bg, 
.navy-bg small,
.navy-bg small p {
    background-color: #1ab394;
    color: #fff;
}
.blue-bg
,.blue-bg small
,.blue-bg p {
    background-color: #069;
    color: #ffffff;
}
.lazur-bg
,.lazur-bg small
,.lazur-ng p {
    background-color: #23c6c8;
    color: #ffffff;
}
.yellow-bg {
    background-color: #f8ac59;
    color: #ffffff;
}
.red-bg {
    background-color: #ed5565;
    color: #ffffff;
}
.black-bg {
    background-color: #262626;
    color: #ffffff;
}

/*------------------------------------------------------------------------------
HEADLINE (LINHAS TITULO CABECALHO)
------------------------------------------------------------------------------*/
.headline{
    margin: 20px 0;
    padding: 5px 0 10px;
    border-bottom: 1px solid #eee;
    font-weight: 500;
    /* color: #000 !important; */ /* 6e829b*/
}

.headline .line {
    display: block;
    height: 4px;
    background: #555;
    margin-top: 7px;
    margin-bottom: -10px;
    width: 50px;
}


/*------------------------------------------------------------------------------
ALERT WORKFLOW (MAIN PAGE)
------------------------------------------------------------------------------*/
.alert-wf {
    /*padding: 15px;*/
    background-color: #fff;
    border-left: 3px solid #7f7f84;
    margin-bottom: 7px;
    /* margin-right:10px; */
    -webkit-box-shadow: 0 5px 7px -6px rgba(0,0,0,.5);
    -moz-box-shadow: 0 5px 7px -6px rgba(0,0,0,.5);
    box-shadow: 0 5px 8px -4px rgba(0,0,0,.5);
}
a.alert-wf:hover {
    background-color: #fcfcfc;
    text-decoration: none !important;
}

a.alert-wf strong:hover {
    text-decoration: underline;
}

.alert-wf-xs {
    padding: 5px;
    font-size: 85%;
}
.alert-wf-sm {
    padding: 10px;
    font-size: 80%;
}
.alert-wf-lg {
    padding: 35px;
    font-size: large;
}
.alert-wf-success {
    border-color: #80D651;
}
.alert-wf-success>strong,.alert-wf-success a {
    color: #80D651;
}
.alert-wf-info {
    border-color: #45ABCD;
}
.alert-wf-info>strong,.alert-wf-info a {
    color: #45ABCD;
}
.alert-wf-warning {
    border-color: #FEAF20;
}
.alert-wf-warning>strong,.alert-wf-warning a {
    color: #FEAF20;
}
.alert-wf-danger {
    border-color: #d73814;
}
.alert-wf-danger>strong,.alert-wf-danger a {
    color: #d73814;
}




/*-----------------------------------------------------------------------------
TABS
------------------------------------------------------------------------------*/
.tabs-container .panel-body {
    background: #fff;
    border: 1px solid #e7eaec;
    border-radius: 2px;
    padding: 20px;
    position: relative;
}
.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
    border: 1px solid #e7eaec;
    border-bottom-color: transparent;
    background-color: #fff;
}
.tabs-container .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.tabs-container .tab-pane .panel-body {
    border-top: none;
}
.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
    border: 1px solid #e7eaec;
    border-bottom-color: transparent;
}
.tabs-container .nav-tabs {
    border-bottom: 1px solid #e7eaec;
}
.tabs-container .tab-pane .panel-body {
    border-top: none;
}
.tabs-container .tabs-left .tab-pane .panel-body,
.tabs-container .tabs-right .tab-pane .panel-body {
    border-top: 1px solid #e7eaec;
}
.tabs-container .nav-tabs > li a:hover {
    background: transparent;
    border-color: transparent;
}
.tabs-container .tabs-below > .nav-tabs,
.tabs-container .tabs-right > .nav-tabs,
.tabs-container .tabs-left > .nav-tabs {
    border-bottom: 0;
}
.tabs-container .tabs-left .panel-body {
    position: static;
}
.tabs-container .tabs-left > .nav-tabs,
.tabs-container .tabs-right > .nav-tabs {
    width: 20%;
}
.tabs-container .tabs-left .panel-body {
    width: 80%;
    margin-left: 20%;
}
.tabs-container .tabs-right .panel-body {
    width: 80%;
    margin-right: 20%;
}
.tabs-container .tab-content > .tab-pane,
.tabs-container .pill-content > .pill-pane {
    display: none;
}
.tabs-container .tab-content > .active,
.tabs-container .pill-content > .active {
    display: block;
}
.tabs-container .tabs-below > .nav-tabs {
    border-top: 1px solid #e7eaec;
}
.tabs-container .tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}
.tabs-container .tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.tabs-container .tabs-below > .nav-tabs > li > a:hover,
.tabs-container .tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #e7eaec;
    border-bottom-color: transparent;
}
.tabs-container .tabs-left > .nav-tabs > li,
.tabs-container .tabs-right > .nav-tabs > li {
    float: none;
}
.tabs-container .tabs-left > .nav-tabs > li > a,
.tabs-container .tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}
.tabs-container .tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
}
.tabs-container .tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.tabs-container .tabs-left > .nav-tabs .active > a,
.tabs-container .tabs-left > .nav-tabs .active > a:hover,
.tabs-container .tabs-left > .nav-tabs .active > a:focus {
    border-color: #e7eaec transparent #e7eaec #e7eaec;
    *border-right-color: #ffffff;
}
.tabs-container .tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
}
.tabs-container .tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.tabs-container .tabs-right > .nav-tabs .active > a,
.tabs-container .tabs-right > .nav-tabs .active > a:hover,
.tabs-container .tabs-right > .nav-tabs .active > a:focus {
    border-color: #e7eaec #e7eaec #e7eaec transparent;
    *border-left-color: #ffffff;
    z-index: 1;
}
@media (max-width: 767px) {
    .tabs-container .nav-tabs > li {
        float: none !important;
    }
    .tabs-container .nav-tabs > li.active > a {
        border-bottom: 1px solid #e7eaec !important;
        margin: 0;
    }
}

/*-----------------------------------------------------------------------------
FIELDSETS
-----------------------------------------------------------------------------*/
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding:20px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    margin-bottom:10px;
    background-color: #f1f1f1;
    border:1px solid #efefef;
}

legend{
    font-size:12px;
    font-weight:bold;
    margin-left:-10px;

}
/*-----------------------------------------------------------------------------
SWITCH
-----------------------------------------------------------------------------*/

.switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 56px;
    height: 20px;
    /* padding: 3px; */
    /* background-color: white; */
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
    background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
    background-image: -o-linear-gradient(top, #eeeeee, white 25px);
    background-image: linear-gradient(to bottom, #eeeeee, white 25px);
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: opacity background;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    transition-property: opacity background;
}
.switch-label:before, .switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}
.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #aaa;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}
.switch-input:checked ~ .switch-label {
    background: #47a8d8;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
    opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
    opacity: 1;
}

.switch-handle {
    position: absolute;
    top: 1px;
    left: 4px;
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
    background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}
.switch-handle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: #f9f9f9;
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    background-image: -webkit-linear-gradient(top, #eeeeee, white);
    background-image: -moz-linear-gradient(top, #eeeeee, white);
    background-image: -o-linear-gradient(top, #eeeeee, white);
    background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch-input:checked ~ .switch-handle {
    left: 65%;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-green > .switch-input:checked ~ .switch-label {
    background: #4fb845;
}

/*-----------------------------------------------------------------------------
REQUISICAO PESSOAL
-----------------------------------------------------------------------------*/



/*-----------------------------------------------------------------------------
COMMENTS
-----------------------------------------------------------------------------*/
.msg_container_base{
    background: #e5e5e5;
    margin: 0;
    margin-bottom: 20px;
    padding: 0 10px 10px;
    max-height:400px;
    overflow-x:hidden;

}

.msg_receive{
    padding-left:0;
    margin-left:0;
}
.msg_sent{
    padding-bottom:20px !important;
    margin-right:0;
}
.messages {
    background: white;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    max-width:100%;
}
.messages > p {
    font-size: 11px;
    margin: 0 0 0.2rem 0;
    /* border-bottom: 1px solid #efefef; */
}
.messages > time {
    font-size: 11px;
    color: #ccc;
}
.msg_container {
    padding: 10px;
    overflow: hidden;
    display: flex;
}

.base_receive > .avatar:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 5px solid #FFF;
    border-left-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
}

.base_sent {
    justify-content: flex-end;
    align-items: flex-end;
}
.base_sent > .avatar:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid white;
    border-right-color: transparent;
    border-top-color: transparent;
    box-shadow: 1px 1px px rgba(black, 0.2); /* not quite perfect but close*/
}

.msg_sent > time{
    text-align: right;
    display: block;
    margin-bottom: -10px;
    padding-top: 5px;
    /* padding: 0; */
    border-top: 1px solid #efefef;
}


.btn-group.dropup{
    position:fixed;
    left:0px;
    bottom:0;
}


/*-----------------------------------------------------------------------------
CHECKBOX
-----------------------------------------------------------------------------*/

.checkbox {
    padding-left: 20px !important;
}
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    margin-top:-1px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );  


    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; 

}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555; }
.checkbox input[type="checkbox"] {
    opacity: 0; }
.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c"; }
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff; }

.radio {
    padding-left: 20px; }
.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; }
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {
    opacity: 0; }
.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
.radio input[type="radio"]:disabled + label {
    opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed; }
.radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca; }

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c; }

/*-----------------------------------------------------------------------------
AUTORIZACAO HORA EXTRA
-----------------------------------------------------------------------------*/
.hora-extra .line-input{
    /*background: #efefef;*/
    padding: 5px;
}


/*-----------------------------------------------------------------------------
SYSTEM
-----------------------------------------------------------------------------*/
.menu-system{
    font-size: 14px;
}

.menu-system h4{
    padding:10px
}
.menu-system ul li i{
    font-size:1.8em;
    display: block;
    text-align:center;
    margin:5px 
}

.menu-system  a:hover{
    text-decoration:none;


}

/*-----------------------------------------------------------------------------
MODULO INFO VETOR
-----------------------------------------------------------------------------*/
.info-actions ul li a, .info-actions ul li i{
    font-size:20px !important;
    padding:0px;
    color:#555;
}

.info-actions ul li a:hover{
    color:#069 !important;
}


.panel.info-panel{
    background:#f5f5f5;
    border:1px solid #efefef;
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0p
}
.new-info .info-type{
    margin-bottom: 10px;

}
.new-info li a{
    color:#069;
}
.info-main-banner{
    background: url(../img/bg_listra.png);
    /* border-bottom: 2px double #fcfcfc; */
    margin-bottom: 30px;
}

.info-main-banner img{
    width:250px;
}


.info-menu{
    margin-top:20px;
}

.info-menu ul {
    list-style:none;
}

.info-menu ul li{
    padding:5px 10px;;
    border-bottom:1px solid #f1f1f1
}

.info-img{
    margin-top:20px;
    padding:10px;
    background-color:#fcfcfc;
    max-height:390px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    overflow:hidden;
}

.info-img img{
    margin:0 auto;
}

/* Social feed */
.info-vetor-separated .info-vetor-box {
    margin-left: 62px;
}
.info-vetor-separated .social-avatar {
    float: left;
    padding: 0;
}
.info-vetor-separated .social-avatar img {
    width: 52px;
    height: 52px;
    border: 1px solid #e7eaec;
}
.info-vetor-separated .info-vetor-box .social-avatar {
    padding: 15px 15px 0 15px;
    float: none;
}
.info-vetor-box {
    /*padding: 15px;*/
    border: 1px solid #e7eaec;
    background: #fff;
    margin-bottom: 15px;
}
.article .info-vetor-box {
    margin-bottom: 0;
    border-bottom: none;
}
.article .info-vetor-box:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid #e7eaec;
}
.article .info-vetor-box p {
    font-size: 13px;
    line-height: 18px;
}
.social-action {
    margin: 15px;
}
.social-avatar {
    padding: 15px 15px 0 15px;
}
.social-comment .social-comment {
    margin-left: 45px;
}
.social-avatar img {
    height: 40px;
    width: 40px;
    margin-right: 10px;
}
.social-avatar .media-body a {
    font-size: 14px;
    display: block;
}
.social-body {
    padding: 15px;
}
.social-body img {
    margin-bottom: 10px;
}
.social-footer {
    border-top: 1px solid #e7eaec;
    padding: 10px 15px;
    background: #f9f9f9;
}
.social-footer .social-comment img {
    width: 32px;
    margin-right: 10px;
}
.social-comment:first-child {
    margin-top: 0;
}
.social-comment {
    margin-top: 15px;
}
.social-comment textarea {
    font-size: 12px;
}

/*-----------------------------------------------------------------------------
TABLE DEFAULT
-----------------------------------------------------------------------------*/

.table-default thead th{
    color:#fff !important;
    background :#6e829b !important; 
}

.table-default{
    font-size:10px; 
    /* white-space: nowrap; */
}

.table-default th{
    white-space: nowrap;
}

.nav-default{
    min-height:auto;
    border:1px solid #dddcdb;
    margin-bottom:0;
    font-size: 11px;
    font-weight: bold;
    background: url('../img/menu.gif') repeat-x;

}

.nav-default > li.active > a,
.nav-default > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #000;
    text-decoration:underline;
    background:transparent;
}
/*-----------------------------------------------------------------------------
NOTICIAS
-----------------------------------------------------------------------------*/

.news .news-list{
    margin:0;
    paddng:0;    
}

.news .news-element{
    display:block;

    border-bottom:1px solid #ededed;   
    padding:5px 2px 10px 2px;

}


.news li.news-element:hover{
    background:#efefef

}

.news .news-element .description img{
    max-width:100px;
    min-width:80px;
    margin:5px;
    max-height:110px;
    overflow-y:hidden;
    border:1px solid #ccc;
}


.news .news-element .title{
    display:block;
    margin-bottom:-10px;
    margin-top:10px;
    font-weight:bold;
}

.news .news-element .date{
    display:block;
    text-align:right;
    margin-top:10px;
    font-size:9px;
}

/*-----------------------------------------------------------------------------
BOX-INFOS
-----------------------------------------------------------------------------*/
.box-infos {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}
.box-infos.collapsed .box-infos-content {
    display: none;
}
.box-infos.collapsed .fa.fa-chevron-up:before {
    content: "\f078";
}
.box-infos.collapsed .fa.fa-chevron-down:before {
    content: "\f077";
}
.box-infos:after,
.box-infos:before {
    display: table;
}
.box-infos-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 3px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
    min-height: 48px;
}
.box-infos-content {
    background-color: #ffffff;
    color: inherit;
    /*  padding: 15px 20px 20px 20px;*/
    padding:10px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}
.box-infos-footer {
    color: inherit;
    border-top: 1px solid #e7eaec;
    font-size: 90%;
    background: #ffffff;
    padding: 10px 15px;
}

/*-----------------------------------------------------------------------------
LIST ANIVERSARIANTES
-----------------------------------------------------------------------------*/

.list-aniver-block h4{
    font-size: 3em;
    font-weight: bold;
    line-height: 24px;
    color: #607D8B !important;
    padding-top:  5px;
}

.list-aniver-block small{
    font-size: 11px;
    color: #ED8F3A;
    display:block;
    font-weight: bold;
    margin-top: -9px;
}

.list-aniver-block .block-date{
    border-right:1px dotted #607D8B;
}

.list-aniver-block h4 span{
    font-size: 0.5em;
    line-height: 80%;
    display: block;

}

.list-aniver-block h4 span.month{
    font-weight:100;
    margin-top:5px;
}

.list-aniver-block h4 span.year{
    color:#ccc;
}

.list-aniver-block h6{
    font-size: 1.2em;
    font-weight: 700;
    text-transform: capitalize;
}



/*-----------------------------------------------------------------------------
MODULO AVALIA
-----------------------------------------------------------------------------*/
.avalia h1,h2,h3,h4{
    color:#676a6c;
}
.list-avaliacoes li{
    margin-left:10px;
    /* border:1px solid #D6D8DA; */
    padding:10px;
    width:12%;
    font-weight: bold;
    font-size:12px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    min-width: 140px;
}

.list-avaliacoes li a span{
    display:block;
    border-top:1.5px solid #fff;
    padding-top:5px;
    color: #8b8d8e;
    font-weight: 100;
    font-style:italic;
}

.list-avaliacoes li a {

    color: #676a6c;
}


.list-avaliacoes li img{
    width:30px !important;
}
.panel-avalia.btn.active {
    background: #000;
    color:#fff;
    /*padding: 1px 7px;*/

}
.avalia-legenda ul li{
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 3px;
    padding: 5px 0;
}

.avalia-title{
    color:#676a6c;
    font-weight:bold;    
}


.avalia-tema{
    font-size: 1.4em;
    color:#676a6c;
    font-weight: bold;
}

.panel.panel-avalia{

    border:1px solid #edeef1;
    box-shadow:2px 2px 2px 1px #dcdcdc;
    -moz-box-shadow:2px 2px 2px 1px #dcdcdc;
    -webkit-box-shadow:2px 2px 2px 1px #dcdcdc;
}

.avalia-container .avalia-main {
    padding:1% 4%

}

.avalia-container .avalia-header {
    border-bottom: 1px dotted #f5f5f5;
    padding-bottom: 20px;

}

.avalia-container  .avalia-descricao {
    float: right;
    padding-left: 15px;
    max-width: 450px;
}

.avalia-container .avalia-header .avalia-logo {
    float: left;
}
.avalia-container .avalia-header .avalia-logo .logo {
    display: block;
    margin-bottom: 20px;
}
.avalia-container .avalia-header ul li {
    color: #979898;
    font-size: 14px;
}
.avalia-container .avalia-header .invoice-logo ul li strong {
    color: #717272;
}
.avalia-container .avalia-header .avalia-logo ul li + li {
    margin-top: 2px;
}
.avalia-container .avalia-header .avalia-options {
    float: right;
    width: 180px;
}

.avalia-formulario h1{
    font-weight:bold;
}

.avalia-formulario h3{
    font-weight: bold;
    text-transform: uppercase;
    color:#676a6c;
}

.avalia-formulario ul li{
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}

.avalia-main ul li:hover{
    opacity: 0.6;
    text-decoration: none;
    /*    text-align: center;*/
}

.avalia-main ul li a:hover{

    text-decoration: none;

}

.avalia-main li img{

    display: block;

    /* width:65px; */

    margin: 0 auto;

    margin-bottom: 10px;
}

.avalia-main ul li a{
    font-size: 1em;

    text-align: center;
}

.avalia-content{
    padding-top:3%;
}


.quick-access-sidebar ul li{

    border-bottom:1px solid  #90DDE3;
    /*box-shadow: 0px 1px 0px 0px #fff;*/
}

#quick-access-ul  > li:first-child{
    background:#f00;
}


.quick-access-sidebar ul li a{
    padding: 6px 5px;
    border:none;
}

.quick-access-sidebar ul li a:hover{
    color:#fff;
    background-color: #90DDE3;
    text-decoration:none;
}


.avalia-table tr td{
    font-size:12px;
}


.avalia-table.table-striped > tbody > tr:nth-child(odd) > td{
    background:#f7f7f7;
}
.avalia-table tr td.resp{
    font-size:14px;
    color:#555;
    background:transparent url(../img/bg_listra.png) !important;
    min-width:200px
}
/*-----------------------------------------------------------------------------
ACESSO RAPIDO
-----------------------------------------------------------------------------*/

.quick-access{
    margin:0.5%;
    background: #f5f5f5;
    border:1px solid #e2e2e2;
    box-shadow: 0px 0px 0.01px 1px #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding:2px;
    font-size:9.5px;
}

.quick-access a:hover{
    text-decoration:none !important;
    font-weight:bold

}

.quick-access-title{
    font-weight: bold; 
    margin-left:15px;
    margin-bottom:-7px;
    color:#6e829b !important; 
    text-transform:uppercase;
    font-size:x-small !important;

}

/*-----------------------------------------------------------------------------
COTACAO
-----------------------------------------------------------------------------*/

.quotation{
    margin-top:10px;
    padding-top:2px;
    border-top:6px solid #ddd;
    color:#999; 
    font-size: 10px;
    border-bottom:1px solid #ddd
}

.quotation table tr td{
    vertical-align:middle;
    font-size:1.13em;


}

.quotation table tbody tr td{
    padding-top:0px !important;
    padding-bottom:0px !important;


}

.quotation table th{
    border-bottom:transparent !important;
    color:#777 !important;
}

.quotation .title{
    color:#777;
    margin-top:-6px;
    margin-bottom:10px;
    margin-left:8px;
}


/*-----------------------------------------------------------------------------
   Carousel Fade Transition  
-----------------------------------------------------------------------------*/

#fade-quote-carousel.carousel {

    border-top:5px solid #efefef;

    padding: 10px;

    padding-bottom: 50px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
    bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
    background-color: #069;
    border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
    font-size:11px;
}
#fade-quote-carousel img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}

/*-----------------------------------------------------------------------------
PAGINA PERFIL USUARIO
-----------------------------------------------------------------------------*/
.perfil-usuario .header .avatar {
    float: left;
    margin-right: 25px;
    border: 2px solid #e9ecee;
    position: relative;
    top: 3px; }
.perfil-usuario .header .name {
    font-weight: 600;
    margin: 20px 0 8px 0;
    line-height: 26px;
    margin-bottom: 10px;
    float: none; }
.perfil-usuario .header span.area {
    color: #7d848c;
    font-style: italic;
    font-size: 14px; }
.perfil-usuario .header a.btn-flat {
    margin-top: 18px; }
.perfil-usuario .header a.delete-user {
    margin-left: 10px;
    font-size: 14px; }
.perfil-usuario .profile .profile-box {
    border-top: 1px solid #dde2e9;
    padding-top: 23px;
    width: 90%; }
.perfil-usuario .profile .section {
    margin-bottom: 80px; }
.perfil-usuario .profile .section.comment {
    margin-bottom: 100px;
    margin-top: 60px; }
.perfil-usuario .profile .bio {
    box-shadow: 4px 0px 3px -1px rgba(226, 226, 226, 0.1);
    border-right: 1px solid #edeef1; }
.perfil-usuario .profile .bio .span12 {
    margin-left: 0; }
.perfil-usuario .profile .bio h6 {
    font-weight: 600;
    font-size: 14px; }
.perfil-usuario .profile .bio p {
    color: #777e86; }
.perfil-usuario .profile .bio textarea {
    width: 97%;
    margin-bottom: 13px;
    height: 80px; }
.perfil-usuario .profile .bio .submit-box {
    text-align: right; }
.perfil-usuario .profile .bio .submit-box input.btn-flat {
    font-weight: 500; }
.perfil-usuario .profile .bio .submit-box span {
    text-transform: uppercase;
    color: #7e91aa;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px 0 8px; }
.perfil-usuario .profile .bio .submit-box input.reset {
    color: #7e91aa;
    font-weight: 500; }
.perfil-usuario .address h6 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 30px;
    margin-left: 30px; }
.perfil-usuario .address iframe {
    width: 90%;
    margin-bottom: 30px;
    float: right;
    border: 0px; }
.perfil-usuario .address ul {
    padding: 0;
    margin-left: 30px;
    list-style: none; }
.perfil-usuario .address ul li {
    font-size: 13px;
    line-height: 21px; }
.perfil-usuario .address ul li.ico-li {
    margin: 7px 0 7px; }
.perfil-usuario .address ul i {
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 7px; }
.perfil-usuario .address ul i.ico-mail {
    margin-right: 5px; }


.file-input .progress{
    height: auto !important;
}
.tr-select{
    background:#D2d2d2;
}
/*-----------------------------------------------------------------------------
BOX SHADOW
-----------------------------------------------------------------------------*/
.box-shadow{
    border:1px solid #edeef1;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
/*-----------------------------------------------------------------------------
DATA COME
-----------------------------------------------------------------------------*/
.panel-commemorative{
    margin: 30px 5px;
    padding: 15px 5px;
    position: relative;
    background: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.panel-commemorative .commemorative-ico{
    color:#e0e0e0;
    font-size: 17px;
    font-weight: bold;
}

.panel-commemorative h2{
    margin:0px;
    color: #ccc;
    font-weight: 800;
    font-size: 2.2em;
    border-bottom: 1px solid #efefef;
    margin-bottom: 5px;
}

.panel-commemorative p{
    /* font-size: 13px; */
    color:#555;
}

/* responsive */
@media (min-width: 768px) and (max-width: 979px) {
    .perfil-usuario .address ul {
        margin-left: 18px; }
    .perfil-usuario .address ul i {
        display: none; }
    .perfil-usuario .address ul li.ico-li {
        font-weight: bold; }
    .perfil-usuario .address ul li.ico-li a {
        font-weight: normal; } }
@media (max-width: 768px) {
    .perfil-usuario .profile .bio {
        border-right: 0 none;
        border-bottom: 1px solid #edeef1;
        box-shadow: 0px 4px 3px -1px rgba(226, 226, 226, 0.1); }
    .perfil-usuario .profile .bio .span12 {
        width: auto; }
    .perfil-usuario .profile .profile-box {
        width: 100%; }
    .perfil-usuario .address {
        margin-top: 44px; }
    .perfil-usuario .address iframe {
        width: 100%; }
    .perfil-usuario .address h6 {
        margin-left: 0; }
    .perfil-usuario .address ul {
        margin: 0; }
    .perfil-usuario .header a.btn-flat {
        margin: 0; }
    .perfil-usuario .header a.edit {
        margin-right: 10px; } }
@media (max-width: 480px) {
    .perfil-usuario .header a.btn-flat {
        margin: 0; }
    .perfil-usuario .header a.edit {
        margin-right: 10px; } }

#pad-wrapper {
    padding: 0px 50px;
    margin-top: 55px; 

}
#pad-wrapper h4 {
    color: #696d73;
    font-style: italic; }

/*------------------------------------------------------------------------------
SIDEBAR
/*-----------------------------------------------------------------------------*/
#sidebar-nav { 
    background: #f7f7f7;  
    margin: 0em;
    margin-top:-15px;
    padding-top: 2em;
    padding-bottom:2.5em;
    border-bottom:1px solid #edeef1;
}
#sidebar-nav #dashboard-menu {
    list-style: none;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 0;
    margin-left: 20px;
    /* sidebar submenus */ }
#sidebar-nav #dashboard-menu > li > a {
    display: block;
    padding: 19px 14px 15px 14px;
    margin-left: -20px;
    border-bottom: 1px solid #dae1e8;
    box-shadow: 0 2px 1px -1px #FFFFFF;
    color: #6e829b;
    outline: 0px;
    line-height: 6px; }
#sidebar-nav #dashboard-menu > li {
    position: relative;
    /* font awesome icon */ }
#sidebar-nav #dashboard-menu > li .fa {
    font-size: 18px; }
#sidebar-nav #dashboard-menu > li i {
    font-size: 12px;
    top: 12px; }
#sidebar-nav #dashboard-menu > li:hover i {
    opacity: 1; }
#sidebar-nav #dashboard-menu > li.active > a,
#sidebar-nav #dashboard-menu > li > a:hover {
    color: #33455a;
    text-decoration: none; }
#sidebar-nav #dashboard-menu > li.active a {
    font-weight: 600;
    text-shadow: 1px 1px 1px #fff; }
#sidebar-nav #dashboard-menu > li.active i {
    opacity: 1; }
#sidebar-nav #dashboard-menu .pointer {
    position: absolute;
    right: 9px;
    top: 20px; }
#sidebar-nav #dashboard-menu .pointer .arrow,
#sidebar-nav #dashboard-menu .pointer .arrow_border {
    border-color: transparent #f7f7f7 transparent transparent;
    border-width: 11px;
    border-style: solid;
    font-size: 0;
    left: 50%;
    line-height: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1002;
    left: 0;
    margin-left: 45%;
}
#sidebar-nav #dashboard-menu .pointer .arrow_border {
    border-color: transparent #c0d2dd transparent transparent;
    border-width: 11px;
    margin-left: -1px;
    border-style: solid;
    z-index: 1001;
    top: 0px; }
#sidebar-nav #dashboard-menu a span {
    margin-left: 35px;
    transition: color .1s linear;
    -moz-transition: color .1s linear;
    -webkit-transition: color .1s linear;
    -o-transition: color .1s linear; }
#sidebar-nav #dashboard-menu a.ui-elements span {
    margin-left: 25px; }
#sidebar-nav #dashboard-menu a i {
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    opacity: 0.7;
    transition: opacity .1s ease;
    -moz-transition: opacity .1s ease;
    -webkit-transition: opacity .1s ease;
    -o-transition: opacity .1s ease; }
#sidebar-nav #dashboard-menu a i.icon-chevron-down {
    position: relative;
    float: right;
    top: 1px;
    font-size: 11px;
    color: #686868;
    width: initial;
    height: initial; }
#sidebar-nav #dashboard-menu > li.active .dropdown-toggle,
#sidebar-nav #dashboard-menu > li.open .dropdown-toggle {
    border-bottom: 0px;
    box-shadow: none; }
#sidebar-nav #dashboard-menu ul.submenu {
    list-style-type: none;
    display: none;
    margin-top: 7px;
    margin-bottom: 15px;
    margin-right: 5px;
    margin-left: -15px;
    padding-left: 15px;
    border-bottom: 1px solid #dae1e8;
    box-shadow: 0 2px 1px -1px #FFFFFF;
    padding-bottom: 10px; }
#sidebar-nav #dashboard-menu ul.submenu.active {
    display: block; }
#sidebar-nav #dashboard-menu ul.submenu a {
    font-weight: normal;
    font-size: 13px;
    color: #4c535a;
    text-decoration: none;
    display: block;
    margin-bottom: 7px; }
#sidebar-nav #dashboard-menu ul.submenu a:hover {
    text-decoration: underline; }
#sidebar-nav #dashboard-menu ul.submenu a.active {
    font-weight: bold;
    text-shadow: none; }

/*-----------------------------------------------------------------------------=
EDITAR PERFIL
/*-----------------------------------------------------------------------------*/
.editar-perfil {
    /* border-left: 1px solid #edeff1; */
    box-shadow: inset 3px 0px 4px -1px #fafafa;
}
.editar-perfil .alert {
    /*margin-bottom: 50px;*/
    /*display: inline-block;*/
    font-size: 13px;
}
.editar-perfil .alert i {
    float: left;
    font-size:20px;
    vertical-align:middle;
    margin-right:15px; 
}
.editar-perfil h5.personal-title {
    font-size: 22px;
    margin-bottom:30px;
    color: #696d73;
    font-style: italic;
}
.editar-perfil form {
    margin-left: 50px;
}
/*.editar-perfil label {
    display: inline-block;
    float: left;
    font-weight: 600;
    font-size: 13px;
    cursor: auto;
    width: 20%;
    margin-right: 10px;
    text-align: left;
}*/
.editar-perfil .input[type="text"] {
    font-weight: 600;
}
.editar-perfil .ui-select {
    width: 100%;
    margin-bottom: 10px;
}
.editar-perfil .actions {
    margin-bottom: 25px;
    margin-top: 30px;
    width: 100%;
    padding-right: 70px;
    float: left;
    text-align: right;
}
.editar-perfil .actions span {
    text-transform: uppercase;
    color: #7e91aa;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px 0 8px;
}
.editar-perfil input.reset {
    color: #7e91aa;
    font-weight: 500;
}

/*-----------------------------------------------------------------------------=
BORDERS
/*-----------------------------------------------------------------------------*/
.border-right{
    box-shadow: 4px 0px 3px -1px rgba(226, 226, 226, 0.1);
    border-right: 1px solid #edeef1 !important;
}

.border-left{
    box-shadow: 4px 0px 3px -1px rgba(226, 226, 226, 0.1);
    border-left: 1px solid #edeef1;
}

.border-bottom{
    box-shadow: 4px 0px 3px -1px rgba(226, 226, 226, 0.1);
    border-bottom: 1px solid #edeef1;
}

.border-top{
    box-shadow: 4px 0px 3px -1px rgba(226, 226, 226, 0.1);
    border-top: 1px solid #edeef1;
}


/*-----------------------------------------------------------------------------=
PAGE ERROR 404 / NOT-ALLOWED
/*-----------------------------------------------------------------------------*/
.page-error {
    margin:0 auto;
    text-align:center;
    color:#6e829b;  
    width: 600px;
    padding: 60px;
    margin-bottom: 20px;
    text-shadow: 0px 1px 1px #fff;
}

/*-----------------------------------------------------------------------------=
MODAL NAVBAR
/*-----------------------------------------------------------------------------*/
.modal .navbar{
    min-height:auto;
    border:1px solid #dddcdb;
    margin-bottom:0;

    font-size: 12px;
    font-weight: bold;

    background: url('../img/menu.gif') repeat-x;

}
.modal .navbar-collapse {  
    padding:0;
    /*! border-bottom:1px solid #ddd; */
    border-top:transparent;
}

.modal .navbar-nav > li > a {
    padding: 10px 0;
    /*! text-shadow:1px 1px 1px #fff; */   
    /*! border-right:1px solid #ddd; */
    /*! border-left:1.5px solid #fff; */
}


/*=========[BG BOX]===========*/
.gradient-success {
    background-image: -moz-linear-gradient(-65deg, #1dc096 40%, #1896a1);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #1dc096), color-stop(100%, #1896a1));
    background-image: -webkit-linear-gradient(-65deg, #1dc096 40%, #1896a1);
    background-image: -o-linear-gradient(-65deg, #1dc096 40%, #1896a1);
    background-image: -ms-linear-gradient(-65deg, #1dc096 40%, #1896a1);
    background-image: linear-gradient(155deg, #1dc096 40%,#1896a1);
}

.gradient-primary {
    background-image: -moz-linear-gradient(-65deg, #2292d9 40%, #1d48ba);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #2292d9), color-stop(100%, #1d48ba));
    background-image: -webkit-linear-gradient(-65deg, #2292d9 40%, #1d48ba);
    background-image: -o-linear-gradient(-65deg, #2292d9 40%, #1d48ba);
    background-image: -ms-linear-gradient(-65deg, #2292d9 40%, #1d48ba);
    background-image: linear-gradient(155deg, #2292d9 40%,#1d48ba);
}

.gradient-info {
    background-image: -moz-linear-gradient(-65deg, #1edcde 40%, #1a86bf);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #1edcde), color-stop(100%, #1a86bf));
    background-image: -webkit-linear-gradient(-65deg, #1edcde 40%, #1a86bf);
    background-image: -o-linear-gradient(-65deg, #1edcde 40%, #1a86bf);
    background-image: -ms-linear-gradient(-65deg, #1edcde 40%, #1a86bf);
    background-image: linear-gradient(155deg, #1edcde 40%,#1a86bf);
}

.gradient-warning {
    background: #f9f6d9;
    background: -moz-linear-gradient(top,  #f9f6d9 0%, #ede7c4 100%);
    background: -webkit-linear-gradient(top,  #f9f6d9 0%,#ede7c4 100%);
    background: linear-gradient(to bottom,  #f9f6d9 0%,#ede7c4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f6d9', endColorstr='#ede7c4',GradientType=0 );
    color:#89891F;
}


/* ===[LEGENDAS]=====*/
.legenda{
    width: 14px;
    height: 14px;
    margin-bottom:-3px;
    background:transparent;
    border-width:0px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.legenda.legenda-green{
    background: url('../img/ico-green.jpg');
}

.legenda.legenda-grey{
    background: url('../img/ico-grey.jpg');
}

.legenda.legenda-yellow{
    background: url('../img/ico-yellow.jpg');
}
.legenda.legenda-red{
    background: url('../img/ico-red.jpg');
}
.legenda.legenda-blue{
    background: url('../img/ico-blue.jpg');
}
.legenda.legenda-white{
    background: url('../img/ico-white.jpg');
}
.legenda.legenda-lightblue{
    background: url('../img/ico-lightblue.png');
}
.legenda.legenda-lightgreen{
    background: url('../img/ico-lightgreen.png');
}

ul li.divider{
    /* margin:5px 0; */
    border-bottom: 1px solid #fff;
    border-top: 1px solid #dae1e8;
}



/* === BOX DE INFORMA ====*/
.box-info{
    padding:10px;
    font-size:11px;
    margin:0 0 10px 0;
    color:#333 !important;
}

.box-info .box-title{
    font-weight:bold;  
    margin:0 0 5px 0;
    padding-bottom: 4px;
    color:#6e829b;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #dae1e8;
    box-shadow: 0 1px 1px -1px #FFFFFF;
}

.alert-white .box-title{
    color:#0088cc;
}
.alert-success .box-title{
    color:#fff;
}

.conteudo-principal .col-md-2{
    width: 10%;
}
.conteudo-principal .col-md-10{
    width: 90%;
}

.table-fluxo-caixa{    
    margin-top: 2%;
    border:1px solid #DDDCDB;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-weight: bold;
}

.table-fluxo-caixa tbody th{
    color:#069;
}

.table-fluxo-caixa a{
    color:#069;    
}

span.sup{
    font-size:8px;
    font-weight:bold;
    position:relative;
    top:-3px;
    right:3px; 
    zoom:1; 
    width:auto;
    height:auto;
}

.table-fluxo-caixa a:hover{
    color:#555;
    font-weight: bold;    
}
.row .boxes{
    padding:0;
    margin: 5px 0;

    /* border:1px solid #eae9e8;*/
    border-radius:5px;    
}

.box{
    margin-top:-20px !important; 
    margin-bottom:10px;
    border-right:1px solid #eae9e8;
    border-left:1px solid #f8f8f8;
    font-size:11px;
    padding:10px;
}
.box:first-child{
    border-left:1px solid #f7f7f9;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.box:last-child{    
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.box span.title{
    color:#999;    
    font-size:11px
}
.box span:after{
    content:""; 
    display:block; 
    clear:both
}

.nav-tools-header {
    display: block;
    padding: 3px 15px;
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
    color: #000;  
    text-transform: uppercase;
    background:#f1f1f1;
}

ul.nav-tools {
    margin-bottom:10px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background: #f7f7f7;
    border:1px solid #dae1e8;

}

.nav-tools > li > a,
.nav-tools-header {  
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-tools > li > a:first-child {
    border-top:1px solid #fff;
}

.nav-tools > li:last-child {
    border-bottom:none;
}

.nav-tools > li > a {
    padding: 8px 15px;  
    border-bottom: 1px solid #dae1e8;
    box-shadow: 0 2px 1px -1px #FFFFFF;
    color: #6e829b;
    font-weight:bold
}

.nav-tools > li >a:hover{
    color: #33455a;
    text-decoration: none;   
}

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-tools > .active > a:focus {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #0088cc;
}

.nav-tools [class^="fa"],
.nav-tools [class*=" fa"] {
    margin-right: 2px;
    font-size:16px;

}

.box strong{
    font-size:1.2em;   
}

/*.carregando-overlay {
    position:fixed; 
    z-index: 9999; 
    left:0; 
    top:0; 
    width:100%; 
    min-height:100%; 
    background-color:rgba(0,0,0,0.8); 
    overflow-y:auto;
    color:#555 !important;
    font-weight: 200 !important;
}*/
.carregando-overlay-cont { 
    display: block; 
    margin-top: 15%; 
    width:100%; /* margin-top:-100px; */ 
    text-align:left;padding:4% 5%;
    max-height:80%;    
}

@media (max-width: 400px) {
    .carregando-overlay-cont { 

        margin-top: 5%; 

    }
}


/*===clima====*/

@font-face {
    font-family: 'weather';
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot');
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
        url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff') format('woff'),
        url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf') format('truetype'),
        url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.xe-weather i {
    color: #fff;
    font-family: weather;
    font-weight: normal;
    font-style: normal;
}

strong.time-now i {
    font-size: 2em;
    line-height: 1.0;
}

strong.time-now{
    color:#fff;
    font-size: 3em !important;
}

.icon-0:before { content: ":"; }
.icon-1:before { content: "p"; }
.icon-2:before { content: "S"; }
.icon-3:before { content: "Q"; }
.icon-4:before { content: "S"; }
.icon-5:before { content: "W"; }
.icon-6:before { content: "W"; }
.icon-7:before { content: "W"; }
.icon-8:before { content: "W"; }
.icon-9:before { content: "I"; }
.icon-10:before { content: "W"; }
.icon-11:before { content: "I"; }
.icon-12:before { content: "I"; }
.icon-13:before { content: "I"; }
.icon-14:before { content: "I"; }
.icon-15:before { content: "W"; }
.icon-16:before { content: "I"; }
.icon-17:before { content: "W"; }
.icon-18:before { content: "U"; }
.icon-19:before { content: "Z"; }
.icon-20:before { content: "Z"; }
.icon-21:before { content: "Z"; }
.icon-22:before { content: "Z"; }
.icon-23:before { content: "Z"; }
.icon-24:before { content: "E"; }
.icon-25:before { content: "E"; }
.icon-26:before { content: "3"; }
.icon-27:before { content: "a"; }
.icon-28:before { content: "A"; }
.icon-29:before { content: "a"; }
.icon-30:before { content: "A"; }
.icon-31:before { content: "6"; }
.icon-32:before { content: "1"; }
.icon-33:before { content: "6"; }
.icon-34:before { content: "1"; }
.icon-35:before { content: "W"; }
.icon-36:before { content: "1"; }
.icon-37:before { content: "S"; }
.icon-38:before { content: "S"; }
.icon-39:before { content: "S"; }
.icon-40:before { content: "M"; }
.icon-41:before { content: "W"; }
.icon-42:before { content: "I"; }
.icon-43:before { content: "W"; }
.icon-44:before { content: "a"; }
.icon-45:before { content: "S"; }
.icon-46:before { content: "U"; }
.icon-47:before { content: "S"; }

.tab-content-default{
    /* background-color: #f4f4f4 !important; */
}

#resultData {
    overflow-x: auto;
    overflow-y: hidden;
    width:auto;

}
#resultData table {
    width: auto;
    table-layout: fixed;
    margin:0;
    min-width:100%;
}
#resultData .tablesorter td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 80px;
    max-width: 450px;
    vertical-align: middle;
}


#resultData .tablesorter th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#resultData .tablesorter .btn-xs{
    padding: 4px 8px;
    margin: 0px 1px 0 0;
    font-size: 11px;
}

#resultData .tablesorter .btn-xs{
    padding: 2px 8px !important;
    margin: 0px 1px 0 0;
    font-size: 11px;
}

#resultData  .tablesorter  .btn-xs.btn-simple{
    padding: 1px 8px !important;

}



dl.resumoAprovacao dd{
    margin-bottom:10px;
    font-size: 1.5em;
    font-weight: bold;
    color:#555;
}

dl.resumoAprovacao dt{

    font-weight:100;
    font-size:9px;
}

.menu-left{
    padding:0;    
}

.menu-left .list-group{
    border-radius:5px;
    background:#F5F3F3;
}

.menu-left .list-group li a{
    font-weight:bold;

    color:#2585C6;
}

.menu-left .list-group li a:hover{   

    color:#999;
}

.menu-left .list-group li{
    border-top:1px solid #fff;    
    border-bottom:2px solid #e8e8e8;   
    padding:8px 12px;
    background:#F5F3F3;  
}

.menu-left .list-group li:first-child{
    border-radius: 4px 4px 0 0;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;  
    border-right: 1px solid #e8e8e8;    
    border-bottom:1px solid #e8e8e8;  
    color:#555;
    font-weight:bold;
    background-color:#e8e8e8;


}
.menu-left .list-group li:last-child{
    border-radius: 0 0 4px 4px;     
}
.ps-container .ps-scrollbar-x-rail {
    position: absolute;
    /* please don't change 'position' */
    bottom: 3px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 5px;
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
}
.ps-container:hover .ps-scrollbar-x-rail,
.ps-container.hover .ps-scrollbar-x-rail {
    zoom: 1;
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    filter: alpha(opacity=60);
}
.ps-container .ps-scrollbar-x-rail:hover,
.ps-container .ps-scrollbar-x-rail.hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.ps-container .ps-scrollbar-x-rail.in-scrolling {
    background-color: rgba(255, 255, 255, 0.9);
}
.ps-container .ps-scrollbar-y-rail {
    position: absolute;
    /* please don't change 'position' */
    right: 2px;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 5px;
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
}
.ps-container:hover .ps-scrollbar-y-rail,
.ps-container.hover .ps-scrollbar-y-rail {
    zoom: 1;
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    filter: alpha(opacity=60);
}
.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.ps-container .ps-scrollbar-y-rail.in-scrolling {
    background-color: #eee;
    zoom: 1;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    filter: alpha(opacity=90);
}
.ps-container .ps-scrollbar-x {
    position: absolute;
    /* please don't change 'position' */
    bottom: 0;
    /* there must be 'bottom' for ps-scrollbar-x */
    height: 5px;
    background-color: #aaa;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.ps-container.ie6 .ps-scrollbar-x {
    font-size: 0;
    /* fixed scrollbar height in xp sp3 ie6 */
}
.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x,
.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
    background-color: #999;
}
.ps-container .ps-scrollbar-y {
    position: absolute;
    /* please don't change 'position' */
    right: 0;
    /* there must be 'right' for ps-scrollbar-y */
    width: 5px;
    background-color: #aaa;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
}
.ps-container.ie6 .ps-scrollbar-y {
    font-size: 0;
    /* fixed scrollbar height in xp sp3 ie6 */
}
.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
    background-color: #FAFAFA;
}
.ps-container.ie .ps-scrollbar-x,
.ps-container.ie .ps-scrollbar-y {
    visibility: hidden;
}
.ps-container.ie:hover .ps-scrollbar-x,
.ps-container.ie:hover .ps-scrollbar-y,
.ps-container.ie.hover .ps-scrollbar-x,
.ps-container.ie.hover .ps-scrollbar-y {
    visibility: visible;
}
.cbp_tmtimeline {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}
/* The line */
.cbp_tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    background: #afdcf8;
    left: 20%;
    margin-left: -10px;
}
/* The date/time */
.cbp_tmtimeline > li {
    position: relative;
}
.cbp_tmtimeline > li .cbp_tmtime {
    display: block;
    width: 25%;
    padding-right: 100px;
    position: absolute;
}
.cbp_tmtimeline > li .cbp_tmtime span {
    display: block;
    text-align: right;
}
.cbp_tmtimeline > li .cbp_tmtime span:first-child {
    font-size: 0.9em;
    color: #bdd0db;
}
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 2.9em;
    color: #3594cb;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
    color: #6cbfee;
}
/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 15px 25%;
    background: #3594cb;
    color: #fff;
    padding: 2em;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
    border-radius: 5px;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
    background: #6cbfee;
}
.cbp_tmtimeline > li .cbp_tmlabel h2 {
    margin-top: 0px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #3594cb;
    border-width: 10px;
    top: 10px;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: #6cbfee;
}
/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
    width: 40px;
    height: 40px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4em;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #fff;
    background: #46a4da;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #afdcf8;
    text-align: center;
    left: 20%;
    top: 0;
    margin: 0 0 0 -25px;
}
/* Example Media Queries */
@media screen and (max-width: 65.375em) {
    .cbp_tmtimeline > li .cbp_tmtime span:last-child {
        font-size: 1.5em;
    }
}
@media screen and (max-width: 47.2em) {
    .cbp_tmtimeline:before {
        display: none;
    }
    .cbp_tmtimeline > li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0;
    }
    .cbp_tmtimeline > li .cbp_tmtime span {
        text-align: left;
    }
    .cbp_tmtimeline > li .cbp_tmlabel {
        margin: 0 0 30px 0;
        padding: 1em;
        font-weight: 400;
        font-size: 95%;
    }
    .cbp_tmtimeline > li .cbp_tmlabel:after {
        right: auto;
        left: 20px;
        border-right-color: transparent;
        border-bottom-color: #3594cb;
        top: -20px;
    }
    .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
        border-right-color: transparent;
        border-bottom-color: #6cbfee;
    }
    .cbp_tmtimeline > li .cbp_tmicon {
        position: relative;
        float: right;
        left: auto;
        margin: -55px 5px 0 0px;
    }
}
.dropdown-menu > li.checkbox-row {
    padding: 5px 20px;
}
.dropdown-menu li.checkbox-row {
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #333333;
    white-space: nowrap;
}
.dropdown-menu li.checkbox-row label {
    font-weight: normal;
}
.dropdown-menu li.checkbox-row:hover,
.dropdown-menu li.checkbox-row input:hover,
.dropdown-menu li.checkbox-row label:hover {
    cursor: pointer;
}
.no-touch .dropdown-menu > .checkbox-row:hover,
.no-touch .dropdown-menu > .checkbox-row:active {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.btn-toolbar {
    margin-bottom: 5px;
}
.btn-toolbar .btn-default {
    background-color: #68b828;
    color: #fff;
    border: 1px solid transparent;
}
.btn-toolbar .btn-default.dropdown-toggle {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
}
.btn-toolbar .btn-primary {
    background-color: #508e1f;
}
.btn-toolbar .btn-group.open .dropdown-toggle {
    background-color: #508e1f;
    color: #fff;
}
.btn-toolbar .dropdown-menu {
    margin-top: 0;
}
.btn-toolbar .dropdown-menu .checkbox-row {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-toolbar .dropdown-menu .checkbox-row .cbr-replaced {
    margin: 0;
    margin-right: 5px;
}
.btn-toolbar .dropdown-menu .checkbox-row label {
    color: #979898;
    font-size: 12px;
    margin: 0;
}
.lt-ie8 .btn-toolbar {
    display: none;
}
.table-responsive {
    border-radius: 0px;
    /*border: 1px solid #eeeeee;*/
    margin-bottom: 18px;
}
.table-responsive > .table {
    margin-bottom: 0;
}
.table-responsive > .table-bordered {
    border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
}
.table-responsive[data-pattern="priority-columns"] {
    position: relative;
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border-radius: 0px;
    border: 1px solid #eeeeee;
    -webkit-overflow-scrolling: touch;
}
.table-responsive[data-pattern="priority-columns"] > .table {
    margin-bottom: 0;
}
.table-responsive[data-pattern="priority-columns"] > .table > thead > tr > th,
.table-responsive[data-pattern="priority-columns"] > .table > tbody > tr > th,
.table-responsive[data-pattern="priority-columns"] > .table > tfoot > tr > th,
.table-responsive[data-pattern="priority-columns"] > .table > thead > tr > td,
.table-responsive[data-pattern="priority-columns"] > .table > tbody > tr > td,
.table-responsive[data-pattern="priority-columns"] > .table > tfoot > tr > td {
    white-space: nowrap;
}
.table-responsive[data-pattern="priority-columns"] > .table-bordered {
    border: 0;
}
.table-responsive[data-pattern="priority-columns"] > .table-bordered > thead > tr > th:first-child,
.table-responsive[data-pattern="priority-columns"] > .table-bordered > tbody > tr > th:first-child,
.table-responsive[data-pattern="priority-columns"] > .table-bordered > tfoot > tr > th:first-child,
.table-responsive[data-pattern="priority-columns"] > .table-bordered > thead > tr > td:first-child,
.table-responsive[data-pattern="priority-columns"] > .table-bordered > tbody > tr > td:first-child,
.table-responsive[data-pattern="priority-columns"] > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.table-responsive[data-pattern="priority-columns"] > .table-bordered > thead > tr > th:last-child,
.table-responsive[data-pattern="priority-columns"] > .table-bordered > tbody > tr > th:last-child,
.table-responsive[data-pattern="priority-columns"] > .table-bordered > tfoot > tr > th:last-child,
.table-responsive[data-pattern="priority-columns"] > .table-bordered > thead > tr > td:last-child,
.table-responsive[data-pattern="priority-columns"] > .table-bordered > tbody > tr > td:last-child,
.table-responsive[data-pattern="priority-columns"] > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.table-responsive[data-pattern="priority-columns"] > .table-bordered > tbody > tr:last-child > th,
.table-responsive[data-pattern="priority-columns"] > .table-bordered > tfoot > tr:last-child > th,
.table-responsive[data-pattern="priority-columns"] > .table-bordered > tbody > tr:last-child > td,
.table-responsive[data-pattern="priority-columns"] > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
}
.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority],
.mq.js.lt-ie10 .sticky-table-header th[data-priority],
.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority],
.mq.js.lt-ie10 .sticky-table-header td[data-priority] {
    display: none;
}
.lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="1"],
.lt-ie9.mq.js.lt-ie10 .sticky-table-header th[data-priority="1"],
.lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="1"],
.lt-ie9.mq.js.lt-ie10 .sticky-table-header td[data-priority="1"] {
    display: inline;
}
.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="1"],
.mq.js.lt-ie10 .sticky-table-header th[data-priority="1"],
.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="1"],
.mq.js.lt-ie10 .sticky-table-header td[data-priority="1"] {
    display: table-cell;
}
@media screen and (min-width: 480px) {
    .lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="2"],
    .lt-ie9.mq.js.lt-ie10 .sticky-table-header th[data-priority="2"],
    .lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="2"],
    .lt-ie9.mq.js.lt-ie10 .sticky-table-header td[data-priority="2"] {
        display: inline;
    }
    .mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="2"],
    .mq.js.lt-ie10 .sticky-table-header th[data-priority="2"],
    .mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="2"],
    .mq.js.lt-ie10 .sticky-table-header td[data-priority="2"] {
        display: table-cell;
    }
}
@media screen and (min-width: 640px) {
    .lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="3"],
    .lt-ie9.mq.js.lt-ie10 .sticky-table-header th[data-priority="3"],
    .lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="3"],
    .lt-ie9.mq.js.lt-ie10 .sticky-table-header td[data-priority="3"] {
        display: inline;
    }
    .mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="3"],
    .mq.js.lt-ie10 .sticky-table-header th[data-priority="3"],
    .mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="3"],
    .mq.js.lt-ie10 .sticky-table-header td[data-priority="3"] {
        display: table-cell;
    }
}
@media screen and (min-width: 800px) {
    .lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="4"],
    .lt-ie9.mq.js.lt-ie10 .sticky-table-header th[data-priority="4"],
    .lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="4"],
    .lt-ie9.mq.js.lt-ie10 .sticky-table-header td[data-priority="4"] {
        display: inline;
    }
    .mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="4"],
    .mq.js.lt-ie10 .sticky-table-header th[data-priority="4"],
    .mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="4"],
    .mq.js.lt-ie10 .sticky-table-header td[data-priority="4"] {
        display: table-cell;
    }
}
@media screen and (min-width: 960px) {
    .lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="5"],
    .lt-ie9.mq.js.lt-ie10 .sticky-table-header th[data-priority="5"],
    .lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="5"],
    .lt-ie9.mq.js.lt-ie10 .sticky-table-header td[data-priority="5"] {
        display: inline;
    }
    .mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="5"],
    .mq.js.lt-ie10 .sticky-table-header th[data-priority="5"],
    .mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="5"],
    .mq.js.lt-ie10 .sticky-table-header td[data-priority="5"] {
        display: table-cell;
    }
}
@media screen and (min-width: 1120px) {
    .lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="6"],
    .lt-ie9.mq.js.lt-ie10 .sticky-table-header th[data-priority="6"],
    .lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="6"],
    .lt-ie9.mq.js.lt-ie10 .sticky-table-header td[data-priority="6"] {
        display: inline;
    }
    .mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="6"],
    .mq.js.lt-ie10 .sticky-table-header th[data-priority="6"],
    .mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="6"],
    .mq.js.lt-ie10 .sticky-table-header td[data-priority="6"] {
        display: table-cell;
    }
}
table.table-small-font {
    font-size: 12px;
    -webkit-text-size-adjust: none;
    line-height: 1.5em;
}
table.focus-on tbody tr:hover {
    cursor: pointer;
}
table.focus-on tbody tr.unfocused th,
table.focus-on tbody tr.unfocused td {
    color: #777777;
    color: rgba(0, 0, 0, 0.4);
}
table.focus-on tbody tr.focused th,
table.focus-on tbody tr.focused td {
    background-color: #68b828;
    color: #fff;
    border-color: #63b026;
}
table th.col-hide,
table td.col-hide {
    display: none;
}
table th.col-show,
table td.col-show {
    display: inline;
}
.lt-ie9 table th.col-show,
.lt-ie9 table td.col-show {
    display: table-cell;
}
.lt-ie9 table.display-all th,
.lt-ie9 table.display-all td {
    display: inline !important;
}
table.display-all th,
table.display-all td {
    display: table-cell !important;
}
.sticky-table-header {
    background-color: #fff;
    border: none;
    border-radius: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    position: absolute;
    top: 0;
    visibility: hidden;
    z-index: 990;
    overflow: hidden;
    min-width: 100%;
}
.sticky-table-header.fixed-solution {
    min-width: 0;
    position: fixed;
}
.lt-ie10 .sticky-table-header.fixed-solution {
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    box-sizing: content-box;
    border-bottom: none;
}
.sticky-table-header.border-radius-fix {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.sticky-table-header > .table {
    margin-bottom: 0;
}
.sticky-table-header > .table > thead > tr > th,
.sticky-table-header > .table > tbody > tr > th,
.sticky-table-header > .table > tfoot > tr > th,
.sticky-table-header > .table > thead > tr > td,
.sticky-table-header > .table > tbody > tr > td,
.sticky-table-header > .table > tfoot > tr > td {
    white-space: nowrap;
}
.sticky-table-header > .table-bordered {
    border: 0;
}
.sticky-table-header > .table-bordered > thead > tr > th:first-child,
.sticky-table-header > .table-bordered > tbody > tr > th:first-child,
.sticky-table-header > .table-bordered > tfoot > tr > th:first-child,
.sticky-table-header > .table-bordered > thead > tr > td:first-child,
.sticky-table-header > .table-bordered > tbody > tr > td:first-child,
.sticky-table-header > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.sticky-table-header > .table-bordered > thead > tr > th:last-child,
.sticky-table-header > .table-bordered > tbody > tr > th:last-child,
.sticky-table-header > .table-bordered > tfoot > tr > th:last-child,
.sticky-table-header > .table-bordered > thead > tr > td:last-child,
.sticky-table-header > .table-bordered > tbody > tr > td:last-child,
.sticky-table-header > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.sticky-table-header > .table-bordered > tbody > tr:last-child > th,
.sticky-table-header > .table-bordered > tfoot > tr:last-child > th,
.sticky-table-header > .table-bordered > tbody > tr:last-child > td,
.sticky-table-header > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
}
.transall,
.sidebar-menu .main-menu a, 
.navbar.horizontal-menu .navbar-inner .navbar-brand a[data-toggle="settings-pane"],
.navbar.horizontal-menu .navbar-inner .navbar-brand a[data-toggle="settings-pane"] i,
footer.main-footer .go-up a,
.user-info-navbar .user-info-menu > li > a,
.breadcrumb.auto-hidden li a,
.icon-collection .fontawesome-icon-list .fa-hover > i,
.icon-collection .fontawesome-icon-list .fa-hover > span,
.form-wizard > .tabs > li a,
.form-wizard > .tabs > li a:after,
.droppable-area.dz-drag-hover,
.gallery-env .album-images .album-image .image-checkbox .cbr-replaced,
.login-page .login-form .form-group .control-label,
.login-page .login-form .form-group .form-control,
.lockscreen-page .lockcreen-form .form-group .input-group .form-control{
    -webkit-transition: all 220ms ease-in-out;
    -moz-transition: all 220ms ease-in-out;
    -o-transition: all 220ms ease-in-out;
    transition: all 220ms ease-in-out;
}
.clearfix:before,
.clearfix:after,
.page-container .main-content .page-title:before,
.page-container .main-content .page-title:after,
.sidebar-menu .logo-env:before,
.sidebar-menu .logo-env:after,
.navbar.horizontal-menu .navbar-inner:before,
.navbar.horizontal-menu .navbar-inner:after,
.user-info-navbar .user-info-menu > li .dropdown-menu > .external a:before,
.user-info-navbar .user-info-menu > li .dropdown-menu > .external a:after,
#chat .chat-conversation .conversation-body > li:before,
#chat .chat-conversation .conversation-body > li:after,
.panel .panel-heading:before,
.panel .panel-heading:after,
.breadcrumb.auto-hidden:before,
.breadcrumb.auto-hidden:after,
.dataTables_wrapper .dataTables_length:before,
.dataTables_wrapper .dataTables_length:after,
.dataTables_wrapper .dataTables_filter:before,
.dataTables_wrapper .dataTables_filter:after,
.dataTables_wrapper .DTTT_container:before,
.dataTables_wrapper .DTTT_container:after,
.skin-color-palette:before,
.skin-color-palette:after,
.icon-collection .fontawesome-icon-list:before,
.icon-collection .fontawesome-icon-list:after,
.icon-collection .fontawesome-icon-list .fa-hover:before,
.icon-collection .fontawesome-icon-list .fa-hover:after,
.icheck-skins:before,
.icheck-skins:after,
.form-wizard:before,
.form-wizard:after,
.mailbox-env:before,
.mailbox-env:after,
.mailbox-env .mail-env .mail-table .mail-pagination .next-prev:before,
.mailbox-env .mail-env .mail-table .mail-pagination .next-prev:after,
.mailbox-env .mail-single .mail-single-header:before,
.mailbox-env .mail-single .mail-single-header:after,
.mailbox-env .mail-single .mail-single-info:before,
.mailbox-env .mail-single .mail-single-info:after,
.invoice-env:before,
.invoice-env:after,
.avalia-container .avalia-header:before,
.avalia-container .avalia-header:after,
.invoice-env .invoice-header:before,
.invoice-env .invoice-header:after,
.invoice-env .invoice-details:before,
.invoice-env .invoice-details:after,
.invoice-env .invoice-details .invoice-client-info:before,
.invoice-env .invoice-details .invoice-client-info:after,
.invoice-env .invoice-details .invoice-payment-info:before,
.invoice-env .invoice-details .invoice-payment-info:after,
.invoice-env .invoice-totals:before,
.invoice-env .invoice-totals:after,
.gallery-env:before,
.gallery-env:after,
.gallery-env .album-header:before,
.gallery-env .album-header:after,
.gallery-env .album-images .album-image:before,
.gallery-env .album-images .album-image:after,
.calendar-env:before,
.calendar-env:after,
.perfil-info:before,
.perfil-info:after,
.perfil-info .user-timeline-stories .timeline-story header:before,
.perfil-info .user-timeline-stories .timeline-story header:after,
.perfil-info .user-timeline-stories .timeline-story .story-audio-item .audio-track-info:before,
.perfil-info .user-timeline-stories .timeline-story .story-audio-item .audio-track-info:after,
.perfil-info .user-timeline-stories .timeline-story .story-album:before,
.perfil-info .user-timeline-stories .timeline-story .story-album:after,
.timeline-centered:before,
.timeline-centered:after,
.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after,
.notes-env .notes-list:before,
.notes-env .notes-list:after,
.lockscreen-page .lockcreen-form:before,
.lockscreen-page .lockcreen-form:after,
.xe-widget.xe-weather:before,
.xe-widget.xe-weather:after,
.xe-widget.xe-weather .xe-current-day .xe-now:before,
.xe-widget.xe-weather .xe-current-day .xe-now:after,
.xe-widget.xe-map-stats:before,
.xe-widget.xe-map-stats:after,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu > .external a:before,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu > .external a:after {
    content: " ";
    display: table;
}
.clearfix:after,
.page-container .main-content .page-title:after,
.sidebar-menu .logo-env:after,
.navbar.horizontal-menu .navbar-inner:after,
.user-info-navbar .user-info-menu > li .dropdown-menu > .external a:after,
#chat .chat-conversation .conversation-body > li:after,
.panel .panel-heading:after,
.breadcrumb.auto-hidden:after,
.dataTables_wrapper .dataTables_length:after,
.dataTables_wrapper .dataTables_filter:after,
.dataTables_wrapper .DTTT_container:after,
.skin-color-palette:after,
.icon-collection .fontawesome-icon-list:after,
.icon-collection .fontawesome-icon-list .fa-hover:after,
.icheck-skins:after,
.form-wizard:after,
.mailbox-env:after,
.mailbox-env .mail-env .mail-table .mail-pagination .next-prev:after,
.mailbox-env .mail-single .mail-single-header:after,
.mailbox-env .mail-single .mail-single-info:after,
.invoice-env:after,
.invoice-env .invoice-header:after,
.invoice-env .invoice-details:after,
.invoice-env .invoice-details .invoice-client-info:after,
.invoice-env .invoice-details .invoice-payment-info:after,
.invoice-env .invoice-totals:after,
.gallery-env:after,
.gallery-env .album-header:after,
.gallery-env .album-images .album-image:after,
.calendar-env:after,
.perfil-info:after,
.perfil-info .user-timeline-stories .timeline-story header:after,
.perfil-info .user-timeline-stories .timeline-story .story-audio-item .audio-track-info:after,
.perfil-info .user-timeline-stories .timeline-story .story-album:after,
.timeline-centered:after,
.timeline-centered .timeline-entry .timeline-entry-inner:after,
.notes-env .notes-list:after,
.lockscreen-page .lockcreen-form:after,
.xe-widget.xe-weather:after,
.xe-widget.xe-weather .xe-current-day .xe-now:after,
.xe-widget.xe-map-stats:after,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu > .external a:after {
    clear: both;
}
body {
    background-color: #F4F7F6;
    font-size: 11px;
}
a {
    outline: none !important;
}
p {
    /* color: #979898; */
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;

}
section small {
    font-size: 90%;
}
.boxed-container {
    background: #ccc;
}
.page-container {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: top;
    border-collapse: collapse;
    border-spacing: 0px;
    table-layout: fixed;
}
.boxed-container .page-container {
    max-width: 1140px;
    margin: 20px auto;
}
@media screen and (max-width: 768px) {
    .boxed-container .page-container {
        margin: 0;
    }
}
.page-container.container {
    max-width: 1140px;
    table-layout: auto;
}
.page-container .main-content {
    display: table-cell;
    /*position: relative;*/
    z-index: 1;
    padding: 0;
    vertical-align: top;
    word-break: break-word;
    padding-top:30px;
    padding-left: 15px;
    padding-right: 10px;
    height: 100%;
}
.boxed-container .page-container .main-content {
    background-color: #eeeeee;
}
.page-container .main-content:hover {
    z-index: 15;
}
.page-container .main-content .page-title {
    /*! background: #f1f1f1; */
    margin: -8px;
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 5px 0;
}
@media screen and (max-width: 768px) {
    .page-container .main-content .page-title {
        padding: 15px 0;
    }
}
.page-container .main-content .page-title.full-width .title-env {
    width: 100%;
    padding-right: 10px;
}
.page-container .main-content .page-title .title-env,
.page-container .main-content .page-title .breadcrumb-env {
    display: block;
}
.page-container .main-content .page-title .title-env {
    /* float: left; */
    padding-left: 10px;
}
.page-container .main-content .page-title .title-env .title {
    margin: 0;
    font-size: 12px;
    /* font-weight: bold; */
    color:#555;
}
@media screen and (max-width: 768px) {
    .page-container .main-content .page-title .title-env .title {
        font-size: 23px;
    }
    .page-container .main-content .page-title .title-env .title + p {
        font-size: 12px;
    }
}
@media screen and (max-width: 480px) {
    .page-container .main-content .page-title .title-env .title {
        font-size: 19px;
    }
}
.page-container .main-content .page-title .title-env .title + p {
    margin: 0;
    margin-top: 4px;
    color: #979898;
}
.page-container .main-content .page-title .breadcrumb-env {
    float: right;
    padding-right: 30px;
}
@media screen and (max-width: 480px) {
    .page-container .main-content .page-title .breadcrumb-env {
        clear: both;
        float: none;
        padding: 0 10px;
    }
}
.page-container .main-content .page-title .breadcrumb-env .breadcrumb {
    margin-bottom: 0;
    margin-top: 8px;
}
@media screen and (max-width: 768px) {
    .page-container .main-content .page-title .breadcrumb-env .breadcrumb {
        margin-top: 4px;
    }
    .page-container .main-content .page-title .breadcrumb-env .breadcrumb li a {
        font-size: 12px;
    }
}
.sidebar-menu {
    display: table-cell;
    /*position: relative;*/
    width: 200px;
    background: #F4F7F8;
    z-index: 1;
    /*! padding-right: 10px; */
    margin-top: -50px;
}

.sidebar-menu-right {
    background: #F7f7f7;
    position: fixed;
    right: 0;
}

.sidebar-menu .logo-env {
    padding: 30px 45px;
    border-bottom: 1px solid #313437;
}
.sidebar-menu .logo-env .logo {
    float: left;
}
.sidebar-menu .logo-env .logo .logo-collapsed {
    display: none;
}
.sidebar-menu .logo-env .settings-icon {
    float: right;
    position: relative;
    top: 1px;
}
.sidebar-menu .logo-env .settings-icon a {
    color: #979898;
    line-height: 1;
}
.sidebar-menu .logo-env .settings-icon a i {
    line-height: 1;
    font-size: 18px;
}
.sidebar-menu .logo-env .settings-icon a:hover {
    color: #ffffff;
}

.sidebar-menu .main-menu{
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
    list-style: none;
}

@media screen and (max-width: 768px) {
    .sidebar-menu .main-menu {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
.sidebar-menu .main-menu a{
    box-shadow: 0 2px 1px -1px #FFFFFF;
    font-weight: bold;
    color: #6e829b;
    outline: 0px;
    line-height: 6px; 
    text-decoration: none;
    display: block;
    padding: 10px 5px;
    border-bottom: 1px solid #dae1e8;
    box-shadow: 0 2px 1px -1px #FFFFFF;
}
.sidebar-menu .main-menu a > i  {
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;

}
.sidebar-menu .main-menu a > i + span {
    padding-right: 10px;
}
.sidebar-menu .main-menu a > span {
    display: inline-block;
}
.sidebar-menu .main-menu a > .label {
    margin-top: 1px;
}
.sidebar-menu .main-menu a > .badge {
    font-size: 75%;
    line-height: 1.2;
}
.sidebar-menu .main-menu a:hover{
    color: #33455a;
}
.sidebar-menu .main-menu li.active > a{
    color: #ffffff;
}
.sidebar-menu .main-menu li.has-sub > a:before {
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    content: '\f107';
    float: right;
    color: #6d747a;
    margin-left: 10px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.sidebar-menu .main-menu li.has-sub.opened > a:before,
.sidebar-menu .main-menu li.has-sub.expanded > a:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.sidebar-menu .main-menu > li.opened > ul {
    display: block;
}
.sidebar-menu .main-menu > li.opened .opened > ul {
    display: block;
}
.sidebar-menu .main-menu ul {
    display: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
}
.sidebar-menu .main-menu ul li {
    position: relative;
}
@media screen and (min-width: 768px) {
    .sidebar-menu .main-menu ul li.is-hidden {
        left: -20px;
        zoom: 1;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
    }
}
.sidebar-menu .main-menu ul li.is-shown {
    left: 0;
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.sidebar-menu .main-menu ul li.is-shown + .is-shown {
    -webkit-transition-delay: 80ms;
    -moz-transition-delay: 80ms;
    -o-transition-delay: 80ms;
    transition-delay: 80ms;
}
.sidebar-menu .main-menu ul li.is-shown + .is-shown + .is-shown {
    -webkit-transition-delay: 120ms;
    -moz-transition-delay: 120ms;
    -o-transition-delay: 120ms;
    transition-delay: 120ms;
}
.sidebar-menu .main-menu ul li.is-shown + .is-shown + .is-shown + .is-shown {
    -webkit-transition-delay: 160ms;
    -moz-transition-delay: 160ms;
    -o-transition-delay: 160ms;
    transition-delay: 160ms;
}
.sidebar-menu .main-menu ul li.is-shown + .is-shown + .is-shown + .is-shown + .is-shown {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.sidebar-menu .main-menu ul li.is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown {
    -webkit-transition-delay: 240ms;
    -moz-transition-delay: 240ms;
    -o-transition-delay: 240ms;
    transition-delay: 240ms;
}
.sidebar-menu .main-menu ul li.is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown {
    -webkit-transition-delay: 280ms;
    -moz-transition-delay: 280ms;
    -o-transition-delay: 280ms;
    transition-delay: 280ms;
}
.sidebar-menu .main-menu ul li.is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown {
    -webkit-transition-delay: 320ms;
    -moz-transition-delay: 320ms;
    -o-transition-delay: 320ms;
    transition-delay: 320ms;
}
.sidebar-menu .main-menu ul li.is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown {
    -webkit-transition-delay: 360ms;
    -moz-transition-delay: 360ms;
    -o-transition-delay: 360ms;
    transition-delay: 360ms;
}
.sidebar-menu .main-menu ul li.is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}
.sidebar-menu .main-menu ul li.is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown {
    -webkit-transition-delay: 440ms;
    -moz-transition-delay: 440ms;
    -o-transition-delay: 440ms;
    transition-delay: 440ms;
}
.sidebar-menu .main-menu ul li.hidden-item {
    visibility: hidden;
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.sidebar-menu .main-menu ul li a {
    padding-left: 35px;
}
.sidebar-menu .main-menu ul li ul li a {
    padding-left: 60px;
}
.sidebar-menu .main-menu ul li ul li ul li a {
    padding-left: 85px;
}
.sidebar-menu .main-menu ul li ul li ul li ul li a {
    padding-left: 110px;
}
.sidebar-menu .ps-scrollbar-x-rail .ps-scrollbar-x,
.sidebar-menu .ps-scrollbar-y-rail .ps-scrollbar-y {
    background-color: rgba(255, 255, 255, 0.6);
}
.sidebar-menu.fixed {
    height: 100%;
}
.sidebar-menu.fixed .sidebar-menu-inner {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: inherit;
    overflow: hidden;
}

.sidebar-menu-right.fixed .sidebar-menu-inner {
    position: relative;
    left:none;
    right:0;
    top: 0;
}

.page-body.right-sidebar .sidebar-menu.fixed .sidebar-menu-inner {
    left: auto;
    right: 0;
}
@media screen and (min-width: 768px) {
    .sidebar-menu.collapsed {
        width: 60px;
        z-index: 10;
        overflow: visible;
        /*!  */
    }
    .sidebar-menu.collapsed .hidden-collapsed {
        display: none !important;
    }
    .sidebar-menu.collapsed + .main-content .user-info-navbar .user-info-menu a[data-toggle="sidebar"] {
        color: #606161;
    }
    .sidebar-menu.collapsed + .main-content .main-footer {
        left: 80px;
    }
    .sidebar-menu.collapsed .sidebar-menu-inner {
        overflow: visible;
        position: relative;
    }
    .sidebar-menu.collapsed .logo-env {
        padding: 18px 0;
    }
    .sidebar-menu.collapsed .logo-env .logo-collapsed {
        display: block;
        text-align: center;
    }
    .sidebar-menu.collapsed .logo-env .logo-collapsed img {
        display: inline-block;
    }
    .sidebar-menu.collapsed .logo-env .logo-expanded,
    .sidebar-menu.collapsed .logo-env .settings-icon {
        display: none;
    }
    .sidebar-menu.collapsed .logo-env .logo {
        float: none;
    }
    .sidebar-menu.collapsed .main-menu {
        padding-left: 0;
        padding-right: 0;
    }
    .sidebar-menu.collapsed .main-menu > li {
        text-align: center;
        position: relative;
    }
    .sidebar-menu.collapsed .main-menu > li.active,
    .sidebar-menu.collapsed .main-menu > li li.active {
        background-color: #252627;
    }
    .sidebar-menu.collapsed .main-menu > li > a > i {
        margin-right: 0;
        font-size: 16px;
    }
    .sidebar-menu.collapsed .main-menu > li > a > span {
        display: none;
    }
    .sidebar-menu.collapsed .main-menu > li > a > span.label {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }
    .sidebar-menu.collapsed .main-menu > li.has-sub > a:before {
        display: none;
    }
    .sidebar-menu.collapsed .main-menu > li.opened > ul {
        display: none;
    }
    .sidebar-menu.collapsed .main-menu > li > ul {
        position: absolute;
        background: #2c2e2f;
        width: 250px;
        top: 0;
        left: 100%;
        text-align: left;
    }
    .page-body.right-sidebar .sidebar-menu.collapsed .main-menu > li > ul {
        left: auto;
        right: 100%;
    }
    .sidebar-menu.collapsed .main-menu > li > ul > li > a {
        padding-left: 20px;
    }
    .sidebar-menu.collapsed .main-menu > li > ul > li > ul > li > a {
        padding-left: 35px;
    }
    .sidebar-menu.collapsed .main-menu > li > ul > li > ul > li > ul > li > a {
        padding-left: 50px;
    }
    .sidebar-menu.collapsed .main-menu > li > ul > li > ul > li > ul > li > ul > li > a {
        padding-left: 65px;
    }
    .sidebar-menu.collapsed .main-menu > li > ul > li > ul > li > ul > li > ul > li > ul > li > a {
        padding-left: 80px;
    }
    .sidebar-menu.collapsed .main-menu > li > ul li.has-sub > a:before {
        margin-right: 10px;
    }
    .sidebar-menu.collapsed .main-menu > li:hover > ul {
        display: block;
    }
}
.page-body.right-sidebar .page-container {
    direction: rtl;
}
.page-body.right-sidebar .page-container > * {
    direction: ltr;
}
.navbar.horizontal-menu {
    position: relative;
    height: 40px;
    background: linear-gradient(120deg, #069 0%, #05bdd7 100%); 
    color:#FFF !important;
    margin: 0;
    padding: 0;
    z-index: 101;
    min-height: 0px;
    -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.16);
    color:#FFF !important;
}
.navbar.horizontal-menu.navbar-fixed-top {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    color:#FFF !important;
}
.navbar.horizontal-menu.navbar-fixed-top + .page-container {
    padding-top: 40px;
}
.navbar.horizontal-menu.navbar-fixed-top + .page-container > .sidebar-menu.fixed .sidebar-menu-inner {
    top: 20px;
    /*!  */
}
.settings-pane-open .navbar.horizontal-menu.navbar-fixed-top {
    position: relative;
}
.settings-pane-open .navbar.horizontal-menu.navbar-fixed-top + .page-container {
    margin-top: 0;
}
.settings-pane-open .navbar.horizontal-menu.navbar-fixed-top + .page-container > .sidebar-menu.fixed .sidebar-menu-inner {
    top: 0;
}
.navbar.horizontal-menu + .page-container > .sidebar-menu.fixed .sidebar-menu-inner {
    top: 20px;
}
.navbar.horizontal-menu .navbar-inner .navbar-brand {
    padding: 0 30px;
    margin: 0;
    float: left;
    height: 40px;
    display: table;
}
.navbar.horizontal-menu .navbar-inner .navbar-brand:hover a[data-toggle="settings-pane"] {
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
}
.settings-pane-open .navbar.horizontal-menu .navbar-inner .navbar-brand a[data-toggle="settings-pane"] {
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
}
.settings-pane-open .navbar.horizontal-menu .navbar-inner .navbar-brand a[data-toggle="settings-pane"] i {
    color: #2c2e2f;
}
.navbar.horizontal-menu .navbar-inner .navbar-brand a {
    display: table-cell;
    vertical-align: middle;
}
.navbar.horizontal-menu .navbar-inner .navbar-brand a.logo img {
    margin: 0;
}
.navbar.horizontal-menu .navbar-inner .navbar-brand a[data-toggle="settings-pane"] {
    padding-left: 10px;
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
}
.navbar.horizontal-menu .navbar-inner .navbar-brand a[data-toggle="settings-pane"] i {
    display: block;
    line-height: 1;
    font-size: 12px;
    color: #979898;
    margin-top: 1px;
}
.navbar.horizontal-menu .navbar-inner .navbar-brand a[data-toggle="settings-pane"]:hover i {
    color: #2c2e2f;
}
@media screen and (min-width: 768px) {
    .navbar.horizontal-menu .navbar-inner .navbar-nav {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav.click-to-expand .has-sub:hover > a:before {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav.click-to-expand .has-sub.expanded > a:before {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav a {
        position: relative;
        display: inline-block;
        line-height: 1;
        /* color: #000; */
        z-index: 1;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav a > i {
        display: inline-block;
        margin-right: 5px;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav a > .label.pull-right {
        margin-top: 0;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav a > .title {
        display: inline-block;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav a > .title + .badge {
        margin-left: 7px;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav li:hover > a,
    .navbar.horizontal-menu .navbar-inner .navbar-nav li.active > a {
        color: #000;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav > li {
        position: relative;
        z-index: 1;
        line-height: 40px;
        border: 1px solid transparent;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav > li:hover {
        z-index: 2;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav > li.active,
    .navbar.horizontal-menu .navbar-inner .navbar-nav > li:hover {
        border-color: #f3f3f3;
        background-color: #fafafa;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav > li.active {
        margin-left: -1px;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav > li.active + li:hover {
        border-left-color: transparent;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav > li > a {
        padding: 0 15px;
        line-height: 40px;
        color: #FFF;
        /* text-shadow: 0 1px 0 #EFEFEF; */
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav > li > ul {
        position: absolute;
        min-width: 270px;
        border: 1px solid #eee;
        visibility: hidden;
        display: block;
        left: -1px;
        -webkit-border-radius: 0 0 0px 0px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0 0 0px 0px;
        -moz-background-clip: padding;
        border-radius: 0 0 0px 0px;
        background-clip: padding-box;
        -webkit-box-shadow: 0 2px 8px rgba(0,1,1,.05);
        -moz-box-shadow: 0 2px 8px rgba(0,1,1,.05);
        box-shadow: 0 2px 8px rgba(0,1,1,.05);
        -webkit-transition: opacity 180ms linear, visibility 180ms linear;
        -moz-transition: opacity 180ms linear, visibility 180ms linear;
        -o-transition: opacity 180ms linear, visibility 180ms linear;
        transition: opacity 180ms linear, visibility 180ms linear;
        zoom: 1;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav > li.hover > ul {
        visibility: visible;
        zoom: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        filter: alpha(opacity=100);
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav ul {
        position: relative;
        display: none;
        list-style: none;
        padding: 0;
        margin: 0;
        top: 100%;
        min-width: 100%;
        background: #ffffff;
        z-index: 2;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav ul ul {
        display: block;
        height: 0px;
        overflow: hidden;
        visibility: hidden;
        zoom: 1;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
        -webkit-transition: opacity 350ms linear;
        -moz-transition: opacity 350ms linear;
        -o-transition: opacity 350ms linear;
        transition: opacity 350ms linear;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav ul ul.is-visible {
        height: auto;
        visibility: visible;
        zoom: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        filter: alpha(opacity=100);
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav ul > li:last-child > a:after {
        display: none;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav ul > li {
        line-height: 1;
        margin: 0;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav ul > li > a {
        position: relative;
        display: block;
        white-space: nowrap;
        padding: 15px 25px;
        color: #979898;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav ul > li > a:after {
        content: '';
        position: absolute;
        left: 25px;
        right: 25px;
        bottom: 0;
        background: #eee;
        height: 1px;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav ul > li.active > a {
        color: #313232;
        background: #fafafa;
        border-top: 1px solid #eee;
        margin-top: -2px;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav ul > li.active > a:after {
        left: 0;
        right: 0;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav ul > li.has-sub > a:before {
        content: '\f105';
        font-family: 'FontAwesome';
        display: block;
        float: right;
        color: #979898;
        position: relative;
        margin-left: 10px;
        line-height: 1.3;
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -o-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav ul > li.has-sub:hover > a:before,
    .navbar.horizontal-menu .navbar-inner .navbar-nav ul > li.has-sub.expanded > a:before {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav ul > li ul {
        background: #f6f6f6;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        margin-top: -1px;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav ul > li ul ul {
        background: #f1f1f1;
        border-top-color: #e7e7e7;
        border-bottom-color: #e7e7e7;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav ul > li ul ul a:after {
        background-color: #e7e7e7;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav ul > li ul ul ul {
        background: #ececec;
        border-top-color: #e2e2e2;
        border-bottom-color: #e2e2e2;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav ul > li ul ul ul a:after {
        background-color: #e2e2e2;
    }
}
.navbar.horizontal-menu .navbar-inner .navbar-mobile-clear {
    display: block;
}
.navbar.horizontal-menu .navbar-inner > .nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.navbar.horizontal-menu .navbar-inner > .nav.navbar-mobile {
    display: none;
}
.navbar.horizontal-menu .navbar-inner > .nav > li {
    line-height: 40px;
    display: inline-block;
}
.navbar.horizontal-menu .navbar-inner > .nav > li i {
    font-size: 15px;
    color: #FFF;
    line-height: 1;
}
.navbar.horizontal-menu .navbar-inner > .nav > li > a {
    position: relative;
    padding: 0 15px;
    margin: 0;
    border: 1px solid transparent;
    border-top: 0;
    border-bottom: 0;
    /* color: #FFF; */
    z-index: 2;
}
.navbar.horizontal-menu .navbar-inner > .nav > li > a:hover {
    background: #fafafa;
}
.navbar.horizontal-menu .navbar-inner > .nav > li > a:hover i {
    color: #717272;
}
.navbar.horizontal-menu .navbar-inner > .nav > li > a.notification-icon {
    padding: 0 20px;
}
.navbar.horizontal-menu .navbar-inner > .nav > li > a.notification-icon:before {
    content: '';
    position: absolute;
    height: 2px;
    top: 0px;
    left: 0;
    right: 0;
    background: #68b828;
    display: none;
}
.navbar.horizontal-menu .navbar-inner > .nav > li > a.notification-icon:hover:before {
    display: block;
}
.navbar.horizontal-menu .navbar-inner > .nav > li > a.notification-icon i {
    margin-right: 2px;
}
.navbar.horizontal-menu .navbar-inner > .nav > li > a.notification-icon .badge {
    font-size: 9px;
    position: absolute;
    top: 50%;
    right: 10px;
    padding: 4px;
    min-width: 18px;
    font-size: 400;
    line-height: 1;
    margin-top: -20px;
}
.navbar.horizontal-menu .navbar-inner > .nav > li > a.notification-icon.notification-icon-messages:before {
    background-color: #7c38bc;
}
.navbar.horizontal-menu .navbar-inner > .nav > li > a[data-toggle="chat"] {
    padding: 0 20px;
}
.chat-open .navbar.horizontal-menu .navbar-inner > .nav > li > a[data-toggle="chat"] i {
    color: #717272;
}
.navbar.horizontal-menu .navbar-inner > .nav > li.open > a.notification-icon {
    background-color: #fff;
    border-color: #f3f3f3;
    color: #717272;
}
.navbar.horizontal-menu .navbar-inner > .nav > li.open > a.notification-icon i {
    color: #717272;
}
.navbar.horizontal-menu .navbar-inner > .nav > li.open > a.notification-icon:before {
    display: block;
}
.navbar.horizontal-menu .navbar-inner > .nav > li > ul {
    z-index: 1;
    border-color: #f3f3f3;
}
.navbar.horizontal-menu .navbar-inner > .nav > li.search-form {
    padding: 0 20px;
}
.navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a {
    border: 1px solid transparent;
    border-top: 0;
    border-bottom: 0;
}
.navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a:focus {
    background-color: #fff;
}
.navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario.open > a {
    background-color: #fff;
    border-color: #f3f3f3;
}
.navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario.open > .dropdown-menu {
    margin-left: -1px;
}
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu {
    line-height: 1.42857143;
}
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.messages,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.notifications,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.perfil-usuario-menu {
    z-index: 1;
    margin-top: -1px;
}
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.perfil-usuario-menu {
    right: 0 !important;
}
@media screen and (min-width: 767px) and (max-width: 992px) {
    .navbar.horizontal-menu .navbar-inner .navbar-brand {
        padding: 0 15px;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav > li {
        line-height: 84px;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav > li > a {
        padding: 0 10px;
        font-size: 12px;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav > li > a > .badge {
        display: none;
    }
    .navbar.horizontal-menu .navbar-inner > .nav > li i {
        font-size: 13px;
    }
    .navbar.horizontal-menu .navbar-inner > .nav > li > a.notification-icon {
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a > span {
        display: none !important;
    }
}
.navbar.horizontal-menu.navbar-minimal {
    height: 55px;
}
.navbar.horizontal-menu.navbar-minimal.navbar-fixed-top + .page-container {
    margin-top: 55px;
}
.navbar.horizontal-menu.navbar-minimal.navbar-fixed-top + .page-container > .sidebar-menu.fixed .sidebar-menu-inner {
    top: 55px;
}
.navbar.horizontal-menu.navbar-minimal + .page-container > .sidebar-menu.fixed .sidebar-menu-inner {
    top: 55px;
}
.navbar.horizontal-menu.navbar-minimal .navbar-inner .navbar-brand {
    height: 55px;
}
@media screen and (min-width: 768px) {
    .navbar.horizontal-menu.navbar-minimal .navbar-inner .navbar-nav > li {
        line-height: 55px;
    }
    .navbar.horizontal-menu.navbar-minimal .navbar-inner .navbar-nav > li > a {
        line-height: 55px;
    }
}
.navbar.horizontal-menu.navbar-minimal .navbar-inner > .nav > li {
    line-height: 55px;
}
@media screen and (min-width: 767px) and (max-width: 992px) {
    .navbar.horizontal-menu.navbar-minimal .navbar-inner .navbar-nav > li {
        line-height: 54px;
    }
}
@media screen and (max-width: 768px) {
    .navbar.horizontal-menu {
        background: #2c2e2f;
        color: #fff;
        height: auto;
    }
    .chat-open .navbar.horizontal-menu {
        left: -340px;
    }
    .navbar.horizontal-menu.navbar-fixed-top {
        position: relative;
    }
    .navbar.horizontal-menu.navbar-fixed-top + .page-container {
        margin-top: -80px;
    }
    .navbar.horizontal-menu.navbar-fixed-top + .page-container > .sidebar-menu.fixed .sidebar-menu-inner {
        top: 0;
    }
    .settings-pane-open .navbar.horizontal-menu.navbar-fixed-top {
        position: relative;
    }
    .settings-pane-open .navbar.horizontal-menu.navbar-fixed-top + .page-container {
        margin-top: 0;
    }
    .settings-pane-open .navbar.horizontal-menu.navbar-fixed-top + .page-container > .sidebar-menu.fixed .sidebar-menu-inner {
        top: 0;
    }
    .navbar.horizontal-menu + .page-container > .sidebar-menu.fixed .sidebar-menu-inner {
        top: 40px;
    }
    .navbar.horizontal-menu .navbar-inner {
        padding: 20px 0;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-brand {
        height: auto;
        padding-left: 20px;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-brand a[data-toggle="settings-pane"] {
        display: none;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-mobile-clear {
        display: block;
        clear: both;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav {
        display: none;
        padding-left: 40px;
        padding-right: 40px;
        margin-top: 20px;
        margin-bottom: 20px;
        list-style: none;
        margin-bottom: 0;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav a {
        color: #979898;
        text-decoration: none;
        display: block;
        padding: 13px 5px;
        border-bottom: 1px solid #313437;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav a > i {
        display: inline-block;
        margin-right: 10px;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav a > i + span {
        padding-right: 10px;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav a > span {
        display: inline-block;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav a > .label {
        margin-top: 1px;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav a > .badge {
        font-size: 75%;
        line-height: 1.2;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav a:hover {
        color: #ffffff;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav li.active > a {
        color: #ffffff;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav li.has-sub > a:before {
        position: relative;
        display: inline-block;
        font-family: 'FontAwesome';
        content: '\f107';
        float: right;
        color: #6d747a;
        margin-left: 10px;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav li.has-sub.opened > a:before,
    .navbar.horizontal-menu .navbar-inner .navbar-nav li.has-sub.expanded > a:before {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav > li.opened > ul {
        display: block;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav > li.opened .opened > ul {
        display: block;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav ul {
        display: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        list-style: none;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav ul li {
        position: relative;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav ul li.is-shown {
        left: 0;
        zoom: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        filter: alpha(opacity=100);
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav ul li.is-shown + .is-shown {
        -webkit-transition-delay: 80ms;
        -moz-transition-delay: 80ms;
        -o-transition-delay: 80ms;
        transition-delay: 80ms;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav ul li.is-shown + .is-shown + .is-shown {
        -webkit-transition-delay: 120ms;
        -moz-transition-delay: 120ms;
        -o-transition-delay: 120ms;
        transition-delay: 120ms;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav ul li.is-shown + .is-shown + .is-shown + .is-shown {
        -webkit-transition-delay: 160ms;
        -moz-transition-delay: 160ms;
        -o-transition-delay: 160ms;
        transition-delay: 160ms;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav ul li.is-shown + .is-shown + .is-shown + .is-shown + .is-shown {
        -webkit-transition-delay: 200ms;
        -moz-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        transition-delay: 200ms;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav ul li.is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown {
        -webkit-transition-delay: 240ms;
        -moz-transition-delay: 240ms;
        -o-transition-delay: 240ms;
        transition-delay: 240ms;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav ul li.is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown {
        -webkit-transition-delay: 280ms;
        -moz-transition-delay: 280ms;
        -o-transition-delay: 280ms;
        transition-delay: 280ms;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav ul li.is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown {
        -webkit-transition-delay: 320ms;
        -moz-transition-delay: 320ms;
        -o-transition-delay: 320ms;
        transition-delay: 320ms;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav ul li.is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown {
        -webkit-transition-delay: 360ms;
        -moz-transition-delay: 360ms;
        -o-transition-delay: 360ms;
        transition-delay: 360ms;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav ul li.is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown {
        -webkit-transition-delay: 400ms;
        -moz-transition-delay: 400ms;
        -o-transition-delay: 400ms;
        transition-delay: 400ms;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav ul li.is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown + .is-shown {
        -webkit-transition-delay: 440ms;
        -moz-transition-delay: 440ms;
        -o-transition-delay: 440ms;
        transition-delay: 440ms;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav ul li.hidden-item {
        visibility: hidden;
        zoom: 1;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav ul li a {
        padding-left: 35px;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav ul li ul li a {
        padding-left: 60px;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav ul li ul li ul li a {
        padding-left: 40px;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav ul li ul li ul li ul li a {
        padding-left: 110px;
    }
    .navbar.horizontal-menu .navbar-inner .navbar-nav.mobile-is-visible {
        display: block;
    }
    .navbar.horizontal-menu .navbar-inner > .nav {
        display: none;
    }
    .navbar.horizontal-menu .navbar-inner > .nav > li {
        line-height: 65px;
    }
    .navbar.horizontal-menu .navbar-inner > .nav.nav-userinfo {
        float: none;
        width: 100%;
        display: none;
        background: #fff;
        position: relative;
        top: 20px;
        text-align: right;
    }
    .navbar.horizontal-menu .navbar-inner > .nav.nav-userinfo.mobile-is-visible {
        display: block;
    }
    .navbar.horizontal-menu .navbar-inner > .nav.nav-userinfo > .xs-left {
        float: left;
    }
    .navbar.horizontal-menu .navbar-inner > .nav.nav-userinfo > .xs-left.open > .dropdown-menu {
        left: 1px;
    }
    .navbar.horizontal-menu .navbar-inner > .nav.nav-userinfo .notification-icon .badge {
        top: 50%;
    }
    .navbar.horizontal-menu .navbar-inner > .nav.nav-userinfo .perfil-usuario > a span {
        display: none;
    }
    .navbar.horizontal-menu .navbar-inner > .nav.nav-userinfo .perfil-usuario.open > a {
        background-color: #fafafa;
    }
    .navbar.horizontal-menu .navbar-inner > .nav.navbar-mobile {
        display: block;
        float: right;
        padding-right: 20px;
    }
    .navbar.horizontal-menu .navbar-inner > .nav.navbar-mobile a {
        position: relative;
        display: inline-block;
        color: #979898;
        line-height: 1;
        margin-left: 15px;
    }
    .navbar.horizontal-menu .navbar-inner > .nav.navbar-mobile a i {
        line-height: 1;
        font-size: 18px;
        position: relative;
        top: 1px;
    }
    .navbar.horizontal-menu .navbar-inner > .nav.navbar-mobile a:hover,
    .navbar.horizontal-menu .navbar-inner > .nav.navbar-mobile a:active,
    .navbar.horizontal-menu .navbar-inner > .nav.navbar-mobile a:focus {
        color: #ffffff;
    }
    .navbar.horizontal-menu .navbar-inner > .nav.navbar-mobile a .badge {
        position: absolute;
        right: -3px;
        top: -8px;
        font-size: 8px;
        padding: 1px 2px;
        min-width: 14px;
    }
}

/*@media screen and (max-width: 768px) and screen and (max-width: 768px) {
    .navbar.horizontal-menu .navbar-inner .navbar-nav {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 768px) and screen and (min-width: 768px) {
    .navbar.horizontal-menu .navbar-inner .navbar-nav ul li.is-hidden {
        left: -20px;
        zoom: 1;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
    }
}

*/

@media screen and (max-width: 768px)  {
    .navbar.horizontal-menu .navbar-inner .navbar-nav {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 768px) {
    .navbar.horizontal-menu .navbar-inner .navbar-nav ul li.is-hidden {
        left: -20px;
        zoom: 1;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
    }
}
footer.main-footer {
    padding: 20px 30px;
    border-top: 1px solid #dddddd;
    font-size: 12px;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 10px;
    background-color: #eeeeee;
}
footer.main-footer:before,
footer.main-footer:after {
    content: " ";
    display: table;
}
footer.main-footer:after {
    clear: both;
}
footer.main-footer:before,
footer.main-footer:after {
    content: " ";
    display: table;
}
footer.main-footer:after {
    clear: both;
}
.page-container + footer.main-footer {
    margin-left: 0;
    margin-right: 0;
}
.page-container + footer.main-footer .footer-inner {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
footer.main-footer .footer-text {
    float: left;
}
footer.main-footer .go-up {
    float: right;
}
footer.main-footer .go-up a {
    display: inline-block;
    background-color: rgba(44, 46, 47, 0.05);
    padding: 2px 5px;
}
footer.main-footer .go-up a:hover {
    background-color: rgba(44, 46, 47, 0.1);
}
footer.main-footer.footer-type-2 {
    background-color: #252729;
    border-top: 0;
    color: #ffffff;
}
footer.main-footer.footer-type-2 a {
    color: #ffffff;
}
footer.main-footer.footer-type-2 .go-up a {
    background-color: rgba(255, 255, 255, 0.05);
}
footer.main-footer.footer-type-2 .go-up a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
footer.main-footer.fixed {
    position: fixed;
    left: 340px;
    right: 0;
    bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px !important;
}
body.chat-open .user-info-navbar a[data-toggle="chat"] {
    color: #606161;
}
.user-info-navbar {
    background-color: #ffffff;
    min-height: 0;
    border: 0;
    padding: 0;
    margin: -30px;
    margin-bottom: 30px;
}
.user-info-navbar .user-info-menu {
    margin: 0;
}
.user-info-navbar .user-info-menu.left-links {
    float: left;
}
.user-info-navbar .user-info-menu.right-links {
    float: right;
}
.user-info-navbar .user-info-menu li {
    line-height: 1;
}
.user-info-navbar .user-info-menu li a {
    line-height: 1;
}
.user-info-navbar .user-info-menu li a img {
    line-height: 1;
}
.user-info-navbar .user-info-menu > li {
    position: relative;
    margin: 0;
    padding: 0;
    border: 1px solid #ffffff;
    border-top: 0;
    border-bottom: 0;
    display: block;
    float: left;
}
.user-info-navbar .user-info-menu > li.hover-line:before {
    content: '';
    position: absolute;
    display: block;
    height: 2px;
    top: 0px;
    left: 0;
    right: 0;
    background: #68b828;
    display: none;
}
.user-info-navbar .user-info-menu > li.hover-line:hover:before,
.user-info-navbar .user-info-menu > li.hover-line.open:before {
    display: block;
}
.user-info-navbar .user-info-menu > li > a {
    position: relative;
    display: block;
    padding: 30px 20px;
    color: #979898;
    border-bottom: 1px solid #ffffff;
    top: 1px;
    z-index: 5;
}
.user-info-navbar .user-info-menu > li > a i {
    font-size: 15px;
    line-height: 1;
}
.user-info-navbar .user-info-menu > li > a:hover {
    color: #606161;
}
.user-info-navbar .user-info-menu > li > a .badge {
    font-size: 9px;
    position: absolute;
    top: 20px;
    right: 10px;
    padding: 4px;
    min-width: 18px;
    font-size: 400;
    line-height: 1;
}
.user-info-navbar .user-info-menu > li > form {
    position: relative;
    display: block;
    padding: 30px 20px;
    padding-bottom: 26px;
    margin: 0;
    border-bottom: 1px solid #ffffff;
}
.user-info-navbar .user-info-menu > li a[data-toggle="sidebar"] {
    padding-left: 25px;
}
.user-info-navbar .user-info-menu > li.search-form .btn,
.navbar.horizontal-menu .navbar-inner > .nav > li.search-form .btn {
    position: relative;
    padding: 0;
    margin: 0;
    height: auto;
    color: #979898;
    z-index: 2;
}
.user-info-navbar .user-info-menu > li.search-form .btn:hover,
.navbar.horizontal-menu .navbar-inner > .nav > li.search-form .btn:hover {
    color: #606161;
}
.user-info-navbar .user-info-menu > li.search-form .btn:active,
.user-info-navbar .user-info-menu > li.search-form .btn:focus,
.navbar.horizontal-menu .navbar-inner > .nav > li.search-form .btn:active,
.navbar.horizontal-menu .navbar-inner > .nav > li.search-form .btn:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.user-info-navbar .user-info-menu > li.search-form .search-field,
.navbar.horizontal-menu .navbar-inner > .nav > li.search-form .search-field {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -15.5px;
    line-height: 1;
    height: 31px;
    border: 1px solid #dddddd;
    border: 0;
    padding: 0 10px;
    width: 170px;
    padding-right: 30px;
    font-size: 12px;
    z-index: 1;
    visibility: hidden;
    background: #f3f3f3;
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
}

.user-info-navbar .user-info-menu > li.search-form .search-field:focus + .btn,
.navbar.horizontal-menu .navbar-inner > .nav > li.search-form .search-field:focus + .btn {
    color: #606161;
}
.user-info-navbar .user-info-menu > li.search-form.focused .search-field,
.navbar.horizontal-menu .navbar-inner > .nav > li.search-form.focused .search-field {
    visibility: visible;
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
.user-info-navbar .user-info-menu > li.search-form.always-visible .search-field,
.navbar.horizontal-menu .navbar-inner > .nav > li.search-form.always-visible .search-field {
    visibility: visible;
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
}
.user-info-navbar .user-info-menu > li.perfil-usuario > a,
.navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a,
.page-body.horizontal-menu-skin-aero .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a,
.page-body.horizontal-menu-skin-navy .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a,
.page-body.horizontal-menu-skin-facebook .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a,
.page-body.horizontal-menu-skin-turquoise .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a,
.page-body.horizontal-menu-skin-lime .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a,
.page-body.horizontal-menu-skin-green .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a,
.page-body.horizontal-menu-skin-purple .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a,
.page-body.horizontal-menu-skin-white .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a,
.page-body.horizontal-menu-skin-concrete .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a,
.page-body.horizontal-menu-skin-watermelon .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a,
.page-body.horizontal-menu-skin-lemonade .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a {
    text-decoration: none;
}
.user-info-navbar .user-info-menu > li.perfil-usuario > a > img,
.navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a > img,
.page-body.horizontal-menu-skin-aero .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a > img,
.page-body.horizontal-menu-skin-navy .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a > img,
.page-body.horizontal-menu-skin-facebook .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a > img,
.page-body.horizontal-menu-skin-turquoise .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a > img,
.page-body.horizontal-menu-skin-lime .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a > img,
.page-body.horizontal-menu-skin-green .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a > img,
.page-body.horizontal-menu-skin-purple .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a > img,
.page-body.horizontal-menu-skin-white .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a > img,
.page-body.horizontal-menu-skin-concrete .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a > img,
.page-body.horizontal-menu-skin-watermelon .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a > img,
.page-body.horizontal-menu-skin-lemonade .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a > img {
    position: relative;
}
.user-info-navbar .user-info-menu > li.perfil-usuario > a > img + span,
.navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a > img + span,
.page-body.horizontal-menu-skin-aero .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a > img + span,
.page-body.horizontal-menu-skin-navy .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a > img + span,
.page-body.horizontal-menu-skin-facebook .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a > img + span,
.page-body.horizontal-menu-skin-turquoise .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a > img + span,
.page-body.horizontal-menu-skin-lime .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a > img + span,
.page-body.horizontal-menu-skin-green .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a > img + span,
.page-body.horizontal-menu-skin-purple .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a > img + span,
.page-body.horizontal-menu-skin-white .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a > img + span,
.page-body.horizontal-menu-skin-concrete .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a > img + span,
.page-body.horizontal-menu-skin-watermelon .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a > img + span,
.page-body.horizontal-menu-skin-lemonade .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a > img + span {
    margin-left: 5px;
}
.user-info-navbar .user-info-menu > li.perfil-usuario > a span,
.navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a span,
.page-body.horizontal-menu-skin-aero .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a span,
.page-body.horizontal-menu-skin-navy .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a span,
.page-body.horizontal-menu-skin-facebook .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a span,
.page-body.horizontal-menu-skin-turquoise .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a span,
.page-body.horizontal-menu-skin-lime .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a span,
.page-body.horizontal-menu-skin-green .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a span,
.page-body.horizontal-menu-skin-purple .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a span,
.page-body.horizontal-menu-skin-white .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a span,
.page-body.horizontal-menu-skin-concrete .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a span,
.page-body.horizontal-menu-skin-watermelon .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a span,
.page-body.horizontal-menu-skin-lemonade .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a span {
    display: inline-block;
}
.user-info-navbar .user-info-menu > li.perfil-usuario .userpic-32,
.navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario .userpic-32,
.page-body.horizontal-menu-skin-aero .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario .userpic-32,
.page-body.horizontal-menu-skin-navy .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario .userpic-32,
.page-body.horizontal-menu-skin-facebook .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario .userpic-32,
.page-body.horizontal-menu-skin-turquoise .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario .userpic-32,
.page-body.horizontal-menu-skin-lime .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario .userpic-32,
.page-body.horizontal-menu-skin-green .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario .userpic-32,
.page-body.horizontal-menu-skin-purple .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario .userpic-32,
.page-body.horizontal-menu-skin-white .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario .userpic-32,
.page-body.horizontal-menu-skin-concrete .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario .userpic-32,
.page-body.horizontal-menu-skin-watermelon .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario .userpic-32,
.page-body.horizontal-menu-skin-lemonade .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario .userpic-32 {
    margin-top: -17px;
    top: 8px;
}
.user-info-navbar .user-info-menu > li.open {
    border-left-color: #dddddd;
    border-right-color: #dddddd;
    z-index: 15;
}
.user-info-navbar .user-info-menu > li.open > a {
    color: #606161;
}
.user-info-navbar .user-info-menu > li .dropdown-menu,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu {
    margin: 0;
    padding: 0;
    margin-top: 0px;
    margin-left: -1px;
    z-index: 3;
    -webkit-box-shadow: 0 2px 8px rgba(0,1,1,.05);
    -moz-box-shadow: 0 2px 8px rgba(0,1,1,.05);
    box-shadow: 0 2px 8px rgba(0,1,1,.05);
}
.user-info-navbar .user-info-menu > li .dropdown-menu .dropdown-menu-list,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu .dropdown-menu-list {
    position: relative;
    max-height: 300px;
    overflow: auto;
}
.user-info-navbar .user-info-menu > li .dropdown-menu .dropdown-menu-list.ps-scrollbar,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu .dropdown-menu-list.ps-scrollbar {
    overflow: hidden;
}
.user-info-navbar .user-info-menu > li .dropdown-menu .dropdown-menu-list li,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu .dropdown-menu-list li {
    position: relative;
}
.user-info-navbar .user-info-menu > li .dropdown-menu .dropdown-menu-list li a,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu .dropdown-menu-list li a {
    position: relative;
    display: block;
    padding: 20px 30px;
    color: #979898;
}
.user-info-navbar .user-info-menu > li .dropdown-menu .dropdown-menu-list li a .line,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu .dropdown-menu-list li a .line {
    display: block;
}
.user-info-navbar .user-info-menu > li .dropdown-menu .dropdown-menu-list li a .line.desc,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu .dropdown-menu-list li a .line.desc {
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 10px;
}
.user-info-navbar .user-info-menu > li .dropdown-menu .dropdown-menu-list li a .line .light,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu .dropdown-menu-list li a .line .light {
    zoom: 1;
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    filter: alpha(opacity=60);
}
.user-info-navbar .user-info-menu > li .dropdown-menu .dropdown-menu-list li a .line.small,
.user-info-navbar .user-info-menu > li .dropdown-menu .dropdown-menu-list li a .line .small,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu .dropdown-menu-list li a .line.small,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu .dropdown-menu-list li a .line .small {
    font-size: 12px;
}
.user-info-navbar .user-info-menu > li .dropdown-menu .dropdown-menu-list li a .line.time,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu .dropdown-menu-list li a .line.time {
    font-size: 11px;
    margin-top: 5px;
}
.user-info-navbar .user-info-menu > li .dropdown-menu .dropdown-menu-list li a:after,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu .dropdown-menu-list li a:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    background: #ededed;
    bottom: 0;
    left: 30px;
    right: 30px;
}
.user-info-navbar .user-info-menu > li .dropdown-menu .dropdown-menu-list li a:hover,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu .dropdown-menu-list li a:hover {
    color: #606161;
}
.user-info-navbar .user-info-menu > li .dropdown-menu .dropdown-menu-list li.active a,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu .dropdown-menu-list li.active a {
    color: #606161;
}
.user-info-navbar .user-info-menu > li .dropdown-menu > .top,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu > .top {
    padding: 20px 30px;
    padding-bottom: 0;
}
.user-info-navbar .user-info-menu > li .dropdown-menu > .top a,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu > .top a {
    color: #979898;
}
.user-info-navbar .user-info-menu > li .dropdown-menu > .top a:hover,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu > .top a:hover {
    color: #606161;
}
.user-info-navbar .user-info-menu > li .dropdown-menu > .top p,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu > .top p {
    margin: 0;
    color: #979898;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
}
.user-info-navbar .user-info-menu > li .dropdown-menu > .external,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu > .external {
    position: relative;
}
.user-info-navbar .user-info-menu > li .dropdown-menu > .external:after,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu > .external:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    background-color: none;
    height: 1px;
    background-color: #ededed;
}
.user-info-navbar .user-info-menu > li .dropdown-menu > .external a,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu > .external a {
    display: block;
    padding: 20px 30px;
    color: #979898;
    background-color: #f5f5f5;
}
.user-info-navbar .user-info-menu > li .dropdown-menu > .external a span,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu > .external a span {
    float: left;
}
.user-info-navbar .user-info-menu > li .dropdown-menu > .external a i,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu > .external a i {
    float: right;
}
.user-info-navbar .user-info-menu > li .dropdown-menu > .external a:hover,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu > .external a:hover {
    color: #6a6b6c;
}
.user-info-navbar .user-info-menu > li .dropdown-menu.messages,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.messages {
    width: 370px;
}
.user-info-navbar .user-info-menu > li .dropdown-menu.messages .dropdown-menu-list li:after,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.messages .dropdown-menu-list li:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #cccccc;
    top: 50%;
    margin-top: -2.5px;
    right: 30px;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
}
.user-info-navbar .user-info-menu > li .dropdown-menu.messages .dropdown-menu-list li.active:after,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.messages .dropdown-menu-list li.active:after {
    background-color: #8dc63f;
}
.user-info-navbar .user-info-menu > li .dropdown-menu.notifications,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.notifications {
    width: 370px;
}
.user-info-navbar .user-info-menu > li .dropdown-menu.notifications .dropdown-menu-list,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.notifications .dropdown-menu-list {
    max-height: 276px;
}
.user-info-navbar .user-info-menu > li .dropdown-menu.notifications .dropdown-menu-list > li > a > i,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.notifications .dropdown-menu-list > li > a > i {
    float: left;
    background: #dddddd;
    color: #FFF;
    padding: 5px;
    line-height: 17px;
    width: 27px;
    text-align: center;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
}
.user-info-navbar .user-info-menu > li .dropdown-menu.notifications .dropdown-menu-list > li > a .line,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.notifications .dropdown-menu-list > li > a .line {
    padding-left: 45px;
}
.user-info-navbar .user-info-menu > li .dropdown-menu.notifications .dropdown-menu-list > li.notification-primary > a > i,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.notifications .dropdown-menu-list > li.notification-primary > a > i {
    background-color: #2c2e2f;
}
.user-info-navbar .user-info-menu > li .dropdown-menu.notifications .dropdown-menu-list > li.notification-success > a > i,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.notifications .dropdown-menu-list > li.notification-success > a > i {
    background-color: #8dc63f;
}
.user-info-navbar .user-info-menu > li .dropdown-menu.notifications .dropdown-menu-list > li.notification-danger > a > i,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.notifications .dropdown-menu-list > li.notification-danger > a > i {
    background-color: #cc3f44;
}
.user-info-navbar .user-info-menu > li .dropdown-menu.notifications .dropdown-menu-list > li.notification-warning > a > i,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.notifications .dropdown-menu-list > li.notification-warning > a > i {
    background-color: #ffba00;
}
.user-info-navbar .user-info-menu > li .dropdown-menu.notifications .dropdown-menu-list > li.notification-info > a > i,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.notifications .dropdown-menu-list > li.notification-info > a > i {
    background-color: #40bbea;
}
.user-info-navbar .user-info-menu > li .dropdown-menu.notifications .dropdown-menu-list > li.notification-secondary > a > i,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.notifications .dropdown-menu-list > li.notification-secondary > a > i {
    background-color: #FFF;
    color: #444;
    -webkit-box-shadow: 0 0 0 1px #eeeeee;
    -moz-box-shadow: 0 0 0 1px #eeeeee;
    box-shadow: 0 0 0 1px #eeeeee;
}
.user-info-navbar .user-info-menu > li .dropdown-menu.perfil-usuario-menu,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.perfil-usuario-menu {
    right: -1px;
    left: auto;
    width: 250px;
}
.user-info-navbar .user-info-menu > li .dropdown-menu.perfil-usuario-menu li,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.perfil-usuario-menu li {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    padding: 15px 20px;
    padding-bottom: 0;
}
.user-info-navbar .user-info-menu > li .dropdown-menu.perfil-usuario-menu li a,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.perfil-usuario-menu li a {
    display: block;
    color: #979898;
    padding: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}
.user-info-navbar .user-info-menu > li .dropdown-menu.perfil-usuario-menu li a:hover,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.perfil-usuario-menu li a:hover {
    background: none;
}
.user-info-navbar .user-info-menu > li .dropdown-menu.perfil-usuario-menu li a:hover,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.perfil-usuario-menu li a:hover {
    color: #606161;
}
.user-info-navbar .user-info-menu > li .dropdown-menu.perfil-usuario-menu li.last,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.perfil-usuario-menu li.last {
    background: #fafafa;
}
.user-info-navbar .user-info-menu > li .dropdown-menu.perfil-usuario-menu li.last:after,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.perfil-usuario-menu li.last:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    background: #f0f0f0;
    top: -1px;
    left: 0;
    right: 0;
}
.user-info-navbar .user-info-menu > li .dropdown-menu.perfil-usuario-menu li.last > a,
.navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.perfil-usuario-menu li.last > a {
    border-bottom: 0;
}

.badge{
    padding:2px 8px;
    text-transform:uppercase;
    font-size:.7142em;
    line-height:12px;
    background-color:transparent;
    border:1px solid;
    margin-bottom:5px;
    border-radius:.875rem
}
.badge-icon{
    padding:0.4em 0.55em
}
.badge-icon i{
    font-size:0.8em
}
.badge-default{
    border-color:#888;
    color:#888 !important
}
.badge-primary{
    border-color:#f96332;
    color:#f96332 !important
}
.badge-info{
    border-color:#2CA8FF;
    color:#2CA8FF !important
}
.badge-success{
    border-color:#18ce0f;
    color:#18ce0f !important;
}
.badge-warning{
    border-color:#FFB236;
    color:#FFB236 !important
}
.badge-danger{
    border-color:#FF3636;
    color:#FF3636 !important
}
.badge-neutral{
    border-color:#fff;
    color:#fff !important
}

#chat {
    display: table-cell;
    position: relative;
    z-index: 100;
    width: 280px;
    background: #ffffff;
    vertical-align: top;
    display: none;
}
body.chat-open #chat {
    display: table-cell;
}
#chat.fixed .chat-inner {
    position: fixed;
    right: 0;
    width: inherit;
}
.page-body.right-sidebar #chat.fixed .chat-inner {
    right: auto;
    left: 0;
}
#chat .chat-inner {
    overflow: auto;
    height: 100%;
    border-left: 1px solid #dddddd;
}
.page-body.right-sidebar #chat .chat-inner {
    border-left: 0;
    border-right: 1px solid #dddddd;
}
#chat .chat-inner.ps-container {
    overflow: hidden;
}
#chat .chat-header {
    font-size: 16px;
    color: #979898;
    padding: 29px 35px;
    padding-bottom: 0;
    line-height: 1;
    margin: 0;
    position: relative;
}
#chat .chat-header .badge {
    position: relative;
    top: -1px;
    margin-left: 5px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    -webkit-transition: all 220ms ease-in-out;
    -moz-transition: all 220ms ease-in-out;
    -o-transition: all 220ms ease-in-out;
    transition: all 220ms ease-in-out;
}
#chat .chat-header .badge.is-hidden {
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
#chat .chat-header .chat-close {
    position: absolute;
    right: 0px;
    font-size: 15px;
    right: 25px;
    margin-top: 0px;
    color: #dddddd;
    font-weight: normal;
    zoom: 1;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}
#chat .chat-header .chat-close:hover {
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
}
#chat .chat-group {
    margin-top: 24px;
}
#chat .chat-group > strong,
#chat .chat-group > a {
    display: block;
    padding: 6px 35px;
    font-weight: normal;
    font-size: 12px;
}
#chat .chat-group > strong {
    text-transform: uppercase;
    color: #979898;
}
#chat .chat-group > a {
    position: relative;
    color: #979898;
    -webkit-transition: background 250ms ease-in-out;
    -moz-transition: background 250ms ease-in-out;
    -o-transition: background 250ms ease-in-out;
    transition: background 250ms ease-in-out;
}
#chat .chat-group > a:hover,
#chat .chat-group > a.active {
    color: #717272;
}
#chat .chat-group > a:before {
    content: '';
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #111111;
    left: 0;
    top: 50%;
    margin-top: -4px;
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 220ms ease-in-out;
    -moz-transition: all 220ms ease-in-out;
    -o-transition: all 220ms ease-in-out;
    transition: all 220ms ease-in-out;
}
#chat .chat-group > a.active:before {
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
}
#chat .chat-group > a .badge {
    font-size: 9px;
    margin-left: 5px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    -webkit-transition: all 220ms ease-in-out;
    -moz-transition: all 220ms ease-in-out;
    -o-transition: all 220ms ease-in-out;
    transition: all 220ms ease-in-out;
}
#chat .chat-group > a .badge.is-hidden {
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
#chat .chat-group > a em {
    font-style: normal;
}
#chat .user-status {
    display: inline-block;
    background: #b7b7b7;
    margin-right: 5px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 8px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 8px;
    -moz-background-clip: padding;
    border-radius: 8px;
    background-clip: padding-box;
    -webkit-transition: all 220ms ease-in-out;
    -moz-transition: all 220ms ease-in-out;
    -o-transition: all 220ms ease-in-out;
    transition: all 220ms ease-in-out;
}
#chat .user-status.is-online {
    background-color: #8dc63f;
}
#chat .user-status.is-offline {
    background-color: #b7b7b7;
}
#chat .user-status.is-idle {
    background-color: #ffba00;
}
#chat .user-status.is-busy {
    background-color: #cc3f44;
}
#chat .chat-conversation {
    position: absolute;
    right: 279px;
    width: 340px;
    background: #ffffff;
    border: 1px solid #dedede;
    top: 166px;
    display: none;
}
.page-body.right-sidebar #chat .chat-conversation {
    right: auto;
    left: 279px;
}
#chat .chat-conversation.is-open {
    display: block;
}
#chat .chat-conversation .conversation-header {
    position: relative;
    padding: 20px 24px;
    font-size: 14px;
    color: #979898;
    border-bottom: 1px solid #ededed;
}
#chat .chat-conversation .conversation-header small {
    color: rgba(151, 152, 152, 0.6);
    font-size: 12px;
    padding-left: 8px;
}
#chat .chat-conversation .conversation-header .conversation-close {
    float: right;
    color: #979898;
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    position: relative;
    top: -2px;
}
#chat .chat-conversation .conversation-header:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 9.1px;
    border-color: transparent transparent transparent #dedede;
    right: -9.1px;
    top: 50%;
    margin-top: -3.5px;
}
.page-body.right-sidebar #chat .chat-conversation .conversation-header:after {
    right: auto;
    left: -8.1px;
    border-width: 7px 7px 9.1px 0;
    border-color: transparent #dedede transparent transparent;
}
#chat .chat-conversation .conversation-body {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    height: 245px;
}
#chat .chat-conversation .conversation-body::-webkit-scrollbar {
    width: 5px;
}
#chat .chat-conversation .conversation-body::-webkit-scrollbar-track {
    width: 5px;
    background-color: #fff;
}
#chat .chat-conversation .conversation-body::-webkit-scrollbar-thumb {
    background-color: #dedede;
}
#chat .chat-conversation .conversation-body > li {
    padding: 0 30px;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
    color: #979898;
}
#chat .chat-conversation .conversation-body > li.odd {
    background: rgba(250, 250, 250, 0.55);
}
#chat .chat-conversation .conversation-body > li .user {
    font-weight: bold;
    color: #7d7f7f;
}
#chat .chat-conversation .conversation-body > li .time {
    float: right;
    color: rgba(151, 152, 152, 0.8);
    font-size: 10px;
    position: relative;
    top: 3px;
}
#chat .chat-conversation .conversation-body > li p {
    padding-top: 5px;
}
#chat .chat-conversation .conversation-body > li:last-child {
    border-bottom: 0;
}
#chat .chat-conversation .chat-textarea {
    padding: 20px 24px;
    background: #fafafa;
    position: relative;
    border-top: 1px solid #ededed;
    padding: 0;
}
#chat .chat-conversation .chat-textarea:after {
    content: '\f075';
    font-family: 'fontawesome';
    color: #979898;
    right: 15px;
    top: 10px;
    font-size: 15px;
    position: absolute;
}
#chat .chat-conversation .chat-textarea textarea {
    background: #fafafa;
    border: 0;
    max-height: 100px !important;
    padding-right: 35px;
    padding-top: 10px;
    height: 32px;
    resize: none;
}
#chat .chat-conversation .chat-textarea textarea::-moz-placeholder {
    color: rgba(151, 152, 152, 0.85);
    opacity: 1;
}
#chat .chat-conversation .chat-textarea textarea:-ms-input-placeholder {
    color: rgba(151, 152, 152, 0.85);
}
#chat .chat-conversation .chat-textarea textarea::-webkit-input-placeholder {
    color: rgba(151, 152, 152, 0.85);
}
#chat .chat-conversation .chat-textarea textarea::-webkit-input-placeholder {
    color: rgba(151, 152, 152, 0.85);
}
#chat .chat-conversation .chat-textarea textarea:-moz-placeholder {
    color: rgba(151, 152, 152, 0.85);
}
#chat .chat-conversation .chat-textarea textarea::-moz-placeholder {
    color: rgba(151, 152, 152, 0.85);
}
#chat .chat-conversation .chat-textarea textarea:-ms-input-placeholder {
    color: rgba(151, 152, 152, 0.85);
}
#chat .chat-conversation .chat-textarea textarea::-webkit-scrollbar {
    width: 5px;
}
#chat .chat-conversation .chat-textarea textarea::-webkit-scrollbar-track {
    width: 5px;
    background-color: #ededed;
}
#chat .chat-conversation .chat-textarea textarea::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
.chat-history {
    display: none;
}
/* Relatively-Small screen */
@media (max-width: 767px) {
    .chat-visible #chat,
    .chat-visible #chat.fixed {
        display: none;
    }
    .chat-visible.toggle-click #chat,
    .chat-visible.toggle-click #chat.fixed {
        display: block;
    }
    #chat,
    #chat.fixed {
        position: fixed;
        width: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 10px;
    }
    #chat .chat-conversation,
    #chat.fixed .chat-conversation {
        position: fixed;
        width: auto;
        left: 0;
        right: 0;
        top: 0 !important;
        bottom: 0;
        margin: 10px;
        overflow: auto;
    }
    #chat .chat-conversation .conversation-body,
    #chat.fixed .chat-conversation .conversation-body {
        height: auto;
        max-height: 450px;
    }
    #chat .chat-conversation::-webkit-scrollbar,
    #chat.fixed .chat-conversation::-webkit-scrollbar {
        width: 5px;
    }
    #chat .chat-conversation::-webkit-scrollbar-track,
    #chat.fixed .chat-conversation::-webkit-scrollbar-track {
        width: 5px;
        background-color: #343a45;
    }
    #chat .chat-conversation::-webkit-scrollbar-thumb,
    #chat.fixed .chat-conversation::-webkit-scrollbar-thumb {
        background-color: #4a5262;
    }
}
@media screen and (max-width: 768px) {
    .page-container {
        display: block;
    }
    .page-container .sidebar-menu,
    .page-container .main-content {
        display: block;
        width: 100%;
        height: auto;
    }
    .page-container .sidebar-menu {
        position: relative;
    }
    .page-container .sidebar-menu .sidebar-menu-inner {
        position: relative;
    }
    .page-container .sidebar-menu .sidebar-menu-inner .logo-env,
    .page-container .sidebar-menu .sidebar-menu-inner .main-menu {
        padding-left: 20px;
        padding-right: 20px;
    }
    .page-container .sidebar-menu .sidebar-menu-inner .logo-env {
        margin-bottom: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .page-container .sidebar-menu .sidebar-menu-inner .logo-env .mobile-menu-toggle {
        float: right;
    }
    .page-container .sidebar-menu .sidebar-menu-inner .logo-env .mobile-menu-toggle a {
        position: relative;
        display: inline-block;
        color: #979898;
        line-height: 1;
        margin-left: 15px;
    }
    .page-container .sidebar-menu .sidebar-menu-inner .logo-env .mobile-menu-toggle a i {
        line-height: 1;
        font-size: 18px;
        position: relative;
        top: 1px;
    }
    .page-container .sidebar-menu .sidebar-menu-inner .logo-env .mobile-menu-toggle a:hover,
    .page-container .sidebar-menu .sidebar-menu-inner .logo-env .mobile-menu-toggle a:active,
    .page-container .sidebar-menu .sidebar-menu-inner .logo-env .mobile-menu-toggle a:focus {
        color: #ffffff;
    }
    .page-container .sidebar-menu .sidebar-menu-inner .logo-env .mobile-menu-toggle a .badge {
        position: absolute;
        right: -3px;
        top: -8px;
        font-size: 8px;
        padding: 1px 2px;
        min-width: 14px;
    }
    .page-container .sidebar-menu .sidebar-menu-inner .main-menu {
        display: none;
        margin-bottom: 0;
    }
    .page-container .sidebar-menu .sidebar-menu-inner .main-menu.mobile-is-visible {
        display: block;
    }
    .page-container .sidebar-menu .sidebar-menu-inner .main-menu.mobile-is-visible.both-menus-visible {
        margin-top: 0;
        padding-top: 0;
    }
    .page-container .sidebar-menu .sidebar-menu-inner .main-menu > li:last-child > a {
        border-bottom: 0;
    }
    .page-container .main-content .navbar.user-info-navbar {
        display: none;
    }
    .page-container .main-content .navbar.user-info-navbar.mobile-is-visible {
        display: block;
    }
    .page-container .main-content .navbar.user-info-navbar .user-info-menu > li {
        min-height: 0 !important;
    }
    .page-container .main-content .navbar.user-info-navbar .user-info-menu > li > a,
    .page-container .main-content .navbar.user-info-navbar .user-info-menu > li > form {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .page-container .main-content .navbar.user-info-navbar .user-info-menu > li.perfil-usuario > a > span,
    .page-container .main-content .navbar.navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a > span,
    .page-container .main-content .navbar.page-body.horizontal-menu-skin-aero .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a > span,
    .page-container .main-content .navbar.page-body.horizontal-menu-skin-navy .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a > span,
    .page-container .main-content .navbar.page-body.horizontal-menu-skin-facebook .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a > span,
    .page-container .main-content .navbar.page-body.horizontal-menu-skin-turquoise .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a > span,
    .page-container .main-content .navbar.page-body.horizontal-menu-skin-lime .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a > span,
    .page-container .main-content .navbar.page-body.horizontal-menu-skin-green .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a > span,
    .page-container .main-content .navbar.page-body.horizontal-menu-skin-purple .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a > span,
    .page-container .main-content .navbar.page-body.horizontal-menu-skin-white .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a > span,
    .page-container .main-content .navbar.page-body.horizontal-menu-skin-concrete .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a > span,
    .page-container .main-content .navbar.page-body.horizontal-menu-skin-watermelon .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a > span,
    .page-container .main-content .navbar.page-body.horizontal-menu-skin-lemonade .navbar.horizontal-menu .navbar-inner > .nav > li.perfil-usuario > a > span {
        display: none;
    }
    .page-container .main-content .navbar.user-info-navbar .user-info-menu > li a > .badge {
        top: 10px;
    }
    .page-container .main-content .main-footer {
        position: relative;
        left: 0;
        right: auto;
        margin-left: -30px;
        margin-right: -30px;
    }
    .page-container {
        position: relative;
    }
    .page-container #chat {
        left: auto;
        margin: 0;
        width: 340px;
    }
    .page-container #chat .chat-conversation {
        bottom: auto;
        position: absolute;
        left: 0;
        top: 0;
    }
    .chat-open .page-container {
        left: -340px;
    }
}
.panel {
    position: relative;
    background: #ffffff;
    /* padding: 10px 20px; */
    border: 0;
    margin-bottom: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    /* border: #ccc; */
}
.panel.panel-headerless .panel-body {
    padding-top: 0;
}
.panel .panel-heading {
    position: relative;
    padding: 10px 20px;
    font-size: 10px;
    font-weight: bold;
    color:#626262;
    background-color: #f0f0f0 !important;
    text-transform:uppercase;
    /* font-size:12px !important; */
    vertical-align:middle !important;
    border-color: #e9e9e9;
}
.panel .panel-heading > .panel-title {
    float: left;
    font-size: 17px;
}
.panel .panel-heading > .panel-title > a {
    color: inherit;
}
.panel .panel-heading > .panel-options {
    float: right;
    font-size: 13px;
}
.panel .panel-heading > .panel-options a {
    display: inline-block;
    color: #979898;
    margin-left: 7px;
    line-height: 1;
}
.panel .panel-heading > .panel-options a i {
    line-height: 1;
}
.panel .panel-heading > .panel-options a[data-toggle="panel"] span {
    display: block;
    font-size: 16px;
    width: 10px;
    text-align: center;
}
.panel .panel-heading > .panel-options a[data-toggle="panel"] span.expand-icon {
    display: none;
    font-size: 18px;
}
.panel .panel-heading > .panel-options a[data-toggle="remove"] {
    font-size: 18px;
}
.panel .panel-heading > .panel-options a:first-child {
    margin-left: 0;
}
.panel .panel-heading > .panel-options .nav-tabs {
    border: 0;
}
.panel .panel-heading > .panel-options .nav-tabs > li {
    border: 0;
}
.panel .panel-heading > .panel-options .nav-tabs > li > a {
    padding: 0;
    border: 0;
    margin-left: 15px;
    color: #979898;
    background: none;
}
.panel .panel-heading > .panel-options .nav-tabs > li > a:hover {
    background: none;
}
.panel .panel-heading > .panel-options .nav-tabs > li.active > a {
    color: #4b4b4b;
}

.panel .panel-footer{
    padding:10px 20px;
}
.panel .panel-body {
    padding: 10px;
    padding-top: 10px;
    color: #979898;
}
.panel .panel-body.no-padding {
    padding: 0;
    margin-top: -2px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -20px;
}
.panel .panel-body.panel-border {
    border-top: 1px solid #f5f5f5;
    padding-top: 30px;
}
.panel .panel-body p {
    margin-bottom: 0;
}
.panel .panel-body p + p {
    margin-top: 15px;
}
.panel .panel-disabled {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
}
.panel.collapsed .panel-heading .panel-options a[data-toggle="panel"] .collapse-icon {
    display: none;
}
.panel.collapsed .panel-heading .panel-options a[data-toggle="panel"] .expand-icon {
    display: block;
}
.panel.collapsed > .panel-body,
.panel.collapsed > .table {
    display: none;
}
.panel.panel-border {
    border: 1px solid #cccccc;
}

.panel-tabs .panel{
    border-top-left-radius:0;
}

.panel.panel-shadow {
    -webkit-box-shadow: 0 1px 1px #bbb !important;
    -moz-box-shadow: 0 2px 1px #bbb !important;
    box-shadow: 1px 1px 3px #bbb !important;
}
.panel.panel-inverted {
    background: #2c2e2f;
    color: #FFF;
}
.panel.panel-inverted > .panel-heading {
    border-bottom-color: #393c3e;
}
.panel.panel-inverted > .panel-disabled {
    background: rgba(44, 46, 47, 0.5);
}
.panel.panel-tabs {
    background: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    padding-top: 7px;
}
.panel.panel-tabs > .panel-heading {
    border-bottom: 0;
}
.panel.panel-tabs > .panel-heading .nav-tabs {
    position: relative;
    margin-bottom: -21px;
    margin-right: -2px;
}
.panel.panel-tabs > .panel-heading .nav-tabs > li > a {
    position: relative;
    background-color: #f5f5f5;
    border:1px solid #dae1e8;
    padding: 15px 20px;
    margin-left: 5px;
    top: -6px;
}
.panel.panel-tabs > .panel-heading .nav-tabs > li:hover > a,
.panel.panel-tabs > .panel-heading .nav-tabs > li.active > a {
    background-color: #FFF;
}
.panel.panel-tabs > .panel-body {
    background: #FFF;
    padding: 20px 30px;
}

.panel.panel-default {
    border:1px solid #edeef1;
    box-shadow:2px 2px 2px 1px #dcdcdc;
    -moz-box-shadow:2px 2px 2px 1px #dcdcdc;
    -webkit-box-shadow: 1px 2px 2px 0px #bbb;
    background:#fff;
    /* padding:7px; */
}

.panel.panel-flat {
    border:1px solid #edeef1;
    box-shadow:2px 2px 2px 1px #dcdcdc;
    -moz-box-shadow:2px 2px 2px 1px #dcdcdc;
    -webkit-box-shadow: 2px 2px 2px 1px #BBB;
    background:#f7f7f7;
    padding:7px;
}

.panel.panel-flat .panel-heading {
    border-bottom-color: #dddddd;
}


.panel.panel-flat .panel-disabled {
    background: rgba(238, 238, 238, 0.6);
}
.panel.panel-success .panel-heading {
    background-color: #8dc63f;
    color: #ffffff;
}
.panel.panel-success .panel-heading > .panel-title {
    color: #ffffff;
}
.panel.panel-success .panel-heading > .panel-title > a {
    color: inherit;
}
.panel.panel-success .panel-heading > .panel-options {
    color: #ffffff;
}
.panel.panel-success .panel-heading > .panel-options a {
    color: rgba(255, 255, 255, 0.6);
}
.panel.panel-success .panel-heading > .panel-options a:hover {
    color: #ffffff;
}
.panel.panel-success > .panel-disabled {
    background-color: rgba(141, 198, 63, 0.15);
}
.panel.panel-info .panel-heading {
    background-color: #23c6c8;
    color: #ffffff;
}
.panel.panel-info .panel-heading > .panel-title {
    color: #ffffff;
}
.panel.panel-info .panel-heading > .panel-title > a {
    color: inherit;
}
.panel.panel-info .panel-heading > .panel-options {
    color: #ffffff;
}
.panel.panel-info .panel-heading > .panel-options a {
    color: rgba(255, 255, 255, 0.6);
}
.panel.panel-info .panel-heading > .panel-options a:hover {
    color: #ffffff;
}
.panel.panel-info > .panel-disabled {
    background-color: rgba(64, 187, 234, 0.15);
}
.panel.panel-warning .panel-heading {
    background-color: #ffba00;
    color: #ffffff;
}
.panel.panel-warning .panel-heading > .panel-title {
    color: #ffffff;
}
.panel.panel-warning .panel-heading > .panel-title > a {
    color: inherit;
}
.panel.panel-warning .panel-heading > .panel-options {
    color: #ffffff;
}
.panel.panel-warning .panel-heading > .panel-options a {
    color: rgba(255, 255, 255, 0.6);
}
.panel.panel-warning .panel-heading > .panel-options a:hover {
    color: #ffffff;
}
.panel.panel-warning > .panel-disabled {
    background-color: rgba(255, 186, 0, 0.15);
}
.panel.panel-danger .panel-heading {
    background-color: #cc3f44;
    color: #ffffff;
}
.panel.panel-danger .panel-heading > .panel-title {
    color: #ffffff;
}
.panel.panel-danger .panel-heading > .panel-title > a {
    color: inherit;
}
.panel.panel-danger .panel-heading > .panel-options {
    color: #ffffff;
}
.panel.panel-danger .panel-heading > .panel-options a {
    color: rgba(255, 255, 255, 0.6);
}
.panel.panel-danger .panel-heading > .panel-options a:hover {
    color: #ffffff;
}
.panel.panel-danger > .panel-disabled {
    background-color: rgba(204, 63, 68, 0.15);
}
.panel.panel-red .panel-heading {
    background-color: #d5080f;
    color: #ffffff;
}
.panel.panel-red .panel-heading > .panel-title {
    color: #ffffff;
}
.panel.panel-red .panel-heading > .panel-title > a {
    color: inherit;
}
.panel.panel-red .panel-heading > .panel-options {
    color: #ffffff;
}
.panel.panel-red .panel-heading > .panel-options a {
    color: rgba(255, 255, 255, 0.6);
}
.panel.panel-red .panel-heading > .panel-options a:hover {
    color: #ffffff;
}
.panel.panel-red > .panel-disabled {
    background-color: rgba(213, 8, 15, 0.15);
}
.panel.panel-black .panel-heading {
    background-color: #222222;
    color: #ffffff;
}
.panel.panel-black .panel-heading > .panel-title {
    color: #ffffff;
}
.panel.panel-black .panel-heading > .panel-title > a {
    color: inherit;
}
.panel.panel-black .panel-heading > .panel-options {
    color: #ffffff;
}
.panel.panel-black .panel-heading > .panel-options a {
    color: rgba(255, 255, 255, 0.6);
}
.panel.panel-black .panel-heading > .panel-options a:hover {
    color: #ffffff;
}
.panel.panel-black > .panel-disabled {
    background-color: rgba(34, 34, 34, 0.15);
}
.panel.panel-purple .panel-heading {
    background-color: #7c38bc;
    color: #ffffff;
}
.panel.panel-purple .panel-heading > .panel-title {
    color: #ffffff;
}
.panel.panel-purple .panel-heading > .panel-title > a {
    color: inherit;
}
.panel.panel-purple .panel-heading > .panel-options {
    color: #ffffff;
}
.panel.panel-purple .panel-heading > .panel-options a {
    color: rgba(255, 255, 255, 0.6);
}
.panel.panel-purple .panel-heading > .panel-options a:hover {
    color: #ffffff;
}
.panel.panel-purple > .panel-disabled {
    background-color: rgba(124, 56, 188, 0.15);
}
.panel.panel-blue .panel-heading {
    background-color: #0e62c7;
    color: #ffffff;
}
.panel.panel-blue .panel-heading > .panel-title {
    color: #ffffff;
}
.panel.panel-blue .panel-heading > .panel-title > a {
    color: inherit;
}
.panel.panel-blue .panel-heading > .panel-options {
    color: #ffffff;
}
.panel.panel-blue .panel-heading > .panel-options a {
    color: rgba(255, 255, 255, 0.6);
}
.panel.panel-blue .panel-heading > .panel-options a:hover {
    color: #ffffff;
}
.panel.panel-blue > .panel-disabled {
    background-color: rgba(14, 98, 199, 0.15);
}
.panel.panel-light-blue .panel-heading {
    background-color: #4fcdfc;
    color: #ffffff;
}
.panel.panel-light-blue .panel-heading > .panel-title {
    color: #ffffff;
}
.panel.panel-light-blue .panel-heading > .panel-title > a {
    color: inherit;
}
.panel.panel-light-blue .panel-heading > .panel-options {
    color: #ffffff;
}
.panel.panel-light-blue .panel-heading > .panel-options a {
    color: rgba(255, 255, 255, 0.6);
}
.panel.panel-light-blue .panel-heading > .panel-options a:hover {
    color: #ffffff;
}
.panel.panel-light-blue > .panel-disabled {
    background-color: rgba(79, 205, 252, 0.15);
}
.panel.panel-gray .panel-heading {
    background-color: #e1e1e1;
    color: #717272;
}
.panel.panel-gray .panel-heading > .panel-title {
    color: #717272;
}
.panel.panel-gray .panel-heading > .panel-title > a {
    color: inherit;
}
.panel.panel-gray .panel-heading > .panel-options {
    color: #717272;
}
.panel.panel-gray .panel-heading > .panel-options a {
    color: rgba(113, 114, 114, 0.6);
}
.panel.panel-gray .panel-heading > .panel-options a:hover {
    color: #717272;
}
.panel.panel-gray > .panel-disabled {
    background-color: rgba(225, 225, 225, 0.15);
}
.panel.panel-color .panel-heading {
    margin-top: -20px;
    margin-left: -30px;
    margin-right: -30px;
    padding: 20px 30px;
    border-bottom: 0;
}
.panel.panel-color.collapsed > .panel-heading {
    margin-bottom: -20px;
}
.breadcrumb {
    background: none;
}
.breadcrumb li i {
    margin-right: 4px;
}
.breadcrumb li a {
    color: #979898;
}
.breadcrumb li.active > * {
    color: #646565;
}
.breadcrumb.bc-2 {
    background-color: #eeeeee;
}
.breadcrumb.bc-3 {
    border: 1px solid #dddddd;
}
.breadcrumb.auto-hidden li {
    display: block;
    float: left;
}
.breadcrumb.auto-hidden li:before {
    display: block;
    float: left;
}
.breadcrumb.auto-hidden li a {
    display: block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
}
.breadcrumb.auto-hidden li a.collapsed {
    width: 45px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (max-width: 768px) {
    body.chat-open .settings-pane {
        left: -340px;
    }
}
.settings-pane {
    background: #27292a;
    color: #ffffff;
    display: none;
    position: relative;
    overflow: hidden;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}
@media screen and (max-width: 768px) {
    .settings-pane {
        padding: 30px;
    }
}
.settings-pane .settings-pane-inner {
    position: relative;
    padding: 50px;
}
@media screen and (max-width: 768px) {
    .settings-pane .settings-pane-inner {
        padding: 0;
    }
}
.settings-pane .settings-pane-inner.with-animation {
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 350ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition: all 350ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition: all 350ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition: all 350ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
}
.settings-pane .settings-pane-inner.with-animation.visible {
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.settings-pane .settings-pane-inner.with-animation.closing {
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms;
}
.settings-pane > a[data-toggle="settings-pane"] {
    display: block;
    color: #979898;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 12px;
    font-size: 18px;
    line-height: 1;
    z-index: 100;
}
.settings-pane > a[data-toggle="settings-pane"]:hover {
    color: #FFF;
}
.settings-pane .user-info {
    display: table;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .settings-pane .user-info {
        width: auto;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 768px) {
    .settings-pane .user-info {
        width: auto;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}
.settings-pane .user-info .user-image,
.settings-pane .user-info .user-details {
    display: table-cell;
    vertical-align: middle;
}
.settings-pane .user-info .user-image {
    width: 130px;
}
.settings-pane .user-info .user-image a {
    display: block;
    position: relative;
}
.settings-pane .user-info .user-details {
    padding-left: 20px;
}
.settings-pane .user-info .user-details h3 {
    margin: 0;
}
.settings-pane .user-info .user-details h3 a {
    color: #ffffff;
}
.settings-pane .user-info .user-details h3 .user-status {
    position: relative;
    display: inline-block;
    background: #FFF;
    top: -3px;
    margin-left: 5px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
}
.settings-pane .user-info .user-details h3 .user-status.is-online {
    background-color: #8dc63f;
}
.settings-pane .user-info .user-details h3 .user-status.is-idle {
    background-color: #ffba00;
}
.settings-pane .user-info .user-details h3 .user-status.is-busy {
    background-color: #d5080f;
}
.settings-pane .user-info .user-details h3 .user-status.is-offline {
    background-color: #CCC;
}
.settings-pane .user-info .user-details .user-title {
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
    margin-top: 5px;
}
.settings-pane .user-info .user-details .user-links {
    margin-top: 15px;
}
.settings-pane .user-info .user-details .user-links a {
    display: inline-block;
}
.settings-pane .user-info .user-details .user-links a + a {
    margin-left: 8px;
}
.settings-pane .links-block {
    display: inline-block;
    padding-right: 85px;
    text-align: left;
}
@media screen and (max-width: 991px) {
    .settings-pane .links-block {
        padding-right: 40px;
        margin-top: 10px;
    }
}
.settings-pane .links-block.left-sep {
    border-left: 1px solid #323435;
    padding-left: 75px;
}
@media screen and (max-width: 991px) {
    .settings-pane .links-block.left-sep {
        padding-left: 40px;
    }
    .settings-pane .links-block.left-sep:first-child {
        border-left: 0;
    }
}
@media screen and (max-width: 599px) {
    .settings-pane .links-block.left-sep {
        padding: 0 25px;
    }
}
.settings-pane .links-block h4 {
    color: #ffffff;
    margin: 0;
    margin-bottom: 15px;
}
.settings-pane .links-block h4 span {
    display: inline-block;
    border-bottom: 1px solid #323435;
    padding-bottom: 5px;
}
.settings-pane .links-block h4 a {
    color: #ffffff;
}
.settings-pane .links-block h4 a:hover {
    color: #979898;
}
.settings-pane .links-block ul li label {
    display: inline-block;
    padding-left: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.settings-pane .links-block ul li a {
    color: #979898;
    display: block;
}
.settings-pane .links-block ul li a:hover {
    color: #ffffff;
}
.settings-pane .links-block ul li + li a {
    margin-top: 5px;
}
.settings-pane .link-blocks-env {
    text-align: center;
}
.settings-pane-open .settings-pane {
    display: block;
}
.settings-pane-open .sidebar-menu .sidebar-menu-inner {
    position: relative !important;
}
.settings-pane-open .sidebar-menu .sidebar-menu-inner .logo-env .settings-icon {
    background: #27292a;
    -webkit-box-shadow: 0px 0px 0px 10px #27292a, 0px -10px 0px 10px #27292a, 0px -20px 0px 10px #27292a, 0px -30px 0px 10px #27292a;
    -moz-box-shadow: 0px 0px 0px 10px #27292a, 0px -10px 0px 10px #27292a, 0px -20px 0px 10px #27292a, 0px -30px 0px 10px #27292a;
    box-shadow: 0px 0px 0px 10px #27292a, 0px -10px 0px 10px #27292a, 0px -20px 0px 10px #27292a, 0px -30px 0px 10px #27292a;
}
.cbr-replaced {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cbr-replaced .cbr-input {
    display: none;
}
.cbr-replaced .cbr-state {
    position: relative;
    display: block;
    background: #FFF;
    border: 1px solid #dddddd;
    line-height: 1;
    width: 15px;
    height: 15px;
}
.cbr-replaced .cbr-state span {
    display: block;
    background: url(../images/ok.png) no-repeat center center;
    background-image: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    cursor: pointer;
}
.cbr-replaced.cbr-checked span {
    background-image: url(../images/ok.png);
}
.cbr-replaced.cbr-disabled {
    zoom: 1;
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}
.cbr-replaced.cbr-radio .cbr-state {
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
}
.cbr-replaced.cbr-radio .cbr-state span {
    background: #FFF;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
}
.cbr-replaced.cbr-radio.cbr-checked .cbr-state span {
    background: #dddddd;
}
.cbr-replaced.cbr-primary .cbr-state {
    background: #2c2e2f;
    border-color: #323435;
}
.cbr-replaced.cbr-primary.cbr-checked span {
    background-image: url(../images/ok-white-full.png);
}
.cbr-replaced.cbr-primary.cbr-radio .cbr-state {
    background: #fff;
}
.cbr-replaced.cbr-primary.cbr-radio .cbr-state span {
    background-color: #fff;
}
.cbr-replaced.cbr-primary.cbr-radio.cbr-checked .cbr-state span {
    background: #2c2e2f;
}
.cbr-replaced.cbr-secondary .cbr-state {
    background: #68b828;
    border-color: #68b828;
}
.cbr-replaced.cbr-secondary.cbr-checked span {
    background-image: url(../images/ok-white-full.png);
}
.cbr-replaced.cbr-secondary.cbr-checked.cbr-radio .cbr-state span {
    background: #68b828;
}
.cbr-replaced.cbr-secondary.cbr-radio .cbr-state {
    background: #fff;
}
.cbr-replaced.cbr-success .cbr-state {
    background: #8dc63f;
    border-color: #8dc63f;
}
.cbr-replaced.cbr-success.cbr-checked span {
    background-image: url(../images/ok-white-full.png);
}
.cbr-replaced.cbr-success.cbr-checked.cbr-radio .cbr-state span {
    background: #8dc63f;
}
.cbr-replaced.cbr-success.cbr-radio .cbr-state {
    background: #fff;
}
.cbr-replaced.cbr-info .cbr-state {
    background: #40bbea;
    border-color: #40bbea;
}
.cbr-replaced.cbr-info.cbr-checked span {
    background-image: url(../images/ok-white-full.png);
}
.cbr-replaced.cbr-info.cbr-checked.cbr-radio .cbr-state span {
    background: #40bbea;
}
.cbr-replaced.cbr-info.cbr-radio .cbr-state {
    background: #fff;
}
.cbr-replaced.cbr-danger .cbr-state {
    background: #cc3f44;
    border-color: #cc3f44;
}
.cbr-replaced.cbr-danger.cbr-checked span {
    background-image: url(../images/ok-white-full.png);
}
.cbr-replaced.cbr-danger.cbr-checked.cbr-radio .cbr-state span {
    background: #cc3f44;
}
.cbr-replaced.cbr-danger.cbr-radio .cbr-state {
    background: #fff;
}
.cbr-replaced.cbr-warning .cbr-state {
    background: #ffba00;
    border-color: #ffba00;
}
.cbr-replaced.cbr-warning.cbr-checked span {
    background-image: url(../images/ok-white-full.png);
}
.cbr-replaced.cbr-warning.cbr-checked.cbr-radio .cbr-state span {
    background: #ffba00;
}
.cbr-replaced.cbr-warning.cbr-radio .cbr-state {
    background: #fff;
}
.cbr-replaced.cbr-red .cbr-state {
    background: #d5080f;
    border-color: #d5080f;
}
.cbr-replaced.cbr-red.cbr-checked span {
    background-image: url(../images/ok-white-full.png);
}
.cbr-replaced.cbr-red.cbr-checked.cbr-radio .cbr-state span {
    background: #d5080f;
}
.cbr-replaced.cbr-red.cbr-radio .cbr-state {
    background: #fff;
}
.cbr-replaced.cbr-blue .cbr-state {
    background: #0e62c7;
    border-color: #0e62c7;
}
.cbr-replaced.cbr-blue.cbr-checked span {
    background-image: url(../images/ok-white-full.png);
}
.cbr-replaced.cbr-blue.cbr-checked.cbr-radio .cbr-state span {
    background: #0e62c7;
}
.cbr-replaced.cbr-blue.cbr-radio .cbr-state {
    background: #fff;
}
.cbr-replaced.cbr-purple .cbr-state {
    background: #7c38bc;
    border-color: #7c38bc;
}
.cbr-replaced.cbr-purple.cbr-checked span {
    background-image: url(../images/ok-white-full.png);
}
.cbr-replaced.cbr-purple.cbr-checked.cbr-radio .cbr-state span {
    background: #7c38bc;
}
.cbr-replaced.cbr-purple.cbr-radio .cbr-state {
    background: #fff;
}
.cbr-replaced.cbr-pink .cbr-state {
    background: #ff6264;
    border-color: #ff6264;
}
.cbr-replaced.cbr-pink.cbr-checked span {
    background-image: url(../images/ok-white-full.png);
}
.cbr-replaced.cbr-pink.cbr-checked.cbr-radio .cbr-state span {
    background: #ff6264;
}
.cbr-replaced.cbr-pink.cbr-radio .cbr-state {
    background: #fff;
}
.cbr-replaced.cbr-orange .cbr-state {
    background: #f7aa47;
    border-color: #f7aa47;
}
.cbr-replaced.cbr-orange.cbr-checked span {
    background-image: url(../images/ok-white-full.png);
}
.cbr-replaced.cbr-orange.cbr-checked.cbr-radio .cbr-state span {
    background: #f7aa47;
}
.cbr-replaced.cbr-orange.cbr-radio .cbr-state {
    background: #fff;
}
.cbr-replaced.cbr-turquoise .cbr-state {
    background: #00b19d;
    border-color: #00b19d;
}
.cbr-replaced.cbr-turquoise.cbr-checked span {
    background-image: url(../images/ok-white-full.png);
}
.cbr-replaced.cbr-turquoise.cbr-checked.cbr-radio .cbr-state span {
    background: #00b19d;
}
.cbr-replaced.cbr-turquoise.cbr-radio .cbr-state {
    background: #fff;
}
.cbr-replaced.cbr-yellow .cbr-state {
    background: #fcd036;
    border-color: #fcd036;
}
.cbr-replaced.cbr-yellow.cbr-checked span {
    background-image: url(../images/ok-white-full.png);
}
.cbr-replaced.cbr-yellow.cbr-checked.cbr-radio .cbr-state span {
    background: #fcd036;
}
.cbr-replaced.cbr-yellow.cbr-radio .cbr-state {
    background: #fff;
}
.cbr-replaced.cbr-gray .cbr-state {
    background: #c8c8c8;
    border-color: #c8c8c8;
}
.cbr-replaced.cbr-gray.cbr-checked span {
    background-image: url(../images/ok-white-full.png);
}
.cbr-replaced.cbr-gray.cbr-checked.cbr-radio .cbr-state span {
    background: #c8c8c8;
}
.cbr-replaced.cbr-gray.cbr-radio .cbr-state {
    background: #fff;
}
.cbr-replaced.cbr-gray.cbr-checked span {
    background-image: url(../images/ok.png);
}
.cbr-replaced + label {
    padding-left: 5px;
}
label .cbr-replaced {
    margin-right: 4px;
}
label.cbr-inline {
    padding-top: 7px;
}
label.cbr-inline + .cbr-inline {
    margin-left: 10px;
}



.dropdown-menu.no-spacing {
    margin-top: -10px;
}
.dropdown-menu.dropdown-primary {
    background: #2c2e2f;
    border-color: #2c2e2f;
}
.dropdown-menu.dropdown-primary .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #454849;
}
.dropdown-menu.dropdown-primary > li > a {
    color: #ffffff;
}
.dropdown-menu.dropdown-primary > li > a:hover {
    background-color: #454849;
}
.dropdown-menu.dropdown-secondary {
    background: #68b828;
    border-color: #68b828;
}
.dropdown-menu.dropdown-secondary .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #5ca323;
}
.dropdown-menu.dropdown-secondary > li > a {
    color: #ffffff;
}
.dropdown-menu.dropdown-secondary > li > a:hover {
    background-color: #5ca323;
}
.dropdown-menu.dropdown-info {
    background: #40bbea;
    border-color: #40bbea;
}
.dropdown-menu.dropdown-info .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #1baee6;
}
.dropdown-menu.dropdown-info > li > a {
    color: #ffffff;
}
.dropdown-menu.dropdown-info > li > a:hover {
    background-color: #1baee6;
}
.dropdown-menu.dropdown-success {
    background: #8dc63f;
    border-color: #8dc63f;
}
.dropdown-menu.dropdown-success .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #80b636;
}
.dropdown-menu.dropdown-success > li > a {
    color: #ffffff;
}
.dropdown-menu.dropdown-success > li > a:hover {
    background-color: #80b636;
}
.dropdown-menu.dropdown-warning {
    background: #ffba00;
    border-color: #ffba00;
}
.dropdown-menu.dropdown-warning .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e6a700;
}
.dropdown-menu.dropdown-warning > li > a {
    color: #ffffff;
}
.dropdown-menu.dropdown-warning > li > a:hover {
    background-color: #e6a700;
}
.dropdown-menu.dropdown-danger {
    background: #cc3f44;
    border-color: #cc3f44;
}
.dropdown-menu.dropdown-danger .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #b32f34;
}
.dropdown-menu.dropdown-danger > li > a {
    color: #ffffff;
}
.dropdown-menu.dropdown-danger > li > a:hover {
    background-color: #b32f34;
}
.dropdown-menu.dropdown-red {
    background: #d5080f;
    border-color: #d5080f;
}
.dropdown-menu.dropdown-red .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #bc070d;
}
.dropdown-menu.dropdown-red > li > a {
    color: #ffffff;
}
.dropdown-menu.dropdown-red > li > a:hover {
    background-color: #bc070d;
}
.dropdown-menu.dropdown-purple {
    background: #7c38bc;
    border-color: #7c38bc;
}
.dropdown-menu.dropdown-purple .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #672f9d;
}
.dropdown-menu.dropdown-purple > li > a {
    color: #ffffff;
}
.dropdown-menu.dropdown-purple > li > a:hover {
    background-color: #672f9d;
}
.dropdown-menu.dropdown-blue {
    background: #0e62c7;
    border-color: #0e62c7;
}
.dropdown-menu.dropdown-blue .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #0b4fa1;
}
.dropdown-menu.dropdown-blue > li > a {
    color: #ffffff;
}
.dropdown-menu.dropdown-blue > li > a:hover {
    background-color: #0b4fa1;
}
.dropdown-menu.dropdown-black {
    background: #222222;
    border-color: #222222;
}
.dropdown-menu.dropdown-black .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #363636;
}
.dropdown-menu.dropdown-black > li > a {
    color: #ffffff;
}
.dropdown-menu.dropdown-black > li > a:hover {
    background-color: #363636;
}
.dropdown-menu.dropdown-white.no-spacing {
    margin-top: -11px;
}

/*.nav.nav-tabs {
    border-bottom: 0;
}
.nav.nav-tabs > li {
    display: inline-block;
    float: none;
    margin-bottom: 0;
}
.nav.nav-tabs > li > a {
    border-bottom: none;
    margin-bottom: -2px;
    background-color: #edeef1; 
    padding:5px 10px;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
}
.nav.nav-tabs > li > a:hover {

    background-color: #edeef1;
}
.nav.nav-tabs > li.active > a {
    background-color: #f7f7f7;
    border-color: #edeef1;

}
.nav.nav-tabs.right-aligned {
    text-align: right;
}
.nav.nav-tabs.right-aligned > li {
    float: none;
    display: inline-block;
}
.nav.nav-tabs.right-aligned > li > a {
    margin-right: 0;
    margin-left: 5px;
}
.nav.nav-tabs.nav-tabs-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.nav.nav-tabs.nav-tabs-justified:before,
.nav.nav-tabs.nav-tabs-justified:after {
    display: none;
}
.nav.nav-tabs.nav-tabs-justified > li {
    display: table-cell;
    vertical-align: top;
    width: 1%;
    text-align: center;
}
.nav.nav-tabs.nav-tabs-justified > li:last-child > a {
    margin-right: 0;
}
.nav.nav-tabs + .tab-content {

}
.nav.nav-tabs + .tab-content > p:last-child,
.nav.nav-tabs + .tab-content * > p:last-child {
    margin-bottom: 0;
}*/


.nav.nav-tabs li {
    background: none;
    border: none;
}
.nav-tabs > li > a {
    color: #A7B1C2;
    font-weight: 600;
    padding: 10px 20px 10px 25px;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    background-color: #e6e6e6;
    color: #676a6c;
}
.ui-tab .tab-content {
    padding: 20px 0;
}

.panel-group .panel .panel-heading {
    padding-bottom: 0;
    border-bottom: 0;
}
.panel-group .panel .panel-heading .panel-title {
    float: none;
}
.panel-group .panel .panel-heading a[data-toggle="collapse"] {
    display: block;
}
.panel-group .panel .panel-heading a[data-toggle="collapse"]:before {
    float: right;
    display: block;
    content:'-';
    font-size: 18px;
    width: 25px;
    text-align: right;
}
.panel-group .panel .panel-heading a[data-toggle="collapse"].collapsed:before {
    content: '+';
}
.panel-group .panel .panel-heading + .panel-collapse .panel-body {
    border-top: 2px solid #f5f5f5;
    /* margin-top: 15px; */
}
.panel-group.panel-group-joined {
    border: 1px solid #dddddd;
}
.panel-group.panel-group-joined .panel .panel-collapse .panel-body {
    border-top: 0;
    padding-top: 0;
}
.panel-group.panel-group-joined .panel + .panel {
    margin-top: 0;
    border-top: 1px solid #dddddd;
}
.tabs-vertical-env {
    display: table;
    margin-bottom: 30px;
    width: 100%;
}
.tabs-vertical-env .nav.tabs-vertical,
.tabs-vertical-env .tab-content {
    display: table-cell;
    vertical-align: top;
}
.tabs-vertical-env .nav.tabs-vertical {
    min-width: 120px;
    width: 150px;
}
.tabs-vertical-env .nav.tabs-vertical li > a {
    background-color: #f4f4f4;
    margin-bottom: 5px;
    text-align: center;
    white-space: nowrap;
}
.tabs-vertical-env .nav.tabs-vertical li.active > a {
    background-color: #fff;
}
.tabs-vertical-env .nav.tabs-vertical li:last-child {
    padding-bottom: 20px;
}
.tabs-vertical-env .tab-content {
    padding: 30px;
    background: #FFF;
}
.tabs-vertical-env .tab-content * > p:last-child {
    margin-bottom: 0;
}
.tabs-vertical-env.tabs-vertical-bordered .tab-content,
.tabs-vertical-env.tabs-vertical-bordered .nav.tabs-vertical > li > a {
    border: 1px solid #dddddd;
}
.tabs-vertical-env.tabs-vertical-bordered .nav.tabs-vertical {
    position: relative;
    right: -1px;
}
.tabs-vertical-env.tabs-vertical-bordered .nav.tabs-vertical > li.active > a {
    border-right-color: #fff;
}
.tabs-vertical-env.tabs-vertical-bordered.right-aligned .nav.tabs-vertical {
    right: 1px;
}
.tabs-vertical-env.tabs-vertical-bordered.right-aligned .nav.tabs-vertical > li.active > a {
    border-left-color: #fff;
    border-right-color: #dddddd;
}
.label {
    /* background-color: #d1dade; */
    /* color: #5e5e5e; */
    font-size: 10px;
    font-weight: 600;
    padding: 3px 8px;
    text-shadow: none;
}

.line-height-default li {
    line-height: 1.85;
}
.popover + .btn,
.tooltip + .btn {
    margin-left: 5px;
}
.popover {
    padding: 0;
    border: 1px solid #dddddd;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.popover.popover-primary .popover-title {
    background-color: #2c2e2f;
    color: #FFF;
    position: relative;
}
.popover.popover-primary.top .popover-title,
.popover.popover-primary.bottom .popover-title {
    margin: -1px;
}
.popover.popover-primary.bottom .arrow:after {
    border-bottom-color: #2c2e2f;
}
.popover.popover-secondary .popover-title {
    background-color: #68b828;
    color: #FFF;
    position: relative;
}
.popover.popover-secondary.top .popover-title,
.popover.popover-secondary.bottom .popover-title {
    margin: -1px;
}
.popover.popover-secondary.bottom .arrow:after {
    border-bottom-color: #68b828;
}
.popover.popover-info .popover-title {
    background-color: #40bbea;
    color: #FFF;
    position: relative;
}
.popover.popover-info.top .popover-title,
.popover.popover-info.bottom .popover-title {
    margin: -1px;
}
.popover.popover-info.bottom .arrow:after {
    border-bottom-color: #40bbea;
}
.popover.popover-warning .popover-title {
    background-color: #ffba00;
    color: #FFF;
    position: relative;
}
.popover.popover-warning.top .popover-title,
.popover.popover-warning.bottom .popover-title {
    margin: -1px;
}
.popover.popover-warning.bottom .arrow:after {
    border-bottom-color: #ffba00;
}
.popover.popover-danger .popover-title {
    background-color: #cc3f44;
    color: #FFF;
    position: relative;
}
.popover.popover-danger.top .popover-title,
.popover.popover-danger.bottom .popover-title {
    margin: -1px;
}
.popover.popover-danger.bottom .arrow:after {
    border-bottom-color: #cc3f44;
}
.popover.popover-success .popover-title {
    background-color: #8dc63f;
    color: #FFF;
    position: relative;
}
.popover.popover-success.top .popover-title,
.popover.popover-success.bottom .popover-title {
    margin: -1px;
}
.popover.popover-success.bottom .arrow:after {
    border-bottom-color: #8dc63f;
}
.popover.popover-purple .popover-title {
    background-color: #7c38bc;
    color: #FFF;
    position: relative;
}
.popover.popover-purple.top .popover-title,
.popover.popover-purple.bottom .popover-title {
    margin: -1px;
}
.popover.popover-purple.bottom .arrow:after {
    border-bottom-color: #7c38bc;
}
.popover.popover-blue .popover-title {
    background-color: #0e62c7;
    color: #FFF;
    position: relative;
}
.popover.popover-blue.top .popover-title,
.popover.popover-blue.bottom .popover-title {
    margin: -1px;
}
.popover.popover-blue.bottom .arrow:after {
    border-bottom-color: #0e62c7;
}
.popover.popover-red .popover-title {
    background-color: #d5080f;
    color: #FFF;
    position: relative;
}
.popover.popover-red.top .popover-title,
.popover.popover-red.bottom .popover-title {
    margin: -1px;
}
.popover.popover-red.bottom .arrow:after {
    border-bottom-color: #d5080f;
}
.popover.popover-black .popover-title {
    background-color: #0e62c7;
    color: #FFF;
    position: relative;
}
.popover.popover-black.top .popover-title,
.popover.popover-black.bottom .popover-title {
    margin: -1px;
}
.popover.popover-black.bottom .arrow:after {
    border-bottom-color: #0e62c7;
}
.tooltip .tooltip-inner {
    padding: 10px 15px;
}
.tooltip.tooltip-primary .tooltip-inner {
    background-color: #2c2e2f;
}
.tooltip.tooltip-primary.top .tooltip-arrow {
    border-top-color: #2c2e2f;
}
.tooltip.tooltip-primary.bottom .tooltip-arrow {
    border-bottom-color: #2c2e2f;
}
.tooltip.tooltip-primary.left .tooltip-arrow {
    border-left-color: #2c2e2f;
}
.tooltip.tooltip-primary.right .tooltip-arrow {
    border-right-color: #2c2e2f;
}
.tooltip.tooltip-secondary .tooltip-inner {
    background-color: #68b828;
}
.tooltip.tooltip-secondary.top .tooltip-arrow {
    border-top-color: #68b828;
}
.tooltip.tooltip-secondary.bottom .tooltip-arrow {
    border-bottom-color: #68b828;
}
.tooltip.tooltip-secondary.left .tooltip-arrow {
    border-left-color: #68b828;
}
.tooltip.tooltip-secondary.right .tooltip-arrow {
    border-right-color: #68b828;
}
.tooltip.tooltip-info .tooltip-inner {
    background-color: #40bbea;
}
.tooltip.tooltip-info.top .tooltip-arrow {
    border-top-color: #40bbea;
}
.tooltip.tooltip-info.bottom .tooltip-arrow {
    border-bottom-color: #40bbea;
}
.tooltip.tooltip-info.left .tooltip-arrow {
    border-left-color: #40bbea;
}
.tooltip.tooltip-info.right .tooltip-arrow {
    border-right-color: #40bbea;
}
.tooltip.tooltip-warning .tooltip-inner {
    background-color: #ffba00;
}
.tooltip.tooltip-warning.top .tooltip-arrow {
    border-top-color: #ffba00;
}
.tooltip.tooltip-warning.bottom .tooltip-arrow {
    border-bottom-color: #ffba00;
}
.tooltip.tooltip-warning.left .tooltip-arrow {
    border-left-color: #ffba00;
}
.tooltip.tooltip-warning.right .tooltip-arrow {
    border-right-color: #ffba00;
}
.tooltip.tooltip-danger .tooltip-inner {
    background-color: #cc3f44;
}
.tooltip.tooltip-danger.top .tooltip-arrow {
    border-top-color: #cc3f44;
}
.tooltip.tooltip-danger.bottom .tooltip-arrow {
    border-bottom-color: #cc3f44;
}
.tooltip.tooltip-danger.left .tooltip-arrow {
    border-left-color: #cc3f44;
}
.tooltip.tooltip-danger.right .tooltip-arrow {
    border-right-color: #cc3f44;
}
.tooltip.tooltip-success .tooltip-inner {
    background-color: #8dc63f;
}
.tooltip.tooltip-success.top .tooltip-arrow {
    border-top-color: #8dc63f;
}
.tooltip.tooltip-success.bottom .tooltip-arrow {
    border-bottom-color: #8dc63f;
}
.tooltip.tooltip-success.left .tooltip-arrow {
    border-left-color: #8dc63f;
}
.tooltip.tooltip-success.right .tooltip-arrow {
    border-right-color: #8dc63f;
}
.tooltip.tooltip-purple .tooltip-inner {
    background-color: #7c38bc;
}
.tooltip.tooltip-purple.top .tooltip-arrow {
    border-top-color: #7c38bc;
}
.tooltip.tooltip-purple.bottom .tooltip-arrow {
    border-bottom-color: #7c38bc;
}
.tooltip.tooltip-purple.left .tooltip-arrow {
    border-left-color: #7c38bc;
}
.tooltip.tooltip-purple.right .tooltip-arrow {
    border-right-color: #7c38bc;
}
.tooltip.tooltip-blue .tooltip-inner {
    background-color: #0e62c7;
}
.tooltip.tooltip-blue.top .tooltip-arrow {
    border-top-color: #0e62c7;
}
.tooltip.tooltip-blue.bottom .tooltip-arrow {
    border-bottom-color: #0e62c7;
}
.tooltip.tooltip-blue.left .tooltip-arrow {
    border-left-color: #0e62c7;
}
.tooltip.tooltip-blue.right .tooltip-arrow {
    border-right-color: #0e62c7;
}
.tooltip.tooltip-red .tooltip-inner {
    background-color: #d5080f;
}
.tooltip.tooltip-red.top .tooltip-arrow {
    border-top-color: #d5080f;
}
.tooltip.tooltip-red.bottom .tooltip-arrow {
    border-bottom-color: #d5080f;
}
.tooltip.tooltip-red.left .tooltip-arrow {
    border-left-color: #d5080f;
}
.tooltip.tooltip-red.right .tooltip-arrow {
    border-right-color: #d5080f;
}
.tooltip.tooltip-black .tooltip-inner {
    background-color: #0e62c7;
}
.tooltip.tooltip-black.top .tooltip-arrow {
    border-top-color: #0e62c7;
}
.tooltip.tooltip-black.bottom .tooltip-arrow {
    border-bottom-color: #0e62c7;
}
.tooltip.tooltip-black.left .tooltip-arrow {
    border-left-color: #0e62c7;
}
.tooltip.tooltip-black.right .tooltip-arrow {
    border-right-color: #0e62c7;
}
blockquote small {
    margin-top: 10px;
    display: block;
}
.blockquote {
    position: relative;
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #dddddd;
}
.blockquote:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    background: #f7f7f7;
}
.blockquote.blockquote-blue {
    border: 1px solid #0e62c7;
}
.blockquote.blockquote-blue:before {
    background: rgba(14, 98, 199, 0.1);
}
.blockquote.blockquote-blue strong {
    color: #0e62c7;
}
.blockquote.blockquote-red {
    border: 1px solid #d5080f;
}
.blockquote.blockquote-red:before {
    background: rgba(213, 8, 15, 0.1);
}
.blockquote.blockquote-red strong {
    color: #d5080f;
}
.blockquote.blockquote-success {
    border: 1px solid #8dc63f;
}
.blockquote.blockquote-success:before {
    background: rgba(141, 198, 63, 0.1);
}
.blockquote.blockquote-success strong {
    color: #8dc63f;
}
.blockquote.blockquote-warning {
    border: 1px solid #ffba00;
}
.blockquote.blockquote-warning:before {
    background: rgba(255, 186, 0, 0.1);
}
.blockquote.blockquote-warning strong {
    color: #ffba00;
}
.blockquote.blockquote-info {
    border: 1px solid #40bbea;
}
.blockquote.blockquote-info:before {
    background: rgba(64, 187, 234, 0.1);
}
.blockquote.blockquote-info strong {
    color: #40bbea;
}
.blockquote.blockquote-danger {
    border: 1px solid #cc3f44;
}
.blockquote.blockquote-danger:before {
    background: rgba(204, 63, 68, 0.1);
}
.blockquote.blockquote-danger strong {
    color: #cc3f44;
}
.blockquote.blockquote-purple {
    border: 1px solid #7c38bc;
}
.blockquote.blockquote-purple:before {
    background: rgba(124, 56, 188, 0.1);
}
.blockquote.blockquote-purple strong {
    color: #7c38bc;
}
.blockquote.blockquote-black {
    border: 1px solid #222222;
}
.blockquote.blockquote-black:before {
    background: rgba(34, 34, 34, 0.1);
}
.blockquote.blockquote-black strong {
    color: #222222;
}
.modal .modal-dialog .modal-content {
    /* -webkit-box-shadow: none; */
    -moz-box-shadow: none;
    /* box-shadow: none; */
    border-color: #f5f5f5;
    padding: 10px;
    box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.5);
}
.modal .modal-dialog .modal-content .modal-header {
    margin: 0;
    padding: 0;

    padding-bottom: 5px;
}
.modal .modal-dialog .modal-content .modal-header .close {
    outline: none;
}
.modal .modal-dialog .modal-content .modal-body {
    border-top:1px solid #fff;
    padding: 5px;
    padding-top:20px;
    padding-bottom: 20px;
}
.modal .modal-dialog .modal-content .modal-footer {
    padding: 0;
    padding-top:10px;

}
.modal .modal-dialog .modal-content .modal-footer .btn {
    margin-bottom: 0;
}

.modal .modal-dialog .modal-content .modal-footer input {
    width:30%;
    display:inline-block;
    height:30px
}

.modal.scale .modal-dialog {
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}
.modal.scale.in .modal-dialog {
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.table.table-bordered {
    border-color: #eeeeee;
}
.table.table-bordered > thead > tr > td,
.table.table-bordered > tbody > tr > td,
.table.table-bordered > tfood > tr > td,
.table.table-bordered > thead > tr > th,
.table.table-bordered > tbody > tr > th,
.table.table-bordered > tfood > tr > th {
    border-color: #eeeeee;
}
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfood > tr > td,
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfood > tr > th {
    padding: 12px 15px;
}
.text-center.table > thead > tr > td,
.text-center.table > tbody > tr > td,
.text-center.table > tfood > tr > td,
.text-center.table > thead > tr > th,
.text-center.table > tbody > tr > th,
.text-center.table > tfood > tr > th {
    text-align: center !important;
}
.middle-align.table > thead > tr > td,
.middle-align.table > tbody > tr > td,
.middle-align.table > tfood > tr > td,
.middle-align.table > thead > tr > th,
.middle-align.table > tbody > tr > th,
.middle-align.table > tfood > tr > th {
    vertical-align: middle;
}
.table > thead > tr > td.middle-align,
.table > tbody > tr > td.middle-align,
.table > tfood > tr > td.middle-align,
.table > thead > tr > th.middle-align,
.table > tbody > tr > th.middle-align,
.table > tfood > tr > th.middle-align {
    vertical-align: middle;
}
.table > thead > tr.no-borders > td,
.table > tbody > tr.no-borders > td,
.table > tfood > tr.no-borders > td,
.table > thead > tr.no-borders > th,
.table > tbody > tr.no-borders > th,
.table > tfood > tr.no-borders > th {
    border-left: 0;
    border-right: 0;
}
.table > thead > tr > td,
.table > thead > tr > th {
    position: relative;
    border-bottom: 1px solid #eeeeee;
    color: #2c2e2f;
}
.table > thead > tr > td:after,
.table > thead > tr > th:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    height: 1px;
    background-color: #eeeeee;
}
.table > tbody > tr > td,
.table > tfoot > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > th {
    border-top: 0;
    border-bottom: 1px solid #eeeeee;
}
.table > tbody > tr > td .progress,
.table > tfoot > tr > td .progress,
.table > tbody > tr > th .progress,
.table > tfoot > tr > th .progress,
.table > tbody > tr > td .btn,
.table > tfoot > tr > td .btn,
.table > tbody > tr > th .btn,
.table > tfoot > tr > th .btn {
    margin-bottom: 0;
}
.table > tfoot > tr > td,
.table > tfoot > tr > th {
    border-left: 0;
    border-bottom: 0;
    border-top: 1px solid #eeeeee;
    padding: 12px 15px;
    position: relative;
    color: #2c2e2f;
}
.table > tfoot > tr > td:after,
.table > tfoot > tr > th:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 1px;
    height: 1px;
    background-color: #eeeeee;
}
.table.table-condensed > thead > tr > td,
.table.table-condensed > tbody > tr > td,
.table.table-condensed > tfoot > tr > td,
.table.table-condensed > thead > tr > th,
.table.table-condensed > tbody > tr > th,
.table.table-condensed > tfoot > tr > th {
    padding: 5px 8px;
    vertical-align: middle;
}
.table.table-model-2 > thead > tr {
    background: #f6f6f6;
}
.table.table-model-2 > thead > tr > td:after,
.table.table-model-2 > thead > tr > th:after {
    display: none;
}
.table.table-model-2 > thead > tr > td,
.table.table-model-2 > tbody > tr > td,
.table.table-model-2 > tfood > tr > td,
.table.table-model-2 > thead > tr > th,
.table.table-model-2 > tbody > tr > th,
.table.table-model-2 > tfood > tr > th {
    border-color: #dddddd;
}
.table.table-model-2.table-bordered {
    border-color: #dddddd;
}
.table tbody.middle-align > tr > th,
.table tbody.middle-align > tr > td {
    vertical-align: middle;
}
.panel > .table > thead > tr > td:after,
.panel > .table > thead > tr > th:after {
    display: none;
}

.form-horizontal .control-label {
    text-align: right;
}
.form-horizontal > .form-group:last-child {
    margin-bottom: 0;
}




/*-----------------------------------------------------------------------------=======
input/select/textarea/forms
/*-----------------------------------------------------------------------------======*/
select.form-control{
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
}


select.input-sm, input.input-sm {
    font-size: 11px;
    height: 25px;
    /* width:100%; */
    /* border-radius: 10px; */
    /* -webkit-border-radius:10px; */
    /*-moz-border-radius: 10px;*/
}

/*select,input{
    background: url(../../img/bg-btn-default.gif) repeat-x;
    background-position: 0 -72px;
} 

select.input-lg {
    height: 45px;
    line-height: 45px;
}

select.input-xs {
    background:url(../img/bg-btn-default.gif) repeat-x;
    background-position: 0 -72px; 
}*/
textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {  
    height: 45px;
    padding: 10px 16px;
    font-size: 15px !important;
    line-height: 1.33;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;



}

textarea.form-control {
    height: auto;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
input[type="search"] {
    -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    line-height: 32px;
    line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
    line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
    line-height: 45px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 2px;
    font-size:11px;
    font-weight: normal;
    color: #6e829b;
    /* white-space:nowrap; */
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555555;
}
.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 150%;
    color: #999;
    background-color: #fcfcfc;
    background-image: none;
    border: 1px solid #e4e4e4;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
.form-control:focus {
    border-color: #000;

}
.form-control::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #ccc;
}
.form-control::-webkit-input-placeholder {
    color: #ccc;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}

.form-group {
    margin-bottom: 15px;
}
.radio,
.checkbox {
    position: relative;
    /* display: block; */
    min-height: 18px;
    /* margin-top: 3px; */
    line-height: 180%;
    margin-bottom: 10px;
}
.radio label,
.checkbox label {
    /*    padding-left: 20px;*/
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 40px;
}
.form-control-feedback {
    position: absolute;
    top: 8px;
    right: 0;
    z-index: 2;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}
.input-lg + .form-control-feedback {
    width: 45px;
    height: 45px;
    line-height: 45px;
}
.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}


input.form-control.form-focus-primary:focus {
    border-color: rgba(44, 46, 47, 0.6);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(44, 46, 47, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(44, 46, 47, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(44, 46, 47, 0.6);
}
input.form-control.form-focus-primary:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
input.form-control.form-focus-warning:focus {
    border-color: rgba(255, 186, 0, 0.6);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 186, 0, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 186, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 186, 0, 0.6);
}
input.form-control.form-focus-warning:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
input.form-control.form-focus-danger:focus {
    border-color: rgba(204, 63, 68, 0.6);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 63, 68, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 63, 68, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 63, 68, 0.6);
}
input.form-control.form-focus-danger:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
input.form-control.form-focus-success:focus {
    border-color: rgba(141, 198, 63, 0.6);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(141, 198, 63, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(141, 198, 63, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(141, 198, 63, 0.6);
}
input.form-control.form-focus-success:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
input.form-control.form-focus-info:focus {
    border-color: rgba(64, 187, 234, 0.6);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(64, 187, 234, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(64, 187, 234, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(64, 187, 234, 0.6);
}
input.form-control.form-focus-info:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
input.form-control.form-focus-purple:focus {
    border-color: rgba(124, 56, 188, 0.6);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(124, 56, 188, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(124, 56, 188, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(124, 56, 188, 0.6);
}
input.form-control.form-focus-purple:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
input.form-control.form-focus-red:focus {
    border-color: rgba(213, 8, 15, 0.6);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(213, 8, 15, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(213, 8, 15, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(213, 8, 15, 0.6);
}
input.form-control.form-focus-red:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
input.form-control.form-focus-blue:focus {
    border-color: rgba(14, 98, 199, 0.6);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(14, 98, 199, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(14, 98, 199, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(14, 98, 199, 0.6);
}
input.form-control.form-focus-blue:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
input.form-control.form-focus-gray:focus {
    border-color: rgba(200, 200, 200, 0.6);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(200, 200, 200, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(200, 200, 200, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(200, 200, 200, 0.6);
}
input.form-control.form-focus-gray:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #ffffff;
}
.has-success .form-control {
    border-color: #ffffff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-success .input-group-addon {
    color: #ffffff;
    border-color: #ffffff;
    background-color: #8dc63f;
}
.has-success .form-control-feedback {
    color: #ffffff;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #ffffff;
}
.has-warning .form-control {
    border-color: #ffffff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-warning .input-group-addon {
    color: #ffffff;
    border-color: #ffffff;
    background-color: #ffba00;
}
.has-warning .form-control-feedback {
    color: #ffffff;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #ffffff;
}
.has-error .form-control {
    border-color: #ffffff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-error .input-group-addon {
    color: #ffffff;
    border-color: #ffffff;
    background-color: #cc3f44;
}
.has-error .form-control-feedback {
    color: #ffffff;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #6a6e71;
}

form .help-block {
    color: #f00;
}
form .form-block {
    padding-top: 7px;
}
form .form-group.has-success .help-block,
form .form-group.has-success .control-label,
form .form-group.has-success .radio,
form .form-group.has-success .checkbox,
form .form-group.has-success .radio-inline,
form .form-group.has-success .checkbox-inline {
    color: #8dc63f;
}
form .form-group.has-success .form-control {
    border-color: rgba(141, 198, 63, 0.4);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
form .form-group.has-success .form-control:focus {
    border-color: #8dc63f;
}
form .form-group.has-success .input-group-addon {
    color: #8dc63f;
    border-color: rgba(141, 198, 63, 0.4);
}
form .form-group.has-success .form-control-feedback {
    color: #8dc63f;
}
form .form-group.has-warning .help-block,
form .form-group.has-warning .control-label,
form .form-group.has-warning .radio,
form .form-group.has-warning .checkbox,
form .form-group.has-warning .radio-inline,
form .form-group.has-warning .checkbox-inline {
    color: #ffba00;
}
form .form-group.has-warning .form-control {
    border-color: rgba(255, 186, 0, 0.6);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
form .form-group.has-warning .form-control:focus {
    border-color: #ffba00;
}
form .form-group.has-warning .input-group-addon {
    color: #ffba00;
    border-color: rgba(255, 186, 0, 0.6);
}
form .form-group.has-warning .form-control-feedback {
    color: #ffba00;
}
form .form-group.has-error .help-block,
form .form-group.has-error .control-label,
form .form-group.has-error .radio,
form .form-group.has-error .checkbox,
form .form-group.has-error .radio-inline,
form .form-group.has-error .checkbox-inline {
    color: #cc3f44;
}
form .form-group.has-error .form-control {
    border-color: rgba(204, 63, 68, 0.4);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
form .form-group.has-error .form-control:focus {
    border-color: #cc3f44;
}
form .form-group.has-error .input-group-addon {
    color: #cc3f44;
    border-color: rgba(204, 63, 68, 0.4);
}
form .form-group.has-error .form-control-feedback {
    color: #cc3f44;
}
form .form-group.has-info .help-block,
form .form-group.has-info .control-label,
form .form-group.has-info .radio,
form .form-group.has-info .checkbox,
form .form-group.has-info .radio-inline,
form .form-group.has-info .checkbox-inline {
    color: #40bbea;
}
form .form-group.has-info .form-control {
    border-color: rgba(64, 187, 234, 0.4);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
form .form-group.has-info .form-control:focus {
    border-color: #40bbea;
}
form .form-group.has-info .input-group-addon {
    color: #40bbea;
    border-color: rgba(64, 187, 234, 0.4);
}
form .form-group.has-info .form-control-feedback {
    color: #40bbea;
}
form .form-group.validate-has-error .form-control {
    border-color: #cc3f44;
    color: #cc3f44;
}
form .form-group.validate-has-error .form-control::-moz-placeholder {
    color: #cc3f44;
    opacity: 1;
}
form .form-group.validate-has-error .form-control:-ms-input-placeholder {
    color: #cc3f44;
}
form .form-group.validate-has-error .form-control::-webkit-input-placeholder {
    color: #cc3f44;
}
form .form-group.validate-has-error .form-control::-webkit-input-placeholder {
    color: #cc3f44;
}
form .form-group.validate-has-error .form-control:-moz-placeholder {
    color: #cc3f44;
}
form .form-group.validate-has-error .form-control::-moz-placeholder {
    color: #cc3f44;
}
form .form-group.validate-has-error .form-control:-ms-input-placeholder {
    color: #cc3f44;
}
form .form-group.validate-has-error .form-control + span {
    display: block;
    padding-top: 5px;
    font-size: 12px;
    color: #cc3f44;
}
form.form-inline .form-group + .form-group {
    margin-left: 5px;
}
form .form-group-separator {
    height: 1px;
    background: #eeeeee;
    margin-bottom: 15px;
}
label[for] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label.checkbox-inline input[type="checkbox"] {
    margin-top: 2px;
}
label.radio-inline input[type="radio"] {
    margin-top: 2px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    margin-top: 2px;
}
.input-group .btn {
    margin-bottom: 0;
}
.input-group.input-group-minimal > .form-control:first-child {
    border-right: 0;
    padding-right: 0;
}
.input-group.input-group-minimal .input-group-addon {
    background: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.input-group.input-group-minimal .input-group-addon + .form-control {
    border-left: 0;
    padding-left: 0;
}
.input-group.input-group-minimal .input-group-addon + .form-control.no-right-border {
    padding-right: 0;
}
.input-group.input-group-minimal.focused .input-group-addon {
    border-color: rgba(104, 184, 40, 0.5);
}
nav.navbar {
    border: 0;
}
nav.navbar form > .btn {
    margin-bottom: 0;
}
nav.navbar .navbar-header .navbar-brand {
    padding-left: 30px;
    padding-right: 30px;
}
nav.navbar .navbar-nav li a {
    padding-left: 20px;
    padding-right: 20px;
}
nav.navbar.navbar-inverse .navbar-toggle i {
    color: #fff;
}
@media print {
    .sidebar-menu {
        display: none;
    }
    .main-content {
        padding: 0 !important;
    }
    .main-content .user-info-navbar,
    .main-content .page-title,
    .main-content footer.main-footer {
        display: none;
    }
    .main-content > .panel {
        margin-bottom: 0;
    }
    .main-content > .panel + .panel {
        margin-top: 30px;
    }
}
.overflow-hidden {
    overflow: hidden !important;
}
.vertical-top > * {
    vertical-align: top;
}
strong + table {
    margin-top: 10px;
}
.text-small {
    font-size: 65%;
}
.text-bold {
    font-weight: bold;
}
address {
    padding-left: 20px;
    border-left: 5px solid #f0f0f0;
}
.scrollable .scrollable {
    margin-right: 20px;
}
.super-large {
    font-size: 66px;
}
.inline {
    display: inline-block !important;
}
div.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
.list-margin {
    margin: 10px 0;
}
.list-margin li {
    padding: 5px 0;
}
.rotate-45deg {
    position: relative;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.text-medium {
    font-size: 12px;
}
.text-bold {
    font-weight: bold;
}
.text-bold.h1,
.text-bold.h2,
.text-bold.h3,
.text-bold.h4,
.text-bold.h5,
.text-bold.h6 {
    font-weight: bold;
}
.text-upper {
    text-transform: uppercase;
}

.bs-example {
    line-height: 1.85;
}
.bs-example .label {
    margin-left: 2px;
}
.same-margin > * {
    margin-top: 0;
    margin-bottom: 15px;
}
.same-margin > *:last-child {
    margin-bottom: 0;
}
.vspacer {
    height: 80px;
}
.vspacer.v2 {
    height: 15px;
}
.vspacer.v3 {
    height: 30px;
    display: block !important;
}
.vspacer.v4 {
    height: 10px;
    display: block !important;
}
@media screen and (max-width: 768px) {
    .vspacer {
        display: none;
    }
    .vspacer.v2 {
        display: block;
    }
}
.img-container {
    margin-bottom: 20px;
}
.img-shade {
    display: block;
    background: #f5f5f5;
    text-align: center;
    line-height: 0;
    margin-bottom: 20px;
}
.img-preview {
    display: inline-block;
    overflow: hidden;
    background: #f7f7f7;
    line-height: 1;
}
.img-preview img {
    display: block;
}
.no-left-border {
    border-left: 0 !important;
}
.no-right-border {
    border-right: 0 !important;
}
.no-top-margin {
    margin-top: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
.no-transition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
img.img-cirlce {
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
}
.col-margin.row > * {
    margin-bottom: 10px;
    padding-left:10px;
    padding-right:5px;
}
.col-margin.row > *:last-child {
    margin-bottom: 0;
}
.ckeditor + .cke {
    margin-top: 20px;
    margin-bottom: 30px;
}
*[class*="fa-"] {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
div.scrollable {
    max-height: 200px;
    overflow: hidden;
    position: relative;
}
.icon-collection .page-header {
    margin: 0;
    margin-bottom: 10px;
}
.icon-collection section .page-header {
    margin-top: 40px;
}
.icon-collection .fontawesome-icon-list .fa-hover {
    background: #fff;
    float: left;
    width: 24%;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #dddddd;
}
.icon-collection .fontawesome-icon-list .fa-hover:nth-child(4n) {
    margin-right: 0;
}
@media (max-width: 991px) {
    .icon-collection .fontawesome-icon-list .fa-hover {
        width: 31%;
    }
    .icon-collection .fontawesome-icon-list .fa-hover:nth-child(3n) {
        margin-right: 0;
    }
    .icon-collection .fontawesome-icon-list .fa-hover:nth-child(3n) i:hover {
        margin: 0;
    }
    .icon-collection .fontawesome-icon-list .fa-hover:nth-child(4n) {
        margin-right: 10px;
        clear: right;
    }
}
.icon-collection .fontawesome-icon-list .fa-hover > i {
    display: block;
    float: left;
    position: relative;
    background: #fafafa;
    border-right: 1px solid #e9e9e9;
    padding: 10px;
    text-align: center;
    width: 25%;
}
.icon-collection .fontawesome-icon-list .fa-hover > i:hover {
    width: 60%;
    background: #68b828;
    color: #fff;
    margin: -1px;
}
.icon-collection .fontawesome-icon-list .fa-hover > i:hover + span {
    width: 40%;
}
.icon-collection .fontawesome-icon-list .fa-hover > span {
    display: block;
    float: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px;
    padding-bottom: 8px;
    width: 75%;
    color: #7d7f7f;
}
.icon-collection .fontawesome-icon-list .fa-hover > span:hover {
    color: #2c2e2f;
}

.loader-1 {
    -webkit-animation: loaderAnimate 1000ms linear infinite;
    -moz-animation: loaderAnimate 1000ms linear infinite;
    -o-animation: loaderAnimate 1000ms linear infinite;
    animation: loaderAnimate 1000ms linear infinite;
    clip: rect(0, 30px, 30px, 15px);
    height: 30px;
    width: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
}
lesshat-selector {
    -lh-property: 0; } 
@-webkit-keyframes loaderAnimate{ 0%{ -webkit-transform: rotate(0deg); } 100%{ -webkit-transform: rotate(220deg); }}
@-moz-keyframes loaderAnimate{ 0%{ -moz-transform: rotate(0deg); } 100%{ -moz-transform: rotate(220deg); }}
@-o-keyframes loaderAnimate{ 0%{ -o-transform: rotate(0deg); } 100%{ -o-transform: rotate(220deg); }}
@keyframes loaderAnimate{ 0%{-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); } 100%{-webkit-transform: rotate(220deg);-moz-transform: rotate(220deg);-ms-transform: rotate(220deg);transform: rotate(220deg); };
}
lesshat-selector {
    -lh-property: 0; } 
@-webkit-keyframes loaderAnimate2{ 0%{ box-shadow: inset #555555 0 0 0 8px; -webkit-transform: rotate(-140deg); } 50%{ box-shadow: inset #555555 0 0 0 2px; } 100%{ box-shadow: inset #555555 0 0 0 8px; -webkit-transform: rotate(140deg); }}
@-moz-keyframes loaderAnimate2{ 0%{ box-shadow: inset #555555 0 0 0 8px; -moz-transform: rotate(-140deg); } 50%{ box-shadow: inset #555555 0 0 0 2px; } 100%{ box-shadow: inset #555555 0 0 0 8px; -moz-transform: rotate(140deg); }}
@-o-keyframes loaderAnimate2{ 0%{ box-shadow: inset #555555 0 0 0 8px; -o-transform: rotate(-140deg); } 50%{ box-shadow: inset #555555 0 0 0 2px; } 100%{ box-shadow: inset #555555 0 0 0 8px; -o-transform: rotate(140deg); }}
@keyframes loaderAnimate2{ 0%{ box-shadow: inset #555555 0 0 0 8px;-webkit-transform: rotate(-140deg);-moz-transform: rotate(-140deg);-ms-transform: rotate(-140deg);transform: rotate(-140deg); } 50%{ box-shadow: inset #555555 0 0 0 2px; } 100%{ box-shadow: inset #555555 0 0 0 8px;-webkit-transform: rotate(140deg);-moz-transform: rotate(140deg);-ms-transform: rotate(140deg);transform: rotate(140deg); };
}
.loader-1:after {
    -webkit-animation: loaderAnimate2 1000ms ease-in-out infinite;
    -moz-animation: loaderAnimate2 1000ms ease-in-out infinite;
    -o-animation: loaderAnimate2 1000ms ease-in-out infinite;
    animation: loaderAnimate2 1000ms ease-in-out infinite;
    clip: rect(0, 30px, 30px, 15px);
    content: '';
    border-radius: 50%;
    height: 30px;
    width: 30px;
    position: absolute;
}
@keyframes loaderAnimate2 {
    0% {
        box-shadow: inset #fff 0 0 0 17px;
        transform: rotate(-140deg);
    }
    50% {
        box-shadow: inset #fff 0 0 0 2px;
    }
    100% {
        box-shadow: inset #fff 0 0 0 17px;
        transform: rotate(140deg);
    }
}
.loader-2 {
    -webkit-animation: loaderAnimate2 1000ms linear infinite;
    -moz-animation: loaderAnimate2 1000ms linear infinite;
    -o-animation: loaderAnimate2 1000ms linear infinite;
    animation: loaderAnimate2 1000ms linear infinite;
    clip: rect(0, 30px, 30px, 15px);
    height: 30px;
    width: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
}


.loader-3 {

    width: auto;
    max-width: 80%;
    position: absolute;
    left: 10%;
    top: 45%;
    margin-left: -15px;
    margin-top: -15px;
    color:#fff;
}

.loader-3 .title , .content{    
    display: block;
}

.loader-3 .title {     
    font-weight: bold;
    /*    border-bottom: 1px solid #ccc;*/

}

.loader-3 .title:hover {
    color:#f8f8f8;     
}

.loader-3 .content {
    padding-top: 10px;
    color:#f7f7f7;   
    font-size:1.7em;
}

lesshat-selector {
    -lh-property: 0; } 
@-webkit-keyframes loaderAnimate2{ 0%{ -webkit-transform: rotate(0deg); } 100%{ -webkit-transform: rotate(220deg); }}
@-moz-keyframes loaderAnimate2{ 0%{ -moz-transform: rotate(0deg); } 100%{ -moz-transform: rotate(220deg); }}
@-o-keyframes loaderAnimate2{ 0%{ -o-transform: rotate(0deg); } 100%{ -o-transform: rotate(220deg); }}
@keyframes loaderAnimate2{ 0%{-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); } 100%{-webkit-transform: rotate(220deg);-moz-transform: rotate(220deg);-ms-transform: rotate(220deg);transform: rotate(220deg); };
}
lesshat-selector {
    -lh-property: 0; } 
@-webkit-keyframes loaderAnimate22{ 0%{ box-shadow: inset #ffffff 0 0 0 8px; -webkit-transform: rotate(-140deg); } 50%{ box-shadow: inset #ffffff 0 0 0 2px; } 100%{ box-shadow: inset #ffffff 0 0 0 8px; -webkit-transform: rotate(140deg); }}
@-moz-keyframes loaderAnimate22{ 0%{ box-shadow: inset #ffffff 0 0 0 8px; -moz-transform: rotate(-140deg); } 50%{ box-shadow: inset #ffffff 0 0 0 2px; } 100%{ box-shadow: inset #ffffff 0 0 0 8px; -moz-transform: rotate(140deg); }}
@-o-keyframes loaderAnimate22{ 0%{ box-shadow: inset #ffffff 0 0 0 8px; -o-transform: rotate(-140deg); } 50%{ box-shadow: inset #ffffff 0 0 0 2px; } 100%{ box-shadow: inset #ffffff 0 0 0 8px; -o-transform: rotate(140deg); }}
@keyframes loaderAnimate22{ 0%{ box-shadow: inset #ffffff 0 0 0 8px;-webkit-transform: rotate(-140deg);-moz-transform: rotate(-140deg);-ms-transform: rotate(-140deg);transform: rotate(-140deg); } 50%{ box-shadow: inset #ffffff 0 0 0 2px; } 100%{ box-shadow: inset #ffffff 0 0 0 8px;-webkit-transform: rotate(140deg);-moz-transform: rotate(140deg);-ms-transform: rotate(140deg);transform: rotate(140deg); };
}
.loader-2:after {
    -webkit-animation: loaderAnimate22 1000ms ease-in-out infinite;
    -moz-animation: loaderAnimate22 1000ms ease-in-out infinite;
    -o-animation: loaderAnimate22 1000ms ease-in-out infinite;
    animation: loaderAnimate22 1000ms ease-in-out infinite;
    clip: rect(0, 30px, 30px, 15px);
    content: '';
    border-radius: 50%;
    height: 30px;
    width: 30px;
    position: absolute;
}
@keyframes loaderAnimate22 {
    0% {
        box-shadow: inset #fff 0 0 0 17px;
        transform: rotate(-140deg);
    }
    50% {
        box-shadow: inset #fff 0 0 0 2px;
    }
    100% {
        box-shadow: inset #fff 0 0 0 17px;
        transform: rotate(140deg);
    }
}
.page-loading-overlay, .page-overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #2c2e2f;
    z-index: 10000;
    zoom: 1;
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    filter: alpha(opacity=70);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.page-loading-overlay.loaded {
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    visibility: hidden;
}
a:hover {
    /* text-decoration: none; */
}
label {
    font-weight: 900;
}
.label {
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

.label .label-sm{
    font-size: 12px;
}

.label .label-lg{
    font-size: 14px;
}

.dropdown-menu,
span.twitter-typeahead .tt-dropdown-menu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.dropdown-menu > li > a,
span.twitter-typeahead .tt-suggestion > p {
    padding: 5px 20px;
}
.dropdown-menu > li > a > i {
    display: inline-block;
    margin-right: 5px;
}
.left-dropdown .btn {
    float: right;
}
.left-dropdown .btn.dropdown-toggle {
    float: left;
}
.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form-control:focus,
.form-control:active {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: normal;
}
.btn-group + .btn-group {
    margin-left: 5px;
}


.alert.alert-small{
    padding:5px;
}

.alert .close {
    position: relative;
    margin-top: -2px;
    outline: 0;
}
.alert .close span {
    text-shadow: none;
}

.alert-shadow{
    -webkit-box-shadow: 0 1px 1px #bbb !important;
    -moz-box-shadow: 0 2px 1px #bbb !important;
    box-shadow: 1px 1px 3px #bbb !important;   
}
.alert.alert-default {
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #333333;
}

.alert.alert-white {
    background-color: #fff;
    border-color: #eeeeee;
    color: #737678;
}


.alert.alert-default hr {
    border-top-color: #e1e1e1;
}
.alert.alert-default .alert-link {
    color: #1a1a1a;
}

.alert-ico {
    background-image: linear-gradient(to bottom, #fff, #f9f9f9);
    border-top-color: #d8d8d8;
    border-bottom-color: #bdbdbd;
    border-left-color: #cacaca;
    border-right-color: #cacaca;
    color: #404040;
    padding-left: 61px;
    position: relative;
}

.alert-ico.rounded {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.alert-ico.rounded .icon {
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}

.alert-ico .icon {
    text-align: center;
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #bdbdbd;
    padding-top: 15px;
}


.alert-ico .icon:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #bdbdbd;
    position: absolute;
    border-left: 0;
    border-bottom: 0;
    top: 50%;
    right: -6px;
    margin-top: -3px;
    background: #fff;
}

.alert-ico .icon i {
    font-size: 20px;
    color: #fff;
    left: 12px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}

/*============ colors ========*/
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-ico.alert-success .icon, 
.alert-ico.alert-success .icon:after {
    border-color: #54a754;
    background: #60c060;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #98cce6;
    color: #3a87ad;
}

.alert-ico.alert-info .icon, 
.alert-ico.alert-info .icon:after {
    border-color: #3a8ace;
    background: #4d90fd;
}


.alert-ico.alert-warning .icon, 
.alert-ico.alert-warning .icon:after {
    border-color: #d68000;
    background: #fc9700;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #f1daab;
    color: #c09853;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #e0b1b8;
    color: #b94a48;
}

.alert-ico.alert-danger .icon, 
.alert-ico.alert-danger .icon:after {
    border-color: #ca452e;
    background: #da4932;
}

.list-group .list-group-item {
    padding: 15px 20px;
}
.list-group .list-group-item .list-group-item-text {
    margin-top: 10px;
}
.list-group.list-group-minimal .list-group-item {
    padding: 10px 15px;
}
.badge-roundless {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
}
mark,
.mark {
    background-color: rgba(255, 186, 0, 0.5);
    color: #666;
    padding-left: 5px;
    padding-right: 5px;
}

.text-default{
    color:#6e829b !important;
}

.text-shadow{
    text-shadow:0 1px 0 #fff; 
}

.text-muted {
    color: #9d9d9d;
}

.text-muted {
    color: #9d9d9d;
}
.text-primary {
    color:#2597c4 !important;
    /*color: #2c2e2f;*/
}
a.text-primary:hover {
    color:#4a8cac !important;
    /*color: #131415;*/
}
.text-secondary {
    color: #68b828;
}

.text-strong{
    font-weight: bold;
}

a.text-secondary:hover {
    color: #508e1f;
}
.text-purple {
    color: #7c38bc;
}
a.text-purple:hover {
    color: #622c95;
}
.text-turquoise {
    color: #00b19d;
}
a.text-turquoise:hover {
    color: #007e70;
}
.text-red {
    color: #d5080f;
}
a.text-red:hover {
    color: #a4060c;
}
.text-blue {
    color: #0e62c7;
}
a.text-blue:hover {
    color: #0b4b97;
}
.text-pink {
    color: #ff6264;
}
a.text-pink:hover {
    color: #ff2f32;
}
.text-yellow {
    color: #fcd036;
}
a.text-yellow:hover {
    color: #fbc404;
}
.text-gray {
    color: #555555;
}
a.text-gray:hover {
    color: #3b3b3b;
}
.text-success {
    color: #8dc63f !important;
}
a.text-success:hover {
    color: #72a230;
}
.text-info {
    color: #40bbea !important;;
}
a.text-info:hover {
    color: #18a8df;
}
.text-warning {
    color: #ffba00 !important;
}

a.text-warning:hover {
    color: #cc9500;
}
.text-orange {
    color: #f48a50 !important;
}

a.text-orange:hover {
    color: #e7613d;
}

.text-danger {
    color: #cc3f44 !important;
}
a.text-danger:hover {
    color: #ab2d32;
}
.text-white {
    color: #ffffff;
}
a.text-white:hover {
    color: #e6e6e6;
}
.bg-muted,
.bg-gray,
.bg-primary,
.bg-success,
.bg-info,
.bg-warning,
.bg-danger {
    padding: 10px 15px;
    color: #fff;
}
.bg-muted {
    background-color: #d0d0d0;
}
.bg-default {
    background-color: #6E829B;
    color:#fff;
}

.bg-gray {
    background-color: #eeeeee;
}
pre {
    white-space: pre-wrap;
    font-size: 12px;
}
.page-body .jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}
.page-body .jumbotron > h1 {
    margin-top: 0;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .page-body .jumbotron {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (min-width: 768px) {
    .page-body .jumbotron {
        padding-top: 15px;
        padding-bottom: 48px;
    }
}
div.datepicker {
    padding: 4px;
    -webkit-border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px;
    -moz-background-clip: padding;
    border-radius: 0px;
    background-clip: padding-box;
    direction: ltr;
    /*.dow {
                  border-top: 1px solid #ddd !important;
          }*/
}
div.datepicker-inline {
    width: 206px;
}
div.datepickerdiv.datepicker-rtl {
    direction: rtl;
}
div.datepickerdiv.datepicker-rtl table tr td span {
    float: right;
}
div.datepicker-dropdown {
    top: 0;
    left: 0;
}
div.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #e4e4e4;
    border-top: 0;
    border-bottom-color: #e4e4e4;
    position: absolute;
}
div.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-top: 0;
    position: absolute;
}
div.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}
div.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}
div.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}
div.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}
div.datepicker-dropdown.datepicker-orient-top:before {
    top: -7px;
}
div.datepicker-dropdown.datepicker-orient-top:after {
    top: -6px;
}
div.datepicker-dropdown.datepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #e4e4e4;
}
div.datepicker-dropdown.datepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #ffffff;
}
div.datepicker > div {
    display: none;
}
div.datepicker.days div.datepicker-days {
    display: block;
}
div.datepicker.months div.datepicker-months {
    display: block;
}
div.datepicker.years div.datepicker-years {
    display: block;
}
div.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div.datepicker td,
div.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px;
    -moz-background-clip: padding;
    border-radius: 0px;
    background-clip: padding-box;
    border: none;
}
.table-striped div.datepicker table tr td,
.table-striped div.datepicker table tr th {
    background-color: transparent;
}
div.datepicker table tr td.day {
    color: #646565;
}
div.datepicker table tr td.day:hover {
    background: #f5f5f5;
    cursor: pointer;
    color: #2c2e2f;
}
div.datepicker table tr td.old,
div.datepicker table tr td.new {
    color: #b1b1b1;
}
div.datepicker table tr td.disabled,
div.datepicker table tr td.disabled:hover {
    background: none;
    color: #777777;
    color: #979898;
    cursor: default;
}
div.datepicker table tr td.today,
div.datepicker table tr td.today:hover,
div.datepicker table tr td.today.disabled,
div.datepicker table tr td.today.disabled:hover {
    *background-color: #76797e;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #000;
}
div.datepicker table tr td.today.switch-left,
div.datepicker table tr td.today:hover.switch-left,
div.datepicker table tr td.today.disabled.switch-left,
div.datepicker table tr td.today.disabled:hover.switch-left {
    background-color: #76797e;
    color: #ffffff;
}
div.datepicker table tr td.today.switch-right,
div.datepicker table tr td.today:hover.switch-right,
div.datepicker table tr td.today.disabled.switch-right,
div.datepicker table tr td.today.disabled:hover.switch-right {
    background-color: #ffffff;
    color: #979898;
}
div.datepicker table tr td.today.switch-right:hover,
div.datepicker table tr td.today:hover.switch-right:hover,
div.datepicker table tr td.today.disabled.switch-right:hover,
div.datepicker table tr td.today.disabled:hover.switch-right:hover {
    background-color: #ffffff;
    color: #979898;
}
div.datepicker table tr td.today:hover,
div.datepicker table tr td.today:hover:hover,
div.datepicker table tr td.today.disabled:hover,
div.datepicker table tr td.today.disabled:hover:hover,
div.datepicker table tr td.today:focus,
div.datepicker table tr td.today:hover:focus,
div.datepicker table tr td.today.disabled:focus,
div.datepicker table tr td.today.disabled:hover:focus,
div.datepicker table tr td.today:active,
div.datepicker table tr td.today:hover:active,
div.datepicker table tr td.today.disabled:active,
div.datepicker table tr td.today.disabled:hover:active,
div.datepicker table tr td.today.active,
div.datepicker table tr td.today:hover.active,
div.datepicker table tr td.today.disabled.active,
div.datepicker table tr td.today.disabled:hover.active,
div.datepicker table tr td.today.disabled,
div.datepicker table tr td.today:hover.disabled,
div.datepicker table tr td.today.disabled.disabled,
div.datepicker table tr td.today.disabled:hover.disabled,
div.datepicker table tr td.today[disabled],
div.datepicker table tr td.today:hover[disabled],
div.datepicker table tr td.today.disabled[disabled],
div.datepicker table tr td.today.disabled:hover[disabled] {
    color: #ffffff;
    *background-color: #6a6c71;
}
div.datepicker table tr td.today:active,
div.datepicker table tr td.today:hover:active,
div.datepicker table tr td.today.disabled:active,
div.datepicker table tr td.today.disabled:hover:active,
div.datepicker table tr td.today.active,
div.datepicker table tr td.today:hover.active,
div.datepicker table tr td.today.disabled.active,
div.datepicker table tr td.today.disabled:hover.active {
    background-color: #5d5f64 \9;
}
div.datepicker table tr td.today:hover:hover {
    color: #000;
}
div.datepicker table tr td.today.active:hover {
    color: #fff;
}
div.datepicker table tr td.range,
div.datepicker table tr td.range:hover,
div.datepicker table tr td.range.disabled,
div.datepicker table tr td.range.disabled:hover {
    background: #eeeeee;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
}
div.datepicker table tr td.range.today,
div.datepicker table tr td.range.today:hover,
div.datepicker table tr td.range.today.disabled,
div.datepicker table tr td.range.today.disabled:hover {
    *background-color: #eff777;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
}
div.datepicker table tr td.range.today.switch-left,
div.datepicker table tr td.range.today:hover.switch-left,
div.datepicker table tr td.range.today.disabled.switch-left,
div.datepicker table tr td.range.today.disabled:hover.switch-left {
    background-color: #eff777;
    color: #ffffff;
}
div.datepicker table tr td.range.today.switch-right,
div.datepicker table tr td.range.today:hover.switch-right,
div.datepicker table tr td.range.today.disabled.switch-right,
div.datepicker table tr td.range.today.disabled:hover.switch-right {
    background-color: #ffffff;
    color: #979898;
}
div.datepicker table tr td.range.today.switch-right:hover,
div.datepicker table tr td.range.today:hover.switch-right:hover,
div.datepicker table tr td.range.today.disabled.switch-right:hover,
div.datepicker table tr td.range.today.disabled:hover.switch-right:hover {
    background-color: #ffffff;
    color: #979898;
}
div.datepicker table tr td.range.today:hover,
div.datepicker table tr td.range.today:hover:hover,
div.datepicker table tr td.range.today.disabled:hover,
div.datepicker table tr td.range.today.disabled:hover:hover,
div.datepicker table tr td.range.today:focus,
div.datepicker table tr td.range.today:hover:focus,
div.datepicker table tr td.range.today.disabled:focus,
div.datepicker table tr td.range.today.disabled:hover:focus,
div.datepicker table tr td.range.today:active,
div.datepicker table tr td.range.today:hover:active,
div.datepicker table tr td.range.today.disabled:active,
div.datepicker table tr td.range.today.disabled:hover:active,
div.datepicker table tr td.range.today.active,
div.datepicker table tr td.range.today:hover.active,
div.datepicker table tr td.range.today.disabled.active,
div.datepicker table tr td.range.today.disabled:hover.active,
div.datepicker table tr td.range.today.disabled,
div.datepicker table tr td.range.today:hover.disabled,
div.datepicker table tr td.range.today.disabled.disabled,
div.datepicker table tr td.range.today.disabled:hover.disabled,
div.datepicker table tr td.range.today[disabled],
div.datepicker table tr td.range.today:hover[disabled],
div.datepicker table tr td.range.today.disabled[disabled],
div.datepicker table tr td.range.today.disabled:hover[disabled] {
    color: #ffffff;
    *background-color: #ecf55f;
}
div.datepicker table tr td.range.today:active,
div.datepicker table tr td.range.today:hover:active,
div.datepicker table tr td.range.today.disabled:active,
div.datepicker table tr td.range.today.disabled:hover:active,
div.datepicker table tr td.range.today.active,
div.datepicker table tr td.range.today:hover.active,
div.datepicker table tr td.range.today.disabled.active,
div.datepicker table tr td.range.today.disabled:hover.active {
    background-color: #e9f447 \9;
}
div.datepicker table tr td.selected,
div.datepicker table tr td.selected:hover,
div.datepicker table tr td.selected.disabled,
div.datepicker table tr td.selected.disabled:hover {
    *background-color: #5e5e5e;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
div.datepicker table tr td.selected.switch-left,
div.datepicker table tr td.selected:hover.switch-left,
div.datepicker table tr td.selected.disabled.switch-left,
div.datepicker table tr td.selected.disabled:hover.switch-left {
    background-color: #5e5e5e;
    color: #ffffff;
}
div.datepicker table tr td.selected.switch-right,
div.datepicker table tr td.selected:hover.switch-right,
div.datepicker table tr td.selected.disabled.switch-right,
div.datepicker table tr td.selected.disabled:hover.switch-right {
    background-color: #ffffff;
    color: #979898;
}
div.datepicker table tr td.selected.switch-right:hover,
div.datepicker table tr td.selected:hover.switch-right:hover,
div.datepicker table tr td.selected.disabled.switch-right:hover,
div.datepicker table tr td.selected.disabled:hover.switch-right:hover {
    background-color: #ffffff;
    color: #979898;
}
div.datepicker table tr td.selected:hover,
div.datepicker table tr td.selected:hover:hover,
div.datepicker table tr td.selected.disabled:hover,
div.datepicker table tr td.selected.disabled:hover:hover,
div.datepicker table tr td.selected:focus,
div.datepicker table tr td.selected:hover:focus,
div.datepicker table tr td.selected.disabled:focus,
div.datepicker table tr td.selected.disabled:hover:focus,
div.datepicker table tr td.selected:active,
div.datepicker table tr td.selected:hover:active,
div.datepicker table tr td.selected.disabled:active,
div.datepicker table tr td.selected.disabled:hover:active,
div.datepicker table tr td.selected.active,
div.datepicker table tr td.selected:hover.active,
div.datepicker table tr td.selected.disabled.active,
div.datepicker table tr td.selected.disabled:hover.active,
div.datepicker table tr td.selected.disabled,
div.datepicker table tr td.selected:hover.disabled,
div.datepicker table tr td.selected.disabled.disabled,
div.datepicker table tr td.selected.disabled:hover.disabled,
div.datepicker table tr td.selected[disabled],
div.datepicker table tr td.selected:hover[disabled],
div.datepicker table tr td.selected.disabled[disabled],
div.datepicker table tr td.selected.disabled:hover[disabled] {
    color: #ffffff;
    *background-color: #515151;
}
div.datepicker table tr td.selected:active,
div.datepicker table tr td.selected:hover:active,
div.datepicker table tr td.selected.disabled:active,
div.datepicker table tr td.selected.disabled:hover:active,
div.datepicker table tr td.selected.active,
div.datepicker table tr td.selected:hover.active,
div.datepicker table tr td.selected.disabled.active,
div.datepicker table tr td.selected.disabled:hover.active {
    background-color: #444444 \9;
}
div.datepicker table tr td.active,
div.datepicker table tr td.active:hover,
div.datepicker table tr td.active.disabled,
div.datepicker table tr td.active.disabled:hover {
    background: #68b828;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
div.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px;
    -moz-background-clip: padding;
    border-radius: 0px;
    background-clip: padding-box;
}
div.datepicker table tr td span:hover {
    background: #f5f5f5;
}
div.datepicker table tr td span.disabled,
div.datepicker table tr td span.disabled:hover {
    background: none;
    color: #777777;
    cursor: default;
}
div.datepicker table tr td span.active,
div.datepicker table tr td span.active:hover,
div.datepicker table tr td span.active.disabled,
div.datepicker table tr td span.active.disabled:hover {
    background: #68b828;
    color: #fff;
}
div.datepicker table tr td span.old,
div.datepicker table tr td span.new {
    color: #b1b1b1;
}
div.datepicker th.datepicker-switch {
    width: 145px;
}
div.datepicker thead tr:first-child th,
div.datepicker tfoot tr th {
    cursor: pointer;
}
div.datepicker thead tr:first-child th.datepicker-switch,
div.datepicker tfoot tr th.datepicker-switch {
    color: #2c2e2f;
}
div.datepicker thead tr:first-child th:hover,
div.datepicker tfoot tr th:hover {
    background: #f5f5f5;
}
div.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}
div.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}
.input-daterange input {
    text-align: center;
}
.input-daterange input:first-child {
    -webkit-border-radius: 0px 0 0 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px 0 0 0px;
    -moz-background-clip: padding;
    border-radius: 0px 0 0 0px;
    background-clip: padding-box;
}
.input-daterange input:last-child {
    -webkit-border-radius: 0 0px 0px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0px 0px 0;
    -moz-background-clip: padding;
    border-radius: 0 0px 0px 0;
    background-clip: padding-box;
}
.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 1.42857143;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    vertical-align: middle;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
}
.datepicker-inline {
    border: 1px solid #e4e4e4;
}
.datepicker-inline.no-border {
    border-color: transparent;
}
.datepicker-inline table {
    width: 195px;
}
.no-border .datepicker-inline {
    border: 0;
    padding: 0;
}
.input-group-addon .color-preview {
    width: 16px;
    height: 16px;
    background: #FFF;
    display: inline-block;
    border: 1px solid #e4e4e4;
}
.dropdown-menu.daterangepicker {
    background: #fafafa;
    border-color: #e4e4e4;
    -webkit-border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px;
    -moz-background-clip: padding;
    border-radius: 0px;
    background-clip: padding-box;
}
/*
.dropdown-menu.daterangepicker:has(.ranges) .calendar {
    display: none;
}
*/

.dropdown-menu.daterangepicker.opensright:before {
    border-right: 7px solid transparent;
    border-bottom: 7px solid #e4e4e4;
    border-left: 7px solid transparent;
    border-bottom-color: #e4e4e4;
}
.dropdown-menu.daterangepicker.opensright:after {
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fafafa;
    border-left: 6px solid transparent;
}
.dropdown-menu.daterangepicker .calendar-time {
    background: #fff;
    border: 1px solid #e4e4e4;
    border-color: #e4e4e4;
    -webkit-border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px;
    -moz-background-clip: padding;
    border-radius: 0px;
    background-clip: padding-box;
}
.dropdown-menu.daterangepicker .no-border-radius {
    border-color: #e4e4e4;
    -webkit-border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px;
    -moz-background-clip: padding;
    border-radius: 0px;
    background-clip: padding-box;
}
.dropdown-menu.daterangepicker .range_inputs input {
    color: #979898;
    outline: none;
}
.dropdown-menu.daterangepicker .calendar-date,
.dropdown-menu.daterangepicker .range_inputs input,
.dropdown-menu.daterangepicker table > thead > tr > th,
.dropdown-menu.daterangepicker table > thead > tr > td,
.dropdown-menu.daterangepicker table > tbody > tr > th,
.dropdown-menu.daterangepicker table > tbody > tr > td,
.dropdown-menu.daterangepicker table > tbody > tr > td.start-date.end-date {
    border-color: #e4e4e4;
    -webkit-border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px;
    -moz-background-clip: padding;
    border-radius: 0px;
    background-clip: padding-box;
}
.dropdown-menu.daterangepicker .calendar-date table > thead th {
    color: #979898;
}
.dropdown-menu.daterangepicker .calendar-date table > thead .month {
    color: #2c2e2f;
}
.dropdown-menu.daterangepicker .calendar-date table > thead .next i:before,
.dropdown-menu.daterangepicker .calendar-date table > thead .prev i:before {
    font-family: 'fontawesome';
    content: '\f105';
    font-size: 11px;
}
.dropdown-menu.daterangepicker .calendar-date table > thead .next.prev i:before,
.dropdown-menu.daterangepicker .calendar-date table > thead .prev.prev i:before {
    content: '\f104';
}
.dropdown-menu.daterangepicker .calendar-date table > thead .next:hover,
.dropdown-menu.daterangepicker .calendar-date table > thead .prev:hover {
    background-color: #f5f5f5;
}
.dropdown-menu.daterangepicker .calendar-date table > tbody > tr > td {
    color: #979898;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.dropdown-menu.daterangepicker .calendar-date table > tbody > tr > td:hover {
    background-color: #f5f5f5;
}
.dropdown-menu.daterangepicker .calendar-date table > tbody > tr > td.available {
    color: #7d7f7f;
}
.dropdown-menu.daterangepicker .calendar-date table > tbody > tr > td.off {
    color: #bdbebe;
}
.dropdown-menu.daterangepicker .calendar-date table > tbody > tr > td.disabled {
    background-color: #fafafa;
    color: #bdbebe;
    cursor: not-allowed;
}
.dropdown-menu.daterangepicker .calendar-date table > tbody > tr > td.in-range {
    background-color: rgba(104, 184, 40, 0.1);
}
.dropdown-menu.daterangepicker .calendar-date table > tbody > tr > td.active {
    background-color: #68b828;
    color: #fff;
}
.dropdown-menu.daterangepicker .btn-default {
    border-color: #e4e4e4;
}
.dropdown-menu.daterangepicker .ranges ul li {
    background: #fff;
    border-color: #e4e4e4;
    color: #979898;
    padding: 4px 8px;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    -webkit-border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px;
    -moz-background-clip: padding;
    border-radius: 0px;
    background-clip: padding-box;
}
.dropdown-menu.daterangepicker .ranges ul li:hover {
    background: #f5f5f5;
}
.dropdown-menu.daterangepicker .ranges ul li.active {
    color: #fff;
    background: #68b828;
    border-color: #68b828;
}
.daterange-inline {
    background: #f5f5f5;
    border: 1px solid #e4e4e4;
    padding: 10px;
    cursor: pointer;
}
.daterange-inline i {
    color: #2c2e2f;
    margin-right: 5px;
}
.daterange-inline:hover {
    color: #2c2e2f;
}
/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.bootstrap-timepicker {
    position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
    left: auto;
    right: 0;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
    left: auto;
    right: 12px;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
    left: auto;
    right: 13px;
}
.bootstrap-timepicker .add-on {
    cursor: pointer;
}
.bootstrap-timepicker .add-on i {
    display: inline-block;
    width: 16px;
    height: 16px;
}
.bootstrap-timepicker-widget.dropdown-menu {
    padding: 0px;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
    display: inline-block;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
    border-bottom: 7px solid #e4e4e4;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
}
.bootstrap-timepicker-widget.timepicker-orient-left:before {
    left: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-left:after {
    left: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:before {
    right: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:after {
    right: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:before {
    top: -7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:after {
    top: -6px;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #e4e4e4;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #ffffff;
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
    border-radius: 0px;
}
.bootstrap-timepicker-widget table {
    width: 100%;
    margin: 0;
}
.bootstrap-timepicker-widget table td {
    text-align: center;
    height: 30px;
    margin: 0;
    padding: 2px;
    -webkit-border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px;
    -moz-background-clip: padding;
    border-radius: 0px;
    background-clip: padding-box;
}
.bootstrap-timepicker-widget table td:not(.separator) {
    min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
    width: 100%;
}
.bootstrap-timepicker-widget table td a {
    border: 1px transparent solid;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    outline: 0;
    color: #979898;
}
.bootstrap-timepicker-widget table td a .icon-chevron-up:before {
    font-family: 'fontawesome';
    content: '\f0d8';
    font-style: normal;
    color: #575858;
}
.bootstrap-timepicker-widget table td a .icon-chevron-down:before {
    font-family: 'fontawesome';
    content: '\f0d7';
    font-style: normal;
    color: #575858;
}
.bootstrap-timepicker-widget table td a:hover {
    text-decoration: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.bootstrap-timepicker-widget table td a i {
    margin-top: 2px;
    font-size: 18px;
}
.bootstrap-timepicker-widget table td input {
    width: 25px;
    margin: 0;
    text-align: center;
    border: 0;
    background: none;
    padding: 0;
    height: auto;
}
.bootstrap-timepicker-widget .modal-content {
    padding: 4px;
}
@media (min-width: 767px) {
    .bootstrap-timepicker-widget.modal {
        width: 200px;
        margin-left: -100px;
    }
}
@media (max-width: 767px) {
    .bootstrap-timepicker {
        width: 100%;
    }
    .bootstrap-timepicker .dropdown-menu {
        width: 100%;
    }
}
.date-and-time .form-control {
    float: left;
}
.date-and-time .form-control + .form-control {
    border-left: 0;
}
.date-and-time .form-control.datepicker {
    width: 65%;
}
.date-and-time .form-control.timepicker {
    width: 35%;
}
/*!
 * Bootstrap Colorpicker
 * http://mjolnic.github.io/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */
.colorpicker-saturation {
    width: 100px;
    height: 100px;
    background-image: url("../js/colorpicker/images/saturation.png");
    cursor: crosshair;
    float: left;
}
.colorpicker-saturation i {
    display: block;
    height: 5px;
    width: 5px;
    border: 1px solid #000;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    position: absolute;
    top: 0;
    left: 0;
    margin: -4px 0 0 -4px;
}
.colorpicker-saturation i b {
    display: block;
    height: 5px;
    width: 5px;
    border: 1px solid #fff;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.colorpicker-hue,
.colorpicker-alpha {
    width: 15px;
    height: 100px;
    float: left;
    cursor: row-resize;
    margin-left: 4px;
    margin-bottom: 4px;
}
.colorpicker-hue i,
.colorpicker-alpha i {
    display: block;
    height: 1px;
    background: #000;
    border-top: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: -1px;
}
.colorpicker-hue {
    background-image: url("../js/colorpicker/images/hue.png");
}
.colorpicker-alpha {
    background-image: url("../js/colorpicker/images/alpha.png");
    display: none;
}
div.colorpicker {
    *zoom: 1;
    top: 0;
    left: 0;
    padding: 4px;
    min-width: 130px;
    margin-top: 1px;
    -moz-border-radius: -1px;
    -webkit-border-radius: -1px;
    border-radius: -1px;
    z-index: 2500;
}
.colorpicker:before,
.colorpicker:after {
    display: table;
    content: "";
    line-height: 0;
}
.colorpicker:after {
    clear: both;
}
.colorpicker:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #e4e4e4;
    border-bottom-color: #dfdfdf;
    position: absolute;
    top: -7px;
    left: 6px;
}
.colorpicker:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 7px;
}
.colorpicker div {
    position: relative;
}
.colorpicker.colorpicker-with-alpha {
    min-width: 140px;
}
.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
    display: block;
}
.colorpicker-color {
    height: 10px;
    margin-top: 5px;
    clear: both;
    background-image: url("../js/colorpicker/images/alpha.png");
    background-position: 0 100%;
}
.colorpicker-color div {
    height: 10px;
}
.colorpicker-element .input-group-addon i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}
.colorpicker.colorpicker-inline {
    position: relative;
    display: inline-block;
    float: none;
}
.colorpicker.colorpicker-horizontal {
    width: 110px;
    min-width: 110px;
    height: auto;
}
.colorpicker.colorpicker-horizontal .colorpicker-saturation {
    margin-bottom: 4px;
}
.colorpicker.colorpicker-horizontal .colorpicker-color {
    width: 100px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue,
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
    width: 100px;
    height: 15px;
    float: left;
    cursor: col-resize;
    margin-left: 0px;
    margin-bottom: 4px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue i,
.colorpicker.colorpicker-horizontal .colorpicker-alpha i {
    display: block;
    height: 15px;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    border: none;
    margin-top: 0px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue {
    background-image: url("../js/colorpicker/images/hue-horizontal.png");
}
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
    background-image: url("../js/colorpicker/images/alpha-horizontal.png");
}
.colorpicker.colorpicker-hidden {
    display: none;
}
.colorpicker.colorpicker-visible {
    display: block;
}
.colorpicker-inline.colorpicker-visible {
    display: inline-block;
}
html .select2-container {
    /* width: 100%; */
}
/*
html .select2-container .select2-choice {
    background: #fff  !important;
    border-color: #e4e4e4 !important;
    padding: 0;
    height: 35px;
    -webkit-border-radius: 0px !important;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius: 0px !important;
    -moz-background-clip: padding !important;
    border-radius: 0px !important;
    background-clip: padding-box !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
html .select2-container .select2-choice .select2-chosen,
html .select2-container .select2-choice .select2-search-choice-close,
html .select2-container .select2-choice .select2-arrow {
    padding: 0;
    line-height: 35px;
}
html .select2-container .select2-choice .select2-chosen {
    margin: 0;
    padding-left: 15px;
    padding-right: 10px;
    margin-right: 35px;
}
html .select2-container .select2-choice .select2-search-choice-close {
    margin-right: 20px;
    top: 11px;
}
html .select2-container .select2-choice .select2-arrow {
    background: #f5f5f5;
    border-left-color: #e4e4e4;
    text-align: center;
    color: #717272;
    width: 35px;
    -webkit-border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px;
    -moz-background-clip: padding;
    border-radius: 0px;
    background-clip: padding-box;
}
html .select2-container .select2-choice .select2-arrow b {
    background: none !important;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
html .select2-container .select2-choice .select2-arrow b:before {
    position: relative;
    display: block;
    font-family: 'FontAwesome';
    content: '\f107';
}
html .select2-container.select2-dropdown-open {
    border-color: #e4e4e4 !important;
    -webkit-border-radius: 0px !important;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius: 0px !important;
    -moz-background-clip: padding !important;
    border-radius: 0px !important;
    background-clip: padding-box !important;
}
html .select2-container.select2-dropdown-open .select2-arrow {
    border-left: 1px solid #e4e4e4 !important;
}
html .select2-container.select2-dropdown-open .select2-arrow b {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
html .select2-container.select2-container-multi .select2-choices {
    border: 1px solid #e4e4e4;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
html .select2-container.select2-container-multi .select2-choices .select2-search-choice {
    background: #f5f5f5;
    border: 1px solid #e4e4e4;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px;
    -moz-background-clip: padding;
    border-radius: 0px;
    background-clip: padding-box;
}
html .select2-container.select2-container-multi .select2-choices .select2-search-choice div {
    color: #7d7f7f;
}
html .select2-drop {
    border-top: 1px solid #ffffff;
    -webkit-border-radius: 0px !important;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius: 0px !important;
    -moz-background-clip: padding !important;
    border-radius: 0px !important;
    background-clip: padding-box !important;
}
html .select2-drop.select2-drop-above {
    border: 1px solid #e4e4e4 !important;
    border-top: 1px solid #e4e4e4 !important;
}
html .select2-drop.select2-drop-above .select2-search input {
    margin-top: 0;
}
html .select2-drop.select2-drop-active {
    border-color: #e4e4e4;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
html .select2-drop .select2-search {
    padding: 0;
    position: relative;
}
html .select2-drop .select2-search:after {
    position: absolute;
    content: '\e801';
    font-family: 'linecons';
    color: #979898;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 10px 15px;
    z-index: 2;
}
html .select2-drop .select2-input {
    border: 0;
    background: none;
    padding: 0;
    height: auto;
    padding: 10px 15px;
    padding-right: 45px;
    background-image: none !important;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    z-index: 1;
    background: #f5f5f5;
}
html .select2-drop .select2-results {
    padding: 0;
    margin: 0;
    max-height: 250px;
}
html .select2-drop .select2-results.overflow-hidden {
    overflow: hidden;
    position: relative;
}
html .select2-drop .select2-results li.select2-result-selectable .select2-result-label {
    color: #7d7f7f;
    padding-left: 15px;
}
html .select2-drop .select2-results li.select2-result-unselectable .select2-result-label {
    padding: 8px 15px;
    color: #7d7f7f;
}
html .select2-drop .select2-results li.select2-no-results,
html .select2-drop .select2-results li.select2-searching {
    padding: 10px 15px;
    color: #979898;
    background: #fff;
}
html .select2-drop .select2-results li ul .select2-result-label {
    padding-left: 30px !important;
}
html .select2-drop .select2-results li .select2-result-unselectable.select2-disabled {
    border: 0 !important;
    background: #f9f9f9;
}
html .select2-drop .select2-results li .select2-result-unselectable.select2-disabled .select2-result-label {
    cursor: not-allowed;
    color: #a4a5a5;
}
html .select2-drop .select2-results li .select2-result-selectable .select2-result-label {
    padding: 5px;
}
html .select2-drop .select2-results li .select2-result-selectable.select2-highlighted .select2-result-label {
    color: #fff;
}
html .select2-drop .select2-results li.select2-highlighted {
    background-color: #68b828;
}
html .select2-drop .select2-results li.select2-highlighted .select2-result-label {
    color: #fff;
}*/
/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
    position: relative;
    display: block;
    vertical-align: top;
}
.selectboxit-container .selectboxit-open .selectboxit-arrow-container {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
    font: 14px Helvetica, Arial;
    /* Prevents text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: none;
    white-space: nowrap;
}
/* Button */
.selectboxit-container .selectboxit {
    width: 100% !important;
    /* Width of the dropdown button */
    cursor: pointer;
    margin: 0;
    padding: 0;
    border-radius: 0px;
    overflow: hidden;
    display: block;
    position: relative;
}
/* Height and Vertical Alignment of Text */
.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
    height: 35px;
    /* Height of the drop down */
    line-height: 35px;
    /* Vertically positions the drop down text */
    display: block;
}
.selectboxit-container .selectboxit-options a {
    height: 25px;
    line-height: 25px;
}
/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
    outline: 0;
}
/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled,
.selectboxit-options .selectboxit-disabled {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: default;
}
/* Button Text */
.selectboxit-text {
    text-indent: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    max-width: 100% !important;
    color: #7d7f7f;
    font-size: 13px;
}
.selectboxit .selectboxit-option-icon-container {
    margin-left: 5px;
}
/* Options List */
.selectboxit-container .selectboxit-options {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 100%;
    /* Minimum Width of the dropdown list box options */
    *width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: pointer;
    display: none;
    z-index: 9999999999999;
    border-radius: 0px;
    text-align: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
    padding: 0 10px;
}
/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
    text-decoration: none;
}
/* Individual Option Optgroup Header */
.selectboxit-option,
.selectboxit-optgroup-header {
    text-indent: 5px;
    /* Horizontal Positioning of the select box option text */
    margin: 0;
    list-style-type: none;
}
/* The first Drop Down option */
.selectboxit-option-first {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
/* The last Drop Down option */
.selectboxit-option-last {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
    font-weight: bold;
}
/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
    cursor: default;
}
/* Drop Down down arrow container */
.selectboxit-arrow-container {
    /* Positions the down arrow */
    width: 30px;
    position: absolute;
    right: 0;
    -webkit-transition: all 220ms ease-in-out;
    -moz-transition: all 220ms ease-in-out;
    -o-transition: all 220ms ease-in-out;
    transition: all 220ms ease-in-out;
}
/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    /* Horizontally centers the down arrow */
    margin: 0 auto;
    position: absolute;
    top: 10px;
    right: 10px;
    left: 0;
}
/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
    top: 30%;
}
/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
    float: left;
}
.selectboxit-container .selectboxit-option-icon {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
    width: 18px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    float: left;
}
.selectboxit-rendering {
    display: inline-block !important;
    *display: inline !important;
    zoom: 1 !important;
    visibility: visible !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}
/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
    background-color: inherit;
}
/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
    background-position: -64px -16px;
}
/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
    background-color: #fff;
    background-repeat: repeat-x;
    border: 1px solid #e4e4e4;
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
    color: #2c2e2f;
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
    color: #2c2e2f;
    text-decoration: none;
    background-position: 0 -15px;
}
.selectboxit-default-arrow {
    width: 0;
    height: 0;
}
.selectboxit-default-arrow:before {
    display: block;
    content: '\f107';
    font-family: 'FontAwesome';
}
.selectboxit-list {
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-height: 250px;
}
.selectboxit-list.ps-container {
    overflow: hidden;
}
.selectboxit-list .selectboxit-option-anchor {
    color: #717272;
    font-size: 13px;
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
    color: #ffffff;
    background-color: #68b828;
    background-repeat: repeat-x;
}
.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
    color: #999999;
}
.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    display: block;
    padding: 4px 6px;
    color: #7d7f7f;
    vertical-align: middle;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
}
.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    width: auto !important;
    max-width: inherit;
}
.bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none;
}
.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
span.twitter-typeahead {
    width: 100%;
}
span.twitter-typeahead .tt-dropdown-menu {
    background: #fff;
    border: 1px solid #e4e4e4;
    width: 100%;
    margin-top: -1px;
    max-height: 250px;
    overflow: auto;
}
span.twitter-typeahead .tt-suggestion.tt-cursor {
    background-color: #fafafa;
}
span.twitter-typeahead .tt-hint {
    color: #cacbcb;
}
span.twitter-typeahead .empty-message {
    padding: 5px 13px;
    color: #bdbebe;
}
span.twitter-typeahead .tt-suggestion > p {
    padding: 5px 13px;
}
span.twitter-typeahead .tt-suggestion > p .tt-highlight {
    color: #7d7f7f;
}
span.twitter-typeahead .tt-suggestion > p:hover,
span.twitter-typeahead .tt-suggestion > p:focus {
    background: #fafafa;
    cursor: pointer;
}
.input-group span.twitter-typeahead {
    display: block !important;
}
.input-group span.twitter-typeahead .tt-dropdown-menu {
    top: 32px !important;
}
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
    top: 44px !important;
}
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
    top: 28px !important;
}

.icheck-list {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.icheck-list > li {
    display: block;
    margin-bottom: 10px;
}
.icheck-list > li:last-child {
    margin-bottom: 0;
}
.icheck-list > li div + label {
    position: relative;
    top: 1px;
    margin-left: 5px;
}
.icheck-skins {
    display: block;
    margin-top: 10px;
}
.icheck-skins a {
    display: inline-block;
    border: 1px solid transparent;
    background: #333;
    -webkit-transition: all 450ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-transition: all 450ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-transition: all 450ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: all 450ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.icheck-skins a[data-color-class="red"] {
    background-color: #d54e21;
}
.icheck-skins a[data-color-class="green"] {
    background-color: #1b7e5a;
}
.icheck-skins a[data-color-class="blue"] {
    background-color: #2489c5;
}
.icheck-skins a[data-color-class="aero"] {
    background-color: #9cc2cb;
}
.icheck-skins a[data-color-class="grey"] {
    background-color: #73716e;
}
.icheck-skins a[data-color-class="orange"] {
    background-color: #f70;
}
.icheck-skins a[data-color-class="yellow"] {
    background-color: #fc3;
}
.icheck-skins a[data-color-class="pink"] {
    background-color: #a77a94;
}
.icheck-skins a[data-color-class="purple"] {
    background-color: #6a5a8c;
}
.icheck-skins a.current {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}
.form-wizard > .tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    position: relative;
    width: 100%;
}
.form-wizard > .tabs > li {
    display: table-cell;
    width: 1%;
    text-align: center;
    background: #fcfcfc;
}
.form-wizard > .tabs > li a {
    position: relative;
    display: block;
    padding: 10px 5px;
    color: #979898;
}
.form-wizard > .tabs > li a > span {
    background: #68b828;
    font-size: 12px;
    color: #fff;
    background: #e9e9e9;
    color: #979898;
    padding: 2px 0;
    text-align: center;
    display: block;
    position: relative;
    margin: -10px -5px;
    margin-top: 10px;
}
.form-wizard > .tabs > li a:after {
    content: '';
    position: absolute;
    display: block;
    height: 10px;
    background: transparent;
    top: 100%;
    left: 0;
    right: 0;
}
.form-wizard > .tabs > li a:hover {
    background: #f7f7f7;
}
.form-wizard > .tabs > li + li {
    border-left: 1px solid #eeeeee;
}
.form-wizard > .tabs > li.active a {
    color: #646565;
}
.form-wizard > .tabs > li.active a:after {
    background-color: rgba(0, 0, 0, 0.1);
}
.form-wizard > .tabs > li.completed {
    background-color: #f7f7f7;
}
.form-wizard > .progress-indicator {
    height: 10px;
    position: relative;
    background: transparent;
    width: 0%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: height 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000), width 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: height 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000), width 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: height 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000), width 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: height 250ms cubic-bezier(0.190, 1.000, 0.220, 1.000), width 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.form-wizard > .progress-indicator > span {
    display: block;
    background: #8dc63f;
    height: 10px;
    line-height: 1;
    text-indent: -9999px;
}
.form-wizard .tab-content {
    margin-top: 20px;
}
.form-wizard .tab-content strong {
    color: #7d7f7f;
}
.form-wizard .tab-content label {
    color: #979898;
}
.form-wizard .tab-content .tab-pane > .form-group {
    margin-bottom: 25px;
}
.form-wizard .tab-content .tab-pane > .form-group:last-child {
    margin-bottom: 0;
}
.form-wizard .tab-content.no-margin {
    margin-top: 0;
}
.form-wizard .tab-content.no-margin .tab-pane.with-bg {
    padding-top: 15px;
}
.form-wizard .tab-content .tab-pane.with-bg {
    background: #fff;
    padding: 20px;
}
.form-wizard .pager {
    margin-top: 20px;
}
.form-wizard .pager .previous + .previous a {
    margin-left: 5px;
}
.form-wizard .pager .next + .next a {
    margin-right: 5px;
}
.form-wizard .pager .disabled a {
    zoom: 1;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: alpha(opacity=50);
}
html body .ui-rangeSlider .ui-rangeSlider-container {
    height: 10px;
    background: #ebebeb;
    -webkit-border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px;
    -moz-background-clip: padding;
    border-radius: 0px;
    background-clip: padding-box;
}
html body .ui-rangeSlider .ui-rangeSlider-container .ui-rangeSlider-bar {
    background: #68b828;
    height: 10px;
}
html body .ui-rangeSlider .ui-rangeSlider-container .ui-rangeSlider-handle {
    position: relative;
    background: #68b828;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px;
    -moz-background-clip: padding;
    border-radius: 0px;
    background-clip: padding-box;
    border: 0px solid #FFF;
    padding: 8px;
    margin-top: -7px;
}
html body .ui-rangeSlider .ui-rangeSlider-container .ui-rangeSlider-handle.ui-rangeSlider-leftHandle {
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
}
html body .ui-rangeSlider .ui-rangeSlider-label {
    visibility: hidden;
}
html body .slider {
    height: 8px;
    margin-bottom: 30px;
    -webkit-border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px;
    -moz-background-clip: padding;
    border-radius: 0px;
    background-clip: padding-box;
    background: #ebebeb;
}
html body .slider .ui-slider-handle {
    background: #68b828;
    top: -3px;
    border: 0;
    width: 14px;
    height: 14px;
    margin-top: 0;
    outline: none;
    cursor: pointer !important;
}
html body .slider .ui-slider-handle .ui-label {
    position: absolute;
    left: -50%;
    top: 18px;
    color: #7d7f7f;
    margin-left: 4px;
    white-space: nowrap;
}
html body .slider .ui-slider-range {
    background: #68b828;
    -webkit-border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px;
    -moz-background-clip: padding;
    border-radius: 0px;
    background-clip: padding-box;
}
html body .slider.ui-slider-horizontal .ui-slider-handle .ui-label {
    margin-top: 0px;
}
html body .slider.ui-slider-vertical {
    height: 250px;
    width: 8px;
}
html body .slider.ui-slider-vertical .ui-slider-handle {
    top: auto;
    margin-left: 0.5px;
}
html body .slider.ui-slider-vertical .ui-slider-handle .ui-label {
    top: -1px;
    left: 18px;
}
html body .slider .ui-slider-handle {
    background: #508e1f;
    border: 0;
}
html body .slider .ui-slider-range,
html body .slider .ui-fill {
    background: #68b828;
}
html body .slider.slider-primary {
    background: #ebebeb;
}
html body .slider.slider-primary .ui-slider-handle {
    background: #131415;
    border: 0;
}
html body .slider.slider-primary .ui-slider-range,
html body .slider.slider-primary .ui-fill {
    background: #2c2e2f;
}
html body .slider.slider-secondary {
    background: #ebebeb;
}
html body .slider.slider-secondary .ui-slider-handle {
    background: #508e1f;
    border: 0;
}
html body .slider.slider-secondary .ui-slider-range,
html body .slider.slider-secondary .ui-fill {
    background: #68b828;
}
html body .slider.slider-success {
    background: #ebebeb;
}
html body .slider.slider-success .ui-slider-handle {
    background: #72a230;
    border: 0;
}
html body .slider.slider-success .ui-slider-range,
html body .slider.slider-success .ui-fill {
    background: #8dc63f;
}
html body .slider.slider-info {
    background: #ebebeb;
}
html body .slider.slider-info .ui-slider-handle {
    background: #18a8df;
    border: 0;
}
html body .slider.slider-info .ui-slider-range,
html body .slider.slider-info .ui-fill {
    background: #40bbea;
}
html body .slider.slider-danger {
    background: #ebebeb;
}
html body .slider.slider-danger .ui-slider-handle {
    background: #ab2d32;
    border: 0;
}
html body .slider.slider-danger .ui-slider-range,
html body .slider.slider-danger .ui-fill {
    background: #cc3f44;
}
html body .slider.slider-warning {
    background: #ebebeb;
}
html body .slider.slider-warning .ui-slider-handle {
    background: #f7d227;
    border: 0;
}
html body .slider.slider-warning .ui-slider-range,
html body .slider.slider-warning .ui-fill {
    background: #f9dc58;
}
html body .slider.slider-purple {
    background: #ebebeb;
}
html body .slider.slider-purple .ui-slider-handle {
    background: #622c95;
    border: 0;
}
html body .slider.slider-purple .ui-slider-range,
html body .slider.slider-purple .ui-fill {
    background: #7c38bc;
}
html body .slider.slider-blue {
    background: #ebebeb;
}
html body .slider.slider-blue .ui-slider-handle {
    background: #0b4b97;
    border: 0;
}
html body .slider.slider-blue .ui-slider-range,
html body .slider.slider-blue .ui-fill {
    background: #0e62c7;
}
html body .slider.slider-red {
    background: #ebebeb;
}
html body .slider.slider-red .ui-slider-handle {
    background: #a4060c;
    border: 0;
}
html body .slider.slider-red .ui-slider-range,
html body .slider.slider-red .ui-fill {
    background: #d5080f;
}
html body .slider.slider-gray {
    background: #ebebeb;
}
html body .slider.slider-gray .ui-slider-handle {
    background: #959595;
    border: 0;
}
html body .slider.slider-gray .ui-slider-range,
html body .slider.slider-gray .ui-fill {
    background: #aeaeae;
}
.wysihtml5 {
    min-height: 250px;
}
.wysihtml5-toolbar .btn {
    margin-bottom: 0;
}
.wysihtml5-toolbar .btn.btn-white:active,
.wysihtml5-toolbar .btn.btn-white:focus,
.wysihtml5-toolbar .btn.btn-white.active {
    border-color: #d8d8d8 !important;
}
.wysihtml5-toolbar .btn.btn-white.wysihtml5-command-active {
    background: #eeeeee;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.wysihtml5-toolbar .btn.btn-white.dropdown-toggle i {
    position: relative;
    top: 1px;
}
.wysihtml5-toolbar li.html-code-icon {
    float: right;
}
.wysihtml5-toolbar .dropdown-menu {
    border-color: #e4e4e4;
}
.wysihtml5-toolbar a.wysihtml5-colors-title {
    padding-top: 3px !important;
    padding-left: 35px !important;
}
.wysihtml5-toolbar div.wysihtml5-colors {
    width: 25px !important;
}
.wysihtml5-sandbox {
    min-height: 100px;
    padding: 10px 15px !important;
}
.wysihtml5-sandbox::-webkit-scrollbar {
    width: 5px;
}
.wysihtml5-sandbox::-webkit-scrollbar-track {
    width: 5px;
    background-color: #e0e0e0;
}
.wysihtml5-sandbox::-webkit-scrollbar-thumb {
    background-color: #bdbdbd;
}
.modal .bootstrap-wysihtml5-insert-link-url {
    margin-bottom: 12px !important;
}
.modal .bootstrap-wysihtml5-insert-link-url + label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.modal .bootstrap-wysihtml5-insert-link-url + label input {
    top: 4px;
    margin-right: 10px !important;
}
html .dropzone {
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px;
    -moz-background-clip: padding;
    border-radius: 0px;
    background-clip: padding-box;
}
.droppable-area {
    display: inline-block;
    background: #ededed;
    border: 2px dashed #cbcbcb;
    width: 150px;
    min-height: 150px !important;
    height: 150px;
    line-height: 150px;
    text-align: center;
    font-size: 15px;
    color: #646565;
    margin-bottom: 30px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
}
.droppable-area.dz-clickable {
    cursor: pointer;
}
.droppable-area.dz-drag-hover {
    background: #68b828;
    color: #fff;
    border-style: solid;
    border-color: #508e1f;
    border-width: 5px;
    line-height: 143px;
}
/*///////////////////////////////////////
// Code By Jordan Robert Dobson
//
// JordanDobson.com
// @jordandobson
// jordandobson@gmail.com
////////////////////////////////////////*/
input[type="checkbox"].iswitch {
    font-size: 10px;
    position: relative;
    display: inline-block;
    width: 38px;
    height: 22px;
    line-height: 22px;
    border-radius: 11px;
    margin: 0;
    padding: 0;
    box-shadow: inset 0 0 0 2px #eeeeee;
    outline: 1px solid transparent !important;
    cursor: pointer;
    border: none;
    background: transparent;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 4px;
    margin-bottom: 7px;
    transition: box-shadow 0.3s ease-in-out, padding 0.25s ease-in-out;
    transition-delay: .1s, 0s;
    /* Animations if supported */
}
input[type="checkbox"].iswitch:checked {
    transition-delay: 0s, 0s;
    box-shadow: inset 0 0 0 12.57142857px #eeeeee !important;
    padding-left: 16px;
}
input[type="checkbox"].iswitch.iswitch-primary:checked {
    box-shadow: inset 0 0 0 12.57142857px #2c2e2f !important;
}
input[type="checkbox"].iswitch.iswitch-secondary:checked {
    box-shadow: inset 0 0 0 12.57142857px #68b828 !important;
}
input[type="checkbox"].iswitch.iswitch-info:checked {
    box-shadow: inset 0 0 0 12.57142857px #40bbea !important;
}
input[type="checkbox"].iswitch.iswitch-warning:checked {
    box-shadow: inset 0 0 0 12.57142857px #ffba00 !important;
}
input[type="checkbox"].iswitch.iswitch-danger:checked {
    box-shadow: inset 0 0 0 12.57142857px #cc3f44 !important;
}
input[type="checkbox"].iswitch.iswitch-success:checked {
    box-shadow: inset 0 0 0 12.57142857px #8dc63f !important;
}
input[type="checkbox"].iswitch.iswitch-red:checked {
    box-shadow: inset 0 0 0 12.57142857px #d5080f !important;
}
input[type="checkbox"].iswitch.iswitch-blue:checked {
    box-shadow: inset 0 0 0 12.57142857px #0e62c7 !important;
}
input[type="checkbox"].iswitch.iswitch-purple:checked {
    box-shadow: inset 0 0 0 12.57142857px #7c38bc !important;
}
input[type="checkbox"].iswitch.iswitch-pink:checked {
    box-shadow: inset 0 0 0 12.57142857px #ff6264 !important;
}
input[type="checkbox"].iswitch.iswitch-turquoise:checked {
    box-shadow: inset 0 0 0 12.57142857px #00b19d !important;
}
input[type="checkbox"].iswitch.iswitch-yellow:checked {
    box-shadow: inset 0 0 0 12.57142857px #fcd036 !important;
}
input[type="checkbox"].iswitch.iswitch-orange:checked {
    box-shadow: inset 0 0 0 12.57142857px #f7aa47 !important;
}
input[type="checkbox"].iswitch.iswitch-gray:checked {
    box-shadow: inset 0 0 0 12.57142857px #d5d5d5 !important;
}
input[type="checkbox"].iswitch.hit {
    -webkit-animation: slide-off .35s ease both;
    -moz-animation: slide-off .35s ease both;
    -o-animation: slide-off .35s ease both;
    animation: slide-off .35s ease both;
}
input[type="checkbox"].iswitch.hit:checked {
    -webkit-animation: slide-on  .35s ease both .05s;
    -moz-animation: slide-on  .35s ease both .05s;
    -o-animation: slide-on  .35s ease both .05s;
    animation: slide-on  .35s ease both .05s;
}
input[type="checkbox"].iswitch:before,
input[type="checkbox"].iswitch:after {
    content: "";
}
input[type="checkbox"].iswitch:after {
    /* Increases hit area */
    position: absolute;
    top: -6px;
    left: -6px;
    bottom: -6px;
    right: -6px;
}
input[type="checkbox"].iswitch:before {
    display: inline-block;
    height: 18px;
    width: 18px;
    margin: 2px 0 0 2px;
    background-color: #ffffff;
    border-radius: 9px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .1s ease .1s;
    -moz-transition: all .1s ease .1s;
    -o-transition: all .1s ease .1s;
    transition: all .1s ease .1s;
}
input[type="checkbox"].iswitch:active:before {
    transition: all .1s ease .05s;
}
input[type="checkbox"].iswitch.touch:hover:before {
    transition: all .0s ease .00s;
}
input[type="checkbox"].iswitch:active:before,
input[type="checkbox"].iswitch.touch:hover:before {
    width: 20px;
}
input[type="checkbox"].iswitch:active:checked:before,
input[type="checkbox"].iswitch.touch:hover:checked:before {
    margin-left: 0px;
}
@keyframes slide-on {
    0% {
        padding-left: 0px;
    }
    60% {
        padding-left: 16px;
    }
    100% {
        padding-left: 16px;
    }
}
@keyframes slide-off {
    0% {
        padding-left: 16px;
        text-indent: 0;
    }
    60% {
        padding-left: 0px;
        text-indent: 0px;
    }
    100% {
        padding-left: 0px;
        text-indent: 0;
    }
}
input[type="checkbox"].iswitch-lg {
    font-size: 10px;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    margin: 0;
    padding: 0;
    box-shadow: inset 0 0 0 2px #eeeeee;
    outline: 1px solid transparent !important;
    cursor: pointer;
    border: none;
    background: transparent;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 4px;
    margin-bottom: 7px;
    transition: box-shadow 0.3s ease-in-out, padding 0.25s ease-in-out;
    transition-delay: .1s, 0s;
    /* Animations if supported */
}
input[type="checkbox"].iswitch-lg:checked {
    transition-delay: 0s, 0s;
    box-shadow: inset 0 0 0 16px #eeeeee !important;
    padding-left: 22px;
}
input[type="checkbox"].iswitch-lg.iswitch-primary:checked {
    box-shadow: inset 0 0 0 16px #2c2e2f !important;
}
input[type="checkbox"].iswitch-lg.iswitch-secondary:checked {
    box-shadow: inset 0 0 0 16px #68b828 !important;
}
input[type="checkbox"].iswitch-lg.iswitch-info:checked {
    box-shadow: inset 0 0 0 16px #40bbea !important;
}
input[type="checkbox"].iswitch-lg.iswitch-warning:checked {
    box-shadow: inset 0 0 0 16px #ffba00 !important;
}
input[type="checkbox"].iswitch-lg.iswitch-danger:checked {
    box-shadow: inset 0 0 0 16px #cc3f44 !important;
}
input[type="checkbox"].iswitch-lg.iswitch-success:checked {
    box-shadow: inset 0 0 0 16px #8dc63f !important;
}
input[type="checkbox"].iswitch-lg.iswitch-red:checked {
    box-shadow: inset 0 0 0 16px #d5080f !important;
}
input[type="checkbox"].iswitch-lg.iswitch-blue:checked {
    box-shadow: inset 0 0 0 16px #0e62c7 !important;
}
input[type="checkbox"].iswitch-lg.iswitch-purple:checked {
    box-shadow: inset 0 0 0 16px #7c38bc !important;
}
input[type="checkbox"].iswitch-lg.iswitch-pink:checked {
    box-shadow: inset 0 0 0 16px #ff6264 !important;
}
input[type="checkbox"].iswitch-lg.iswitch-turquoise:checked {
    box-shadow: inset 0 0 0 16px #00b19d !important;
}
input[type="checkbox"].iswitch-lg.iswitch-yellow:checked {
    box-shadow: inset 0 0 0 16px #fcd036 !important;
}
input[type="checkbox"].iswitch-lg.iswitch-orange:checked {
    box-shadow: inset 0 0 0 16px #f7aa47 !important;
}
input[type="checkbox"].iswitch-lg.iswitch-gray:checked {
    box-shadow: inset 0 0 0 16px #d5d5d5 !important;
}
input[type="checkbox"].iswitch-lg.hit {
    -webkit-animation: slide-off .35s ease both;
    -moz-animation: slide-off .35s ease both;
    -o-animation: slide-off .35s ease both;
    animation: slide-off .35s ease both;
}
input[type="checkbox"].iswitch-lg.hit:checked {
    -webkit-animation: slide-on  .35s ease both .05s;
    -moz-animation: slide-on  .35s ease both .05s;
    -o-animation: slide-on  .35s ease both .05s;
    animation: slide-on  .35s ease both .05s;
}
input[type="checkbox"].iswitch-lg:before,
input[type="checkbox"].iswitch-lg:after {
    content: "";
}
input[type="checkbox"].iswitch-lg:after {
    /* Increases hit area */
    position: absolute;
    top: -8px;
    left: -8px;
    bottom: -8px;
    right: -8px;
}
input[type="checkbox"].iswitch-lg:before {
    display: inline-block;
    height: 24px;
    width: 24px;
    margin: 2px 0 0 2px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .1s ease .1s;
    -moz-transition: all .1s ease .1s;
    -o-transition: all .1s ease .1s;
    transition: all .1s ease .1s;
}
input[type="checkbox"].iswitch-lg:active:before {
    transition: all .1s ease .05s;
}
input[type="checkbox"].iswitch-lg.touch:hover:before {
    transition: all .0s ease .00s;
}
input[type="checkbox"].iswitch-lg:active:before,
input[type="checkbox"].iswitch-lg.touch:hover:before {
    width: 26px;
}
input[type="checkbox"].iswitch-lg:active:checked:before,
input[type="checkbox"].iswitch-lg.touch:hover:checked:before {
    margin-left: 0px;
}
@keyframes slide-on {
    0% {
        padding-left: 0px;
    }
    60% {
        padding-left: 22px;
    }
    100% {
        padding-left: 22px;
    }
}
@keyframes slide-off {
    0% {
        padding-left: 22px;
        text-indent: 0;
    }
    60% {
        padding-left: 0px;
        text-indent: 0px;
    }
    100% {
        padding-left: 0px;
        text-indent: 0;
    }
}
input[type="checkbox"].iswitch-xlg {
    font-size: 10px;
    position: relative;
    display: inline-block;
    width: 85px;
    height: 38px;
    line-height: 38px;
    border-radius: 19px;
    margin: 0;
    padding: 0;
    box-shadow: inset 0 0 0 2px #eeeeee;
    outline: 1px solid transparent !important;
    cursor: pointer;
    border: none;
    background: transparent;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 4px;
    margin-bottom: 7px;
    transition: box-shadow 0.3s ease-in-out, padding 0.25s ease-in-out;
    transition-delay: .1s, 0s;
    /* Animations if supported */
}
input[type="checkbox"].iswitch-xlg:checked {
    transition-delay: 0s, 0s;
    box-shadow: inset 0 0 0 21.71428571px #eeeeee !important;
    padding-left: 47px;
}
input[type="checkbox"].iswitch-xlg.iswitch-primary:checked {
    box-shadow: inset 0 0 0 21.71428571px #2c2e2f !important;
}
input[type="checkbox"].iswitch-xlg.iswitch-secondary:checked {
    box-shadow: inset 0 0 0 21.71428571px #68b828 !important;
}
input[type="checkbox"].iswitch-xlg.iswitch-info:checked {
    box-shadow: inset 0 0 0 21.71428571px #40bbea !important;
}
input[type="checkbox"].iswitch-xlg.iswitch-warning:checked {
    box-shadow: inset 0 0 0 21.71428571px #ffba00 !important;
}
input[type="checkbox"].iswitch-xlg.iswitch-danger:checked {
    box-shadow: inset 0 0 0 21.71428571px #cc3f44 !important;
}
input[type="checkbox"].iswitch-xlg.iswitch-success:checked {
    box-shadow: inset 0 0 0 21.71428571px #8dc63f !important;
}
input[type="checkbox"].iswitch-xlg.iswitch-red:checked {
    box-shadow: inset 0 0 0 21.71428571px #d5080f !important;
}
input[type="checkbox"].iswitch-xlg.iswitch-blue:checked {
    box-shadow: inset 0 0 0 21.71428571px #0e62c7 !important;
}
input[type="checkbox"].iswitch-xlg.iswitch-purple:checked {
    box-shadow: inset 0 0 0 21.71428571px #7c38bc !important;
}
input[type="checkbox"].iswitch-xlg.iswitch-pink:checked {
    box-shadow: inset 0 0 0 21.71428571px #ff6264 !important;
}
input[type="checkbox"].iswitch-xlg.iswitch-turquoise:checked {
    box-shadow: inset 0 0 0 21.71428571px #00b19d !important;
}
input[type="checkbox"].iswitch-xlg.iswitch-yellow:checked {
    box-shadow: inset 0 0 0 21.71428571px #fcd036 !important;
}
input[type="checkbox"].iswitch-xlg.iswitch-orange:checked {
    box-shadow: inset 0 0 0 21.71428571px #f7aa47 !important;
}
input[type="checkbox"].iswitch-xlg.iswitch-gray:checked {
    box-shadow: inset 0 0 0 21.71428571px #d5d5d5 !important;
}
input[type="checkbox"].iswitch-xlg.hit {
    -webkit-animation: slide-off .35s ease both;
    -moz-animation: slide-off .35s ease both;
    -o-animation: slide-off .35s ease both;
    animation: slide-off .35s ease both;
}
input[type="checkbox"].iswitch-xlg.hit:checked {
    -webkit-animation: slide-on  .35s ease both .05s;
    -moz-animation: slide-on  .35s ease both .05s;
    -o-animation: slide-on  .35s ease both .05s;
    animation: slide-on  .35s ease both .05s;
}
input[type="checkbox"].iswitch-xlg:before,
input[type="checkbox"].iswitch-xlg:after {
    content: "";
}
input[type="checkbox"].iswitch-xlg:after {
    /* Increases hit area */
    position: absolute;
    top: -11.33333333px;
    left: -11.33333333px;
    bottom: -11.33333333px;
    right: -11.33333333px;
}
input[type="checkbox"].iswitch-xlg:before {
    display: inline-block;
    height: 34px;
    width: 34px;
    margin: 2px 0 0 2px;
    background-color: #ffffff;
    border-radius: 17px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .1s ease .1s;
    -moz-transition: all .1s ease .1s;
    -o-transition: all .1s ease .1s;
    transition: all .1s ease .1s;
}
input[type="checkbox"].iswitch-xlg:active:before {
    transition: all .1s ease .05s;
}
input[type="checkbox"].iswitch-xlg.touch:hover:before {
    transition: all .0s ease .00s;
}
input[type="checkbox"].iswitch-xlg:active:before,
input[type="checkbox"].iswitch-xlg.touch:hover:before {
    width: 36px;
}
input[type="checkbox"].iswitch-xlg:active:checked:before,
input[type="checkbox"].iswitch-xlg.touch:hover:checked:before {
    margin-left: 0px;
}
@keyframes slide-on {
    0% {
        padding-left: 0px;
    }
    60% {
        padding-left: 47px;
    }
    100% {
        padding-left: 47px;
    }
}
@keyframes slide-off {
    0% {
        padding-left: 47px;
        text-indent: 0;
    }
    60% {
        padding-left: 0px;
        text-indent: 0px;
    }
    100% {
        padding-left: 0px;
        text-indent: 0;
    }
}
.mailbox-env .mailbox-sidebar .mailbox-list {
    margin-top: 30px;
}
@media screen and (max-width: 768px) {
    .mailbox-env .mailbox-sidebar .mailbox-list {
        margin-top: 10px;
    }
}
.mailbox-env .mailbox-sidebar .mailbox-list li {
    border-bottom: 1px solid #dddddd;
}
.mailbox-env .mailbox-sidebar .mailbox-list li a {
    display: block;
    color: #979898;
    padding: 10px 10px;
}
.mailbox-env .mailbox-sidebar .mailbox-list li a:hover {
    color: #717272;
}
.mailbox-env .mailbox-sidebar .mailbox-list li a .badge {
    margin-top: 0px;
}
.mailbox-env .mailbox-sidebar .mailbox-list li.active > a {
    color: #2c2e2f;
    font-weight: bold;
}
.mailbox-env .mailbox-sidebar .mailbox-list li:last-child {
    border-bottom: 0;
}
.mailbox-env .mailbox-sidebar .mailbox-list li.list-header {
    font-size: 10px;
    padding: 10px 10px;
    font-weight: bold;
    color: #979898;
    text-transform: uppercase;
}
.mailbox-env .mail-env {
    background: #FFF;
    padding: 15px 0;
    margin-bottom: 30px;
}
.mailbox-env .mail-env .mail-table {
    color: #979898;
    margin-bottom: 0;
}
.mailbox-env .mail-env .mail-table > thead > tr > td,
.mailbox-env .mail-env .mail-table > tfoot > tr > td,
.mailbox-env .mail-env .mail-table > thead > tr > th,
.mailbox-env .mail-env .mail-table > tfoot > tr > th {
    color: #717272;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 15px;
}
.mailbox-env .mail-env .mail-table > thead > tr > td:after,
.mailbox-env .mail-env .mail-table > tfoot > tr > td:after,
.mailbox-env .mail-env .mail-table > thead > tr > th:after,
.mailbox-env .mail-env .mail-table > tfoot > tr > th:after {
    display: none;
}
.mailbox-env .mail-env .mail-table > tfoot > tr > td,
.mailbox-env .mail-env .mail-table > tfoot > tr > th {
    border-bottom: 0;
    padding-top: 15px;
    padding-bottom: 0;
}
.mailbox-env .mail-env .mail-table > tbody > tr > td,
.mailbox-env .mail-env .mail-table > tbody > tr > th {
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}
.mailbox-env .mail-env .mail-table > tbody > tr a:hover {
    color: #646565;
}
.mailbox-env .mail-env .mail-table > tbody > tr.unread .col-name {
    font-weight: bold;
}
.mailbox-env .mail-env .mail-table > tbody > tr.unread .col-name a {
    color: #646565;
}
.mailbox-env .mail-env .mail-table > tbody > tr.highlighted {
    background-color: rgba(255, 255, 204, 0.35);
}
.mailbox-env .mail-env .mail-table .col-cb,
.mailbox-env .mail-env .mail-table .col-options {
    width: 2%;
}
.mailbox-env .mail-env .mail-table .col-cb {
    padding-left: 30px;
}
@media screen and (max-width: 550px) {
    .mailbox-env .mail-env .mail-table .col-cb {
        padding-left: 15px;
    }
}
.mailbox-env .mail-env .mail-table .col-subject a {
    display: block;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (max-width: 768px) {
    .mailbox-env .mail-env .mail-table .col-subject a {
        max-width: 150px;
    }
}
@media screen and (max-width: 550px) {
    .mailbox-env .mail-env .mail-table .col-subject {
        padding-right: 15px;
    }
}
.mailbox-env .mail-env .mail-table .col-options {
    text-align: right;
}
.mailbox-env .mail-env .mail-table .col-time {
    width: 12%;
    text-align: right;
    padding-right: 30px;
}
@media screen and (max-width: 550px) {
    .mailbox-env .mail-env .mail-table .col-time {
        display: none;
        padding-right: 15px;
    }
}
.mailbox-env .mail-env .mail-table .col-header-options {
    padding-right: 30px;
}
@media screen and (max-width: 550px) {
    .mailbox-env .mail-env .mail-table .col-header-options {
        padding-right: 15px;
    }
}
.mailbox-env .mail-env .mail-table a {
    color: #979898;
}
.mailbox-env .mail-env .mail-table .btn {
    margin-bottom: 0;
}
.mailbox-env .mail-env .mail-table .checkbox {
    margin: 0;
}
.mailbox-env .mail-env .mail-table .mail-select-options {
    float: left;
    position: relative;
    top: 2px;
}
@media screen and (max-width: 450px) {
    .mailbox-env .mail-env .mail-table .mail-select-options {
        display: none;
    }
}
.mailbox-env .mail-env .mail-table .mail-pagination {
    float: right;
    margin-right: -10px;
}
.mailbox-env .mail-env .mail-table .mail-pagination .next-prev {
    position: relative;
    display: inline-block;
    margin-bottom: -5px;
    margin-left: 10px;
}
.mailbox-env .mail-env .mail-table .mail-pagination .next-prev a {
    position: relative;
    display: block;
    float: left;
    color: #575858;
    font-size: 14px;
}
.mailbox-env .mail-env .mail-table .mail-pagination .next-prev a i {
    margin: 0 8px;
}
.mailbox-env .mail-env .mail-table .mail-pagination .next-prev a:hover {
    background: rgba(221, 221, 221, 0.25);
}
.mailbox-env .mail-env .mail-table .mail-pagination .next-prev a:first-child {
    margin-right: 9px;
}
.mailbox-env .mail-env .mail-table .mail-pagination .next-prev a:first-child:after {
    display: block;
    height: 10px;
    width: 1px;
    background: #dddddd;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: -5px;
    content: '';
}
.mailbox-env .mail-env .mail-table .star {
    position: relative;
    display: inline-block;
    font-size: 15px;
    margin-top: -3px;
}
.mailbox-env .mail-env .mail-table .star.starred {
    color: #ffba00 !important;
}
.mailbox-env .mail-compose {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
}
.mailbox-env .mail-compose .compose-message-editor {
    margin-bottom: 20px;
}
.mailbox-env .mail-compose .compose-message-editor textarea {
    min-height: 150px;
}
.mailbox-env .mail-compose .form-group {
    position: relative;
}
.mailbox-env .mail-compose .form-group label {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    line-height: 48px;
    padding: 0 15px;
    font-weight: bold;
    color: #717272;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mailbox-env .mail-compose .form-group input,
.mailbox-env .mail-compose .form-group textarea {
    position: relative;
    z-index: 1;
}
.mailbox-env .mail-compose .form-group input.form-control {
    height: 48px;
    padding-left: 80px;
}
.mailbox-env .mail-compose .form-group .field-options {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
    padding: 14px 15px;
}
.mailbox-env .mail-compose .form-group .field-options a {
    display: block;
    background: #cccccc;
    color: #fff;
    font-size: 10px;
    float: left;
    margin-left: 5px;
    padding: 3px 5px;
}
.mailbox-env .mail-compose .form-group .field-options a:hover {
    background-color: #999;
}
.mailbox-env .mail-header {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.mailbox-env .mail-header h3 {
    margin: 0;
}
.mailbox-env .mail-header h3 i {
    font-size: 17px;
}
@media screen and (max-width: 768px) {
    .mailbox-env .mail-header h3 {
        margin-bottom: 20px;
    }
}
.mailbox-env .mail-single {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
}
.mailbox-env .mail-single .mail-single-header {
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.mailbox-env .mail-single .mail-single-header > h2 {
    float: left;
    margin: 0;
    font-size: 23px;
}
@media screen and (max-width: 768px) {
    .mailbox-env .mail-single .mail-single-header > h2 {
        float: none;
        margin-bottom: 20px;
        font-size: 19px;
    }
    .mailbox-env .mail-single .mail-single-header > h2 .go-back {
        font-size: 11px;
    }
}
.mailbox-env .mail-single .mail-single-header > h2 .go-back {
    display: block;
    color: #bdbebe;
    font-size: 13px;
    margin-top: 10px;
    margin-left: -5px;
}
.mailbox-env .mail-single .mail-single-header > h2 .go-back i {
    color: #b1b1b1;
}
.mailbox-env .mail-single .mail-single-header > h2 .label,
.mailbox-env .mail-single .mail-single-header > h2 .badge {
    margin-left: 10px;
}
.mailbox-env .mail-single .mail-single-header .mail-single-header-options {
    float: right;
}
@media screen and (max-width: 768px) {
    .mailbox-env .mail-single .mail-single-header .mail-single-header-options {
        float: none;
    }
}
.mailbox-env .mail-single .mail-single-info {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.mailbox-env .mail-single .mail-single-info .mail-single-info-user {
    float: left;
}
.mailbox-env .mail-single .mail-single-info .mail-single-info-user > a {
    display: block;
    color: #979898;
    text-decoration: none;
}
.mailbox-env .mail-single .mail-single-info .mail-single-info-user > a strong,
.mailbox-env .mail-single .mail-single-info .mail-single-info-user > a span {
    color: #717272;
    font-weight: bold;
}
.mailbox-env .mail-single .mail-single-info .mail-single-info-user > a img {
    float: left;
    margin-right: 10px;
}
.mailbox-env .mail-single .mail-single-info .mail-single-info-user > a em {
    font-style: normal;
    display: block;
    color: #CCC;
    padding-top: 2px;
}
.mailbox-env .mail-single .mail-single-info .mail-single-info-user.open > a {
    text-decoration: none;
}
.mailbox-env .mail-single .mail-single-info .mail-single-info-user .dropdown-menu {
    width: 100%;
    margin-top: 10px;
}
.mailbox-env .mail-single .mail-single-info .mail-single-info-user .dropdown-menu:before {
    content: '';
    position: absolute;
    display: block;
    background: inherit;
    width: 10px;
    height: 10px;
    top: -5px;
    left: 4%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}
.mailbox-env .mail-single .mail-single-info .mail-single-info-user .dropdown-menu li {
    position: relative;
    z-index: 2;
}
.mailbox-env .mail-single .mail-single-info .mail-single-info-user .dropdown-menu li i {
    display: inline-block;
    margin-right: 2px;
}
.mailbox-env .mail-single .mail-single-info .mail-single-info-options {
    float: right;
    padding-top: 10px;
}
.mailbox-env .mail-single .mail-single-info .mail-single-info-options a {
    color: #979898;
    display: inline-block;
    margin-left: 5px;
}
.mailbox-env .mail-single .mail-single-info .mail-single-info-options a i {
    font-size: 16px;
}
.mailbox-env .mail-single .mail-single-info .mail-single-info-options a.starred {
    color: #ffba00;
}
.mailbox-env .mail-single .mail-single-body {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.mailbox-env .mail-single .mail-single-body p {
    color: #7d7f7f;
}
.mailbox-env .mail-single .mail-single-attachments h3 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 22px;
}
.mailbox-env .mail-single .mail-single-attachments h3 i {
    font-size: 17px;
    position: relative;
    top: -2px;
    display: inline-block;
}
.mailbox-env .mail-single .mail-single-attachments ul li {
    margin-bottom: 20px;
}
.mailbox-env .mail-single .mail-single-attachments ul li .thumb {
    position: relative;
    display: block;
}
.mailbox-env .mail-single .mail-single-attachments ul li .thumb:before {
    content: '';
    display: block;
    position: absolute;
    background: linear-gradient(to bottom, #ffffff 0%, #7c38bc 100%);
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    left: 8px;
    right: 8px;
    top: 8px;
    bottom: 8px;
    z-index: 1;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
.mailbox-env .mail-single .mail-single-attachments ul li .thumb:after {
    display: block;
    position: absolute;
    color: #fff;
    content: '\f06e';
    font-family: 'fontawesome';
    left: 50%;
    top: 50%;
    font-size: 22px;
    z-index: 2;
    margin-left: -12px;
    margin-top: -13px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.mailbox-env .mail-single .mail-single-attachments ul li .thumb:hover:before {
    zoom: 1;
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}
.mailbox-env .mail-single .mail-single-attachments ul li .thumb:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mailbox-env .mail-single .mail-single-attachments ul li .img-thumbnail {
    border-width: 2px;
}
.mailbox-env .mail-single .mail-single-attachments ul li .name {
    display: block;
    margin-top: 12px;
    color: #717272;
    font-weight: bold;
}
.mailbox-env .mail-single .mail-single-attachments ul li .name span {
    float: right;
    font-size: 11px;
    color: #ddd;
    font-weight: normal;
}
.mailbox-env .mail-single .mail-single-attachments ul li .links {
    display: block;
    margin-top: 5px;
    color: #a4a5a5;
    font-size: 11px;
}
.mailbox-env .mail-single .mail-single-attachments ul li .links a {
    color: #979898;
}
.mailbox-env .mail-single .mail-single-attachments ul li .links a:hover {
    color: #646565;
}
.mailbox-env .mail-single .mail-single-attachments ul.list-inline li {
    margin-right: 20px;
}
.mailbox-env .mail-single .mail-single-reply {
    border: 1px solid #e4e4e4;
    padding: 15px 20px;
    min-height: 70px;
    color: #979898;
}
.mailbox-env .mail-single .mail-single-reply a {
    font-weight: bold;
    color: #717272;
    text-decoration: none;
}
.mailbox-env .mail-single .mail-single-reply a:hover {
    color: #575858;
}
.mailbox-env .mailbox-right {
    float: right !important;
}
@media screen and (max-width: 768px) {
    .mailbox-env .mailbox-right {
        float: none !important;
    }
}
.mailbox-env .mailbox-left {
    float: left !important;
}
@media screen and (max-width: 768px) {
    .mailbox-env .mailbox-left {
        float: none !important;
    }
}
.invoice-env {
    padding: 15px 0;
}
@media print {
    .invoice-env {
        padding: 0;
    }
    .avalia-container {
        padding: 0;
    }

}

.invoice-env .invoice-header {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 20px;
}
.invoice-env .invoice-header .invoice-logo {
    float: left;
}
.invoice-env .invoice-header .invoice-logo .logo {
    display: block;
    margin-bottom: 20px;
}
.invoice-env .invoice-header .invoice-logo ul li {
    color: #979898;
    font-size: 14px;
}
.invoice-env .invoice-header .invoice-logo ul li strong {
    color: #717272;
}
.invoice-env .invoice-header .invoice-logo ul li + li {
    margin-top: 2px;
}
.invoice-env .invoice-header .invoice-options {
    float: right;
    width: 180px;
}
@media screen and (max-width: 480px) {
    .invoice-env .invoice-header .invoice-logo,
    .invoice-env .invoice-header .invoice-options {
        float: none;
    }
    .invoice-env .invoice-header .invoice-options {
        width: auto;
        margin-bottom: 30px;
    }
}
.invoice-env .invoice-details {
    padding-top: 30px;
    padding-bottom: 10px;
}
.invoice-env .invoice-details .invoice-client-info,
.invoice-env .invoice-details .invoice-payment-info {
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.invoice-env .invoice-details .invoice-client-info > strong,
.invoice-env .invoice-details .invoice-payment-info > strong {
    display: block;
    margin-bottom: 5px;
    color: #646565;
}
.invoice-env .invoice-details .invoice-client-info strong,
.invoice-env .invoice-details .invoice-payment-info strong {
    color: #717272;
}
.invoice-env .invoice-details .invoice-client-info {
    float: left;
    width: 60%;
}
.invoice-env .invoice-details .invoice-client-info ul {
    float: left;
    margin-right: 20px;
}
@media print {
    .invoice-env .invoice-details .invoice-client-info {
        width: 50%;
    }
}
.invoice-env .invoice-details .invoice-payment-info {
    float: right;
    width: 30%;
}
@media print {
    .invoice-env .invoice-details .invoice-payment-info {
        width: 50%;
        text-align: right;
    }
}
@media screen and (max-width: 480px) {
    .invoice-env .invoice-details .invoice-client-info,
    .invoice-env .invoice-details .invoice-payment-info {
        float: none;
        width: 100%;
    }
    .invoice-env .invoice-details .invoice-payment-info {
        margin-top: 15px;
    }
}
.invoice-env .table {
    margin-top: 15px;
    margin-bottom: 15px;
}
.invoice-env .invoice-totals {
    margin-top: 30px;
}
.invoice-env .invoice-totals .invoice-bill-info {
    float: left;
    padding-left: 15px;
}
.invoice-env .invoice-totals .invoice-subtotals-totals {
    float: right;
    text-align: right;
    padding-right: 15px;
}
.invoice-env .invoice-totals .invoice-subtotals-totals span {
    display: block;
}
.invoice-env .invoice-totals .invoice-subtotals-totals span strong {
    color: #717272;
    display: inline-block;
    min-width: 50px;
}
.invoice-env .invoice-totals .invoice-subtotals-totals hr {
    margin: 8px 0;
}
@media screen and (max-width: 480px) {
    .invoice-env .invoice-totals .invoice-bill-info,
    .invoice-env .invoice-totals .invoice-subtotals-totals {
        float: none;
        padding: 0;
    }
    .invoice-env .invoice-totals .invoice-subtotals-totals {
        margin-bottom: 30px;
    }
}
@media print {
    .invoice-env .invoice-totals .invoice-bill-info,
    .invoice-env .invoice-totals .invoice-subtotals-totals {
        padding: 0;
    }
}
.search-env form {
    position: relative;
    margin-bottom: 30px;
}
.search-env form .form-control {
    padding-right: 50px;
}
.search-env form button[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 45px;
    padding: 0 15px;
    font-size: 16px;
    color: #979898;
    outline: none;
}
.search-env .nav.tabs-vertical {
    width: 200px;
}
@media screen and (max-width: 768px) {
    .search-env .nav.tabs-vertical {
        width: 50px;
        min-width: 50px;
    }
}
.search-env .nav.tabs-vertical > li > a {
    background: none;
    font-size: 14px;
    text-align: left;
}
.search-env .nav.tabs-vertical > li > a:after {
    display: block;
    content: '';
    height: 1px;
    margin-top: 5px;
    background-color: #dddddd;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
}
.search-env .nav.tabs-vertical > li.active > a {
    font-weight: bold;
    color: #2c2e2f;
}
.search-env .nav.tabs-vertical > li.active > a:after {
    display: none;
}
.search-env .nav.tabs-vertical > li:last-child > a:after {
    display: none;
}
.search-env .tab-content .tab-pane h2 {
    margin: 0;
    font-size: 24px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 30px;
    margin-top: -10px;
    margin-bottom: 30px;
}
.search-env .tab-content .tab-pane h2 small {
    display: block;
    padding-top: 10px;
    color: #999;
    font-size: 13px;
}
.search-env .tab-content .tab-pane .results li {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.search-env .tab-content .tab-pane .results li h3 {
    margin: 0;
    margin-bottom: 15px;
}
.search-env .tab-content .tab-pane .results li p {
    color: #b1b1b1;
}
.search-env .tab-content .tab-pane .results li .link {
    color: #68b828;
}
.search-env .tab-content .tab-pane .results li .link:hover {
    color: #508e1f;
}
.search-env .tab-content .tab-pane .results li + li {
    margin-bottom: 30px;
}
.search-env .tab-content .tab-pane .pagination {
    margin: 0;
}
.gallery-env {
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .gallery-env .gallery-sidebar {
        margin-top: 30px;
    }
}
.gallery-env .gallery-sidebar ul {
    margin: 20px 0;
}
.gallery-env .gallery-sidebar ul li a {
    display: block;
    padding: 10px 5px;
    border-bottom: 1px solid #dddddd;
    color: #7d7f7f;
}
.gallery-env .gallery-sidebar ul li a i {
    display: inline-block;
    margin-right: 2px;
}
.gallery-env .gallery-sidebar ul li a:hover {
    color: #575858;
}
.gallery-env .gallery-sidebar ul li.active > a {
    color: #2c2e2f;
    font-weight: bold;
}
.gallery-env .gallery-sidebar ul li:last-child > a {
    border-bottom: 0;
}
.gallery-env .album-header {
    padding: 25px 30px;
    background: #fff;
    margin-bottom: 20px;
}
.gallery-env .album-header h2 {
    margin: 0;
    padding: 0;
    float: left;
    color: #2c2e2f;
    font-size: 24px;
}
.gallery-env .album-header .album-options {
    float: right;
    padding: 0;
    margin: 0;
    margin-top: 5px;
}
.gallery-env .album-header .album-options .cbr-replaced {
    margin-bottom: 0;
    margin-right: 5px;
}
.gallery-env .album-header .album-options li {
    color: #646565;
}
.gallery-env .album-header .album-options li a {
    color: #646565;
}
.gallery-env .album-header .album-options li a:hover {
    color: #2c2e2f;
}
.gallery-env .album-header .album-options li label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.gallery-env .album-header .album-options li + li {
    margin-left: 10px;
}
@media screen and (max-width: 768px) {
    .gallery-env .album-header {
        padding: 15px 20px;
    }
    .gallery-env .album-header h2,
    .gallery-env .album-header .album-options {
        float: none;
    }
    .gallery-env .album-header h2 {
        text-align: center;
        padding: 10px 0;
    }
    .gallery-env .album-header .album-options {
        margin-top: 10px;
    }
}
.gallery-env .album-sorting-info {
    display: none;
}
.gallery-env .album-sorting-info .album-sorting-info-inner {
    border: 2px dashed #b7b7b7;
    padding: 15px 10px;
    font-size: 14px;
    margin-bottom: 20px;
}
.gallery-env .album-images .album-image {
    position: relative;
    padding: 10px;
    background: #fff;
    margin-bottom: 20px;
}
.gallery-env .album-images .album-image .thumb {
    position: relative;
    display: block;
    margin-bottom: 10px;
    z-index: 2;
}
.gallery-env .album-images .album-image .thumb img {
    display: block;
    margin: 0;
    line-height: 1;
    width: 100%;
}
.gallery-env .album-images .album-image .thumb:hover ~ .image-checkbox .cbr-replaced {
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
}
.gallery-env .album-images .album-image .name {
    float: left;
    width: 75%;
}
.gallery-env .album-images .album-image .name span {
    color: #2c2e2f;
    font-weight: bold;
}
.gallery-env .album-images .album-image .name em {
    font-style: normal;
    color: #979898;
    font-size: 11px;
    display: block;
}
@media screen and (min-width: 768px) {
    .gallery-env .album-images .album-image .name span,
    .gallery-env .album-images .album-image .name em {
        max-width: 100%;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
.gallery-env .album-images .album-image .image-options {
    float: right;
    width: 25%;
    text-align: right;
    white-space: nowrap;
}
.gallery-env .album-images .album-image .image-options a {
    font-size: 10px;
    color: #5d6264;
}
.gallery-env .album-images .album-image .image-options a:hover {
    color: #2c2e2f;
}
.gallery-env .album-images .album-image .image-checkbox {
    position: absolute;
    right: 17px;
    top: 15px;
    z-index: 5;
}
.gallery-env .album-images .album-image .image-checkbox .cbr-replaced {
    zoom: 1;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: alpha(opacity=50);
}
.gallery-env .album-images .album-image .image-checkbox .cbr-replaced:hover,
.gallery-env .album-images .album-image .image-checkbox .cbr-replaced.cbr-checked {
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
}
.gallery-env .album-images .ui-sortable-handle .album-image {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(104, 184, 40, 0.2);
    -moz-box-shadow: 0px 0px 0px 1px rgba(104, 184, 40, 0.2);
    box-shadow: 0px 0px 0px 1px rgba(104, 184, 40, 0.2);
    -webkit-animation: glowAnimation 1s ease-in-out alternate infinite;
    -moz-animation: glowAnimation 1s ease-in-out alternate infinite;
    -o-animation: glowAnimation 1s ease-in-out alternate infinite;
    animation: glowAnimation 1s ease-in-out alternate infinite;
}
.gallery-env .gallery-right {
    float: right !important;
}
@media screen and (max-width: 768px) {
    .gallery-env .gallery-right {
        float: none !important;
    }
}
.gallery-env .gallery-left {
    float: left !important;
}
@media screen and (max-width: 768px) {
    .gallery-env .gallery-left {
        float: none !important;
    }
}
lesshat-selector {
    -lh-property: 0; } 
@-webkit-keyframes glowAnimation{ 0%{ box-shadow: rgba(104, 184, 40, 0.2) 0 0 0 1px; } 100%{ box-shadow: rgba(104, 184, 40, 0.8) 0 0 3px 1px; }}
@-moz-keyframes glowAnimation{ 0%{ box-shadow: rgba(104, 184, 40, 0.2) 0 0 0 1px; } 100%{ box-shadow: rgba(104, 184, 40, 0.8) 0 0 3px 1px; }}
@-o-keyframes glowAnimation{ 0%{ box-shadow: rgba(104, 184, 40, 0.2) 0 0 0 1px; } 100%{ box-shadow: rgba(104, 184, 40, 0.8) 0 0 3px 1px; }}
@keyframes glowAnimation{ 0%{ box-shadow: rgba(104, 184, 40, 0.2) 0 0 0 1px; } 100%{ box-shadow: rgba(104, 184, 40, 0.8) 0 0 3px 1px; };
}
.modal-gallery-image {
    margin: -31px;
    margin-bottom: 0;
    border-bottom: 5px solid #f5f5f5;
    position: relative;
}
.modal-gallery-image img {
    display: block;
    width: 100%;
}
.modal-gallery-top-controls {
    position: absolute;
    right: 15px;
    top: 0;
    border: 0;
}

@media screen and (max-width: 991px) {
    .page-error {
        width: 90%;
    }
    .main-content .page-error {
        width: 100%;
    }
}
.page-error.centered {
    margin-left: auto;
    margin-right: auto;
}
.page-error .error-symbol {
    font-size: 48px;
    line-height: 1;
}
.page-error .error-symbol i {
    line-height: 1;
}
.page-error h2 {
    font-size: 35px;
    margin-bottom: 20px;
}
.page-error h2 small {
    display: block;
    padding-top: 10px;
    color: #bcbcbc;
    font-size: 50%;
}
.page-error-env > .page-error {
    margin-top: 50px;
}
.page-error-search {
    width: 700px;
}
@media screen and (max-width: 991px) {
    .page-error-search {
        width: 90%;
    }
    .main-content .page-error-search {
        width: 100%;
    }
}
.page-error-search.centered {
    margin-left: auto;
    margin-right: auto;
}
.page-error-search form {
    position: relative;
}
.page-error-search form button[type="submit"] {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 32px;
    padding: 0 10px;
    font-size: 12px;
    color: #a4a5a5;
}
.page-error-search form.form-half {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
}
.page-error-search form .input-lg + button[type="submit"] {
    line-height: 45px;
    padding: 0 15px;
}
.page-error-search .go-back {
    display: block;
    text-align: center;
    color: #abacac;
    margin: 15px 0;
}
.page-error-search .go-back:hover {
    color: #979898;
}
.calendar-env {
    position: relative;
    margin-bottom: 30px;
}
.calendar-env .calendar-sidebar form {
    margin-bottom: 20px;
}
.calendar-env .calendar-sidebar form .form-control {
    padding: 20px 15px;
    height: 37px;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .calendar-env .calendar-sidebar {
        margin-top: 30px;
    }
    .calendar-env .calendar-sidebar form {
        margin-bottom: 0;
    }
}
.calendar-env .calendar-sidebar .calendar-list {
    margin: 0;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    .calendar-env .calendar-sidebar .calendar-list {
        margin-top: 10px;
    }
}
.calendar-env .calendar-sidebar .calendar-list li a {
    display: block;
    color: #979898;
    padding-bottom: 7px;
}
.calendar-env .calendar-sidebar .calendar-list li a:hover {
    color: #717272;
}
.calendar-env .calendar-sidebar .calendar-list li a .badge {
    margin-top: 0px;
    display: block;
    text-align: left;
    font-size: 12px;
    padding: 7px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.calendar-env .calendar-sidebar .calendar-list li.list-header {
    font-size: 10px;
    padding: 10px 0;
    font-weight: bold;
    color: #979898;
    border-bottom: 0;
    text-transform: uppercase;
}
.calendar-env .calendar-sidebar .calendar-list li.ui-draggable-dragging .badge {
    zoom: 1;
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    filter: alpha(opacity=60);
}
.calendar-env .calendar-sidebar .calendar-list li.ui-draggable-handle .badge {
    cursor: move;
}
.calendar-env .calendar-main {
    position: relative;
    background: #fff;
    padding: 30px;
    z-index: 5;
}
.calendar-env .calendar-main .fc .fc-popover,
.calendar-env .calendar-main .fc .fc-row,
.calendar-env .calendar-main .fc hr,
.calendar-env .calendar-main .fc tbody,
.calendar-env .calendar-main .fc td,
.calendar-env .calendar-main .fc th,
.calendar-env .calendar-main .fc thead {
    border-color: #eeeeee;
}
.calendar-env .calendar-main .fc .fc-toolbar {
    padding-bottom: 15px;
}
.calendar-env .calendar-main .fc .fc-toolbar .fc-left h2 {
    font-size: 24px;
}
.calendar-env .calendar-main .fc .fc-toolbar .fc-left h2:before {
    content: '\f133';
    font-family: 'fontawesome';
    display: inline-block;
    margin-right: 10px;
}
.calendar-env .calendar-main .fc .fc-toolbar .fc-right {
    margin-top: 5px;
}
.calendar-env .calendar-main .fc .fc-toolbar .fc-right > .fc-button-group:last-child {
    margin-right: -15px;
}
@media screen and (max-width: 768px) {
    .calendar-env .calendar-main .fc .fc-toolbar .fc-left,
    .calendar-env .calendar-main .fc .fc-toolbar .fc-right {
        float: none;
        width: 100%;
    }
    .calendar-env .calendar-main .fc .fc-toolbar .fc-left:before,
    .calendar-env .calendar-main .fc .fc-toolbar .fc-right:before,
    .calendar-env .calendar-main .fc .fc-toolbar .fc-left:after,
    .calendar-env .calendar-main .fc .fc-toolbar .fc-right:after {
        content: " ";
        display: table;
    }
    .calendar-env .calendar-main .fc .fc-toolbar .fc-left:after,
    .calendar-env .calendar-main .fc .fc-toolbar .fc-right:after {
        clear: both;
    }
    .calendar-env .calendar-main .fc .fc-toolbar .fc-left:before,
    .calendar-env .calendar-main .fc .fc-toolbar .fc-right:before,
    .calendar-env .calendar-main .fc .fc-toolbar .fc-left:after,
    .calendar-env .calendar-main .fc .fc-toolbar .fc-right:after {
        content: " ";
        display: table;
    }
    .calendar-env .calendar-main .fc .fc-toolbar .fc-left:after,
    .calendar-env .calendar-main .fc .fc-toolbar .fc-right:after {
        clear: both;
    }
    .calendar-env .calendar-main .fc .fc-toolbar .fc-left h2 {
        text-align: center;
        width: 100%;
        float: none;
    }
    .calendar-env .calendar-main .fc .fc-toolbar .fc-right {
        position: relative;
        margin-top: 10px;
        text-align: center;
        top: 12px;
    }
    .calendar-env .calendar-main .fc .fc-toolbar .fc-right .fc-button-group {
        display: inline-block;
        float: none;
    }
}
.calendar-env .calendar-main .fc .fc-toolbar .fc-button-group {
    background: none;
    border: 0;
}
.calendar-env .calendar-main .fc .fc-toolbar .fc-button-group .fc-month-button.fc-state-active,
.calendar-env .calendar-main .fc .fc-toolbar .fc-button-group .fc-basicWeek-button.fc-state-active,
.calendar-env .calendar-main .fc .fc-toolbar .fc-button-group .fc-agendaWeek-button.fc-state-active,
.calendar-env .calendar-main .fc .fc-toolbar .fc-button-group .fc-agendaDay-button.fc-state-active,
.calendar-env .calendar-main .fc .fc-toolbar .fc-button-group .fc-basicDay-button.fc-state-active {
    color: #2c2e2f;
}
.calendar-env .calendar-main .fc .fc-toolbar .fc-button-group .fc-month-button:after {
    content: '';
    display: block;
    position: absolute;
    right: -1px;
    top: 25%;
    bottom: 25%;
    width: 1px;
    background: #eeeeee;
}
.calendar-env .calendar-main .fc .fc-toolbar .fc-button-group .fc-month-button + .fc-agendaWeek-button:after {
    content: '';
    display: block;
    position: absolute;
    right: -1px;
    top: 25%;
    bottom: 25%;
    width: 1px;
    background: #eeeeee;
}
.calendar-env .calendar-main .fc .fc-toolbar .fc-button-group .fc-month-button + .fc-basicWeek-button:after {
    content: '';
    display: block;
    position: absolute;
    right: -1px;
    top: 25%;
    bottom: 25%;
    width: 1px;
    background: #eeeeee;
}
.calendar-env .calendar-main .fc .fc-toolbar .fc-button {
    border: 0;
    background: none;
    padding: 0 10px;
    margin: 0;
    height: auto;
    position: relative;
    outline: none;
    color: #979898;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.calendar-env .calendar-main .fc .fc-toolbar .fc-button .fc-icon {
    font-size: 13px;
    font-family: 'fontawesome';
}
.calendar-env .calendar-main .fc .fc-toolbar .fc-button.fc-next-button:hover,
.calendar-env .calendar-main .fc .fc-toolbar .fc-button.fc-prev-button:hover {
    color: #2c2e2f;
}
.calendar-env .calendar-main .fc .fc-toolbar .fc-button.fc-prev-button:after {
    content: '';
    display: block;
    position: absolute;
    right: -1px;
    top: 25%;
    bottom: 25%;
    width: 1px;
    background: #eeeeee;
}
.calendar-env .calendar-main .fc .fc-view-container > .fc-basic-view > table > thead > tr > td.fc-widget-header {
    border: 0;
    border-bottom: 1px solid #eeeeee;
}
.calendar-env .calendar-main .fc .fc-view-container > .fc-basic-view > table > thead > tr > td .fc-day-header {
    border: 0;
    padding-bottom: 10px;
    color: #717272;
    font-weight: normal;
}
.calendar-env .calendar-main .fc .fc-view-container > .fc-basic-view > table > tbody > tr > .fc-widget-content {
    border: 0;
    border-bottom: 1px solid #eeeeee;
}
.calendar-env .calendar-main .fc .fc-view-container > .fc-basic-view > table > tbody > tr > .fc-widget-content .fc-day-number {
    padding-top: 10px;
    padding-right: 10px;
    color: #949494;
}
.calendar-env .calendar-main .fc .fc-popover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.calendar-env .calendar-main .fc .fc-popover .fc-header {
    padding: 5px;
}
.calendar-env .calendar-main .fc .fc-popover .fc-body .fc-event-container a {
    margin-left: 2px;
    margin-right: 2px;
}
.calendar-env .calendar-main .fc .fc-today {
    background-color: #fafafa;
    color: #2c2e2f;
}
.calendar-env .calendar-main .fc .fc-event {
    background: #68b828;
    border: 0;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    padding: 1px 3px;
}
.calendar-env .calendar-main .fc .fc-event.event-color-primary {
    background-color: #2c2e2f;
}
.calendar-env .calendar-main .fc .fc-event.event-color-success {
    background-color: #8dc63f;
}
.calendar-env .calendar-main .fc .fc-event.event-color-danger {
    background-color: #cc3f44;
}
.calendar-env .calendar-main .fc .fc-event.event-color-warning {
    background-color: #ffba00;
}
.calendar-env .calendar-main .fc .fc-event.event-color-info {
    background-color: #40bbea;
}
.calendar-env .calendar-main .fc .fc-event.event-color-red {
    background-color: #d5080f;
}
.calendar-env .calendar-main .fc .fc-event.event-color-blue {
    background-color: #0e62c7;
}
.calendar-env .calendar-main .fc .fc-event.event-color-purple {
    background-color: #7c38bc;
}
.calendar-env .calendar-main .fc .fc-event.event-color-gray {
    background-color: #959595;
}
.calendar-env .calendar-main .fc .fc-event.event-color-black {
    background-color: #222222;
}
.calendar-env .calendar-right {
    float: right !important;
}
@media screen and (max-width: 768px) {
    .calendar-env .calendar-right {
        float: none !important;
    }
}
.calendar-env .calendar-left {
    float: left !important;
}
@media screen and (max-width: 768px) {
    .calendar-env .calendar-left {
        float: none !important;
    }
}
.perfil-info { 
    padding: 20px 10px;
    margin-bottom: 20px;

}

.perfil-info .user-info-sidebar hr {
    border-top-color: #e1e1e1;
    margin: 10px 0;
}
.perfil-info  .user-info-sidebar .user-img {
    display: block;
    margin-bottom: 10px;
    text-align: center;
}
.perfil-info  .user-info-sidebar .user-img img {
    display: inline-block;
}
.perfil-info  .user-info-sidebar .user-img img.img-thumbnail {
    padding: 4px;
    border: 0;
}
.perfil-info  .user-info-sidebar .user-name {
    display: block;
    font-size: 19px;
    text-align: center;
    white-space: nowrap;
}
.perfil-info  .user-info-sidebar .user-title {
    display: block;
    color: #999999;
    text-align: center;
    font-size: 12px;
    margin-bottom: 20px;
}
.perfil-info  .user-info-sidebar .user-title strong,
.perfil-info  .user-info-sidebar .user-title a {
    color: #7d7f7f;
}
.perfil-info .user-info-sidebar .user-status {
    position: relative;
    display: inline-block;
    background: #FFF;
    top: -2px;
    margin-left: 5px;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
}
.perfil-info  .user-info-sidebar .user-status.is-online {
    background-color: #8dc63f;
}
.perfil-info  .user-info-sidebar .user-status.is-idle {
    background-color: #ffba00;
}
.perfil-info  .user-info-sidebar .user-status.is-busy {
    background-color: #d5080f;
}
.perfil-info  .user-info-sidebar .user-status.is-offline {
    background-color: #CCC;
}
.perfil-info  .user-info-sidebar .user-info-list {
    display: table;
    margin: 0 auto;
}
.perfil-info  .user-info-sidebar .user-info-list li {
    margin: 10px 0;
    color: #979898;
}
.perfil-info  .user-info-sidebar .user-info-list li i {
    color: #7d7f7f;
    display: inline-block;
    margin-right: 5px;
}
.perfil-info  .user-info-sidebar .user-info-list li a,
.perfil-info  .user-info-sidebar .user-info-list li strong {
    color: #717272;
}
.perfil-info .user-info-sidebar .user-info-list li a:hover {
    color: #4b4b4b;
}
.perfil-info .user-info-sidebar .user-friends-count {
    display: table;
    margin: 20px auto;
}
.perfil-info .user-info-sidebar .user-friends-count li {
    position: relative;
    display: table-cell;
    color: #b1b1b1;
    font-size: 12px;
    padding: 0 20px;
}
.perfil-info .user-info-sidebar .user-friends-count li span {
    display: block;
    font-size: 23px;
    color: #646565;
}
.perfil-info .user-info-sidebar .user-friends-count li:first-child {
    padding-left: 0;
}
.perfil-info .user-info-sidebar .user-friends-count li:last-child {
    padding-right: 0;
}
.perfil-info .user-info-sidebar .user-friends-count li + li:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 15%;
    bottom: 15%;
    width: 1px;
    background: #dddddd;
}
.perfil-info .profile-post-form {
    position: relative;
    background: #fff;
    border: 1px solid #e4e4e4;
    padding: 20px;
    margin-bottom: 30px;
}
.perfil-info .profile-post-form:after {
    content: '';
    display: block;
    position: absolute;
    left: -7.4px;
    top: 25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 8.4px 7px 0;
    border-color: transparent #fff transparent transparent;
}
@media screen and (max-width: 767px) {
    .perfil-info .profile-post-form {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .perfil-info .profile-post-form:after {
        display: none;
    }
}
.perfil-info .profile-post-form textarea {
    position: relative;
    resize: none;
    z-index: 1;
    border-bottom: 1px solid #eeeeee;
}
.perfil-info .profile-post-form textarea::-moz-placeholder {
    color: #bdbebe;
    opacity: 1;
}
.perfil-info .profile-post-form textarea:-ms-input-placeholder {
    color: #bdbebe;
}
.perfil-info .profile-post-form textarea::-webkit-input-placeholder {
    color: #bdbebe;
}
.perfil-info .profile-post-form textarea::-webkit-input-placeholder {
    color: #bdbebe;
}
.perfil-info .profile-post-form textarea:-moz-placeholder {
    color: #bdbebe;
}
.perfil-info .profile-post-form textarea::-moz-placeholder {
    color: #bdbebe;
}
.perfil-info .profile-post-form textarea:-ms-input-placeholder {
    color: #bdbebe;
}
.perfil-info .profile-post-form textarea:focus ~ .post-story-button {
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
}
.perfil-info .profile-post-form .form-action-buttons {
    margin: 0;
    margin-top: 15px;
}
.perfil-info .profile-post-form .form-action-buttons li button {
    color: #979898;
    font-size: 15px;
}
.perfil-info .profile-post-form .form-action-buttons li button:hover {
    color: #515557;
}
.perfil-info .profile-post-form .form-action-buttons li button:active {
    color: #68b828;
}
.perfil-info .profile-post-form .post-story-button {
    float: right;
    margin-top: -17px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
}
.perfil-info .profile-post-form .post-story-button:active,
.perfil-info .profile-post-form .post-story-button:focus {
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
}
.perfil-info .block-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #cacbcb;
}
.perfil-info .user-timeline-stories .timeline-story {
    position: relative;
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .perfil-info .user-timeline-stories .timeline-story {
        margin-bottom: 20px;
    }
}
.perfil-info .user-timeline-stories .timeline-story header {
    color: #979898;
    font-size: 14px;
    margin-bottom: 10px;
}
.perfil-info .user-timeline-stories .timeline-story header .user-img {
    margin-right: 20px;
    float: left;
}
.perfil-info .user-timeline-stories .timeline-story header .user-img img {
    width: 48px;
}
.perfil-info .user-timeline-stories .timeline-story header .user-details {
    display: block;
    padding-top: 5px;
}
.perfil-info .user-timeline-stories .timeline-story header a {
    color: #646565;
}
.perfil-info .user-timeline-stories .timeline-story header a:hover {
    color: #4b4b4b;
}
.perfil-info .user-timeline-stories .timeline-story header time {
    display: block;
    font-size: 12px;
    color: #b1b1b1;
}
.perfil-info .user-timeline-stories .timeline-story .story-content {
    display: block;
    padding-left: 70px;
}
@media screen and (max-width: 767px) {
    .perfil-info .user-timeline-stories .timeline-story .story-content {
        padding-left: 0;
    }
}
.perfil-info .user-timeline-stories .timeline-story .story-content p {
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    .perfil-info .user-timeline-stories .timeline-story > .story-content {
        margin-top: 20px;
    }
}
.perfil-info .user-timeline-stories .timeline-story .story-audio-item {
    background: #f8f8f8;
    padding: 30px;
    margin: 10px -20px;
    margin-top: 20px;
}
.perfil-info .user-timeline-stories .timeline-story .story-audio-item .story-content {
    margin-left: -13px;
}
.perfil-info .user-timeline-stories .timeline-story .story-audio-item .audio-track-info {
    padding-bottom: 15px;
}
.perfil-info .user-timeline-stories .timeline-story .story-audio-item .audio-track-info .artist-info,
.perfil-info .user-timeline-stories .timeline-story .story-audio-item .audio-track-info .track-length {
    color: #979898;
}
.perfil-info .user-timeline-stories .timeline-story .story-audio-item .audio-track-info .artist-info {
    float: left;
}
.perfil-info .user-timeline-stories .timeline-story .story-audio-item .audio-track-info .track-length {
    float: right;
}
.perfil-info .user-timeline-stories .timeline-story .story-audio-item .audio-track-timeline {
    width: 100%;
    display: table;
}
.perfil-info .user-timeline-stories .timeline-story .story-audio-item .audio-track-timeline .play-pause,
.perfil-info .user-timeline-stories .timeline-story .story-audio-item .audio-track-timeline .track-timeline,
.perfil-info .user-timeline-stories .timeline-story .story-audio-item .audio-track-timeline .track-volume {
    display: table-cell;
    vertical-align: middle;
}
.perfil-info .user-timeline-stories .timeline-story .story-audio-item .audio-track-timeline .play-pause {
    width: 75px;
}
.perfil-info .user-timeline-stories .timeline-story .story-audio-item .audio-track-timeline .track-volume {
    width: 30px;
    text-align: right;
}
.perfil-info .user-timeline-stories .timeline-story .story-audio-item .audio-track-timeline .track-timeline .track-timeline-empty {
    display: block;
    height: 2px;
    background: #dedede;
    position: relative;
}
.perfil-info .user-timeline-stories .timeline-story .story-audio-item .audio-track-timeline .track-timeline .track-timeline-empty .track-fill {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #2c2e2f;
}
.perfil-info .user-timeline-stories .timeline-story .story-options-links {
    padding-top: 10px;
}
.perfil-info .user-timeline-stories .timeline-story .story-options-links a {
    display: inline-block;
    color: #979898;
    margin-right: 30px;
}
.perfil-info .user-timeline-stories .timeline-story .story-options-links a span {
    display: inline-block;
    zoom: 1;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    filter: alpha(opacity=90);
}
.perfil-info .user-timeline-stories .timeline-story .story-options-links a:hover {
    color: #575858;
}
.perfil-info .user-timeline-stories .timeline-story .story-options-links a.liked {
    color: #ed3434;
}
.perfil-info .user-timeline-stories .timeline-story .story-comments {
    border-top: 1px solid #eeeeee;
    margin-top: 20px;
    padding-top: 10px;
}
.perfil-info .user-timeline-stories .timeline-story .story-comments .story-comment {
    margin-top: 10px;
}
.perfil-info .user-timeline-stories .timeline-story .story-comments .story-comment .comment-user-img {
    display: block;
    float: left;
}
.perfil-info .user-timeline-stories .timeline-story .story-comments .story-comment .comment-user-img img {
    width: 32px;
}
.perfil-info .user-timeline-stories .timeline-story .story-comments .story-comment .story-comment-content {
    margin-left: 50px;
    padding-bottom: 5px;
    padding-left: 2px;
    border-bottom: 1px solid #eeeeee;
}
.perfil-info .user-timeline-stories .timeline-story .story-comments .story-comment .story-comment-content .story-comment-user-name {
    display: block;
    font-size: 14px;
    color: #575858;
    margin-bottom: 5px;
}
.perfil-info .user-timeline-stories .timeline-story .story-comments .story-comment .story-comment-content .story-comment-user-name time {
    display: inline-block;
    margin-left: 5px;
    font-size: 11px;
    color: #ddd;
}
.perfil-info .user-timeline-stories .timeline-story .story-comments .story-comment .story-comment-content p {
    font-size: 13px;
}
.perfil-info .user-timeline-stories .timeline-story .story-comments li:last-child .story-comment .story-comment-content {
    border-bottom: 0;
}
.perfil-info .user-timeline-stories .timeline-story .story-comment-form {
    margin-top: 20px;
}
.perfil-info .user-timeline-stories .timeline-story .story-comment-form textarea {
    border: 1px solid #eee;
    padding: 10px;
    max-height: 100px;
    margin-bottom: 10px;
}
.perfil-info .user-timeline-stories .timeline-story .story-checkin {
    margin-bottom: 10px;
    border: 1px solid #eeeeee;
    padding: 10px;
}
.perfil-info .user-timeline-stories .timeline-story .story-album {
    border: 1px solid #eeeeee;
    padding: 10px;
    margin-bottom: 20px;
}
.perfil-info .user-timeline-stories .timeline-story .story-album .col-1,
.perfil-info .user-timeline-stories .timeline-story .story-album .col-2 {
    display: block;
    float: left;
    width: 50%;
}
.perfil-info .user-timeline-stories .timeline-story .story-album .col-1 {
    padding-right: 6px;
}
.perfil-info .user-timeline-stories .timeline-story .story-album .col-2 {
    padding-left: 6px;
}
@media screen and (max-width: 767px) {
    .perfil-info .user-timeline-stories .timeline-story .story-album {
        padding-bottom: 0;
    }
    .perfil-info .user-timeline-stories .timeline-story .story-album .col-1,
    .perfil-info .user-timeline-stories .timeline-story .story-album .col-2 {
        padding: 0;
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
}
.perfil-info .user-timeline-stories .timeline-story:last-child {
    margin-bottom: 0;
}
.page-body .main-content .cbp_tmtimeline:before {
    background: #ffffff;
    width: 5px;
    margin-left: -6px;
}
.page-body .main-content .cbp_tmtimeline > li .cbp_tmtime > span {
    color: #575858;
    font-size: 15px;
}
.page-body .main-content .cbp_tmtimeline > li .cbp_tmtime > span:first-child {
    font-weight: bold;
    margin-bottom: 2px;
}
.page-body .main-content .cbp_tmtimeline > li .cbp_tmtime > span:last-child {
    color: #979898;
    zoom: 1;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    font-size: 12px;
}
.page-body .main-content .cbp_tmtimeline > li .cbp_tmtime > span.large {
    font-size: 17px;
}
.page-body .main-content .cbp_tmtimeline > li .cbp_tmtime > span.hidden + span {
    margin-top: 8px;
}
.page-body .main-content .cbp_tmtimeline > li .cbp_tmicon {
    background: #ffffff;
    color: #979898;
    -webkit-box-shadow: 0px 0px 0px 3px #ffffff;
    -moz-box-shadow: 0px 0px 0px 3px #ffffff;
    box-shadow: 0px 0px 0px 3px #ffffff;
}
.page-body .main-content .cbp_tmtimeline > li .cbp_tmicon.timeline-bg-primary {
    background-color: #2c2e2f;
    color: #fff;
}
.page-body .main-content .cbp_tmtimeline > li .cbp_tmicon.timeline-bg-success {
    background-color: #8dc63f;
    color: #fff;
}
.page-body .main-content .cbp_tmtimeline > li .cbp_tmicon.timeline-bg-info {
    background-color: #40bbea;
    color: #fff;
}
.page-body .main-content .cbp_tmtimeline > li .cbp_tmicon.timeline-bg-danger {
    background-color: #cc3f44;
    color: #fff;
}
.page-body .main-content .cbp_tmtimeline > li .cbp_tmicon.timeline-bg-warning {
    background-color: #ffba00;
    color: #fff;
}
.page-body .main-content .cbp_tmtimeline > li .cbp_tmicon.timeline-bg-red {
    background-color: #d5080f;
    color: #fff;
}
.page-body .main-content .cbp_tmtimeline > li .cbp_tmicon.timeline-bg-purple {
    background-color: #7c38bc;
    color: #fff;
}
.page-body .main-content .cbp_tmtimeline > li .cbp_tmicon.timeline-bg-secondary {
    background-color: #68b828;
    color: #fff;
}
.page-body .main-content .cbp_tmtimeline > li .cbp_tmicon.timeline-bg-gray {
    background-color: #ddd;
    color: #777;
}
.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel {
    background: #ffffff;
    color: #737881;
    margin-bottom: 30px;
    padding: 20px;
    -webkit-border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px;
    -moz-background-clip: padding;
    border-radius: 0px;
    background-clip: padding-box;
}
.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel h2,
.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel p {
    color: #737881;
    font-size: 13px;
    margin: 0;
    line-height: 1.42857143;
}
.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel p + p {
    margin-top: 10px;
}
.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel h2 {
    font-size: 15px;
}
.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel h2 a {
    color: #303641;
}
.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel h2 span {
    zoom: 1;
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    filter: alpha(opacity=60);
}
.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel blockquote {
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel:after {
    border-right-color: #ffffff;
}
.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel.empty {
    background: 0;
    padding: 9px 0;
    margin-bottom: 70px;
}
.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel.empty:after {
    visibility: hidden;
}
@media screen and (max-width: 47.2em) {
    .page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel:after {
        border-right-color: transparent;
        border-bottom-color: #fff;
        left: 10px;
    }
    .page-body .main-content .cbp_tmtimeline > li .large {
        font-weight: bold;
        font-size: 16px !important;
    }
    .page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel.empty {
        background: #ffffff;
        padding: 1.7em;
    }
    .page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel.empty:after {
        visibility: visible;
    }
}
.timeline-centered {
    position: relative;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .timeline-centered {
        margin-top: 60px !important;
    }
}
.timeline-centered:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    background: #ffffff;
    left: 50%;
    top: 20px;
    bottom: 20px;
    margin-left: -4px;
}
.timeline-centered .timeline-entry {
    position: relative;
    width: 50%;
    float: right;
    margin-bottom: 70px;
    clear: both;
}
.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}
.timeline-centered .timeline-entry:after {
    clear: both;
}
.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}
.timeline-centered .timeline-entry:after {
    clear: both;
}
.timeline-centered .timeline-entry.begin {
    margin-bottom: 0;
}
.timeline-centered .timeline-entry.left-aligned {
    float: left;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
    margin-left: 0;
    margin-right: -18px;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
    left: auto;
    right: -120px;
    text-align: left;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
    float: right;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
    margin-left: 0;
    margin-right: 70px;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -9px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.timeline-centered .timeline-entry .timeline-entry-inner {
    position: relative;
    margin-left: -22px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
    position: absolute;
    left: -100px;
    text-align: right;
    padding: 10px;
    padding-top: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
    display: block;
    color: #979898;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
    font-size: 15px;
    font-weight: bold;
    color: #717272;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
    font-size: 12px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    background: #fff;
    color: #737881;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 20px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 20px;
    -moz-background-clip: padding;
    border-radius: 20px;
    background-clip: padding-box;
    text-align: center;
    -webkit-box-shadow: 0px 0px 0px 5px #ffffff;
    -moz-box-shadow: 0px 0px 0px 5px #ffffff;
    box-shadow: 0px 0px 0px 5px #ffffff;
    line-height: 40px;
    font-size: 16px;
    float: left;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.timeline-bg-primary {
    background-color: #2c2e2f;
    color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.timeline-bg-success {
    background-color: #8dc63f;
    color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.timeline-bg-info {
    background-color: #40bbea;
    color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.timeline-bg-danger {
    background-color: #cc3f44;
    color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.timeline-bg-warning {
    background-color: #ffba00;
    color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.timeline-bg-red {
    background-color: #d5080f;
    color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.timeline-bg-purple {
    background-color: #7c38bc;
    color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.timeline-bg-secondary {
    background-color: #68b828;
    color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    position: relative;
    background: #ffffff;
    padding: 1.7em;
    margin-left: 70px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
    content: '';
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    border-color: transparent #ffffff transparent transparent;
    left: 0;
    top: 10px;
    margin-left: -9px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2,
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
    color: #737881;
    font-size: 13px;
    margin: 0;
    line-height: 1.42857143;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
    margin-top: 10px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
    font-size: 15px;
    margin-bottom: 10px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
    color: #303641;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
    zoom: 1;
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    filter: alpha(opacity=60);
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label blockquote {
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #979898;
}
@media screen and (max-width: 47.2em) {
    .timeline-centered {
        margin-top: 20px;
    }
    .timeline-centered:before {
        left: 22px;
    }
    .timeline-centered .timeline-entry,
    .timeline-centered .timeline-entry.left-aligned {
        width: 100%;
        float: none;
    }
    .timeline-centered .timeline-entry .timeline-entry-inner,
    .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
        margin-left: 0;
        margin-right: 0;
    }
    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time,
    .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
        left: 60px;
        right: auto;
        top: -30px;
        width: auto;
    }
    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time span,
    .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time span {
        display: inline-block;
    }
    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time span + span,
    .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time span + span {
        margin-left: 10px;
    }
    .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
        float: left;
    }
    .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
        margin-left: 70px;
        margin-right: 0;
    }
    .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
        left: 0;
        right: auto;
        margin-left: -9px;
        margin-right: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.draggable-portlets .sorted {
    min-height: 100px;
}
.draggable-portlets .sorted .ui-sortable-placeholder {
    background: rgba(255, 255, 204, 0.7);
    border: 1px dashed #dddddd;
    visibility: visible !important;
}
.draggable-portlets .sorted > .panel {
    -webkit-transition: opacity 200ms ease-in-out, transform 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out, transform 200ms ease-in-out;
    transition: opacity 200ms ease-in-out, transform 200ms ease-in-out;
    -webkit-transition: opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out, -moz-transform 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out, -o-transform 200ms ease-in-out;
    transition: opacity 200ms ease-in-out,-webkit-transform 200ms ease-in-out,-moz-transform 200ms ease-in-out,-o-transform 200ms ease-in-out,transform 200ms ease-in-out;
}
.draggable-portlets .sorted > .panel .panel-heading {
    cursor: pointer;
}
.draggable-portlets.dragging .sorted > .panel {
    -webkit-transform: scale(.97);
    -moz-transform: scale(.97);
    -o-transform: scale(.97);
    -ms-transform: scale(.97);
    transform: scale(.97);
    zoom: 1;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: alpha(opacity=50);
}
.draggable-portlets.dragging .sorted > .panel.ui-sortable-helper {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
}
.notes-env {
    position: relative;
    margin-bottom: 30px;
}
.notes-env .notes-header {
    margin-bottom: 10px;
}
.notes-env .notes-list {
    position: relative;
}
.notes-env .notes-list .write-pad,
.notes-env .notes-list .list-of-notes {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.notes-env .notes-list .list-of-notes {
    float: left;
    width: 26%;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
}
.notes-env .notes-list .list-of-notes li {
    position: relative;
    padding-right: 10px;
    padding-bottom: 10px;
}
.notes-env .notes-list .list-of-notes li a {
    display: block;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    padding: 10px 15px;
}
.notes-env .notes-list .list-of-notes li a strong,
.notes-env .notes-list .list-of-notes li a span {
    display: block;
}
.notes-env .notes-list .list-of-notes li a strong + strong,
.notes-env .notes-list .list-of-notes li a span + strong,
.notes-env .notes-list .list-of-notes li a strong + span,
.notes-env .notes-list .list-of-notes li a span + span {
    padding-top: 8px;
}
.notes-env .notes-list .list-of-notes li a strong {
    word-break: break-all;
    background: #f5f5f5;
    margin: -15px;
    margin-top: -10px;
    margin-bottom: 0;
    padding: 8px 10px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 12px;
}
@media screen and (max-width: 768px) {
    .notes-env .notes-list .list-of-notes li a strong {
        margin-bottom: -10px;
        border-bottom: 0;
    }
}
.notes-env .notes-list .list-of-notes li a span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}
.notes-env .notes-list .list-of-notes li a em {
    float: right;
}
.notes-env .notes-list .list-of-notes li a:hover {
    background: #f5f5f5 !important;
    border-color: #d3d3d3;
}
.notes-env .notes-list .list-of-notes li a:hover span,
.notes-env .notes-list .list-of-notes li a:hover strong {
    color: #737881;
}
.notes-env .notes-list .list-of-notes li .note-close {
    position: absolute;
    right: 11px;
    top: 1px;
    border: none;
    background: none;
    outline: none;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-top: 0;
    border-right: 0;
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
}
.notes-env .notes-list .list-of-notes li:hover .note-close {
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
}
.notes-env .notes-list .list-of-notes li .content {
    display: none;
}
.notes-env .notes-list .list-of-notes li.current a {
    background: #fff;
}
.notes-env .notes-list .list-of-notes li + .no-notes {
    display: none;
}
.notes-env .notes-list .write-pad {
    float: right;
    width: 74%;
    background: #ffffff;
    position: relative;
}
.notes-env .notes-list .write-pad:after {
    display: block;
    content: '';
    position: absolute;
    left: 95px;
    top: 0;
    bottom: 0;
    background: #f9d4d1;
    width: 1px;
}
.notes-env .notes-list .write-pad textarea {
    background: transparent;
    border: none;
    background: url(../images/notes-lines.png) left top;
    background-attachment: local;
    min-height: 780px;
    font: 14px/52px "Arimo", "Helvetica Neue", Helvetica, Arial, sans-serif, serif;
    border: 1px solid #dddddd;
    max-height: 1500px;
    padding-left: 125px;
    padding-right: 50px;
}
.notes-env .notes-list .write-pad textarea::-webkit-scrollbar {
    width: 5px;
}
.notes-env .notes-list .write-pad textarea::-webkit-scrollbar-track {
    width: 5px;
    background-color: #e0e0e0;
}
.notes-env .notes-list .write-pad textarea::-webkit-scrollbar-thumb {
    background-color: #bdbdbd;
}
.notes-env + footer.main {
    border-top: 0;
    padding-top: 10px;
}
@media (max-width: 992px) {
    .notes-env .notes-list .list-of-notes {
        width: 35%;
    }
    .notes-env .notes-list .write-pad {
        width: 65%;
    }
    .notes-env .notes-list .write-pad textarea {
        padding-left: 50px;
    }
    .notes-env .notes-list .write-pad:after {
        left: 35px;
    }
}
@media (max-width: 768px) {
    body .notes-env .notes-list .list-of-notes,
    body .notes-env .notes-list .write-pad {
        width: 100%;
        float: none;
    }
    body .notes-env .notes-list .list-of-notes {
        padding-bottom: 10px;
    }
    body .notes-env .notes-list .list-of-notes li {
        padding: 0;
        padding-top: 10px;
        padding-bottom: 0;
    }
    body .notes-env .notes-list .list-of-notes li a span {
        display: none;
    }
    body .notes-env .notes-list .list-of-notes li .note-close {
        right: 1px;
        top: 11px;
    }
    body .notes-env .notes-list .write-pad textarea {
        min-height: 400px;
        max-height: 600px;
    }
}
.tocify {
    border: 1px solid #dddddd;
    background: #fff;
    -webkit-border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px;
    -moz-background-clip: padding;
    border-radius: 0px;
    background-clip: padding-box;
}
.tocify.fixed {
    position: fixed;
    top: 15px;
}
.navbar.horizontal-menu + .page-container .tocify.fixed {
    top: 110px;
}
@media (max-width: 991px) {
    .tocify {
        top: 0px;
        position: relative !important;
        margin-bottom: 30px;
    }
    .tocify .tocify-item.active > a:before,
    .tocify .tocify-item.active > a:after {
        display: none !important;
    }
}
.tocify li {
    border-top: 1px solid #f0f0f0;
}
.tocify li a {
    color: #979898;
}
.tocify li a:hover {
    background: #ffffff;
    color: #2c2e2f;
}
.tocify > ul:first-child > li {
    border-top: 0;
}
.tocify > ul ul li a {
    padding-left: 30px;
}
.tocify > ul ul {
    background: #ffffff;
}
.tocify > ul ul ul li a {
    padding-left: 40px;
}
.tocify > ul:last-child {
    border-bottom: 0;
}
.tocify .tocify-item.active > a {
    position: relative;
    background: #f6f6f6;
    color: #2c2e2f;
}
.tocify .tocify-item.active > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 14px;
    right: -1px;
    width: 0;
    height: 0;
    border-color: transparent #eeeeee transparent transparent;
    border-style: solid;
    border-width: 6px;
}
.tocify .tocify-item.active > a:before {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    right: -1px;
    margin-left: -2px;
    width: 0;
    height: 0;
    border-color: transparent #dddddd transparent transparent;
    border-style: solid;
    border-width: 7px;
}
.tocify-extend-page {
    display: none !important;
}
.google-map-env {
    background: #e5e5e5;
    margin-bottom: 30px;
}
.google-map-env ~ .main-footer {
    display: none !important;
}
.google-map-env.fill {
    margin: -30px;
}
.google-map-env.fill .map-toolbar > .row {
    margin-left: 0;
    margin-right: 0;
}
.google-map-env .map-toolbar {
    padding: 20px 15px;
    background: #fff;
}
.google-map-env .map-toolbar + .gmap {
    border-top: 1px solid #ccc;
}
.google-map-env .gmap + .map-toolbar {
    border-top: 1px solid 0px;
}
.google-map-env .full-page-google-map {
    border-top: 1px solid #dddddd;
}
.google-map-env .full-page-google-map > div {
    width: 100%;
    height: 500px;
}
.jvectormap-label {
    position: absolute;
    display: none;
    background: #2c2e2f;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px 7px;
    z-index: 1000 !important;
    -webkit-border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px;
    -moz-background-clip: padding;
    border-radius: 0px;
    background-clip: padding-box;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
    position: absolute;
    left: 10px;
    border: 1px solid #e7e7e7;
    background: #fafafa;
    padding: 3px;
    color: #979898;
    width: 28px;
    height: 28px;
    cursor: pointer;
    line-height: 19px;
    text-align: center;
    -webkit-border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px;
    -moz-background-clip: padding;
    border-radius: 0px;
    background-clip: padding-box;
}
.jvectormap-zoomin:hover,
.jvectormap-zoomout:hover {
    background-color: #f2f2f2;
}
.jvectormap-zoomin:active,
.jvectormap-zoomout:active {
    -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.jvectormap-zoomin {
    top: 10px;
}
.jvectormap-zoomout {
    top: 37px;
}
.xenon-loading-bar {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: rgba(44, 46, 47, 0.3);
    height: 5px;
    z-index: 10000;
    top: 0px;
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    -webkit-transition: all 220ms ease-in-out;
    -moz-transition: all 220ms ease-in-out;
    -o-transition: all 220ms ease-in-out;
    transition: all 220ms ease-in-out;
}
.xenon-loading-bar span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    background: #68b828;
}
.xenon-loading-bar.progress-is-hidden {
    top: -5px;
    zoom: 1;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: alpha(opacity=50);
    visibility: hidden;
}

/*-----------toastr----------*/
/* Toastr custom style */
#toast-container > .toast {
    background-image: none !important;
}
#toast-container > .toast:before {
    position: fixed;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 24px;
    float: left;
    color: #FFF;
    padding-right: 0.5em;
    margin: auto 0.5em auto -1.5em;
}
#toast-container > .toast-warning:before {
    content: "\f0e7";
}
#toast-container > .toast-error:before {
    content: "\f071";
}
#toast-container > .toast-info:before {
    content: "\f005";
}
#toast-container > .toast-success:before {
    content: "\f00C";
}
#toast-container > div {
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    opacity: .9;
    -ms-filter: alpha(opacity=90);
    filter: alpha(opacity=90);
}
#toast-container > :hover {
    -moz-box-shadow: 0 0 4px #999;
    -webkit-box-shadow: 0 0 4px #999;
    box-shadow: 0 0 4px #999;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}
.toast {
    background-color: #1ab394;
}
.toast-success {
    background-color: #1ab394;
}
.toast-error {
    background-color: #ed5565;
}
.toast-info {
    background-color: #23c6c8;
}
.toast-warning {
    background-color: #f8ac59;
}
.toast-top-full-width {
    margin-top: 20px;
}
.toast-bottom-full-width {
    margin-bottom: 20px;
}

/*Responsive Design*/
@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }
    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}
@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }
    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}
@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
}
.uk-nestable-item .uk-nestable-handle {
    padding: 5px 8px;
    background: #eeeeee;
}
.uk-nestable-item .uk-nestable-handle:hover,
.uk-nestable-item .uk-nestable-handle:active {
    background: #e1e1e1;
}
.uk-nestable-item [data-nestable-action="toggle"] {
    padding: 0 5px;
    padding-right: 0;
    display: none;
}
.uk-nestable-item .list-label {
    display: inline-block;
    line-height: 1;
    padding: 5px 8px;
}
.uk-parent > .uk-nestable-item [data-nestable-action='toggle'] {
    display: inline-block !important;
}

/*-----------------------------------------------------------------------------=
LOGIN PAGE
-----------------------------------------------------------------------------=*/

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
}

.login-header{
    padding:20px;
}

.login-page {
    /*background: #2c2e2f;*/
    color: #fff;
    /* padding-top: 10px; */
}
.login-page .errors-container {
    margin-bottom: 20px;
    padding: 0 30px;
}
.login-page .login-form {
    position: relative;
    padding: 30px;
    margin-bottom: 30px;
}

.login-form input{

    border: 1px solid #04496B;
    border-radius:30px;
    padding-left:10px;
    color:#777;
    font-weight:bold; 
    margin-top:4px
}
.login-page .box-login{
    margin:1%;
    background: #fbfbfb;
    min-height:450px;
    padding-top:4%;
    display: table-cell;
    height: 97%;
    -moz-box-shadow:1px 0px 10px #555;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.5);
}
.login-page input.form-control{
    background:#fcfcfc;
}

.login-page .login-form .form-group .btn {
    padding-top: 11.11111111px;
    padding-bottom: 11.11111111px;
    background: #04496B;
    box-shadow: none;
    border-radius: 0px;
}
.login-page .login-form .form-group .btn:hover {
    background:#002b3f;
}


@media screen and (max-width: 768px) {
    .login-page .box-login{
        display:block;
    }
    .login-page {
        padding-top: 0;
    }
    .login-page .login-form,
    .login-page .errors-container,
    .login-page .external-login {
        padding-left: 10px;
        padding-right: 10px;
    }
    .login-page .errors-container {
        margin-top: 20px;
    }
    .login-page.login-light .login-form {
        padding-left: 30px;
        padding-right: 30px;
    }
    .login-page.login-light .errors-container,
    .login-page.login-light .external-login {
        padding-left: 0;
        padding-right: 0;
    }
    .login-page .row {
        margin: 0;
    }
}

.lockscreen-page {
    background: #2c2e2f;
    color: #fff;
    padding-top: 250px;
}
@media screen and (max-width: 768px) {
    .lockscreen-page {
        padding-top: 30px;
    }
    .lockscreen-page .row {
        margin: 0 auto;
    }
}
.lockscreen-page .lockcreen-form .user-thumb {
    float: left;
    width: 25%;
}
.lockscreen-page .lockcreen-form .user-thumb img {
    -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.05);
    -moz-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.05);
}
.lockscreen-page .lockcreen-form .form-group {
    position: relative;
    float: left;
    width: 75%;
    padding-left: 30px;
}
.lockscreen-page .lockcreen-form .form-group h3 {
    margin: 0;
}
.lockscreen-page .lockcreen-form .form-group p {
    color: #979898;
    font-size: 13px;
    margin: 0;
    margin-top: 10px;
}
.lockscreen-page .lockcreen-form .form-group .input-group {
    position: relative;
    margin-top: 20px;
}
.lockscreen-page .lockcreen-form .form-group .input-group .form-control {
    background: transparent;
    border: 1px solid #3e4142;
    color: #fff;
    height: 40px;
}
.lockscreen-page .lockcreen-form .form-group .input-group .form-control.error {
    border-color: rgba(204, 63, 68, 0.5);
}
.lockscreen-page .lockcreen-form .form-group .input-group label.error {
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 10px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
}
.lockscreen-page .lockcreen-form .form-group .input-group .input-group-btn {
    padding-left: 10px;
}
.lockscreen-page .lockcreen-form .form-group .input-group .input-group-btn .btn {
    border: 1px solid #3e4142;
    padding: 10px 20px;
}
.lockscreen-page .lockcreen-form .form-group .input-group .input-group-btn .btn:hover,
.lockscreen-page .lockcreen-form .form-group .input-group .input-group-btn .btn:focus {
    background-color: rgba(62, 65, 66, 0.3);
}
.lockscreen-page .lockcreen-form.fade-in-effect .user-thumb {
    position: relative;
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}
.lockscreen-page .lockcreen-form.fade-in-effect .form-group {
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.lockscreen-page .lockcreen-form.fade-in-effect .form-group .input-group {
    zoom: 1;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: alpha(opacity=50);
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}
.lockscreen-page .lockcreen-form.fade-in-effect.in .user-thumb {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    left: 0;
}
.lockscreen-page .lockcreen-form.fade-in-effect.in .form-group {
    top: 0px;
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
}
.lockscreen-page .lockcreen-form.fade-in-effect.in .form-group .input-group {
    top: 0px;
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
}

@media screen and (max-width: 768px) {
    .lockscreen-page .lockcreen-form .user-thumb,
    .lockscreen-page .lockcreen-form .form-group {
        float: none;
        width: 100%;
    }
    .lockscreen-page .lockcreen-form .user-thumb {
        text-align: center;
        margin-bottom: 30px;
    }
    .lockscreen-page .lockcreen-form .user-thumb a {
        display: inline-block;
    }
    .lockscreen-page .lockcreen-form .form-group {
        padding-left: 0;
        text-align: center;
    }
}
