﻿/* General */
body {
    background-color: #FFFFFF;
}

.full-width {
    width: 100% !important;
}

.field-validation-error {
    color: #b90505;
}

.gray-bg, .bg-muted {
    background-color: rgba(250,250,250,1);
}

.wrapper-content {
    padding: 0px 0px 15px;
}

.space-5 {
    margin: 5px 0;
}

.space-10 {
    margin: 10px 0;
}

/* iBox */
.ibox-tools a {
    color: inherit;
}


/* Controls */
.form-control:focus,
.single-line:focus {
    border-color: #bbc31d;
}


/* Pager */
.pager {
    margin: 0px 0 !important;
}

.pagination {
    margin: 0px 0 !important;
}

.pagination-container {
    text-align: center;
    list-style: none;
}

.page-info {
    font-size: 13px;
    font-weight: 600;
    color: #676a6c;
}

    .page-info:first-child > td {
        background-color: #FFFFFF;
    }

.pagination > .active > a {
    background-color: #9fa617 !important;
    border-color: #9fa617 !important;
}


/* Tables */
thead > tr {
    background-color: rgba(0,54,104,1);
    border-top: 1px solid #eaeaea;
    color: #FFFFFF;
}

.table > thead > tr > th {
    background-color: transparent !important;
}

    .table > thead > tr > th > a {
        color: #FFFFFF !important;
    }

/* Inbox Table */
.fa.fa-check-circle.green {
    color: #1ab394;
}

.fa.times.red {
    color: #ed5565;
}

/* Buttons */
.btn-primary {
    background-color: #9fa617;
    border-color: #9fa617;
    color: #FFFFFF;
}

    .btn-primary:hover {
        background-color: #bbc31d;
        border-color: #bbc31d;
        color: #FFFFFF;
    }


/* Navigation */
.navbar-fixed-top {
    left: 220px;
    background-color: rgba(0,54,104,1);
}

.page-heading {
    padding-top: 60px;
}

.nav.navbar-right > li > a {
    color: #ffffff;
}

.nav-header {
    background-color: #ffffff;
    background-image: none;
    padding: 20px 20px;
}

.nav-header.menu-section .nav-label {
    color: #003768;
    font-weight: 600;
    font-size: 14px;
}

.nav-header .client-logo img {
    height: 61px;
    width: 180px;
}

.nav-header .cat-logo img {
    height: 61px;
    width: 180px;
}


.navbar-default {
    background-color: #ffffff;
    border-right: 1px solid #eaeaea;
    border-color: none;
    bottom: 0;
    top: 0;
}

.nav > li > a {
    color: #676a6c;
    font-weight: 600;
    padding: 14px 20px 14px 25px;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
    background-color: #f3f3f4;
    color: #676a6c;
    border-left: 4px solid #c9c9cc;
}

.navbar-default .nav > li.active {
    border-left: 4px solid #9fa617;
    background: #ffffff !important;
}

.nav > li.active > a {
    color: #676a6c;
}


/* Tabs */
.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
    background-color: #f7f6f6;
}

.tabs-container .panel-body {
    background-color: #f7f6f6;
}


/* Toolbar */
.ibox.toolbar {
    margin-top: 0px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e7eaec;
}

    .ibox.toolbar .ibox-title {
        /*background-color: #eaeaea;*/
    }

    .ibox.toolbar .btn-success {
        background-color: rgba(0,54,104,1);
        border: 1px solid rgba(0,54,104,1);
    }

.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: rgba(0,54,104,1);
    border: 1px solid rgba(0,54,104,1);
}

/* Panel Form Sections */
.ibox.ibox-bordered {
    border-bottom: 1px solid !important;
    border-left: 1px solid;
    border-right: 1px solid;
}

    .ibox.ibox-bordered .ibox-title {
        background-color: #0b4475;
        color: #fff;
        border-style: none;
    }

/* On Of Switch */
.onoffswitch-inner:before {
    content: "Yes"
}

.onoffswitch-inner:after {
    content: "No"
}

/* Make Modal header thinner */
.inmodal .modal-header {
    padding: 5px 15px;
}

.modal-header {
    background-color: #f0f0f1 !important;
}

.panel-primary {
    border-color: rgba(0,54,104,1);
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: rgba(0,54,104,1);
        border-color: rgba(0,54,104,1);
    }

/* Select */
select.form-control {
    padding: 5px 12px;
}

/* Sweet Alert */
.sweet-alert .sa-icon {
    width: 50px;
    height: 50px;
    margin: 20px auto;
}

    .sweet-alert .sa-icon.sa-warning .sa-body {
        width: 5px;
        height: 30px;
        top: 5px;
    }

    .sweet-alert .sa-icon.sa-warning .sa-dot {
        width: 7px;
        height: 7px;
        bottom: 5px;
    }

.sweet-alert h2 {
    margin: 0px 0;
    padding: 0;
}

.sweet-alert button {
    font-size: 12px;
    border-radius: 5px;
    padding: 8px 25px;
    margin: 15px 5px 0 5px;
}
