/*
 * style.css
 * styles for elements
 */

/* General */
html{ width: 100%; height: 100%; }
body{ width: 100%; height: 100%; font-weight: normal; font-size: 14px; font-family: LineAwesome,'Source Sans Pro',sans-serif; color: #222;}
*{ margin: 0; padding: 0;}
a, a:hover{ color: #222; text-decoration: none; }
p{ margin: 0; }
:focus{ outline: none !important; border: none; }
.clear{ clear: both; }
img{ vertical-align: middle; }
.first_capital::first-letter{
    text-transform: capitalize;
}
.select2-results .select2-highlighted {
    background: #2e8fda;
}
.select2-drop-active {
    border: 1px solid #aaa;
    border-top: none;
}
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border: 1px solid #aaa;
}

.select2-add-new {
    display: block;
    color: #2e8fda;
    padding: 5px;
    cursor: pointer;
}
.select2-add-new b{
    font-size: 20px;
    vertical-align: -2px;
}
.select2-add-new:hover {
    background: #eee;
}
.nowrap {
    white-space: nowrap;
}
legend {
    margin-bottom: 10px;
}

.unseen{
    font-weight: bold;
    background: snow;
}

.font_large{
    font-size: 36px;
}

.link_blue {
    color: #428bca;
}
.link_blue:hover {
    text-decoration: underline;
    color: #428bca;
}
[ng-cloak]{
    display: none;
}
[ng-cloak].splash{
    display: block !important;
    height: 100%;
    width: 100%;
    text-align: center;
    background: #eee;
    color: #888;
    font-size: 18px;
}
.splash.clearing{
    display: block !important;
    height: 100%;
    width: 100%;
    text-align: center;
    background: #eee;
    color: #888;
    font-size: 18px;
    position: fixed;
    z-index: 10000000000;
}

input[type='radio'], input[type='checkbox'] {
    position: absolute;
    left: -9999px;
}
input[type='radio'] + label, input[type='checkbox'] + label{
    position: relative;
    padding-left: 22px;
    min-height: 22px;
    line-height: 26px;
    cursor: pointer;
}

input[type='radio'] + label:after{
    content: '';
    position: absolute;
    left: 0; top: 0;
    width: 18px; height: 18px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 50px;
    top: 50%;
    margin-top: -9px;
    z-index: 1000;
}
input[type='radio'] + label:before{
    content: '';
    position: absolute;
    left: 4px;
    width: 10px; height: 10px;
    background: #fff;
    border-radius: 50px;
    top: calc(50% + 4px);
    margin-top: -9px;
    z-index: 2000;
}
input[type='radio']:checked + label:before{
    background: #2e8fda;
}

input[type='checkbox'] + label:after{
    content: '';
    position: absolute;
    left: 0; top: 0;
    width: 18px; height: 18px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 3px;
    top: 50%;
    margin-top: -9px;
    z-index: 1000;
}
input[type='checkbox'] + label:before{
    content: "";
    position: absolute;
    left: 2px;
    z-index: 2000;
    color: #2e8fda;
    font-size: 14px;
}
input[type='checkbox']:checked + label:before{
    content: "\f17b";
    font-weight: bolder;
}

.text_field{
    padding: 0 5px;
    box-sizing: border-box;
    max-width: 100%;
    border: 1px solid #ccc;
    width: 100%;
    height: 27px;
    border-radius: 3px;
}
.splash{
    display: none;
}

.btn{
    font-size: 14px;
    background: #eee;
    border: none;
    font-weight: bold;
    box-sizing: border-box;
    border-radius: 3px;
    line-height: 18px;
    padding: 5px 15px;
    color: #777;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
}
.btn-sm, .btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
}
.btn-important{
    background: #2e8fda;
    color: #fff;
    /*    border: 1px solid #1d7fca;    */
}
.btn-danger{
    background: #D64937;
    color: #fff;
    /*    border: 1px solid #1d7fca;    */
}
.btn-important:hover,.btn-important:focus{
    color: #fff;
    background: #1d7fca;
}
.btn-success{
    color: #fff;
    background-color: #5cb85c;
    /*    border-color: #4cae4c;*/
}
.btn-warning{
    color: #fff;
    background-color: #f0ad4e;
    /*    border-color: #4cae4c;*/
}
.btn-bordered{
    background-color: #fff;
    border: 1px solid #ccc;
}
.btn-dropdown{
    position: absolute;
    background: #fff;
    width: 150px;
    top: 32px;
    right: 0;
    border: 1px solid #eee;
    box-shadow: 0 0 10px -4px #000;
    text-align: left;
    padding: 5px 0;
    z-index: 100000;

}
.btn_group .btn{
    display: inline-block;
}
.btn-input-group{
    height:26px;
    line-height: 0.5;
}
.btn-dropdown ul{
    list-style: none;
    color: #222;
}
.btn-dropdown ul li{
    padding: 5px 10px;
}
.btn-dropdown ul li:hover{
    background: #f1f1f1;
}
.btn-dropdown ul li.divider{
    padding: 0;
    /*    border-top: 1px solid #eee;*/
    margin: 5px 0;
}
.btn-xs, .btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-group .btn.active{
    background: #2e8fda;
    color: #fff;
}
.btn-group.activity_type_button .btn+.btn{
    margin-left: 0;
}
h1{
    font-weight: 300;
    font-size: 72px;
    line-height: 90px;
}
h2{
    font-weight: 300;
    font-size: 52px;
    line-height: 50px;
}
h3{
    font-weight: 300;
    font-size: 24px;
    line-height: 50px;
}
.text-danger{
    color: #D64937;
}
.content_center{
    text-align: center;
}
/* Header */
header{
    height: 40px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 10px;
    position: fixed;
    top: 0px;
    box-sizing: border-box;
    width: 100%;
    z-index: 999999;
}
.company_name{
    float: left;
    background: #3c3c47;
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    margin-right: 10px;
    margin-left: -10px;
    width: 200px;
    border-right: 1px solid #eee;
    box-sizing: border-box;
    padding: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.nav{
    height: 45px;
    box-sizing: border-box;
    padding: 0 0px;
    float: left;
}
.order_main .nav{
    height: auto;
}
.nav ul{
    list-style: none;
}
.nav ul li{
    font-size: 14px;
    line-height: 40px;
    display: inline-block;
    margin: 0 10px;
    height: 40px;
    box-sizing: border-box;
}
.nav ul li a{
    display: block;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    box-sizing: border-box;
}
.nav ul li.active, .nav ul li:hover{
    border-bottom: 2px solid #2e8fda;
}
.profile_detail{
    float: right;
    height: 40px;
    box-sizing: border-box;
}
.notification{
    float: left;
}
.notification span{
    padding: 0 10px;
    padding: 10px 4px;
    padding-top: 13px;
    color: #666;
    font-size: 16px;
}
.profile_pic{
    float: left;
    margin-left: 10px;
    line-height: 27px;
    cursor: pointer;
}
.profile_pic img{
    margin-left: 5px;
}
/* Side Bar */
.side_bar{
    position: fixed;
    width: 200px;
    top: 40px;
    background: #3c3c47;
    height: calc(100% - 40px);
    left:0px;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    overflow: auto;
    bottom: 0;
    padding-bottom: 150px;
    z-index: 1001;
}
.side_bar ul.main_menu{
    list-style: none;
    margin-top: 20px;
}
.side_bar ul.sub_menu{
    list-style: none;
    background: #3c3c47;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.main_menu>li.open>ul.sub_menu{
    max-height: 1000px;
}
.main_menu li, .sub_menu li{
    line-height: 40px;
    box-sizing: border-box;
    font-size: 14px;
    cursor: pointer;
}
.main_menu li:hover,.main_menu li.open , .sub_menu li:hover,  .sub_menu li.open{
    background: rgba(0,0,0,0.2);
}
.main_menu li a, .sub_menu li a{
    display: block;
    line-height: 30px;
    box-sizing: border-box;
    font-size: 14px;
    padding-left: 10px;
    color: #fff;
}
.main_menu li a:focus, .sub_menu li a:focus{
    text-decoration: none;
}
.main_menu li a.main_link{
    width: calc(100% - 30px);
    float: left;
}
.sub_menu li a{
    padding-left: 34px;
}
.main_menu li.active, .sub_menu li.active{
    background: #2e8fda;
}
.main_menu li.active a, .sub_menu li.active a, .sub_menu li.active a i, .main_menu li.active a i{
    color: #fff;
}
.main_menu li a i{
    margin-right: 10px;
    width: 16px;
    color: #fff;
    opacity: 0.7;
    font-size: 16px;
}
.main_menu>li>a>span.plus, .sub_menu>li>a>span.plus{
    width: 30px;
    background: rgba(0,0,0,0.1);
    float: right;
    text-align: center;
    font-size: 20px;
    color: #fff;
    display: none;
}
.main_menu>li>a>span.plus:hover, .sub_menu>li>a>span.plus:hover{
    background: #1d7fca;
}
.main_menu>li:hover>a>span.plus,
.main_menu>li.active>a>span.plus,
.sub_menu>li:hover>a>span.plus,
.sub_menu>li.active>a>span.plus{
    display: block;
}
.main_menu li.menu_label, .sub_menu li.menu_label{
    line-height: 20px;
    padding: 20px 15px 10px 15px;
    box-sizing: border-box;
    font-size: 14px;
    cursor: initial;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}
.main_menu li.menu_label:hover, .sub_menu li.menu_label:hover{
    background: transparent;
}
.main_menu li.separator, .sub_menu li.separator{
    height: 20px;
    position: relative;
}
.main_menu li.separator:after, .sub_menu li.separator:after{
    position: absolute;
    height: 1px;
    top: 10px;
    left: 0;
    right: 0;
    content: "";
}
.main_menu li.separator:hover, .sub_menu li.separator:hover{
    background: transparent;
}
/* Content */
.content{
    position: absolute;
    top: 90px;
    bottom: 0;
    left: 200px;
    right: 0;
    width: calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    overflow: auto;
}
.content_head{
    background: #fbfbfb;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 30px;
    position: fixed;
    top: 40px;
    width: calc(100% - 200px);
    z-index: 156666;
    border-bottom: 1px solid #ddd;
    height: 50px;
}
.modal-content .content_head{
    position: static;
    width: 100%;
}
.content_head.regular{
    position: static;
    width: 100%;
}
.content_head button, .content_head .btn-group, .content_head .btn-group-vertical{
    vertical-align: top;
}

.breadcrumb{
    float: left;
    padding: 0;
    margin-bottom: 0;
    border-radius: 0;
    background: none;
    font-size: 18px;
}
.breadcrumb ul{
    list-style: none;
    margin-bottom: 0;
}
.breadcrumb ul li{
    display: inline-block;
    margin-right: 5px;
    color: #999;
}
.breadcrumb ul li a{
    color: #999;
}
.breadcrumb ul li a:hover{
    text-decoration: underline;
}
.breadcrumb ul li+li:before{
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing:antialiased;
}
.breadcrumb ul li span{
    color: #222;
    margin-left: 5px;
}
/* tables */
.table.active-table>tbody>tr {
    cursor: pointer;
}
.datatable.scrollable {
    height: 100%;
}
.datatable .datatable_main{
    width: 100%;
    border-collapse: collapse;    
}
.datatable.scrollable .datatable_inner{
    max-height: calc(100% - 45px);
    overflow: auto;
    position: relative;
}
.datatable.scrollable .datatable_inner .scrollLeft,.datatable.scrollable .datatable_inner .scrollRight{
    position: fixed;
    top: 90px;
    bottom: 55px;
    width: 50px;
    background: transparent;
    z-index: 3000;
}
.datatable.scrollable .datatable_inner .scrollLeft{
    left: 200px;
    display: none;
}
.datatable.scrollable .datatable_inner .scrollRight{
    right: 8px;
    display: none;
}
.datatable .datatable_main>tbody>tr>td, .datatable .datatable_main>thead>tr>th{
    text-align: left;
    padding: 5px;
    border: 1px solid #eee;
}
.datatable .datatable_main.alignTop>tbody>tr>td, .datatable .datatable_main.alignTop>thead>tr>th{
    vertical-align: top;
}
.datatable .datatable_main.active>tbody>tr>td{
    cursor: pointer;
}
.datatable .datatable_main.active>tbody>tr:hover>td{
    background: #f9f9f9;
}
.datatable .datatable_main>tbody>tr>td.center, .datatable .datatable_main>thead>tr>th.center{
    text-align: center;
}
.datatable .datatable_main>tbody>tr>td.right, .datatable .datatable_main>thead>tr>th.right{
    text-align: right;
}
.datatable .datatable_main>tbody>tr>td.left, .datatable .datatable_main>thead>tr>th.left{
    text-align: left;
}

.datatable .datatable_main>tbody>tr>td:not(.important), .datatable .datatable_main>thead>tr>th:not(.important){
    width: 1%;
}
.datatable .datatable_main>tbody>tr>td.important, .datatable .datatable_main>thead>tr>th.important{
    min-width: 200px;
}

.datatable .datatable_main>thead>tr>th{
    background: #f5f5f5;
    font-weight: 600;
    white-space: nowrap;
}
.datatable .datatable_main>thead>tr>th.sortable{
    cursor: pointer;
}
.datatable .datatable_main>thead>tr>th.sortable p{
    position: relative;
    padding-right: 30px;
}
.datatable .datatable_main>thead>tr>th.sortable p .sort_icon{
    position: absolute;
    right:0px;
}
.datatable .datatable_main>thead>tr>th.sortable:hover{
    background: #eee;
}
.datatable .datatable_main>thead>tr>th.searchbar{
    padding: 0;
    background: #fff;
    min-width: 150px;
    position: relative;
}
.datatable .datatable_main>tbody>tr>td.checkbox-td, .datatable .datatable_main>thead>tr>th.checkbox-td{
    width: 30px;
    min-width: 30px;
}
.datatable .datatable_main>tbody>tr>td.checkbox-td input[type='checkbox'] + label, .datatable .datatable_main>thead>tr>th.checkbox-td input[type='checkbox'] + label{
    padding-left: 18px;
    height: 18px;
    width: 18px;
    margin-bottom: 0px;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
}

.datatable .datatable_main>tbody>tr>td.action-td, .datatable .datatable_main>thead>tr>th.action-td{
    width: 60px;
    min-width: 60px;
}
.datatable .datatable_main>thead>tr>th.searchbar .searchbox{
    border: none;
    height: 30px;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
}

.datatable .datatable_main>thead>tr>th.searchbar.image-td {
    width: 70px;
    min-width: 70px;
    font-size: 50px;
}
.datatable .datatable_main>tbody>tr>td.image-td i {
    font-size: 30px;
    background: #eee;
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: #aaa;
}

.datatable .datatable_main>thead>tr>th.searchbar.tag-td {
    width: 1%;
    min-width: 100px;
}
.datatable .datatable_main>thead>tr>th.searchbar.number-td {
    width: 100px;
    min-width: 100px;
}
.datatable .datatable_main>thead>tr>th.searchbar.amount-td {
    width: 100px;
    min-width: 100px;
}
.datatable .datatable_main>thead>tr>th.searchbar.date-td {
    width: 150px;
    min-width: 150px;
}
.datatable .datatable_main>tbody>tr>td.amount-td {
    text-align: right;
}
.attr_table_image img{
    max-width: 50px;
    max-height: 50px;
}

.searchbar .select2-chosen {
    margin-left: 10px;
}

.link_gray{
    color: #888;
}
.link_gray[disabled]{
    pointer-events: none;
    color: #ccc;
}
.sort_icon{
    color: #888;
}
.edit_icon{
    color: #888;
    position: absolute;
    right: 15px;
}
.main_detail{
    padding-right: 10px;
}
.login_detail{
    padding-left: 10px;
}
.main_detail_image{
    float: left;
    width: 120px;
    height: 120px;
    margin-right: 20px;
}
.main_detail_input{
    float: left;
    width: calc(100% - 140px);
}
.form-horizontal .control-label, label{
    font-weight: normal;
    text-align: left;
}
.box{
    padding: 5px 0;
}
.box.changed{
    color: red;
}
.text{
    padding: 0 5px;
    box-sizing: border-box;
    max-width: 100%;
    border: 1px solid #ccc;
    width: 100%;
    min-height: 26px;
    border-radius: 3px;
}
.text:focus{
    border-color: #2e8fda;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.text_center{
    text-align: center;
}
.text_right{
    text-align: right;
}
.text_label, .textarea_label{
    padding: 0 5px;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
    height: 26px;
    border-radius: 3px;
    line-height: 26px;
    margin-bottom: 0;
    font-weight: bold;
}
.textarea_label{
    height: auto;
    min-height: 26px;
}
.text_large{
    height: 36px;
    font-size: 18px;
}
.text_label_large{
    height: 36px;
    font-size: 18px;
    line-height: 36px;
}
.select2-container.text{
    padding: 0;
    background: #fff;
}
textarea.text{
    height: 70px;
}
textarea.text.autosize{
    overflow: hidden;
    padding-top: 6px;
    padding-bottom: 6px;
    height: 36px;
}
.text-large{
    height: 32px;
    width: 300px;
    font-size: 18px;
}
.box_label{
    line-height: 26px;
}
.box.large{
    padding-top: 0;
}
.box.large .box_label{
    line-height: 22px;
    font-size: 22px;
    margin-bottom: 10px;
}
.box_input{
    position: relative;
    line-height: 26px;
}
.box_horizontal .box_label{
    width: 90px;
    float: left;
    margin-right: 10px;
}
.box_horizontal .box_input{
    width: calc(100% - 100px);
    float: left;
}
fieldset{
    margin-bottom: 20px;
}
.tooltip-inner {
    border-radius: 0;
    padding: 8px 15px;
}
.loader{
    position: fixed;
    background: #2e8fda;
    border: 1px solid #2980C3;
    color: #fff;
    padding: 10px 0px;
    text-align: center;
    width: 120px;
    z-index: 10000060;
    left: 50%;
    margin-left: -60px;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 10px -3px #000;
}
#spinner{
    display: none;
}
.spinnerDrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0);
    z-index: 10000080;
}
.datepicker-input{
    padding-right: 30px !important;
}
.datepicker-icon, .more-datepicker-icon{
    display: inline-block;
    height: 30px;
    width: 30px;
    color: #999;
    vertical-align: 0px;
    line-height: 30px;
    text-align: center;
}

