
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700&display=swap');

html,
body {
    font-family: 'Nanum Gothic' ;
    height: 100%;
    color:#000;
    font-size: 15px;
}
h1{
    font-weight: bold;
}
.mb-0{
    margin-bottom: 0 !important;
}
.flatpickr-calendar.open{
    z-index: 999999 !important
}
.signature-pad--body canvas{
    height:200px;

}

/*custom form*/
input[type="date"].form-control{
    line-height: 1;
}
.action-btn-div .loader{
    width:20px;
}
.contact-letter-form .form-group{
    margin-top:0px;
    /*margin-bottom:10px;*/
}
.contact-letter-form textarea.form-control{
    height: auto;
}
.law-links .dropdown{margin-right:0 !important;
    margin-top:0 !important;
}
.navbar{
    z-index: 111111;
}
.contact-letter-form .select2-container--krajee .select2-selection--single .select2-selection__clear{
    top: 12px;
}
.letter-label{
    text-align: right;
    font-size: 13px !important;
    margin-top:5px;
}
.law-links{
    font-size: small;
    margin: 20px auto;
}
.link-separator{
    color: #9a9999;
    margin: auto 5px;
}
/*****custom form end*******/
.signature-pad--body canvas,.img-thumbnail{
    border:1.3px solid #c1bfbf !important;
    border-radius:4px !important
}
.signature-pad--actions .button{
    background-color: #000000 !important;
}
.checkbox label{
        display: flex;
    align-items: center;
    font-size: 14px;
    color: #000;
}

textarea#contactnote-note,#contacttask-task {
    height: auto;
}
.datepicker{
        height: 40px !important;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.02);
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay{
        background: var(--theme-color) !important;
            border-color: var(--theme-color) !important;
}

.field-contactnote-date_time,.field-contactnote-note,.field-contacttask-date_time,.field-contacttask-task{
    margin-bottom: 0 !important
}
.checkbox input{
margin-top:1px;
}
.panel-heading .btn{
    font-size: 13px;
}
.form-inline .checkbox{
    margin-right:16px;
}
.form-inline .checkbox input{
    margin-right:4px;
}
.receipt-checkbox{
    margin-top:-10px;
    margin-bottom: 24px;
}
.commented-date{
        margin-top: 3px;
    color: #616161;
    margin-bottom: 6px;
        font-size: 90%;
}
.morelink,.morelink:focus{
    color:var(--theme-color);
    transition: .3s;
}
.morelink:hover{
    color:#d2111b;
}
.checkbox input[type="checkbox"]{
    width:14px;
    height: 14px;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}
.page-inside-body{
    background-color: #f5f5f5;
}
.navbar-wrapper {
    width: 100%;
    height: 100%;
}

.navbar-content.scroll-div.ps {
    height: 100%;
    width: 100%;
}
img.logo {
    height: 38px;
    float:left;
}
.d-flex{display: flex !important;}
.align-items-center{
    align-items: center !important;
}
.overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:rgba(0, 0, 0, 0.47);
    z-index: 1104;
    display: none;
}
.overlay-block{
    display: block;
}
.pcoded-navbar {
    display: block;
       z-index: 9999;
    position: absolute;
    box-shadow: 0 2px 10px -1px rgba(69, 90, 100, 0.3);
    transition: all 0.3s ease-in-out;
    min-width: 300px;
    min-height:calc(100% - 82px);
    margin-top: 82px;
    border-radius: 0 4px 0 0;
    top: 0;

    background: #fff;
    color: #000; 
	/*position: fixed;
    bottom:0;*/
}
.pcoded-micon{
        line-height: 0;
}
span.pcoded-mtext {
    margin-left: 10px;
        font-weight: bold;
}
.order-md-1{

}
.pcoded-navbar a{
    color:#000;
}
.wrap > .container {
/*    padding: 70px 15px 20px;
*/    padding:108px 15px 20px;
}
.btn-view{
    color:#4680ff
}
.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #e9e9e9;
    padding-top: 77px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus .btns,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 111111 !important; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */

}
.bootstrap-dialog .bootstrap-dialog-close-button{
    display: inline-block !important;
}
.modal-header .close {
    margin-top: 4px;
}
.bootstrap-dialog-footer-buttons .btn-default,.modal-footer .btn-default,.modal-footer .btn-default{
    float: left;
    background: #000;
    color: #fff;
}

