﻿* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body {
    height: 100%;
    background-color: white; /*rgb(215,215,215);*/
    /*width: 100%;
    background-image: url(<%=ResolveClientUrl("~/images/background.jpg")%>);
    background-repeat: no-repeat;
    background-position: right center;*/
    margin: 0;
}

.auto-style1 {
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    padding-left: 10px;
    float: left;
    padding-top: 6px;
    padding-bottom: 0px;
    font-family: Arial;
}

.auto-style2 {
    padding-left: 15px;
    padding-bottom: 1px;
    padding-right: 5px;
    float: right;
}


.divider {
    width: 10px;
    min-height: 1px;
    display: inline-block;
}

.secondaryheader {
    background-color: #FF6600;    
    text-align: left;
    font-weight: bold;
    height: 30px;
    float: left;
    color: white;
    font-size: 16px;
    width: 100%;
    display: inline-block;
}

.secondaryfooter {
    background-color: #FF6600;
    text-align: left;
    font-weight: bold;
    height: 30px;
    float: left;
    color: white;
    font-size: 12px;
    width: 100%;
    display: inline-block;
}

.circlebox {
    width: 300px;
    height: 300px;
    background: lightgray;
    color: white;
    background-color: white;
    border-radius: 150px;
}

.Validators {
    color: red;
    font-size: 18px;
}

.footer {
    /*background-color: #777777;*/
    /*background-color: #8c8782;*/
    /*background-color: #dedede;*/
    background-color: #c7c7c7;
    text-align: left;
    font-weight: bold;
    height: 30px;
    float: left;
    /*color: white;*/
    color: #717171;
    font-size: 12px;
    width: 100%;
    display: inline-block;
}

.tabmenustyle {
    float: left;
    width: 148px;
    height: 25px;
    font-family: Arial, sans-serif;
    color: white;
    background-color: #0bb5f3;
    font-size: 13px;
    margin-bottom: 2px;
    margin-top: 2px;
    padding: 5px;
}

.logintext {
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #000000;
    font-family: Arial;
    font-style: normal;
    text-align: left;
    text-decoration: none;
    cursor: text;
    font-size: 14px;
}

.txtbox {
    width: 90%;
    border: 2px solid black;
    border-radius: 10px;
    margin: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 20px;
}


.loading {
    font-family: Arial;
    font-size: 24pt;
    padding-top: 5px;
    display: none;
    position: fixed;
    z-index: 999;
    font-weight: bolder;
    text-align: justify;
}

.btnin {
    border: 2px solid #7d6754;
    border-radius: 5px;
    padding: 3px 3px 3px 3px;
    -webkit-appearance: none;
    background-position: 88px;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-right: 5px;
    height: 38px;
    width: 86px;
    float: left;
    text-align: center;
    background: rgb(11, 181, 243);
    color: white;
}


.rbl input[type="radio"] {
    margin-left: 10px;
    margin-right: 1px;
    color: white;
    float: left;
}

.rbl label {
    display: inline-block;
    color: white;
    margin-left: 10px;
    margin-right: 1px;
    font-family: Arial, sans-serif;
    font-size: 12px;
}


html {
    height: 100%;
}

.welcome {
    float: left;
    padding-top: 8px;
}

body {
    height: 100%;
    background-color: white; /*rgb(215,215,215);*/
    margin: 0px;
}

#wrapper {
    min-height: 100%;
    position: relative;
    background-color: rgb(215,215,215);
}

#topContent {
    width: 100%;
    height: 90px;
}

header {
    text-align: right;
    height: 100px;
}

#mainContent {
    padding-left: 20px;
    padding-bottom: 5px; /* Height of the footer element */
    background-color: white;
    overflow: auto;
    height: calc(100% - 190px);
    width: calc(100% - 20px);
    /*  background-color: rgb(215,215,215);*/
}

    #mainContent:before {
        padding-top: 100%;
    }

#h2 {
    color: white;
    font-size: 10px;
}

.boxes {
    width: 100%;
    text-align: center;
    /*background-color: #777777;*/
    /*background-color: #8c8782;*/
    background-color: #dedede;
    height: 80px;   
}

    .boxes .box {
        display: inline-block;
        width: 33%;
        /*margin-top: 3px;*/
        margin-top: 6px;
    }

