.page.selected a, .page.selected span{
    background-color: #ccc;
}

.inBlock {
    display: inline-block !important;
}

.mt-10 {
    margin-top: 10px;
}

.grid-view thead tr:first-child th{
    background-color: #f9f9f9;
}

#content table.detail-view tr.odd {
    /*background: #f9f9f9;*/
}

.span-5 {
    width: auto;
}

.disNone {
    display: none;
}

.createC3 li{
    list-style: none;
    padding: 0;
}

.cbtnLink a{
    color: #fff;
    display: block;
    padding: 10px 20px;
}

.cbtnLink a:hover{
    color: #fff;
    text-decoration: none;
}

.btn.btn-custom {
    background-image: -webkit-linear-gradient(top,#5bc0de 0,#244650 100%);
    background-image: -o-linear-gradient(top,#244650 0,#2aabd2 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#244650),to(#2aabd2));
    background-image: linear-gradient(to bottom,#244650 0,#2aabd2 100%);
    background-repeat: repeat-x;
    border-color: #28a4c9;
    background-color: #5bc0de;
    margin-bottom: 10px;
}

.btn.btn-custom:hover {
    background-image: -webkit-linear-gradient(top,#5bc0de 0,#5bc0de 100%);
    background-image: -o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));
    background-image: linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);
    background-color: #5bc0de;
}

/*.langUrlBase {
    visibility: hidden;
    position: absolute;
    top: -99999px;
}*/

.langUrlBase li{
    list-style: none;
}

.mb-15 {
    margin-bottom: 15px;
}

.customBody p strong {
    font-size: 18px;
    margin: 15px;
}

.customBody p {
    font-size: 16px;
}

.customBody u {
    text-decoration: none;
}

.wickedpicker {
    direction: ltr;
}

.ltr {
    text-align: right;
    direction: ltr;
}

@media print {
    #sidebar, .breadcrumbs {
        display: none;
    }
}

.full-col-table{
    text-overflow: ellipsis; 
    overflow: hidden; 
    white-space:nowrap;
}

.mb-30 {
    margin-bottom: 30px;
}

.center-block-custom {
    margin: 0 auto;
    float: none !important;
}

#InvForm {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

.smallBookName {
    font-size: 12px;
    margin-top: 10px;
    display: block;
}

#page {
    max-width: 1170px;
}

.navbar-brand {
    padding-left: 0px;
    padding-right: 0px;
}

.text-wrap {
    white-space: inherit !important;
}

#ui-id-1 {
    z-index: 9999 !important;
}

.container-fluid .navbar-inverse {
    background-image: -webkit-linear-gradient(top,#0c4da2 0,#072b5a 100%);
    border-color: #072b5a;
}

.container-fluid .navbar-inverse .navbar-nav>.active>a,.container-fluid .navbar-inverse .navbar-nav>.active>a:focus,.container-fluid .navbar-inverse .navbar-nav>.active>a:hover {
    background-image: -webkit-linear-gradient(top,#0c4da2 0,#0f0f0f 100%);
}

#header {
    display: block;
    overflow: hidden;
    width: 100%;
    background: #fff;
    padding: 16px 0 0;
}

#page-wrapper {
    background: #d9d9d9;
}

#page-title {
    padding: 15px 30px;
    background: url('/images/headerImage.png?ver=1.0') no-repeat right center #430F68;
    min-height: 182px;
}

#title {
    color: #ffffff;
    font-size: 44px;
    margin-top: 50px;
    max-width: 60%;
}

#content {
padding: 20px;
/*margin-bottom: 30px;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#274f6b+0,2a5473+14,427aad+100 */
background: #430F68; /* Old browsers */
background: -moz-linear-gradient(top, #430F68 0%, #430F68 14%, #430F68 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #430F68 0%, #430F68 14%, #430F68 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #430F68 0%, #430F68 14%, #430F68 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#430F68', endColorstr='#430F68',GradientType=0 ); /* IE6-9 */
}

