/*
 *  Document   : custom.css
 *  Author     : Arjun
 *  Description: This is custom css which includes for override the css of default admin template.
 */
body{
    font-family: FontAwesome, 'Source Sans Pro', sans-serif;
    color: #000;
    margin: 0;
    background: #edecec;
}
body {
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}
.pos-rel {
    position: relative;
}
.input-sm {
    font-size: 14px !important;
}
tr td {
    word-break: break-all;
}
.block{
    padding: 20px 30px;
}
.modal-content .block {
    padding: 0;
}

.box{
    margin-bottom: 10px;
}

.overflow-auto {
    overflow-x: auto;
    overflow-y: hidden;
}

/*-- HEADER --*/
.header {
/*    background: #2196f3;*/
    background: #009688;
    padding: 15px;
    color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 100;
}
.header .brand {
    font-size: 20px;
}
.header .brand i{
    padding: 10px;
    border-radius: 500px;
    margin-top: -5px;
}
.header .brand i:hover{
    background: rgba(0,0,0,0.2);
}
.header a{
    color: #fff;
}
.header a:hover, .header a:focus{
    text-decoration: none;
}
.headerLeft {
    position: relative;
    line-height: 28px;
}
/*-- //HEADER --*/

/*-- SIDEBAR --*/
.sidebar {
    width: 200px;
    background: #fff;
    height: calc(100vh - 60px);
    position: fixed;
    top: 60px;
}
.sidebar-scroll {
    height: 100%;
    overflow: auto;
    padding-top: 20px;
}
.sidebar-nav, .sidebar-nav ul {
    list-style: none;
    padding-left: 0px;
}
.sidebar-nav ul {
    display: none;
}
.sidebar-nav ul li a{
    padding-left: 35px;
}
.sidebar-nav-icon {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}
.sidebar-nav-indicator {
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
}
.sidebar a {
    color: #333;
}
.sidebar a:hover, .sidebar a:focus {
    text-decoration: none;
    background: #eee;
}
.sidebar-nav li.active>a, .sidebar-nav li a.active{
    background: #ddd;
}
.sidebar-nav li.active>ul{
    display: block;
}
.sidebar-nav li a{
    margin-bottom: 2px;
    padding: 0px 10px;
    line-height: 36px;
    display: block;
    position: relative;
}
/*-- //SIDEBAR --*/

.block {
    background: #fff;
    border-radius: 5px;
    margin-top: 20px;
}

#page-container {
    top: 60px;
    left: 0px;
    position: absolute;
    width: 100%;
    background: #eee;
}

#page-container.sidebar_full{
    left: 200px;
    width: calc(100% - 200px);
}

