﻿
#Dashboard .col-md-12 {
    background-color: white;
    padding: 20px 10px;
}

.dataTables_length {
    float: left;
}

div.dataTables_info {
    float: left;
}

input[type=checkbox], input[type=radio] {
    height: 20px;
    width: 20px;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    width: 18px;
    height: 18px;
}

.k-datepicker {
    width: 100% !important;
}

.k-calendar .k-header .k-link, .k-calendar .k-state-selected > .k-link {
    color: #14692d !important;
    background-color: #3c8dbc;
}

.alert-white {
    /*background-image: linear-gradient(to bottom, #ffffff, #f9f9f9);*/
    border-top-color: #d8d8d8;
    border-bottom-color: #bdbdbd;
    border-left-color: #cacaca;
    border-right-color: #cacaca;
    color: #404040 !important;
    padding-left: 61px !important;
    position: relative;
}

    .alert-white.alert-success .icon, .alert-white.alert-success .icon:after {
        border-color: #54A754;
        background: #60C060;
    }

    .alert-white.alert-danger .icon, .alert-white.alert-danger .icon:after {
        border-color: #eb1c24;
        background: #eb1c24;
    }

    .alert-white.rounded .icon {
        border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
    }

    .alert-white .icon {
        text-align: center;
        width: 45px;
        height: 103%;
        position: absolute;
        top: -1px;
        left: -1px;
        border: 1px solid #BDBDBD;
        padding-top: 15px;
    }

        .alert-white .icon i {
            font-size: 20px;
            color: #FFF;
            left: 12px;
            margin-top: -10px;
            position: absolute;
            top: 50%;
        }

        .alert-white .icon:after {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            display: block;
            content: '';
            width: 10px;
            height: 10px;
            border: 1px solid #BDBDBD;
            position: absolute;
            border-left: 0;
            border-bottom: 0;
            top: 50%;
            right: -6px;
            margin-top: -3px;
            background: #fff;
        }

.alert {
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert strong, .alert span {
        color: white;
    }

.pagination > li > a, .pagination > li > span {
    padding: 2px 10px !important;
}

.content-header {
    position: relative;
    padding: 10px 15px 0 15px;
}

.dataTables_length select.input-sm {
    height: 25px;
    padding: 0px 10px;
}

table.dataTable thead .sorting:after {
    opacity: 0.2;
    content: "";
    visibility: hidden;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td,
.table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 6px 2px !important;
    font-size: 15px;
    vertical-align: middle;
}

.a_actions {
    padding: 8px;
    font-size: 20px;
}

.btn-sm {
    font-size: 14px;
    padding: 1px 10px;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    /*background-color: #001f3f;*/
    padding: 5px;
}

.login-box .btn {
    padding: 3px 15px !important;
    border-radius: 4px !important;
    font-size: 15px !important;
}

.input-sm {
    font-size: 15px !important;
}

th {
    text-align: center !important;
}

.form-control {
    border-radius: 3px !important;
    height: 34px;
    padding: 3px 8px;
    color: black;
    font-size: 14px;
    box-sizing: border-box !important;
    font-weight: bold;
}

.login-box .input-group {
    padding: 5px;
    width: 75%;
}

.th-hd {
    background-color: #248e7b;
    color: white;
    text-align: center !important;
    /*text-transform: uppercase;*/
}

.k-picker-wrap .k-select, .k-numeric-wrap .k-select, .k-dropdown-wrap .k-select {
    min-height: 2.214em;
    line-height: 1.564em !important;
}

.k-widget .k-picker-wrap {
    height: 33px !important;
}

.k-picker-wrap .k-input {
    height: 34px !important;
}

.k-calendar td {
    border-radius: 4px !important;
}

.k-picker-wrap.k-state-default {
    background-image: none;
    background-position: 50% 50%;
    background-color: #248e7b;
    border-color: #f0f0f0;
}

/*.k-header, .k-grid-header, .k-toolbar, .k-grouping-header, .k-tooltip, .k-pager-wrap, .k-draghandle {
    background-color: #3c8dbc !important;
}*/

.k-datepicker {
    width: 100% !important;
}

.k-datetimepicker {
    width: 100% !important;
}

.k-calendar .k-header .k-link, .k-calendar .k-state-selected > .k-link {
    color: white !important;
}

.k-calendar .k-header .k-state-hover {
    background-color: #337ab7 !important;
}

.k-picker-wrap.k-state-default > .k-select {
    border: none !important;
}

.k-calendar {
    width: 16.29em !important;
}

.k-widget.k-calendar .k-nav-fast {
    height: 2em !important;
    line-height: 2em !important;
}

.k-calendar .k-content .k-link {
    min-height: 1.371em !important;
    line-height: 1.571em !important;
}

.k-calendar .k-header .k-link.k-nav-prev, .k-calendar .k-header .k-link.k-nav-next {
    height: 1.650em !important;
    width: 1.650em !important;
}

.k-widget.k-calendar .k-nav-prev, .k-widget.k-calendar .k-nav-next {
    line-height: 1.371em !important;
}

.k-widget.k-calendar .k-nav-prev, .k-widget.k-calendar .k-nav-next {
    top: 0.329em !important;
}

.k-calendar td.k-state-focused {
    background-color: #3c8dbc !important;
    color: white;
}

.select2-container {
    width: 100%;
}

div.dt-buttons {
    margin-left: 5px;
}

button.dt-button, div.dt-button, a.dt-button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 0.333em;
    padding: 0.5em 2.2em !important;
    border: 1px solid #367fa9 !important;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px !important;
    font-weight: 600;
    color: white !important;
    white-space: nowrap;
    overflow: hidden;
    background-color: #367fa9 !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    outline: none;
    background-image: none !important;
    margin-bottom: 5px;
}

