body {
    margin: 0;
    padding: 0;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;*/
    background-size: cover;
     
}

/*#Font-Awsome interface with TextBox*/
.icon-add-textbox {
    position: absolute;
    margin-left: -20px;
}
/*#Font-Awsome interface with TextBox*/

br.clear {
    clear: both;
}

/*#region Tweaks */
.label-Wrap-Text {
    text-wrap: normal;
}

/*#endregion Tweaks*/

#bodybg {
    background-image: url(../images/background.jpeg);
    /*background-image: url(../images/AniCompass.gif);*/
}

#body {
    background-image: none;
}

.clear {
    clear: both;
}

.header {
    background: #fff;
    border-radius: 0 0 8px 8px;
    background: #F7F6F1 url(../images/bg-tile.png);
}

.menu .navbar {
    margin-top: 10px;
    font-size: 25px;
}

.menu .navbar-inverse .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    background-color: #252932;
    margin-left: 10px;
    border-radius: 5%;
    opacity: 0.9;
}

.menu .navbar-inverse .navbar-nav .fa {
    font-size: 30px;
    padding-right: 10px;
    text-align: center;
}

.menu .navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

    .menu .navbar-inverse .navbar-nav > li > a :hover {
        color: #555;
    }

    .menu .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
        color: #555 !important;
    }

footer {
    width: 100%;
    position: fixed;
    bottom: 0;
}

    footer h5 {
        color: #fff;
    }

/* login begins */
#loginback {
    background: transparent url(../images/1.jpg) repeat;
}

#AcceptedBack {
    background: transparent url(../images/1.jpg) repeat;
}

.login {
    margin-top: 10%;
    background: #fff;
    border-radius: 5px;
}

.loginleft img {
    padding: 10px;
    margin-top: 30px;
}

.loginleft h4 {
    color: #0c336d;
}

.loginright h4 {
    text-transform: uppercase;
    font-size: 15px;
    text-shadow: rgba(0, 0, 0, 0.2) 2px 6px 5px, rgba(255, 255, 255, 0.4) 0 -4px 30px;
    font-weight: bold;
    color: #0c336d;
}

.loginleft p {
    text-align: justify;
    line-height: 1.8em;
}

#loginForm {
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.loginright .form-group {
    margin-top: 30px;
    margin-bottom: 30px;
}
/* login ends */

/* mobile closer begins */
#closehead {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    background: transparent;
    color: #444;
}

    #closehead h2 {
        text-align: center;
        color: #07294c;
        text-shadow: rgba(0, 0, 0, 0.2) 2px 6px 5px, rgba(255, 255, 255, 0.4) 0 -4px 30px;
    }

    #closehead span {
        color: #d9534f;
        font-size: 0.8em;
    }

#closetable {
    margin-top: 2%;
}

    #closetable table {
        box-shadow: 1px 1px 1px 1px #c0c0c0;
    }

    #closetable thead {
        background: #07294c;
        color: #fff;
        font-size: 12px;
    }

    #closetable h3 {
        text-shadow: rgba(0, 0, 0, 0.2) 2px 6px 5px, rgba(255, 255, 255, 0.4) 0 -4px 30px;
        text-transform: uppercase;
    }

    #closetable .table-striped {
        background: #eee;
    }

    #closetable tbody {
        font-size: 12px;
    }

    #closetable button {
        margin: 5px;
        float: left;
    }

    #closetable a {
        color: #fff;
    }

.newrequest {
    width: 99%;
    border: 2px solid #c0c0c0;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    border-radius: 3%;
}

    .newrequest button {
        margin: 5px;
        margin-top: 0 !important;
        float: none !important;
    }

    .newrequest h4 {
        background: #07294c;
        color: #fff;
        padding: 8px;
        margin-top: -15px;
        border-radius: 5px;
    }

.agentpager .pagination {
    margin: 0;
}

.submitted .ng-invalid {
    border: 1px solid red;
}

#agent {
    background: #fff;
}

/*.loader {
    position: fixed;
    top: 40%;
    left: 45%;
}*/

#loader {
    position: fixed;
    top: 40%;
    left: 45%;
}

.paging ul li a {
    background: #444 !important;
    color: #fff !important;
    margin-left: 2px;
}

    .paging ul li a:hover {
        background: #444 !important;
        color: #fff !important;
    }

.paging .pagination > .active > a {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc;
}

.paging .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #333;
}

.topheader .btn-group {
    margin-top: 10%;
}

.topheader .btn-default {
    padding: 18%;
    border-color: #07294c;
}

.topheader li a {
    font-weight: bold;
    padding: 5px 15px;
    font-size: 13px;
}

    .topheader li a:hover {
        cursor: pointer;
    }

/* mobile closer ends */

/* about us begins  */

#aboutheader {
    background: #e5e5e5;
}

#about {
    background-color: #fff;
}

    #about h3 {
        color: #0c336d;
    }

