/*
 *  Document   : custom.css
 *  Author     : Arjun
 *  Description: This is custom css which includes for override the css of default admin template.
 */
body{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000;
}
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; }
}
.navbar-inverse .nav.navbar-nav-custom>li>a {
    padding-left: 10px;
    padding-right: 10px;
}
.navbar-inverse .nav.navbar-nav-custom>li>a .badge{
    margin-left: 2px;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 10px 0;
}
.widget .widget-options {
    top: 8px;
}
.breadcrumb-top{
    font-size: 14px;
}
.table{
    margin-bottom: -2px;
}
.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: #6ad2eb;
}
.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: 50px;
    height: 50px;    
    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: 10px 10px 1px;
}
.breadcrumb-top{
    margin: -10px -10px 10px;
}

.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{
    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 legend{
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #ccc !important;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}
label{
    margin-bottom: 0;
}
footer {
    padding: 9px 10px;
    font-size: 11px;
    background-color: #fff;
    border-top: 1px solid #dbe1e8;
}

/*#order_product_table tr .td_input{
    display: none;
}
#order_product_table tr .td_label{
    display: block;
}
#order_product_table tr.active .td_label{
    display: none;
}
#order_product_table tr.active .td_input{
    display: block;
}*/

.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: 140px;
}
#login-background>img {
    position: absolute;
    width: 1600px;
    height: 400px;
    left: 50%;
    margin-left: -780px;
}

/* button css */
.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: #1bbae1;
    border-color: #1593b3;
    color: #fff;
}
.btn-primary:hover,.btn-primary:focus{
    background-color: #6ad2eb;
    border-color: #1bbae1;
    color: #fff;
}
.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>tbody>tr.unseen>td{
    font-weight: bold;
    background-color: #FFF;
}
.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{
    margin-left: -2px;
    width: calc(100% + 4px);
    max-width: calc(100% + 4px);
}
.btn-default {
    border-color: #ccc;
}
.sidebar-brand {
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.form-inline .search_field{
    width: 200px !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;
}
.main_outstanding_div{
    width:99%;
    margin:0px 0px 20px 5px;
    border:1px solid #e1e1e1;
    padding:5px;
}
.outstanding_account_name{
    padding:5px;
    font-weight: bolder;
    font-size: 14px;
}
.outstanding_detail_table{
    padding:5px;
}
.outstanding_footer{
    padding:15px;
}
.select2-container.input-sm.form-control {
    min-height: 30px;
    height: auto;
}
.checkbox_align{
    margin-top: -1px !important;
    margin-right: 3px !important;
}

/* site user */
.confirmation-hide{
    display: none;
}
.confirmation-show{
    display: block
}
.news-padding{
    padding: 7px 9px;
}
.no-click-image{
    pointer-events: none;
}
.default_check{
    margin-right: 6px !important;
}
#video_preview iframe{
    width: 350px !important;
    height: 150px !important;
}
.contact_info{
    color: #4a4a4a;
}

/*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;
}
/*media view end*/
