﻿.error {
    color: red !important;
}

.green {
    color: green !important;
}

.red {
    color: red !important;
}

.decimal, .integer {
    text-align: right;
}

td.details-control {
    background: url('../AdminLTE/plugins/datatables/images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../AdminLTE/plugins/datatables/images/details_close.png') no-repeat center center;
}

span.select2.select2-container {
    width: 100% !important;
}

.scrooll_div {
    overflow: hidden;
    overflow-x: auto;
}

table.dataTable tbody tr.selected {
    background-color: #B0BED9;
}

table.dataTable tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1, table.dataTable tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #ecf0f5;
}

table.dataTable tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background-color: #eaeaea;
}

table.table.nowrap th, table.table.nowrap td {
    white-space: nowrap;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap;
}

    table.dataTable.nowrap th.wrap, table.dataTable.nowrap td.wrap {
        white-space: normal;
    }

.thumb {
    width: 100px;
    height: 100px;
}
.btn-app-thumb {
    height: 130px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.select2-rendered__match {
    font-weight: bolder;
    text-decoration: underline;
}

.btn-vsm {
    padding: 2px 5px;

}

.input-group-addon .fa-plus, .input-group-addon .fa-minus {
    cursor: pointer;
}

.input-group-addon > .fa.fa-calendar, .input-group-addon > .fa.fa-close {
    cursor: pointer;
}

.line-legend li, .bar-legend li {
    list-style: none;
    float: left;
    margin-right: 20px;
    line-height: 20px;
}

.line-legend span, .bar-legend span {
    display: block;
    width: 10px;
    height: 10px;
    float: left;
    margin-top: 4px;
    margin-right: 5px;
}

@font-face {
    font-family: 'CooperBlackStd';
    src: url('../AdminLTE/cooper-std/CooperBlackStd.otf') format('opentype');
}

.login-logo, .logo-lg, .logo-mini {
    font-family: "CooperBlackStd";
}

.table > thead > tr > th {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cfe7fa+0,6393c1+100;Grey+Blue+3D */
    background: #cfe7fa; /* Old browsers */
    background: -moz-linear-gradient(top, #cfe7fa 0%, #6393c1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #cfe7fa 0%,#6393c1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #cfe7fa 0%,#6393c1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe7fa', endColorstr='#6393c1',GradientType=0 ); /* IE6-9 */
}
.form-group {
    margin-bottom: 3px;
    margin-top: 3px;
    
}

.box-body{
    margin-bottom: 0px;
}
.box-footer{
    margin-top: 0px;
}

.big-col{
    width: 200px !important;
    min-width: 200px !important;
  
}

.mid-col{
    width: 100px !important;
    min-width: 100px !important;
    
}
div.ColVis {
    float: left !important;
}

/*.select2-container .select2-selection .select2-selection__rendered{
  
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
   
}
.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single{
    overflow: hidden;
}*/

/*.select2-selection {
     height: 58px !important;   
}*/

/*.select2-selection--single {
  height:57% !important;
}
.select2-selection__rendered{
  word-wrap: break-word !important;
  text-overflow: inherit !important;
  white-space: normal !important;
}*/


.main-header .logo {
    background:#fff !important;
    padding:5px 15px !important;
}

button.dt-button, div.dt-button, a.dt-button {
        padding: 0.5em 0.85em !important;
}