﻿@charset "utf-8";

@font-face {
    font-family: 'Cairo-Regular';
    src: url('../../fonts/Cairo-Regular.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/Cairo-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/Cairo-Regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../fonts/Cairo-Regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../../fonts/Cairo-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../fonts/Cairo-Regular.svg#svgCairo-Regular') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Pacifico-Regular';
    src: url('../../fonts/Pacifico-Regular.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/Pacifico-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/Pacifico-Regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../fonts/Pacifico-Regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../../fonts/Pacifico-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../fonts/Pacifico-Regular.svg#svgPacifico-Regular') format('svg'); /* Legacy iOS */
}

html {
}

body {
    font-family: 'Cairo-Regular';
    padding-top: 47px;
    padding-bottom: 27px;
    background-image: url(../Content/Images/bg.png);
}

.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

div.waitBackground {
    z-index: 99999;
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    background: rgba(121, 163, 199, 0.7);
    top: 0px;
    left: 0px;
}

div.wait {
    display: none;
    position: absolute;
    z-index: 9999999;
    width: 100%;
    right: 0;
    top: 310px;
}

    div.wait img {
        width: 270px;
        margin: 0 auto;
        display: block;
    }

.form-horizontal .control-label {
    text-align: right;
    margin-bottom: 5px;
}

.navbar-brand {
    float: left;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-toggle {
    float: right;
}

.nav > li > a {
    padding: 15px 8px !important;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.dl-horizontal dt {
    white-space: normal;
}

.bg-dark {
    background-color: #343a40 !important;
}

.navbar-inverse .navbar-nav > li > a {
    color: #cccccc;
}

    .navbar-inverse .navbar-nav > li > a:hover {
        color: #fff;
        background-color: #080808;
    }

.navbar-inverse {
    color: #cccccc;
}

.navbar-brand {
    color: #fff !important;
    font-family: 'Pacifico-Regular', cursive;
    font-size: 27px;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 100%;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-toggle + .dropdown-menu > li > a {
        color: #333;
    }

    .navbar-nav .open .dropdown-toggle + .dropdown-menu {
        background-color: #eee !important;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #ccc;
    }
}

.dropdown-menu .divider {
    margin: 0 !important;
}

.dropdown-menu > li > a {
    padding: 8px 20px !important;
}

.footer {
    color: #cccccc;
    padding: 5px 15px;
    font-size: 12px;
    direction: ltr;
    font-family: sans-serif;
    text-align: center;
}

.tooltip {
    font-family: inherit;
}

.tooltip-inner {
    max-width: 600px;
    background-color: rgba(45, 45, 45, 0.89);
    font-size: 14px;
    padding: 10px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
    box-shadow: 0 0 20px rgba(0,0,0,0.8);
}

.material-switch {
    margin: 0;
    text-align: right;
}

    .material-switch > input[type="checkbox"] {
        display: none;
    }

    .material-switch > label {
        cursor: pointer;
        height: 0px;
        position: relative;
        width: 40px;
    }

        .material-switch > label::before {
            background: rgb(0, 0, 0);
            box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
            border-radius: 8px;
            content: '';
            height: 16px;
            margin-top: -8px;
            position: absolute;
            opacity: 0.3;
            transition: all 0.4s ease-in-out;
            width: 40px;
        }

        .material-switch > label::after {
            background: rgb(255, 255, 255);
            border-radius: 16px;
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
            content: '';
            height: 24px;
            left: -4px;
            margin-top: -8px;
            position: absolute;
            top: -4px;
            transition: all 0.3s ease-in-out;
            width: 24px;
        }

    .material-switch > input[type="checkbox"]:checked ~ label::before {
        background: inherit;
        opacity: 0.5;
    }

    .material-switch > input[type="checkbox"]:checked ~ label::after {
        background: inherit;
        left: 20px;
    }

.panel {
    background-color: rgba(255, 255, 255, 0.40);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.75) !important;
    margin-top: 50px;
}

.panel-default > .panel-heading {
    color: white;
    background-color: #343a40;
    border-color: #ddd;
}

.addButton {
    float: left;
    margin-top: 3px;
}

.closeButton {
    float: left;
    color: #adadad;
    font-size: 18px;
    padding: 2px 7px;
}

    .closeButton:hover {
        color: gray;
    }

    .addButton:focus, .closeButton:focus {
        outline: none !important;
    }

.modal-header {
    border-radius: 4px 4px 0 0;
}

.close {
    color: white;
    opacity: 0.6;
}

    .close:focus, .close:hover {
        color: white;
        opacity: 0.8;
        outline: none;
    }

.modal-body {
    position: relative;
    padding: 15px;
    overflow-y: auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow-x: hidden;
}

.alert .modal-text {
    font-size: 16px;
    padding: 0 10px;
    line-height: 1.8;
}

.alert .modal-body {
    max-height: 400px;
}

.editCtr, .deleteCtr {
    font-size: 20px;
    cursor: pointer;
}

.deleteCtr {
    color: #b14e4e;
}

.dateTime {
    direction: ltr;
}

.dataTable thead th {
    white-space: normal;
    vertical-align: middle !important;
}

tr.finished.selected, tr.finished.selected td {
    background-color: #4676a7 !important;
    color: white;
}

tr.selected, tr.selected td {
    background-color: #4676a7 !important;
    color: white;
}

tr.finished, tr.finished td {
    background-color: beige !important;
}

tr.editable {
    cursor: pointer;
}

tr.selected td a {
    color: white;
}

    tr.selected td a:hover {
        color: white;
    }

.desc {
    font-size: 12px;
    color: darkgray;
    font-style: italic;
}

.form-control {
    padding: 0px 12px;
}

.input-group-addon:last-child {
    border-color: #ccc;
}

.datepicker-orient-left {
    right: auto !important;
}

.datepicker-orient-right {
    left: auto !important;
}

.datepicker {
    z-index: 99999 !important;
}

    .datepicker table tr td.new, .datepicker table tr td.old {
        color: #d8d8d8 !important;
    }

table.table-condensed thead tr:nth-child(3) {
    background-color: #ddd;
}

    table.table-condensed thead tr:nth-child(3) th {
        border: none;
        border-radius: 0;
    }

.datepicker-inline, .datepicker-inline table.table-condensed {
    width: 100% !important;
}

.month {
    font-size: 12px;
}

.actionLink {
    color: firebrick;
}

    .actionLink:hover {
        color: firebrick;
        text-decoration: underline;
    }

.column-100 {
    min-width: 100px;
}

.column-150 {
    min-width: 150px;
}

.nowrap {
    white-space: nowrap;
}

#advancedSerachLabel {
    display: inline-block;
}