.datatable .datatable_main th.searchbar .searchbox.datepicker-input.withMore{
    width: calc(100% - 30px);
}

.more-datepicker-icon{
    background: #efefef;
}
.datepicker-input + .datepicker-icon{
    margin-left: -30px;
}
.container,.container-fluid{
    padding-top: 15px;
    padding-bottom: 15px;
}
.dropdown-orient-right.dropdown-menu{
    left: auto;
    right: 0;
}
.side_bar .caret{
    margin: 15px 10px 0 0;
}
.profile_upload{
    height: 120px;
    width: 120px;
    position: relative;
    float: left;
    margin-right: 10px;
}
.profile_upload:hover .with_image{
    display: block;
}
.news_upload{
    height: auto;
    min-height: 48px;
    padding:10px;
    border: 1px solid #ddd;
    width: 100%;
    position: relative;
    background: #eee;
    float: left;
    margin-right: 10px;
}
.attribute_upload {
    width: 100%;
    height: 30px;
    line-height: 20px;
}
.attribute_upload [type = file]{
    height: 0;
    width: 0;
    top: 0px;
}
.attribute_upload [type = file]:before{
    content: "\f2aa Attach a File";
    position: absolute;    
    color: #000;
    width: 100px;    
    padding: 0px;
    cursor: pointer;    
    line-height: 40px;
}
.attribute_upload.engage [type = file]:before{
    content: "Change";
    color: #666;
    width: 50px;
    line-height: 20px;
    text-decoration: underline;
}
.attribute_file_preview{
    height: 50px;
    width: 50px;
    background: #ddd;
    float: left;
    text-align: center;
    padding: 1px;
}
.preview .attribute_file_input p{
    line-height: 40px;
}
.attribute_file_preview img{
    height: 48px;
    width: 48px;
}
.attribute_file_preview i{
    font-size: 30px;
    color: #999;
    line-height: 50px;
}
.attribute_file_input{
    height: 50px;
    width: calc(100% - 50px);
    background: #eee;
    float: left;
    position: relative;
    padding: 5px;
}
.attribute_file_delete{
    position: absolute;    
    color: #666;
    width: 50px;    
    padding: 0px;
    left: 60px;
    cursor: pointer;    
    line-height: 20px;
    text-decoration: underline;
    display: none;
}
.attribute_upload.engage .attribute_file_delete{
    display: block;
}
.attribute_file_input p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.import_upload{
    height: auto;
    min-height: 48px;
    padding:10px;
    border: 1px solid #ddd;
    width: 100%;
    position: relative;
    background: #eee;
    float: left;
    margin-right: 10px;
}

