﻿html {
    background-color: #d1d1d1;
    margin: 0;
    padding: 0;
}

body {
    
    border-top: solid 10px #006598;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}


header, footer, hgroup,
nav, section {
    display: block;
}


.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}




/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 1400px;
}

#body {
    background-color: #d1d1d1;
    clear: both;
    padding-bottom: 35px;
}

    .main-content {
       
        padding-left: 10px;
        padding-top: 30px;
    }


header .content-wrapper {
    padding-top: 18px; 
}

footer {
    position:fixed;
   bottom:0;
   width:100%;
   height:10px;   /* Height of the footer */
   background:#006598;
}



/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
       text-decoration: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }


.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    
    float: left;
    width: 55%;
    margin:10px
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#logoutForm {
    display: inline;
}


/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #e2e2e2;
	background: #fff;
	color: #333;
	font-size: 14px;
	margin: 5px 0 6px 0;
	padding: 5px;
	width: 200px;
}
input:focus{
outline:none;
}



textarea {
	font-family: inherit;
	width: 500px;
}

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {
		background-color: #d3dce0;
		border: 1px solid #787878;
		cursor: pointer;
		
		font-weight: 600;
		padding: 7px;
		margin-right: 8px;
		width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }


/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}


.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


.ui-iconscolored, .ui_iconscolored { width: 19px; height: 19px; background-image: url('../images/icons_colored.png'); background-repeat:no-repeat;  font-size: 11px !important; }
.ui-iconcolored_warning { background-position: 0px 0px; }
.ui-iconcolored_format { background-position: 0px -19px; }


.nodisplay
{
	display:none;
}

.logoutname
{
	margin-right: 5px;
	padding: 2px;
	text-align: center;
	color: #6d7174;
    font-size:13px
}

.logoutbutton
{
	cursor: pointer;
	padding: 2px;
	text-align: center;
	width: 72px;
	background-color: #006598;
	border-radius: 5px 5px 5px 5px;

}

    .topNavigationReg {
    display: table-cell;
    height: 50px;
    min-width: 150px;
    border-right:1px solid #cbcdcd;
    border-left:1px solid #f4f6f8;
    cursor:pointer;
    }
    .topNavigationText {
     line-height: 50px;
     text-align: center;
     text-transform:uppercase;
     font-weight:600;
     font-size:16px;
    }

    .topNavigationFirst {
    display: table-cell;
    height: 50px;
    min-width: 150px;
    border-right:1px solid #cbcdcd;
    border-left: 1px solid #f4f6f8;
    box-shadow: -1px 0px #cbcdcd;
    cursor:pointer;
    }

    .topNavigationLast {
    display: table-cell;
    height: 50px;
    min-width: 150px;
    border-right:1px solid #cbcdcd;
    border-left: 1px solid #f4f6f8;
    box-shadow: 1px 0px #f4f6f8;
    cursor:pointer;
    }

.topNavigationSelected {
    background-color: #006598;
    color:#FFFFFF;
}
.topNavigationUnselected {
    color:#00173b
}

.navContainer {
    background-color: #e8e9e8;
    float: left;
    width: 100%;
    min-width: 1200px;
    border-top: 1px solid #DEDFDF;
    outline: 1px solid #C7C6C5;
    border-bottom: 1px solid #f6f6f6;
    margin-bottom:30px
}

/* Loading Icon */
div.Loading img
{
	vertical-align:middle;
}
div.Loading 
{
	font-weight:bold;
	text-align:center;
	padding: 20px;
	color:#000000
}   
/* Loading Icon End */

/* main content view styles*/
    .headerOuterContainer {
        -moz-box-shadow: 3px 4px 9px -2px #64676c;
        -webkit-box-shadow: 3px 4px 9px -2px #64676c;
        box-shadow: 3px 4px 9px -2px #64676c;
        float: left;
        background-color: #ffffff;
        border: 1px solid #ffffff;
        margin-right:50px;
        margin-bottom:50px;
    }
    .headerContainer {
        height:52px;
        background-color:#65676c;
    }
    .headerContainerText {
        float:left;
        color:#ffffff;
        margin-left:20px;
        text-transform:uppercase;
        display:table-cell;
        font-size:18px;
        font-weight:600;
    }

    .headerContainerText div {
        line-height:51px;
    }