.leftbox {
    min-width: 380px;
    top: auto;
    margin: 0;
    float: left;
    left: 13px;
    position: absolute;
    margin-top: 6px;
}

.rightbox {
    float: right;
    width: 40%;
    padding-top: 10px;
    text-align: right;
    position: absolute;
}


.boxes2 {
    width: 100%;
    text-align: center;
}

    .boxes2 .box2 {
        display: inline-block;
    }

.leftbox2 {
    float: left;
}

.rightbox2 {
    float: right;
}

.boxborder {
    border: solid 3px rgb(11, 181, 243);
    border-radius: 15px;
    padding: 8px 3px 3px 8px;
}


.boxes {
    width: 100%;
    text-align: center;
}



img {
    padding-top: 8px;
}

.wrappera {
    position: relative;
    padding-bottom: 50px;
    min-height: 465px;
    height: 99%;
}

    .wrappera .bottoma {
        position: absolute;
        bottom: 0px;
        height: 20px;
    }



.wrapperMAPage {
    display: inline-block;
    /*// position: relative;
    // padding-bottom: 50px;*/
    min-height: 485px;
    height: 95%;
    width: 99%;
}

    .wrapperMAPage .leftsideMAPage {
        display: inline-block;
        float: left;
        /*position: fixed;
        border: solid 3px pink;*/
        width: 14%;
        margin-right: 15px;
    }

    .wrapperMAPage .rightsideMAPage {
        display: inline-block;
        float: right;
        margin-right: 270px;
        /*///border: solid 3px green;*/
        width: 60%;
        min-width: 100px;
        min-height: 500px;
    }

    .wrapperMAPage .leftsideMAPageAI {
        display: inline-block;
        float: left;
        /*// position: fixed;
        /// border: solid 3px pink;*/
        width: 28%;
        margin-right: 15px;
    }



    .wrapperMAPage .rightsideMAPageAI {
        display: inline-block;
        float: right;
        margin-top: 160px;
        margin-right: 270px;
        /*//border: solid 3px green;*/
        width: 49%;
        min-width: 100px;
    }

    .wrapperMAPage .rightsideMAPage .logoS {
        display: block;
        /*// border: 5px,solid,yellow;*/
        margin-top: 3px;
        width: 60%;
        min-height: 100px;
        /*// background-color: gold;*/
    }

    .wrapperMAPage .leftsideMAPageAS {
        display: inline-block;
        float: left;
        /*// position: fixed;
        // border: solid 3px pink;*/
        width: 32%;
        margin-right: 15px;
    }

    .wrapperMAPage .rightsideMAPageAS {
        display: inline-block;
        float: right;
        /*//margin-top: 160px;*/
        margin-right: 50px;
        /*// border: solid 3px green;*/
        width: 60%;
        min-width: 100px;
    }


.SaveAS {
    border: 2px solid #7d6754;
    border-radius: 5px;
    -webkit-appearance: none;
    border-radius: 5px;
    font-size: 16px;
    padding: 0px 3px;
    margin: 2px 4px 3px 4px;
    min-width: 50px;
    font-family: Arial, sans-serif;
}

.SaveASLeft {
    border: 2px solid #7d6754;
    font-size: 16px;
    padding: 0px 3px;
    margin: 2px 7px 5px 4px;
    display: inline-block;
    font-family: Arial;
    float: left;
    color: rgb(11, 181, 243);
    background-color: lightgray;
    text-decoration: none;
}

.SaveASRight {
    border: 2px solid #7d6754;
    font-size: 16px;
    padding: 0px 3px;
    margin: 2px 7px 5px 4px;
    display: inline-block;
    font-family: Arial;
    float: right;
    color: rgb(11, 181, 243);
    background-color: lightgray;
    text-decoration: none;
}

    .SaveAS:hover, .SaveASRight:hover, .SaveASLeft:hover {
        background: rgb(11, 181, 243);
        color: white;
        text-decoration: none;
    }

.MATable {
    /*//border: 1px solid red;*/
}

    .MATable td {
        /*//border: 1px solid red;*/
        padding: 1px 6px;
        width: 346px;
    }

.MACheck {
    padding-left: 35px;
}

.MASave {
    float: right;
    border: 2px solid #7d6754;
    border-radius: 5px;
    -webkit-appearance: none;
    border-radius: 5px;
    font-size: 11px;
    padding: 4px 3px;
    margin: 3px 49px 3px 1px;
    font-family: Arial, sans-serif;
}

