/*
    Created on : 14/04/2014, 9:52:45 AM
    Author     : michaelesteves
*/

body, html{
    /*height: 100%;*/
    /*background: #515151;*/
}

body{
    background: #a7d9dc url(/images/mbg13.svg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    /*background: url(/images/bg-noise.png);*/
}

#lights { 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #0e74a2;
}

.half-divider{
    background: url("/images/divider.png") repeat-y top center;
}

.wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
}

.wrapper-inner{
    background: rgba(0,0,0,0.5);
}

.header{
    /*position: absolute;*/
    width: 100%;
    top: 0px;
    left: 0px;
    /*background: #373737;*/
    z-index: 1000;
}

.header .navbar-static-top{
    z-index: 1000;
    background: none !important;
    border: none;
    -webkit-box-shadow:inset 0 -1px 3px 0 #aaa;
    box-shadow:inset 0 -1px 3px 0 #aaa;
}

.logo{
    color: #515151;
    font-size: 30px;
    margin-top: 4px;
    font-weight: bold;
}

.logo span{
    color: #3da9e3;
}

.logo sup{
    color: #f47e1f;
}

.sidebar{
    position: absolute;
    left: 0;
    width: 220px;
    transition: all 0.3s ease;
    /*background-color: #515151;*/
    /*min-height: 100%;*/
}

.sidebar.min{
    width: 55px;
}

.sidebar-logo{
    position: fixed;
    width: 200px;
    bottom: 10px;
    left: 10px;
    text-align: center;
}

.sidebar-logo img{
    max-width: 100%;
}

.sidebar.min .sidebar-logo{
    display: none;
}

@media (max-height: 450px) {
    .sidebar-logo{
        position: relative;
        top: auto;
        bottom: auto;
        clear: both;
    }
}

@-webkit-keyframes showpage {
    0%   { opacity: 0; margin-top: 0; }
    100% { opacity: 1; margin-top: 0px; }
}
@-moz-keyframes showpage {
    0%   { opacity: 0; margin-top: 0; }
    100% { opacity: 1; margin-top: 0px; }
}
@-o-keyframes showpage {
    0%   { opacity: 0; margin-top: 0; }
    100% { opacity: 1; margin-top: 0px; }
}
@keyframes showpage {
    0%   { opacity: 0; margin-top: 0; }
    100% { opacity: 1; margin-top: 0px; }
}

.page{
    min-height: 700px;
    background: white;
    transition: margin 0.3s ease;
    /*background: #F6F6F6;*/
    margin-left: 220px;
}

.page > .col-xs-12{
    -webkit-animation: showpage 0.5s; /* Safari 4+ */
    -moz-animation:    showpage 0.5s; /* Fx 5+ */
    -o-animation:      showpage 0.5s; /* Opera 12+ */
    animation:         showpage 0.5s; /* IE 10+, Fx 29+ */
}

.page.max{
    margin-left: 55px;
}

.page-header{
    /*margin-left: -15px;*/
    /*margin-right: -15px;*/
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    font-weight: normal;
    -webkit-box-shadow: 5px 2px 5px 0 #f6f6f6;
    box-shadow: 5px 2px 5px 0 #f6f6f6;
    border-color: #eee;
}

.page-header h1{
    font-weight: normal;
    margin-top: 0;
    padding-top: 20px;
    font-size: 30px;
    line-height: 30px;
}

.title-nav{
    background: #fff;
    font-weight: normal;
    -webkit-box-shadow: 5px 2px 5px 0 #f6f6f6;
    box-shadow: 5px 2px 5px 0 #f6f6f6;
    border-color: #eee;
}

.title-nav .navbar-brand{
    font-size: 30px;
    color: #333;
    padding: 23px 15px;
    height: auto;
}

.title-nav .navbar-brand:hover{
    color: #333;
}

.title-nav .navbar-brand small{
    color: #999;
    font-style: italic;
    font-size: 22px;
}