/* main content view styles */

/* sub nav styles */
.subPanelNavigationReturn {
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    float: right;
    color:#00173b;
    font-weight: bold;    
    padding-bottom: 5px;
}

 .subNavContainerUnselected {
        height:52px;
        background-color:#46a2da;
        cursor:pointer;
        color:#00173b;
    }
  .subNavContainerText {
        float:left;
        margin-left:20px;
        display:table-cell;
        font-size:18px;
        font-weight:600;
    }
    .subNavContainerText div {
        line-height: 51px;
    }

    .subNavContainerSelected {
        height:52px;
        background-color:#006598;
        color:#ffffff;
        cursor:pointer;
        
    }
.subNavigationReg {
    border-bottom:1px solid #CDCCCC;
}
.subNavigationFirst {
    border-top:1px solid #CDCCCC;
    border-bottom:1px solid #CDCCCC;
}

/* sub section style */

.subsectionClosed
{
	background-color: #a2a2a2;
	color: #ffffff;
	border-top: 1px solid #ffffff;
}

.subSectionDefault {
    font-size: 18px;
    height: auto;
    min-height: 35px;
    float: left;
    width: 100%;
}

.subSectionLabel
{
	padding-top: 5px;
	float: left;
    width: 100%;
    padding-left: 10px;
}

.subSectionContainer {
    padding-top: 10px;
    min-height: 100px;
    background-color: #ffffff;
    border-left: 1px solid #A2A2A2;
    border-right: 1px solid #A2A2A2;
    float: left;
    width: 100%;
    cursor: default;
}

.subsectionClosedFirst
{
	border-top: 0px;
}

.subSection
{
	cursor:pointer;
}

.vehiclesubSection
{
	cursor:pointer;
}

.subSectionHover
{
	background-color: #00173b;
	color: #ffffff;
	border-top: 1px solid #ffffff;
}

.plusMinusIcons 
{ 
    height: 35px;
    width:35px;
    background-image: url('../images/plusminusicon.png'); 
    background-repeat:no-repeat;
    float: right;
    margin-top: -30px;  
}

.minusIcon  { background-position: 0px 0px; }
.plusIcon  { background-position: -35px 0px; }
/* sub nav styles */

.subSectionPanel
{
	padding-top: 20px;
	padding-bottom: 20px;
}

.subSectionHeaderContainer
{
	margin-top:10px;
	margin-bottom:10px;
	height: 35px;
}



.subSectionTextLabel
{
	display:inline;
	color:#393939;
	font-size: 16px;
	float: right;
	padding-top: 7px;
	text-transform:uppercase;
}

.addUserIcon
{
	height: 20px;
	width: 20px;
	background-image: url("../Images/add-userwhite.png");
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center;
}

.defaultIconStyle
{
	
	border-radius: 6px 6px 6px 6px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 5px 13px;
	vertical-align: sub;
	cursor: pointer;
}

.activeButtonIcon
{
	background-color: #006598 !important;
	cursor:pointer !important;
}

.iconsEdit
{
	background-image: url('../Images/editicons.png'); background-repeat:no-repeat;
}

.editIcon
{
	height: 20px;
	width: 20px;
	background-image: url("../Images/editpencilwhite.png");
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center;
}

.questionMarkIcons {
    width: 30px;
    height: 32px;
    background-image: url('../images/questionmarkicons.png');
    background-repeat: no-repeat;
}

.questionMarkIconWhite {
    background-position: 0px 0px;
}

.questionMarkIconDarkBlue {
    background-position: -38px 0px;
}

.questionMarkIconOrange {
    background-position: -74px 0px;
}

.gridRow .editIcon
{	
	background-image: none;	
}

/*.searchIcon
{
	height: 20px;
	width: 20px;
	background-image: url("../Images/magnifying_glass.png");
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center;
}*/

