﻿.cms-content {
    word-wrap: break-word;
    max-width: 1098px;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
}

    .cms-content table tr td,
    .cms-content table tr th {
        padding: 8px !important;
    }

.userCount {
    right: 0;
    bottom: 10px;
    padding: 5px 20px;
    font-size: 10px;
    position: absolute;
}

table.ano thead tr {
    background-color: #649BD1;
    color: #fff;
    font-weight: normal;
}

    table.ano thead tr th {
        padding-top: 12px;
    }

table.ano tbody tr td {
    padding: 8px !important;
    background-color: #e5e5e5;
}

table.ano-1 tbody tr td:nth-of-type(1) {
    background-color: #649BD1;
    color: #fff;
}

table.ano-1 tbody tr td:nth-of-type(2) {
    background-color: #e5e5e5;
    text-align: center;
}

table.ano-1 tbody tr {
    border: 1px solid #fff;
    text-align: left;
}

    table.ano-1 tbody tr td {
        padding: 8px !important;
    }

table.ano-2 tbody tr,
table.ano-2 thead th {
    text-align: center;
    border: 1px solid #fff;
}

table.ano-2 tbody td {
    background-color: #e5e5e5;
}

.que-table {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 860px;
    margin-bottom: 30px;
}

    .que-table tbody tr td {
        cursor: default;
        font-size: 13px;
        padding-left: 15px !important;
        padding-right: 3px !important;
        padding-top: 8px !important;
        padding-bottom: 5px !important;
    }

        .que-table tbody tr td table tbody tr td {
            padding-left: 5px !important;
            /*padding-right:15px !important;*/
        }

    .que-table thead tr th {
        font-size: 16px;
        padding: 15px;
    }

    .que-table thead tr {
        background-color: #65D92C;
    }
/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    background-color: #03726C;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    padding-bottom: 7px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
    transition: 0.4s;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:active,
.navbar-nav > li > a:focus {
    background-color: #1E77D3;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
    background-color: #1E77D3;
}

button.accordion:after {
    content: '\002b'; /* Unicode character for "plus" sign (+) */
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212"; /* Unicode character for "minus" sign (-) */
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
}
/* Style the accordion panel. Note: hidden by default */
div.panel {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

    div.panel ul.list-group {
        padding: 0;
        background-color: #fff;
    }

        div.panel ul.list-group .list-group-item {
            padding: 10px;
            padding-bottom: 7px;
        }

        div.panel ul.list-group .list-group-item {
            transition: 0.4s;
            border-bottom: 1px solid #CACACA;
            margin: 0;
        }

            div.panel ul.list-group .list-group-item a {
                display: block;
                color: #222;
            }

            div.panel ul.list-group .list-group-item:hover {
                background-color: #E3E3E3;
            }

.tpHeaderArea {
    /*height: 80px;*/
    background-color: #225792;
    margin-left: 0px;
    vertical-align: middle;
    color: white;
    font-size: 24px;
    width: 100%;
    padding: 18px 15px 15px 15px;
}

    .tpHeaderArea label {
        margin-bottom: 0;
    }

input,
select {
    margin-bottom: 5px;
}

#typePMArea span,
#typeDArea span {
    padding-left: 5px;
}

#typePMArea table tr td,
#typeDArea table tr td {
    vertical-align: top;
}

.captChaTextB {
    margin-top: -80px;
    position: absolute;
    width: 200px;
}

#divTapContents h3 {
    margin-top: 30px;
}

h3, .h3 {
    font-size: 20px;
}

.tabColor {
    font-size: 12px;
}

.tab-content {
    background-color: #E3E3E3;
    padding: 30px;
}

.nav-tabs > li.active > a {
    background-color: #E3E3E3;
}

.nav-tabs > li > a {
    color: #fff;
    border-radius: 0;
}

    .nav-tabs > li > a:hover,
    .nav-tabs > li > a:focus,
    .nav-tabs > li > a:active {
        background-color: #E3E3E3;
    }

.nav-tabs > li {
    background-color: #CACACA;
    color: #fff;
}

#menuItems {
    max-width: 288px;
}

#menuSideArea,
#menuArea,
#footerArea,
.body-content {
    border-top: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    background-color: #fff;
    margin-top: 10px;
    width: 100%;
    padding: 10px;
    padding-bottom: 0;
}

#footerArea {
    position: relative;
}

.border-bottom {
    border-bottom: 1px solid #cdcdcd !important;
}

#menuArea ul li a,
#menuArea ul li a span {
    color: #fff;
}

.captcha {
    position: relative;
}

    .captcha .captChaImagB {
        margin-top: -20px;
        border-radius: 5px;
        border: 1px solid #ccc;
        width: 100%;
    }

    .captcha input {
        width: 100%;
    }

    .captcha .aRefla {
        position: absolute;
        top: 55px;
        right: -20px;
    }

.captcha-error {
    margin-top: -15px;
}

#checkArea {
    margin-top: 15px;
}

    #checkArea table {
        margin: 0 auto;
    }

        #checkArea table tr td {
            vertical-align: top;
        }

    #checkArea .er-message {
        padding-bottom: 13px;
    }

#checkArea {
    padding: 0 15px;
}

#menuArea ul li a span {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

#menuArea {
    overflow: unset;
}

    #menuArea td {
    }

.formatDate {
    position: relative;
}

    .formatDate img.ui-datepicker-trigger {
        position: absolute;
        right: 0;
        top: 0;
        margin: 8px;
        width: 20px;
    }

.list-group li:last-child {
    margin-bottom: 0;
}

.tab-content table tbody tr td {
    padding: 10px !important;
}

.headerMenu {
    padding: 5px 10px;
    background-color: #225792;
    line-height: 1.7;
    font-size: 15px;
    cursor: pointer;
    /*width: 278px;*/
    color: #fff;
    border-bottom-left-radius: 0px;
    transition: 0.4s;
    border-bottom-right-radius: 0px;
}

.bg-1e9 {
    background-color: #1E90FF;
}

.color-white {
    color: #fff;
}

a.headerMenu:hover,
a.headerMenu:focus,
.headerMenu:hover,
.headerMenu:focus {
    text-decoration: none;
    background-color: #1E77D3;
}

.menu-content table tbody tr td {
    padding: 0;
    border-top: none;
}

.menu-content #preview table {
    margin-bottom: 0;
}

    .menu-content #preview table tbody tr td {
        /*padding:8px;*/
        vertical-align: top;
    }

#footerArea {
    background-color: #225792;
    border: none;
    color: #fff;
    padding-bottom: 10px;
    font-weight: 300;
}

    #footerArea address {
        line-height: 1.6;
        padding-top: 10px;
        margin-bottom: 0;
    }

        #footerArea address a {
            color: #fff;
        }

        #footerArea address span {
            display: block;
        }

    #footerArea .b {
        font-weight: 400;
        font-size: 16px;
    }

#logoFooter {
    padding-right: 30px;
    width: 160px;
    padding-left: 15px;
}
