﻿body.super-container-border {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    /*background-color: #576875*/
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 9pt;
    background: #576875; /* Old browsers */
    background: -moz-linear-gradient(top, #576875 14%, #e4f5fc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(14%,#576875), color-stop(100%,#e4f5fc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #576875 14%,#e4f5fc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #576875 14%,#e4f5fc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #576875 14%,#e4f5fc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #576875 14%,#e4f5fc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#576875', endColorstr='#e4f5fc',GradientType=0 ); /* IE6-9 */
}
/*.modal-dialog{
position: absolute;
left: 50%;
margin-left: -312px;
top: 50%;
margin-top: -150px;
}*/


.super-container {
    margin: 0 auto;
    max-width: 1300px;
    /*width:400px;
    height:300px;*/
    -webkit-border-radius: 25px 25px 0px 0px;
    -moz-border-radius: 25px 25px 0px 0px;
    border-radius: 25px 25px 0px 0px;
    background-color: #ffffff;
    padding-top: 10px;
}

.footer-gradient {
    width: 100%;
    background: url(../../Images/header_bg.png);
    color: white;
}

.footer-separator {
    padding-left: 15px;
    padding-right: 15px;
}

.fright {
    float: right;
}

.fleft {
    float: left;
    margin-left: 0px;
}

.container.rounded {
    width: auto;
    -webkit-border-radius: 25px 25px 0px 0px;
    -moz-border-radius: 25px 25px 0px 0px;
    border-radius: 25px 25px 0px 0px;
    border: 1px solid #576875;
    background-color: #FFFFFF;
}

.loginForm {
    /*width: 35%;*/
    background: linear-gradient(rgba(109, 197, 242, 0.6), rgba(252, 252, 252, 0.73));
    margin-top: 10%;
    border-radius: 5px 5px;
    /*border: 1px solid #494437;*/
    /*-webkit-box-shadow: 5px 5px 5px #888;*/
    -webkit-border-top-left-radius: 0.5em;
    -webkit-border-top-right-radius: 0.5em;
    -webkit-border-bottom-right-radius: 0.5em;
    -webkit-border-bottom-left-radius: 0.5em;
}

.siteHeader {
    width: 100%;
    background-color: lightgray;
    border-radius: 5px 5px;
}

.btn-default {
    background: url(./Images/header_bg.png);
    color: white;
}

    .btn-default:hover {
        background-color: #193E73;
        color: white;
    }

.dataEntry-pageHeader {
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 14px;
    background-color: rgb(200, 213, 232);
    padding-left: 5px;
    padding-top: 7px;
}

.DataEntry-oddRow {
    background: rgb(255,255,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MSUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 25%, rgba(246,246,246,1) 81%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,rgba(255,255,255,1)), color-stop(25%,rgba(255,255,255,1)), color-stop(81%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 25%,rgba(255,255,255,1) 25%,rgba(246,246,246,1) 81%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 25%,rgba(255,255,255,1) 25%,rgba(246,246,246,1) 81%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 25%,rgba(255,255,255,1) 25%,rgba(246,246,246,1) 81%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 25%,rgba(255,255,255,1) 25%,rgba(246,246,246,1) 81%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-8 */
}

    .DataEntry-oddRow.ease {
        -webkit-transition: 3s ease;
        -moz-transition: 3s ease;
        -o-transition: 3s ease;
        -ms-transition: 3s ease;
        transition: 3s ease;
    }

.DataEntry-evenRow {
    background: rgb(255,255,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MSUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 25%, rgba(246,246,246,1) 81%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,rgba(255,255,255,1)), color-stop(25%,rgba(255,255,255,1)), color-stop(81%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 25%,rgba(255,255,255,1) 25%,rgba(246,246,246,1) 81%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 25%,rgba(255,255,255,1) 25%,rgba(246,246,246,1) 81%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 25%,rgba(255,255,255,1) 25%,rgba(246,246,246,1) 81%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 25%,rgba(255,255,255,1) 25%,rgba(246,246,246,1) 81%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-8 */
}

    .DataEntry-evenRow.ease {
        -webkit-transition: 3s ease;
        -moz-transition: 3s ease;
        -o-transition: 3s ease;
        -ms-transition: 3s ease;
        transition: 3s ease;
    }

.formload-DropDown {
    width: 200px;
    height: 35px;
}

.divLanding {
    margin-top: 25px;
}

.divLanding2 {
    margin-top: 0px;
}

.createAdmin {
    background: url(./Images/header_bg.png);
    color: white;
    margin-top: 0px;
    font-size: medium;
    border-radius: 5px 5px;
}

.grey {
    display: inline-block;
    /*height: 80px;
    width: 180px;
    border-radius: 15px;
    vertical-align: central;
    background-color: lightgray;
    text-align: center;
    font: bold;
    color: white;
    border: 1px solid #494437;
    -webkit-box-shadow: 5px 5px 5px #888;
    -webkit-border-top-left-radius: 0.5em;
    -webkit-border-top-right-radius: 0.5em;
    -webkit-border-bottom-right-radius: 0.5em;
    -webkit-border-bottom-left-radius: 0.5em;*/
}

.navigationbar_new {
    margin-left: 0px;
    margin-bottom: 5px;
}

.logForm {
    max-height: 400px;
    min-height: 400px;
    overflow: auto;
    border: 1px solid #CCC;
    padding: 0.25%;
    margin-top: 1.5%;
    width: 98.8%;
}

.controlsTable {
    width: 62%;
    position: relative;
    float: left;
    font-size: 1em;
}

.feildlayout {
    text-align: left;
    width: 10%;
    vertical-align: top;
    padding: 5px;
}

.feildlayoutName {
    text-align: left;
    width: 35%;
    vertical-align: top;
    padding: 5px;
}

.feildlayoutFeilds {
    text-align: left;
    width: 50%;
    vertical-align: top;
    padding: 5px;
}

.modalBackground {
    background-color: #333333;
}

.ModalPane {
    width: 80%;
    max-height: 500px;
    overflow: auto;
    margin-left: 3%;
    margin-top: 2%;
    background-color: White;
}

.ModalPaneMessage {
    width: 25%;
    margin-left: 3%;
    min-height: 15%;
    margin-top: 2%;
    background-color: White;
    border: 1px solid #CCC;
}

.hidden {
    display: none;
}

.visible {
    display: inline-block;
    width: 100%;
}

.feildDescription {
    text-align: left;
    width: 45%;
    padding: 5px;
}

.feildButtons {
    text-align: left;
    padding: 5px;
}

.controldiv {
    display: inline-block;
    width: 100%;
}

.formlayout {
    width: 40%;
    padding: 0.5%;
    position: relative;
    float: left;
    margin-left: 1%;
    border: 1px solid black;
}



.feilddiv {
    display: inline-block;
    margin-left: 10%;
    /*margin-right: 3%;*/
    position: relative;
    float: left;
    /*width: 40%;*/
    margin-top: 0px;
}

.footerlink {
    font-size: 11px;
    color: #545353;
    font-weight: bold;
    padding: 10px;
}

.control-group {
    display: inline-block;
    vertical-align: bottom;
    float: right;
}

.sdvbar {
    background-color: White;
    padding: 2%;
    border: 3px solid #ccc;
    margin-top: 0%;
    margin-left: 3%;
    height: 400px;
    width: 50%;
    position: absolute;
    overflow: auto;
    overflow-y: hidden;
    margin-right: 3%;
}

.sdvbar1 {
    background-color: White;
    padding: 2%;
    border: 3px solid #ccc;
    margin-top: 0%;
    margin-left: 3%;
    height: 400px;
    position: absolute;
    overflow: auto;
    overflow-y: hidden;
    margin-right: 3%;
}

.pageboxright1 {
    background-color: White;
    display: inline-block;
    position: absolute;
    height: 400px;
    width: 70%;
    padding: 2%;
    border: 3px solid #ccc;
    margin-top: 0%;
    margin-left: 22%;
    overflow: auto;
}

.configurationFormActive {
    width: 35%;
    float: right;
    background-color: rgba(45, 89, 135, 0.99);
    color: white;
}

.configurationForm {
    width: 35%;
    float: right;
    background-color: lightgray;
    color: black;
}

.adminDiv {
    background: rgba(88, 133, 181, 0.99);
    border-radius: 5% 5%;
    border: 5px solid #222526;
    font-size: 0.9em;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    width: 185px;
    height: 85px;
    /* position: absolute; */
    right: -42px;
    top: 54px;
    text-align: center;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    transition: 0.5s ease;
}

    .adminDiv:hover {
        background: #222526;
        border-color: #ff5f32;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
        transition: 0.5s ease;
    }

    .adminDiv i {
        font-size: 16px;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
        transition: 0.5s ease;
    }

    .adminDiv:hover i {
        color: #ff5f32;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
        transition: 0.5s ease;
    }

.adminDivBig {
    background: rgba(88, 133, 181, 0.99);
    border-radius: 5% 5%;
    border: 5px solid #222526;
    font-size: 0.9em;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    width: 400px;
    height: 85px;
    /* position: absolute; */
    right: -42px;
    top: 54px;
    text-align: center;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    transition: 0.5s ease;
}

    .adminDivBig:hover {
        background: #222526;
        border-color: #ff5f32;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
        transition: 0.5s ease;
    }

    .adminDivBig i {
        font-size: 16px;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
        transition: 0.5s ease;
    }

    .adminDivBig:hover i {
        color: #ff5f32;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
        transition: 0.5s ease;
    }

.tableSelect {
    width: 25%;
    text-align: right;
    margin-left: 75%;
}

.buttonSearch {
    height: 50px;
    width: 50px;
    background: url(../../Images/search.jpg);
    border: 1px solid #ccc;
    margin: 0;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('/Images/pIkfp.gif') 50% 50% no-repeat;
}

body.loading {
    overflow: hidden;
}

    body.loading .modal {
        display: block;
    }

.checkBoxGrid {
    margin-left: 3%;
}

roleCheckBox {
    padding-left: 0px;
    margin-left: 0px;
    border: solid;
}

.lableFont {
    font-weight: normal;
}

.sdvButton {
    float: right;
}

.rhbutton {
    height: 31px;
    border-color: #DDDDDD;
    color: #337ab7;
    border-radius: 0px 5px 5px 0px;
    border-left: 0px;
    width: 50px;
}
