﻿@font-face {
    font-family: Gothic;
    src: url(../fonts/gothic.ttf);
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

*:not(i):not(span):not(.e-icon) {
    font-family: 'Open Sans', sans-serif !important;
}

.dropdown-menu > li > a > [class*=" fa-"] {
    color: #0088cc !important;
}

.modal-header {
    background-color: #0088cc;
    color: #ffffff;
}

input, select, textarea, .e-in-wrap {
    border-radius: 4px !important;
}

.emptyrecord {
    text-align: center;
    padding-top: 15px;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.j-background {
    background-color: #f1f3fa;
}

.j-fclogo {
    width: 30%;
}

.j-title {
    font-family: Gothic !important;
    font-weight: bold;
}

.j-blue {
    color: #0088cc;
}

.j-header {
    color: #fff;
    background-color: #0088cc;
    padding: 5px 15px 15px 15px;
    margin-top: 10px;
}

.j-white {
    background-color: #ffffff;
}

.j-frame {
    border: 3px solid #ccc;
    border-top-color: #0088cc;
    padding: 20px;
    padding-bottom: 5px;
}

.j-no-padding {
    padding: 0px !important;
}

.j-no-margin {
    margin: 0 0 10px;
}

input:focus, textarea:focus, select:focus, .j-portlet {
    border-color: #0088cc !important;
}

.bootstrap-switch-primary, .e-headercell, .e-currentitem, .j-portlet .portlet-title {
    background-color: #0088cc !important;
}

.e-grid {
    border: none;
}

.e-btn.e-select {
    background: #adcde8 !important;
}

.e-grid .e-headercell, .e-grid .e-grouptopleftcell {
    border-top-color: transparent !important;
    border-left-color: transparent !important;
}

.e-grid .e-filterbarcell, .e-grid .e-filterbarcelldisabled {
    border-color: transparent !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
}

.e-grid .e-editcell, .e-grid .e-form-container, .e-grid .e-externalformedit, .e-grid .e-tabletd, .e-grid .e-rowcell {
    border-color: transparent !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
}

.e-grid .e-gridheader {
    color: #282827 !important;
    border-bottom-color: transparent !important;
    border-top-color: transparent !important;
}

.e-headercell, .e-headercell span {
    color: #fff !important;
}

.j-btn-primary {
    background-color: #0088cc !important;
    border-color: #0188cc !important;
}

.j-btn-primary:hover {
    background-color: #0467b5 !important;
}

.j-btn {
    background-color: #f9fafc;
    padding-top: 16px;
    color: #dbe1e8;
    width: 100%;
    margin-bottom: 40px;
}

.j-btn:hover {
    background-color: #0088cc;
    color: #aecde9;
}

.j-btn:hover p {
    color: #aecde9;
}

.j-full-width {
    width: 100%;
}

.j-page-content {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.page-sidebar-closed .page-content-wrapper .page-content {
    margin-left: 0px !important;
}

#fidUserControls {
    display: none;
}

#fidUserControls a img {
    background: url("../Content/login.png");
    background-position: center center;
    background-size: cover;
    width: 25px;
}

#fidUserControls a:hover img {
    background: url("../Content/login-hover.png");
    background-position: center center;
    background-size: cover;
    width: 25px;
}

#fidUserControls a[aria-expanded="true"] img {
    background: url("../Content/login-hover.png");
    background-position: center center;
    background-size: cover;
    width: 25px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #0188cc;
}

input:focus + .slider {
    box-shadow: 0 0 1px #0188cc;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px !important;
}

.slider.round:before {
    border-radius: 50%;
}

.modal-xlg {
    width: 1400px;
}

@media (max-width: 991px) {
    .j-max-display {
        display: none;
    }
}
@media (min-width: 992px) {
    .page-content-wrapper .page-content {
        min-height: 10vh !important;
    }
}