.bootstrap-dialog-footer-buttons .btn-default:hover,.modal-footer .btn-default:hover,.modal-footer .btn-default:hover{
    background: #434343;
}
.modal-title,.bootstrap-dialog-title{
    font-weight: 600;
}
.btn-warning{
    background: var(--theme-color);
}
.btn-warning:hover{
    background-color: #d2111b;
    border-color: #d2111b;
}
.bootstrap-dialog-footer-buttons span {
    display: none;
}
.modal-backdrop.fade.in {
    z-index: 99999 !important;
}
.bootstrap-dialog.type-warning .modal-header {
    background-color: transparent;
}
.bootstrap-dialog .bootstrap-dialog-title {
    color: #000;
    font-size: 18px;
}
.close{
    opacity: .7;
}
.modal-body{
    padding: 25px 15px;
}
.modal-backdrop{
    z-index: 99999;
}
/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close_img {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff !important;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close_img:hover,
.close_img:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.kv-align-center{
    text-align:left !important;
}
/********custom*****************/
:root{
    --theme-color: #b31119;
    --secondary-color:#000;
}
.btn,a{
    transition: .3s;
}
.primary-color{
    color:var(--theme-color);
}
.secondary-color{
    color:var(--secondary-color);
}
.btn-secondary{
      background:var(--secondary-color);
      color:#fff;
}
.dropdown-menu-btns{
    top:100% !important;
}
.btn-space-custom .btn{
    margin:0
}
.btn-secondary svg path{
      background:var(--secondary-color);
}
.btn-secondary:hover,.btn-secondary:focus{
    background:#434343;
    color:#fff;
}
.p-0{
    padding:0 !important;
}

.d-flex{
    display: flex;
}
a{
    color:var(--theme-color);
}

.pretty input {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 1em;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.left-section.left-section1{
    background-image: url("images/left-section-img.jpg");
        background-size: cover;
    background-position: center;
}
.left-section.left-section2{
    background-image: url("/images/townwork-bg.jpg")!important;
    background-size: cover;
    background-position: center;
}
.left-section.left-section3{
    background-image: url("/images/townwork-night-bg.jpg")!important;
    background-size: cover;
    background-position: center;
}
.w-100{
    width: 100%;
}
#login-form .control-label{
  /*  display: none;*/
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label{
    color:#e62b25;
    font-size: 13px;
}
.has-error .form-control{
    border-color:#e62b25 ;
}
th.action-column {
    min-width: 149px;
}
.form-group .btn{
    min-width: 80px;
}
.btn{

    border-radius: 4px;
    border-color: transparent;
    font-weight: bold;
    padding: 8px 12px;
    justify-content: center;
    display: inline-flex;
    font-size: 14px;
    align-items: center;
 /*   min-width: 115px;*/
   /* font-size: 14px;*/
    margin: 3px;
}
.feather-icon{
    margin-right: 4px;
}
.btn-reset{
    color:#00ACC1
}
.login-form .btn,.btn-login{
    text-align: center;
    font-size: 16px !important;
    min-width: 115px;
     padding: 10px 26px;
}

.btn-primary{

    background:var(--theme-color);

}


.login-form{
    padding:30px;
    min-height: calc(100vh - 85px);
    font-size: 17px;
}
.form-group{
    position: relative;
    margin-bottom:18px;
    /*margin-top:30px;*/
    /*padding-top:-2px;*/
    z-index: 1;
}


.has-success .form-control:focus,.has-success .form-control{
    border-color:#67b168;
    box-shadow: none;
}
.login-form h1{
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 38px;
    margin-top: 0
}
.form-text{
    margin-bottom: 30px;
    opacity:.9;
    font-size: 18px;
}
.form-group .control-label{
     font-size: 16px;
}
.form-group .control-label{
 /*position: absolute;*/
 margin:0;
    /*margin-top: -7px;*/
/* font-size: 16px;*/
/* top: 8px;*/
 color: #616161;
 background-color: #fff;
 font-weight: normal;
 transition: transform 150ms ease-out, font-size 150ms ease-out;
}
/*.focused .control-label {
  transform: translateY(-125%);
  font-size: 90%;
}*/
.form-group .control-label {
 /* transform: translateY(-125%);*/
  font-size: 90%;
    display: inline-block;

    margin-bottom: 5px;
}
.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px !important;
        font-size: 13px !important;

}
.panel-primary > .panel-heading + .panel-collapse > .panel-body{
    border-top:transparent;
}
.panel-primary > .panel-heading .panel-title{
    color:#000;
    display: flex;
    align-items: center;
}
.summary{
    color:#000;
}
.panel-heading .panel-title span{
    margin-left: 0.5rem;
}
.panel-inside > .panel-heading{
    display: flex;
    align-items: center;
   /* justify-content: space-between;*/
   min-height: 44px;

}
.item.panel.panel-default .panel-heading {
    background: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    min-height: 40px;
    border-bottom: 1px solid #ececec;
    font-size: 13px;
    width: 100%
}
.item.panel{
margin-bottom: 10px;
}
.field-contactperson-0-is_show_on_receipt .checkbox{
    margin:0;
}
.panel-inside > .panel-heading a{
    width: 100%
}
.panel-inside{
    margin-bottom: 10px !important;
}
.panel-inside > .panel-heading .panel-heading-title{
font-size: 14px;
    color: #474646;
}
.panel-heading-title-sm{
        font-size: 15px;
}
.form-actions{
    border-top:1px solid #e9e9e9;
    padding-top:15px;
    margin-top:15px;
    margin-bottom: 0;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #fff6f6;
    border-color: #e3eaef;
      /*  border-bottom: 1px solid #e6e6e6;*/
}
.panel-primary {
    border-color: rgba(20, 20, 20, 0.08);
}
.login-logo .navbar-brand{
    padding:0;
    margin:30px 15px;
    height:auto;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus{
    background-color:#d2111b;
    border-color:#d2111b;
}
.login-form .help-block{
    font-size: 15px;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
    outline: none;
}
h2{
    margin:0 !important;
    padding:0;
}
.form-control{
   height:52px;
}
select.form-control {
    padding-left: 8px;
}
.form-control{

    position: relative;

    width: 100%;
    outline: 0;
    border: 0;
    border:1.3px solid #c1bfbf;
    box-shadow: none;padding-top: 10px;
    /*box-shadow: 0 1px 0 0 #e5e5e5;*/
/*  transition: box-shadow 150ms ease-out;
*/}
.form-control:focus{
    border-color:#989595;
    box-shadow: none;
}
.has-error .form-control:focus{
    border-color:#e62b25;
    box-shadow: none;
}
.justify-content-between{
    justify-content: space-between;
    /* padding: 20px; */
}
.link-theme,.login-form a{
    color:var(--theme-color);
}
a:hover{
    text-decoration: none;
}
.sign-up-link{
    margin-top:24px;
}
.navbar-inverse {
    background-color: #fff;
    border-width:0;
    min-height: 60px;
    border-color: #fff;
    box-shadow: 0 0 40px 0 rgba(82,63,105,.1);
    -moz-box-shadow: 0 0 40px 0 rgba(82,63,105,.1);
    -o-box-shadow: 0 0 40px 0 rgba(82,63,105,.1);
    -ms-box-shadow: 0 0 40px 0 rgba(82,63,105,.1);
}
.navbar-brand{
    font-size: 35px;
        padding-top: 20px;
        height: auto;
            font-weight: bold;
}
.navbar-inverse .navbar-nav > li > a,.navbar-inverse .navbar-nav > li > a:focus,.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .btn-link,.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{
    color:#616161;
        font-size: 16px;
}

.navbar-inverse .navbar-brand,.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus{
    /*color:#143E58 !important;*/
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
            box-shadow: 0px 3px 0px var(--theme-color);
            -webkit-box-shadow: 0px 3px 0px var(--theme-color);
            -moz-box-shadow: 0px 3px 0px var(--theme-color);
            -ms-box-shadow: 0px 3px 0px var(--theme-color);
            -o-box-shadow: 0px 3px 0px var(--theme-color);
        color:var(--theme-color);
        background-color: transparent;
}
.navbar-inverse .navbar-toggle .icon-bar{
    background:var(--theme-color);
}
.navbar-inverse .navbar-toggle{
    border-color: transparent;
    margin-top:13px;
}
/******table css******/
.table{
    margin-bottom: 0;
    background: #fff;
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.058823529411764705);

}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid rgba(20, 20, 20, 0.08);
}
.empty{
    text-align: center;
    font-size: 16px;
}
.table th a{
    color:#272727;
}
.table td input{
    height: 34px;
    border: 1.3px solid #c1bfbf;

}
.table td select{
    height: 34px;
    min-width: 110px;
    border: 1.3px solid #c1bfbf;

}

