row-info
.ag-theme-balham .ag-filter .ag-set-filter-list{
    padding-top: 4px;
}
.s-body {
    color: #282e34;
    /*font-size: 14px;*/
    font-size: 15px;
    /*font-size: 15px;*/
    font-family: "NotoSansKR sans-serif";
    background: #f8f8f9;
}


.main-header .navbar{
    margin-left : 0px;
}
.main-header .navbar-inverse{
    background-color: #343a40!important;
}
table {
    font-weight: 400;
    font-size: 12px;
}

li.nav-item{
    padding-right : 24px;
}
li.nav-item > a.nav-menu-link {
    color: #fff;
    padding-right: .5rem;
    padding-left: .5rem;
}

li.nav-item.show > a.nav-menu-link,
li.nav-item.active > a.nav-menu-link,
li.nav-item.nav-menu-link.show,
li.nav-item.nav-menu-link.active {
    color: #ed7d31;
    background-color: transparent;
}

.nav-menu-link:hover, .nav-menu-link:focus {
    text-decoration: none;
}
.nav-item .nav-menu-link:hover, .nav-item .nav-menu-link:focus {
  color: rgba(255, 255, 255, 0.75);
}




.nav-menu-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.navbar-nav > a:hover{
    background-color: transparent;
}
.nav-menu-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.layout{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-y: hidden;
}

.layout-sidebar{
    position: absolute;
    padding-top: 50px;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 299;
    width: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    color: #424242;
    background-color: #FFFFFF;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: width;
    transition-property: width;
}
.layout-sidebar.active {
    width: 100%;
}
@media (min-width: 840px){
    .layout-sidebar.active {
        width: 32rem;
    }
}
@media (min-width: 720px){
    .layout-sidebar.active {
        width: 32rem;
    }
}
@media (min-width: 600px){
    .layout-sidebar.active {
        width: 32rem;
    }
}
.layout-sidebar.active {
    position: relative;
}

.content-wrapper{
    position: relative;
    color: #232a2f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    flex: 1;
}
.content-panel-wrapper{
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}
.fixed .content-wrapper .content-panel-wrapper{
    position: absolute;
    right: 0;
    top: 50px;
    left: 0;
    bottom: 0;

}
.content-panel{
    position: relative;
    display: flex;
    /*height: 100%;*/
    /*flex: 1;*/
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    overflow-y: hidden;
}
.content-top-toolbar{
    position: relative;
    padding : 0 14px;
}
.content-toolbar-items{
    height: 40px;
}
.toolbar-btn-group{
    display: inline-block;
    line-height: 40px;
}
.toolbar-btn-group{
    display: inline-block;
    line-height: 40px;
}


