﻿body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
.errorMessage {
    color: red;
}

.errorRedBox {
    border: 1px solid Red;
}

.modal-lg {
    width: 95% !important;
    margin: 2% 5% !important;
}

.clickable {
    cursor: pointer !important;
}

.menuTogglerClick2 {
    background-color: #222d32;
}

.default a, .default a:hover, .default a:visited {
    color: #b8c7ce  ;
}

.markerInformation .list-group-item a, .markerInformation p a {
    color: #000000 !important;
}

.bootsidemenu-left {
    position: absolute;
}

.modal-dialog {
    font-size: 13px !important;
}

.requiredField {
    border-color: lightblue !important;
    border-left-color: red !important;
    border-left-width: 2px;
}

.ddlSelectedItem {
    border-color: lightblue !important;
    border-left-color: red !important;
    border-left-width: 1px;
    border-radius:6px;
}

.infowindowComments {
    word-wrap: break-word !important;
    white-space: pre-wrap !important;
}
.ui-timepicker-container{
    z-index:9999999!important;
}
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: transparent!important;
}


/*=COPIED FROM THEME LAYOUT PAGE CSS=*/
.loder {
    display: none;
    left: 40%;
    position: fixed;
    top: 40%;
    z-index: 999999 !important;
}

.webBackGround {
    background-color: #808080;
    bottom: 0;
    height: auto;
    left: 0;
    opacity: 0.35;
    overflow: hidden;
    position: fixed !Important;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999999999;
}

.callout {
    border-radius: 3px;
    margin: 0 0 16px 0;
    padding: 11px 8px 3px 11px !important;
    border-left: 5px solid #eee;
}

.modal-footer {
    padding: 5px 0 !important;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.k-grid .k-alt {
    background-color: #F0F8FF;
}

.k-grid-header th.k-header {
    position: relative;
}

.k-grid-header th > .k-link > .k-icon {
    position: absolute;
    top: 11px;
    left: 0px;
}

.activeLeftMenu {
    background-color: none;
}

.curLeftMainMenu {
    background-color: none;
}

.scrollBarOnMap {
    overflow: hidden !important;
}
/*=END COPIED FROM THEME LAYOUT PAGE CSS=*/

img.deltaLogo.powerevindiacom {
    position: absolute;
    width: 160px;
    top: 3px !important;
}