﻿body {
    /*background-image: url('../images/toptobottom.png');*/
    background-repeat: repeat-x;
    font-family: verdana,helvetica,arial,sans-serif;
    font-size: 11px;
    background-color:#ffffff;
    margin-top:10px;
}

.clear {
    clear: both;
}

.center {
    width: 1000px;
    margin: 0 auto;
}

.logo {
    float: left;
    height: 38px;
    margin-right: 10px;
}

.logotext {
    overflow: hidden;
    color: rgb(113, 113, 113);
    font-size: 39px;
    font-family: Impact, fantasy;
    font-weight: bold;
    position: relative;
    top: -4px;
    float: left;
}

.topboxin {
    background-color: #0063a5 !important;
    color: #FFFFFF;
    width: 100%;
    font-size: 13px;
    cursor: pointer;
    height: 40px;
    padding-top: 3px;
}

.menu {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    color: #fff;
}

.mainmenudv {
    background-color: #CC0000;
    height: 32px;
    border-radius: 5px 5px 0 0;
    float: left;
}

.menubg {
    width: 100%;
    background-color: #006699;
    height: 28px;
    float: left;
}

    .menubg .li {
        background-color: rgba(0, 0, 0, 0);
        float: left;
        width: 157px;
        text-decoration: none;
        color: #FFFFFF;
        border-right: 1px solid #BABABA;
        font-size: 12px;
        height: 21px;
        padding-top: 7px;
        cursor: pointer;
        text-align: center;
        cursor: pointer;
        font-weight: bold;
    }

        .menubg .li:hover {
            background-color: Gray;
        }

.li a {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    height: 100%;
}

.menubg .active {
    background-color: #000;
}

.lilast {
    border-right: none;
    width: auto;
    list-style: none;
}

.logout {
    float: right;
    position: relative;
    right: -35px;
}

.content {
    border-color: rgb(113, 113, 113);
    border-style: none;
    border-width: 0px;
    border-radius: 0px 0px 5px 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    height: 100%;
}

.req {
    overflow: hidden;
    color: rgb(255, 0, 0);
    font-size: 10px;
    width: 99%;
    height: 100%;
}

.validate {
    color: #FF0000;
}

.dll {
    width: 225px;
    background-origin: border-box;
    color: #333333; 
    cursor: pointer;
    padding: 0;
    height: 26px;
    border: 1px solid #a9a9a9;
}

.dlla {
    width: 180px;
    background-origin: border-box;
    color: #333333; 
    cursor: pointer;
    padding: 0;
}

.btnblue {
    background-color: #006699;
    border-color: #d0d0d0;
    border-radius: 3px;
    border-style: none;
    border-width: 0;
    color: #ffffff;
    font-family: 'verdana',Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    height: 28px;
    padding: 3px 20px;
    white-space: pre-wrap;
    cursor: pointer;
}

    .btnblue:hover {
        background-color: rgb(208, 208, 208);
    }

.ads {
    overflow: hidden;
    color: #006699;
    font-size: 11px;
    font-weight: bold;
}

.tab {
    color: rgb(51, 51, 51);
    text-decoration: none;
    border-color: rgb(186, 186, 186);
    border-style: solid;
    border-width: 1px 1px 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #FFF;
    text-align: center;
    margin-left: 5px;
    width: 120px;
    height: 20px;
    float: left;
    padding-top: 5px;
    top: 4px;
    position: relative;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
}

    .tab:hover {
        background-color: #eaeaea;
        color: rgb(51, 51, 51);
    }

.tabSelected {
    color: White;
    background-color: #717171;
    font-weight: bold;
}

.tab a {
    text-decoration: none;
    color: rgb(51, 51, 51);
}

.tab1 {
    color: rgb(51, 51, 51);
    text-decoration: none;
    border-color: rgb(186, 186, 186);
    border-style: solid;
    border-width: 1px 1px 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #EAEAEA;
    text-align: center;
    margin-left: 5px;
    width: 120px;
    height: 20px;
    float: left;
    padding-top: 5px;
    top: 4px;
    position: relative;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
}

    .tab1:hover {
        background-color: #F1F1F1;
        color: rgb(51, 51, 51);
    }