.langUrlBase {
    margin: 20px 0px;
    width: 150px;
}

a .logo {
    display: inline-block;
}

.title-hint {
    color: #1c3f95;
    padding-bottom:20px;
    opacity: 0.7;
    font-weight: 600;
}

#content-wrapper {
    background: #fff;
    padding: 20px 15px;
}

.mb-40 {
    margin-bottom: 40px;
}

.btnStyle {
    color: #fff;
    font-size: 14px;
    border: 1px solid #430F68 !important;
    background: #430F68 !important; /* Old browsers */
    background: -moz-linear-gradient(top, #430F68 0%, #430F68 14%, #430F68 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #430F68 0%, #430F68 14%, #430F68 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #430F68 0%, #430F68 14%, #430F68 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#430F68', endColorstr='#430F68',GradientType=0 ) !important;
}

.btn.btnStyle:hover {
    background: #A384D1 !important; /* Old browsers */
    background: -moz-linear-gradient(top, #A384D1 0%, #A384D1 14%, #A384D1 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #A384D1 0%, #A384D1 14%, #A384D1 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #A384D1 0%, #A384D1 14%, #A384D1 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A384D1', endColorstr='#A384D1',GradientType=0 ) !important;
}

.fa {
    font-family: FontAwesome !important;
}

.no-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.mt-15 {
    margin-top: 15px;
}

.uppder-footer {
    height: 35px;
/*    background: url(../images/footerArrow.png) no-repeat #fff;*/
    background: #fff;
    width: 100%;
}

#footer {
    min-height: 70px;
    text-align: center;
    padding-top: 12px;
    background: #430F68; /* Old browsers */
    background: -moz-linear-gradient(top, #430F68 0%, #430F68 14%, #430F68 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #430F68 0%, #430F68 14%, #430F68 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #430F68 0%, #430F68 14%, #430F68 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac0d36', endColorstr='#ea1c25',GradientType=0 ); /* IE6-9 */
}

.errorMessage {
    color: red;
}

.no-mar-tb{
    margin-top: 0px !important;
}

.no-mar-btm{
    margin-bottom: 0px !important;
}

.no-padd-tb{
    padding-top: 0px !important;
}

.no-padd-btm{
    padding-bottom: 0px !important;
}

.cfixedTable table tr td:first-child {
    width: 300px;
}

.active-clmn {
    color: #3b9def;
}

.expired-clmn {
    color: #ef3d3b;
}

.mt-60-mea {
    margin-top: 60%;
}

#myCarousel {
    -webkit-box-shadow: -1px 10px 13px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 10px 13px -8px rgba(0,0,0,0.75);
    box-shadow: -1px 10px 13px -8px rgba(0,0,0,0.75);
}

.downloadSourcePage .thumb {
    border: 0;
}

.marginAuto {
    margin-right: auto !important;
    margin-left: auto !important;
    float: none !important;
}

.lableDownload {
    background: #1c48ea; /* Old browsers */
    background: -moz-linear-gradient(top,  #1c48ea 63%, #1c48ea 94%, #1c48ea 96%, #1c48ea 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #1c48ea 63%, #1c48ea 94%, #1c48ea 96%, #1c48ea 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1c48ea 63%, #1c48ea 94%, #1c48ea 96%, #1c48ea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c48ea', endColorstr='#1c48ea',GradientType=0 ); /* IE6-9 */
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    border-radius: 7px;
}

.lableDownload i {
    margin-top: 5px;
}

.mt-mb-4 {
    margin: 4px 0;
}

.downloadLinkText{
    font-weight: bold;
    color: black;
}

.downloadAncur {
    display: block;
    margin: 2px 0px;
}

.downloadAncur:hover {
    text-decoration: none !important;
}

.downloadAncur *:hover {
    color: #284660;
}

.minimum-menu-wrapper {
    margin: 27px 2% 0;
}

.minimum-menu li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}

.carousel-inner img{
    width: 100%;
    max-height: 215px;
}