.table th{
        background:#fff6f6;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fffcfc;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 1px;
}
.panel-heading-title{
       margin: 0;
    font-size: 17px;
    font-weight: bold;
    color:#131212;
}
.wrap{
        background:#f5f5f5;
}
.panel-body{
    padding:30px;
}
.panel-inside > .panel-heading.panel-heading-left{
    min-height: 55px;
        background-color:#fff6f6
}
button[aria-expanded="true"] .panel-heading-icon{
 transform: rotate(180deg);
}
.contact-view-custom{
    display: flex;
    width: 100%;
    min-height: calc(100vh - 120px);
}
.panel-default > .panel-heading{
        background-color: transparent;
          border-color:#e4e3e3;
              padding: 8px 30px;
              min-height: 55px;
}
.panel-inside.panel-left{
/*        border-color: transparent;*/
   box-shadow:0px 0px 20px rgba(0, 0, 0, 0.058823529411764705);
  margin-bottom: 12px !important;

}
.panel-left .panel-heading-left{
    border:0;
}
.panel-collapse{
    border-top:1px solid #e9e9e9;
}
.mb-3{
    margin-bottom: 15px;
}

.comments-ul>li{
    margin-bottom:24px;
}
.comments-ul>li:last-child{
    margin-bottom: 4px;
}
.dropzone {
    height: 180px !important;
    border: 1px dashed rgba(0,0,0,.3) !important;
  border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropzone .dz-message .dz-button{
        color: #484848 !important;
    font-size: 16px !important;
}
/*.comment-action{
    display: none;
}*/
.cu-file-upload-area {
    padding-top: 172px;
    height: 403px;
}
.mb-4{
    margin-bottom: 20px
}
.lx-file-upload-area {
    position: relative;
    border: 1px dashed #666;
    border-radius: 4px;
    margin-top: 10px;
    padding: 10px;
    background-color: #fff;
}
.panel-body-left>li {
      margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom:1px solid #e9e9e9;
    background: #ffffff;
    /* border-radius: 10px; */
    /* padding: 15px; */
    /* box-shadow: 0px 0px 3px #c7c7c7;*/
}
.panel-body-left h5{
       margin: 0;
    font-weight: bold;
    font-size: 13.5px;
    letter-spacing: .5px;
    margin-bottom: 3px;
    color: #484848;
}
.panel-body-left.panel-body {
    padding: 20px;
}
.panel-body-left p{
      margin-bottom: 0;
    font-size: 14px;
    margin-top: 2px;
}
.panel-body-left>li:last-child{
margin-bottom: 0;
border-bottom: 0;
padding-bottom: 0;
}
li{
    list-style: none;
}
ul{
    margin-bottom: 0;
}
.panel-heading-icon{
    width:13px;
    height:13px;
        line-height: 1;
        transition: .3s;
}
.nav-tabs > li > a{
     font-weight: bold;
     color:#232323;
}
.nav-tabs-custom > li > a{
    padding-top:0;
}
.nav > li > a:hover, .nav > li > a:focus{
    background:transparent;
}
.nav-tabs > li > a:hover{
    border-color:transparent;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    border:1px solid transparent;
    border-bottom: 3px solid var(--theme-color);
      /*  box-shadow: 0px 3px 0 var(--theme-color);*/
    color:var(--theme-color);

}
.nav-tabs {
    border-bottom: 1px solid #ebebeb;
}
.border{
    border:1px solid #e9e9e9;
}
.nav-tabs-custom.nav-tabs {
   /* border-bottom: 0;*/
    margin-bottom: 20px;
    margin-left:20px;
}
.p-15{
    padding:15px;
}
.pdf-title{
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 12px;
}
.panel-pdf .panel-body{
      /*  line-height: 1.6;*/
        height: 67vh;

}
.panel-pdf{
      margin-bottom: 0;

}
.panel-body-main{
    padding:0;
}
.panel-main{
    margin-bottom: 0;
    border:0;
}
.btn-remove-minus{
    padding:3px;
}

.content-top{
    position: relative;
}
.task-div-done{
    color:#ddd;
}
textarea.form-control{
    height:52px;
}
.btn-remove-minus svg{
    width:13px;
    height:13px;
}
.feather-plus{
        width: 15px;
    height: 15px;
}
.panel-default {
        border-radius: 4px;
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.058823529411764705);
    border-color: rgba(20, 20, 20, 0.08);
}
.panel-btn {
    padding: 15px 30px;
}
.panel-body .item:last-child{
    margin-bottom:0;
}
.item.panel-default{
        border-color: #eae4e4;
        box-shadow:none;
}
.panel-body.container-items{
    padding-bottom:25px;
}
.field-contactperson-1-is_show_on_receipt .checkbox{
    margin:0;
    padding:0;
}
.item .panel-body{
    padding-bottom: 0px;
}
*:empty{
    /*margin: 0px;*/
    /*padding: 0px;*/
}
h2{
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    color:#504f4f;
}
.feather-icon-xl{
    width: 18px;
    height: 18px;
}
.icon-edit path{
    fill:var(--secondary-color);
}
.text-danger {
    color: #e62b25;
}
.w-100{
    width:100%;
}
.btn-icon{
    padding:0 3px;
}
.summary{
    margin-bottom:0px;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
    background:transparent;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    border-color:#ddd;
}
.grid-view{
        width: 100%;
    overflow-x: auto;
    padding-top: 0.75rem;
}
.navbar-brand > img{
    height:42px;
}
.login-page .navbar-brand > img{
    height: 50px
}
.left-section .navbar-brand > img{
    margin-top:10px;
}
.login-page a.navbar-brand {
    position: relative;
    top: 8px;
    left:30px;
    /* right: 0; */
}
  .h-100vh {
        min-height: 100vh;
    }
        .navbar-nav > li > a{
            padding-top: 0px !important;
    display: block;
    padding-bottom: 0 !important;
    }
    .logout-btn svg{
        width:20px;
        height:20px;
    }
    .text-info {
    color: #00acc1;

}
    .logout-btn:hover{
        color:#d2111b;
    }
    .navbar-btn.cross .span-top{
    transform: rotate(45deg);
    transform-origin: 0;
    }
      .navbar-btn.cross .span-middle{
      opacity: 0;
    }
    .navbar-btn span{
            transition: all .2s;
    }

    .navbar-btn.cross .span-bottom{
            transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform-origin: 12% 100%;
    -ms-transform-origin:12% 100%;
    -moz-transform-origin:12% 100%;
    -webkit-transform-origin:12% 100%;
    -o-transform-origin:12% 100%;
    }