.MASave2 {
    float: right;
    border: 2px solid #7d6754;
    border-radius: 5px;
    -webkit-appearance: none;
    border-radius: 5px;
    font-size: 13px;
    padding: 4px 3px;
    margin: 13px 563px 3px 1px;
    font-family: Arial, sans-serif;
}

    .navbtn:hover, .MASave:hover, .MASave2:hover {
        background: rgb(11, 181, 243);
        color: white;
        text-decoration: none;
    }

.bottomMAPage {
    position: relative;
    bottom: 0px;
    height: 18px;
}

.listboxstyle {
    width: 100px;
    color: white;
    text-align: left;
    background-color: pink;
}

    .listboxstyle input {
        padding-top: 5px;
        margin-left: -20px;
        float: left;
        padding-left: 5px;
        clear: both;
    }

    .listboxstyle td {
        padding-left: 20px;
        border: 3px solid red;
    }


    .listboxstyle label {
        margin-left: 5px;
        color: yellow;
    }

input[type=checkbox], input[type=radio] {
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}

input[type=radio] {
    bottom: 2px;
}

/*For the popup model*/

.ModalPopupBG {
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.popup_Container {
    position: fixed;
    left: 500px;
    top: 10px;
    Height: 630px;
    Width: 400px;
    Margin-left: auto;
    Margin-right: auto;
    margin-top: 0px;
    background-color: rgb(11, 181, 243);
    border: 2px solid #000000;
    padding: 0px 0px 0px 0px;
    overflow: auto;
}

.popup_Containersave {
    background-color: rgb(11, 181, 243);
    border: 2px solid #000000;
    padding: 0px 0px 0px 0px;
}


.popup_Titlebar {
    background: url(../Images/titlebar_bg.jpg);
    height: 29px;
}

.popup_Body {
    padding: 15px 15px 15px 15px;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    line-height: 15pt;
    clear: both;
    padding: 20px;
}

.TitlebarLeft {
    float: left;
    padding-left: 5px;
    padding-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
}

.TitlebarRight {
    background: url(../Images/cross_icon_normal.png);
    background-position: right;
    background-repeat: no-repeat;
    height: 15px;
    width: 16px;
    float: right;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 5px;
}

.popup_Buttons {
    margin: 10px;
}

/*For the popup model - End*/



.backlinkbtn {
    border: 0px solid #7d6754;
    border-radius: 5px;
    -webkit-appearance: none;
    font-family: Arial;
    font-size: 12px;
    margin-left: 10px;
    color: white;
    text-decoration: none;
    position: relative;
    top: 100%;
    bottom: 5%;
}

    .backlinkbtn:hover {
        color: orange;
    }

.backbtn {
    border: 0px solid #7d6754;
    border-radius: 5px;
    -webkit-appearance: none;
    font-family: Arial;
    font-size: 12px;
    margin-left: 10px;
    color: white;
    text-decoration: none;
}

    .backbtn:hover {
        color: orange;
    }

.btnout {
    float: right;
    font-size: 16px;
    font-family: Arial;
    /*color: white;*/
     color: #8c8782;
    /*margin-top: 5px;*/
    margin-right: 5px;
    background-color: transparent;
    border: none;
    background: none;
}

    .btnout:hover {
        color: #FF6600;
    }


#endnavfooter {
    width: 100%;
    height: 27px;
    position: absolute;
    bottom: 25px;
    left: 0;
    background-color: black;
    color: white;
}

#bigfooter {
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    background-color: rgb(11, 181, 243);
    background-position: 0% 0%;
    color: white;
    border-top: solid 2px white;
    margin: auto;
}


.space {
    padding-right: 3px;
    padding-left: 5px;
}

.imgcenter {
    margin: 0 auto;
}

.powerspace {
    padding-top: 0px;
    padding-left: 5px;
}

.navbarspace {
    margin-top: 150px;
    padding-top: 150px;
    padding-left: 5px;
}

.formLayout {
    padding: 10px;
    width: 520px;
    padding-bottom: 10px;
}

.formLayoutCam {
    padding: 10px;
    width: 353px;
    padding-bottom: 10px;
}

.inlineBlockMain {
    display: block;
    height: 100%;
}

.maingrid {
    width: 100%;
}

    .maingrid td {
        height: 100%;
    }

.inlineBlock {
    height: 100%;
}