.tabSelected1 {
    background-color: #F1F1F1;
}

.tab1 a {
    text-decoration: none;
    color: rgb(51, 51, 51);
}

.tabactive {
    font-weight: bold;
    background-color: #fff;
}

.tabDraft {
    color: #000;
    text-decoration: none;
    border-color: rgb(186, 186, 186);
    border-style: solid;
    border-width: 1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #fff;
    text-align: center;
    margin-left: 5px;
    width: 150px;
    height: 20px;
    float: left;
    padding-top: 5px;
    top: 2px;
    position: relative;
}

    .tabDraft a {
        text-decoration: none;
        color: #fff;
    }

.tabblue {
    background-color: #006699;
    border-color: rgb(186, 186, 186);
    border-radius: 5px 5px 0 0;
    border-style: solid;
    border-width: 1px 1px 0;
    color: #fff;
    float: left;
    height: 20px;
    margin-left: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: 2px;
}

    .tabblue a {
        text-decoration: none;
        color: #fff;
    }

.tabblueactive {
    font-weight: bold;
    background-color: #717171;
    color: #FFF;
}

.hidden {
    border: 1px solid #BABABA;
    border-top: none;
    display: none;
}

.printbtn {
    background-image: url("../images/print.png");
    background-repeat: no-repeat;
    float: right;
    width: 85px;
    height: 22px;
    margin-top: 1px;
    background-size: 25% auto;
}

.bulletinbtn {
    background-color: #f1f1f1;
    border: 1px solid #bababa;
    border-radius: 3px;
    color: #000000;
    cursor: pointer;
    font-family: Verdana;
    font-size: 11px;
    height: 25px;
    margin-bottom: 2px;
    text-align: center;
}

    .bulletinbtn:hover {
        background-color: #DDD7D7;
    }

.grid {
    text-align: left;
    width: 100%;
    font-family: verdana,helvetica,arial,sans-serif;
    cursor: pointer;
}

    .grid > tbody > tr:first-child > td {
        border-left: 1px solid #FFF;
        border-right: 1px solid #FFF;
    }

    .grid > tbody > tr:last-child > td[colspan][colspan!=1] {
        border-left: 1px solid #FFF;
        border-right: 1px solid #FFF;
        border-top: 1px solid #BABABA;
    }

    .grid tr th:first-child {
        border-left: 1px solid #BABABA;
    }

    .grid tr td:first-child {
        border-left: 1px solid #BABABA;
    }

    .grid tr:nth-child(2n) {
        background: none repeat scroll 0 0 #F1F1F1;
    }

    .grid tr:last-child {
        border-bottom: 1px solid #BABABA;
    }

    .grid tr:hover {
        background: none repeat scroll 0 0 #919191;
    }

.th1 {
    background-color: #e7edf1;
    border-bottom: 1px solid #BABABA;
    border-right: none;
    border-top: 1px solid #BABABA;
    font-weight: bold;
    height: 28px;
    padding: 0 0 0 5px;
    text-align: left;
    font-size: 10px;
}

.thBorderRight {
    border-right: 1px solid #BABABA !important;
}

.th2 {
    background-color: #ececec;
    border-bottom: 1px solid #BABABA;
    border-right: none;
    border-top: 1px solid #BABABA;
    font-weight: bold;
    height: 28px;
    padding: 0 0 0 5px;
    text-align: left;
    font-size: 10px;
}

.th3 {
    background-color: #fff;
    border-bottom: 1px solid #BABABA;
    border-right: none;
    border-top: 1px solid #BABABA;
    font-weight: bold;
    height: 28px;
    padding: 0 0 0 5px;
    text-align: left;
    font-size: 10px;
}