/*******media query *****/
@media(min-width:768px){
    .navbar-nav > li > a,.nav li > form > button.logout{
             padding-top: 27px;
    padding-bottom: 27px;
    }
.d-md-block{
    display: block;
}
.d-md-none{
    display: none !important;
}

.navbar-right{
        display: flex;
    align-items: center;

}

    .d-md-flex{
        display: flex;
    }
}
header{
    background: #fff;
}
.nav-item .nav-link:hover{
color:var(--theme-color);
background: transparent;
}
.nav-item.active{


}
.nav-item .nav-link svg{
    width: 18px;
height: 18px;
}
.rotate-none{
    transform:rotate(0);
     -ms-transform:rotate(0);
    -o-transform:rotate(0);
    -moz-transform:rotate(0);
}
.rotate-deg{
    transform:rotate(-180deg);
    -ms-transform:rotate(-180deg);
    -o-transform:rotate(-180deg);
    -moz-transform:rotate(-180deg);
}
a:hover,a:focus,a:active{
    text-decoration: none;
    outline: none;
    text-shadow: none;
}
.nav-item.active .nav-link{
    font-size: 14px;


    border-radius: 0.25rem;
    display: block;
    position: relative;
        margin: 5px 10px;
     color:#fff;
       background:var(--theme-color) !important;
           box-shadow: 0 10px 5px -8px rgba(0, 0, 0, 0.4);

}
.nav-item .nav-link{

    align-items: center;
        padding: 10px;
    margin: 5px 10px;
      display: flex !important;
    align-items: center;
}
.navbar-collapse{
    padding: 0;
}
.nav-item.active .nav-link{
    background:transparent;

}
.has-submenu{
    position: relative;
}
.has-submenu:after {
    content: "";
    background:red;
    font-family: 'feather';
    font-size: 13px;
    border: none;
    position: absolute;
    top: 0px;
    right: 20px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
nav{
    padding:10px 5px;
}
.navbar{
    padding: 10px 15px;
        padding-bottom: 4px;
        z-index: 99999;
            position: fixed;
    top:0;
    width: 100%;
        box-shadow: 3px 0px 11px #cabdbd;
        -webkit-box-shadow: 3px 0px 11px #cabdbd;
        -moz-box-shadow: 3px 0px 11px #cabdbd;
        -ms-box-shadow: 3px 0px 11px #cabdbd;
        o-shadow: 3px 0px 11px #cabdbd;

    border-radius: 0;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background-color: var(--theme-color);
    border-color:  var(--theme-color)
}
.pagination > li > a, .pagination > li > span{
    color:var(--theme-color);
}
.pagination{
    float: right;
}
.navbar-btn{
    /*margin-top:5px;*/
}
.pcoded-main-container {
 /*   background: #ecf0f5;*/

    transition: all 0.8s ease-in-out;
}
.pcoded-content {
    position: relative;
    display: block;
    padding: 25px;
    /*margin-top: 140px;*/
        padding-top: 8px;
}
.collapse{
        /*margin-top: 6px;*/
}
.navbar-nav {
     float: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
}


.navbar-btn span {
     width: 20px;
    height: 2px;
    background: var(--theme-color);
    display: block;
    margin-bottom: 4px;
}
.navbarlogout-btn-btn span.span-bottom{
    margin-bottom: 0;
}
button.navbar-btn{
        background: transparent;
    box-shadow: none;
    border: 0;

    margin-left: 0px;

}
button:focus{
    outline: none;
}
.kv-grid-table tr{
    cursor:pointer;
}
.kv-grid-table tr td:last-child {
    min-width: 120px !important;
}
.kv-grid-table.table-hover > tbody > tr:hover {
    background-color: #f9f7f7 !important;
}
/* ---------------------------------------------------
   dropadown animation
----------------------------------------------------- */

@-webkit-keyframes m-dropdown-fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes m-dropdown-fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes m-dropdown-move-up {
    from {
        margin-top: 10px
    }
    to {
        margin-top: 3px
    }
}

@keyframes m-dropdown-move-up {
    from {
        margin-top: 10px
    }
    to {
        margin-top: 3px
    }
}

@-webkit-keyframes m-dropdown-arrow-move-up {
    from {
        margin-top: 10px
    }
    to {
        margin-top: 3px
    }
}

@keyframes m-dropdown-arrow-move-up {
    from {
        margin-top: 10px
    }
    to {
        margin-top: 3px
    }
}
/*****************contact view*************/
.process-dropdown{
    margin-left:30px;
}
.timeline-content-left {
    /* margin-right: 15px; */
    min-width: 63px;
    color:#8c8c8c;
    border-right: 1px solid #e9e9e9;
    padding-right: 15px;
    padding: 20px;
}
.pl-0{
    padding-left: 0
}
.timeline-content-right {
    width: 100%;
}
.task-done{
        padding-top: 10px;
         /*   margin-top: 15px;*/

}
.morelink {
    font-weight: 600;
    margin-top: 5px;
        font-size: 14px;
}
.timeline-content .radio{
    margin:0;
}
.comment-icon {
    width: 18px;
    height: 18px;
        margin-right: 11px;
        margin-top: 2px;
}
.dropdown-menu svg {
width: 15px;
    height: 15px;
    margin-right: 7px;
}
.dropdown-menu{
        border: 1px solid rgba(20, 20, 20, 0.08);
    top:15px;
    min-width:180px;
left:auto;right:0;
box-shadow: 0px 10px 50px rgba(0,0,0,0.1);
border-color: transparent;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: 0.3s ease-out m-dropdown-move-up, 0.3s ease-out m-dropdown-move-up;
    -ms-animation: 0.3s ease-out m-dropdown-move-up, 0.3s ease-out m-dropdown-move-up;
    animation: 0.3s ease-out m-dropdown-move-up, 0.3s ease-out m-dropdown-move-up;

}

.dropdown-btn svg{
    width:20px;
    height:20px;
    margin-right:0;
        color: #343232;
}

.process-dropdown button{
    background: transparent;
    border: 0;
    padding:0;
}

.timeline-time {

    font-size: 12px;
    color: #848484;
    text-align: right;
   /* margin-right: 10px;*/
    margin-top: 6px;
}
.task-symbol-left{
    margin-right:15px;
}
.task-symbol-left .radio{
    margin:0;
}
.dropdown-menu > li > a{
    padding: 8px 20px;
    color:#484848;
}
.process-dropdown .dropdown-menu > li > a{
        display: flex;
    align-items: center;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
    background-color:transparent;
}
/*==================================
TIMELINE
==================================*/
/*-- GENERAL STYLES
------------------------------*/
.timeline {
    line-height: 1.4em;
    list-style: none;
    margin: 0 !important;
    padding: 0;
    width: 100%;
}
.timeline ul{
    padding-left:0;
}
.timeline li.timeline-item .timeline-content:first-child .timeline-marker:before{
    width: 12px;
        height: 12px;
}
.timeline li.timeline-item .timeline-content:not(:first-child) .timeline-marker:before{
    width: 7px;
        height: 7px;
            left: 3px;
}
.timeline:before {
    content: none !important;
}
.timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
    line-height: inherit;
}
.btn-back{
   background: #a7a7a7
}
/*----- TIMELINE ITEM -----*/
.timeline-item {
    padding-left: 40px;
    position: relative;
  /*  padding-bottom: 20px;*/
}
.timeline-item:last-child {
    padding-bottom: 0;
}