.saveButton
{
		
		background-image: url("../Images/savewhite.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 20px 20px;
		border: 0 none !important;
		border-radius: 5px 5px 5px 5px;
		padding: 7px 23px !important;
		margin:0px;
}

.inactiveButtonIcon
{
	background-color: #a2a2a2 !important;
}

.inactiveButtonIconNoClick
{
	cursor: default !important;
}


.subSectionHeaderContainerNoValidation
{
	float:right;
	padding-right: 30px;
}

.confirm_overlay
{
	background-color: #000000;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 50;
	-khtml-opacity:.10; -moz-opacity:.10; -ms-filter:"alpha(opacity=10)"; filter:alpha(opacity=10); opacity:.10;
}

.selected_div
{

margin:10px;
padding: 4px 8px;
background-color:#00173b;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
text-align:left;
cursor:pointer;
color:#ffffff;
text-align: center;
min-width: 75px;
}
	 
.unselected_div
{

margin:10px;
padding: 4px 8px;
background-color:#9B9B9B;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
text-align:left;
cursor:pointer;
color:#c1c1c1;
text-align: center;
min-width: 75px;
 
}

.active_icon
{
	background-image: url("../Images/activeicon.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	padding: 2px 23px;
}
.inactive_icon
{
	background-image: url("../Images/inactiveicon.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	padding: 2px 23px;
}
.pencilBlue
{
	width: 17px; 
	height: 18px;
	background-position:0px -1px;
}

.pencilYellow
{
	width: 17px; 
	height: 17px;
	background-position:0px -24px;
}

.pencilWhite
{
	width: 17px; 
	height: 18px;
	background-position:0px -47px;
}

.pencilGreen
{
	width: 17px; 
	height: 18px;
	background-position:0px -64px;
}

.pencilOrange
{
	width: 17px; 
	height: 18px;
	background-position:0px -88px;
}
/*Main Panel and Sub Sections styles start*/
.mainPanel
{
	float: left;
	height: auto;
	margin-bottom: 100px;
	margin-top: 10px;
}

.sectionHeader
{
	 margin-left: 10px;
	 float:left;
	width: 100%;
}

.sectionHeaderColumn
{
	float: left;
	max-width: 200px;
	min-width: 200px;
	padding: 4px;
	margin-top: 5px;
	padding: 5px;
	font-weight: 600;
	border-bottom: 1px solid;
	
}

.addNewHeader
{
	float: left;
padding: 5px;
font-weight: 600;
border-bottom: 1px solid;
cursor:pointer;
}

.iconAddNewRow
{
	background-image: url('../Images/addnewicon.png');
	height:13px;
	width:16px;
	background-repeat:no-repeat; 
}

.sectionRows
{
	margin-left: 10px;
	float:left;
	margin-bottom: 15px;
}
.sectionRow
{
  cursor:default;
}

.sectionRowNoSelect
{
  cursor:default;
}

.sectionRowsColumn
{
	float: left;
	padding: 4px;
	margin-top: 5px;
	padding: 5px;
	margin-bottom: 5px;
}
.active_icon
{
	background-image: url("../Images/activeicon.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	padding: 2px 23px;
}
.inactive_icon
{
	background-image: url("../Images/inactiveicon.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	padding: 2px 23px;
}
.trash_icon_yellow
{
	background-image: url("../Images/trashiconyellow.png");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0px 6px;
}
.trash_icon_orange
{
	background-image: url("../Images/trashiconorange.png");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0px 6px;
}
.trash_icon_grey
{
	background-image: url("../Images/trashicongrey.png");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0px 6px;
}

.checkboxIcon
{
	background-image: url("../Images/checkbox_Icon.png");
	background-repeat:no-repeat;
	width: 20px; 
	height: 20px;    
}

.BlueCheckBoxIcon
{
	background-position:0px 0px;
}

.YellowCheckBoxIcon
{
	background-position:0px -20px;
}

.WhiteCheckBoxIcon
{
	background-position:0px -40px;
}

.OrangeCheckBoxIcon
{
	background-position:0px -60px;
}

.viewIcon
{
	background-image: url("../Images/magnifying_glass.png");
	background-repeat:no-repeat;
	width: 20px; 
	height: 20px;    
}
.BlueViewIcon
{
	background-position:0px 0px;
}

.YellowViewIcon
{
	background-position:0px -20px;
}

.WhiteViewIcon
{
	background-position:0px -40px;
}

.OrangeViewIcon
{
	background-position:0px -60px;
}

.GreenViewIcon
{
	background-position:0px -80px;
}

.sectionRowsColumnHover
{
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #e7e9e9;
	padding:5px;
	color:#00173b;
	
}

.sectionRowsColumnEdit
{
	float: left;
	margin-top: 6px;
	background-color: #006598;
	padding:5px;
	color:#ffffff;
	
}
/*Main Panel and Sub Sections styles end*/
.saveButton2
{
		
		background-image: url("../Images/savewhite.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 20px 20px;
		border: 0 none !important;
		border-radius: 5px 5px 5px 5px;
		padding: 6px 23px !important;
		margin:0px;
}
/*Confirm Start*/
.searchmodal
{
	position:absolute;    
	cursor:default;
	z-index:51;
	width:600px;    
	padding: 4px;
	text-align:left;
    background-color:white;	
	-moz-border-radius: 3px;
	border-radius: 3px;
    min-height:200px;
    max-height:550px;
    overflow:hidden;
    /*top:150px;*/
}

.actionpopup
{
	position:absolute;
	cursor:default;
	z-index:51;
	width:200px;
	color:White;
	padding: 4px;
	text-align:left;
	background-color:#AF1212;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight:700;
	float:right;
}

.actionarrowleft
{
	border-right: 13px solid #AF1212;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	
	font-size: 0;
	left: -6% !important;
	line-height: 0;
	position: absolute;
	top: 39% !important;
	width: 0;
}

.actionarrowright {
    border-left: 13px solid #AF1212;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    font-size: 0;
    left: 100% !important;
    line-height: 0;
    position: absolute;
    top: 39% !important;
    width: 0;
}

.actionpopupCheck
{
	position:absolute;
	cursor:default;
	z-index:51;
	width:200px;
	color:White;
	padding: 4px;
	text-align:left;
	background-color:#E5AA2B;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight:700;
	float:right;
}

.confirmresultsactions
{
	margin-top: 15px;
	text-align: right;   
}

.confirmactiontext
{
	cursor:pointer;
	display:inline-block;
	text-transform:uppercase;
	background-color: rgba(0, 0, 0, 0);
	border: 0 none !important;
	color: #FFFFFF;
	margin: 0;
	background-color: transparent !important;
	padding: 0 !important;
	font-weight: 600;
	font-size: 16px !important;
   
}

.ui-iconwhite, .ui_iconwhite { width: 19px; height: 19px; background-image: url('../images/iconswhite.png'); background-repeat:no-repeat; }
.ui-iconorange, .ui_iconorange { width: 19px; height: 19px; background-image: url('../images/iconsorange.png'); background-repeat:no-repeat; }
.ui-iconlightgrey, .ui_iconlightgrey { width: 19px; height: 19px; background-image: url('../images/iconslightgrey.png'); background-repeat:no-repeat; display:inline-block;
	vertical-align: text-bottom; }
.ui-icon-checkmark, .ui-icon_checkmark { background-position: 0px -475px; }
.ui-icon-x, .ui-icon_x { background-position: 0px -19px; }
.ui-icon-impersonate, .ui-icon_impersonate { background-position: 0px -304px; }
.confirmactioninput
{
	background-color: transparent !important;
	color: white;
	font-weight: bold;
	cursor:pointer;
	border: 0 none !important;
	color: #FFFFFF;
	padding: 0 0 0 12px !important;
	font-size: 16px;
}
.confirmaction
{
	cursor:pointer;
	display:inline-block;
	margin-right:2px;
	vertical-align: text-bottom;
}
/*Confirm End*/

.requiredFields
{
	font-style: italic;
	font-weight: 500;   
    font-weight: 700;
}

/*Toggle button styles*/
.toggleswitchcontainer
{
	font-size:8pt;
	display:inline-block;
	border:1px solid #9B9B9B;
	background-color: #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 8px;
}
.toggleswitch
{
	display: inline-block;
	text-transform: uppercase;
	border:1px solid #ffffff;
	padding:0px 8px 0px 8px;
	margin: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#C1C1C1;
	background-color:#ffffff;
}
.toggleswitch:hover
{
	cursor: pointer;
	color:#9B9B9B;
}
.toggleswitch.on.selected
{
	color:#ffffff;
	background-color:#006598;
	border-radius: 3px, 1px, 1px, 3px;
	-webkit-border-radius: 3px, 1px, 1px, 3px;
	-moz-border-radius: 3px, 1px, 1px, 3px;
}
.toggleswitch.on.selected:hover
{
	
}
.toggleswitch.off.selected
{
	color:#ffffff;
	background-color:#9B9B9B;
	border-radius: 3px, 1px, 1px, 3px;
	-webkit-border-radius: 3px, 1px, 1px, 3px;
	-moz-border-radius: 3px, 1px, 1px, 3px;
}
.toggleswitch.off.selected:hover
{
	background-color:#5B5B5B;
}
.toggleswitchcontainer.disabled
{
	font-size:8pt;
	display:inline-block;
	border:1px solid #9B9B9B;
	background-color:#C1C1C1;
	border-radius: 3px, 1px, 1px, 3px;
	-webkit-border-radius: 3px, 1px, 1px, 3px;
	-moz-border-radius: 3px, 1px, 1px, 3px;
}
.toggleswitchcontainer.disabled > .toggleswitch:hover
{
	cursor: default;
}
.toggleswitchcontainer.disabled > .toggleswitch
{
	display:inline-block;
	color:#9B9B9B;
	border:1px solid #C1C1C1;
	background-color:#C1C1C1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.toggleswitchcontainer.disabled > .toggleswitch.off.selected, .toggleswitchcontainer.disabled > .toggleswitch.on.selected
{
	color:#C1C1C1;
	background-color:#9B9B9B;
	border-radius: 3px, 1px, 1px, 3px;
	-webkit-border-radius: 3px, 1px, 1px, 3px;
	-moz-border-radius: 3px, 1px, 1px, 3px;
}
.toggleswitchcontainer.disabled > .toggleswitch.off.selected:hover, .toggleswitchcontainer.disabled > .toggleswitch.on.selected:hover
{
}
/*Toggle button styles*/

.submitButton
{
	border: 0 none !important;
	border-radius: 5px 5px 5px 5px;
	font-size: 14px !important;
	padding: 5px 8px !important;
	background-color:#006598 !important;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	text-align:left;
	cursor:pointer;
	color:#ffffff;
	text-align: center;
	width: 100px !important;
	font-weight:inherit !important;
	margin-top:10px;
}

.defaultselectedState
{

margin:10px;
padding: 4px 8px;
background-color:#9B9B9B;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
text-align:left;
cursor:pointer;
color:#c1c1c1;
text-align: center;
min-width: 75px;
 
}

.cancelButton
{
	border: 0 none !important;
	border-radius: 5px 5px 5px 5px;
	font-size: 14px !important;
	padding: 5px 8px !important;
	background-color:#9B9B9B !important;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	text-align:left;
	cursor:pointer;
	color:#ffffff;
	text-align: center;
	width: 100px !important;
	font-weight:inherit !important;
	margin-top:10px;
}

.defaultButton {
    background-color: #bcbcbc;
    border: 0 none !important;
    border-radius: 5px;
    color: #333333;
    cursor: pointer;
    font-size: 15px !important;
    font-weight: inherit !important;
    margin-top: 5px;
    padding: 5px 8px !important;
    text-align: center;
    width: 100px;
    margin-left: 15px;
    float: left;
}

.readOnlyText {
        padding-top: 5px;
        min-width:225px
    }

    .subSectionEditForm
{
	float:left;
	border-left: 5px solid #006598;
	background-color:#f2f2f2;
	cursor:default;   
}

.sectionHeaderColumnNew
{
	border-bottom: 1px solid;
	float: left;
	font-weight: 700;
	margin-top: 5px;
	max-width: 200px;
	min-width: 200px;
	padding: 5px;
	
}

.sectionHeaderNew
{
	float: left;
	margin-left: 20px;
	width: 100%;
	color: #333333;
	font-size:14px
}

.subSectionHeaderLabelNew, .modalLabel
{
		color: #00173b;
	display: inline;
	float: left;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 7px;
}

.subSectionHeaderText
{
	margin-left:20px;
	float:left;
	margin-top:8px;
	color: #333333;
	font-size:14px
}

    .sectionInformationContainer {
        float:left;
        width: 700px;
        margin-top: 10px;
        margin-left: 5px;
    }
    .sectionInformationContainerSub {
       float:left;
       width:700px
    }

    .pagerStyle {
        display: inline;
        color: #00173b;
        font-size: 16px; 
        float:left;  
        padding-left:5px;
        padding-right:5px;    
        font-weight: 700;    
        font-style: italic;  
        padding-top: 1px;
        
    }

    /*Grid Styles*/

    .removeIcon  { background-position: 0px 0px; }
    .addIcon  { background-position: -40px -5px; }

    .activeInactiveIcons 
{ 
    height: 35px;
    width:35px;
    background-image: url('../images/activeinactiveicons.png'); 
    background-repeat:no-repeat;  
    margin-top:-6px;
    margin-bottom:-10px;
}
.activeIcon  { background-position: 0px 0px; }
.inactiveIcon  { background-position: -35px 0px; }

        /*.leftarrow {
        background-image: url("../Images/leftarrow.png");
        background-repeat: no-repeat;
        background-size: 35px 20px;
        background-position: center;
        padding: 13px 20px;
        cursor: pointer;
    }
    .rightarrow {
        background-image: url("../Images/rightarrow.png");
        background-repeat: no-repeat;
        background-size: 35px 20px;
        background-position: center;
        padding: 13px 20px;
        cursor: pointer;
    }

    .gridMainPanel {
        float: left;
        height: auto;
        margin-bottom: 100px;
        margin-top: 10px;
    }
    .gridHeader {
        margin-left: 10px;
        float: left;
        width: 100%;
    }
    .gridHeaderColumn {
        float: left;
        padding: 4px;
        margin-top: 5px;
        padding: 5px;
        font-weight: 600;
        border-bottom: 1px solid;
    }*/
    /*.gridRows {
        margin-left: 10px;
        float: left;
        margin-bottom: 15px;
    }

    .gridRowEven {
        float: left;
        margin-top: 5px;
        padding: 5px;
        margin-bottom: 5px;
    }
    .gridRowOdd {
        float: left;
        margin-bottom: 5px;
        margin-top: 5px;
        background-color: #e7e9e9;
        padding: 5px;
        color: #00173b;
    }*/
    /*End Grid Styles*/

#pwchange {
    padding:10px
}

.alert {
    background-color: #006598;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 30px;
    padding: 10px;
    width: 90%;
    min-height: 30px;
}

.gridOverFlowText {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}

.enabledButton {
    background-color: #006598;
    border: 0 none !important;
    border-radius: 5px;
    color: #ffffff;
    font-size: 15px !important;
    font-weight: inherit !important;
    margin-top: 5px;
    padding: 5px 8px !important;
    text-align: center;
    width: 100px;
    margin-left: 15px;
    float: left;
    cursor: pointer;
}

#fileSectionRow a {
    color: #00173b; text-decoration: none; font-style:italic; font-weight:bold; display:inline-block; margin-left:20px;  padding:3px
}

.sectionRowsColumn a {
    color: #00173b; text-decoration: none; font-style:italic; font-weight:bold
}

.sectionRowsColumnHover a {
    color: #00173b !important; text-decoration: none !important; font-style:italic !important; font-weight:bold !important
}

/*File Uploader Styles*/

.table-striped {
    width: 100%;
}
.table-striped .toggle {
    display: none;
}

.table-striped a {
    color: #00173b;
    text-decoration: none;
    font-style: italic;
    font-weight: bold;
}

    .btn{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;background-image:none;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:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
    .btn:hover,.btn:focus{color:#333;text-decoration:none}
    .btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}
    .btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}
    .btn-default{color:#333;background-color:#fff;border-color:#ccc}
    .btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}
    .btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}
    .btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}
    .btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}
    .btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}
    .btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}
    .btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}
    .btn-warning{color:#fff;background-color:#9B9B9B;border-color:#9B9B9B}
    .btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#9B9B9B;border-color:#9B9B9B}
    .btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}
    .btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}
    .btn-danger{color:#fff;background-color:#af1212;border-color:#af1212}
    .btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#af1212;border-color:#af1212}
    .btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}
    .btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}
    .btn-success{color:#fff;background-color:#006598;border-color:#006598;}
    .btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff}
    .btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}
    .btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}    