.staffExpense_upload{
    height: auto;
    min-height: 48px;
    padding:10px;
    border: 1px solid #ddd;
    width: 100%;
    position: relative;
    background: #eee;
    float: left;
    margin-right: 10px;
}

.profile_upload_full{
    height: 100%;
    width: 100%;
    position: relative;
    float: left;
    border:1px dashed #a1a1a1;
    margin-right: 10px;
}
.removeProfileUpload{
    position: absolute;
    height: 20px;
    width: 20px;
    background: rgba(255,255,255,0.5);
    color: #999;
    text-align: center;
    right: 0;
}
.dropProfileUpload{
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    border: #ccc 3px dashed;
    top: 0;
    text-align: center;
    padding-top: 35px;
    color: #999;
    font-weight: bold;
    display: none;
}
.profile_upload [type = file]{
    height: 0;
    width: 0;
    position: absolute;
    top: 35px;
    left: 0;
    float: left;
}
.news_upload [type = file]{
    height: 0;
    width: 0;
    position: absolute;
    top: 10px;
    float: left;
}
.import_upload [type = file]{
    position: absolute;
    top: 0px;
    float: left;
    width: 100%;
    z-index: -1;
}
.staffExpense_upload [type = file]{
    height: 0;
    width: 0;
    position: absolute;
    top: 10px;
    float: left;
}
.profile_upload_full [type = file]{
    height: 0;
    width: 100%;
    position: absolute;
    top: 42%;
    left: 0;
    float: left;
}
.removeProfileImage{
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255,255,255,0.5);
    text-align: center;
    cursor: pointer;
    display: none;
}

.profile_upload.with_image{
    text-align: center;
    border: 1px solid #eee;
}
.profile_upload.with_image img{
    max-height: 100%;
    max-width: 100%;
}
.profile_upload.with_image:hover .removeProfileImage{
    display: block;
}

.file_loader{
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #999;
    display: none;
    line-height: 100px;
}
.profile_main.imageOnRight{
    float: left;
    width: calc(100% - 130px);
}

.pagination{
    margin: 5px;
    float: right;
}
.pagination>li>a, .pagination>li>span {
    border: none;
    border-radius: 4px;
    margin-left: 0;
}
.manage_column {
    vertical-align: -2px;
}
.table_record{
    line-height: 24px;
    margin: 7px 5px;
    float: left;
}
.la-share{
    color: #666;
}
.message_loading{
    display: inline-block;
    height: 137px;
    width: 186px;
    border: 1px solid #ccc;
}
.message_attachment_loading{
    font-size: 30px;
    text-align: center;
    top: 35%;
    left: 40%;
    position: absolute;
    color: #2e8fda;
}
.message_contact{
    width: 300px;
    height: 100%;
    background: #fff;
    border-right: 1px solid #eee;
    float: left;
}
.message_main{
    width: calc(100% - 300px);
    height: 100%;
    float: left;
}
.order_log{
    width: 300px;
    min-height: 100%;
    background: #fff;
    border-left: 1px solid #eee;
    float: left;
}
.order_main{
    width: calc(100% - 300px);
    float: left;
    min-height: 100%;
}
.pipeline_main{
    position: fixed;
    top: 90px;
    left: 200px;
    width: 600px;
    bottom: 0;
    border-right: 1px solid #ccc;
    overflow: auto;
    z-index: 100;
}
.pipeline_stage{
    position: fixed;
    top: 90px;
    left: 800px;
    width: calc(100% - 800px);
    bottom: 0;
    overflow: auto;
    z-index: 100;
}
/*.stageList .uiTreeHandle {
    border: none;
    border-bottom: 1px dashed #ccc;
    border-top: 1px dashed #ccc;
    margin-top: -1px;
    padding: 20px 10px;
}
.stageList li.active .uiTreeHandle {
    background: #fbfbfb;
}*/
.message_contact_box ul{
    list-style: none;
}
.contact{
    background: #fff;
    width: 100%;
    position: relative;
    border-bottom: dashed #eee 1px;
    padding: 2px 0;
    cursor: pointer;
    padding: 10px;
}
.visit_user_list{
    background: #fff;
    width: 100%;
    position: relative;
    border-bottom: dashed #eee 1px;
    padding: 2px 0;
    cursor: pointer;
}

.contact.active, .visit_user_list.active{
    background: #2e8fda;
    color: #fff;
}

.contact:hover:not(.active), .visit_user_list:hover:not(.active){
    background: #eee;
    color: #222;
}
.visit_user_list .visit_user_profile_pic{
    height: 50px;
    width: 50px;
    line-height: 42px;
    text-align: center;
    float: left;
}
.visit_user_name{
    width: 200px;
    float: left;
    line-height: 16px;
    display: table;
}
.visit_user_name_td{
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    padding-left: 10px;
}

.badge{
    border-radius: 3px;
    padding: 3px 4px;
    margin-left: -5px;
    vertical-align: text-bottom;
}