.inlineBlockDates {
    height: 100%;
    margin-top: 120px;
}

.h3style {
    color: white;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.formLayoutGrid {
    padding: 10px;
    width: 300px;
    padding-bottom: 10px;
    display: inline-block;
}

.inputstyle {
    display: inline-block;
    float: left;
    margin-bottom: 6px;
    margin-top: 2px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    width: 188px;
    height: 25px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding-left: 5px;
}

.inputstylecamp {
    display: inline-block;
    float: left;
    margin-bottom: 6px;
    margin-top: 2px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    width: 250px;
    height: 25px;
    padding-left: 2px;
}

.inputddlstyle {
    display: block;
    float: left;
    margin-bottom: 6px;
    margin-top: 2px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    width: 188px;
    height: 25px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding-left: 2px;
}

.inputddlstylefreetext {
    display: block;
    float: left;
    margin-bottom: 2px;
    margin-top: 2px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    width: 380px;
    height: 25px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
/*
.labelstyle {
    float: left;
    width: 157px;
    height: 25px;
    font-family: Arial, sans-serif;
    color: white;
    background-color: #0bb5f3;
    font-size: 12px;
    margin-bottom: 2px;
    margin-top: 2px;
    padding: 5px;
    display: inline-block;
     margin: 3px;
}*/

.labelstylecamp {
    float: left;
    width: 130px;
    height: 25px;
    font-family: Arial, sans-serif;
    color: white;
    background-color: #0bb5f3;
    font-size: 13px;
    margin-bottom: 2px;
    margin-top: 2px;
    padding: 5px;
    display: inline-block;
    /* margin: 3px;*/
}

.labelstylemp {
    float: left;
    width: 198px;
    height: 25px;
    font-family: Arial, sans-serif;
    color: white;
    background-color: #0bb5f3;
    font-size: 13px;
    margin-bottom: 2px;
    margin-top: 2px;
    padding: 5px;
    display: inline-block;
    /* margin: 3px;*/
}

.labelstylempinfo {
    float: left;
    width: 220px;
    height: 25px;
    font-family: Arial, sans-serif;
    color: white;
    background-color: #0bb5f3;
    font-size: 13px;
    margin-bottom: 2px;
    margin-top: 2px;
    padding: 5px;
    display: inline-block;
    /* margin: 3px;*/
}

.labelstylelong {
    float: left;
    width: 321px;
    height: 25px;
    font-family: Arial, sans-serif;
    color: white;
    background-color: #0bb5f3;
    font-size: 13px;
    margin-bottom: 2px;
    margin-top: 2px;
    padding: 5px;
    /* margin: 3px;*/
}

.labelgreen {
    float: left;
    width: 148px;
    height: 25px;
    font-family: Arial, sans-serif;
    color: white;
    background-color: #00cc00;
    font-size: 13px;
    margin-bottom: 2px;
    margin-top: 2px;
    padding: 5px;
}

.labelblue {
    float: left;
    width: 148px;
    height: 25px;
    font-family: Arial, sans-serif;
    color: white;
    background-color: #0bb5f3;
    font-size: 13px;
    margin-bottom: 2px;
    margin-top: 2px;
    padding: 5px;
}

.labelred {
    float: left;
    width: 148px;
    height: 25px;
    font-family: Arial, sans-serif;
    color: white;
    background-color: red;
    font-size: 13px;
    margin-bottom: 2px;
    margin-top: 2px;
    padding: 5px;
}

.templatebtn {
    text-align: right;
}

.button {
    color: white;
    vertical-align: middle;
}

.button-green {
    background-color: #5cb85c;
}

.button-red {
    background-color: #d2322d;
}

.button-blue {
    background-color: #3276b1;
}

.button-yellow {
    background-color: #e7d62e;
}

.button-med {
    /*padding: 4px 1px 5px 5px;*/
    padding: 5px 6px 5px 7px;
    line-height: 2em;
    font-size: 15px;
}

.button-sm {
    padding: 5px;
    display: inline-block;
}

.button:hover {
    text-decoration: none;
}

/* Manage Calendar part - Start*/
.MCHeadingStyle {
    text-align: center;
    float: left;
    width: 98%;
    font-family: Arial, sans-serif;
    color: white;
    font-size: 22px;
    margin-top: 18px;
    font-weight: bold;
}

.MClabelstyle {
    text-align: left;
    float: left;
    width: 140px;
    font-family: Arial, sans-serif;
    color: white;
    font-size: 12px;
    margin: 3px;
    padding-top: 3px;
    padding-right: 3px;
    font-weight: bolder;
}

.MCFirstdiv {
    width: 80%;
    display: block;
    border: 5px,solid,yellow;
    margin-top: 3px;
    margin-left: 10%;
    margin-right: 10%;
    min-height: 100px;
}

.MCMiddlediv {
    display: block;
    border: 5px,solid,yellow;
    margin-top: 3px;
    min-height: 100px;
    position: static;
}


.MCFirstdivleft {
    width: 420px;
    float: left;
    left: 18px;
    display: inline-block;
    border: 2px,solid,black;
    height: 100px;
}

.MCFirstdivright {
    float: right;
    width: 410px;
    display: inline-block;
    height: 103px;
    margin-top: 8px;
}


.MCGrid {
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px black;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 12px;
    width: 90%;
}

    .MCGrid td {
        padding: 2px;
        border: solid 1px black;
        color: black;
        font-size: 1.0em;
        padding-left: 15px;
    }

    .MCGrid th {
        padding: 4px 2px;
        color: white;
        background-color: slategray;
        border-left: solid 1px black;
        font-size: 1.1em;
        padding: 3px;
    }

.hiddencol {
    display: none;
}


/* Manage Calendar part - End*/



/*Scrollbar - Start*/
body::-webkit-scrollbar {
    width: 1em;
    background-color: gray;
}

body::-webkit-scrollbar-track {
    border: 1px gray solid;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 6px gray inset;
}


body::-webkit-scrollbar-thumb {
    background-color: white;
    border-radius: 10px;
}

    body::-webkit-scrollbar-thumb:hover {
        background-color: white;
        border: 1px solid #333333;
    }

    body::-webkit-scrollbar-thumb:active {
        background-color: white;
        border: 1px solid #333333;
    }
/*Scrollbar - End*/

.msglabelstyle {
    text-align: left;
    float: left;
    width: 150px;
    font-family: Arial, sans-serif;
    color: white;
    font-size: 13px;
    margin: 3px;
    color: yellow;
}

.labelCalAddstyle {
    text-align: left;
    float: left;
    padding-right: 10px;
    padding-bottom: 20px;
    font-size: 26px;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.mGrid {
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 10px;
    width: 80%;
}

    .mGrid td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #717171;
        font-size: 1.0em;
        padding-left: 15px;
    }

    .mGrid th {
        padding: 4px 2px;
        color: #fff;
        background: #424242 url(grd_head.png) repeat-x top;
        border-left: solid 1px #525252;
        font-size: 1.1em;
        padding: 3px;
    }

    .mGrid .alt {
        background: #fcfcfc url(grd_alt.png) repeat-x top;
    }

    .mGrid .pgr {
        background: #424242 url(grd_pgr.png) repeat-x top;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .mGrid .pgr a {
            color: #666;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }

.mGrid1 {
    text-align: left;
    font-family: Arial, sans-serif;
    padding: 25px;
    margin: 8px;
}

h1 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: white;
}

h2 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: white;
}

h3 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: white;
}