.th4 {
    background-color: #5D5D5D;
    border: 1px solid #BABABA;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    overflow: hidden;
    padding: 0 0 0 5px;
    text-align: left;
    font-size: 10px;
}

.th6 {
    background-color: #5D5D5D;
    border: 1px solid #BABABA;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    overflow: hidden;
    padding: 0 0 0 5px;
    text-align: left;
}

.grid tr td {
    border-right: 1px solid #BABABA;
    color: #333333;
    font-size: 10px;
    padding: 6px;
}


.pagingTEST {
    border-top: 1px solid rgb(212, 212, 212);
}

.pagingTEST td table {
    border: 1px solid rgb(212, 212, 212);
    border-radius: 4px;
    float: right;
    margin: 5px;
    border-spacing: 0px;
}

.pagingTEST td table tr:hover {
    background-color: transparent;
}

.pagingTEST td table tr td {
    padding: 3px;
    cursor: pointer;
}

.pagingTEST td table tr td {
    text-decoration: none;
    padding: 5px;
    min-width: 44px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
}

.pagingTEST td table tr td a {
    text-decoration: none;
    color: #006699;
}

.pagingTEST td table tr td:hover {
    background-color: #BABABA;
}

.pagingTEST td {
    padding:0 !important;
}


.link {
    text-decoration: none;
    color: #006699;
    font-size: 12px;
    white-space: pre;
}

.btnred_reset {
    float: left !important;
    font-size: 10px !important;
    padding: 3px 10px !important;
    height: 28px !important;
}

.btnred {
    background-color: #B20000;
    border-color: #D0D0D0;
    border-radius: 3px;
    border-style: none;
    border-width: 0;
    color: #FFFFFF;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    height: 25px;
    padding: 3px 20px;
    white-space: pre-wrap;
    cursor: pointer;
}

    .btnred:hover {
        background-color: #D0D0D0;
        border-color: #E9E9E9;
        border-radius: 3px;
        border-style: outset;
    }


.bulletintitle {
    border-bottom: 1px solid #BABABA;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 10px;
    text-align: left;
}

.bulletinbox {
    background-color: #BBD5E2;
    padding: 10px;
}

.td {
    background-color: #BBD6E3;
}

.reqcreate {
    color: #FF0000;
    font-size: 16px;
    height: 100%;
    overflow: hidden;
    text-align: right;
}

.toptitle {
    background-color: #006699;
    color: #FFF;
    padding: 8px 0 8px 10px;
    font-size: 14px;
    font-weight: bold;
}

.toptitle1 {
    background-color: #006699;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
}

.tbldetailadd {
    margin: 0px auto;
    width: 75%;
}

    .tbldetailadd tr th {
        color: rgb(51, 51, 51);
        font-size: 13px;
        font-weight: bold;
        text-align: left;
        height: 23px;
        padding: 4px;
    }

    .tbldetailadd tr td {
        height: 20px;
        padding: 4px;
        text-align: left;
        color: rgba(51, 51, 51, 0.498039);
        font-size: 12px;
        font-weight: normal;
        text-align: left;
    }

.txtfst {
    width: 420px;
}

.txtscnd {
    width: 200px;
}

.boxlable {
    color: rgb(51, 51, 51);
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}

.boxlabletext {
    color: rgb(51, 51, 51);
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    text-align: left;
}

.tbldetail {
    width: 100%;
}

    .tbldetail tr th {
        
        background-color: #e7edf1 !important;
        color: rgb(51, 51, 51) !important;
        font-size: 11px !important;
        font-weight: bold !important;
        text-align: left !important;
        height: 23px !important;
        padding: 10px !important;
        text-transform: uppercase;
    }

    .tbldetail tr td {
        height: 20px !important;
        padding: 4px !important;
        text-align: left !important;
        color: #333 !important;
        font-size: 12px !important;
        font-weight: normal !important;
        text-align: left !important;
        border: none !important
        
    }

.modalPopup {
    background-color: #fff;
    border: 3px solid #ccc;
    width: 70%;
    height: 564px;
}