/*----- TIMELINE INFO -----*/
.timeline-info {
    font-size: 14px;
    margin: 0 0 .5em 0;
   /* text-transform: uppercase;*/
    white-space: nowrap;
    font-weight: 600;
    color: #949393;
}
/*checkbox*/
/* The container */
.container-checkbox {
    display: block;
    position: relative;
    /* padding-left: 20px; */
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    min-width: 20px;
}

/* Create a custom checkbox */
.container-checkbox .checkmark {
      position: absolute;
      border-radius: 4px;
      top: 0;
      left: 0;
      height: 18px;
      width: 18px;
       background-color:#fafafa;
      border: 1.5px solid #8c8c8c;
      margin-top: 3px;
      /* min-width: 24px; */
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
/*    background-color: #ccc;
*/}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
      background-color: #03aa09;
    border: 1.5px solid #03aa09;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mybtnicon{
    width: 10px;
    height: 10px;
    margin-left:5px;
}
.mybtn-div{
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 100%;
    /*text-align: center;*/
    margin: 0;
    padding: 40px 0 0px 0;
    background: linear-gradient(#ffffff00 0%, rgba(255, 255, 255, 0.75) 50%);
    }
.mybtn{
    padding:0;
    background: transparent;
    border: 0;
    font-weight: bold;
    border-radius: 5px;
    font-size: 14px;
    transition:.3s;
    position: relative;
    /* margin-top: 10px; */
}
.mybtn:after{
position: absolute;
}
.task-div-done{
    color:#c5c5c5;
}
.task-div .mycontent{
    /*  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: .3s;*/
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
.panel-heading-title>svg{
    width:18px;
    height:18px;
    margin-right: 5px;
}
/*----- TIMELINE MARKER -----*/
.timeline-marker {
     position: absolute;
    top: -50px;
    bottom: 0;
    /* left: 0; */
    width: 15px;
    left: -35px;
}
.timeline-marker:before {
    background: #57c0ea;
    border: 3px solid transparent;
    border-radius: 100%;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    top: 49px;
    left: 0;
    width: 12px;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline-marker:after {
    content: "";
    width: 1px;
    background:#d4d4d4;
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 6px;
}
.timeline-item:last-child .timeline-marker:after {
    /*content: none;*/
}

.timeline-item:not(.period):hover .timeline-marker:before {
    background: #aba8a8;
    border: 3px solid #aba8a8;
}

/*----- TIMELINE CONTENT -----*/
.timeline-content {
    background: #fff;
    border:1px solid rgba(20, 20, 20, 0.08);
    /* padding: 20px; */
    font-size: 15px;
    border-radius: 4px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.058823529411764705);
    color: #212121;
    margin-bottom: 20px;
    position: relative;
}
.timeline-content-created{
    padding:0;
    box-shadow: none;
    border:0;

}
.timeline-content-created .timeline-marker{
        top: -22px;
    left: -34px;

}
.timeline-content-created .timeline-marker:before {
    top: 23px;
}
.timeline-content-created p{
        background:#fff6f6;
    border-radius: 5px;
    padding: 6px 17px;
        border: 1px solid rgba(20, 20, 20, 0.08);

    /* box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.058823529411764705); */
  /*  font-weight: 600;*/
}
.timeline-content p:last-child {
    margin-bottom: 0;
}
.status-text{
        text-align: right;
    color: #e62b25;
    font-weight: 600;
        margin-bottom: 3px;
}
/*----- TIMELINE PERIOD -----*/
.period {
    padding: 0;
}
.period .timeline-info {
    display: none;
}
.period .timeline-marker:before {
    background: transparent;
    content: "";
    width: 15px;
    height: auto;
    border: none;
    border-radius: 0;
    top: 0;
    bottom: 30px;
    position: absolute;
    border-top: 3px solid #CCD5DB;
    border-bottom: 3px solid #CCD5DB;
}
.period .timeline-marker:after {
    content: "";
    height: 32px;
    top: auto;
}
.period .timeline-content {
    padding: 40px 0 70px;
}
.period .timeline-title {
    margin: 0;
}

/*----------------------------------------------
    MOD: TIMELINE SPLIT
----------------------------------------------*/
@media (min-width: 768px) {
    .timeline-split .timeline, .timeline-centered .timeline {
        display: table;
    }
    .timeline-split .timeline-item, .timeline-centered .timeline-item {
        display: table-row;
        padding: 0;
    }
    .timeline-split .timeline-info, .timeline-centered .timeline-info,
    .timeline-split .timeline-marker,
    .timeline-centered .timeline-marker,
    .timeline-split .timeline-content,
    .timeline-centered .timeline-content,
    .timeline-split .period .timeline-info,
    .timeline-centered .period .timeline-info {
        display: table-cell;
        vertical-align: top;
    }
    .timeline-split .timeline-marker, .timeline-centered .timeline-marker {
        position: relative;
    }
    .timeline-split .timeline-content, .timeline-centered .timeline-content {
        padding-left: 30px;
    }
    .timeline-split .timeline-info, .timeline-centered .timeline-info {
        padding-right: 30px;
    }
    .timeline-split .period .timeline-title, .timeline-centered .period .timeline-title {
        position: relative;
        left: -45px;
    }
}

/*----------------------------------------------
    MOD: TIMELINE CENTERED
----------------------------------------------*/
@media (min-width: 992px) {
    .timeline-centered,
    .timeline-centered .timeline-item,
    .timeline-centered .timeline-info,
    .timeline-centered .timeline-marker,
    .timeline-centered .timeline-content {
        display: block;
        margin: 0;
        padding: 0;
    }
    .timeline-centered .timeline-item {
        padding-bottom: 40px;
        overflow: hidden;
    }
    .timeline-centered .timeline-marker {
        position: absolute;
        left: 50%;
        margin-left: -7.5px;
    }
    .timeline-centered .timeline-info,
    .timeline-centered .timeline-content {
        width: 50%;
    }
    .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
        float: left;
        text-align: right;
        padding-right: 30px;
    }
    .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
        float: right;
        text-align: left;
        padding-left: 30px;
    }
    .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
        float: right;
        text-align: left;
        padding-left: 30px;
    }
    .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
        float: left;
        text-align: right;
        padding-right: 30px;
    }
    .timeline-centered > .timeline-item.period .timeline-content {
        float: none;
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .timeline-centered .timeline-item.period {
        padding: 50px 0 90px;
    }
    .timeline-centered .period .timeline-marker:after {
        height: 30px;
        bottom: 0;
        top: auto;
    }
    .timeline-centered .period .timeline-title {
        left: auto;
    }
}