h1,h2,h3,h4,h5,h6,p{
    margin: 10px 0;
}
.widget .widget-options {
    top: 8px;
}
.breadcrumb-top{
    font-size: 14px;
}
.breadcrumb-top a{
    color: #999;
}
.breadcrumb-top a:hover, .breadcrumb-top a:focus{
    text-decoration: none;
}
.table tr td, .table tr th{
    word-break: normal;
}
.table tfoot>tr>td, .table tfoot>tr>th, .table thead>tr>td, .table thead>tr>th {
    padding-top: 5px;
    padding-bottom: 5px;
}
.table thead>tr>th {
    font-size: 14px;
}
.table.active-table tbody>tr{
    cursor: pointer;
}
.table.active-table tbody>tr:focus>td, .table.active-table tbody>tr:hover>td{
    background: #eee;
}
.table th {
    min-width: 120px;
}
.table.smallTable th {
    min-width: 0px;
}
.table th.important {
    width: 100%;
}
.table th.image-td{
    min-width: 50px !important;
    width: 50px !important;
}
.table th.action-td{
    min-width: 50px !important;
    width: 50px !important;
}
.table th.checkbox-td{
    min-width: 30px !important;
    width: 30px !important;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 5px;
    border: 1px solid #eee !important;
}
.block_without_padding{
    padding: 0px !important;
}
.block_without_padding .row{
    padding: 10px 0px;
    margin: 0;
}
.block .block-content-mini-padding {
    padding: 8px 15px;
}
.pagination {
    margin: 5px 0 0 0;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #428bca;
    background-color: #fff;
    border: 1px solid #ddd !important;
    margin-left: -1px;
    margin-right: 0;
    border-radius: 0 !important;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.form-control-static{ margin: 0; }

/* css for select2 */
.select2-container.form-control{ padding: 0; }
.select2-container.form-control a.select2-choice{ color: #444 !important; }
.select2-container.form-control a.select2-choice.select2-default{ color: #999 !important; }
/* LOGIN DETAIL */
.center_detail_wrapper{
    width: 400px;
    background: #111;
    position: absolute;
    left:50%;
    margin-left: -200px;
    margin-top: 200px;
    color: #fff;
    box-shadow: 0 0 20px #333;
}
.center_div_head{ padding: 10px 20px; font-weight: normal; }
.center_div_content{ background: #fbfbfb; color: #888; }
.center_div_footer{ padding: 20px; font-weight: normal; }
.center_div_content .border_less_input{ border-bottom: 1px solid #ccc; padding: 20px; }
.center_div_content .border_less_input .text_box{ background: #fbfbfb; border: none; width: 330px; }

.upload_image_container{
    height: 80px;
    background: #eee;
    display: table;
    width: 100%;
}
.image_preview{
    width: 80px;
    height: 80px;
    border: 1px solid #eee;
    background: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #ddd;
}
.image_preview_table{
    width: 40px;
    height: 40px;    
    border: 1px solid #eee;
    background: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #ddd;
}
.image_preview img{
    height:80px;
    width:80px;
}
.image_detail{
    height: 80px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}
.image_button{
    height: 80px;
    width: 80px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    text-align: right;
}
.no_of_result{
    line-height: 32px;
    float: left;
    margin: 5px 0;
}

.message_wrapper{
    height: 400px;
    position: relative;
    background: #eee;
}

.message_wrapper .message_wrapper_inner{
    padding: 5px 0;
    bottom: 0;
    position: absolute;
    max-height: 100%;
    overflow: auto;
    width: 100%;
    
}

.message_wrapper ul{
    list-style: none;
    padding: 0;
}

.message_wrapper ul .no_conversation{
    background: #fbfbfb;
    padding: 20px 0;
    border-top: 1px dashed #ccc;
    font-size: 18px;
    text-align: center;
    color: #999;
    bottom: -15px;
    position: relative;
}

.no_account{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -25px;
    color: #888;
}

.row.message_text{
    padding: 0;
    position: relative;
}
.row.message_text .form-control{
    margin: 0;
}

.attachment_box{
    width: 100%;
    background: #eee;
    display: table;
    line-height: 20px;
    padding: 5px 10px;
    margin: 2px 0;
    border: 1px solid #ccc;
    background: #ddd;
}
.attachment_box .file_name{
    display: table-cell;
    color: #666;
    vertical-align: middle;
}
.attachment_box .file_progress{
    display: table-cell;
    vertical-align: middle;
}
.attachment_box .file_progress .progress{
    margin-bottom: 0;
}
.attachment_box .cancel_upload,.attachment_box .edit_cancel_upload,.attachment_box .edit_download_upload{
    display: table-cell;
    vertical-align: middle;
    width: 20px;
    padding-left: 10px;
    color: #666;
    cursor: pointer;
}

#attach_file:hover,#attach_file:focus{
    text-decoration: none;
}
.row.message_extra{
    padding: 10px;
    font-size: 16px;
    color: #888;
}
.message{
    margin: 5px 0px;
    padding: 5px;
/*    border-radius: 5px;
    border:none;
    box-shadow: 0 0 10px -3px #bbb inset;*/
}
.message-left{ margin-right: 80px; /* border-left-width:3px; border-left-style: solid; */ }
.message-left .message_profile_pic{ float: left; margin-right: 10px; width: 40px; }

.message-left .message_detail{
    margin-right: 10px;
    border-radius: 5px;
    margin-left: 50px;
    padding: 5px 10px;
    background: #fff;
    position: relative;
    box-shadow: 0 0 3px #ccc,0 2px #ccc;
    z-index: 1000;
}
.message-left .message_detail:after{
    position: absolute;
    height: 8px;
    width: 8px;
    background: #fff;
    top: 16px;
    left: -4px;
    content:"";
    box-shadow: -1px 1px 1px #ccc;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    z-index: -1;
}


.message-right{ margin-left: 80px; /*border-right-width:3px; border-right-style: solid;*/ }
.message-right .message_profile_pic{ float: right; margin-left: 10px; width: 40px; }
.message_profile_pic .img-circle, .message_profile_pic i{ border: 3px solid #fff; box-shadow: 0 0 5px #ccc; }

.message-right .message_detail{
    margin-left: 10px;
    border-radius: 5px;
    margin-right: 50px;
    padding: 5px 10px;
    background: #C2EBFF;
    position: relative;
    box-shadow: 0 0 3px #ccc,0 2px #ccc;
    z-index: 1000;
    color: #000;
}
.message-right .message_detail:after{
    position: absolute;
    height: 8px;
    width: 8px;
    background: #C2EBFF;
    top: 16px;
    right: -4px;
    content:"";
    box-shadow: 1px -1px 1px #ccc;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    z-index: -1;
}

.message_profile_pic i{
    width: 40px;
    height: 40px;
    background: #ddd;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    padding-top: 10px;
    overflow: hidden;
}

.message p{ margin: 0; white-space: pre-wrap;word-break: break-word;word-wrap: break-word; }
.bold{ font-weight: bold; }
.message-success{
/*    background: #daf2e4;
    border-color: #27ae60;*/
}
.message-info{
/*    background: #dae8f2;
    border-color: #3498db;*/
}
.message-warning{
    background: #ffe4cc;
    border-color: #e67e22;
}
.message-danger{
    background: #ffd1cc;
    border-color: #e74c3c;
}
.message_head{
    line-height: 20px;
    font-size: 14px;
    color: #333;
    text-align: left;
}
.message-right .message_head{
    text-align: right;
}

.message_head .small{
    font-size: 11px;
    margin-left: 20px;
    color: #666;
}
.message-right .message_head .small{
    margin-right: 20px;
    margin-left: 0;
}
.message_text{
    border-top: 1px solid #ddd;
}

#page-content {
    padding: 20px 30px;
}
.modal-content #page-content {
    padding: 10px 15px;
}
.modal-content .pageHeader {
    margin-top: -10px;
    margin-bottom: -15px;
    margin-left: -15px;
    margin-right: -15px;
    background: #eee;
    padding: 15px;
}

.breadcrumb-top{
    font-weight: 300;
    font-size: 20px;
    margin: 0;
    padding: 0;
    background: none;
    color: #333;
}
.breadcrumb>li+li:before {
    content: "\f101";
}
.order_nav.nav li>a{
    font-size: 16px;
    background: #ececec;
    color: #888;
    border-radius: 0;
}
.order_nav.nav li>a:hover{
    background: #f0f0f0;
}
.order_nav.nav li>a>span{
    height: 30px;
    width: 30px;
    display: inline-block;
    border-radius: 15px;
    margin-right: 10px;
    background: #ccc;
    line-height: 30px;
    color: #fff;
}
.order_nav.nav li.disabled>a>span{
    color: #888;
}

/*.order_nav.nav li.visited>a{
    background: #1ec1b8;
    color: #fff;
}
.order_nav.nav li.visited>a:hover{
    background: #61dbd5;
    color: #fff;
}*/
/*.order_nav.nav li.visited>a>span{
    background: #27ae60;
    color: #fff;
}*/

.order_nav.nav li.active>a, .order_nav.nav li.active>a:focus{
    background: #fff;
    color: #888;
}
.order_nav.nav li.active>a:hover{
    background: #fff;
    color: #888;
}
.order_nav.nav li.active>a>span{
/*    background: #1ec1b8;*/
    color: #fff;
}
.order_nav.nav li.active>a:after{
    content:"";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
}


.media-body p{
    margin: 0;
}
.media-body .text-muted{
    white-space: nowrap;
}

.block-bottom{
    border-top: 1px dotted #dbe1e8;
    margin: 20px -20px -20px;
}
.order_log_message{
    background: #eee;
    color: #888;
}
.order_content .form-control-static{
    
}

fieldset{
    margin-bottom: 10px;
}
fieldset legend{
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #ccc !important;
    margin-bottom: 10px;
    font-size: 18px;
}
label{
    margin-bottom: 0;
}
footer {
    padding: 9px 10px;
    font-size: 11px;
    background-color: #fff;
    border-top: 1px solid #dbe1e8;
}

.message_search_box{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}
.message_contact_box{
    overflow: auto;
}
.message_contact{
    display: table;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}
.message_contact:nth-child(odd){
    background: #fbfbfb;
}
.message_contact:hover{
    background: #f0f0f0;
}
.message_contact.active{
    background: #1bbae1;
    color: #fff;
}
.message_contact_profile_pic{
    display: table-cell;
    width: 40px;
    vertical-align: middle;
}
.message_contact_profile_pic i{
    width: 40px;
    height: 40px;
    background: #ddd;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    padding-top: 10px;
    overflow: hidden;
}
.message_contact_name{
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}
.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;
}
.log-timeline.block{
    padding-bottom: 0;
    padding-top: 0;
    max-height: 500px;
    overflow: auto;
}
.log-timeline .block-title{
    margin-bottom: 0;
}

.log-timeline .timeline-list:after {
    left: 15px;
}
.log-timeline .timeline-list .timeline-icon {
    left: 0px;
}
.log-timeline .timeline-list .timeline-content {
    margin-left: 40px;
}
.log-timeline .timeline-list .timeline-content p{
    margin-bottom: 0;
}
.log-timeline .timeline-list li {
    position: relative;
    margin: 0;
    padding: 5px 0;
}
.log-timeline .timeline-list {
    padding-bottom: 10px;
}
.notify_loader{
    background: #eee;
}
.notification_dropdown{
    max-height: 500px;
    overflow: auto;
}
.dropdown-menu.dropdown-custom.notification_dropdown>li{
    padding: 0;
}
.notification_dropdown li:nth-child(odd){
    background: #fff;
}
.notification_dropdown li:nth-child(even){
    background: #eee;
}
.dropdown-menu.dropdown-custom.notification_dropdown li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px 30px 8px 10px;
    border-radius: 0;
}
.dropdown-menu.dropdown-custom.notification_dropdown li a:hover span{
    color: #fff !important;
}
.message_loading{
    color: #888;
}
.message_loading i{
    margin-right: 5px;
}
#login-container{
    top: 35px;
    margin-left: -200px;
}
#login-background>img {
    position: absolute;
    width: 1600px;
    height: 400px;
    left: 50%;
    margin-left: -780px;
}
#login_button{
    height: 40px;
    background: #009688;
    width: 272px;
    margin-left: 0px;
}
#login-container .login-title {
    padding: 20px 10px;                
    background: #263c47;
}
#login-container .login-title #company_name{
    color: white;
    width: 350px;                
}
.textbox-border{
    border-bottom: 1px solid #C0C0C0;
}
#login-box{
    height: 400px;
    width: 350px;
    padding: 40px;
    border-top: 5px solid #009688 !important;
}
#forget-login-box{
   height: 250px;
   width: 350px;
   padding: 40px;
   border-top: 5px solid #009688 !important;   
}