.title-nav .navbar-right a{
    padding: 25px 10px;
    font-size: 14px;
}

.badge.top-right{
    position: absolute;
    top: -7px;
    right: -7px;
}

.badge.top-left{
    position: absolute;
    top: -7px;
    left: -7px;
}

.navbar-btn .badge{
    top: 0;
}

.dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

.dropdown.pull-right .dropdown-menu:before {
    right: 13px;
    left: auto;
}

.dropdown.pull-right .dropdown-menu:after {
    right: 13px;
    left: auto;
}

.dropdown-menu{
    margin-top: 6px;
}


ul.sidebar-menu, .sidebar-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-menu ul{
    display: none;
}

ul.sidebar-menu{
    margin-top: 1px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

ul.sidebar-menu li a{
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    padding: 6px 15px;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    border-top: 1px solid rgba(0,0,0,0.05);
    transition: all 0.1s ease;
}

@-webkit-keyframes hidespan {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@-moz-keyframes hidespan {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@-o-keyframes hidespan {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes hidespan {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}



ul.sidebar-menu li a span{
    -webkit-animation: hidespan 1s; /* Safari 4+ */
    -moz-animation:    hidespan 1s; /* Fx 5+ */
    -o-animation:      hidespan 1s; /* Opera 12+ */
    animation:         hidespan 1s; /* IE 10+, Fx 29+ */
    /*transition: all 0.3s ease;*/
    /*opacity: 1;*/
}

.sidebar.min ul.sidebar-menu li a span{
    display: none;
    opacity: 0;
}

/*ul.sidebar-menu li a span{
    font-size: 12px;
    color: #fff;
}*/

ul.sidebar-menu li a .fa{
    transition: all 0.1s ease;
    min-width: 20px;
}

.sidebar.min ul.sidebar-menu li a{
    text-align: center;
    font-size: 20px;
}
.sidebar.min ul.sidebar-menu li a .fa{
    margin: 0 !important;
    min-width: auto;
}

ul.sidebar-menu li.active > a{
    background: rgba(0,0,0,0.2) !important;
    position: relative;
    color: #fff;
}

ul.sidebar-menu li.active > a:before{
    display: block;
    content: " ";
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 0px solid transparent;
    border-right: 10px solid white;
    right: 0;
    top: 7px;
}

.sidebar.min ul.sidebar-menu li.active > a:before{
    display: none;
}


.sidebar-menu ul li a{
    font-size: 12px;
    padding: 8px 15px;
    padding-left: 25px;
    background: #444444;
}

ul.sidebar-menu li:hover > a{
    background: rgba(0,0,0,0.1);
    color: #fff;
}

ul.sidebar-menu li a i{
    transition: all 0.2s ease;
}

ul.sidebar-menu li a:hover i{
    margin-right: 20px !important;
}

.sidebar.min ul.sidebar-menu li a:hover i{
    margin-right: 0 !important;
}

ul.sidebar-menu ul li:hover > a{
    background: rgba(0,0,0,0.2);
    color: #fff;
}

ul.btn-group{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.btn-group li{
    display: inline-block;
    margin: 0;
}

ul.btn-group li:first-child:not(:last-child) .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group li:not(:first-child):not(:last-child) .btn {
    border-radius: 0;
}

.btn-group li:last-child:not(:first-child) .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

ul.btn-group>li{
    position: relative;
    float: left;
}

ul.btn-group li + li {
    margin-left: -1px;
}

.form-panel{
    background: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 2px 2px 0 1px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 0 1px rgba(0,0,0,0.2);
}

.login-form h1{
    color: #fff;
    font-weight: normal;
}

.login-form{
    position: relative;
    z-index: 1000;
    margin-top: 200px;
}

.background{
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}

.background img{
    max-width: none;
}

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

.help-inline{
    color: red;
    font-size: 12px;
}

.modal-frame{
    border: none;
    width: 100%;
    height: 600px;
}

.page-subtitle{
    color: #666;
    font-style: italic;
}

.page-header{
    margin-top: 0;
}

.items.table tbody .selected td, .items.table tbody tr:hover td{
    background-color: #ededed !important;
    /*color: #3c763d !important;*/
}

.filters input, .filters select{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -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);
    -webkit-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;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555555 !important;
    background-color: #e7e7e7 !important;
}

.right{
    text-align: right;
}
.left{
    text-align: left;
}
.center{
    text-align: center;
}

.pagination{
    margin: 0;
}

.modal-lg{
    width: 80%;
}

.text-left{
    text-align: left !important;
}

.text-center{
    text-align: center !important;
}

.text-right{
    text-align: right !important;
}

.block{
    display: block;
}

.help-inline, .help-block{
    display: block;
    color: red;
    margin: 5px 0;
    font-size: 12px;
}

span.required{
    color: red;
}

.notifications, .chats{
    min-width: 400px;
}

.notifications table{
    margin: 0;
}

.notifications small{
    color: #999;
}

.btn{
    outline: none !important;
}

.notifications table tr.danger td{
    color: #e00;
}


.icon-link{
    display: block;
    float: left;
    margin: 5px;
    width: 150px;
    height: 150px;
    font-size: 60px;
    position: relative;
    text-align: center;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    line-height: 110px;
    color: #666;
    -webkit-box-shadow: 1px 1px 2px 0 #f6f6f6;
    box-shadow: 1px 1px 2px 0 #f6f6f6;
    transition: all 0.2s ease;
}

.icon-link .icon-link-title{
    display: block;
    font-size: 14px;
    padding: 10px 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    border-top: 1px solid #eee;
    line-height: normal;
    /*transition: all 0.1s ease;*/
}

.icon-link:hover, .icon-link:focus{
    color: #333;
    text-shadow: 3px 3px 5px #cacaca;
    font-size: 65px;
    /*color: #ec8921;*/
    border-color: #2f83c8;
}

.icon-link:hover .icon-link-title, .icon-link:focus .icon-link-title{
    background-color: #3e8fd2;
    color: #fff;
    text-shadow: none;
    border-color: #2f83c8;
}

.icon-link .badge{
    background-color: #ec8921;
    color: #fff;
    text-shadow: none !important;
}

.login-title{
    text-shadow: 1px 1px 3px #555;
}

.widget{
    border: 1px solid #aaa;
    margin-bottom: 10px;
    float: left;
    margin: 1%;
    -webkit-box-shadow: 1px 1px 2px 0 #f6f6f6;
    box-shadow: 1px 1px 2px 0 #f6f6f6;
}

.widget.one{
    width: 23%;
}

.widget.two{
    width: 48%;
}

.widget.three{
    width: 73%;
}

.widget.four{
    width: 98%;
}

@media (max-width: 991px) {
    .widget{
        width: 100% !important;
        margin: 0;
        margin-bottom: 20px;
        float: none;
    }

    .widgets{
        margin: 0;
    }
}

.widget-title{
    font-size: 16px;
    background-color: #666;
    color: #fff;
    padding: 5px 10px;
}

.widget-body .notifications{
    min-width: 100% !important;
}

.widget .notifications{
    font-size: 12px;
}

#sales-content .tab-pane.loading, .widget.loading, #reportResults.loading{
    min-height: 200px;
    background: url("/images/preloader-2.gif") no-repeat center center;
}

#reportResults #progress-report-grid{
    font-size: 13px;
}

#reportResults.loading #progress-report-grid{
    opacity: 0.2;
}

.chart-title{
    padding: 10px 0;
    font-weight: bold;
    font-size: 12px;
}

.widget .nav > li > a{
    font-size: 12px;
    padding: 5px 10px;
}

/*.page-header, h1{
    font-size: 24px !important;
}*/

/*.sales-canvas{
    width: 100%;
    height: 250px;
}*/

.tabs-right li{
    float: right;
}

.widget-title .nav-tabs{
    border-bottom: none;
}

.widget-title .nav-tabs > li > a{
    /*color: #fff;*/
    margin-bottom: 1px;
    border-bottom: none;
}

.widget-title .nav-tabs > li.active > a{
    color: #515151;
}

.widget-title .nav-tabs > li > a:hover{
    background-color: #ccc;
    border-bottom: none;
    border-color: #616161;
    color: #515151;
}

.widget-title .nav-tabs > li.active > a:hover{
    background-color: #fff;
    border-bottom: none;
    border-color: transparent;
    color: #515151;
}

.sales-canvas{
    width: 100%;
    height: 300px;
}

.grid-view .summary{
    font-size: 12px;
    color: #888;
    /*font-style: italic;*/
}

.pagination-form{
    font-size: 12px;
}

.pagination-form select{
    display: inline;
}

.pagination-form .chosen-container{
    width: auto !important;
}

.toggle-sidebar{
    color: #fff !important;
}

.icheckbox_square-blue{
    margin-top: 5px !important;
}

.nav-tabs > li > a {
    margin-right: 4px;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
    color: #777;
}

.nav-tabs > li > a:hover{
    background-color: #ddd;
}

.note{
    font-size: 12px;
    font-style: italic;
    text-align: right;
}

textarea.survey-fields{
    min-height: 500px;
}

/*chat*/

.chat-container{
    z-index: 99999999999;
    position: fixed;
    bottom: 0;
    right: 20px;
}

.chat-box{
    width: 270px;
    background: #e5e5e5;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
    transition: all 0.3s ease;
    float: right;
}

.chat-box-title{
    background: #777;
    color: #fff;
    padding: 8px 12px;
    transition: all 0.3s ease;
}

.chat-box-stage{
    height: 300px;
    overflow: auto;
    padding: 10px 0;
    transition: all 0.3s ease;
}

.chat-box-input{
    width: 100%;
    border: none;
    margin: 0;
    display: block;
    font-size: 12px;
    padding: 10px;
    height: 42px;
    border-top: 1px solid #bbb;
    transition: all 0.3s ease;
}

.chat-box-controls{
    float: right;
}

.chat-box-controls a{
    color: #fff;
    margin-left: 5px;
}

.chat-box .msg{
    background: #fff;
    padding: 5px 8px;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.2);
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.2);
    margin: 5px 10px;
    clear: both;
    float: left;
    font-size: 12px;
    border-radius: 2px;
    position: relative;
}