br {
    clear: left;
}



.menu ul {
    text-align: right;
    background-color: rgb(11, 181, 243);
}

    .menu ul li {
        font-family: "Khmer UI", Georgia, Serif;
        text-decoration: none;
        font-weight: bold;
        padding: 3px;
        margin: 3px;
        border-left: 2px solid white;
        background-color: rgb(11, 181, 243);
    }

        .menu ul li a {
            color: white;
        }

            .menu ul li a:hover {
                font-style: italic;
            }

div.menu {
    padding: 80px 4px 4px 8px;
    text-align: right;
    float: right !important;
}

br {
    line-height: 100%;
}

.navbtn {
    border: 2px solid #7d6754;
    border-radius: 5px;
    -webkit-appearance: none;
    border-radius: 5px;
    font-size: 11px;
    padding: 4px 3px;
    font-family: Arial, sans-serif;
}

    .navbtn:hover {
        background: rgb(11, 181, 243);
        color: white;
        text-decoration: none;
    }

.LockOff {
    display: none;
    visibility: hidden;
}

.LockOn {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 105%;
    height: 105%;
    background-color: #ccc;
    text-align: center;
    padding-top: 20%;
    filter: alpha(opacity=75);
    opacity: 0.75;
    font-family: Arial;
    font-style: normal;
    font-weight: bolder;
    text-align: justify;
}