/* button css */
.btn {
    border: none;
    text-transform: uppercase;
    font-weight: bold;
}
.btn-info {
    background-color: #3498db;
    border-color: #2875a8;
    color: #fff;
}
.btn-info:hover,.btn-info:focus {
    background-color: #7abce7;
    border-color: #3498db;
    color: #fff;
}
.btn-success {
    background-color: #7db831;
    border-color: #578022;
    color: #fff;
}
.btn-success:hover, .btn-success:focus {
    background-color: #aad178;
    border-color: #7db831;
    color: #fff;
}
.btn-danger {
    background-color: #e74c3c;
    border-color: #9c3428;
    color: #fff;
}
.btn-danger:hover, .btn-danger:focus{
    background-color: #ef8a80;
    border-color: #e74c3c;
    color: #fff;
}
.btn-warning:hover,.btn-warning:focus {
    background-color: #f7be64;
    border-color: #f39c12;
    color: #fff;
}
.btn-warning {
    background-color: #f39c12;
    border-color: #b3730c;
    color: #fff;
}
.btn-primary{
    background-color: #009688;
    color: #fff;
}
.btn-primary:hover,.btn-primary:focus{
    background-color: #007d72;
    color: #fff;
}
.btn-default:hover,.btn-default:focus{
    background-color: #bbb;
/*    border-color: #1bbae1;*/
/*    color: #fff;*/
}
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #bbb;
}
.btn-gray{
    background-color: #ddd;
    border-color: #bbb;
    color: #333;
}
.btn-gray:hover, .btn-gray:focus{
    background-color: #e8e8e8;
    border-color: #ccc;
    color: #333;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th{
    background-color: #EBEBEB;
}
.table-vcenter td{
    vertical-align: middle !important;
}
.table>tbody>tr.unseen>td{
    font-weight: bold;
    background-color: #FFF;
}
.table>tbody>tr.disabled>td{
    background-color: #eee;
    color: #999;
}
.dropzone, .list-group-item, .nav-tabs>li>a:hover, .pager>li.disabled>a:hover, .pager>li>a, .pager>li>span, .table tbody+tbody, .table tbody>tr>td, .table tbody>tr>th, .table tfoot>tr>td, .table tfoot>tr>th, .table thead>tr>td, .table thead>tr>th, .table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th, blockquote, ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
    border-color: #D9D9D9;
}
.block, .chosen-container-multi .chosen-choices, .chosen-container-single .chosen-search input[type=text], .chosen-container-single .chosen-single, .dropdown-menu, .form-control, .input-group-addon, .style-alt .block, .switch-default span, div.tagsinput {
    border-color: #d2d2d2;
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
    border-bottom-width: 1px;
}
.table{
    width: calc(100% - 1px);
    max-width: 100%;
    margin-bottom: 0;
}
.btn-default {
    background: #d5d5d5;
    color: #555;
}
.sidebar-brand {
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.form-inline .search_field{
    width: 200px !important;
}
.searchMain{
    padding: 15px 0 !important;
}
.loader_large{
    line-height: 100px;
    text-align: center;
    color: #3498db;
}
.loader_small{
    margin-left: 10px;
    display: inline-block;
    display: none;
}
.loader_small i{
    font-size: 16px;
    margin-right: 2px;
    margin-top: -2px;
}
.error,.error p{
    margin: 0;
}
.alert p {
    margin-top: 0px;
}
.error-container-404{    
    /*background-color: #eaedf1;            */
}
.error-container-404 .heading h1 i{
    color:#1bbae1;
}


.error-container-404 .heading h1,.error-container-404 .heading h2{
    color:#888 !important;
}
.strike-through{
    text-decoration: line-through;
}
.margin_left_15px{
    margin-left: 15px;
}
.margin_top_5px{
    margin-top: 5px;
}
.dataTables_wrapper>div{
    padding-top:0;
    padding-bottom:0;
}
.dashboard_timeline .timeline .timeline-list li{
    padding:5px 0;
}
.dashboard_timeline .timeline .timeline-list:after{
    left:30px;
}
.dashboard_timeline .timeline .timeline-icon{
    left:15px;
    top:10px;
}
.dashboard_timeline .timeline .timeline-content{
    margin-left: 55px;
}
.timeline .timeline-content p{word-wrap: break-word}
.dashboard_timeline{
    height: 520px;
    overflow: auto;
}
.image_detail p{
    word-break: break-word;
    word-wrap: break-word;
}
.login_header{
    background-color: #eee;
    border-bottom:1px solid #bbb;
    height:80px;
    
}
.login_header .logo{
    color : #00A0E3;
    font-weight:bold;
    font-size:20px;    
}
.col_center{
    float: none;
    margin: 0 auto;
}
.margin_top_50px{
    margin-top: 50px;
}
.form-control.auto-height{
    height:auto;
}
 .tree ul{
    height: auto;
}

#sidebar .slimScrollDiv{
    height: auto;
}
.custom_label{
    width: 130px;
}
.salesmen_chart{
    height: 500px;
}
.popup-link{
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.white-popup {
    color:black;
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 525px;
    margin: 20px auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: -5px -1px 30px -5px rgba(209,209,209,0.82);
    -moz-box-shadow: -5px -1px 30px -5px rgba(209,209,209,0.82);
    box-shadow: -5px -1px 30px -5px rgba(209,209,209,0.82);
}
.white-popup div.jp-video {
    margin-top:25px;
}
.white-popup button.mfp-close {
    top:10px;
}
.white-popup button.mfp-close:active{
    top:10px !important;
}
div.mfp-content .jp-audio{
    width: auto;
    margin-right: 30px;
}
div.mfp-content .jp-audio ul.jp-controls{
    width: auto;
}
div.attach_detail p.name{
    overflow: hidden; 
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin:0px;
}
tr.error td{
    background: #FFBABA !important;
    vertical-align: top !important;
}
.link{
    color: #428bca;
}
.link:hover{
    color: #428bca;
}
#product_packing_table tr.active td{
    background: #fff;
}
#product_packing_table tr.inactive td{
    background: #eee;
}
/*media view start*/
.media{
    background-color: #eee;display: inline-block;margin: 10px;height: 189px;
}
.media_wrapper{
    display: inline-block;
    height: 160px;
    width: 180px;
    overflow: hidden;
    padding: 10px 10px 0px 10px;
}.media_wrapper img{
    width: 100%;
    height: 100%;
}
.media_wrapper .image_preview,.media_wrapper .image_preview:hover{
    width: 100%;
    height: 100%;
    display: flex; 
    justify-content:center;
    flex-direction: column;
}
.tableButton {
    margin-right: 5px;
}
/*media view end*/
.pagination>li.active_page>a,.pagination>li.active_page>span {
    background-color: #eee;
}

