@import url(http://fonts.googleapis.com/css?family=Open+Sans);

* {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: "Open Sans",arial,times new roman;
}

.container {
    position: relative;
    width: 100%;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/loading.gif') 50% 50% no-repeat rgb(249,249,249);
}

.left {
    float: left;
}

.right {
    float: right;
}

.tac {
    text-align: center;
}

.advanceSearchlink {
    display: block;
    cursor: pointer;
    font-size: 14px;
    padding: 10px 0;
}

.disNone {
    display: none;
}

.marginTopHead {
    margin-top: 75px;
}

.padding10px {
    padding: 10px;
}

.tempBorderDark {
    border: 1px solid #000000;
}

.tempBorderlight {
    border: 1px solid #fff;
}

/* New Css */

.row.header {
    clear: both;
    padding: 5px;
}

.logo {
    height: 50px;
}

.font13 {
    font-size: 13px;
}

.font12 {
    font-size: 12px;
}

.font11 {
    font-size: 11px;
}

.spanDark {
    color: #ddd;
    display: block;
    font-family: "Open Sans",arial,times new roman;
    height: 20px;
}

.spanLight {
    color: #999;
    display: block;
    font-family: "Open Sans",arial,times new roman;
    height: 20px;
}

.profileDiv {
    /* border-radius: 46px; */
    height: 50px;
    width: 50px;
    overflow: hidden;
    border: solid 2px #e3e3e3;
}

.profilePic {
    height: 50px;
}

.settings {
    border: 1px solid #fff;
    height: 60px;
}

.logout {
    border: 1px solid #fff;
    height: 60px;
}

.profileContent {
    background-color: #383838;
    border: 1px dashed;
    border-radius: 2px 0 2px 2px;
    box-shadow: 1px 1px 5px 0;
    display: none;
    padding: 10px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 55px;
    width: 290px;
}

.divClick {
    cursor: pointer;
}

/* .col-lg-4 > input {
  border: 1px solid #958377;
  border-radius: 2px;
  margin-bottom: 5px;
  padding: 5px;
  width: 75%;
} */
/* .col-lg-4 > input:focus,.col-lg-4 > textarea:focus {
  border: 1px solid #958377;
  box-shadow: 0 0 3px #958377;
  outline: medium none;
} */

textarea {
    border: 1px solid #958377;
    border-radius: 2px;
    margin-bottom: 5px;
    padding: 5px;
    resize: none;
    width: 75%;
}

span.labelSpan {
    color: #7d7b7b;
    display: block;
    font-family: "Trebuchet MS",fantasy,arial,tahoma;
    font-size: 13px;
    font-weight: 600;
    margin-right: 10px;
    padding: 1px;
    vertical-align: top;
    word-wrap: break-word;
}

.valueSpan {
    border: 1px solid #bab5b2;
    border-radius: 2px;
    display: block !important;
    padding: 5px !important;
}

.marginBotton5px {
    margin-bottom: 5px;
}

.valueSpan {
    border: 1px solid #bab5b2;
    border-radius: 2px;
    cursor: no-drop;
    display: block;
    height: 30px;
    padding: 6px 12px;
}

.checkbox-inline > span {
    font-size: 13px;
    font-weight: bold;
    vertical-align: sub;
}

.radio-inline > span {
    font-size: 13px;
    font-weight: bold;
    vertical-align: sub;
}

/*td > .glyphicon {
    padding: 0 5px;
}*/

.valid {
    border: solid 1px #60cd9b !important;
    box-shadow: none !important;
}

.invalid {
    border: solid 1px #e53029 !important;
    box-shadow: none !important;
}

td .glyphicon {
    color: #337ab7 !important;
    font-size: 16px;
    margin: 0 3px;
}

/*.rgMasterTable.rgClipCells {
    border: medium none !important;
    table-layout: initial !important;
}*/

.RadGrid_Metro td.rgPagerCell {
    border: 1px dashed #337ab7 !important;
}

.panelCollapse {
    color: inherit;
    cursor: pointer;
    float: right;
    font-size: 12px;
    line-height: 18px;
}

    .panelCollapse:hover {
        text-decoration: none;
    }

    .panelCollapse::after {
        clear: both;
    }

.successMessage {
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
    color: #3c763d;
}

.warningMessage {
    color: #31708f;
    background-color: #d9edf7 !important;
    border-color: #bce8f1 !important;
}

.alertMessage {
    color: #a94442;
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
}

.modal-body p {
    padding: 0 !important;
    word-wrap: break-word;
}

.modal-body span {
    /*font-family: "Trebuchet MS",open sans,arial,tahoma;*/
    font-size: 14px;
}

.modal-footer .glyphicon.glyphicon-ok-circle, .modal-footer .glyphicon.glyphicon-remove-circle, .linkButtons .glyphicon.glyphicon-ok-circle {
    color: inherit;
    font-size: 24px;
    text-decoration: none;
    cursor: pointer;
}

    .modal-footer .glyphicon.glyphicon-ok-circle:hover, .linkButtons .glyphicon.glyphicon-ok-circle:hover {
        text-decoration: none;
        cursor: pointer;
    }

.panel-heading {
    margin-top: 0;
    margin-bottom: 0;
}

/*h4 .glyphicon.glyphicon-remove-circle {
    float: right;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
}*/
.redAlert {
    border: 1px solid #e53029 !important;
    border-radius: 5px !important;
}

a.glyphicon.glyphicon-remove-circle {
    display: block;
    margin-bottom: 10px;
    position: relative;
    text-align: right;
    font-size: 15px;
}

.successAlert {
    border: 1px solid #60cd9b !important;
    border-radius: 5px !important;
}

.RadGrid .rgMasterTable, .RadGrid .rgDetailTable, .RadGrid .rgEditForm table {
    border: medium none !important;
}

.filterDiv {
    float: right;
    margin-right: 10px;
}

    .filterDiv::after {
        clear: both;
    }

    .filterDiv a.glyphicon {
        color: inherit;
        cursor: pointer;
        display: inline-block;
        line-height: 18px;
        padding: 0 5px;
    }

        .filterDiv a.glyphicon:hover {
            text-decoration: none;
        }

.modal-footer a.glyphicon, .linkButtons a.glyphicon {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    padding: 10px;
}

    .modal-footer a.glyphicon:hover, .linkButtons a.glyphicon:hover {
        text-decoration: none;
    }

.displayInline {
    display: inline-block !important;
}

.panel-heading a.glyphicon.glyphicon-remove-circle {
    color: inherit;
    display: inline-block;
    float: right;
    font-size: 15px;
    line-height: 18px;
    position: relative;
    text-align: right;
    margin-right: 5px;
}

    .panel-heading a.glyphicon.glyphicon-remove-circle::after {
        clear: both;
    }

    .panel-heading a.glyphicon.glyphicon-remove-circle:hover {
        text-decoration: none;
    }

.loginBg {
    z-index: 2;
    position: fixed;
    background: linear-gradient(rgb(0, 0, 0) 0%, rgb(45, 101, 184) 100%) !important;
    height: 100%;
}

.login-backgroundcss {
    background: linear-gradient(rgb(0, 0, 0) 0%, rgb(45, 101, 184) 100%) !important;
}

.sidebarcss {
    background: linear-gradient(rgb(0, 0, 0) 0%, rgb(45, 101, 184) 100%) !important;
}

.loginBorder {
    background-color: #fcfcfc;
    border-radius: 5px;
    box-shadow: 1px 5px 5px 1px;
    clear: both;
    display: block;
    margin: 10% 0% 0 25%;
    padding: 30px 15px 15px;
    width: 50%;
}

.floatNone {
    float: none;
}

.background-image {
    background-color: #f6f8fb;
    display: block;
    filter: blur(5px);
    left: 0;
    max-width: 1920px;
    min-height: 786px;
    position: fixed;
    right: 0;
    z-index: 1;
}

.RadAjaxPanelInline {
    display: inline-block !important;
}

.columnButton {
    margin-top: 17px;
}


.redAlertWhite {
    border: 1px solid #00FFFF !important;
    border-radius: 5px !important;
}

.submitButton {
    margin-bottom: 5px;
    margin-top: 10px;
}

.batchLink {
    font-weight: bold;
    color: cornflowerblue !important;
}

.clsInProgress {
    display: block;
    border-radius: 6px;
    border: solid 1px;
    padding: 5px;
    width: 60%;
    color: #337ab7;
    font-weight: bold;
}

.clsFailed {
    display: block;
    border-radius: 6px;
    border: solid 1px;
    padding: 5px;
    width: 60%;
    color: #d9534f;
    font-weight: bold;
}

.clsCompleted {
    display: block;
    border-radius: 6px;
    border: solid 1px;
    padding: 5px;
    width: 60%;
    color: #5cb85c;
    font-weight: bold;
}

.clsOther {
    display: block;
    border-radius: 6px;
    border: solid 1px;
    padding: 5px;
    width: 60%;
    color: #f0ad4e;
    font-weight: bold;
}