/*----------------------------------------------
    MOD: MARKER OUTLINE
----------------------------------------------*/
.msg-from {
  /*  font-weight: 600;*/
    color: #828181;
    font-size: 13px;
   /* letter-spacing: 0.5px;*/

}
.btn-action-primary {
    line-height: 0;
    background: transparent;
   /* margin: 0 10px;*/
    padding: 5px;
    border-radius: 0.25rem !important;
    outline: 0!important;
  /*  box-shadow: 0 0 10px 0 rgba(0,0,0,.2);*/
    width: 40px;
    height: 40px;

}
.rotate-action-btn{
    transform:rotate(45deg);

}
.justify-content-end{
    justify-content: flex-end;
}
/*.action-btn-div{
   
   display: none !important;
    transform:scale(.7);
}
.btn-action-visible{

   display: flex !important;
    transform:scale(1);
}*/
.border-bottom{
    border-bottom:1px solid #e9e9e9;
}
.actions-inside{
    border-radius: 5px;
    /* background:var(--theme-color); */
    display: inline-block;
}
.btn-action-secondary {
    justify-content: center;
    padding: 5px;
    width: 40px;height: 40px;
    border-radius: 0.25rem !important;
    outline: 0!important;
    background-color:transparent;
    color: #595959;
    position: relative;
    /*  box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.13);*/
    display: flex;flex-direction: column;
    font-size: 12px;
    align-items: center;
    background: #ececec;
     transition: .3s;
}
.btn-action-secondary:hover{
    background-color: var(--theme-color)
}
.btn-action-secondary:hover svg{
    color:#fff;
}
.btn-action-text{
    margin-bottom: 0;
    margin-top:4px;
}
.text-success {
    color: #619c62 !important
}
.file-name{
  /*  font-size: 16px;*/
}
.task-div-edit{
    display: none;
}
.actions{
   /* margin-left:40px;
   */
   background: #fff;
   position: relative;
   z-index: 1;
   padding-bottom: 10px;
}
.task-div-edit textarea{
    margin-bottom:10px;
}
.task-done span{
    font-weight: bolder;
    color:#ff8d00;
    border-radius: 5px;
    margin-bottom: 0;
    font-size: 14px;
    /*background:#f9b167;*/
}
.btn-action-primary svg{
width: 24px;
height: 24px;
transition: .2s;
color: #fff
}
.file-link{
    font-size:15px;
}
.leave-comment-div{
    margin-top: 5px
}
.file-link-name{
    display: block;
    margin-bottom: 10px;
}
.height-auto{
    height: auto !important
}
.uploaded-img-preview {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
}
.btn-action-secondary svg{
    width: 17px;
    height: 17px;

}
.dropzone .dz-message{
    font-size: 16px;
}
.upload-cloud-div{
    margin-bottom: 8px;
}
.max-upload-limit{
    font-size: 90%;
    margin-top:3px;
}
.dz-message {
    color: #484848;
}
.upload-cloud {
    width: 30px;
    height: 30px;
}
.text-gray{
    color:#949393;
}
.svg-fill{

     fill:currentColor;
}
.msg-from-row{
         display: flex;
         justify-content: space-between;
         border-top:1px solid #f6f6f6;
        /* padding-top: 5px;*/
         padding:10px 20px;
}
.row-bottom{
     /* margin-top: 15px; */
     /* padding: 20px; */
}
span.marker-day {
    /* margin-top: 83%; */
    display: block;
    text-align: center;
    position: absolute;
    right: 25px;
    font-size: 16px;
    font-weight: 700;
    color: #aba8a8;
    top: 44px;
}

.marker-day-today{
       color: #4CAF50 !important;
}
 .timeline-marker:before {
    background:#d4d4d4;
    border-color: #d4d4d4;
    z-index: 1
}

 .timeline-marker.marker-inprocess:before {
    background:#57c0ea !important;
    border-color: #57c0ea !important;
}

.timeline-marker.marker-inprocess:after{
    background: #57c0ea;
}
.timeline-marker.marker-pending:before {
    background: #ff6161 !important;
    border-color: #ff6161 !important;
}

.timeline-marker.marker-pending:after{
    background: #ff6161;
}
 .timeline-marker.marker-closed:before {
    background:#1cc08c !important;
    border-color: #1cc08c !important;
}