.image_list{
    position: relative;
}
.productUpload {
    height: 120px;
    width: 120px;
    position: relative;
    float: left;
    margin-right: 10px;
    border: 1px dashed #46b8da;
    border-radius: 5px;
}

.productUpload [type = file] {
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    cursor: pointer;
}
.upload_gallery {
    margin: 0;
    color: #46b8da;
    text-align: center;
    position: absolute;
    padding: 10px;
    height: 100%;
    width: 100%;
    cursor: pointer;
    font-weight: normal;
}
.upload_gallery .plus {
    font-size: 36px;
    line-height: 36px;
}
.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;
}
.product_image_tile {
    height: 120px;
    width: 120px;
    background: #ccc;
    cursor: pointer;
    text-align: center;
    border: 1px solid #eee;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.product_image_tile img.image {
    max-height: 120px;
    max-width: 120px;
}
.product_image_tile .removeImage {
    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 .makeDefaultButton {
    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.default .makeDefaultButton {
    display: none;
}
.product_image_tile.default:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 61px;
    height: 61px;
    background: url(../img/Default.png) no-repeat;
}
.product_image_tile:hover .removeImage {
    top: 10px;
}
.product_image_tile:hover .makeDefaultButton {
    bottom: 10px;
}
.customNav+.block {
    margin-top: 0px;
    border-radius: 0px 5px 5px 5px;
}
.customNav {
    margin-top: 20px;
}
.customNav.nav-pills>li>a {
    font-size: 18px;
    color: #333;
    padding: 10px 30px;
    border-radius: 5px 5px 0 0;
}
.customNav.nav-pills>li.active>a, .customNav.nav-pills>li.active>a:hover, .customNav.nav-pills>li.active>a:focus {
    background: #fff;
    color: #333;
}
.customNav.nav>li>a:hover, .nav>li>a:focus {
    background: #ddd;
}
.logIcon {
    width: 40px;
    height: 30px;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.logIconRound {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 500px;
    line-height: 30px;
    text-align: center;
    background: #eee;
    color: #777;
    position: relative;
    z-index: 2;
}
.logDetail {
    float: left;
    width: calc(100% - 50px);
    padding-left: 10px;
}
.logTime {
    display: inline-block;
    margin-right: 20px;
    color: #888;
}
.text-capitalize{
    text-transform: capitalize;
}
.company_logo{
    height: 110px;
    width: 110px;
    border: 1px solid #eee;
    background: #eee;
    text-align: center;
    color: #ddd;
    font-size: 70px;
}
.dropdown-menu-right {
    right: 18px;
}

.block .verification {
    border: 1px solid #ccc;
    padding-left: 0px;
    padding-right: 0px;
}
.verification {
    position: relative;
}
.verification::after {
    content: "";
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    left: 33.33%;
    background: #eee;
}
.section_list {
    padding-left: 0px;
    padding-right: 0px;
}
.section_list_header {
    padding: 15px 15px;
    background: #fff;
    border-bottom: 1px solid #eee;
}
.section_list_header h4{
    margin: 0;
}
.section_list_header small{
    font-size: 12px;
    font-style: italic;
}
.section_list_ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
#stage_list_wrapper{
    padding: 5px 15px;
    position: relative;
    min-height: calc(100vh - 250px);
}

#stage_list_wrapper .nodata{
    position: absolute;
    height: 50px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    font-size: 24px;
    text-align: center;
    color: #ccc;
    font-style: italic;
}
#stage_list_wrapper .loader{
    position: absolute;
    height: 100px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    font-size: 50px;
    text-align: center;
    color: #eee;
}
.section_list_ol .dd-item {
    margin: 10px 0;
}
.section_list_ol .dd-item .dd-handle{
    border: none;
    margin: 0;
    font-weight: normal;
    height: 50px;
    border-radius: 5px;
}
.dd-dragel > .dd-item .dd-handle {
    border: none;
    margin: 0;
    font-weight: normal;
    height: 50px;
    border-radius: 5px;
}
.section_list_ol .dd-item .dd-handle:hover{
    background: #FFFCE9;
    color: #000;
}
.dd-handle .inner_left{
    float: left;
    width: calc(100% - 80px);
}
.dd-handle .inner_right{
    float: left;
    width: 80px;
}
.dd-handle .inner_right .btn{
    margin-top: 5px;
}
.section_list_ul li{
    display: block;
    padding: 15px;
    background: #f6f6f6;
    border-bottom: 1px solid #eee;
}
.section_list_ul li.active{
    background: #fff;
}
.block .verification .sectionPriority {
    padding-left: 0px;
    padding-right: 0px;
    border-left: 1px solid #ccc;
}
.block .verification ul, ol {
    list-style: none;
}
.block .verification .stageTitle {
    border: none;
    width: 250px;
    padding: 10px;
    background: #eee;
    margin: 20px auto;
    cursor: pointer;
    border-radius: 5px;
}
.block .verification .stageTitle:hover {
    background: #ccc;
}
.block .verification .priority_stage {
    border: none;
    width: 250px;
    padding: 5px;
    background: #eee;
    margin: 20px auto;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
}
.block .verification .sectionList .company_list {
    padding-left: 0px;
}
.block .verification .sectionList .sectionList-items {
    border: none;
    border-bottom: 1px dashed #ccc;
    padding: 20px 10px;
    cursor: pointer;
    background-color: #eee;
}
.block .verification .sectionList .company_list li.active {
    background-color: #fff;
}
.block .verification .sectionList-header, .sectionPriority-header {
    padding: 20px 10px;
    border-bottom: 1px dashed #ccc;
}
.block .verification .sectionPriority-list {
    height: calc(100% - 80px);
    width: 100%;
    background: #fbfbfb;
}
.print_quotation_detail .select_quotation {
    border: 1px solid #eee;
    padding-left: 0px;
    padding-right: 0px; 
    padding-bottom: 15px;
}
.print_quotation_detail .select_quotation p {
    font-size: 15px;
}
.print_quotation_detail .select_quotation .active {
    color: #3498db;
}
.stage_list {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.stage_box {
    height: 150px;
    width: 200px;
    display: inline-block;
    margin: 10px;
    background: #eee;
    vertical-align: top;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #ddd;
}
.stage_box_head {
    font-size: 14px;
    padding: 5px 0;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}
.stage_box_content {
    padding: 0;
}
.stage_box_content i{
    font-size: 30px;
}
.stage_box_content button i{
    font-size: 14px;
    margin-right: 5px;
}
.quotation_box {
    height: 160px;
    width: 155px;
    display: inline-block;
    margin: 10px;
    background: #eee;
    vertical-align: top;
    border-radius: 5px;
    text-align: center;
    position: relative;
}
.quotation_box .select_quotation {
    display: block;
    margin: auto;
}
.quotation_box.selected .select_quotation {
    display: none;
}
.quotation_box h4 a {
    color: #222;
}
.quotation_box .sel {
    font-size: 36px;
    display: none;
}
.quotation_box.selected .sel {
    display: block;
}
.quotation-file-preview {
    height: 120px;
    background: #f3f3f3;
    padding: 10px;
    display: table;
}
.quotation-file-preview .image-preview, .quotation-file-preview .document-preview {
    padding-bottom: 10px;
}
.quotation-file-preview .image-preview img{
    width: 100px;
    height: 100px;
}
.quotation-file-preview .document-preview img {
    width: 80px;
    height: 80px;
}
@media print {
    .print_stage_box {
        height: 60px;
        width: 48%;
        margin: 7px;
        border: 1px solid #ddd;
        display: inline-block;
        line-height: 60px;
        text-align: center;
    }
    .print_stage {
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
    }
}
/* @media print {
    .stage_box {
        height: 135px;
        width: 140px;
    }
    .stage_box_head {
        border-bottom: none;
        padding: 5px 0px 0px;
    }
    .stage_box_content p {
        margin: 2px 0px 0px;
        font-size: 12px;
    }
} */