.AddAccountHeader {
    background-color: #BBD8E6;
    height: 30px;
    padding: 5px;
    font-family: Verdana;
}

    .AddAccountHeader span {
        margin: 5px 0 5px 10px;
        font-size: 20px;
        font-weight: bold;
    }

    .AddAccountHeader a {
        color: #0c7faa;
        float: right;
        font-size: 17px;
        margin: 4px;
        cursor: pointer;
    }

.feeDetail {
    margin: 8px 5px 0 5px;
    background-color: #FFFD95;
    height: 40px;
    font-size: 15px;
    padding-left: 10px;
    font-weight: bold;
}

.btnBlue {
    background-color: #00679a;
    border-radius: 3px;
    border-style: none;
    color: #edf5f8;
    float: right;
    font-size: 14px;
    height: 25px;
    width: 150px;
    cursor: pointer;
}

.PopUptabblue {
    color: Black;
    text-decoration: none;
    border-color: rgb(186, 186, 186);
    border-style: solid;
    border-width: 2px 2px 0px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #f1f1f1;
    text-align: center;
    margin-left: 5px;
    width: 200px;
    height: 20px;
    float: left;
    padding-top: 5px;
    top: 2px;
    position: relative;
    font-size: 12px;
}

    .PopUptabblue a {
        text-decoration: none;
        color: Black;
    }

.tabblueactivePopUp {
    font-weight: bold;
    background-color: White;
    border-bottom-color: White;
    color: Black;
    height: 22px;
}

.accountInfoTextBox {
    border: 2px solid #bababa;
}

.divGrey {
    padding: 5px 10px 5px 5px;
    background-color: #F1F1F1;
}

.btnGrey {
    background-color: #717171;
    border-radius: 3px;
    border-style: none;
    font-size: 14px;
    color: White;
    height: 30px;
    width: 80px;
    cursor: pointer;
}

.rbtnIntfrUnkown input[type='radio'], .rbtnIntfrYes input[type='radio'], .rbtnIntfrNo input[type='radio'] {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid darkgray;
    border-radius: 50%;
    outline: none;
    margin-bottom: -2px;    
}

    .rbtnIntfrUnkown input[type='radio']:hover, .rbtnIntfrYes input[type='radio']:hover, .rbtnIntfrNo input[type='radio']:hover {
        
    }

    .rbtnIntfrUnkown input[type='radio']:before, .rbtnIntfrYes input[type='radio']:before, .rbtnIntfrNo input[type='radio']:before {
        content: '';
        display: block;
        width: 50%;
        height: 50%;
        margin: -10% -1%;
        border-radius: 50%;
    }

    .rbtnIntfrNo input[type='radio']:checked:before {
        border: 5px solid green;
        
    }

    .rbtnIntfrYes input[type='radio']:checked:before {
        border: 5px solid red;
        
    }

    .rbtnIntfrUnkown input[type='radio']:checked:before {
        border: 5px solid yellow;
        
    }

.clsCursor {
    cursor:pointer;
}

.ClsChkWidth {
    width:200px !important;
}

.ClsRemoveWrap {
    flex-wrap: nowrap;
}
.btnSpecificationblue {
    background-color: #0063a5;
    border-color: #0063a5;
    /*border-radius: 3px;*/
    border-style: none;
    border-width: 0;
    color: #ffffff;
    /*font-family: 'verdana', Helvetica, Arial, sans-serif;*/
    /*font-size: 11px;*/
    font-style: normal;
    font-weight: normal;
    height: 28px;
    padding: 3px 20px;
    white-space: pre-wrap;
    cursor: pointer;
}
.mobboxlableUser {
    padding-bottom: 6px;
    display: inline-block;
}
.imgSpecificationReq {
    width:18px;
    height:18px;
}
@media (min-width: 1200px) {
    .container {
        /*max-width: 1140px;*/
        max-width: 95% !important;
    }
}