﻿/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

 .column {
    margin-top: 384px;
    float: left;
    width: 300px;
    text-align: center;
}

.column .title {
    color: #a3a3a3;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: normal;
    padding: 41px 0 20px;
}

#palette {
    vertical-align: top;
    display: inline-block;
}

.k-colorpicker {
    vertical-align: top;
    margin: 20px 0;
}

fieldset {
   padding: 8px 20px 24px;
}

.form-group {
    margin-left:0 !important;
    margin-right:0 !important;
}

.bigger-110 {
    background: transparent;
    border: none;
}

.fa-power-off {
    float: left;
    padding: 7px 12px;
}

.logOffdiv {
    float: left;
}

.dropdown-menu>li>a {
    padding-left: 36px;
    clear:initial;
}

#add-Record {
    margin-bottom: 10px;
}

#save-Record {
    margin: 10px 0;
    float: right;
    padding-right: 10px;
    padding-left: 10px;
}

.blur-login {
    background: url(images/meteorshower2.jpg) #295a58 !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}
.text-muted {
    color: #999 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    letter-spacing: -.015em;
}
.login-layout .widget-box .widget-main {
    background:#fff;
}

.btn-primary, .btn-primary.focus, .btn-primary:focus {
    background-color: #1b605d !important;
    border-color: #1b605d !important;
}

    .btn-primary.focus:hover, .btn-primary:active:hover, .btn-primary:focus:active, .btn-primary:focus:hover, .btn-primary:hover, .open > .btn-primary.dropdown-toggle, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:active, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
        background-color: #1e7e7a !important;
        border-color: #1e7e7a !important;
    }


.projectName, .copyRight, .projectNameIn {
    font-weight: 700;
}

.projectNameIn {
    margin-left: 6px;
}

    .copyRight {
        color: #5c7183;
    }

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: -10px !important;
}

.checkbox label, .radio label {
    padding-left: 11px !important;
}

.navbar {
    background: #295a58 !important;
}
.ace-nav > li.light-blue > a {
    background-color: #338581 !important;
}

    .ace-nav > li.light-blue > a:focus, .ace-nav > li.light-blue > a:hover, .ace-nav > li.open.light-blue > a {
        background-color: #37a9a3 !important;
    }

#logOffdiv a {
    color: #295a58 !important;
}

.logoIn {
    padding: 10px 0 !important;
}

.footerCompany {
    color: #295a58 !important;
    font-weight:700;
}

.no-skin .nav-list > li.active > a, .no-skin .nav-list > li:hover > a {
    color: #209994 !important;
}
.no-skin .nav-list li.active > a:after {
    border-right-color: #209994 !important;
}
.no-skin .nav-list > li.active:after {
    border: 2px solid #209994 !important;
}

.nav-list > li:before {
    background-color: #209994 !important;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list > .k-state-highlight, .k-list > .k-state-selected, .k-marquee-color, .k-panel > .k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    color: #fff;
    background-color: #1e7e7a !important;
    border-color: #209994 !important;
}

.k-overflow-container .k-primary, .k-primary, #save-Record, .k-button.k-state-active, .k-button:active {
    border-color: #209994 !important;
    background-color: #1e7e7a !important;
    color: #fff !important;
}
.lgTblClass {
    margin: 20px 0;
}

.loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    left: 0px;
    top: 50%;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.loader-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    animation: pulse 1.5s ease-in-out infinite;
    z-index: 9999;
}

    .loader-circle:before {
        content: "";
        display: block;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: 4px solid #c50404;
        border-color: #c50404 transparent #c50404 transparent;
        animation: loader 1.2s linear infinite;
        z-index: 9999;
    }

.loader-text {
    color: #c50404;
    font-size: 18px;
    font-weight: bold;
    margin-top: 16px;
    z-index: 9999;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.8);
        opacity: 0.5;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.8);
        opacity: 0.5;
    }
}

.loader:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(62,60,60,0.5);
}