.chat-box .msg:before{
    position: absolute;
    display: block;
    content: "";
    top: 5px;
    left: -8px;
    border-top: none;
    border-bottom: 10px solid transparent;
    border-left: none;
    border-right: 8px solid #fff;
}

.chat-box .msg .msg-name{
    font-weight: bold;
}

.chat-box .msg .msg-time{
    font-size: 10px;
    font-style: italic;
    color: #666;
}

.chat-box .msg .msg-body{
    margin-bottom: 5px;
}

.btn-sat.active{
    color: #ffffff;
    background-color: #7bab4b;
    border-color: #648b3d;
}

.btn-nysat.active{
    color: #ffffff;
    background-color: #eb4945;
    border-color: #e7201c;
}

/*----- Minimised chat box ------*/

.chat-box.min .chat-box-title{
    background-color: #999;
    cursor: pointer;
}

.chat-box.min .chat-box-stage{
    height: 0;
    padding: 0;
}

.chat-box.min .chat-box-input{
    display: none;
}

/*----- Active chat box ------*/

.chat-box.active .chat-box-title{
    background: #4d4d4d;
}



.color-info{
    color: #2f83c8;
}

.color-warning{
    color: #ec8921;
}

.color-danger{
    color: #ed5653;
}

.color-success{
    color: #82b352;
}