.timeline-marker.marker-closed:after{
    background: #1cc08c;
}
.order_status_process{
    padding-left:40px;
    /*! margin-top: 10px; */
}
.action-btn-div select{
    margin-left:5px !important;
}
.panel-body img{
    width: 100%;
    object-fit:contain;
}
/*******media query *****/
@media (min-width: 769px){
    .pcoded-main-container {
 /*   background: #ecf0f5;*/
    position: relative;
    margin: 0 auto;
    padding-top: 74px;
    display: block;
    clear: both;
    float: unset;
    right: 0;
    top: 0;
        padding-left:5px;
    margin-left: 300px;
 /*   min-height: 100vh;*/

}
    .navbar-btn{
        display: none;
    }
.navbar-nav > li {
    float: left;
    line-height: 2;
}
}
@media(max-width:768px){
    .d-none{
        display: none !important;
    }
    .d-block{
        display:block !important;
    }
    .pcoded-navbar{
        margin-top: 45px;
        min-height: calc(100% - 45px);

    }
    .pcoded-main-container{
        margin-left:0 !important;
        padding-top:74px
    }
    .navbar-nav > li > a{
        /*padding-top: 2px !important;*/
    }

    .pcoded-navbar{
        width: 0px;
        margin-left:-40px;
        display: none;
        transition: 1s;
    }
    .sidebarm{
        display:block !important;
        width:100% !important;
        margin-left:0 !important;
    }

}
@media(max-width: 767.98px){

img.logo {
    height: 28px;
}
    panel-heading .btn {
        font-size: 12px;
    }
    .comment-icon{
        margin-right:7px;
    }
   .btn {
        padding: 7px 9px;
    }
    .logout-btn{
        margin-top:2px
    }
    .logout-btn svg {
        width: 16px;
        height: 16px;
    }

    .navbar-btn{
    margin:0}

.navbar{
    min-height:auto
}
.navbar-nav > li > a{
line-height:1;
}
    .language-picker.large i {

        margin-bottom: 0px
    }
    .language-picker.dropdown-list.large.dropdown{
        margin-top: 0 !important;
    }
    .actions.text-right {

        text-align: center;

    }
    .timeline-contact-task .msg-from-row{
        flex-direction: column;
    }
    .timeline-contact-task .msg-from{
        margin-bottom: 5px;
    }
   .timeline-contact-task .timeline-time{
        text-align: left !important;
    }
    .task-done{
        text-align:left;
        display: flex;

        justify-content: space-between;
    }
    span.marker-day{
        font-size:14px;
    }
    .timeline-marker{
        width:16px;
    }
    .timeline-item{
        padding-left:34px;
    }
    .justify-content-xs-between{
        justify-content: space-between;
    }
    .comment-icon{
        width:14px;
        height:14px;
    }
    .timeline-content-left{
        min-width: 37px;
        padding:10px;
    }
    .timeline-content-left svg,.container-checkbox .checkmark{
        width:16px;
        height:16px;
    }
    .modal{
        padding-top:0
    }
    .file-link {
        font-size: 14px;
    }
    .timeline-content-right .p-20, .msg-from-row{
        padding:10px
    }
    .signature-pad--body canvas{
        height: 200px !important;
    }
    .signature-pad--actions{
        margin-bottom:18px
    }
    .navbar-nav .open .dropdown-menu{
        position: absolute;
    }

    .letter-label{
        text-align: left;
        margin-bottom: 2px;
    }
.panel.panel-primary.panel-inside .item.panel.panel-default{

    margin-top: 20px;

}
/*   .contact-view .panel-default > .panel-heading-custom-inside{
       display: block !important;
    }*/
    .contact-view .panel-heading-custom-inside .panel-heading-title{
        margin-bottom:8px;
    }
    .contact-view .panel-default > .panel-heading .text-right{
        text-align:left !important
    }

.pcoded-content{
    padding-top:0;
}

    .navbar-brand > img{
        height: 32px;
    }
    .login-page .navbar-brand > img{
        height:38px;
    }
    .navbar-toggle{
        padding:16px 10px;
    }
   .login-page a.navbar-brand{
    left:0;
   }
    .left-section{
        display: none;
    }
    .panel-body, .panel-body-left.panel-body, .panel-body-left.panel-body{
        padding:15px;
    }

    h2{
        font-size: 18px;
    }
.login-form .help-block,.login-form{
    font-size: 14px;
}
 .login-form h1{
    font-size: 25px;

}
.login-form {
    padding: 0px 5px;
}
.left-section{
    margin-bottom: 30px;
}
.form-group .control-label{top:5px;font-size: 14px}
  

.help-block{
    font-size: 13px;
}
.form-control {
    height: 40px;}
    .login-form .btn,.btn-login{
        padding: 8px 26px;
        min-width: 108px;
    }

    body,.form-text{
        font-size:15px;
    }
}
label {
    margin-bottom: 0;
}
.p-20{
    padding:20px;
}

/******custom end***********/
@media only screen and (max-width: 700px){

    .modal-content {
        width: 100%;
    }
}
.close_img {
    color: #f1f1f1;
}

.btn-gray, .btn-gray:hover {
    background: #908d8d;
    color: #fff;
}
.caret {
    margin-left: 5px;
}
.language-picker.dropdown-list.large.dropdown {
    margin-right: 25px;
    margin-top: -5px;
    font-size:14px
}
.en-US {
}
.language-picker.large i {
    margin-right: 5px;
    margin-bottom: -2px
}
.language-picker .dropdown-menu {
    min-width: 80px;
}
.timeline-time {
    font-size: 14px;
    color: #848484;
    text-align: right;
    /*! margin-right: 10px; */
    margin-top: 0;
    white-space: nowrap;
}
.language-picker a {
    display: flex;
    align-items: center;
}
.language-picker ul {
    border: 1px solid rgba(20, 20, 20, 0.08) !important;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1) !important;
}
.language-picker ul {
    list-style: none;
    margin: 0;
    padding: 0 0 !important;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.176);
    position: absolute;
    top: 100%;
    z-index: 100;
    white-space: nowrap;
    left: -11px !important;
}

