.form-control, .asColorPicker-input, .dataTables_wrapper select, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-search__field, .typeahead, .tt-query, .tt-hint{
    border: 1px solid #dadfe1;
}

.hint-block{
    color: #745af2;
}

.table th, .jsgrid .jsgrid-table th, .table td, .jsgrid .jsgrid-table td{
    border-top: 1px solid #dadfe1;
}

.table thead th, .jsgrid .jsgrid-table thead th{
    border-bottom: 2px solid #dadfe1;
}

img{
    max-width: 100%;
}

.auth__left-column{
    padding: 80px 40px;
    min-height: 100vh;
}

.auth__left-column__title{
    margin-bottom: 40px; 
}

.auth__right-column{
    background-image: url('../images/back.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    min-height: 100vh;
}

.auth__right-column__logo{
    width: 200px;
    height: 200px;
    margin-top: -75px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 5px 0 #BDC3C7;
}

.auth__right-column__logo-img{
    position: absolute;
    width: 125px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.auth__left-column__logo-img{
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.grid__action-buttons a.btn{
    margin-right: 5px;
}

.detail-view th{
    width: 30%;
}

.sidebar .nav.sub-menu .nav-item .nav-link{
    line-height: 1.1;
}

.nav-pills .nav-item .nav-link, .nav-tabs .nav-item .nav-link{
    line-height: 1.2;
}

.worktime_input-group{
    margin: 15px 0 20px 5px;
}

.worktime_input{
    margin-left: 10px;
    margin-right: 10px;
}

.input-error{
    border-color: #FF0017;
}

.navbar .navbar-brand-wrapper .navbar-brand{
    padding: 0.2rem 0;
}

.navbar .navbar-brand-wrapper .navbar-brand img{
    height: 55px;
}

.grid-view .table .grid__control-buttons{
    font-size: 16px;
    text-align: center;
    min-width: 100px;
}

.icheck-square{
    overflow: hidden;
}

.icheck-square > div{
    float: left;
}

.icheck-square > label{
    display: block;
}

.grid-view .select2-selection{
    height: 34px;
}

.select2-results__option{
    height: 37px;
}

.release-note__item{
    border-bottom: 1px solid #f3f3f3;
}

.site-error .human-error{
    font-size: 18px;
}

#page-content{
    position: relative;
}

.loader-gif {
    display: block;
    margin: 100px auto;
    width: 70px;
    height: 70px;
    position: relative;
    z-index: 5000;
}