@font-face {
    font-family: open_sansbold;
    src: url(../fonts/opensans-bold-webfont.eot);
    src: url(../fonts/opensans-bold-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/opensans-bold-webfont.woff) format('woff'),url(../fonts/opensans-bold-webfont.ttf) format('truetype'),url(../fonts/opensans-bold-webfont.svg#open_sansbold) format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: open_sanssemibold;
    src: url(../fonts/opensans-semibold-webfont.eot);
    src: url(../fonts/opensans-semibold-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/opensans-semibold-webfont.woff) format('woff'),url(../fonts/opensans-semibold-webfont.ttf) format('truetype'),url(../fonts/opensans-semibold-webfont.svg#open_sanssemibold) format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: open_sanslight;
    src: url(../fonts/opensans-light-webfont.eot);
    src: url(../fonts/opensans-light-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/opensans-light-webfont.woff) format('woff'),url(../fonts/opensans-light-webfont.ttf) format('truetype'),url(../fonts/opensans-light-webfont.svg#open_sanslight) format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: open_sansregular;
    src: url(../fonts/opensans-regular-webfont.eot);
    src: url(../fonts/opensans-regular-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/opensans-regular-webfont.woff) format('woff'),url(../fonts/opensans-regular-webfont.ttf) format('truetype'),url(../fonts/opensans-regular-webfont.svg#open_sansregular) format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: nevis_web;
    src: url(../fonts/nevis.eot);
    src: local('☺'),url(../fonts/nevis.woff) format('woff'),url(../fonts/nevis.otf) format('opentype'),url(../fonts/nevis.ttf) format('truetype'),url(../fonts/nevis.svg) format('svg');
    font-weight: 400;
    font-style: normal;
}
html
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'open_sansregular',sans-serif!important;
    min-height: 100%; 
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0px !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    border: 0px !important;
}

body
{
    background: url('../../Resource/Images/bg_texture.jpg') 0 0 repeat;
    margin: 0 auto;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.fixedDiv {
    width:20px !important; 
}

form {
    width: 1280px;
    margin: 0 auto;
}

/*This class is to fix ADA Compliance related issue.*/
.cls-h3-header-css {   
    font-size: 1.17em !important;
    margin-top: 1em !important;
    margin-bottom: 1em !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-weight: 400 !important;
    font-family: 'open_sanssemibold' !important;
    text-transform: none !important;
}

h1
{
    font-family: 'nevis_web',sans-serif!important;
    font-size: 2.1em;
    margin-top: 5px;
    color: #10276d;
    white-space: nowrap;
    text-transform: capitalize;
}

h4
{
    margin-top: 0;
    color: #e6a61c;
    font-size: 1.7em;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

    h4 small
    {
        color: #e6a61c;
    }

a
{
    color: #003370;

}
a img { 
	border: none;
}

p
{
    margin: 0;
}

a:hover, a:focus 
{
    color: #3e3e3e !important;
    text-decoration: none !important;
    /* cursor: pointer!important;*/
    outline: none;    
}

.gridhyperlink a:focus {
    font-weight: bold;
}

.gridhyperlink a:hover {
    font-weight: bold;
}

.clear
{
    margin: 20px auto;
}

section, .container
{
    padding: 0;
}

.right
{
    float: right;
    margin-right: 0;
    padding-right: 0;
}

.left
{
    float: left;
    margin-left: 0;
    padding-left: 0;
}

.pull-left
{
    float: left;
}

.pull-right
{
    float: right;
}

ul, ol
{
    margin-top: 0;
    margin-bottom: 10px;
}

#heading h1, #heading p
{
    margin-left: -15px;
    white-space: nowrap;
}

#wrapper
{
    min-height: 100%;
    height: auto;
    width: 1280px;
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height */

}

.container
{
    width: 100%;
    min-width: 1280px;
    margin-bottom: -70px; /* the bottom margin is the negative value of the footer's height */
}

    .container > .navbar-header, .container > .navbar-collapse
    {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 5px;
        width: 100%;
        float: left;
    }

#wrapper > .container, section
{
    padding: 0 15px;
    margin: 0 auto;
}

.row
{
    margin:auto !important;
}

.collapse
{
    display: none;
}

    .collapse.in
    {
        display: block;
    }

*, *:before, *:after
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container:before, .nav:before, .container:after, .nav:after
{
    display: table;
    content: " ";
}

.container:after, .nav:after
{
    clear: both;
}

.panelTopSpacer {
    margin-top: 30px;
}

 

table thead
{
    font-size: .8em;
}

.table.table-striped th
{
    font-size: 1.6em!important;
    padding: 10px;
}

.table.table-striped tbody td
{
    padding: 5px 10px;
    line-height: 15px;
    vertical-align: middle;
}

.table.table-striped.crunch tbody td
{
    padding: 5px 0 5px 8px;
}

.table.table-striped td .btn-sm
{
    margin: 0 auto!important;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th
{
    cursor: pointer;
    background-color: #fdf7eb;
}

table.supersize thead th
{
    padding:0px 1px !important;
}

table.supersize tbody td
{
    padding: 0px 2px !important;
}
    table.supersize tbody td:nth-child(2)
    {
        text-align:center;
    }

#wrapper > .container
{
    padding: 0;
}

.btn-link
{
    color: #35456d;
    padding: 6px 0;
    text-decoration: underline !important;
}

    .btn-link:hover, .btn-link:focus
    {
        color: #039cd6;
        text-decoration: underline !important;
    }

.lead
{
    color: gray;
    font-size: 1.1em;
    margin-bottom: 0;
}

.alert
{
    margin-bottom: 10px;
    padding: 8px 0;
    box-shadow: inset 0 0 2px #666;
    -moz-box-shadow: inset 0 0 2px #666;
    -webkit-box-shadow: inset 0 0 2px #666;
}

.alert p
{
    padding: 8px 15px 0 10px;
    margin-top: -15px;
}

.alert ul
{
    padding: 8px 15px 0 10px;
}

.alert h4
{
    padding: 10px 0 5px 30px;
    font-size: 1.6em;
    margin-left: 10px;
}

.alert-info
{
    padding: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #10276d;
    background-color: #f4f6fd;
    border: 1px solid #10276d;
}

.alert-info h4
{
    color: #10276d;
    background: url('../../Resource/Images/icon_info.png') 0 center no-repeat;
}

.alert-success
{
    color: #468847;
    padding: 10px;
    margin-bottom: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #f3f9f3;
    border: 1px solid #468847;
}

.alert-success ul
{
    margin: 0;
    padding: 0 0 0 15px;
    list-style: none;
}

.alert-success ul li
{
    margin: 2px 0;
    padding: 2px 0 2px 25px;
    background: url('../../Resource/Images/icon_check.png') 0 3px no-repeat;
    background-size: 16px 16px;
    color: #468847;
}

.alert-success h4
{
    background: url('../../Resource/Images/icon_check.png') 0 center no-repeat;
}

.alert-warning
{
    padding: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin-bottom: 15px;
    border-radius: 0;
    color: #ba8615;
    background-color: #fdf7eb;
    border: 1px solid #e6a61c;
}

.alert-warning ul
{
    margin: 0;
    padding: 0 0 0 15px;
    list-style: none;
}

.alert-warning ul li
{
    margin: 2px 0;
    padding: 2px 0 2px 25px;
    background: url('../../Resource/Images/icon_warning.png') 0 3px no-repeat;
    background-size: 16px 16px;
    color: #ba8615;
}

.alert-warning h4
{
    color: #ba8615;
    background: url('../../Resource/Images/icon_warning.png') 0 center no-repeat;
}


.alert-error { 
               BORDER-RIGHT: 0pt;
    PADDING-RIGHT: 0pt;
    BORDER-TOP: 0pt;
    PADDING-LEFT: 0pt;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    PADDING-BOTTOM: 0pt;
    MARGIN: 0pt;
    BORDER-LEFT: 0pt;
    COLOR: #d00;
    PADDING-TOP: 0pt;
    BORDER-BOTTOM: 0pt;
    FONT-FAMILY: Verdana;
   
            }
 

/*.alert-error ul
{
    margin: 0;
    padding: 0 0 0 15px;
    list-style: none;
}

.alert-error ul li
{
    margin: 2px 0;
    padding: 2px 0 2px 25px;
    background: url('../../Resource/Images/icon_error.png') 0 3px no-repeat;
    color: #ff4031;
}*/

.calendarDate:focus-within{
    border-width: 1px;
    width: 18px;
    height: 18px;
    border-style: solid;
}

.calendarDate {
    width: 18px;
    height: 18px;
}

.inlineBlock {
    display: inline-block;
}

.calendarDateDivMargin {
    margin-top: 3px
}

#provider_info {
    width: 1274px;
    min-height: 100px;
    background: #2a5192;
    margin: -23px -23px 23px -23px;
    padding: 0 0 10px 0;
}

div.homepage > #provider_info
{
    margin: 0px -23px 23px -23px !important;
}

#provider_info table
{
    background: none;
    margin: 0 15px;
    padding: 50px 25px;
}

#provider_info table thead
{
    color: #fff;
    font-size: 1.3em;
}

#provider_info table thead tr
{
    line-height: 0;
}

#provider_info table thead tr td
{
    padding: 20px 5px 0px 25px;
    white-space: nowrap;
}

#provider_info table tbody
{
    color: #fbecc8;
    font-size: 1em;
    text-transform: uppercase;
}

#provider_info table tbody tr
{
    line-height: 0;
}

#provider_info table tbody tr td
{
    padding: 20px 5px 0px 25px;
    line-height: 12px;
    vertical-align: top;
}

.rating
{
    background: #0f2569;
    border-radius: 7px;
    box-shadow: 0 0 4px #7794eb;
    border: 1px solid #132f83;
    color: #fff;
    width: auto;
    margin: 15px 0px -10px 20px;
    padding: 5px 6px 0 6px;
    min-height: 33px;
    overflow: hidden;
    display: inline-block;
}
 
.rating-input
{
    position: absolute;
    left: 0;
    top: -50px;
    display: none;
}

.rating-star
{
    display: block;
    float: right;
    width: 19px;
    height: 19px;
    margin-top: 0px;
    margin-left: 0;
    background: url("../images/icon_star_sprite.png") 0 -18px;
}

.rating-star:hover, .rating-star:hover ~ .rating-star, .rating-input:checked ~ .rating-star
{
    background-position: 0 0;
}

.nav-tabs
{
    border-bottom: none;
    margin-bottom: -40px;
    margin-top: 40px;
}

.nav.nav-tabs > li
{
    border: none;
    z-index: 1;
    margin-bottom: -2px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
    background-color: #fff!important;
    background-image: none;
    color: #003370;
    margin-bottom: -1px;
    border-bottom: 0!important;
}

.modal-header
{
    background-color: #ba8615;
    padding: 0 5px 2px 5px;
    border-bottom: 1px solid #ccc;
}

.modal-header h4
{
    font-size: 16px;
    color: #fff;
    opacity: .8;
}

.modal-header .close
{
    margin-top: -24px;
    float: right;
    line-height: 26px;
    vertical-align: top;
    font-size: 12px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 100;
    text-shadow: none;
    color: #fff;
    opacity: .8;
    filter: alpha(opacity=80);
}

#myModal > div > div > div.modal-header > button > span
{
    font-size: 22px;
    font-weight: 400;
    font-family: times new roman;
    text-shadow: none;
}

.modal-title
{
    margin: -5px 0 2px 0;
    font-size: 1.8em;
}

.modal-dialog
{
    right: auto;
    left: 50%;
    width: 600px;
    margin-top: 230px;
    padding-bottom: 30px;
}

.modal-dialog-wide
{
    right: auto;
    left: 50%;
    width: 990px;
    margin-top: 230px;
    padding-bottom: 30px;
}

.modal-content
{
    position: relative;
    background-color: #ba8615;
    border: 7px solid #ba8615;
    border-radius: 10px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px #333;
    box-shadow: 0 3px 9px #333;
    background-clip: padding-box;
}

.modal-body-xs
{
    position: relative;
    padding: 15px 0;
    background-color: #fff;
    min-height: 100px;
}

.modal-body-sm
{
    position: relative;
    padding: 15px 0;
    background-color: #fff;
    min-height: 150px;
}

.modal-body-md
{
    position: relative;
    padding: 15px 0;
    background-color: #fff;
    min-height: 200px;
}

.modal-body-lg
{
    position: relative;
    padding: 15px 0;
    background-color: #fff;
    min-height: 250px;
}

.modal-body-xl
{
    position: relative;
    padding: 15px 0;
    background-color: #fff;
    min-height: 300px;
}

.modal-body-xl350 {
    position: relative;
    padding: 15px 0;
    background-color: #fff;
    min-height: 350px;
}

.modal-footer
{
    background-color: #e6e6e6;
    padding: 4px 5px;
    margin-top: 0;
    height: 35px;
    border-top: 1px solid #bfbfbf;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.calendar
{
    background-image: url(../images/icon_calendar.png);
    position: relative;
    top: -30px;
    left: -5px;
    float: right;
    width: 23px;
    height: 26px;
    cursor: pointer;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight
{
    border: 1px solid #ba8615;
    background: #e6a61c url(images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;
}

.ui-widget-header
{
    border: 1px solid #1f3b6a;
    background: #2a5192 url(images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
}

#footer
{
    height: 105px;
    border-top: 10px solid #999;
    background-color: #d9d9d9;
    width: 1280px;
    position:relative;
    margin: 10px auto 0px auto;    
    clear: both;
    padding-top:32px;
  font-size: 14px;
    font-family: 'open_sanssemibold';
    font-weight: 400;
    color:#2a5192;
}

#footer .container
{
    padding: 0;
}

#footer .container p
{
    margin: 20px auto;
    text-align: center;
    color: #003370;
}
.page1 {
    height:605px;
    padding-top:160px;
}

.page1 > div > select {
    width:315px;

}

.base-box
{
    border-radius: 0;
    margin: auto 0px;
    width: 100%;
    min-width: 960px !important;
    min-height: 635px;
    padding: 25px;
    height: auto;
    background-color: #fff;
    border: 1px solid #d9d9d9;
}

.page-button-box
{
    padding: 15px 10px;
}

button, select
{
    text-transform: none;
}

.stretch
{
    padding: 0;
}

label span
{
    color: #d19617;
    font-size: .7em;
    margin-left: 5px;
}

/*select
{
    color: #4d4d4d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 280px;
    height: 32px;
    padding: 0 34px 0 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 1em;
    background: #fff url('../../Resource/Images/bg_select.png') no-repeat 100% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    letter-spacing: normal;
}*/

select[name*='AmPm'] {
    width: 60px;
    vertical-align: middle;
}

select.default-width {
    width: auto;
}

input[name*='CcmisTimeControltxtHour'] {
    height: 30px;
    min-width: 38px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    vertical-align: middle;
    margin-left: 30px;
}

input[name*='CcmisTimeControltxtMinute'] {
    height: 30px;
    min-width: 38px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    vertical-align: middle;
}

input[name*='CcmisTimeControlchk'] {
    height: 30px;
    min-height: 30px;
    vertical-align: middle;
    padding-left: 43%;
}

label[name='CcmisTimeControlDayLabel'] {
    height: 30px;
    min-height: 30px;
    line-height: 3.0;
}

.field-tip
{
    background-color: #fdf7eb;
    border: 3px solid #f5dca6;
    padding: 6px 8px;
    border-radius: 10px;
    font-size: .8em;
    position: relative;
    margin-top: -22px;
    height: 34px;
}

.field-tip:before
{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -15px;
    top: 6px;
    border-top: 9px solid transparent;
    border-right: 14px solid #f5dca6;
    border-bottom: 9px solid transparent;
}

.field-tip:after
{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -10px;
    top: 9px;
    border-top: 6px solid transparent;
    border-right: 10px solid #fdf7eb;
    border-bottom: 6px solid transparent;
}

fieldset
{
    padding: 15px;
    border: 1px solid silver;
    height: auto;
}

fieldset legend
{
    display: inherit;
    width: auto;
    padding: 0 5px;
    margin: 0 -5px;
    font-size: 14px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 0;
}

#name_business
{
    width: 100%;
    min-width: 940px;
    margin-bottom: 15px;
}

#name_business > div.col-md-2
{
    margin-left: 407px;
    margin-top: -302px;
    text-align: center;
}

#name_business > div.col-md-push-5.right
{
    margin-top: -430px;
}

.group-header-not-logged
{
    font-size: .8em;
    text-align: right;
    color: gray;
    font-family: 'open_sanssemibold';
    padding: 0 15px 8px 15px;
}

.group-header-not-logged a
{
    text-decoration: underline;
}

.wayfinder
{
    background: #999;
    border: 1px solid #999;
    height: 12px;
    border-radius: 15px;
    margin: 0 0 80px 0;
}

.wayfinder ul
{
    position: relative;
    top: -11px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: .9em;
    font-family: 'open_sanssemibold';
    text-align: center;
    line-height: 17px;
}

.wayfinder ul li
{
    width: 120px;
    position: relative;
    height: 35px;
    text-align: center;
    margin: 0 5px;
    color: gray;
    float: left;
}

.wayfinder ul li.active
{
    color: #35456d;
    font-family: 'open_sansbold';
}


.wayfinder ul li.active span:after
{
    content: ' ';
    position: absolute;
    left: 14px;
    bottom: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #465b8f;
}

.btn
{
    width: auto;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn-green
{
    color: #fff;
    background-color: #58a959;
    border-color: #468847!important;
    text-transform: uppercase;
}

.btn-green:hover
{
    color: #fff;
    background-color: #4f9950;
    border-color: #468847;
}

.btn-blue
{
    color: #fff;
    background-color: #2a5192;
    border-color: #1f3b6a!important;
    text-transform: uppercase;
}

.btn-blue:hover
{
    color: #fff;
    background-color: #1f3b6a;
    border-color: #193057;
}

.btn-gray
{
    color: #fff;
    background-color: gray;
    border-color: #666!important;
    text-transform: capitalize;
}

.btn-gray:hover
{
    color: #fff;
    background-color: #737373;
    border-color: #666;
}

.btn-go
{
    padding: 2px 8px!important;
    margin-bottom: 2px!important;
}

.btn-edit
{
    background-color: #2a5192;
    color: #fff;
    padding: 0 7px 0 24px;
    background-image: url(../images/icon_edit.png);
    background-repeat: no-repeat;
    background-position: 2px 7px;
    display: inline;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: text-top;
    line-height: 29px;
    border-radius: 0;
    border: 1px solid #999;
    text-transform: uppercase;
    font-size: 1.2em;
}

.btn-year
{
    display: inline;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: text-top;
    line-height: 29px;
    background-color: #e3e7f1;
    border-radius: 0;
    border: 1px solid #999;
    color: #10276d;
    text-transform: uppercase;
    font-size: 1.2em;
    padding: 0 12px;
}

.btn-year-blue
{
    background-color: #e3e7f1;
    color: #fff;
    padding: 0 12px;
    background-repeat: no-repeat;
    display: inline;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: text-top;
    line-height: 29px;
    border-radius: 0;
    border: 1px solid #999;
    text-transform: uppercase;
    font-size: 1.2em;
}

.years
{
    padding-left: 0;
    padding-bottom: 20px;
    margin-left: 0!important;
}

.btn-year.active, .btn-year:hover
{
    background-color: #2a5192;
    color: #fff;
    text-decoration: none;
}

.years a.add
{
    background: none;
    border: 0;
    padding: 0 5px;
    vertical-align: text-top;
    color: #468847;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
}

.years a.add img
{
    margin: -2px 0 -12px 5px;
    width: 18px;
    display: block;
}

.years a.add small
{
    line-height: 40px;
}

.btn-sm
{
    padding: 0!important;
    width: 30px;
    height: 25px;
    font-size: 14px!important;
}

.btn-notification
{
    color: gray;
    background-color: #fcf5e6;
    border-color: #bfbfbf!important;
    text-transform: capitalize;
    padding: 10px!important;
    margin-right: 10px;
}

.btn-notification:hover
{
    color: gray;
    background-color: #faeed4;
}

.btn-prev, .btn-next
{
    font-size: 1em;
    padding: 5px 10px;
}

.btn-next
{
    float: right;
}

.btn-modal
{
    padding: 0 10px!important;
    width: 85px;
}

.btn-margin
{
    margin-left: 5px;
}

.breadcrumb
{
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
    list-style: none;
    background: none!important;
}

.breadcrumb a
{
    font-weight: 600;
    font-size: .9em;
    text-decoration: underline;
}

.breadcrumb a:hover, .breadcrumb a:focus
{
    color: #595959!important;
    text-decoration: none!important;
    outline: none!important;
}

.breadcrumb > li:active > a, .breadcrumb > li.active > a
{
    color: #595959;
    text-decoration: none;
    cursor: pointer!important;
    outline: none;
}

.breadcrumb > li + li:before, .breadcrumb > span + span:before
{
    vertical-align: middle;
    content: '';
    padding: 0 5px 0 0;
}

hr
{
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #a6a6a6;
}

.table.table-striped
{
    border: 1px solid #ccc;
}

.table.table-striped th, .table.table-striped td
{
    padding: 15px 15px 15px 10px;
    font-size: 1.2em;
}

.table.table-striped thead
{
    text-transform: capitalize;
}

.table.table-striped .td-thin
{
    padding: 10px;
    font-size: 1.2em;
}

.table.table-striped th span
{
    margin-left: -30px;
    margin-right: 20px;
}

.table.table-striped.split-col-2 th span {
    margin: 0;
}
.buttons.row
{
    margin-top: 40px!important;
}

.buttons.row.short
{
    margin-top: 0px!important;
    margin-bottom: 20px!important;
}

div.buttons.row > div.col-md-push-5.right
{
    margin-top: -40px;
}

.notification
{
    margin-bottom: 20px;
    font-size: .8em;
}

.notification span
{
    width: 20px;
    height: 20px;
    color: #fff;
    padding: 0 6px;
    border-radius: 4px;
    background-color: #e6a61c;
    border: 1px solid #ba8615;
}

html.ie select
{
    padding: 4px 5px 4px 10px!important;
    background: #a6a6a6!important;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZGZkZmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)!important;
    background: -ms-linear-gradient(top,#eaeaea 0%,#fdfdfd 100%)!important;
    background: linear-gradient(to bottom,#eaeaea 0%,#fdfdfd 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea',endColorstr='#fdfdfd',GradientType=0)!important;
}

.ui-datepicker-trigger
{
    color: transparent;
}

#homepagenav div.help
{
    margin-top: 22px;
}

.img-responsive {
    display: block;
    height: auto;
    width: 1198px;
}

.homefooter
{
    position: fixed!important;
    bottom: 0;
}

.side-nav
{
    border-radius: 10px;
    height: 100%;
    width:31%;
    min-height: 250px;
    margin-top: 0;
    padding: 15px 20px;
    background-color: #2a5192;
    border: 2px solid #d9d9d9;
}

.side-nav ul
{
    padding: 10px;
    font-family: 'open_sansregular';
    list-style-type: none;
}

.side-nav ul li
{
    display: inline;
}

.side-nav ul li a
{
    text-decoration: none;
    font-size: 13px;
    display: block;
    padding: 12px 0 4px 0;
    cursor: pointer;
    font-family: 'open_sanssemibold';
    border-bottom: 1px solid #cdcdcd;
    letter-spacing: 1px;
    color: #fff;
}

.side-nav ul li a:link, .side-nav ul li #menu a:visited
{
    color: #fff;
    font-family: 'open_sanssemibold';
    text-decoration: none;
}

.side-nav ul li a:hover
{
    color: #e6a61c;
}

.box
{
    height: 250px;
    border: 2px solid #d9d9d9;
    border-radius: 10px;
    padding: 0;
}

.box p
{
    color: #404040;
}

.box h5
{
    font-family: 'open_sansregular',sans-serif!important;
    font-size: 14px;
    color: #fff;
    font-weight: 800;
    padding: 10px 20px;
    margin: 0 auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-transform: uppercase;
    background-color: #2a5192;
}

div.box.col-md-8.pull-right > div
{
    width: 100%!important;
    height: 80%;
}

div.box.col-md-8.pull-right > div > div > div > ul > li
{
    height: 70px;
    width: 80%;
    list-style-type: none;
    margin: 0 auto;
}

.itemTemplate
{
 
    min-height: 70px ;
    margin-top: 4px;
    margin-bottom: 4px;
    float: left;
}

.dateTime
{
    width: 205px;
    height: 56px;
    float: left;
}
 
.Broadcast_title {
    width: 565px;
    padding-left: 5px;
    float: right;
    font-family: 'open_sansregular', sans-serif !important;
    font-size: 14px;
}
.title
{
    width: 365px;
    margin-top: 14px;
    float: right;
    font-family: 'open_sansregular',sans-serif!important;
    font-size: 14px;
}

.date
{
    margin-top: 5px;
    color: #000;
    float: right;
}

.time
{
 
    text-align: right;
    font-size: 20px;
}

.promo .btn
{
    margin: 10px auto;
    width: 240px;
    border: 1px solid #b3b3b3!important;
}

.login-box
{
    margin: 0 auto;
    height:100%;
}

.login-box a {
    margin: 10px;
    width:100%;
}

.slideshow {
    height: 475px;
    overflow:hidden;
}
.blue-box
{
    background-color: #2a5192;    
    padding: 15px 20px;
    border: 15px solid #fff;
}

.blue-box em
{
    color: #fff;
}

.blue-box p
{
    color: #fff;
    line-height: 18px;
    font-size: 12px;
}

.blue-bar
{
    background-color: #2a5192;
    height: 25px;
    margin-top: 0;
}

.blue-bar img
{
    width: 115px;
    margin-top: 2px;
    margin-left: -15px;
}

.home-heading
{
    font-family: 'open_sanslight'!important;
    color: #fff;
}

.home-heading span
{
    font-family: 'open_sanssemibold';
}

#slideshow > div
{
    position: absolute;
}

/* DO NOT DELETE BELOW - SAVED FOR GIBSON DEBUGGING ISSUE -- LUIS SILVA--*/
#ContentPlaceHolder1_pnlHistoryDataFound table tbody tr td:nth-child(6) span {

}

.form-horizontal label
{
    text-align: left!important;
}

.form-horizontal select.size-to-width-of-content {
    width: 100% !important;
}

.form-horizontal input[type="text"], .form-horizontal input[type="email"], .form-horizontal input[type="password"], .form-horizontal input[type="number"]
{
    height: 34px;
    padding: 6px !important;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-horizontal textarea {
    padding: 6px !important;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.yellow-cnt
{
    color: gray;
    background-color: #fcf5e6;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    height: auto;
    padding: 5px 15px;
}
.yellow-cnt p
{
    font-weight:bold;
}

.yellow-cnt table
{
    background: none;
    margin: 0 15px;
}

.yellow-cnt table thead
{
    color: #595959;
    font-family: 'open_sanssemibold';
    font-size: 1.3em;
}

.yellow-cnt table thead tr
{
    line-height: 0;
}

.yellow-cnt table thead tr td
{
    padding-top: 16px;
    white-space: nowrap;
}

.yellow-cnt table tbody
{
    color: #1f1f1f;
    font-size: 1em;
    text-transform: uppercase;
}

.yellow-cnt table tbody tr
{
    line-height: 0;
}

.yellow-cnt table tbody tr td
{
    padding-top: 10px;
    line-height: 12px;
    vertical-align: top;
}

.screen-center
{

}
.btn-collapse
{
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 4px;
    background-color: #e6a61c;
    border: 1px solid #ba8615;
}

.btn-collapse span
{
    position: relative;
    top: -7px;
    left: -4px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    font-size: 12px;
    content: "+";
}

.minus
{
    top: -9px!important;
    font-size: 30px!important;
}

.line
{
    position: relative;
    top: 6px;
    border-top: 1px solid #737373;
    color: transparent;
    line-height: 0;
    margin: -.5em 0 1.8571em 3px;
    page-break-after: always;
    text-align: center;
    width: 85%;
}

.line:after
{
    content: "-";
    font-size: 10px;
    letter-spacing: 944px;
}

.wide
{
    width: 990px!important;
}

.modal-body-xxl
{
    position: relative;
    padding: 15px 0;
    background-color: #fff;
    min-height: 600px;
}

.expandButtonText
{
    font-weight: bold;
    font-size: 14px!important;
}

.btn-auto-width
{
    padding: 0 10px!important;
    width: auto!important;
}

.arrowpoint
{
    position: absolute;
    top: 0;
    right: 0;
}

.arrow
{
    width: 36px;
    height: 52px;
    position: relative;
    background: #000;
    margin: -15px auto 55px 48%;
    padding: 10px;
}

.arrow:after, .arrow:before
{
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow:after
{
    border-top-color: #000;
    border-width: 51px;
    margin-left: -51px;
}

.arrow:before
{
    border-width: 51px;
    margin-left: -51px;
}
.circle-list
{
    list-style-type:none;
    padding-left:15px;
}

.circle-mini
{
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    width: 10px;
    padding: 0px 4px;
    background-color: #e6a61c;
    border: 1px solid #bfbfbf;
}

.home-image
{
    border: 5px solid #d9d9d9;
}


.login-box .login-links
{
    font-size: .7em;
}

    .login-box .login-links a
    {
        display: block;
        margin: 4px 0;
        text-decoration: underline;
    }

.login-box .login-note
{
    background-color: #fff;
    opacity: .9;
    position: absolute;
    bottom: -90px;
    left: 0;
    height: 75px;
    font-size: .8em;
    padding: 10px 30px;
}

.login-background
{
    background-color: #fff;
    opacity: .6;
    margin-top: 80px;
}

.login-banner h4
{
    font-size: 1.4em;
    font-family: 'open_sansregular'!important;
    color: #fff;
    margin: 0;
    padding: 0;
}

    .login-banner h4 span
    {
        margin-right: 3px;
    }

.login-banner p
{
    color: #ccc;
    font-size: .8em;
    font-style: italic;
    margin: 0;
    padding: 0 0 3px 0;
}

.login-banner .left-corner
{
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid #35456d;
    border-left: 6px solid transparent;
    left: -1px;
    bottom: -5px;
}

.login-banner .right-corner
{
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid #35456d;
    border-right: 6px solid transparent;
    right: -1px;
    bottom: -5px;
}

.form-group
{
    margin-bottom: 15px;
}

.navbar
{
    margin: -5px auto !important;

}
.sticky {
                position: fixed;
                font-size: 12px;
                width:1281px;
                height: 48px; 
                text-align: left;
                padding-left: 0px;
                top:0px;
            }
#login > div.navbar-form.navbar-right > div.form-group.form-group-header > a
{
    width: 60px;
    margin-left: 10px;
}

.form-group-header
{
    position: relative;
    margin-top: 15px;
}

.form-group-header .icon
{
    width: 42px;
    height: 42px;
    display: block;
    margin-left: -10px;
}

.form-group-header .icon-license
{
    background: url('../images/icon_broadcast.png') no-repeat;
    background-size: 42px 42px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/icon_broadcast.png',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/icon_broadcast.png', sizingMethod='scale')";
}

.form-group-header .icon-license:hover
{
    background: url('../images/icon_broadcast_h.png') no-repeat;
    background-size: 42px 42px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/icon_broadcast_h.png',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/icon_broadcast_h.png', sizingMethod='scale')";
}

.form-group-header .icon-provider-profile
{
    background: url('../images/icon_alert.png') no-repeat;
    background-size: 42px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/icon_alert.png',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/icon_alert.png', sizingMethod='scale')";
}

.form-group-header .icon-provider-profile:hover
{
    background: url('../images/icon_alert_h.png') no-repeat;
    background-size: 42px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/icon_alert_h.png',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/icon_alert_h.png', sizingMethod='scale')";
}

.form-group-header .icon-invoice
{
    background: url('../images/icon_broadcast.png') no-repeat;
}

.form-group-header .icon-invoice:hover
{
    background: url('../images/icon_broadcast_h.png') no-repeat;
}

.form-group-header .icon-manage-account
{
    background: url('../images/icon_manage_account.png') no-repeat;
}

.form-group-header .icon-manage-account:hover
{
    background: url('../images/icon_manage_account_h.png') no-repeat;
}

.form-group-header .badge-important
{
    background-color: #d40f00;
    padding: 5px 5px;
    display: block;
    color: #fff;
    line-height: 10px;
    text-align: center; 
    min-width: 21px;
    font-size: 10px;
    /*left: -20px;*/
    top: -9px;
    position: relative;
    z-index: 1000;

}

.badge
{
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #4d4d4d;
    border-radius: 10px;
}

.alertcount
{
    display: inline-block;
}

.navbar-brand, 
.header-right {
    padding: 15px 0px 5px 0px;
}

.navbar-brand a:hover
{
    text-decoration: none;
    cursor: pointer;
}

.top-nav
{
    margin-top: -25px;
    height: 25px;
    float: right!important;
}

.top-nav ul
{
    list-style-type: none;
}

.top-nav ul li
{
    display: inline;
    font-size: 12px;
    border-right: 2px solid #737373;
    padding: 0 5px;
}

.top-nav ul li:last-child
{
    border: none;
}

.top-nav ul li a, .top-nav ul li table a
{
    font-family: 'open_sansregular';
    color: #495f96;
    font-weight: 600;
    text-decoration: underline;
}

.top-nav ul li a:hover, .top-nav ul li .top-nav ul li a:focus
{
    color: #595959;
    text-decoration: none;
    cursor: pointer!important;
    outline: none;
}

td.table_content > a
{
    font-family: 'open_sansregular';
    color: #495f96;
    font-weight: 600;
    text-decoration: underline!important;
}

td.table_content > a:hover
{
    color: #595959;
    text-decoration: none;
    cursor: pointer!important;
    outline: 0;
}
  

.top-nav > ul > li:active > a, .top-nav > ul > li.active > a
{
    color: #595959;
    text-decoration: none;
    cursor: pointer!important;
    outline: none;
}

.header
{
    margin: 7px 0px 0px !important;
}

.header .navbar-form-logged-in
{
    margin-bottom: 0;
    margin-top: 20px;
}

.navbar-form
{
    width: auto;
    padding: 0;
    margin: 0!important;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    border-top: 0;
    border-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-collapse
{
    border-top: none;
    box-shadow: none;
    max-height: 340px;
    overflow-x: inherit;
    padding-left: 0;
    padding-right: 0;
}

.navbar-collapse.collapse
{
    width: 745px;
    margin-top: 30px;
    float: right;
}

.navbar-right .dropdown-menu
{
    right: 0;
    left: auto;
    z-index: 10000;
}

.user-box span
{
    font-family: 'open_sansregular';
    display: block;
    line-height: 10px;
    font-size: .7em;
    font-weight: 600;
    color: #1a1a1a;
}

.user-box .caret
{
    float: right;
    position: absolute;
    top: 14px;
    right: 10px;
    font-size: 1.6em;
    border-top: 8px solid gray;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.user-box .user
{
    font-family: 'open_sansregular';
    display: block;
    line-height: 23px;
    font-size: 1em;
    font-weight: 600;
    color: #1d47c6;
}

.caret
{
    width: 0;
    height: 0;
    vertical-align: middle;
    border-bottom: 0 dotted;
    content: "";
    border-top: 6px solid #35456d;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: relative;
    top: -1px;
}

.btn-group, .btn-group-vertical
{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: -5px;

}

    .btn-group > .btn, .btn-group-vertical > .btn
    {
        position: relative;
        float: left;
    }

.btn-default
{
    border-color: #b3b3b3;
}

.dropdown-menu
{
    position: absolute;
    top: 100%;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #b3b3b3;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px #999;
    box-shadow: 0 6px 12px #999;
    background-clip: padding-box;
}

.dropdown-menu li a
{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #1a1a1a;
    white-space: nowrap;
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus
{
    color: #fff;
    background-color: #3f5666;
}

.dropdown-menu .divider
{
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e6e6e6;
}


/* Main Navigation */
.horizontal_submenus
{
    background-color: #e6a61c;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'open_sanssemibold';
    border: 1px solid #b3b3b3;
    padding: 1px 10px 3px;
    width: 100%;
    min-width: 940px;
    height: 39px;
    margin: 0 auto;
    display: inline-block;
    background-image: linear-gradient(to bottom,#e6a61c,#eec161);
}

.main_navbar.horizontal .sub-menu {
    
}

.menu > li > a
{
    border-radius: 6px;
    color: #003370;
    display: inline-block;
    margin: -2px 5px;
    outline: 0 none;
    padding: 5px 8px;
    text-decoration : none !important;
}

.menu > li > a:hover 
{
    background-color: #f6d98f;
}

    .menu > li > a:focus {
        background-color: #f6d98f;
        border: 1px solid black !important;
        margin-bottom: -2em !important;
    }

.menu.menu_normal {
    margin-left: -15px !important;
}

.main_navbar .menu, .main_navbar .menu > li
{
    outline: 0!important;
    margin: 2px 0 0 0;
    border: none;
    list-style: none!important;
    list-style-type: none!important;
    list-style-image: none!important;
}

.main_navbar.horizontal .menu
{
    display: inline-block;
    padding:3px;
}

.main_navbar .menu > li:first-child a{
    /*background: url('../../Resource/Images/icon_home_blue.png') 8px 2px no-repeat;
    padding: 4px 10px 4px 40px !important;*/
    }
.main_navbar .menu > li:first-child a:hover {
    /*background: url('../../Resource/Images/icon_home_blue.png') 8px 2px no-repeat;*/
    background-color: #f6d98f;
    /* padding: 4px 10px 4px 40px !important;*/ 
}

/* Sub Navigation */
.sub-menu
{
    background-color: #f6d98f;
    border: 1px solid #a6a6a6;
    height: 39px;
    padding:3px;
    margin:1px 0px 0px -11px;
    width: 1280px;
    min-width:940px;
    left: 0px;
    background-image: -o-linear-gradient(top,#eec161,#f8e5bd);
}

.sub-menu > ul > li
{
    outline: 0;
    margin: 0 5px 4px!important;
    white-space: nowrap; 
    display: block;
    color: #595959;
    padding: 0 2px;
    line-height: 17px!important;
    height: 28px;
    font-size: 14px;
    text-decoration: none;
    float: none;
}
.headertextImage
{
    margin:-3px;
    color:#10276d;
    font-family: 'open_sanssemibold';
    font-weight: 400;
}
.menu_normal > li.active > a
{
   background-color: #f6d98f !important;
}

.sub-menu > ul > li.active > a
{
   background-color: #e6a61c !important;
}

.sub-menu > ul > li > a:hover, 
.sub-menu > ul> li > a:active , .sub-menu > ul> li > a:focus
{
    background-color: #e6a61c !important;
}
 
.sub-menu > ul > li > a > span.active
{
   background-color: #e6a61c !important;
   padding:4px 16px;
   margin: 1px -10px 0px -10px;
    border-radius: 6px;
}
.sub-menu > ul > li > a, 
.sub-menu > ul > li > a:hover
{
   margin: 1px 2px 0px -8px;
}

.sub-menu .menu {
    margin-left: 5px !important;
}

.main_navbar.horizontal .menu > li, 
.sub-menu > li
{
    float: left;
    border-right: 1px solid #a6a6a6;
}

.main_navbar.horizontal .menu > li:last-child, 
.sub-menu > li:last-child
{
    border: 0;
}

.sub-menu .menu > li:first-child a,
.sub-menu .menu > li:first-child a:hover {
    background: none;
    padding: 4px 10px !important;
}

.help
{
    font-size: .9em;
    padding: 7px 7px 0px 0px !important;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAAAeCAYAAACPOlitAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNS8xNS8xNFgt5B0AAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAHJklEQVRogeVaPY9VVRRd+75XGWZgJjNGiWIsxFgoNthAIz/BwsRYGAsaCxv/gKWJtcbIL6CxsqYRCyyMSoPSGAjBhIyG0WjBvLMtzv5Y+9xLo9DoTZj37jln77M/1l77nKeiqgCAq5cufAjgPQD76I/i//cogDsAPjp/8cqnACBfff76FoAvp2m1d+rF137d2X/2ZZFp+3HtLvb3Xyh4bI9qO/zt3u3rt3785kRrm1sA3lwD+GCaVnuvnHvj5DStXnrUlrGk0N9/9DzC4Cx5JDJt7z753LkTe8/c/+HrL6bWNu9PAN49dfrswWqS49AGaAPQP8W/Q2NcYs7GfB3J8b+J5lwW6DIyrJ/pYRnaD1p1saw8VL7aJ0vzbrPI8VOnzx4AeGcN4OTO/skeHA6vUZA0gUovDdW6ROiLQKCqkJSkhQqoFJk+rIEqDbm+VoDYz79LqDQF6gMKtUmFQmjcNUi8S+oKP/tL/gV29p9+9ecbWK0BTBN0G7pJyKWX5buQOn5U+xiLgdfZvAoFZ9BRZG1SbKHrZ12xTKsNETeyXxb21EFeaK19PQagrfvqTZUmMIEyx0ZXA2xRyUw1EAJIy3eRSGh1XIb9B0cWPUXuy4EsyaV3GeYXZQza627AkaFReikxnWrCVsU+LV2RGZWSSYwB1Swfl9HmCvqe0NgxdIjt7WES3kO1F44NavMcSU8EBuQJoE0hIlFZYtrdN8CSI+lPR1DbAGKGlmhaVbZ0VgmGqRBOHSE7KyFa5+Umbgzv22hIPfNiPJOlXOz0MXW20RnyGTm8Jji0LfgWAcJRmQg+KYuN6JpHysc0iTzg49EypLkfQZ6IZDAiw3TXw3AMGYnMO6p0qPvCv8WrwXs4+ns0xZGpEqYaBx1lAJBdQiRHgumV0lJQo4kwno/eMHYWMjzgbn9LmVoAVSIBalAQToaq2auD9igkW127VVBKiahAmmaApB0V3E6udB7wodV09EA0xEeIZoZGPUKB0Ap9R0ZJFDFnCbKHPvkNEEyELKH9hXWIBzZtGrKTJVbpZ6hjQnzkwfWbf6kyUdCr0Awcqq90Jg7uyBtOWIEDs48cq+GiymxiNlITMDlF8mI0DN+T7OgI0iObHJhtIGNuw0KZHj2Lts4kCGSpYNDLNUldpFSMKibhm5yXlst7iXtXzJIs6y2C0ac9INGGK1otQA+izQcaAh1OpoV3oV46rpR4YTzNaplJjnc9fkr3UvKMiqYuFQDNyJTQFCa6fY1sCQ40u0VjbZzDxrKOcwgyQGhHiQ4P5phBRgTmc3G4G0jaW2hyQAaZ9QR3+b50qFySm9lFMnz0KA2OC2QoJdBRhiFuB8UHCJKxqHLmkvw8TT7GPcqy2rIJ+xOt3BnMjTfF6kSq3BzoPmboEbfR9gtlVMpQL2XEvNhdTSwQUWn2HrYL3SeVSkwdQSCltndvd3zaJccBxPkB3hmYgBNm5ZzFl7JImJdVzSqTP4buVY7ctt5MKmXSUTy3JRsAssyB4ucaACY9yrGi1F10PuDaZQI0foejgIOhoFOQbVEuM31EJAJS/dbIZohwsAXlhwhmieTLBJvzTEd17uN5qRQdB8UH7CpKdiy63RihrOa6GgA6wLl81iii7QdJeCfJMZntX6Jbv/IBUfOzyPjqKN2hKhTFA5bN27xn1UId/GIOBWjC/SUH+PcgNoVQp5LrpF8sky7cOTr7GuazujKRk817Z6ockBdvT2jcDBp1W4DDRW8UoDgHhZ+p1mHufKNOzlS/5XFgxFaOX2rn7kDBuIDPI8kjHFDiMj/taU1QuEgADT5UzIKgIalY8CbvYrG4ZGIsO2DijNGllXfzw6NQu8hAy0yttIXthobQ9VLknVyD7xPRE7xC1c5FGq1rokp0FOZWQxMAXTV4b592gPBZIlqyG2EOx3UiDnceQ8aSbRI8Ru0/fpbVioq4Fxj6ZteOPhYIS8MYHsFu2UxcN5cbfyIDJG2TceOGQQcup4+lQ98Y/Fk5ZBzzEEeGI1/rwU5QDn8y6vL1jESSLfbx/PAZ2NP0321fA9iobv4UYDtbOGcnjZ88UORRyBCdcFAjmC2rsQSVSxMpx9XGJ2OKUbAB2x26OJGaa+OhIE1SfQWApvgD6D/a3zk43Nze38Z5VhC2D0joG1lJAHGXgo3bYPa38l8WNMrUtWUp1j2iPG2ixKdEmk/pAwV71XPZ0i/6QSsBAgnbDw7xHYBjawCXbt7F27tbm/srkeOczVIhBNu4HCKzV0plDGrpPrQ2ubNwvizJKaFztCtekGXC+w1ILXYMaBUBWsP9m3enXQAfrwF80hrOXPtppS88tbm+t6VnRLDl+xWlXAqYb7Bo9Pj+kLmi8yF6RvlZW17iw4Wxxfc+9vu9Q/n+5i+r3dbwLYDLoqq4eunCDoC30P/nhecB/LUg/l9/FMATAG4A+AzA5fMXrxz+DVtiBdZB5iF/AAAAAElFTkSuQmCC);
    position: relative;
    overflow: hidden;
    float: right;
    top: 2px;
    right:0px;
    
}

.help-icon
{
    background-image: url('../../Resource/Images/icon_help.png');
    background-repeat: no-repeat;
    height: 23px;
    float: left;
    position: relative;
    top: -1px;
    width:36px;
    left:10px;
}

.help a{
    position:relative;
    right:2px;
    line-height:16px;
    text-decoration:none !important;
}
.help a:focus {
    border: solid 1px;
    border-color: black;
}

#spnAlertCnt:focus {
    border: solid 1px;
    border-color: black;
}
 
/*  Home Page Top Menu  */

.homepage
{
    height: auto;
    min-height: 680px;
    padding: 40px 25px 20px 25px;
    padding: 40px 25px 15px 25px \0; /* IE9 hack */
    background-color: #fff;
    border: 1px solid #d9d9d9;
}
 
.homepage-info p
{
    color: #10276d;
    font-family: 'open_sanssemibold';
}

.homepage-info > .col-md-3.pull-right
{
    margin-right: -105px;
}

.homepage-logo
{
    margin: 5px 0 10px 45px;
    height: 55px;
    background: url('../images/homepage-logo.png') no-repeat;
    width: 50%;
    float: left;
}

.homepage-menu
{
    z-index: 2;
    height: 25px;
    position:absolute;
    top:0px;
    right:0px;
    margin-right:15px;
}

.homepage-menu ul
{
    text-align: left;
    margin: 0;
    list-style: none;
    font-family: "open_sanssemibold";
    color: #fff;
    line-height: 25px;
}
    

.homepage-menu ul li
{
    display: inline-block;
    position: relative;
    padding: 0 25px;
    line-height: 15px;
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.homepage-menu ul li:hover,
.homepage-menu ul li a:hover
{
    color: #e6a61c;
}

.homepage-menu .whitecaret
{
    border-top: 6px solid #fff;
}

.homepage-menu ul li ul li
{
    background-color: #2a5192;
    color: #fff;
    font-size: 12px;
    text-shadow: 0 -1px 0 #000;
    margin: 0 0;
    padding: 0 10px;
    width: 100%;
}

.homepage-menu ul li ul li:first-child
{
    padding-top: 5px;
}

.homepage-menu ul li ul li:last-child
{
    padding-bottom: 5px;
}

ul.homepage-submenu
{
    padding: 0;
    position: absolute;
    top: 105%;
    left: 11px;
    width: 211px;
    width: 209px \0; /* IE9 hack */
    display: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transiton: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    -transition: opacity .2s;
    z-index: 1;
}

.homepage-submenu li a {
    color: #fff;
    display: inline-block;
    padding:2px 5px;
}
.homepage-submenu li a:hover {
    
}
.homepage-menu > ul > li:hover ul
{
    display: block;
    background-color: #2a5192;
    color: #fff;
}

.whitecaret
{
    float: right;
    position: absolute;
    top: 5px;
    right: -5px;
    border-top: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.table-plain{    
    background-color: transparent !important;
    font-size:14px;
}

.dash{ 
    width:10px;
    padding:6px 10px 6px 5px;
}

.dash-correction-col-md-4{
   
    width: 38.8% !important;
}

.gap-left{
    margin-left:10px;
}
.gap-right{
    margin-right:10px;
}

.login-background {
    background-color: #fff;
    opacity: 0.9;
    margin: 80px;
    padding:20px !important;
    width: 22%;
    float: right;
}

.page-title {
    margin: 0px 0px 0px 15px;
    float: left;
}

.btn-login {
    margin-right:0px !important;
}

.pagination ul {
    display:block;
}
.pagination ul li{
    display:inline-block;
    float:left;
    margin-right:10px;
}
.pagination select {
    width:70px !important;
}
.pagination ul li p{
    line-height:32px;
}

.glyphicon-question-sign {
    font-size: 17px;
    height: 20px;
}
.light {
    color: #fff;
}
.dark {
    color:#2a5192;
}
.glyphicon {
    position: relative;
    top: 1px;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-question-sign:before {
	content: "\e085";
}

.tooltip-msg-box {
    background-color:#f6d98f;
    color:#495f96;
    border:1px solid #ccc;
    text-align: left;
    display: inline-block;
    padding: 0px 5px 5px 5px;
    border-radius: 6px;
    text-transform: none;
}

.tooltip-msg-box > h5 {
    font-weight: 800;
    font-size: 16px;
}

.tooltip-inner {
    background-color: transparent !important;
    width: 250px !important;
    max-width: 250px !important;
}

.tooltip-arrow {
    top: -1px !important;
}

.bottom.tooltip {
    padding-top: 0px !important;
}

    .bottom.tooltip .tooltip-arrow {
        border-bottom-color: #f6d98f !important;
    }

.tooltip.in {
    filter: alpha(opacity = 100);
    opacity: 100;
}
/*.fade.in,*/ 
/*RESPONSIVE OVERIDES*/
@media (min-width:0)
{
    .container{
        min-width: 1280px!important;
        width: 100%;
    }

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11
{
    float: left;
}

.col-sm-1, .col-sm-push-1, .col-sm-pull-1, .col-sm-offset-1, .col-md-1, .col-md-push-1, .col-md-pull-1, .col-md-offset-1, .col-lg-1, .col-lg-push-1, .col-lg-pull-1, .col-lg-offset-1
{
    width: 8.333333333333332%;
}

.col-sm-2, .col-sm-push-2, .col-sm-pull-2, .col-sm-offset-2, .col-md-2, .col-md-push-2, .col-md-pull-2, .col-md-offset-2, .col-lg-2, .col-lg-push-2, .col-lg-pull-2, .col-lg-offset-2
{
    width: 16.666666666666664%;
}

.col-sm-3, .col-sm-push-3, .col-sm-pull-3, .col-sm-offset-3, .col-md-3, .col-md-push-3, .col-md-pull-3, .col-md-offset-3, .col-lg-3, .col-lg-push-3, .col-lg-pull-3, .col-lg-offset-3
{
    width: 25%;
}

.col-sm-4, .col-sm-push-4, .col-sm-pull-4, .col-sm-offset-4, .col-md-4, .col-md-push-4, .col-md-pull-4, .col-md-offset-4, .col-lg-4, .col-lg-push-4, .col-lg-pull-4, .col-lg-offset-4
{
    width: 33.33333333333333%;
}

.col-sm-5, .col-sm-push-5, .col-sm-pull-5, .col-sm-offset-5, .col-md-5, .col-md-push-5, .col-md-pull-5, .col-md-offset-5, .col-lg-5, .col-lg-push-5, .col-lg-pull-5, .col-lg-offset-5
{
    width: 41.66666666666667%;
}

.col-sm-6, .col-sm-push-6, .col-sm-pull-6, .col-sm-offset-6, .col-md-6, .col-md-push-6, .col-md-pull-6, .col-md-offset-6, .col-lg-6, .col-lg-push-6, .col-lg-pull-6, .col-lg-offset-6
{
    width: 50%;
}

.col-sm-7, .col-sm-push-7, .col-sm-pull-7, .col-sm-offset-7, .col-md-7, .col-md-push-7, .col-md-pull-7, .col-md-offset-7, .col-lg-7, .col-lg-push-7, .col-lg-pull-7, .col-lg-offset-7
{
    width: 58.333333333333336%;
}

.col-sm-8, .col-sm-push-8, .col-sm-pull-8, .col-sm-offset-8, .col-md-8, .col-md-push-8, .col-md-pull-8, .col-md-offset-8, .col-lg-8, .col-lg-push-8, .col-lg-pull-8, .col-lg-offset-8
{
    width: 66.66666666666666%;
}

.col-sm-9, .col-sm-push-9, .col-sm-pull-9, .col-sm-offset-9, .col-md-9, .col-md-push-9, .col-md-pull-9, .col-md-offset-9, .col-lg-9, .col-lg-push-9, .col-lg-pull-9, .col-lg-offset-9
{
    width: 75%;
}

.col-sm-10, .col-sm-push-10, .col-sm-pull-10, .col-sm-offset-10, .col-md-10, .col-md-push-10, .col-md-pull-10, .col-md-offset-10, .col-lg-10, .col-lg-push-10, .col-lg-pull-10, .col-lg-offset-10
{
    width: 83.33333333333334%;
}

.col-sm-11, .col-sm-push-11, .col-sm-pull-11, .col-sm-offset-11, .col-md-11, .col-md-push-11, .col-md-pull-11, .col-md-offset-11, .col-lg-11, .col-lg-push-11, .col-lg-pull-11, .col-lg-offset-11
{
    width: 91.66666666666666%;
}

.col-sm-12, .col-sm-push-12, .col-md-12, .col-lg-12
{
    width: 100%;
}

}

@media (min-width:0)
{
    .lead;
    {
        color: gray;
        font-size: 1.1em;
        margin-bottom: 0;
    }

}

@media (min-width:0)
{
    .table-responsive;

{
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #ddd;
}

.table-responsive .table
{
    margin-bottom: 0;
    background-color: #fff;
}

    .table-responsive .table thead > tr > th, .table-responsive .table tbody > tr > th, .table-responsive .table tfoot > tr > th, .table-responsive .table thead > tr > td, .table-responsive .table tbody > tr > td, .table-responsive .table tfoot > tr > td
    {
        white-space: nowrap;
    }

.table-responsive .table-bordered
{
    border: 0;
}

    .table-responsive .table-bordered thead > tr > th:first-child, .table-responsive .table-bordered tbody > tr > th:first-child, .table-responsive .table-bordered tfoot > tr > th:first-child, .table-responsive .table-bordered thead > tr > td:first-child, .table-responsive .table-bordered tbody > tr > td:first-child, .table-responsive .table-bordered tfoot > tr > td:first-child
    {
        border-left: 0;
    }

    .table-responsive .table-bordered thead > tr > th:last-child, .table-responsive .table-bordered tbody > tr > th:last-child, .table-responsive .table-bordered tfoot > tr > th:last-child, .table-responsive .table-bordered thead > tr > td:last-child, .table-responsive .table-bordered tbody > tr > td:last-child, .table-responsive .table-bordered tfoot > tr > td:last-child
    {
        border-right: 0;
    }

    .table-responsive .table-bordered thead > tr:last-child > th, .table-responsive .table-bordered tbody > tr:last-child > th, .table-responsive .table-bordered tfoot > tr:last-child > th, .table-responsive .table-bordered thead > tr:last-child > td, .table-responsive .table-bordered tbody > tr:last-child > td, .table-responsive .table-bordered tfoot > tr:last-child > td
    {
        border-bottom: 0;
    }

}

@media (min-width:0)
{
    .dl-horizontal dt;

{
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dl-horizontal dd
{
    margin-left: 180px;
}

    .dl-horizontal dd:before, .dl-horizontal dd:after
    {
        display: table;
        content: " ";
    }

    .dl-horizontal dd:after
    {
        clear: both;
    }

    .dl-horizontal dd:before, .dl-horizontal dd:after
    {
        display: table;
        content: " ";
    }

    .dl-horizontal dd:after
    {
        clear: both;
    }

}

@media (min-width:0)
{
    .form-inline .form-group;

{
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-inline .form-control
{
    display: inline-block;
}

.form-inline .radio, .form-inline .checkbox
{
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"]
    {
        float: none;
        margin-left: 0;
    }

.form-horizontal .control-label
{
    text-align: right;
}

}

@media (min-width:0)
{
    .navbar;

{
    border-radius: 4px;
}

.navbar-header
{
    float: left;
}

.navbar-right .dropdown-menu
{
    right: 0;
    left: auto;
}

.navbar-collapse
{
    width: auto;
    border-top: 0;
    box-shadow: none;
}

.container > .navbar-header, .container > .navbar-collapse
{
    margin-right: 0;
    margin-left: 0;
}

.navbar-static-top
{
    border-radius: 0;
}

.navbar-fixed-top, .navbar-fixed-bottom
{
    border-radius: 0;
}

.navbar > .container .navbar-brand
{
    margin-left: -15px;
}

.navbar-toggle
{
    display: none;
}

.navbar-nav .open .dropdown-menu
{
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

    .navbar-nav .open .dropdown-menu .dropdown-header
    {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu li > a
    {
        padding: 5px 15px 5px 25px;
        line-height: 20px;
    }

        .navbar-nav .open .dropdown-menu li > a:hover, .navbar-nav .open .dropdown-menu li > a:focus
        {
            background-image: none;
        }

.navbar-nav
{
    float: left;
    margin: 0;
}

    .navbar-nav li
    {
        float: left;
    }

        .navbar-nav li a
        {
            padding-top: 15px;
            padding-bottom: 15px;
        }

.navbar-left
{
    float: left!important;
}

.navbar-form
{
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .navbar-form .form-group
    {
        display: inline-block;
        margin-bottom: 5px;
        vertical-align: middle;
    }

    .navbar-form .form-control
    {
        display: inline-block;
    }

    .navbar-form .radio, .navbar-form .checkbox
    {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

        .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"]
        {
            float: none;
            margin-left: 0;
        }

.navbar-text
{
    margin-right: 15px;
    margin-left: 15px;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a
{
    color: #737373;
}

    .navbar-default .navbar-nav .open .dropdown-menu > li > a a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a a:focus
    {
        color: #262626;
        background: none;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a .active > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a .active > a:focus
    {
        color: #333;
        background-color: #e6e6e6;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a .disabled > a:focus
    {
        color: #d9d9d9;
        background: none;
    }

.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header
{
    border-color: #0d0d0d;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a
{
    color: #404040;
}

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a a:focus
    {
        color: #fff;
        background: none;
    }

.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus
{
    color: #fff;
    background-color: #0d0d0d;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus
{
    color: #1f1f1f;
    background: none;
}

}

@media (min-width:0) and (max-width:1980px)
{
    .container{
    width: 1280px!important;
    max-width: 1280px!important;
}

.navbar-right
{
    float: right!important;
}

.navbar-nav
{
    margin: 0;
}

    .navbar-nav li
    {
        float: left;
    }

        .navbar-nav li a
        {
            line-height: 20px;
        }

.navbar-form
{
    width: auto;
    padding: 0;
    margin: -60px 0 0 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: none;
    border-top: none;
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .navbar-form .form-group
    {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

.header .navbar-form-logged-in .form-group
{
    display: inline-block;
    vertical-align: middle;
}

.navbar-collapse.collapse
{
    display: block;
    height: auto;
    padding-bottom: 0;
    overflow: visible;
}

}

@media screen and (min-width:0)
{
    .jumbotron
    {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron
    {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1
    {
        font-size: 63px;
    }
}

@-webkit-keyframes progress-bar-stripes
{
    from
    {
        background-position: 40px 0;
    }

    to
    {
        background-position: 0 0;
    }
}

@-moz-keyframes progress-bar-stripes
{
    from
    {
        background-position: 40px 0;
    }

    to
    {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes
{
    from
    {
        background-position: 0 0;
    }

    to
    {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes
{
    from
    {
        background-position: 40px 0;
    }

    to
    {
        background-position: 0 0;
    }
}

@media screen and (min-width:768px)
{
    .modal-dialog
    {
        right: auto;
        left: 50%;
        width: 600px;
        margin-top: 80px;
        padding-bottom: 30px;
    }

    .modal-content
    {
        -webkit-box-shadow: 0 5px 15px #333;
        box-shadow: 0 5px 15px #333;
    }
}

@media screen and (min-width:768px)
{
    .carousel-control .icon-prev, .carousel-control .icon-next
    {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }

    .carousel-caption
    {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators
    {
        bottom: 20px;
    }
}

@media screen and (min-width:0)
{
    @-ms-viewport
    {
        min-width: 1280px;
        width: 100%;
    }
}

@media (min-width:0)
{
    .visible-lg,.visible-lg.visible-md,.visible-lg.visible-sm,.visible-lg.visible-xs,.visible-md.visible-lg,.visible-md,.visible-md.visible-sm,.visible-md.visible-xs,.visible-sm.visible-lg,.visible-sm.visible-md,.visible-sm,.visible-sm.visible-xs,.visible-xs.visible-lg,.visible-xs.visible-md,.visible-xs.visible-sm,.visible-xs

{
    display: block!important;
}

tr.visible-lg, tr.visible-lg.visible-md, tr.visible-lg.visible-sm, tr.visible-lg.visible-xs, tr.visible-md.visible-lg, tr.visible-md, tr.visible-md.visible-sm, tr.visible-md.visible-xs, tr.visible-sm.visible-lg, tr.visible-sm.visible-md, tr.visible-sm, tr.visible-sm.visible-xs, tr.visible-xs.visible-lg, tr.visible-xs.visible-md, tr.visible-xs.visible-sm, tr.visible-xs
{
    display: table-row!important;
}

th.visible-lg, td.visible-lg, th.visible-lg.visible-md, td.visible-lg.visible-md, th.visible-lg.visible-sm, td.visible-lg.visible-sm, th.visible-lg.visible-xs, td.visible-lg.visible-xs, th.visible-md.visible-lg, td.visible-md.visible-lg, th.visible-md, td.visible-md, th.visible-md.visible-sm, td.visible-md.visible-sm, th.visible-md.visible-xs, td.visible-md.visible-xs, th.visible-sm.visible-lg, td.visible-sm.visible-lg, th.visible-sm.visible-md, td.visible-sm.visible-md, th.visible-sm, td.visible-sm, th.visible-sm.visible-xs, td.visible-sm.visible-xs, th.visible-xs.visible-lg, td.visible-xs.visible-lg, th.visible-xs.visible-md, td.visible-xs.visible-md, th.visible-xs.visible-sm, td.visible-xs.visible-sm, th.visible-xs, td.visible-xs
{
    display: table-cell!important;
}

}

@media (min-width:0)
{
    th.hidden-lg,td.hidden-lg,th.hidden-lg.hidden-md,td.hidden-lg.hidden-md,tr.hidden-lg,tr.hidden-lg.hidden-md,.hidden-lg,.hidden-lg.hidden-md,th.hidden-lg.hidden-sm,td.hidden-lg.hidden-sm,tr.hidden-lg.hidden-sm,.hidden-lg.hidden-sm,th.hidden-lg.hidden-xs,td.hidden-lg.hidden-xs,tr.hidden-lg.hidden-xs,.hidden-lg.hidden-xs,th.hidden-md.hidden-lg,td.hidden-md.hidden-lg,tr.hidden-md.hidden-lg,.hidden-md.hidden-lg,th.hidden-md,td.hidden-md,tr.hidden-md,.hidden-md,th.hidden-md.hidden-sm,td.hidden-md.hidden-sm,tr.hidden-md.hidden-sm,.hidden-md.hidden-sm,th.hidden-md.hidden-xs,td.hidden-md.hidden-xs,tr.hidden-md.hidden-xs,.hidden-md.hidden-xs,th.hidden-sm.hidden-lg,td.hidden-sm.hidden-lg,tr.hidden-sm.hidden-lg,.hidden-sm.hidden-lg,th.hidden-sm.hidden-md,td.hidden-sm.hidden-md,tr.hidden-sm.hidden-md,.hidden-sm.hidden-md,th.hidden-sm,td.hidden-sm,tr.hidden-sm,.hidden-sm,th.hidden-sm.hidden-xs,td.hidden-sm.hidden-xs,tr.hidden-sm.hidden-xs,.hidden-sm.hidden-xs,th.hidden-xs.hidden-lg,td.hidden-xs.hidden-lg,tr.hidden-xs.hidden-lg,.hidden-xs.hidden-lg,th.hidden-xs.hidden-md,td.hidden-xs.hidden-md,.hidden-xs.hidden-md,tr.hidden-xs.hidden-md,th.hidden-xs.hidden-sm,td.hidden-xs.hidden-sm,tr.hidden-xs.hidden-sm,.hidden-xs.hidden-sm,th.hidden-xs,td.hidden-xs,tr.hidden-xs,.hidden-xs

{
    display: none!important;
}

}

@media print
{
    .visible-print
    {
        display: block!important;
    }

    tr.visible-print
    {
        display: table-row!important;
    }

    th.visible-print, td.visible-print
    {
        display: table-cell!important;
    }

    .hidden-print
    {
        display: none!important;
    }

    tr.hidden-print
    {
        display: none!important;
    }

    th.hidden-print, td.hidden-print
    {
        display: none!important;
    }
}
#provider_info table thead tr td {
   font-size: 18px;
}

#provider_info table tbody tr td {
   font-size: 13px;
}

.telerik .RadPicker {
    margin-top:-15px;
}

div.rdiFooterDiv {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#666666',endColorstr='#333333');
    text-align: center;
}

input.rdiTodayButton {
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#666666',endColorstr='#333333');
    color: rgb(230, 230, 230);
}

/*added  by gopuraj*/
.admin_alerts {
    padding-left: 70px;
}

/* Added for WO 2024 for table header font size for grids which contain merged rows*/
.table_header_th{
    font-size:1.3em !important;
    border-style:none !important;
    padding: 15px 15px 15px 10px !important;
}

/* Added for WO 2024. CCW RadioButton List Label properties*/
.Radiobuttonwidth label {
    margin-right: 30px !important;
    margin-left: 5px !important;
}

.CheckBoxWidth label {
    margin-right: 3px !important;
    margin-left: 1px !important;
}

/* Added for WO 2024. Moved this from ccmis.css to ccw.min.css post upgrade for CCW screens to use provider master page*/
.mandatory_field , .Mandatory_Field
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #dd0000;
    FONT-FAMILY: Verdana;
    vertical-align:top;
}

.table_content_centeralign
{
    VERTICAL-ALIGN: top;
    TEXT-ALIGN: center;
}

.margin_bottom 
{
    margin-bottom:0.5em;
}

 .yesno table td 
 {
    margin-left: 0;
    background:white!important;
 }
 .yesno table td label 
 {
    padding-right: 1em!important;
    padding-left:0.5em;
    vertical-align:middle;
 }


body::-webkit-scrollbar {
    width: 1em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.calendarWrapper
{
    background-color: #4CCAEF;
    padding: 10px;
    display: inline-block;
}

.myCalendar
{
    background-color: #f2f2f2;
    width: 156px;
    border: none !important;
}

    .myCalendar a
    {
        text-decoration: none;
    }

    .myCalendar .myCalendarTitle
    {
        font-weight: bold;
        height: 40px;
        line-height: 40px;
        background-color: #4CCAEF;
        color: #ffffff;
        border: none !important;
    }

    .myCalendar th.myCalendarDayHeader
    {
        height: 25px;
    }

    .myCalendar tr
    {
        border-bottom: solid 1px #ddd;
    }

    .myCalendar table tr
    {
        border-bottom: none !important;
    }

    .myCalendar tr:last-child td
    {
        border-bottom: none;
    }

    .myCalendar tr td.myCalendarDay, .myCalendar tr th.myCalendarDayHeader
    {
        border-right: solid 1px #ddd;
    }

    .myCalendar tr td:last-child.myCalendarDay, .myCalendar tr th:last-child.myCalendarDayHeader
    {
        border-right: none;
    }

    .myCalendar td.myCalendarDay:nth-child(7) a
    {
        color: #c52e2e !important;
    }

    .myCalendar .myCalendarNextPrev
    {
        text-align: center;
    }

        .myCalendar .myCalendarNextPrev a
        {
            font-size: 1px;
        }

        .myCalendar .myCalendarNextPrev:nth-child(1) a
        {
            color: #4CCAEF!important;
            background: url("prevMonth.png") no-repeat center center;
        }

            .myCalendar .myCalendarNextPrev:nth-child(1) a:hover, .myCalendar .myCalendarNextPrev:nth-child(3) a:hover
            {
                background-color: transparent;
            }

        .myCalendar .myCalendarNextPrev:nth-child(3) a
        {
            color: #4CCAEF!important;
            background: url("nextMonth.png") no-repeat center center;
        }

    .myCalendar td.myCalendarSelector a
    {
        background-color: #25bae5;
    }

    .myCalendar .myCalendarDayHeader a,
    .myCalendar .myCalendarDay a,
    .myCalendar .myCalendarSelector a,
    .myCalendar .myCalendarNextPrev a
    {
        display: block;
        line-height: 20px;
    }

    .myCalendar .myCalendarToday
    {
        background-color: #f2f2f2;
        -webkit-box-shadow: 1px 1px 8px 1px #8f8f8f;
        box-shadow: 1px 1px 8px 1px #8f8f8f;
        display: inline-block;
        width: 22px !important;
        height: 19px !important;
        border: 2px solid #f2f2f2;
        margin-left: -1px;
        margin-top: -1px;
        position: relative;
    }

        .myCalendar .myCalendarToday a
        {
            color: #416ab0 !important;
            font-weight: bold;
        }

            .myCalendar .myCalendarToday a:after
            {
                content: "TODAY";
                color: #000;
                font-size: 0.5em;
                display: inline-block;
                pointer-events: none;
                width: 100%;
                float: left;
            }

    .myCalendar .myCalendarDay a:hover,
    .myCalendar .myCalendarSelector a:hover
    {
        background-color: #4CAF50;
    }
 
 
    .search {
                padding:8px 15px;
                background:rgba(50, 50, 50, 0.2);
                border:0px solid #dbdbdb;
}
.button {
                position:relative;
                padding:6px 15px;
                left:-8px;
                border:2px solid #207cca;
                background-color:#207cca;
                color:#fafafa;
}
.button:hover  {
                background-color:#fafafa;
                color:#207cca;
}

/*logout Dropdown Toggle*/

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #428bca;
        outline: 0;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #999;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000;
    content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:auto;overflow-y:scroll}
.modal.fade .modal-sessiondialog
{
    -webkit-transform:translate(0,-25%);
    -webkit-transition:-webkit-transform .3s ease-out;
    -moz-transition:-moz-transform .3s ease-out;
    -o-transition:-o-transform .3s ease-out;
    transition:transform .3s ease-out
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
.modal.in .modal-sessiondialog
{
    -webkit-transform:translate(0,0);
    transform:translate(0,0)
}

.modal-backdrop
{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1030;
    background-color:#000
}
.modal-backdrop.fade
{
    opacity:0;
    filter:alpha(opacity=0)
}
.modal-backdrop.in
{
    opacity:.5;
    filter:alpha(opacity=50)
}

.modal-sessiondialog
{
    position: relative;
    z-index: 1050;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width:768px) {
    .modal-sessiondialog {
        left: auto;
        right: auto;
        width: 600px;
        margin-top: 80px;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    }
}

.modal-sessionheader
{
    background-color: #e6e6e6;
    padding: 10px 15px;
    height: 55px;
    border-bottom: 1px solid #ccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-family: 'open_sansregular',sans-serif!important;
    min-height:16.428571429px;
}

.modal-sessionheader h4 
{
    color: #10276d;
    font-size: 25px;
}

.modal-sessiontitle
{
    margin:0;
    line-height:1.428571429;
    font-weight: 500;
}

 .modal-sessioncontent
{
    position:relative;
    background-color:#fff;
    border:1px solid rgba(0,0,0,0.2);
    border-radius:6px;
    outline:0;
    -webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);
    background-clip:padding-box
}
.modal-sessionfooter
{
    background-color:#e6e6e6;
    padding:10px 15px;
    height: 60px;
    border-top:1px solid #ccc;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    margin-top: 15px;
    text-align: right;
}

.modal-body
{
    padding: 20px;
    position: relative;
    overflow-y: auto !important;
    font-family: open_sansregular,sans-serif !important;
    font-size: 16px;
    line-height: 1.3285;
}

.btnsession-primary:hover,.btnsession-primary:focus,.btnsession-primary:active,.btnsession-primary.active,.open .dropdown-toggle.btnsession-primary
{
    background-color:#10276d;
    background-image:-moz-linear-gradient(top,#10276d,#173799);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#10276d),to(#173799));
    background-image:-webkit-linear-gradient(top,#10276d,#173799);
    background-image:-o-linear-gradient(top,#10276d,#173799);
    background-image:linear-gradient(to bottom,#10276d,#173799);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr=#10276d, endColorstr=#173799, GradientType=0);
    text-shadow:none;
    border-color:#10276d;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
.btnsession-primary
{
    background-color: #35456d;
    background-image:-moz-linear-gradient(top,#35456d,#465b8f);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#35456d),to(#465b8f));
    background-image:-webkit-linear-gradient(top,#35456d,#465b8f);
    background-image:-o-linear-gradient(top,#35456d,#465b8f);
    background-image:linear-gradient(to bottom,#35456d,#465b8f);
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr=#35456d, endColorstr=#465b8f, GradientType=0);
    text-shadow: none;
    border-color: #35456d;
    margin-left:500px;
    text-transform:uppercase;
    color: #fff;
    padding: 4px;
    font-size: 1.2em;
}
.btnsession:hover,.btnsession:focus
{
    text-decoration:none
}
.btnsession
{
    font-family: open_sanssemibold;
    display: inline-block;
    margin-bottom:0px;
    font-weight: normal;
    line-height: 1.4285;
    text-align:center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

button,html input[type='button'], input[type='reset'],input[type='submit'] {-webkit-appearance: button;}
button,input,select,textarea {margin: 0}

.text-center{text-align: center;}
.Alert_Padding{padding-left:1.1em!important;}