/*navigation icon*/
.btn-icon {
    background-color: none;
    color: rgb(68, 68, 68);
    align-content: center;
    font-size: 130px;
    font-family: Arial, sans-serif;
    width: 180px;
    padding: 10px 22px;
}

    .btn-icon:hover {
        color: rgb(11, 181, 243);
        text-decoration: none;
    }

.icontain {
    overflow: hidden;
    float: left;
    width: 180px;
    padding: 30px 10px 10px 10px;
}

.icon {
    width: 180px;
}


.text {
    margin-top: 15px;
    width: 180px;
    color: black;
    font-size: 24px;
    line-height: 24px;
    font-family: Arial;
}

.icontain2 {
    overflow: hidden;
    float: left;
    padding-top: 110px;
    width: 290px;
}

.btn-icon2 {
    border: 2px solid orange;
    background-color: rgb(220,220,220);
    border-radius: 8px;
    color: black;
    align-content: center;
    font-size: 130px;
    font-family: Arial, sans-serif;
    padding: 5px 19px;
}

.btn-icon2-agency {
    border: 2px solid orange;
    background-color: rgb(220,220,220);
    border-radius: 8px;
    color: black;
    align-content: center;
    font-size: 134px;
    font-family: Arial, sans-serif;
    padding: 1px 26px;
}

.btn-icon2-media {
    border: 2px solid orange;
    background-color: rgb(220,220,220);
    border-radius: 8px;
    color: black;
    align-content: center;
    font-size: 130px;
    font-family: Arial, sans-serif;
    padding: 6px 10px 1px 10px;
    /*T, R, B, L;*/
}

    .btn-icon2:hover, .btn-icon2-agency:hover, .btn-icon2-media:hover {
        color: rgb(11, 181, 243);
        text-decoration: none;
    }

.icon2 {
    width: 290px;
    height: 290px;
    color: white;
}

.settingtext {
    color: white;
    font-size: 40px;
    font-weight: bolder;
    font-family: Arial, sans-serif;
}

.text2 {
    margin-top: 23px;
    width: 290px;
    color: white;
    font-size: 18px;
    font-weight: bolder;
}

.text2-agency {
    margin-top: 18px;
    width: 290px;
    color: white;
    font-size: 18px;
    font-weight: bolder;
}

.text2-media {
    margin-top: 18px;
    width: 290px;
    color: white;
    font-size: 18px;
    font-weight: bolder;
}

.linkout {
    /*color: white;*/    
    text-decoration: none;
    font-size: 16px;
    font-family: Arial;
    color: #8c8782;
    margin-top: 5px;
    margin-right: 5px;
}

    .linkout :hover {
        color: orange;
        text-decoration: none;
    }



/*Admin Setting icons*/
.icontainA {
    overflow: hidden;
    float: left;
    padding-top: 120px;
}

.btn-icon-Admin {
    border: 2px solid orange;
    background-color: rgb(220,220,220);
    border-radius: 8px;
    color: black;
    align-content: center;
    font-size: 130px;
    font-family: Arial, sans-serif;
    /*!margin:10px 30px;*/
    padding: 10px 35px;
}

.btn-icon-Admin-plus {
    border: 2px solid orange;
    background-color: rgb(220,220,220);
    border-radius: 8px;
    color: black;
    align-content: center;
    font-size: 130px;
    font-family: Arial, sans-serif;
    padding: 10px 26px;
}

.btn-icon-Admin-users {
    border: 2px solid orange;
    background-color: rgb(220,220,220);
    border-radius: 8px;
    color: black;
    align-content: center;
    font-size: 128px;
    font-family: Arial, sans-serif;
    /*!margin:10px 30px;*/
    padding: 10px 32px;
}



    .btn-icon-Admin-users:hover, .btn-icon-Admin:hover {
        color: rgb(11, 181, 243);
        text-decoration: none;
    }

.text-Admin {
    margin-top: 33px;
    width: 290px;
    color: white;
    font-size: 16px;
    font-weight: bolder;
    font-family: Arial, sans-serif;
}

.boxesA {
    width: 100%;
    text-align: center;
}

    .boxesA .boxA {
        display: inline-block;
    }