#org-tree, #org-tree ul{
    /*position: relative;*/
    list-style: none;
    border-left: 1px solid #aaa;
    /*line-height: 16px;*/
    /*padding: 0;*/
    padding-left: 15px;
    margin-left: 15px;
}

#org-tree li{
    /*display: block;*/
    /*padding: 5px 0px;*/
    /*position: relative;*/
    /*z-index: 200;*/
}

#org-tree > li > div{
    font-weight: bold;
}


#org-tree li div{
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 4px;
    position: relative;
    cursor: pointer;
    display: inline;
    /*padding: 7px 0px;*/
    z-index: 1;
    background: #fff;
    transition: all 0.5s ease;
    border-radius: 3px;
}

#org-tree li div small{
    color: #bbb;
    font-weight: normal;
    display: block;
    position: absolute;
    top: 1px;
    right: -20px;
}


#org-tree li div:before{
    position: absolute;
    display: block;
    content: "";
    width: 14px;
    height: 1px;
    border-top: 1px solid #aaa;
    //background: #B3B3B3;
    left: -15px;
    top: 50%;
}

#org-tree li:hover > div{
    background: #3E8FD2;
    color: #fff;
}

#org-tree li:hover > ul, #org-tree li:hover > div:before{
    border-color: red;
    border-width: 2px;
}