.panel-advancedSerach {
    box-shadow: none !important;
    margin-top: 0 !important;
}

#settings-div {
    float: left;
    margin: -4px;
    padding: 2px !important;
}

    #settings-div .dropdown-menu {
        left: 0;
        right: auto;
        background-color: #343a40;
        min-width: 128px;
        padding: 5px;
    }

        #settings-div .dropdown-menu a.dt-button {
            margin: 3px;
            outline: none;
        }

            #settings-div .dropdown-menu a.dt-button img {
                width: 32px;
            }

.panel-advancedSerach .panel-body {
    padding: 15px;
}

    .panel-advancedSerach .panel-body .row {
        margin: 10px 10px 0 10px;
    }

.panel-advancedSerach select {
    display: inline-block;
    max-width: 300px;
    margin-right: 10px;
    margin-left: 10px;
}

@media (max-width: 767px) {
    .radio-inline, .checkbox-inline {
        padding-right: 20px;
        padding-left: 0;
        margin-left: 10px;
    }

        .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
            margin-right: 0;
            margin-left: 10px;
        }

    .panel-advancedSerach select {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
        max-width: 100%;
    }
}

.dataTables_length {
    display: inline-block;
    margin: 3px 8px 0 18px;
}

    .dataTables_length label {
        font-weight: normal !important;
    }

    .dataTables_length select {
        height: 36px;
    }

@media (max-width: 767px) {
    .dataTables_wrapper .dataTables_length {
        width: 100%;
        float: none;
        text-align: center;
        margin: 15px 0 0 0;
    }
}

.highlight {
    background-color: #ffffa0 !important;
}

.hilight {
    font-weight: bold;
    color: #b14e4e;
    display: inline-block;
    margin: 0 5px;
}

tfoot th .hilight {
    margin: 0;
}

tfoot th {
    text-align: right;
    padding: 8px 10px !important;
    margin: 0 !important;
}

.panel-advancedSerach label {
    white-space: nowrap;
}

.totalContainer {
    display: inline-block;
    white-space: nowrap;
    margin: 10px 10px 0 0;
}

.panel-green {
    border-color: #5cb85c;
}

    .panel-green > .panel-heading {
        border-color: #5cb85c;
        color: white;
        background-color: #5cb85c;
    }

    .panel-green > a {
        color: #5cb85c;
    }

        .panel-green > a:hover {
            color: #3d8b3d;
        }

.panel-red {
    border-color: #d9534f;
}

    .panel-red > .panel-heading {
        border-color: #d9534f;
        color: white;
        background-color: #d9534f;
    }

    .panel-red > a {
        color: #d9534f;
    }

        .panel-red > a:hover {
            color: #b52b27;
        }

.panel-yellow {
    border-color: #f0ad4e;
}

    .panel-yellow > .panel-heading {
        border-color: #f0ad4e;
        color: white;
        background-color: #f0ad4e;
    }

    .panel-yellow > a {
        color: #f0ad4e;
    }

        .panel-yellow > a:hover {
            color: #df8a13;
        }

div.center {
    text-align: center;
}

.success-no {
    color: green;
}

.warning-no {
    color: #f0ad4e;
}

.danger-no {
    color: #d9534f;
}

.bold {
    font-weight: bold;
}

.input-group-addon:first-child {
    border-left: 0;
    border-right: 1px solid #ccc;
}

.table tbody tr:nth-of-type(odd) {
    background-color: whitesmoke !important;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #e9efff !important;
}

.tableContainer {
    overflow-x: hidden !important;
}