body {
    color: #000
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto
}

.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px
}

.form-signin .checkbox {
    font-weight: 400
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.form-signin .form-control:focus {
    z-index: 2
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.account-wall {
    margin-top: 20px;
    padding: 40px 0 20px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3)
}

.login-title {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block
}

.profile-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.need-help {
    margin-top: 10px
}

.new-account {
    display: block;
    margin-top: 10px
}

.span12 {
    width: 100% !important
}

.btn {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #033869 !important;
    background-image: linear-gradient(to bottom, #033869, #033869)
}

.form-signin .span12 {
    margin: 10px 0 !important
}

#ctfFooter {
    text-align: center
}

#ctfFooter ul {
    display: inline-block;
    padding-left: 0
}

#ctfFooter ul li {
    display: inline-block;
    padding: 10px;
    font-size: 85% !important
}

.lastUpdated {
    float: right !important;
    font-size: 11px !important;
    color: #081c57 !important
}

.container h4 {
    /*color: #081C57;*/
    font-size: 120% !important
}

input[type=submit], input[type=reset] {
    width: 145px;
    font-size: 75% !important;
    height: 45px;
    text-transform: uppercase;
    padding: 10px;
    margin-bottom: 10px;
}

input[type=button] {
    min-width: 145px !important;
    font-size: 75%;
    height: 45px;
    text-transform: uppercase;
    padding: 10px;
    margin-bottom: 10px;
}

.generateBtn, .reportBtn {
    width: 163px !important;
    font-size: 75%;
    height: 45px;
    text-transform: uppercase;
    padding: 10px
}

.paddedTop {
    font-size: 75%;
    padding-top: 5px
}

.custom-tooltip {
    color: #fff;
    background: #000;
    font-size: 75%
}

#main-content .navbar .nav {
    margin: 0;
    padding: 0;
    background: #fff;
    position: relative;
    z-index: 200;
}

#main-content .navbar-collapse {

    position: relative;
    z-index: 199;
    background: #fff;

}

a {
    color: #1204d6;
    text-decoration: none
}

@media (min-width: 980px) {
    .brand {
        cursor: pointer;
        display: none !important
    }

    #mainForm .span8 {
        width: 60% !important;
    }
}

.paddedP {
    margin: 5px 5px 0 0;
    color: #000
}

.table1 td:first-child {
    font-weight: 700;
    width: 50%
}

.multiline {
    width: 100% !important;
    height: auto;
    padding: 10px;
    margin-bottom: 20px
}

button[type=submit], button[type=reset] {
    font-size: 75% !important
}

select {
    margin-bottom: 20px;
    width: 93%
}

textarea {
    width: 90%
}

.tooltip {
    position: relative;
    z-index: 130;
    display: block;
    padding: 1px;
    font-size: 11px;
    opacity: 1;
    visibility: visible;
    word-break: normal;
}

table.dataTable tr td:nth-child(4) {
    width: 10% !important;
    vertical-align: top;
}

form {
    margin: 0
}

#mainForm h4 {
    margin-top: 0;
    margin-bottom: 1px
}

select {
    margin-bottom: 15px;
    width: 93%
}

.centered {
    margin: auto
}

.selectDistTable th /*, .selectDistTable td */
{
    border-top: none !important;
}

.selectDistTable tr td:first-child {
    text-align: right !important;
}

table.dataTable th:first-child, table.dataTable td:first-child {
    width: 10%
}

.well-small {
    padding: 19px;
}

.even {
    background-color: #F5F5F5 !important;
}

.ctf-nav a {
    float: none;
    padding: 10px 10px;
    color: #004785 !important;
    text-decoration: none;

}

@media screen and (min-width: 996px) {
    /* ADDED STYLE TWEAKS TO FIX STYLE ISSUE*/
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 100% !important;
    }

    /* .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
         width: 100%;
     }*/
    #mcauser_cont1 {
        width: auto;
        margin-left: 24px;
    }

    #mcauser1 {
        float: none !important;
        width: auto !important;
    }

    #mcaw2 {
        background: none;

    }
}

@media screen and (max-width: 995px) and (min-width: 800px) {
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 100% !important;
    }
}

@media screen and (max-width: 799px) {
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 100% !important;
    }

    .dataTables {
        width: 100% !important;
    }
}

@media screen and (min-width: 780px) {
    .tableCell {
        margin-top: 18%;
    }
}

/*adding custom style for rating table */

table.ratingTable thead th {
    height: 30px;
    background-color: #033869 !important;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

table.ratingTable tbody td {
    font-size: 12px;
}

input[type="checkbox"] {
    height: 25px;
    width: 25px;
}

.ctf-nav {
    margin-top: 10px;
    background: #FFF;
    border-top: 1px #e7e7e7 solid;
    border-bottom: 1px #e7e7e7 solid;
}

.ctf-nav ul {
    margin-top: 10px !important;
}

a.btn-primary {
    color: #fff !important;
}

input[type=file] {
    display: block;
    width: 100%;
    height:48px;
}

.ctfImage img {
    width: 100%;
    min-height: 330px;
}

#comments input.btn.btn-primary.btn-lg {
    max-width: 200px !important;
}

@media (max-width: 991px) {
    /*Devices*/
    .navbar-fixed-top {
        margin-bottom: 0px;
        height: 82px;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .ctf-nav .navbar-nav > li > a {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        font-size: 85% !important;
    }

    .ctf-nav .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 6px !important;
    }

}

.brand {
    display: none;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 12px;
    line-height: 1.3333333;
    border-radius: 6px;
    margin-bottom: 10px;
}

.login-title, .lastUpdated {
    display: none;
}
/*
/* Additional styles Courtesy of Shweta Raj
*/
*/
    .aodd{
        background-color: #f1f1f1!important;;
    }

    a.aodd{
        background-color: #f1f1f1!important;;
    }
    
    .aeven{
        background-color: #e6e6e8!important;;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        min-width: 300px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    .dropdown-content a {
        padding: 12px 16px;
        display: block;
    }

    .dropdown-content a:hover {
        background-color: #fff!important;;
    }

    .dropdown:hover .dropdown-content {
        display: block;
    }
	
	.tooltip1 {
        position: relative;
        display: inline-block;
        color: #004785;
        font-size: 16px;
        font-family: 'Open Sans', sans-serif !important;
    }

    .tooltiptext {
        visibility: hidden;
        background-color: #f5f5f5;
        color: #000000;
        text-align: center;
        border: 1px solid #cccccc;
        border-radius: 6px;
        padding: 5px 0;
        font-size: 11px;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        opacity: 0;
        transition: opacity 1s;
    }

    .tooltiptext1 {
        width: 400px;
        top: -100px;
        left: 110%;
    }

    .tooltiptext2 {
        width: 250px;
        top: -4px;
        left: 110%;
    }

    .tooltip1:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

    .tooltip2:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }
	
    .dropdown-content1 {
        display: none;
        position: relative;
        left: 300px;
        top: -58px;
        min-width: 300px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    .dropdown-content1 a {
        padding: 12px 16px;
        display: block;
    }

    .dropdown-content1 a:hover {
        background-color: #fff !important;;
    }

    .dropdown1:hover .dropdown-content1 {
        display: block;
    }