#org-tree .line-mask, #org-tree .line-mask-grey{
    position: absolute;
    display: inline-block;
    content: "";
    width: 2px;
    background: white;
    top: 50%;
    margin-top: 1px;
    left: -17px;
}

#org-tree .line-mask-grey{
    background: #aaa;
    /*background: blue;*/
    width: 2px;
    margin-top: 2px;
    border-left: 1px solid #fff;
    display: none;
}

#org-tree li:hover > div .line-mask{
    margin-top: 2px;
}

#org-tree li:hover > div .line-mask-grey{
    display: block;
}

#org-tree li.placeholder {
    width: 200px;
    height: 20px;
    background: #f7f7f7;
    border: 1px #ccc dashed;
}

body.dragging, body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute !important;
    opacity: 0.5;
    z-index: 2000;
}


.org-tree-container.loading{
    opacity: 0.5;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: url("/images/preloader-2.gif") no-repeat center center;
}



.node-controls{
    display: none;
    padding-left: 5px;
}

.node-controls a{
    color: #fff;
}

#org-tree li div:hover .node-controls{
    display: inline;
}

.branch-tree{
    display: none;
}

.progress-sm{
    height: 10px;
}

.progress-light{
    background: #fff;
}

.fa.online{
    color: #82b352;
    font-size: 12px;
}

.fa.offline{
    color: #bbb;
    font-size: 12px;
}

.pie-legend{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.pie-legend span{
    display: block;
    float: left;
    margin-right: 20px;
    height: 12px;
    width: 12px;
    margin-top: 3px;
    border-radius: 50%;
}

.pie-legend li{
    border-top: 1px solid #ddd;
    padding: 2px 2px;
    font-size: 12px;
}

.pie-legend strong{
    float: right;
}

.mce-ico.fa{
    font-family: FontAwesome !important;
}

.label-lg{
    font-size: 0.8em;
}


#org-tree, #org-tree ul{
    /*position: relative;*/
    list-style: none;
    border-left: 1px solid #aaa;
    /*line-height: 16px;*/
    /*padding: 0;*/
    padding-left: 15px;
    margin-left: 15px;
}

#org-tree li{
    /*display: block;*/
    /*padding: 5px 0px;*/
    /*position: relative;*/
    /*z-index: 200;*/
}

#org-tree > li > div{
    font-weight: bold;
}


#org-tree li div{
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 4px;
    position: relative;
    cursor: pointer;
    display: inline;
    /*padding: 7px 0px;*/
    z-index: 1;
    background: #fff;
    transition: all 0.5s ease;
    border-radius: 3px;
}

#org-tree li div small{
    color: #bbb;
    font-weight: normal;
    display: block;
    position: absolute;
    top: 1px;
    right: -20px;
}