.aboutdata {
    box-shadow: 1px 2px 2px 2px #c0c0c0;
    background: #F2F2F2;
}

    .aboutdata h4 {
        text-align: center;
        color: #555 !important;
        text-decoration: underline;
    }

    .aboutdata p {
        text-align: justify;
        line-height: 1.8em;
        padding: 5px;
    }

.aboutdata1 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.hr {
    border-bottom: 1px solid #555;
}

.aboutdata h5 {
    line-height: 1.8em;
    font-weight: bold;
    color: #444;
}

#about h4 {
    color: #0c336d;
}

/* about us ends */

/* fast form begins */

.fastforms {
    margin-top: 20px;
    margin-bottom: 20px;
}

.fastform {
    border: 2px solid #c0c0c0;
    margin-top: 20px;
    padding-bottom: 10px;
}

    .fastform h3 {
        background: #07294c;
        color: #fff;
        padding: 8px;
        margin-top: -15px;
        border-radius: 5px;
        font-size: 13px;
        font-weight: bold;
    }

    .fastform label {
        font-size: 12px;
    }

.file-upload-override-button {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
    background: -moz-linear-gradient( center top, #79bbff 5%, #378de5 100%);
    background-image: linear-gradient(left, '#79bbff','#378de5');
    background-image: -webkit-linear-gradient(left,'#79bbff','#378de5');
    background-image: -o-linear-gradient(left,'#79bbff','#378de5');
    /*filter: progidXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');*/
    background-color: #79bbff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #84bbf3;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #528ecc;
}

.uploadleft {
    float: left;
}

.both {
    clear: both;
}

.file-upload-container {
    width: 90%;
    border: 1px solid #efefef;
    padding: 10px;
    margin: 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: #fbfbfa;
}

.file-upload-override-button:hover {
    background-color: #378de5;
}

.file-upload-override-button:active {
    position: relative;
    top: 1px;
}

.file-upload-button {
    position: absolute;
    height: 50px;
    top: -10px;
    left: -10px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload-filename {
    margin-left: 10px;
    height: auto;
    padding: 8px;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#closuremenu .fa {
    font-size: 3em;
}

#cancel {
    background: #07294c !important;
}

.newrequest .alert {
    padding: 10px !important;
    font-size: 13px !important;
}

/* fast form ends */
.vertical-align {
    display: flex;
    align-items: center;
}

.completionList {
    list-style-type: none;
    padding-left: 0px;
    background-color: white;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    border: 1px solid #578910;
    margin-top: 2px;
    height: 150px;
    width: 400px;
    overflow: auto;
    z-index: 16000 !important;
}

.completionlistItem {
    background-color: White;
    padding: 5px 5px 5px 7px;
    border-top: 1px solid #578910;
    width: 400px;
}

.completionitemHighlighted {
    background-color: #378de5;
    color: White;
    padding: 5px 5px 5px 7px;
}

.loading {
    background-image: url(../images/load.gif);
    background-position: left;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* Simply CSS to set textbox or validators left, right or center*/
.MyValidateLeft {
    text-align: left;
}
/* -------------------------------- */

.Gridview_Item_Sm_Left {
    font-size: small;
    text-align: left;
}

.Gridview_Item_xSm_Left {
    font-size: x-small;
    text-align: left;
}

.Gridview_Item_Sm_Right {
    font-size: small;
    text-align: right;
}

.Closer_label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.Gridview_Item_Sm_Center {
    font-size: small;
    text-align: center;
}

.MMC_Control_Item_Sm_Center {
    font-size: small;
    text-align: center;
}

.MMC_Control_Item_xSm_Center {
    font-size: x-small;
    text-align: center;
}

.MMC_Control_Item_Sm_Left {
    font-size: small;
    text-align: left;
}

.MMC_Control_Item_xSm_Left {
    font-size: x-small;
    text-align: left;
}

.MMC_Control_Item_xxSm_Left {
    font-size: xx-small;
    text-align: left;
}

.MMC_Control_Item_Sm_Right {
    font-size: small;
    text-align: right;
}

.cssPager td {
    padding-left: 4px;
    padding-right: 4px;
}

.pager span {
    /*HorizontalAlign: Right;*/
    text-align: right;
    color: #009900;
    font-weight: bold;
    font-size: 16pt;
}

.command-bar {
    margin-top: 10px;
    margin-right: 20px;
    padding: 20px 20px 20px 20px;
    text-align: right;
}

.MMCHidden {
    display: none !important;
}

.MMCSpace {
    margin-left: 1px;
}

/* ADMINISTOR LEFTHAND MENU FLOAT*/

/*ul#adminnavigation {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 48px;
    left: 0px;
    list-style: none;
    z-index: 9999;
}

    ul#adminnavigation li {
        width: 100px;
    }

        ul#adminnavigation li a {
            display: block;
            margin-left: -2px;
            width: 90px;
            height: 70px;
            background-color: #000000;
            background-repeat: no-repeat;
            background-position: center center;
            border: 1px solid #AFAFAF;
            -moz-border-radius: 0px 10px 10px 0px;
            -webkit-border-bottom-right-radius: 10px;
            -webkit-border-top-right-radius: 10px;
            -khtml-border-bottom-right-radius: 10px;
            -khtml-border-top-right-radius: 10px;*/
/*      -moz-box-shadow: 0px 4px 3px #000;
            -webkit-box-shadow: 0px 4px 3px #000;
    */
/*opacity: 0.6;
            filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
        }

    ul#adminnavigation .RES1 a {
        background-image: url('../images/view-refresh.png');
        background-size: 90px 70px;
    }

    ul#adminnavigation .RES2 a {
        background-image: url('../Images/to_do_list_checked3.png');
        background-size: 90px 70px;
    }

    ul#adminnavigation .RES3 a {
        background-image: url('../Images/blkfolder.png');
        background-size: 70px 60px;
    }

    ul#adminnavigation .RES4 a {
        background-image: url('../images/smserver.png');
        background-size: 90px 70px;
    }

    ul#adminnavigation .RES5 a {
        background-image: url('../images/aqua_read_only.png');
        background-size: 90px 70px;
    }

    ul#adminnavigation .RES6 a {
        background-image: url('../images/open_folder.png');
        background-size: 90px 70px;
    }

    ul#adminnavigation .RES7 a {
        background-image: url('../images/delete_group_user.png');
        background-size: 90px 70px;
    }

    ul#adminnavigation .RES8 a {
        background-image: url('../images/primary-bookmarks-list-add.png');
        background-size: 90px 70px;
    }

    ul#adminnavigation .RES9 a {
        background-image: url('../images/circular-intersection-warning.png');
        background-size: 90px 70px;
    }

div#RightSideFlyout {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 48px;
    right: 0px;*/
/*list-style: none;*/
/*z-index: 9999;
    background-color: #000000;
    bottom: 0;
    height: 90%;*/
/*overflow-y: hidden;*/
/*opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

    div#RightSideFlyout flyout-header {
        width: 100%;
        display: block;
    }

    div#RightSideFlyout flyout-body {
        display: block;
        background-color: #000000;
        background-repeat: no-repeat;
        background-position: center center;
        border: 1px solid #AFAFAF;
        opacity: 1;
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
        width: 100%;
        height: 100%;*/
/*-moz-border-radius: 0px 10px 10px 0px;
        -webkit-border-bottom-right-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -khtml-border-bottom-right-radius: 10px;
        -khtml-border-top-right-radius: 10px;*/
/*margin-right: -2px;*/
/*}

.RightSideFlyoutOpic {
    opacity: 1;
}*/

/**/

.h-divider {
    margin-top: 2px;
    margin-bottom: 3px;
    height: 1px;
    width: 100%;
    border-top: 1px solid gray;
}

/*ATTEMPT TO FLOAT DIV*/
.clearfix:after {
    content: "";
    clear: both;
    display: table;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.2s ease-in-out 1s;
}

    .overlay.active {
        opacity: 1;
        display: block;
    }

/*.flyout {
    background-color: white;
    bottom: 0;
    height: 100%;
    max-width: 280px;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    transform: translate3d(100%, 0, 0);
    width: 80%;
    z-index:1;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}*/

.flyout {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 48px;
    right: 0px;
    list-style: none;
    z-index: 9999;
}

    .flyout.active {
        transform: translate3d(0, 0, 0);
    }

.flyout-header {
    background-color: #452632;
    color: white;
    padding: 1em;
}

    .flyout-header h4 {
        display: inline-block;
        margin: 0;
    }

.flyout-body {
    overflow-y: auto;
    padding: 1em;
    flex: 0 1 0;
}

.flyout-close {
    cursor: pointer;
    float: right;
}

/* END -ADMINISTOR LEFTHAND MENU FLOAT */

.watermarkCancelBox {
    padding: 2px 0 0 2px;
    border: 1px solid #BEBEBE;
    background-color: #F0F8FF;
    color: #BBBBBB;
}

.v-divider {
    margin-left: 5px;
    margin-right: 5px;
    width: 1px;
    height: 100%;
    border-left: 1px solid gray;
}

/*SANDBOX CSS*/

.less {
    color: #00C000;
}

.more {
    color: #C00000;
}

.clsWrap {
    word-break: break-all;
}

/* Accordion */
.AgentAccordionHeader {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: forestgreen;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .AgentAccordionHeader a {
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

    #master_content .AgentAccordionHeader a:hover {
        background: none;
        text-decoration: underline;
    }

.AgentAccordionHeaderSelected {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: cornflowerblue;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .AgentAccordionHeaderSelected a {
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

    #master_content .AgentAccordionHeaderSelected a:hover {
        background: none;
        text-decoration: underline;
    }

.AgentAccordionContent {
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.Accordian_Cancel {
    background-color: red;
}