button.btn-tool-items{
    color:#676767;
    padding: 4px 8px; 
}
button.btn-tool-items:hover, button.btn-tool-items:focus{
    color:#000000;
}
div.collaps-items {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
div.collaps-items.selected{
    color:#ed7d31;
}
.right-layer {
    position: absolute!important;
    overflow: hidden;
    zoom: 1;
}

.slider {
    right: 0!important;
    left: auto!important;
    bottom: 0;
    border-left: 1px solid rgba(0,0,0,0.2);
    background-color: #f8f8f9;
    -webkit-box-shadow: -8px 0 5px -5px rgba(0,0,0,0.2);
    -moz-box-shadow: -8px 0 5px -5px rgba(0,0,0,0.2);
    box-shadow: -8px 0 5px -5px rgba(0,0,0,0.2);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform .25s ease-in-out;
    -moz-transition: -moz-transform .25s ease-in-out;
    -o-transition: -o-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
}

.info-panel-header{padding: 6px 0 6px 8px;}
.info-panel{
    display: flex;
    flex-direction: column;
    height: 100%;
    width:100%;
}
.info-panel-tabs{
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.tab-content, .tab-content>div{
    height: 100%;
    overflow: hidden;
}


.border-bottom{border-bottom:1px solid #dee2e6!important}
.border-left{border-left:1px solid #dee2e6!important}
.border-0{border:0!important}
.border-top-0{border-top:0!important}
.border-right-0{border-right:0!important}
.border-bottom-0{border-bottom:0!important}
.border-left-0{border-left:0!important}

.border-right-liner-1 {border-right: 1px solid #e9eaea;}
.border-left-liner-1 {border-left: 1px solid #e9eaea;}
.border-bottom-liner-1 {border-bottom: 1px solid #e9eaea;}
.border-top-liner-1 {border-top: 1px solid #e9eaea;}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-bigger {
    font-size: 16px!important;
    font-weight: 300!important;
}


.property-grid-fixed{
    border-collapse: seperate;
    table-layout: fixed;
}
.property-row .property-key {
    padding: 3px 10px;
    width: 110px;
}
.property-row .property-value {
    padding: 6px;
    height: 28px;
    border-radius: 2px;
    word-wrap: break-word;
}
/* property select2*/
.property-value .select2-container-multi .select2-choices{
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    padding:0px;
}

.nav-tabs>li>a{
    font-size: 12px;
    font-weight: 400;
    color:#282e34;
}
.toolbar-content{
    display: flex;
    flex:1;
}
.refresh-wrapper{
    position: relative;
}
.refresh-wrapper {
    position: relative;
}
.create-wrapper {
    height: 4.8rem;
    width: 6.4rem;
    position: relative;
    text-align: right;
    margin: 0 2.8rem;
}
.btn-floating{
    width: 4.6rem;
    height: 4.6rem;
    font-size: 1.6rem;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
}
.short-cut-item{
    color: black;
    background: #ffeb3d;
}
.short-cut-create{
    color: white;
    background: #ed7d31;
    position: absolute;
    top: 100%;
    right: 36px;
    z-index: 2;
    margin-top: -4rem;
}
.short-cut-description{
    margin-right: 16px;
}
.short-cut-description > span{
    display: block;
}
span.button-label {
    font-weight: 700;
    font-size: 1.8rem;
}
span.button-text {
    font-size: 1.4rem;
}

/*modal */
/*.modal-dialog.my-modal-large {
   width: 80%;
   height: 80%;
}*/
.modal-dialog.modal-80size {
  width: 80%;
  height: 80%;
  margin: 0;
  padding: 0;
}

.modal-content.modal-80size {
  height: auto;
  min-height: 100%;
}

.modal.modal-center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal.modal-center:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog.modal-center {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-body {
    /*max-height: calc(100vh - 282px);
    overflow-y: auto;*/
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}



/* estimate form css*/
.table-bordered.default {
    border: 1px solid #000000;
    background-color: #fff;
}
.table-bordered.default>tbody>tr>th{
    background-color: #d2d2d2;
}
.table-bordered.default>tbody>tr>td{
    color:#000;
}
.table-bordered.default>tbody>tr>td.non-padding{
    padding: 0px;
}
.table-bordered.default>tbody>tr>td>a{
    color:#000;
}
.non-padding{
    padding: 0px;
}
.input-non-bordered{
    border: none;
    width: 100%;
    display: inline-block;
    height: 34px;
    padding: 4px;
    box-sizing: border-box;
}
input.input-non-bordered[type="number"]::-webkit-outer-spin-button,
input.input-non-bordered[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

tr.e-client-agency{
    background-color: #e8eaff;
}
tr.e-client-production{
    background-color: #fbf5da;
}
tr.e-client-agency > td > input, tr.e-client-production > td > input{
    background-color: transparent;
}

.estimate-info-body{
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}


.cell-wrap-text {
    white-space: pre-wrap;
}


/*login */
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.h-100 {
    height: 100%!important;
}
.p-0 {
    padding: 0!important;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.flex-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.d-none {
    display: none!important;
}
@media (min-width: 576px){
    .d-sm-none {
        display: none!important;
    }
}
@media (min-width: 768px){
    .d-md-block {
        display: block!important;
    }
}
@media (min-width: 992px){
    .d-lg-block {
        display: block!important;
    }
}




.auth-wrapper .lavalite-bg {
    height: 100vh;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.auth-wrapper .lavalite-bg .lavalite-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: linear-gradient(135deg, rgba(46,52,81,0.4) 0%, rgba(52,40,104,0.95) 100%);*/
    background:linear-gradient(135deg, rgba(46,52,81,0.4) 0%, rgba(52,40,104,0.55) 100%);
}
.auth-wrapper .authentication-form {
    font-size: .9rem;
    width: 70%;
    display: block;
    padding: 100px 0;
}

.auth-wrapper .authentication-form .logo-centered {
    width: 300px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.auth-wrapper .authentication-form h3 {
    font-size: 20px;
    color: #272d36;
    margin-bottom: 20px;
}
.auth-wrapper .authentication-form .form-group .login-form {
    padding-left: 40px;
}
.auth-wrapper .authentication-form .form-group .login-form ~ i {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 1.5rem;
}
.login-form {
    height: auto;
    min-height: 35px;
    border: 1px solid #eaeaea;
    padding: 0 10px;
    background-color: #fff;
    font-size: 13px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.login-form {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.change-key{
    color: #3c8dbc;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.rounded-circle{
    border-radius: 50%!important;
}
.align-top {
    vertical-align: top!important;
}
.img-25 {
    width: 25px;
}
.img-30 {
    width: 30px;
}
.img-40 {
    width: 40px;
}
.mr-15 {
    margin-right: 15px !important;
}

.toolbar-radio{
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
.toolbar-radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-size: 12px;
    font-family: "NotoSansKR sans-serif";
    font-weight: 200;
    cursor: pointer;
}

.sidebar-menu li>a {
    text-decoration: none;
    color: #282e34;
    font-size: 14px;
    /*font-family: "NotoSansKR sans-serif";*/

}
.sidebar-menu li:hover{
    background-color: #dcdcdc;
}
.sidebar-menu li>a.selected {
    color: #ed7d31;
}
.menu-list-header{
    margin-top: 25px;
    font-weight: 500;
    padding: 10px 15px;
}
.sidebar-menu>li>div {
    padding: 12px 5px 12px 15px;
    display: block;
}


.sidemenu-list{
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;

    overflow-y: auto;
    margin: 0px;
    right: auto;
    left: 0px;
    top: 0px;
}

.menu-list-item:hover{
    background-color: #dcdcdc;
}
.menu-list-item>a {
    text-decoration: none;    
    display: block;
    color: #282e34;
    font-size: 13px;
    padding: 8px 5px 8px 20px;
}
.menu-list-item>a:active{
    color: #ed7d31;
}

.menu-list-item>a.selected {
    color: #ed7d31;
}
.menu-list-item {
    cursor: pointer;
}
.menu-list-header {
    margin-top: 20px;
    font-weight: 700;
}



.cell-span {
    background-color: #e3efdb;
}
.show-cell {
    background: white;
    border-left: 1px solid lightgrey !important;
    border-right: 1px solid lightgrey !important;
    border-bottom: 1px solid lightgrey !important;
}
.ag-theme-balham .tax-total {
    background-color: #d2d2d2 !important;
    font-weight: bolder;
}
.ag-theme-balham .tax-parent {
    background-color: #d2d2d2 !important;
    font-weight: bold;
}
.ag-theme-balham .tax-group {
    background-color: #e3efdb !important;
}
.ag-theme-balham .tax-vfx {
    background-color: #fde8e2 !important;
}
.ag-theme-balham .tax-ccm {
    background-color: #e2f7fd !important;
}
.ag-theme-balham .tax-cvfx {
    background-color: #fcfdc5 !important;
}

.ag-header-group-cell-label {
    justify-content: center !important;
}
.ag-header-cell-label {
    justify-content: center !important;
}
.ag-header-group-text {
    overflow: unset !important;
}

.division-group {
    color: #ffffff;
    background-color: #0a1e31; /* bluest */
}
.pre-title {
    color: #ffffff;
    background-color: #0b3041; /* bluer */
}
.project_code {
    color: #ffffff;
    background-color: #0a1e31; /* blue */
}
.prj_name {
    color: #ffffff;
    background-color: #0a1e31; /* blue */
}

.ag-header-group-cell.ag-column-last {
    background-color: #33CC3366; /* greenest */
}
.ag-header-cell.ag-column-last {
    background-color: #33CC3344; /* greener */
}
.ag-floating-filter.ag-column-last {
    background-color: #33CC3322; /* green */
}


.grid-toolbar{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*overflow: hidden;*/
    background: #f1f7ff;
    border-bottom: 1px solid #8abde3;
    margin-bottom: 0;
    padding: 5px 0;
    -webkit-transition: height 1s;
    transition: height 1s;
}
.grid-toolbar-options{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 5px 0;
    overflow: hidden;
    max-width: 1400px;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.grid-wrapper{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

.menu-item-left{
    min-width: 189px;
    height: 100%;
    overflow: auto;
    /*right: auto;
    left: 0px;
    top: 0px;*/
    margin: 0px;
    position: relative;
}
.left-list-view{
    padding: 5px 10px 5px 10px;
}
.menu-item-left .header{
    margin-top: 5px;
    border-top: 1px solid #e9eaea;
    padding: 5px;
    height: 45;
    padding-top: 10px;
}
.menu-item-left .group-header {
    display: inline-block;
    margin-top: 5px;
}

.search-form-text {
    color: #282e34;
    padding: 6px;
    background: #f8f8f9 repeat-x 0 0;
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #e9eaea;
    height: 28px;
    line-height: 13px;
    font: 400 12px "Open Sans","Arial","Helvetica",sans-serif;
    width: 100%;
}
.search-form-text.select2{
    padding: 0px;
}

.search-form-text:focus {
    outline: none!important;
}
.tax-form-context{
    padding: 10px; 
}
input.title-box-input{
    box-shadow: none;
    resize: none;
    width: 100%;
    margin: 0px;
    padding: 5px;
    border-radius: 2px;
    background: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    transition: border-color 0.25s ease-in-out 0s, box-shadow 0.25s ease-in-out 0s;
}
input.title-box-input:hover{
    border-color: #eaeaea;
}
input.title-box-input:focus{
    outline: none!important;
    border-color: #ed7d31;
    box-shadow: #d2d2d2 0px 0px 5px;
}
.title-large {
    font-weight: 700;
    font-size: 16px;
    min-height: 32px;
    margin-bottom: 10px;
}
.background-dark{
    background-color: #e9eaea;
}
span.tax_status{
    display: inline-block;
    min-width: 10px;
    padding: 7px 7px;
    line-height: 1;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
    margin-right: 4px;
}
span.tax_status.compleate{
    background-color: #00a65a !important;
}
span.tax_status.request{
    background-color: #ffe000 !important;
}


/*month range style*/

.rmrp-icon{
    border: solid 1px #ddd;
    border-radius: 5px 0px 0px 5px;
    /*color: #40667A;*/
    background: #eee;
    padding: 5px;
    margin-right:2px;
}

.rmrp-monthdisplay{
    display:inline-block!important;
    border: solid 1px #ddd;
    padding: 5px 12px 5px 8px;
    border-radius: 0px 5px 5px 0px;
    background-color: #fff;
    cursor:pointer;
    margin-left: -5px;
}

.rmrp-lowerMonth, .rmrp-upperMonth{
    /*color: #40667A;*/
    font-weight:bold;
    font-size: 11px;
    text-transform:uppercase;
}

.rmrp-to{
    color: #aaa;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 11px;
    text-transform: uppercase;
    /* background-color: #eee; */
    padding: 5px 3px 5px 3px;
}

.rmrp-calendar{
    display:inline-block;
    padding: 3px 5px;
    /*border-right: solid #999 1px;*/
}

.rmrp-calendar:last-child{
    border-right: none;
}

.rmrp-month{
    padding: 8px;
    /*text-transform: uppercase;*/
    font-size: 12px;
    text-align: center;
}

.rmrp-calendar h5{
    width:100%;
    text-align:center;
    font-weight:bold;
}

.rmrp-selected{
    background: #5bc0de;/*BS Info = #5bc0de*/
    color: #fff;
}

.rmrp-extremity{
    background: #337ab7; /*BS primary = #337ab7*/
}

.rmrp-month:hover{
    border-radius: 5px;
    box-shadow: 0 0 0 1px #ddd inset;
    cursor:pointer;
}

.rmrp-selected.rmrp-month:hover{
    border-radius: 0px;
    box-shadow: none;
}

.rmrp-invalid{
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

.calendar-column {
    max-width: 140px;
    min-width: 140px;
    float: left;
    position: relative;
    /*display: inline-table;*/
}

.button-column {
    /*max-width: 80px;*/
    /*min-width: 80px;*/
    /*display: inline-table;*/
    float: left;
    padding: 3px;
    width: 80px;
}

.button-column .btn{
    /*background-color: #40667A;*/
    /*border-color: #406670;*/
    width:100%;
    /*margin-bottom: px;*/
    margin-top: 8px;
    /*text-transform: uppercase;*/
    font-size: 10px;
    padding: 5px 0px;
}

/*.rmrp-quickset{*/
    /*color: #666;*/
    /*text-transform: uppercase;*/
    /*text-align: center;*/
/*}*/

.rmrp-yeardown, .rmrp-yearup{
    margin-left: 5px;
    cursor: pointer;
    color: #666;
}

.rmrp-yeardown{
    float:left;
}

.rmrp-yearup{
    float:right;
}

.rmrp-yeardown:hover,.rmrp-yearup:hover{
    /*color: #40667A;*/
}


.popover{
    /*min: 80px!important;*/
    /*max-width: 1640px!important;*/
    max-width: none;
    /*top: 71px !important;*/
    /*left: 379px !important;*/
}

.rmrp-container{
    max-width: 200px!important;/*makes arrow at the center of container*/
}

.x-form-text {
    color: #282e34;
    padding: 6px;
    background: #f8f8f9 repeat-x 0 0;
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #e9eaea;
    height: 28px;
    line-height: 13px;
}
.x-form-text:focus{
    outline: none;
    border-color: #ed7d31;
}
.right-container{
    position: relative;
    height: 100%;
}

.contextmenu-custom{
    font-size: 13px;
    font-weight: 400;
    border-radius: 0;

}


.overlay-dialog-wrapper{
    position: absolute;
    z-index: 3100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.overlay-main {
    color: #e9eaea;
    padding: 0;
    margin: 0;
    font-family: Roboto,sans-serif;
    font-size: 1.6rem;
    -webkit-touch-callout: none;
}
.overlay-flexbox{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    display: -webkit-box;
    display: flex;
    width: 100vw;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.overlay-mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #232a2f;
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: opacity;
    transition-property: opacity;   
}

.dialog {
    display: -webkit-box;
    display: flex;
    max-width: 550px;
    max-height: 550px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background-color: #f8f8f9;
    border-radius: .2rem;
    box-shadow: 0 19px 60px rgba(0,0,0,.3), 0 15px 20px rgba(0,0,0,.22);
    opacity: 0;
}

.dialog-header{
    padding: 15px;
}
.dialog-header span.dialog-title{
    color: #282e34;
    font-weight: 300;
    line-height: 20px;
    font-size: 16px;
    padding: 0;
    text-transform: none;
}

.maskshow{
    opacity: .6;
}
.overlay-main .dialog {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.dialog .property-key label{
    color: #000;
    text-transform: capitalize;
}
/*.overlay-main .dialog {
    max-width: 480px;
    min-height: 550px;
}*/
.overlay-main .dialog:not(.project-add){
    width: 550px;
    min-height: 550px;
}
.overlay-main .dialog.minipop{
    width: 400px;
    min-height: 250px;
}
.overlay-main .dialog.project-add{
    width: 480px;
    min-height: 550px;
}
.dialog .success-add-dialog{
    color: #7e8285;

}
.overlay-main .dialog p {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 2rem;
}

.dialog-body{
    -webkit-box-flex: 2;
    flex-grow: 2;
    padding: 2.4rem;
    color: #7e8285;
}
.dialog-bottom{
    -webkit-box-flex: 0;
    flex-grow: 0;
    padding: .8rem;
    text-align: right;
}


.form-row {
    margin-bottom: 1.2rem;
}
.form-thumbnail {
    position: relative;
    margin: -2.4rem -2.4rem 1.6rem;
    height: 140px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: stretch;
    justify-content: stretch;
}

.colorField {
    float: right;
    margin-top: -3.6rem;
    margin-bottom: 0;
}
.overlay-main label{
    margin: 0;
}
.form-label {
    font-size: 1.2rem;
    color: #7e8285;
    font-weight: 500;
}
.required {
    color: #e74c3c;
    padding: 0 2px;
    font-weight: bolder;
    opacity: .5;
}

.ui-autocomplete{
    z-index: 10000;
    border-width: 1px;
    border-style: solid;
    border-color: #e9eaea;
    background: #f8f8f9;
    font-size: 12px;
    max-height: 200px;
    overflow-y: auto;
    overflow-x:hidden;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background : none;
    background-color: #ebebec;
    border-color: #ebebec;
}


.border-bottom{border-bottom:1px solid #dee2e6!important}
.border-left{border-left:1px solid #dee2e6!important}
.border-0{border:0!important}
.border-top-0{border-top:0!important}
.border-right-0{border-right:0!important}
.border-bottom-0{border-bottom:0!important}
.border-left-0{border-left:0!important}

.border-right-liner-1 {border-right: 1px solid #e9eaea;}
.border-left-liner-1 {border-left: 1px solid #e9eaea;}
.border-bottom-liner-1 {border-bottom: 1px solid #e9eaea;}
.border-top-liner-1 {border-top: 1px solid #e9eaea;}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-bigger {
    font-size: 16px!important;
    font-weight: 300!important;
}


.property-grid-fixed{
    border-collapse: seperate;
    table-layout: fixed;
}
.property-row .property-key {
    padding: 3px 10px;
    width: 110px;
    vertical-align: top;
}
.property-row .property-key label {
    text-transform: capitalize;
}
.property-row .property-value {
    padding: 6px;
    height: 28px;
    border-radius: 2px;
    word-wrap: break-word;
}
/* property select2*/
.property-value .select2-container-multi .select2-choices{
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    padding:0px;
}
.property-value input:focus{
    border-color: #ed7d31;
    box-shadow: none;
}
.property-value select{
    background: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid;
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #e9eaea;
    font-size: 13px;
    padding: 6px 0px;    
}
.property-value select:focus{
    border-color: #ed7d31;
}

.overlay-main button,
.overlay-main input:not([type=checkbox]):not([type=radio]) {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(255,255,255,0);
}
/*.overlay-main .dialog-form .form-input{
    color: #282e34;
    padding: 6px;
    background: #f8f8f9 repeat-x 0 0;
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #e9eaea;
    height: 28px;
}*/
.overlay-main .form-input, .search-task-box .form-input {
    display: block;
    width: 100%;
    height: auto;
    padding: .4rem 0;
    font-size: 1.6rem;
    color: #232a2f;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.12);
    outline: none;
}
.overlay-main .form-input-bar, .search-task-box .form-input-bar {
    position: relative;
    display: block;
    width: 100%;
}




.overlay-main .form-input-bar:before {
  left: 50%;
}

.overlay-main .form-input-bar:after {
  right: 50%;
}
.overlay-main .form-input-bar:after,
.overlay-main .form-input-bar:before {
  -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  content: "";
  background-color: #ed7d31;
  -webkit-transition-property: width,background-color;
  transition-property: width,background-color;
}

.overlay-main .form-input:focus:not([disabled]):not([readonly])~.form-input-bar:after,
.overlay-main .form-input:focus:not([disabled]):not([readonly])~.form-input-bar:before {
  width: 50%;
}
.overlay-main .select2-container-active~.form-input-bar:after,
.overlay-main .select2-container-active~.form-input-bar:before {
  width: 50%;
}

.loader-block,
.loader {
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
#loader2 {
    width: 80px;
    height: 130px;
    display: block;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}
svg:not(:root) {
    overflow: hidden;
}
#circle-loader2 {
    fill: none;
    stroke: #01a9ac;
    stroke-width: 4;
    -webkit-animation: draw 3s ease-in-out infinite;
    animation: draw 3s ease-in-out infinite;
}


@-webkit-keyframes round-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes round-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}


@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes draw {
    0% {
        stroke-dasharray: 20, 282.6
    }
    50% {
        stroke-dasharray: 200, 282.6
    }
    100% {
        stroke-dasharray: 20, 282.6
    }
}

@keyframes draw {
    0% {
        stroke-dasharray: 20, 282.6
    }
    50% {
        stroke-dasharray: 200, 282.6
    }
    100% {
        stroke-dasharray: 20, 282.6
    }
}