#org-tree li div:before{
    position: absolute;
    display: block;
    content: "";
    width: 14px;
    height: 1px;
    border-top: 1px solid #aaa;
    //background: #B3B3B3;
    left: -15px;
    top: 50%;
}

#org-tree li:hover > div{
    background: #3E8FD2;
    color: #fff;
}

#org-tree li:hover > ul, #org-tree li:hover > div:before{
    border-color: red;
    border-width: 2px;
}


#org-tree .line-mask, #org-tree .line-mask-grey{
    position: absolute;
    display: inline-block;
    content: "";
    width: 2px;
    background: white;
    top: 50%;
    margin-top: 1px;
    left: -17px;
}

#org-tree .line-mask-grey{
    background: #aaa;
    /*background: blue;*/
    width: 2px;
    margin-top: 2px;
    border-left: 1px solid #fff;
    display: none;
}

#org-tree li:hover > div .line-mask{
    margin-top: 2px;
}

#org-tree li:hover > div .line-mask-grey{
    display: block;
}

#org-tree li.placeholder {
    width: 200px;
    height: 20px;
    background: #f7f7f7;
    border: 1px #ccc dashed;
}

body.dragging, body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute !important;
    opacity: 0.5;
    z-index: 2000;
}


.org-tree-container.loading{
    opacity: 0.5;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: url("/images/preloader-2.gif") no-repeat center center;
}



.node-controls{
    display: none;
    padding-left: 5px;
}

.node-controls a{
    color: #fff;
}

#org-tree li div:hover .node-controls{
    display: inline;
}

.branch-tree{
    display: none;
}


.tree-dropdown{
    position: relative;
    cursor: pointer;
}

.tree-dropdown.open{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.tree-dropdown .options{
    display: none;
    background: #fff;
    position: absolute;
    top: 33px;
    left: 0;
    width: 100%;
    z-index: 100;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.45);
    max-height: 400px;
    overflow: auto;
}

.tree-dropdown.open .options{
    display: block;
}

.tree-dropdown .options ul{
    list-style: none;
    padding: 0;
    /*padding-left: 20px;*/
}

.tree-dropdown .options li{
    padding-left: 20px;
}

.tree-dropdown .options li.selectable{
    /*padding-top: 2px;*/
    /*padding-bottom: 2px;*/
    cursor: pointer;
}

.tree-dropdown .group-heading > div{
    font-weight: bold;
    color: #000;
}

.tree-dropdown .selectable:hover, .tree-dropdown .selectable.selected{
    background: #3e8fd2;
    color: #fff;
}

.tree-dropdown .close-trigger{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 50;
    top: 0;
    left: 0;
    /*background: red;*/
}

.tree-dropdown.open .close-trigger{
    display: block;
}

.tree-dropdown.form-control{
    padding: 0;
}

.tree-dropdown .active-value{
    padding: 6px 12px;
}

.tree-dropdown .active-value:after{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-bottom: none;
    border-top: 7px solid #666;
}

.help-tooltip-trigger{
    color: #3E8FD2;
    cursor: help;
}

.help-tooltip-container{
    display: inline-block;
    margin-left: 5px;
    position: relative;
}

.help-tooltip{
    display: none;
    position: absolute;
    min-width: 300px;
    top: -7px;
    left: 100%;
    margin-left: 10px;
    z-index: 1000;
    text-align: left;
    font-weight: normal;
    font-size: 0.9em;
    padding: 7px;
    line-height: 1.2em;
    -webkit-box-shadow: 3px 4px 12px 0px rgba(0,0,0,0.41);
    -moz-box-shadow: 3px 4px 12px 0px rgba(0,0,0,0.41);
    box-shadow: 3px 4px 12px 0px rgba(0,0,0,0.41);
}

.help-tooltip-trigger:hover + .help-tooltip{
    display: block;
}

.edit-help-tooltip{
    font-weight: normal;
}