.skin-blue .main-header .navbar {
    background-color: #824299;
}

.toggle_on {
    font-size: 25px;
    color: green;
    cursor: pointer;
}

.toggle_off {
    font-size: 25px;
    color: grey;
    cursor: pointer;
}

.content-header a.btn {
    padding: 8px 5px !important;
}

.ajax_loader {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    left: 0;
    top: 0;
    background: rgba( 0,0,0,.17) url('../../Images/loading.gif') 50% 50% no-repeat;
}

.form-group {
    margin-bottom: 10px !important;
}


@media (min-width: 992px) {
    .btn-app {
        min-width: 85px;
        margin: 0 0 10px 4px;
    }
}

@media (min-width: 1200px) {
    .btn-app {
        min-width: 120px;
        margin: 0 0 10px 5px;
    }
}

.k-chart, .k-stockchart {
    height: 340px;
}

.sidebar-menu li > a {
    position: relative;
    font-size: 14px;
}

.skin-blue .sidebar-menu .treeview-menu > li > a {
    color: white;
}

.treeview-menu > li > a {
    padding: 5px;
    display: block;
}

.box {
    margin-bottom: 0px;
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: black;
}

.text-underline {
    text-decoration: underline;
}

.p-0 {
    padding: 0 !important;
}

.skin-blue .main-header .logo {
    background-color: #824299;
    color: #fff;
    border-bottom: 0 solid transparent;
    border-right: 2px solid white;
}

.skin-blue .sidebar a {
    color: white;
}

.sidebar-menu > li > a {
    padding: 8px 5px 8px 5px;
    display: block;
    font-weight: bold;
    letter-spacing: 0.5px;
}


.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-25 {
    width: 25% !important;
}

.w-30 {
    width: 30% !important;
}

.w-33 {
    width: 33.333333%;
}

.w-35 {
    width: 35%;
}

.w-40 {
    width: 40%;
}

.w-45 {
    width: 45%;
}

.w-50 {
    width: 50%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-75 {
    width: 75%;
}

.w-80 {
    width: 80%;
}

.w-85 {
    width: 85%;
}

.w-90 {
    width: 90%;
}

.w-100 {
    width: 100%;
}

.rpt-header-l {
    padding: 0px 10px;
    font-size: 15px;
    color: white;
}

.rpt-header-v {
    padding-top: 0px;
    padding-right: 25px;
    padding-bottom: 0px;
    padding-left: 10px;
    font-size: 15px;
    color: white;
}

.bg-brown {
    background-color: brown;
    color: white;
}


div.k-window-content {
    padding: 5px !important;
}
