﻿body {
    font-family: Arial !important;
    font-weight: lighter !important;
    font-size: 12px !important;
    
}

h1, h2, h3, h4, h5 {
    font-family: Arial !important;
    font-weight: lighter !important;
    
}

label {
    font-weight: lighter !important;
    
}


.gridHeader
{
    background-color: #666666 !important;
    color: #fff !important;
    font-weight: bold;
}

.tableheight {
    height: 300px !important;
    overflow: scroll !important;
}

.tablewidth-2 {
    width: 685px !important;
    overflow-x: scroll !important;
    overflow: auto !important;
    height: 250px !important;
}

.tablewidth-3 {
    width: 685px !important;
    overflow-x: scroll !important;
    overflow: auto !important;
    
}

.clear
{
    clear: both;
}

img {
    display: block;
    margin: 0 auto;
}

.ct_tab {
    font-size: 14px;
}
.ct_tab  a a:hover {
    font-size: 14px !important;
    color: #cccccc !important;
}
#messageBox {
    display: none;
}

#accordion a {
    font-family: Arial !important;
    font-size: 12px !important;
    text-decoration: none !important;
    color: #666666 !important;
    line-height: 20px !important;

}

li  a  {
    font-size: 14px !important;
    color: #666666 !important;
}

.ct_lastlogin {
    color: #E55500;
    font-weight: bold;
}

.centers {
    text-align: center !important;
}



.buttoncolor {
    background-color: #666666;
    color: #ffffff;
}

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
    margin-top: 50px;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #EEEEEE;
    border-top: 1px solid #cccccc;
}

.imggtlogo {
    margin-right:50px !important;
}
.txtgtlogo {
    margin-right:-400px !important;
    line-height: 55px;
    font-size: 12px;
    color: #000000 !important;
    text-align: right;
}

.imggtlogo_mobile {
    margin-right:0px !important;
}

.datepanel {
    
    color: #ffffff !important;
    background: url(../images/datepanel.png);
    
}
.ct_button_quick {
    width: 220px !important;
    margin-left: 11px;
}

.ct_button_quick-2 {
    width: 150px !important;
    margin-left: 23px;
}

.ct_divider {
    background: url(../images/divider_fast.png);
    margin-left: 11px;
}

.ct_divider-2 {
    background: url(../images/divider_fast.png);
    margin-right: -13px;
}

.padtext {
    margin-left: 0.1em !important;
    margin-bottom: -14px !important;
}
.padtext-2 {
    margin-left: 0.1em !important;
    margin-top: 10px !important;
}
.quicklinkspad {
    margin-right: -25px !important;
}

.ct_accordion {
    background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,238,238,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
    font-family: Arial !important;
    font-size: 12px !important;
    height: 45px !important;
    
    
}

.badge-success {
    background-color: forestgreen !important;
    color: #ffffff !important;
}

.ct_accordion_image {
    background: url(../images/arcodiionmarker.png);
    background-repeat: no-repeat;
    padding-right: 28px;
    padding-bottom: 28px;
    width: 28px !important;
    margin-right: 7px;
}

.tablewidth {
    width: 90px !important;
    padding: 0px !important;
}
.gradient {
  background: rgba(255,102,0,1);
background: -moz-linear-gradient(top, rgba(255,102,0,1) 0%, rgba(200,39,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,102,0,1)), color-stop(100%, rgba(200,39,0,1)));
background: -webkit-linear-gradient(top, rgba(255,102,0,1) 0%, rgba(200,39,0,1) 100%);
background: -o-linear-gradient(top, rgba(255,102,0,1) 0%, rgba(200,39,0,1) 100%);
background: -ms-linear-gradient(top, rgba(255,102,0,1) 0%, rgba(200,39,0,1) 100%);
background: linear-gradient(to bottom, rgba(255,102,0,1) 0%, rgba(200,39,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#c82700', GradientType=0 );
    color: #ffffff !important;
    height: 40px;
    line-height: 25px;
    padding: 5px;
    min-width: 80px !important;
    min-height: 20px !important;
}
.gradient_security {
    background-color: #EBEBEB;
    color: #666666 !important;
    height: 40px;
    line-height: 25px;
    padding: 5px;
    font-size: 12px;
    font-weight: lighter;
    border: 1px solid #cccccc !important;
    font-family: Arial !important;
}
 
/* IE8- CSS hack */
@media \0screen\,screen\9 {
    .gradient {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF6600",endColorstr="#C82700",GradientType=0);
    }
}
.chosen-container-single .chosen-single {
    height: 30px;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
}
.chosen-container-single .chosen-single span {
    padding-top: 2px;
}
.chosen-container-single .chosen-single div b {
    margin-top: 2px;
}
.chosen-container-active .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
    border-color: #ccc;
    border-color: rgba(82, 168, 236, .8);
    outline: 0;
    outline: thin dotted \9;
    -moz-box-shadow: 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: 0 0 8px rgba(82, 168, 236, .6)
}


.ct_btn_move_left {
    margin-left: 3em !important;
}

#accordion .panel-body a:hover {
  
    color: #E55500!important;
    font-weight: bolder !important;

}

.orangeme {
    color: #E55500!important;
}


img.svg {
    fill: #b9c9d4;
}

/*Account manager Ratting style*/

.rating-star-block .star.outline {
    /*background: url("images/star-empty-lg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    background-image: url('../images/star-empty-lg.png');
}

.rating-star-block .star.filled {
    /*background: url("images/star-fill-lg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    background-image: url('../images/star-fill-lg.jpg');
}

.rating-star-block .star {
    color: rgba(0,0,0,0);
    display: inline-block;
    height: 24px;
    overflow: hidden;
    text-indent: -999em;
    width: 24px;
}

a {
    color: #005782;
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
}

.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}

    .rate:not(:checked) > input {
        position: absolute;
        top: -9999px;
    }

    .rate:not(:checked) > label {
        float: right;
        width: 1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 30px;
        color: #ccc;
    }

        .rate:not(:checked) > label:before {
            content: '★ ';
        }

    .rate > input:checked ~ label {
        color: #ffc700;
    }

    .rate:not(:checked) > label:hover,
    .rate:not(:checked) > label:hover ~ label {
        color: #deb217;
    }

    .rate > input:checked + label:hover,
    .rate > input:checked + label:hover ~ label,
    .rate > input:checked ~ label:hover,
    .rate > input:checked ~ label:hover ~ label,
    .rate > label:hover ~ input:checked ~ label {
        color: #c59b08;
    }

.uhtranid {
    display: none;
}