.badge.orderColor{
    background-color: #f31455;
}
.badge.messageColor{
    background-color: #af64cc;
}
.badge.deviceColor{
    background-color: #e67e22;
}
.badge.paymentColor{
    background-color: #e67e22;
}
.badge.userExpenseColor{
    background-color: #e67e22;
}
.badge.dealColor{
    background-color: #f31455;
}
.contact .badge{
    position: absolute;
    top: 11px;
    right: 10px;
}
.contact_tab .btn-default{
    background: #eee;
    border: none;
    border-radius: 0;
}
.contact_tab .btn-default.active{
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.contact_search_box{
    padding: 10px;
    border-bottom: dashed 1px #ccc;
    height: 50px;
}
.contact_loader{
    background: #fbfbfb;
    height: 35px;
    width: 100%;
    position: relative;
    border-bottom: dashed #eee 1px;
    padding: 2px 0;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
}
.message_loader{
    height: 35px;
    width: 100%;
    position: relative;
    padding: 2px 0;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
}
.contact_loader i,.message_loader i{
    color: #2e8fda;
    margin-right: 10px;
}
.message_forward{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.message.left .message_forward{
    right: -35px;
}
.message.right .message_forward{
    left: -35px;
}
.account_profile{
    height:32px;
    width:32px;
    background:#777;
    color:#fff;
    border-radius:500px;
    text-align:center;
    line-height:32px;
    font-size:20px;
    text-transform: capitalize;
}
.forward_link{
    padding: 7px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.08);
}
.forward_link:hover{
    cursor: pointer;
}
.message_contact_box{
    height: calc(100% - 50px);
    overflow: auto;
}
.message_main .message_content{
    height: calc(100% - 100px);
    padding: 10px;
    overflow: auto;
    position: relative;
    background-color: #ECEFF1;
}
.message_main .message_send_box{
    min-height: 100px;
    background: #eee;
    padding: 10px;
}
.message{
    width: 100%;
    margin: 25px 0;
}
.message_profile_pic{
    width: 45px;

}
.message.left .message_profile_pic{
    float: left;
}
.message.right .message_profile_pic{
    float: right;
}
.message_box_content{
    position: relative;
    min-height: 50px;
    max-width: calc(100% - 50px);
    margin-right: 5px;
}
.message.left .message_box_content{
    float: left;
}
.message.right .message_box_content{
    float: right;
    margin-right: 13px;
}
.message.left .message_data{
    background-color: #FFF;
}
.message.right .message_data{
    background-color: #CFD8DC;
}
.message_owner_name{
    height: 24px;
    line-height: 24px;
    position: relative;
    font-size: 12px;
    font-weight: normal;
    color: #777;
    font-style: italic;
    margin-top: 1px;
}
/*.message_owner_name small{
    font-size: 12px;
    font-weight: normal;
    color: #777;
    font-style: italic;
    float: right;
    margin-top: 1px;
    margin-left: 5px;
}*/
/*.message_owner_name{
    font-size: 12px;
    font-weight: normal;
    color: #777;
    font-style: italic;
    float: right;
    margin-top: 1px;
    margin-left: 5px;
}*/
.message_box_content:after{
    position: absolute;
    top: -0px;
    content: "";
    height: 0;
    width: 0;
}
.message.left .message_box_content:after{
    border-left: 20px solid transparent;
    left: -10px;
    border-top: 10px solid #fff;
}
.message.right .message_box_content:after{
    border-right: 20px solid transparent;
    right: -10px;
    border-top: 10px solid #CFD8DC;
}
.message_data{
    padding: 10px;
    position: relative;
    /*    box-shadow: -1px 1px 1px #E4E4E4;
        border: 1px solid #eee;*/
}
.message_send_box .message_input{
    width: calc(100% - 130px);
    float: left;
    margin-right: 10px;
}
.message_send_box .message_send{
    width: 120px;
    float: left;
}
.message_send_box .message_send p{
    margin-top: 10px;
    color: #555;
}
.message_wrapper{
    position: absolute;
    bottom: 0;    
    max-height: calc(100% - 20px);
    width: calc(100% - 20px);
}
.message_wrapper li{
    display: block;
}
.modal{
    display:block;
}
.log-timeline.block{
    padding:15px;
}
.bold{
    font-weight: bold;
}
.log-timeline .block-title{
    margin-bottom: 0;
}
.timeline{
    position:relative;
}
.log-timeline .timeline-list:after {
    left: 15px;
}
.log-timeline .timeline-list .timeline-icon {
    left: -5px;
}
.log-timeline .timeline-list .timeline-content p{
    margin-bottom: 0;
}
.log-timeline .timeline-list li {
    position: relative;
    margin: 0;
    padding: 1px 0;
    margin-bottom: 10px;
    padding-left: 30px;
    min-height: 40px;
}
.log-timeline .timeline-list {
    padding-bottom: 10px;
    position: relative;
    list-style: none;
}
.log-timeline{
    position: relative;
}
.splash_loader{
    height: 68px;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -34px;
}
.userProfile{
    display: none;
    padding: 5px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px #ccc;
    position: absolute;
    top: 40px;
    right: 10px;
    z-index: 1000;
    width: auto;
}
.userProfile.open{
    display: block;
}
.profilePopImage{
    width: 100px;
    height: 100px;
    float: left;
}
.profilePopDetail{
    float: left;
    margin-left: 10px;
    min-width: 250px;
    padding-right: 10px;
}
.profilePopDetail h4{
    margin: 0;
    margin-top: 5px;
}
.profilePopDetail p{
    margin: 0;
}
.profilePopDetail p.gray{
    color: #777;
}
.profilePopDetail p.p1{
    margin-top: 10px;
    margin-bottom: 5px;
}
.p1 a{
    color: #2e8fda;
}
.p1 a:hover{
    text-decoration: underline;
}
.p2{
    text-align: right;
}
.p2 a{
    color: #2e8fda;
}
.p2 a:hover{
    text-decoration: underline;
}
.upload_label {
    margin: 0;
    line-height: 26px;
    cursor: pointer;
}
.upload_gallery {
    margin: 0;
    color: #46b8da;
    text-align: center;
    position: absolute;
    padding: 10px;
    height: 100%;
    width: 100%;
    cursor: pointer;
}
.upload_gallery .plus{
    font-size: 36px;
    line-height: 36px;
}
.upload_profile {
    margin: 0;
    text-align: center;
    position: absolute;
    padding: 10px;
    width: 100%;
    cursor: pointer;
    top: 50%;
    left: 0;
    color: #000;
    padding: 5px 10px;
    text-decoration: underline;
    background: rgba(255, 255, 255, 0.6);
    transform: translate(0,-50%);
}
.upload_profile.with_image {
    display: none;
}
.file_preview_list{
    display: inline-block;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 50px 10px 10px;
    border: 1px solid #ccc;
    background: #fbfbfb;
    position: relative;
    margin-right: 5px;
}
.staffExpense_upload .file_preview_list{
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 50px 10px 10px;
    border: 1px solid #ccc;
    background: #fbfbfb;
    position: relative;
    margin-right: 5px;
    max-width: 100%;
    margin-top: 10px;
}
.staffExpense_upload .file_preview_list .file_preview_list_image{
    width: calc(100% + 60px);
    border-top: none;
    margin-top: 10px;
    margin-left: -10px;
    margin-right: -50px;
    padding: 10px 0;
    max-width: calc(100% + 60px);
    text-align: center;
}
.staffExpense_upload .file_preview_list .file_preview_list_image img{
    max-width: 100%;
}
.file_list_loader{
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -7px;
    color: #2e8fda;
}
.file_list_delete{
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    color: #D64937;
    cursor: pointer;
}
.file_list_download{
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -7px;
    cursor: pointer;
}
.staffExpense_upload .file_list_loader{
    position: absolute;
    right: 25px;
    top: 16px;
    color: #2e8fda;
}
.staffExpense_upload  .file_list_delete{
    position: absolute;
    right: 10px;
    top: 16px;
    color: #D64937;
    cursor: pointer;
}
.file_in{
    position: relative;
    z-index: 1 !important;
    margin-left: -10px !important;
    height: 100%;
}
.file_in:after{
    position: absolute;
    content: 'Drop file here';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(220,220,220,0.8);
    text-align: center;
    visibility: visible;
}
.file_in.file_hover:after{
    background: rgba(200,200,200,0.8);
}
.stickyMessageWrapper{
    height: 30px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    top: -30px;
    position: fixed;
    width: 100%;
    z-index: 10000070;
}
.stickyMessage{
    padding: 0 40px;
    display: inline-block;
    margin: auto;
    border-radius: 0 0 3px 3px; 
    box-shadow: 0 0 3px #000;
}
.stickyMessage.error{
    background: #D64937;
    border: 1px solid #AE3524;
}
.stickyMessage.success{
    background: #5cb85c;
    border: 1px solid #4cae4c;
}
.stickyMessage.warning{
    background: #f0ad4e;
    border: 1px solid #eea236;
}
.stickyMessage.info{
    background: #5bc0de;
    border: 1px solid #46b8da;
}
.orderView label {
    padding: 0;
}
.orderView p {
    padding-top: 0;
}
.right_table{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.right_table th{
    background: #eee;
}
.right_table td, .right_table th{
    border: 1px solid #ccc;
    padding: 10px;
}
.timeline-list .timeline-icon {
    position: absolute;
    left: 80px;
    top: 0px;
    width: 24px;
    height: 24px;
    line-height: 22px;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    z-index: 500;
    color: #fff;
}

/*
 * Added by hk
 */
.show_attach_file_box{
    display: inline-block;
    height: 102px;
    width: 152px;
    background: #fff;
    border: 1px solid #ccc;
    margin-top: 10px;
    position: relative;
    margin-right: 5px;
}
.attach_icon{
    display: table;
}
.attach_icon_inner{
    height: 100px;
    width: 150px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.attach_name{
    height: 30px;
    line-height: 30px;
    background: rgba(230,230,230,0.9);
    color: #888;
    text-decoration: none;
    width: 150px;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top: 1px solid #ddd;
    position: absolute;
    bottom: 0;
}
.attach_detail{
    height: 100px;
    line-height: 20px;
    background: rgba(230,230,230,0.9);
    color: #888;
    text-decoration: none;
    width: 150px;
    padding: 5px;
    position: absolute;
    top: 0;
    left:0;
    white-space: normal;
    word-wrap: break-word;
    font-weight: bold;
    display: none;
    text-align: left;
}
.attach_detail span{
    font-weight: normal;
    font-size: 12px;
}
.show_attach_file_box:hover .attach_name{
    display: none;
}
.show_attach_file_box:hover .attach_detail{
    display: block;
}
div.attach_detail p.name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0px;
}

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

.product_img{border: 4px solid #CCC !important;opacity: 0.5;position: relative;}
.product_img_select{border: 4px solid #CC4157 !important;opacity: 1;}
.product_img input[type="radio"]{visibility:hidden; position: absolute;}

.content_head.extra-popup{position: initial !important;width: 100% !important;}

.CountList{max-height: 165px;overflow-y: scroll;}
.CountList ul{list-style: none;}
.CountList ul li {border-bottom: 1px solid #ddd;}
.CountList ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px 30px 9px 2px;
    border-radius: 0;
}
.CountList ul li a:hover{background-color: #ddd;}

.dashboard-box{padding: 70px 4px;margin: 0px 2px;background-color: #F5F4F4;width: 24.6%;}
.tag-dropdown .dropdown-menu{min-width: 0px; }
.panel .timeperiod-drop{
    position: relative;
    margin-right: 5px;
    width: 30%;
    float: right;
    z-index: 999;
    margin-top: 8px;
}
.panel .chart-contain{margin-top: 43px;}

/*
 * Dashboard Part CSS   
 */
.panel-default .panel-heading {
    font-size: 17px;
    color: #fff;
    background-color: rgba(54, 135, 197, 0.95);
    border-color: rgba(46, 143, 218, 0.7);
}
.list-group .list-group-item td{padding: 0px 4px;}

.list-group tbody{   overflow-y: auto;
                     height: 400px;
                     overflow-x: hidden;
                     display: block;
}
/*
 * Media Part CSS
 *
 */
.mv-tile,
.mv-empty-tile {
    display: inline-block;
    font-family: arial, sans-serif;
    font-size: 12px;
    opacity: 1;
    outline: 0;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    white-space: nowrap;
}

.thumb-ntp .mv-tile,
.thumb-ntp .mv-empty-tile {
    border: 1px solid rgb(242,242,242);
    border-radius: 2px;
    height: calc(232px - 1px);
    line-height: 100%;
    margin: 3px 8px;
    width: calc(232px - 1px);
}

.thumb-ntp .mv-title-list {
    height: calc(209px - 1px) !important;
    width: calc(232px - 1px) !important;
}

.thumb-ntp .mv-tile:hover {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1), 0 4px 8px 0 rgba(0,0,0,0.2);
}

.mv-title {
    border: none;
    overflow: hidden;
    position: absolute;
    text-overflow: clip;
}

.mv-title.multiline {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.thumb-ntp .mv-title {
    height: 47px;
    left: 8px;
    line-height: 14px;
    padding: 0;
    top: 181px;
    width: 100%;
}

.mv-thumb {
    border: none;
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: absolute;
}

.thumb-ntp .mv-thumb {
    border-radius: 0;
    height: 94px;
    left: 2px;
    top: 2px;
    width: 148px;
}

.mv-thumb img.thumbnail {
    height: auto;
    min-height: 100%;
    width: 100%;
}

.mv-thumb.contain{
    background-color: rgb(242,242,242);
    height: 173px;
    width: 225px;
    text-align: center;
}

.mv-thumb.failed-img,
.mv-thumb.large-icon-outer {
    position: relative;
    background-color: #F2F2F2;
    height: 173px;
    width: 225px;
    text-align: center;
}
.mv-thumb.failed-img::after {
    border: 35px solid #f2f2f2;
    border-radius: 50%;
    content: '';
    display: block;
    height: 0;
    margin: 36px 57px;
    width: 0;
}
.mv-thumb.failed-img .plus-symbol{
    margin: 25px 78px;
}

.mv-x{
    position: absolute;
    right: 7px;
    top: 180px;
    cursor: pointer;
}
.mv-thumb.contain img{margin: 29px 33px;margin-top: calc(173px - 138px);}

/*
 * updated by arjun (config)
 */
.modal-backdrop {
    z-index: 10000040 !important;
}
.modal {
    z-index: 10000050 !important;
}
.searchbox_date_icon{
    background: #fff;
    width: 30px;
    border: none;
    font-size: 20px;
    color: #999;
    padding: 0;
}
.searchbox_date_icon .btn, .searchbox_date_icon .btn:hover{
    background: #fff;
    border: none;
}
.text_date_icon .btn, .text_date_icon .btn:hover{
    background: #fff;
    height: 26px;
    padding: 2px 5px;
}
.searchbox_date_more_icon{
    background: #fff;
}
.searchbox_date_more_icon .btn, .searchbox_date_more_icon .btn:hover{
    border: none;
    border-radius: 0;
}
.typeahead-custom {
    max-height: 200px;
    overflow: auto;
}
.daterange-selector{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.decipher-tags {
    padding: 0 5px;
    box-sizing: border-box;
    max-width: 100%;
    border: 1px solid #ccc;
    width: 100%;
    min-height: 32px;
    border-radius: 3px;
    background: #fff;
}

.decipher-tags .decipher-tags-taglist {
    margin-bottom: 4px;
    display: inline;
}

.decipher-tags .decipher-tags-taglist .decipher-tags-tag {
    display: inline-block;
    border-radius: 5px;
    background-color: #EFEFEF;
    border: 1px solid #DDD;
    padding: 2px;
    margin: 2px;
}

.decipher-tags .decipher-tags-taglist .decipher-tags-tag i {
    color: #aaa;
    text-decoration: none;
    font-size: 10px;
    margin-left: 2px;
    margin-right: 2px;
    cursor: pointer;
}

.decipher-tags .decipher-tags-taglist .decipher-tags-tag.selected {
    border: 1px solid red;
}

.decipher-tags .decipher-tags-taglist .decipher-tags-tag:hover i {
    color: red;
    text-decoration: none;
}

.decipher-tags .decipher-tags-input {
    border: none;
    height: 30px;
}

.stateLoader{
    position: absolute;
    top: 50%;
    left: 50%;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
    background-color: #fbfbfb;
    border: none;
    border-top: 3px solid #2e8fda;
    border-bottom: 1px solid #fbfbfb;
}
.nav-tabs.nav-justified>li>a{
    background: #eee;
    border-radius: 0;
    border-top: 3px solid #eee;
    font-size: 16px;
}
.nav>li.disabled>a:hover, .nav>li.disabled>a:focus{
    background-color:#eee;
}
.input-group-addon{
    padding: 5px 12px;
}
.input-group .text{
    border-radius: 3px 0 0 3px;
}
.input-group {
    width: 100%;
}
[typeahead]{
    background: #fff url(../images/icon-arrow-down-b-128.png) no-repeat;
    background-size: 15px 15px;
    background-position: center right;
}
.report [typeahead]{
    max-width: 180px;
}
/* Media */
.media_main{

}
.media_list{
    padding: 30px;
}
.media_upload, .product_upload{
    height: 200px;
    width: 200px;
    position: relative;
    float: left;
    margin-right: 10px;
    border: 1px dashed #46b8da;
    border-radius: 5px;
}
.product_upload{
    height: 120px;
    width: 120px;
}

.media_upload [type = file],.product_upload [type = file]{
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    cursor: pointer;
}
/* .media_upload [type = file]:before,.product_upload [type = file]:before{
    content: "Click / Drag to add Media";
    position: absolute;
    color: #000;
    text-align: center;
    width: 198px;
    height: 198px;
    padding: 120px 15px 5px 15px;
    font-size: 16px;
    color: #46b8da;
}
.product_upload [type = file]:before{
    content: "Click / Drag to add Product Image";
    width: 118px;
    height: 118px;
    padding: 60px 10px 5px 10px;
    font-size: 12px;
} */
.image_list{
    position: relative;
}
.productImageLoader{
    height: 120px;
    width: 120px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 120px;
    background: rgba(255,255,255,0.5);
    color: #999;
    display: none;
}
/* .media_upload [type = file]:after, .product_upload [type = file]:after{
    height: 80px;
    width: 100px;
    position: absolute;
    content: "+";
    text-align: center;
    color: #46b8da;
    font-size: 70px;
    line-height: 80px;
    top: 40px;
    left: 50px;
}
.product_upload [type = file]:after{
    height: 40px;
    width: 40px;
    font-size: 40px;
    line-height: 40px;
    top: 20px;
    left: 38px;
} */
.media_tile, .product_image_tile{
    height: 200px;
    width: 200px;
    border: 1px solid #eee;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.product_image_tile{
    height: 120px;
    width: 120px;
    background: #ccc;
    cursor: pointer;
    text-align: center;
}
.media_tile:hover .media_tile_delete{
    top:10px;
}
.media_tile_thumb{
    height: 198px;
    width: 198px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.media_tile_thumb.video{
    background: #000;
    text-align: center;
    line-height: 160px;
}
.media_tile_thumb.icon{
    text-align: center;
    line-height: 160px;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.media_tile_thumb img.image{
    min-height: 100%;
    min-width: 100%;
    top: -9999px;
    left: -9999px;
    bottom: -9999px;
    right: -9999px;
    position: absolute;
    margin: auto;
}
.product_image_tile img.image{
    max-height: 120px;
    max-width: 120px;
}
.media_tile_name{
    height: 40px;
    width: 200px;
    border-top: 1px solid #eee;
    position: absolute;
    bottom: 0;
    font-size: 14px;
    background: rgba(255,255,255,0.6);
    padding: 0px 10px;
    line-height: 40px;
}
#media_name{
    width: 130px;
    display: inline-block;
    margin-left: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}
#media_edit{
    width: 46px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    float: left;
}
#media_edit .btn{
    margin-top: -12px;
}
.media_tile_delete{
    position: absolute;
    top:-26px;
    right: 10px;
    height: 24px;
    width: 24px;
    z-index: 10;
    transition: top 0.2s ease;
    -webkit-transition: top 0.2s ease;
    -moz-transition: top 0.2s ease;
    -ms-transition: top 0.2s ease;
    -o-transition: top 0.2s ease;
}
.media_text{
    height: 26px;
    padding: 0 5px;
    box-sizing: border-box;
    max-width: 100%;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 3px;
    line-height: 26px;
}
.customModal .modal-body{
    padding: 0;
}
.customModal{
    text-align: center;
}
.customModal .modal-dialog{
    display: inline-block;
    width: auto;
    max-width: 900px;
}
.customModal .modal-content{
    padding: 0;
    background: transparent;
    box-shadow: none;
    border: none;
}
.customModal img, .customModal video, .customModal audio{
    max-height: 100%;
    max-width: 100%;
}
.customBackdrop.modal-backdrop.in {
    filter: alpha(opacity=80);
    opacity: .8;
}
.mediaName{
    color: #fff;
    font-size: 16px;
    text-align: left;
    margin-top: 10px;
}
.mediaName span{
    color: #aaa;
}
.no_preview{
    background: #666;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 400px;
    box-shadow: 0px 0px 50px #000;
}
.no_media_name{
    font-size: 24px;
    margin-bottom: 10px;
}
.no_sentence{
    font-size: 16px;
    margin-bottom: 10px;
}
.product_image_tile .removeButton{
    position: absolute;
    top: -30px;
    right: 10px;
    transition: top 0.2s ease;
    -webkit-transition: top 0.2s ease;
    -moz-transition: top 0.2s ease;
    -ms-transition: top 0.2s ease;
    -o-transition: top 0.2s ease;
}
.product_image_tile:hover .removeButton{
    top: 10px;
}
.product_image_tile .defaultButton{
    position: absolute;
    width: 100%;
    bottom: -30px;
    text-align: center;
    transition: bottom 0.2s ease;
    -webkit-transition: bottom 0.2s ease;
    -moz-transition: bottom 0.2s ease;
    -ms-transition: bottom 0.2s ease;
    -o-transition: bottom 0.2s ease;
}
.product_image_tile:hover .defaultButton{
    bottom : 10px;
}
.product_image_tile.default:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 61px;
    height: 61px;
    background: url(../images/Default.png) no-repeat;
}
.product_image_tile.default .defaultButton{
    display: none;
}

/*
 * Notification by Arjun
 */
.slide_notification{
    position: fixed;
    width: 255px;
    height: 100%;
    background: #fff;
    top: 0;
    z-index: 10000000;
    right: -425px;
    box-shadow: none;
    -weblit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}
.slide_notification.active{
    right: 0px;
    box-shadow: 0 0 10px #000;
}
.slide_notification_icon{
    width: 84px;
    height: 50px;
    float: left;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #666;
}
.slide_notification_main{
    height: calc(100% - 50px);
    overflow-x: hidden;
    overflow-y: auto;
    background: #eee;
}
.slide_notification_main ul li{
    display: block;    
    margin: 2px 0;
    background: #fff;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.slide_notification_main ul li a{
    display: block;
    padding: 10px;
    line-height: 16px;
}
.slide_notification_main ul li:hover:not(.loading_notification):not(.no_notification){
    box-shadow: 0 0 15px -2px #ccc;
    z-index: 10;
}
.slide_notification_main ul li.loading_notification, .slide_notification_main ul li.no_notification{
    text-align: center;
    background: none;
    font-size: 16px;
    color: #666;
    margin-top: 30px;
}

.slide_notification_icon:hover{
    background: #eee;
    cursor: pointer;
}
.slide_notification_wrapper{
    position: fixed;
    background: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    display: none;
}

#all_notification.active{
    border-bottom: 2px solid #f31455;
}

#message_notification.active{
    border-bottom: 2px solid #af64cc;
}
#device_notification.active{
    border-bottom: 2px solid #e67e22;
}

.themed-color-primary {
    color: #2e8fda!important;
}
.themed-background-primary {
    background-color: #2e8fda!important;
}
.themed-border-primary {
    border-color: #2e8fda!important;
}

.notify_icon{
    height: 40px;
    width: 60px;
    float: left;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #666;
}
.notify_icon:hover{
    background: #eee;
}

.select2-container {
    min-width: 100%;
    vertical-align: top;
}
.select2-container .select2-choice{
    background-image: none;
    background: #fff;
    height: 28px;
    line-height: 28px;
}
.select2-container.searchbox .select2-choice{
    border: none;
    padding: 0;
    outline: none;
    line-height: 30px;
}
.searchbox.select2-container-active .select2-choice, .searchbox.select2-container-active .select2-choices {
    box-shadow: none;
}

.select2-container .select2-choice > .select2-chosen{
    margin-top: -1px;
}
.select2-container .select2-choice .select2-arrow{
    background-image: none;
    background: #fff;
    border-left: none;
}
.select2-container .select2-choice abbr{
    right: 20px;
    top: 7px;
}
.input-group .select2-container {
    vertical-align: -5px;
}
.input-group .select2-container .select2-choice{
    border-radius: 4px 0px 0px 4px
}

.select2-container-multi .select2-choices{
    background-image: none;
    background: #fff;
    border-radius: 4px;
}
.input-group .select2-container-multi .select2-choices{
    border-radius: 4px 0px 0px 4px;
}
.select2-container-multi .select2-choices .select2-search-field input {
    height: 22px;
    font-family: inherit;
}
.select2-container-multi .select2-choices .select2-search-choice{
    margin: 2px 0 1px 5px;
    padding: 4px 10px 4px 25px;
    line-height: 13px;
    background: #ddd !important;
    border: none;
    border-radius: 500px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container-multi .select2-search-choice-close {
    left: 8px;
}

.angular-ui-tree-drag{
    z-index: 10000070 !important;
}
.angular-ui-tree-handle{
    font-weight: normal !important;
}

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

.report-data .datatable {margin-bottom: 25px;}
.select2-container{
    width: 100%;
    display: table;
    table-layout: fixed;
}
.priority_left{
    height: calc(100vh - 200px);
    border-right: 1px solid #ccc;
}
.categoryList .uiTreeHandle {
    border: none;
    border: 1px solid #eee;
    background-color: #fbfbfb;
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 10px 10px;
}
.import_priority{
    border: 1px solid #eee;
    background: #fbfbfb;
    padding: 10px;
    margin-top: 10px;
}
.import_priority .file_preview_list{
    display: block;
    max-width: none;
}

.dashboardHead{
    margin-bottom: 5px;
    /*    padding: 10px;*/
    font-size: 20px;
    font-weight: lighter;
}
.dashboardContent{
    padding: 20px 10px;
    border: 1px solid #ddd;
}
.count{
    padding: 10px;
}
.count_label{
    font-size: 16px;
    display: block;
}
.count_amount{
    font-size: 20px;
    display: block;
}
.count_amount i{
    font-size: 12px;
}

.count_number{
    font-size: 14px;
    display: block;
}
.top_content{
    border: 1px solid #ddd;
}
.top_content_inner{
    padding: 10px;
}
.top_content_inner:nth-child(odd){
    background: #ddd;
}
.top_content_inner .amount{
    float: right;
}
#count{
    text-align: right;
}
.sub_end{
    float: left;
    line-height: 38px;
}
.sub_end a{
    color: #2e8fda;
    text-decoration: underline;
}
.customerId{
    background: #2e8fda;
    padding: 30px 10px 10px 10px;
    color: #fff;
    font-size: 16px;
}
.customerId .highlight{
    font-size: 40px;
    font-weight: bold;
}
.contact_detail{
    padding: 30px 10px 30px 10px;
    font-size: 16px;
}
.contact_detail .highlight {
    font-size: 30px;
    font-weight: bold;
    color: #2e8fda;
}
.contact_detail .or_div {
    display: block;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    border: 1px solid #bbb;
    line-height: 48px;
    color: #777;
    margin: 20px auto 20px auto;
}
.contact_button{
    display: block;
    width: 100%;
    background: #fff;
    border: none;
    border-top: 1px solid #eee;
    color: #2e8fda;
    font-weight: bold;
    padding: 20px 0 20px 0;
}
.contact_button:hover{
    background: #eee;
}

.ivh-treeview-node-collapsed{
    cursor: pointer;
}
.visit_locator_user{
    width: 300px;
    height: 100%;
    background: #fff;
    border-right: 1px solid #eee;
    float: left;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}
.visit_locator_user ul{
    list-style: none;
}
.visit_locator_user.show_visit{
    overflow-y: hidden;
}
.current_locator_map{
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}
.current_locator_map #map{
    width: 100%;
    height: 100%;
    background: #eee;
}
.current_locator_map #map{
    text-align: center;
}
.current_locator_map #map h3{
    color: #777;
    line-height: 40px;
}
.current_locator_map #map i{
    margin-top: 160px;
    color: #ccc;
    font-size: 160px;
}
.current_locator_map #map .map_loader{
    height: 80px;
    width: 80px;
    font-size: 60px;
    line-height: 80px;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-top: -40px;
    margin-left: -40px;
}
.current_locator_map #map .map_loader i{
    font-size: 60px;
    line-height: 80px;
    margin-top: 0;
}
.visit_locator_map{
    width: calc(100% - 300px);
    height: 100%;
    float: left;
    position: relative;
}
.visit_locator_map #map{
    width: 100%;
    height: 100%;
    background: #eee;
}
.visit_locator_map #map{
    text-align: center;
}
.visit_locator_map #map h3{
    color: #777;
    line-height: 40px;
}
.visit_locator_map #map i{
    margin-top: 160px;
    color: #ccc;
    font-size: 160px;
}
.visit_locator_map #map .map_loader{
    height: 80px;
    width: 80px;
    font-size: 60px;
    line-height: 80px;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-top: -40px;
    margin-left: -40px;
}
.visit_locator_map #map .map_loader i{
    font-size: 60px;
    line-height: 80px;
    margin-top: 0;
}
.visit_data{
    position: absolute;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    overflow: auto;
    background: #fff;
    transition: all 1s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.visit_li{
    padding: 10px;
    border-bottom: 1px dashed #eee;
}
.visit_li .visit_no{
    font-size: 16px;
}
.visit_li .visit_no small{
    margin-top: 5px;
    font-size: 12px;
}
.visit_li a{
    color: #2e8fda;
}
.visit_li a:hover{
    text-decoration: underline;
}
.show_visit .visit_data{
    right:0;
}
.visit_link{
    float: left;
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 20px;
    background: rgba(0,0,0,0.1);
    border-radius: 500px;
    margin-top: 10px;
    display: none;
}
.visit_link:hover{
    color: #fff;
    background: #2e8fda;
}
.user_li.active {
    background: #eee;
    color: #222;
}
.user_li:hover .visit_link, .user_li.active .visit_link{
    display: block;
}
.date_search{
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    padding: 10px;
    box-shadow: 2px 2px 10px #ccc;
    width: 430px;
}
.date_search .box{
    width: 150px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: bottom;
}
.date_search .box.no_hover:hover{
    background: transparent;
}
.dashboardCenter{
    margin-top: 150px;
}
.dashboardWelcome{
    font-size: 36px;
    font-weight: lighter;
}
.dashboardName{
    font-size: 50px;
    font-weight: lighter;
}
.message_image{
    max-width: 150px;
    max-height: 100px;
}

// Deal Stages not printed
@media print
{

    .pipeline_stages
    {
        display: none !important;
        height: 0;
    }

    .pipeline_stages, .pipeline_stages *{
        display: none !important;
        height: 0;
    }
}

.attendance_label{
    display:none;
}
/* Order print view */
.company_print_header{
    padding-top: 10px;
    padding-bottom: 10px;
    /*    background: #eee !important;*/
    /*    border-bottom: 1px solid #eee !important;*/
}
.print_company_name{
    font-size: 20px;
}
.print_company_detail{
    color: #555;
}
.print_order_no_head{
    font-size: 30px;
    margin-top: 5px;
}
.print_order_no{
    font-weight: bold;
    color: #2e8fda !important;
}
.print_order_date{
    margin-top: -10px;
}
.order_print_header{
    border-bottom: 1px solid #eee !important;
    padding-bottom: 10px;
}
.orderView fieldset{
    margin-bottom: 10px;
}
.orderView .attributeMain{
    padding-left: 15px;
    padding-right: 15px;
}
.orderView .attributeMain legend{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    /*    text-decoration: underline;*/
    border-bottom: none;
    margin-bottom: 0;
}
.orderView .box_label{
    line-height: 17px;
}
.orderView .box_input{
    line-height: 17px;
    color: #555;
}
.tfoot {
    padding: 0px !important;
}
.orderView .table>tfoot{
    display: table-row-group;
}
.orderView .table>thead>tr>th,
.orderView .table>tbody>tr>th,
.orderView .table>tfoot>tr>th,
.orderView .table>thead>tr>td,
.orderView .table>tbody>tr>td,
.orderView .table>tfoot>tr>td {
    padding: 5px 8px;
}
.order_print_top {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee !important;
}
.company_detail{
    margin-bottom: 15px;
}
.payment_status{
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    background-color: white;
    font-size: inherit;
    overflow: hidden;
    padding: 3px ;
    text-overflow: ellipsis;
    white-space: nowrap;  
    -webkit-border-radius: 5px;
}
.pipeline_stages {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    list-style: none;
    font-size: 14px;
}
.pipeline_stages .stageLi{
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
    background: #ccc;
    text-align: center;
    position: relative;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pipeline_stages .stageLi.active{
    background: #5cb85c;
    color: #fff;
}
.pipeline_stages .stageLi.success{
    background: #5cb85c;
    color: #fff;
}
.pipeline_stages .stageLi.danger{
    background: #D64937;
    color: #fff;
}
.pipeline_stages .stageLi:not(:last-child):after{
    content:"";
    position: absolute;
    height: 23px;
    width: 23px;
    background: transparent;
    top: 4px;
    right: -10px;
    border-right: 2px solid #fbfbfb;
    border-top: 2px solid #fbfbfb;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 10;
}
.pipeline_stages .stageLi.success:not(:last-child):after{
    background: #5cb85c;
}
.pipeline_stages .stageLi.danger:not(:last-child):after{
    background: #D64937;
}
.pipeline_stages .stageLi:first-child{
    border-radius: 500px 0 0 500px;
}
.pipeline_stages .stageLi:last-child{
    border-radius: 0 500px 500px 0;
}

.blu {
    color: blue;
}
.pipeline_stages ul .stageLi.active  {
    background: #3CB371;
}

.activityLogMain{
    height: 100%;
}

.contentRight.visitLog{
    height: 100%;
    background: #eee;
}
.activityLog{
    height: 100%;
    background: #eee;
}
.activityLogHeading{
    font-size: 14px;
    background: #eee;
    line-height: 20px;
    color: #666;
    padding: 5px 10px;
    font-weight: bold;
}
.activityLogHeading a{
    font-weight: normal;
    color: #2e8fda;
}
.activityLogContent{
    height: calc(100% - 30px);
    overflow: auto;
    /*    background: #eee;*/
}
.activityLogBox{
    min-height: 30px;
    position: relative;
}
.activityLogBox .icon{
    width: 40px;
    height: 40px;
    padding: 4px;
    position: relative;
    z-index: 10;
    float: left;
}
.activityLogBox .icon .iconInner{
    width: 32px;
    height: 32px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 500px;
    line-height: 32px;
    text-align: center;
    color: #888;
}
.activityLogBox:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 1px;
    background: #ddd;
}
.activityLogBox .activityContent{
    width: calc(100% - 40px);
    padding: 3px 5px;
    float: left;
    /*    background: #fff;*/
    margin-bottom: 5px;
}
.activityLog .planned, .activityLog .past{
    height: 50%;
}
.contentRight{
    width: 400px;
    height: 100%;
    background: #fff;
    border-left: 1px solid #eee;
    float: left;
}
.contentLeft{
    width: calc(100% - 400px);
    float: left;
    height: 100%;
    overflow: auto;
}
.contentLeftHead{
    padding: 10px 0;
    background: #eee;
}
.activityMainDiv {
    height: 100%;
    background: #eee;
    /*    padding: 15px;*/
    overflow: auto;
}

.sideHeading{
    padding: 10px;
    border-bottom: dashed 1px #ccc;
    background: #fff;
    font-size: 16px;
    line-height: 30px;
    height: 50px;
}
.sideContent{
    height: calc(100% - 50px);
    overflow: auto;
}
.sideLabel{
    padding: 10px;
    font-weight: bold;
    color: #888;
    line-height: 20px;
}
.sideLabel small{
    font-weight: normal;
}
.activityBox{
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    position: relative;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes reminder {
    from {right: -320px;}
    to {right: 20px;}
}

@keyframes reminder {
    from {right: -320px;}
    to {right: 20px;}
}

.activityBox.reminder{
    width: 300px;
    border: none;
    margin: 10px;
    box-shadow: 1px 1px 10px -1px #777;
    position: relative;
    right: 20px;
    -webkit-animation: reminder 0.5s 1; /* Safari 4.0 - 8.0 */
    animation: reminder 0.5s 1;
}

.activityBox.reminder .activityIcon{
    color: #fff;
    background: #2e8fda;
    position: absolute;
    top: 0;
    bottom: 0;
    height: auto;
}
.activityBox.reminder .activityText{
    padding: 10px 0 10px;
    width: calc(100% - 90px);
    float: left;
    margin-left: 50px;
}

.visitLogBox{
    background: #eee;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    position: relative;
}

.activityBox:not(.log) {
    cursor: pointer;
}

.activityBox:hover:not(.log) .activityText p{
    text-decoration: underline;
}
.activityBox.done{
    background: #f9f9f9;
}
.activityBox.large{
    border: none;
    margin-bottom: 5px;
}
.activityBox.note{
    background: #FFFCE9;
}
.activityBox.log{
    background: transparent;
}
.activityIcon{
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 24px;
    text-align: center;
    color: #999;
    float: left;
}
.activityText{
    padding: 10px 0 10px;
    width: calc(100% - 80px);
    float: left;
}

.activityText a{
    color: #2e8fda;
    font-weight: bold;
}

.activityText .text-muted a{
    color: #222;
    font-weight: normal;
}
.activityText .text-muted a:hover{
    color: #2e8fda !important;
    text-decoration: underline;
}

.activityCheck{
    width: 40px;
    float: left;
    padding: 5px 10px 10px 0;
    text-align: right;
}
.activityCheck input[type='checkbox'] + label{
    padding-left: 18px;
    height: 18px;
    width: 18px;
    margin-bottom: 0px;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
}
.activityAction {
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: none;
}
.activityAction .fa {
    cursor: pointer;
}
.activityAction .la-pencil:hover {
    color: #f0ad4e;
}
.activityAction .la-trash:hover {
    color: #d9534f;
}
.activityBox:hover .activityAction {
    display: block;
}
.undoneLoading{
    margin: 20px 0 20px 0;
    text-align: center;
    color: #777;
}
.doneLoading{
    margin: 20px 0 20px 0;
    text-align: center;
    color: #777;
}
.undoneLoading a{
    color: #2e8fda;
}
.stageHandle {
    border: none;
    width: 250px;
    padding: 10px;
    background: #eee;
    margin: 20px 0;
    /*    text-align: center;*/
    cursor: pointer;
    border-radius: 5px;
}
.stageHandle.add:hover {
    background: #2e8fda;
    color: #fff;
}
.stageHandle i{
    cursor: pointer;
}
.stageHandle i.la-pencil:hover {
    color: #f0ad4e;
}
.stageHandle i.la-trash:hover {
    color: #d9534f;
}
.stageList{
    position: relative;
}
.stageList:after{
    content: "";
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    left: 125px;
    z-index: -1;
    background: #ccc;
}
.pipeline{
    margin-bottom: 10px;
}

.text.material {
    border: none;
    background: none;
    border-bottom: 1px solid #ccc;
}

.material .select2-choice, .material .select2-choices{
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    background: none;
    padding: 0;
}
.material .select2-choice .select2-arrow {
    background: none;
}

.material.select2-container-active .select2-choices {
    border: none;
    border-bottom: 1px solid #ccc;
}

.material * {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.material.select2-container-multi .select2-choices .select2-search-choice{
    margin: 2px 5px 1px 0;
}

.stageList .angular-ui-tree-empty{
    display: none;
}
.sectionList .uiTreeHandle {
    border: none;
    border-bottom: 1px dashed #ccc;
    border-top: 1px dashed #ccc;
    background-color: #eee;
    margin-top: -1px;
    padding: 20px 10px;
}
.sectionList li.active .uiTreeHandle {
    background: #fbfbfb;
}

.attributeList .uiTreeHandle {
    border: none;
    border-bottom: 1px dashed #ccc;
    border-top: 1px dashed #ccc;
    background-color: #fbfbfb;
    margin-top: -1px;
    padding: 5px 10px;
    /*    line-height: 32px;*/
}
.attributeList .uiTreeHandle .uiTreeHandleInner{
    padding-top: 6px;
}
.attributeSection{
    position: fixed;
    top: 90px;
    left: 200px;
    width: 400px;
    bottom: 0;
    border-right: 1px solid #ccc;
    overflow: auto;
    z-index: 100;
}
.attribute{
    position: fixed;
    top: 90px;
    left: 600px;
    width: calc(100% - 600px);
    bottom: 0;
    overflow: auto;
    z-index: 100;
}
.attributeSectionTop{
    padding: 20px 10px;
    border-bottom: 1px dashed #ccc;
}
.attributeSectionTop h4{
    margin: 0 !important;
}
.attributeList{
    height: calc(100% - 80px);
    width: 100%;
    background: #fbfbfb;
}
.noAttribute{
    position: absolute;
    padding: 40px;
    text-align: center;
    top: 50%;
    transform: translate(0,-50%);
}
.angular-ui-tree-empty {
    visibility: hidden;
}
.sub_end{
    float: left;
    line-height: 38px;
}
.sub_end a{
    color: #2e8fda;
    text-decoration: underline;
}
.customerId{
    background: #2e8fda;
    padding: 30px 10px 10px 10px;
    color: #fff;
    font-size: 16px;
}
.customerId .highlight{
    font-size: 40px;
    font-weight: bold;
}
.contact_detail{
    padding: 30px 10px 30px 10px;
    font-size: 16px;
}
.contact_detail .highlight {
    font-size: 30px;
    font-weight: bold;
    color: #2e8fda;
}
.contact_detail .or_div {
    display: block;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    border: 1px solid #bbb;
    line-height: 48px;
    color: #777;
    margin: 20px auto 20px auto;
}
.contact_button{
    display: block;
    width: 100%;
    background: #fff;
    border: none;
    border-top: 1px solid #eee;
    color: #2e8fda;
    font-weight: bold;
    padding: 20px 0 20px 0;
}
.contact_button:hover{
    background: #eee;
}
.modal-backdrop {
    z-index: 10000040 !important;
}
.modal {
    z-index: 10000050 !important;
}
.timepicker{
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}
.frequency_picker{
    vertical-align: middle;
    margin: -5px 10px 0 10px;
    width:100px;
}
.timepicker .text{
    line-height: 26px;
}

.timepicker td{
    padding-left: 2px;
    padding-right: 2px;
}
.between{
    display: inline-block;
    height: 70px;
    vertical-align: top;
    line-height: 66px;
}
.a_link:hover{
    color: #2e8fda;
}
.a_link{
    cursor: pointer;
}
.sub_box{
    background: #f2f2f2;
    text-align: center;
    padding: 30px 15px;
}
.sub_box_title{
    color: #000;
    font-size: 16px;
}
.sub_box_content{
    font-weight: bold;
    font-size: 20px;
}
.report_tab ul{
    list-style: none;
    display: block;
    height: 50px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}
.report_tab ul li{
    display: inline-block;
}

.report_tab ul li a{
    display: inline-block;
    padding: 0 15px;
    line-height: 48px;
    border-bottom: 3px solid transparent;
    text-decoration: none !important;
    color: #222 !important;
}
.report_tab ul li a.active{
    border-bottom-color: #2e8fda;
}
.reportTop{
    margin-top: 20px;
}
.reportTop .btn-group{
    vertical-align: top;
}
.against{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    line-height: 28px;
}
.against span{
    display: inline-block;
    vertical-align: top;
    width:150px;
}
.reportTopRight{
    vertical-align: top;
    font-size: 18px;
    line-height: 28px;
}
.reportContent {
    overflow: auto;
    width: 100%;
    margin-top: 20px;
}
.simple_pagination_main {
    margin: 10px;   
}
.simple_pagination_main span{
    vertical-align: middle;
}
.simple_pagination {
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
}

.simple_pagination.text-muted{
    cursor: default;
    color: #ccc;
}
.report_filter {
    height: 0px;
    overflow: hidden;
}
.report_filter.open{
    height: auto;
}
.report_filter legend{
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    font-weight: bold;
    margin-bottom: 0;
}
.report_filter .box{
    padding: 2px 0;
}
.filter_print{
    margin-top: 10px;
}
.dropdown-menu.center {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
}

/* addresses the background of the bar itself. It is usually covered by the other elements*/
::-webkit-scrollbar{
    background: transparent;
    width: 8px;
    height: 8px;
}
/* addresses the directional buttons on the scrollbar*/
::-webkit-scrollbar-button{
    display: none;
}
/* addresses the empty space “below” the progress bar*/
::-webkit-scrollbar-track{
    background: rgba(0,0,0,0.1);
}
/* is the top-most layer of the the progress bar not covered by the draggable scrolling element (thumb)*/
::-webkit-scrollbar-track-piece{

}
/* addresses the draggable scrolling element that resizes depending on the size of the scrollable element*/
::-webkit-scrollbar-thumb{
    /*    background: rgba(34,34,34,0.2);*/
    background: #a0a0a0;
}
/* addresses the (usually) bottom corner of the scrollable element, where two scrollbars might meet*/
::-webkit-scrollbar-corner{

}
/* addresses the draggable resizing handle that appears above the scrollbar-corner at the bottom corner of some elements*/
::-webkit-resizer{

}

.side_bar::-webkit-scrollbar-thumb{
    background: #a0a0a0;
}

.apply_margin{
    margin-top: 10px;
}

.shortcutTable {
    width: 100%;
}
.shortcutTable td {
    padding: 5px;
    border-bottom: 1px solid #eee;
}
.shortcutTable td .short_key{
    background: #eee;
    line-height: 20px;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 4px;
}
.enter_shortcut { 
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); 
}
.drop_upload[type=file]{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    float: left;
    visibility: hidden;
}
.red_dot{
    background: #F72C0C;
    display: inline-block; 
    height: 10px; 
    width: 10px;
    border-radius: 500px;
    vertical-align: -1px;
}
.green_dot{
    background: #34B351; 
    display: inline-block; 
    height: 10px; 
    width: 10px;
    border-radius: 500px;
    vertical-align: -1px;
}
.helpNav {
    position: fixed;
    width: 200px;
    top: 90px;
    background: #eee;
    height: calc(100% - 90px);
    left: 200px;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    overflow: auto;
    bottom: 0;
    z-index: 10001;
}

.helpNav ul {
    list-style: none;
}
.helpNav ul li{
    line-height: 30px;
    padding: 5px 10px;
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
}
.helpNav ul li:hover{
    background: #f1f1f1;
}
/*.koopsVideo{
    margin-top:10px;
    margin-bottom:25px;
    cursor: pointer;
}
.koopsVideo a{
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding: 10px 20px;
    background: #0073b7;
    border-radius: 5px;
}
.koopsVideo a:hover{
    background: #145a90;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}*/
.questionBox {
    padding: 10px 0;
    border-bottom: 1px dashed #eee;
}
.helpQuestion {
    margin-bottom: 10px; 
    font-size: 17px;
}
.helpAnswer {
    margin-top: -8px;
    margin-bottom: 10px; 
    font-size: 14px;
}
.carousel-control.right, .carousel-control.left {
    margin-top: 170px;
    background-image: none;
    font-size: 30px;
    color: #000000;
}
.carousel-inner .item img {
    width: 898px;
    height: 455px;
}
.skip {
    line-height: 28px;
    color: #2e8fda;
}
.skip:hover {
    text-decoration: underline;
    color: #2e8fda;
}
.helpIcon {
    font-size: 24px;
    color: #888;
    display: inline-block;
    vertical-align: -4px;
}
.helpIcon:focus, .helpIcon:active, .helpIcon:hover {
    text-decoration: none;
}
.daterangePopoverMask{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: transparent;
    top: 0;
    left: 0;
    z-index: 1000000;
}
.daterangePopover{
    position: absolute;
    width: 248px;
    background: #fff;
    top: 0;
    left: 0;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    z-index: 1000001;
    font-weight: normal;
}

.daterangePopover .link{
    line-height: 28px;
    color: #2e8fda;
    vertical-align: middle;
}
.daterangePopover .link:hover{
    text-decoration: underline;
    color: #2e8fda;
}

.present_tag {
    background-color: #5cb85c;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.absent_tag {
    background-color: #F72C0C;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.search_area {
    vertical-align: middle;
    display: inline-block;
    width: calc(100% - 100px);
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-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;
    margin-left: 30px;
}
/* Allows .modal-backdrop to remain on the page without blocking */
.modal-backdrop {
    overflow: hidden;
    height: 0;
    -webkit-transition: opacity 0.15s linear, height 0 0.2s linear;
    -moz-transition: opacity 0.15s linear, height 0 0.2s linear;
    -ms-transition: opacity 0.15s linear, height 0 0.2s linear;
    -o-transition: opacity 0.15s linear, height 0 0.2s linear;
    transition: opacity 0.15s linear, height 0 0.2s linear;
}
.modal-backdrop.in {
    height: 100%;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -ms-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
/*** Calendar ***/
.calXBtn {
    float: right;
    margin-top: -5px;
    margin-right: -5px;
}
.calWell {
    float: left;
    margin: 40px;
    background: white;
}

.fc-button .fc-icon{
    vertical-align: -8px !important;
}

.fc-event.change_event {
    background-color: rgb(34,139,34);
}
.fc-event.objective_class {
    background-color: transparent;
    border: none;
    color: rgb(0,0,0);
}
.fc-event.customFeed {
    background-color: rgb(132, 222, 175);
    color: black;
}
.calTools {
    margin-bottom: 10px;
}

.fc-toolbar {
    margin: 10px 0;
    padding: 0 20px;
}
.fc-toolbar h2{
    margin: 0;
    line-height: 30px !important;
}
.fc-row {
    height: 80px !important;
    min-height: 0px !important;
}
.fc-head .fc-row {
    height: 45px !important;
}
.fc-head .fc-row .fc-day-header {
    padding: 15px;
}
.fc-day-grid-container.fc-scroller {
    height: auto!important;
    overflow: auto;
}
.fc-view-container *, .fc-view-container *:before, .fc-view-container *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pencil_icon{
    position: relative;
    padding-right: 10px;
}
.activityReport legend{
    margin-bottom: 0px;
}
.activityReport .datatable{
    margin-top: 10px;
}
.checkboxNodrag {
   height: 18px;
   width: 18px;
   position: absolute;
   top: 4px;
   left: 0;
   z-index: 100001;
}
.areaTree {
    list-style: none;
}

.areaTree li{
    list-style: none;
    padding-left: 20px;
}

.areaTreeLabel{
    font-size: 16px;
    display: block;
    border: 1px solid #ccc;
    margin: 10px 0;
    line-height: 30px;
}
.areaTreeExpIcon{
    float: left;
    height: 30px;
    width: 30px;
    text-align: center;
}
.areaTreeCheckbox{
    float: left;
    height: 30px;
    width: 30px;
    text-align: center;
}
.areaTreeText{
    float: left;
    height: 30px;
    width: calc(100% - 60px);
}

.areaTree>li>ul{
    display: none;
}

.areaTree>li.expanded>ul{
    display: block;
}

.prepared .text{
    border-radius: 0 3px 3px 0;
}

.orderView #invoice_footer {
    padding-top: 7px;
    padding-bottom: 7px;
}