.leftboxA {
    float: left;
}

.rightboxA {
    float: right;
}

.tableBtn {
    margin-right: 10px;
}

.ESCheckbox {
    width: 30px;
}


.mgrid3 {
    background-color: gray;
    border: 2px solid black;
}

    .mgrid3 th {
        background-color: slategray;
        color: white;
        font-size: 18px;
        height: 6px;
    }

    .mgrid3 tr {
        background-color: white;
        height: 6px;
    }

    .mgrid3 td {
        width: 150px;
        margin: 0px 5px;
    }

.mtbx67 input[type="text"] {
    width: 150px;
    height: 100px;
    border: 4px solid red;
    border-radius: 0px;
    background-color: black;
}



.mEditTbl {
    background-color: gray;
    border: 2px solid black;
}

    .mEditTbl th {
        background-color: slategray;
        color: white;
        font-size: 14px;
        height: 6px;
    }

    .mEditTbl tr {
        background-color: white;
        height: 6px;
    }

    .mEditTbl td {
        width: 50px;
        margin: 0px 5px;
    }

    .mEditTbl input[type="text"] {
        width: 80px;
        height: 20px;
        /*//border: 4px solid red;*/
        border-radius: 0px;
        /*// background-color: black;*/
    }

.MplanCalDiv {
    background-color: white;
    height: 100%;
    overflow-x: scroll;
    width: 100%;
    padding: 10px;
}

.MplanCalCamDiv {
    background-color: white;
    height: 100%;
    width: 100%;
    padding: 10px;
}

.BigIconHeaderStyle {
    text-align: center;
    float: left;
    width: 98%;
    font-family: Arial;
    color: black;
    font-size: 56px;
    margin-top: 50px;
    font-weight: bold;
}

.PageSubHeaderStyle {
    float: left;
    width: 98%;
    font-family: Arial;
    color: white;
    font-size: 20px;
    margin-top: 0px;
    font-weight: bold;
    margin-left: 10px;
    display: flex;
}

@font-face {
    font-family: 'SinkinSans'; /*a name to be used later*/
    src: url(font-awesome-4.5.0/fonts/sinkin-sans-400-regular.otf); /*URL to font*/
}


.icontainNavBarSmall {
    overflow: hidden;
    float: left;
    width: 64px;
    margin-top: 12px;
}

.iconNavBarSmall {
    width: 60px; /*original 108px*/
    margin-top: 2px;
}



.btn-iconNavBarSmall {
    /*color: white;*/
    color:#8c8782;
    align-content: center;
    font-size: 25px;
    margin-top: 1px;
    border-radius: 3px 3px 3px 3px;
}

    .btn-iconNavBarSmall:hover {
        color: rgb(11, 181, 243);
        text-decoration: none;
    }

.textNavBarSmall {
    margin-top: 1px;
    width: 60px;
    color: white;
    font-size: 11px;
    line-height: 14px;
}

.MenuClass {
    font-size: 16px;
}

    .MenuClass a.static.highlighted {
        color: darkblue !important;
    }

    .MenuClass a.static.selected {
        color: white !important;
        background-color: #000099;
    }

.testdivStyle {
    margin-left: 1%;
    margin-right: 1%;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    background: rgba(128,128,128, .8);
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    min-height: 400px;
    height: 80%;
    /*height: 100%;*/
    width: 95%;
}
/* Tab Navigation */
.nav-tabs {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 16px;
}

    .nav-tabs > li > a {
        background: #0bb5f3;
        border: 1px solid black;
        border-radius: 0;
        padding: 4px;
    }
    /* active tab color */
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        background: #0bb5f3;
        color: white;
        border: 1px solid black;
        padding: 4px;
        text-decoration: none;
    }

/* Tab Content */
.tab-pane {
    border-radius: 0;
}

.left {
    display: block;
    float: left;
    width: 31%;
    margin: 2px;
    padding: 5px;
}

.testdivStyle {
    margin-left: 40%;
    margin-right: 1%;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    background: rgba(128,128,128, .8);
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    min-height: 400px;
    height: 100%;
    /*height: 100%;*/
    width: 100%;
}

.overlay 
{
 position: absolute;
 background-color: rgba(128,128,128, .8);
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 opacity: 0.8;
 -moz-opacity: 0.8;
 filter: alpha(opacity=80);
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 z-index: 10000;
}