
.main-header
{
    background: #fff;
}

.main-header .navbar
{
    margin-left: 10px;
}

.main-header .logo
{
    color: #444;
    width: auto;
}

.main-header .navbar-user-info
{
    float: right;
    color: #444;
    padding-top: 15px;
    padding-right: 10px;
}

.main-header .navbar-company-info
{
    float: left;
    color: #444;
    padding-top: 15px;
    padding-left: 0px;
}

.main-sidebar {
    background: #32316a;
    /*min-height: 100%;*/
    min-height: calc(100vh);
}

.content-wrapper
{
    min-height: calc(100vh - 50px);
    background-color: #ffffff;
}

.sidebar-menu > li > a
{
    color: #CCC;
    font-weight: normal;
    font-size: 14px;
}

.box-header
{
    color: #444;
    background: #F0F0F0;
}

.table
{
    background: #FFFFFF;
    border: 1px solid #CCC;
}

.table thead tr th
{
    background: #EEE;
    border-bottom: 2px solid #CCC;
    border-top: 0;
    padding: 0;
}

.table td.image
{
    text-align: center;
}

.table th a
{
    color: #222222;
    display: block;
    padding: 10px 6px;
    white-space: nowrap;
}

.table th span
{
    color: #222222;
    display: block;
    padding: 10px 6px;
    white-space: nowrap;
}

.table th a:hover
{
    background: #CCC;
}

.table tbody tr td
{
    vertical-align: middle;
}


.button-delete-all
{
    padding-top: 20px;
}

.easyadmin-thumbnail img
{
    max-height: 50px;
    max-width: 150px;
    border-width: 2px;
    box-shadow: 0 0 3px #AAA;
}

.field-textarea
{
    min-height: 305px;
}

.field-textarea textarea
{
    min-height: 250px;
}

.label-empty {
    background: transparent;
    border: 2px dotted;
    border-radius: 4px;
    color: #CCC;
    padding: 4px 8px;
}

form label.control-label.required::after {
    content: "\00a0*";
    color: #D42124;
    font-size: 16px;
}


/* select 2*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}


/* Progress Bar */
#progress_bar {
    margin: 10px 0;
    padding: 3px;
    border: 1px solid #000;
    font-size: 14px;
    clear: both;
    opacity: 0;
    -moz-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;
}
#progress_bar.loading {
    opacity: 1.0;
}
#progress_bar .percent {
    background-color: #99ccff;
    height: auto;
    width: 0;
}
/* Progress Bar */

.form-action.action-search, .button-action {
margin-top: 22px;
}
.img-responsive img {width: 100%;}


/* lkk */
 .select2-container {
     width: 100% !important;
 }
.select2-container--bootstrap .select2-selection {
border: 1px solid gray;
border-radius: 0;
box-shadow: 0 0 3px rgba(0, 0, 0, .15);
color: black;
-webkit-transition: none;
transition: none;
}
.select2-container--bootstrap .select2-selection .select2-search--inline {
    margin: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
color: black;
padding-top: 4px;
}
.select2-container--bootstrap .select2-results__option {
    margin-bottom: 0;
}
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
background-color: lightgray ;
font-weight: bold;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
background-color: lightblue;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
color: black;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
color: red;
font-weight: bold;
position: relative;
top: -1px;
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
border: 1px solid darkgray;
border-radius: 0;
margin: 5px 10px;
padding: 6px;
width: 96%;
}
.select2-search--inline .select2-search__field:focus {
    outline: 0;
    border: 0;
}

.form-actions.stuck
{
    bottom: 0;
    position: fixed;
    background-color: #F5F5F5;
    box-shadow: 0 -1px 4px #CCC;
    height: 52px;
    padding-top: 10px;
    height: 85px;
    padding-bottom: 45px;
    z-index: 9999;
}

.lkc_header {
    background-color: white;
    margin: 0 0 10px 0;
    padding: 10px;
    font-weight: bold;
}

.timer_class {
    line-height: 20px !important;
}