.dropdown-menu-ljax > li > a{
    padding: 5px 0 5px 5px !important;
    color:#484848;
}
.lajax-icon{
    margin-left: -4px;
}
.paperclip-small{
    height: 15px;
}
.select2-container {
    z-index: 1111111 !important;
}
.select2-container--krajee .select2-selection--single{
    height:52px !important;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow{
    height: 50px !important;
    border-left:0px !important;
}
.select2-container--krajee .select2-results__option--highlighted[aria-selected]{
    background: var(--theme-color) !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-top: 8px !important;
}
.select2-container--krajee.select2-container--open .select2-selection, .select2-container--krajee .select2-selection:focus{
    border-color: #989595 !important;
    box-shadow: none !important;
}
.select2-container--krajee .select2-dropdown{
    border-color: #989595 !important;
    box-shadow: none !important;
}
.select2-container--krajee .select2-selection--single{
padding: 8px 24px 8px 12px;
}
.select2-container--krajee .select2-results__option[aria-selected="true"]{
    background: var(--theme-color) !important;
    color: #fff !important;
}
.select2-results__option{
    font-size: 14px !important;
}
.language-picker a:focus, .language-picker a:hover{
    color:var(--theme-color);
}
.help-block:empty{
    margin: 0px;
}
@media (max-width:575.98px){
    .navbar{
        padding:10px !important;
    }
    .nav-item .nav-link{
        padding: 8px 10px;
        font-size: 13px;
        margin: 4px 8px;
    }
    .btn-action-secondary{
        width:32px;
        height:32px;
    }
    .btn-action-secondary svg{
        width:14px;
        height:14px;
    }

    .timeline-time{
        font-size:12.5px
    }
    img.logo{
        height: 26px;
    }
    button.navbar-btn{
        /*margin-top: 4px;*/
       margin-left: 12px;
    }
    .language-picker.dropdown-list.large.dropdown{
        font-size: 13.5px;
       margin-right: 0;
    }
}

@media (max-width: 767.98px){
    body, .timeline-content{
        font-size:14px;
    }
    hr{margin:15px 0}
    .nav-item .nav-link svg{
        height: 16px;
        width: 16px;
    }
    .panel-title{
        font-size: 15px;
    }
    .panel-title svg{
        width: 16px;
        height: 16px;
    }
    .select2-container--krajee .select2-selection--single{
        height: 40px !important;
    }
    .select2-container .select2-selection--single .select2-selection__rendered{
    padding-top: 2px !important;
         }
    .select2-container--krajee .select2-selection--single .select2-selection__arrow{
        height: 40px !important;
    }

    .btn {
        padding: 5px 10px;
        font-size: 13px;
    }
    .btn-remove-minus{
        padding: 6px 7px;
    }
    .language-picker.dropdown-list.large.dropdown, .summary{
        font-size: 13px;
    }
    .panel-inside > .panel-heading.panel-heading-left{
        min-height: auto;
    }
    .actions-inside .form-control{height: 32px !important;padding-left: 5px;}
    .panel-heading-title>svg{
        height: 16px;
        width: 16px;
    }
    .nav-tabs-custom.nav-tabs{margin-left: 0px}
    .panel-default > .panel-heading{
        padding: 8px 15px;
    }
    .table td, .table th{font-size: 13px}
    .form-group{
        margin-bottom: 16px;
    }
    .help-block{
        font-size: 12px;
    }
    .form-control{
        padding-top: 6px;
    }
    .panel-heading-title{
        font-size: 15px;
    }
    .feather-icon-xl{
        width: 16px;
        height: 16px;
    }
    .kv-table-wrap th, .kv-table-wrap td {
        display: table-cell;
        width: 100% !important;
        text-align: left;
        font-size: 13px;
    }
    #crud-datatable-pjax .panel-heading{
        display: flex;
        flex-direction: column;
    }
    #crud-datatable-pjax .panel-primary > .panel-heading .pull-right{
        order: 2;
        -webkit-order: 2;
        text-align: right;
    }
    #crud-datatable-pjax  .panel-primary > .panel-heading .panel-title{
        order: 1;
        -webkit-order: 1;
        width: 100%;
        margin-bottom: 10px;
    }
    .kv-panel-after .pull-left{
        font-size: 12px;
    }

}
@media screen and (max-width: 480px){

    span.marker-day{
        font-size: 12px;
    }
    .timeline-marker{
        left: -25px;
    }
    .timeline-content-created .timeline-marker{
        left: -24px;
    }
    .timeline-content-left svg, .container-checkbox .checkmark {
        width: 14px;
        height: 14px;
    }
    .timeline-item {
        padding-left: 15px;
    }
    .timeline-content-left {
        min-width: 26px;
        padding: 8px 4px;
    }
    .file-link , .task-div .mycontent{
        font-size: 13px !important;
    }
    .order_status_process {
        padding-left: 26px;
    }
    .pcoded-content{
        padding:15px;
    }
    .kv-table-wrap tr > td{
        border:1px solid #ddd;
    }
    .kv-table-wrap tr > td:first-child {
        border-top: 0px double #ccc;
    }
    .kv-table-wrap tr > td:first-child {
        border-top: 0px double #ccc;
        margin-top: 10px;
        font-size: 13px;
    }
}
select {
    /*-webkit-appearance: none;*/
    /*border: 0;*/
    /*background: none;*/
    /*-webkit-appearance: none;*/
    /*background-color: white;*/
    /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAAvklEQVQoFY2QMQqEMBBFv7ERa/EMXkGw11K8QbDXzuN4BHv7QO6ifUgj7v4UAdlVM8Uwf+b9YZJISnlqrfEUZVlinucnBGKaJgghbiHOyLyFKIoCbdvecpyReYvo/Ma2bajrGtbaC58kCdZ1RZ7nl/4/4d5EsO/7nzl7IUtodBexMMagaRrs+06JLMvcNWmaOv2W/C/TMAyD58dxROgSmvxFFMdxoOs6lliWBXEcuzokXRbRoJRyvqqqQvye+QDMDz1D6yuj9wAAAABJRU5ErkJggg==);*/
    /*background-position : right center;*/
    /*background-repeat: no-repeat;*/
    /*padding-right: 1.5em;*/
    /*background-size: 12px 4px;*/
}
/*select.iOSselect {*/
/*    -webkit-appearance: none;*/
/*    background-color: white;*/
/*    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAAvklEQVQoFY2QMQqEMBBFv7ERa/EMXkGw11K8QbDXzuN4BHv7QO6ifUgj7v4UAdlVM8Uwf+b9YZJISnlqrfEUZVlinucnBGKaJgghbiHOyLyFKIoCbdvecpyReYvo/Ma2bajrGtbaC58kCdZ1RZ7nl/4/4d5EsO/7nzl7IUtodBexMMagaRrs+06JLMvcNWmaOv2W/C/TMAyD58dxROgSmvxFFMdxoOs6lliWBXEcuzokXRbRoJRyvqqqQvye+QDMDz1D6yuj9wAAAABJRU5ErkJggg==);*/
/*    background-position : right center;*/
/*    background-repeat: no-repeat;*/
/*    padding-right: 1.5em;*/
/*    background-size: 12px 4px;*/
/*}*/

#contact-for_whom .checkbox{
	float:left;
	padding:0 20px;
}
#contact-for_whom .checkbox + .checkbox{
	margin-top:10px;
}
#browse-div{
	    padding: 10% 42%;
}
#submit-div{
text-align: center;
}
.documents,.assign-note{
	padding:10%;
}
.documents .row{
	padding:2% 0;
}
.buttons .btn-action-secondary{
	display:inline-flex;
}
.buttons{
	padding:2%;
}
.documents div img{
	width:100%;
}
.document-assign{
	width:60px;
}
#saved{
	background:#93C3EE;
}
#earned{
	background:#37A000;
}
#spent{
	background:#C21807;
}
#month{
	background: pink;
}
.circle{
	float: left;
width: 20%;
height:150px;
padding: 6% 5%;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50% 47%;
text-align: center;
margin: 0 20Px;
}
.year-deatils{
	margin-top:40px;
}
.catdata{
	border-top:1px solid #ebebeb;
}
.catdata li{padding:10px 15px;float:none;}
.common-modal-passwordreset .modal-header {
    
    border-bottom: 1px solid #b31119 !important;
    background: #b31119 !important;
    color: #fff !important;
}
