.select2-search-paint-container{
    width: 100%;
}
.select2-search-paint-container .image {
    width: 150px;
}
.select2-search-paint-container .image img{
    width: 100%;
}
.bigdrop {
    width: 600px !important;
}
.image_picker_selector .thumbnail img{
    width: 50px;
    height: 50px;
}
.variable-view{
    position: fixed;
    left: 0;
    top:50px;
}
tr.active>td{
    background-color: #777777;
}
tr.more-info>td{
    padding: 0 !important;
}
.relative{
    position: relative;
}
.spinner{
    position:fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
}
.spinner .fa{
    font-size: 38px;
}
.img-container{
    position: relative;
}
.img-container img{
    width: 100%;
}
.img-label{
    position: absolute;
    right: 10px;
    top: 0;
    /* background-color: white; */
    color: black;
    font-weight: bold;
    font-size: 20px;
}
.table-hover>tbody>tr:hover, .table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
    background-color: #bfbfbf !important;
}
.hatch{
    color: black;
    background: white;
    background: -webkit-repeating-linear-gradient(45deg, #ff0000, #ffffff 5px, #000000 10px, #FFFFFF 5px);
    background: repeating-linear-gradient(45deg, #ff0000, #ffffff 5px, #000000 10px, #FFFFFF 5px);
}
.ace-tm{
    height: 30px;
}
.notifyjs-wrapper{
    z-index: 9 !important;
}
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #ff9191 !important;
}
p.danger{
    color: #a94442;
}
p.success{
    color: #3c763d;
}
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
}
.dropdown-menu.full-width{
    width: 100%;
}
.dropdown .dropdown-menu li{
    padding-left: 10px;
    padding-right: 10px;
}
.btn-sm-block{
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    display: block;
    width: 100%;
}
.btn-xs-block{
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    display: block;
    width: 100%;
    margin-bottom: 2px;
}
.border-color-elm{
    width: 20px;
    height: 20px;
    background-color: red;
    position: absolute;
    top: 28px;
    right: 40px;
    border-radius: 0px;
}
#variable-table{
    max-height: 500px;
    overflow-y: scroll;
}
@media print{
    .main-table{
        font-size: 10px;
    }
    .main-table .img-container img{
        width: 100px !important;
        height: 100px !important;
    }
    .col-print-1 {width:8%;  float:left;}
    .col-print-2 {width:16%; float:left;}
    .col-print-3 {width:25%; float:left;}
    .col-print-4 {width:33%; float:left;}
    .col-print-5 {width:42%; float:left;}
    .col-print-6 {width:50%; float:left;}
    .col-print-7 {width:58%; float:left;}
    .col-print-8 {width:66%; float:left;}
    .col-print-9 {width:75%; float:left;}
    .col-print-10{width:83%; float:left;}
    .col-print-11{width:92%; float:left;}
    .col-print-12{width:100%; float:left;}
    .hidden{
        display: table-cell !important;
    }
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
    z-index: 888;
    background-color: #f5f8fa;
    width: 100%;
}
.affix {
    position: fixed;
    top: 0;
}
.navbar-brand {
    padding: 0px;
}
.navbar-brand>img {
    height: 100%;
    padding: 5px;
    width: auto;
}
.btn,
.form-control,
.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--multiple{
    border-radius: 0px;
}
.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--multiple{
    height: 30px;
    border: 1px solid #ccd0d2;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.select2-dropdown {
    border: 1px solid #ccd0d2;
    border-radius:0px ;
}
.btn.collapsed .fa-chevron:before{
    content: "\f078";
}
.btn .fa-chevron:before{
    content: "\f077";
}
.back-to-top{
    position: fixed;
    bottom: 0;
    right: 2px;
    width: 40px;
    z-index: 4;
}
li.danger > a{
    color: #bf5329 !important;
}
.testing-wrapper{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 3;
}
.testing-container{
    position: relative;
    border-top: 1px solid grey;
}
.show-testing-container{
    position: absolute;
    top: -30px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 75px;
}
.testing-frame{
    height: 400px;
    background-color: #f5f8fa;
}
/* always present */
.expand-transition {
    transition: all .3s ease;
    height: 500px;
    padding: 10px;
    background-color: #eee;
    overflow: hidden;
}
/* .expand-enter defines the starting state for entering */
/* .expand-leave defines the ending state for leaving */
.expand-enter, .expand-leave {
    height: 0;
    padding: 0 10px;
    opacity: 0;
}
.vue-tabs .nav-pills > li > a {
    border-radius: 0px;
}
.testing-frame .vue-tabs.stacked .left-vertical-tabs{
    width: 15%;
}
.testing-frame .vue-tabs.stacked .right-text-tabs{
    width: 85%;
}
.vue-tabs .nav-tabs > li > a {
    padding: 9px 15px;
    border-radius: 0px;
}
.select .checkboxLayer {
    bottom: 33px;
}
.select>button {
    width: 100%;
}
.v-spinner{
    position:fixed;
    color:#fff;
    top:50%;
    left:50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}