/* 
    Document   : main
    Created on : 06 Aug 2014, 9:11:46 AM
    Author     : andre
    Description:
        Purpose of the stylesheet follows.
*/

body, html{
  margin:0;
  padding:0;
  height: 100%;
}

root 
{ 
    display: block;
}
.table-cell
{
    color: red;
}
.gridlist
{
    cursor: pointer;
    text-align: left;
}

.stage {
	font-family:sans-serif;
	color: #323d98;
}

.stage input[type=submit]
{
    /* background-color: rgb( 117, 155, 174 ); */
	background-color: #008CBA;
    font-size: 12px;
    font-family:sans-serif;
    /* color: rgb( 51, 51, 51 ); */
	color: #ffffff;
	padding: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: none;
	margin-top: 5px;
}

.stage input[type=submit]:hover
{
    background-color: #323d98;
	cursor: pointer;
}

.stage select {
	padding: 7px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: solid thin #008CBA;
}

.stage_text
{
    text-align: right;
}

.gray_half 
{
    /* background-color: rgb( 198, 196, 196 ); */
	background-color: #ffffff; /* <-- christo edit */
    left: 0px;
    top: -8px;
    width: 100%;
    height: 50%;
    min-width : 1085px;
}

.gray_half_small
{
    /* background-color: rgb( 198, 196, 196 ); */
	background-color: #ffffff; /* <-- christo edit */
    width: 100%;
    min-width : 1085px;
    height: 174px;
    left: 0px;
    top: -8px;
}


.header_box
{
    /* border-radius: 10px; */
    /* background-color: rgb( 117, 155, 174 ); */
    /* box-shadow: 2.5px 4.33px 5px 0px rgb( 0, 0, 0 ); */
    top: 10px;
    position: relative;
    height: 150px;
    width: 920px;
    margin: 0 auto;
}

.main_box 
{
    background-image: url("../images/main_box.png");
    background-repeat: no-repeat;
    position: relative;
    top: 100px;
    width: 591px;
    height: 390px;
    margin: 0 auto;
    font-family: sans-serif;
    color: white;
}

.logo_box 
{
    position: relative;
    left: -78px;
    width: 67px;
    height: 90px;
    top: -93px;
}
.logo_box img {
	width: 130px;
    height: auto;
}

/* new logo styling <-- christo */
.logo_box_2 img {
	width: 20%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.head_name 
{
    font-size: 46px;
    font-family:sans-serif;;
    font-weight: 550;
    color: rgb( 51, 51, 51 );
    position: relative;
    width: 920px;
    height: 94px;
    line-height: 94px;
    text-align: center;
}


.sign_box
{
    background-color: rgb( 117, 155, 174 );
    box-shadow: 2.5px 4.33px 5px 0px rgb( 0, 0, 0 );
    position: relative;
    left: 405px;
    top: 4px;
    width: 175px;
    height: 51px;
}

.sign_text 
{
    font-size: 35px;
    position: relative;
    font-family:sans-serif;;
    font-weight: 550;
    color: rgb( 51, 51, 51 );
    line-height: 51px;
    text-align: center;
    width: 175px;
    height: 51px;
}

.man 
{
    background-image: url("../images/man.png");
    text-align: center;
    width: 99px;
    height: 110px;
    position: relative;
    margin: auto;
    margin-top: 51px;
}

.allign_boxes
{
    display: inline-block;
    text-align: left;
}

.allign_buttons
{
    margin-top:20px;
    text-align: center;
    color: white;
    font-family:sans-serif;
}

.user_vars input
{
    background-color: rgb( 180, 180, 180 );
    font-size: 26px;
    font-family:sans-serif;
    color: rgba( 51, 51, 51, 0.729 );
    margin-top: 5px;
}

.user_vars a
{
    margin-top: 5px;
}

.user_vars a:visited
{
    color: blue;
}

.issues
{
    font-size: 16px;
    font-family:sans-serif;
    /* color: rgb( 0, 0, 0 ); */
	color: #008CBA;
    text-align: center;
    margin: auto;
    position: relative;
    top:70px;
}

.product 
{
    font-size: 20px;
    font-family:sans-serif;
    color: #323d98;
    position: fixed;
    bottom: 30px;
	right: 20px;
}

.tigaLogo
{
    bottom: -15px;
    position: relative;
}

.disc
{
    font-family:sans-serif;
    text-decoration:none;
    position:fixed;
    bottom: 0; 
    width: 100%;
    text-align: center;
    color: blue;
}

.link_no_styling
{
    text-decoration:none;
    font-family:sans-serif;
}
.link_bluetheme {
	text-decoration: none;
	font-family:sans-serif;
	color: #323d98;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}
.link_bluetheme:hover {
	text-decoration: underline;
}

.username
{
    font-size: 18px;
    font-family:sans-serif;
    color: #323d98;
    top: 10px;
    right: 20px;
	margin-right: 10px;
    position: relative;
    text-align:right;
	float: right;
}

.header_box_small
{
    /* border-radius: 10px; */
    /* background-color: rgb( 117, 155, 174 ); */
    /* box-shadow: 2.5px 4.33px 5px 0px rgb( 0, 0, 0 ); */
    top: 19px;
    position: relative;
    height: 94px;
    width: 920px;
    margin: 0 auto;
}

.menu_blue 
{
    background-color: #323d98;
    min-width : 1085px;
}

.menu
{
    font-size: 18px;
    font-family: sans-serif;
    color: #ffffff;
    text-align: justify;
    /*line-height: 40px;*/
    vertical-align:middle; 
    width: 1002px;
    margin: 0 auto;
    position: relative;
    left: -37px;
}
.menutop
{
/*    font-size: 26px;
    font-family: "sans-serif";
    color: rgb( 255, 255, 255 );
    text-align: left;*/
    line-height: 10px;
/*    vertical-align:middle; 
    width: 1002px;
    margin: 0 auto;
    position: relative;
    left: -37px;*/
}
.tableHeaderSmall
{
    background-color:#008CBA;
    font-size: 14px;
    color: white;
    vertical-align: top;	
    text-decoration: none;
    text-align: left;
    font-family: sans-serif;
}

.tableHeaderSmall a
{
    color: white;
    text-decoration: none;
    text-align: left;
    font-family: sans-serif;
}

.tableHeaderSmall td
{
    text-align: left;
}

.tableEvenRowSmall
{
    font-size: 14px;
    font-family: sans-serif;
    background-color:  #FFFFFF;
    text-align: left;
}

.tableEvenRowSmall td
{
    text-align: left;
}

.tableOddRowSmall
{
    font-size: 14px;
    font-family: sans-serif;
    background-color: #E5E5E5;
    text-align: left;
}

.tableOddRowSmall td 
{
    text-align: left;
}

.tableEvenRowSmallNA
{
    font-size: 14px;
    font-family: sans-serif;
    background-color:  #FFFFFF;
}

.tableEvenRowSmallNA td
{
    padding-right: 15px;
}

.tableOddRowSmallNA
{
    font-size: 14px;
    font-family: sans-serif;
    background-color: #E5E5E5;
}

.tableOddRowSmallNA td 
{
    padding-right: 15px;
}

.datagrid_container
 {
    width: 986px;
    /* border-radius: 10px;
    border-color: #2c2c2c; */
    text-align: center;
    /* border: 2px solid; */
    padding:5px;
    margin: 0 auto;
    margin-top: 5px;
    position: relative;
}

@media screen and (min-width: 1000px){
    .datagrid_container{
        left: -36px;
    }
}

.datagrid_container_style
{
    color: #323232;
    font-family: sans-serif;
    margin-left: 10px;
}
.datagrid_container style h1 { color: #008CBA }
.datagrid_container style h2 { color: #008CBA }
.datagrid_container style h3 { color: #008CBA }
.datagrid_container style h4 { color: #008CBA }
.datagrid_container style h5 { color: #008CBA }

.change_dashboard_buttons input[type=submit]
{
    background-color: rgb( 117, 155, 174 );
    font-family:sans-serif;
    color: rgb( 51, 51, 51 );
    border-color: #2c2c2c;
    padding: 4px;
    margin-bottom:4px;
}

.change_dashboard_buttons
{
    /*if left align is needed on dashboard, add it here*/
}

.datagrid_container_style input
{
    background-color: rgb( 180, 180, 180 );
    font-family:sans-serif;
    color: rgba( 51, 51, 51, 0.729 );
}

.datagrid_container_style select
{
    background-color: #ffffff;
    font-family:sans-serif;
    color: rgba( 51, 51, 51, 0.729 );
}

.datagrid_container_style h1
{
    text-align: left;
    font-size: 26px;
}

.user_vars_container
{
    width: 909px;
    /* border-radius: 10px;
    border-color: #008CBA;
    border: 2px solid; */
    padding:5px;
    margin: 0 auto;
    margin-top: 5px;
/*    margin-left: 25px;
    margin-right: 25px;*/
}

.user_vars_style
{
    color: #323232;
    font-family: sans-serif;
    margin-left: 25px;
    margin-right: 25px;
}

.user_vars_style input
{
    background-color: rgb( 180, 180, 180 );
    font-family:sans-serif;
    color: rgba( 51, 51, 51, 0.729 );
}

.user_vars_style input[type=submit]
{
    /* background-color: rgb( 117, 155, 174 ); */
	background-color: #008CBA;
    font-size: 12px;
    font-family:sans-serif;
    /* color: rgb( 51, 51, 51 ); */
	color: #ffffff;
	padding: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: none;
	margin-top: 5px;
}

.user_vars_style input[type=reset]
{
    /* background-color: rgb( 117, 155, 174 ); */
	background-color: #008CBA;
    font-size: 12px;
    font-family:sans-serif;
    /* color: rgb( 51, 51, 51 ); */
	color: #ffffff;
	padding: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: none;
	margin-top: 5px;
}

.user_vars_style input[type=button]
{
    /* background-color: rgb( 117, 155, 174 ); */
	background-color: #008CBA;
    font-size: 12px;
    font-family:sans-serif;
    /* color: rgb( 51, 51, 51 ); */
	color: #ffffff;
	padding: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: none;
	margin-top: 5px;
}

.user_vars_style select
{
    background-color: #ffffff;
    font-family:sans-serif;
    color: rgba( 51, 51, 51, 0.729 );
}
.user_vars_style h1
{
    text-align: left;
    font-size: 26px;
}
.user_vars_container_admin
{
    width: 909px;
    /* border-radius: 10px;
    border-color: #008CBA;
    border: 2px solid; */
    padding:5px;
    margin: 0 auto;
    margin-top: 5px;
}

.main_box_manual
{
    position: relative;
    top: 20px;
    width: 920px;
    margin: 0 auto;
    font-family: sans-serif;
    font-size: 22px;
    color: #323d98;
    /* background: -webkit-linear-gradient(#282828, #678492);
    background: -o-linear-gradient(#282828, #678492);
    background: -moz-linear-gradient(#282828, #678492); 
    background: linear-gradient(#282828, #678492); */
    min-height: 390px;
	border-top: solid thick #323d98;
}

.main_box_manual_text
{
    margin-top: 15px;
    text-align: center;
}

.index_menu_container
{
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.pic_padding
{
    width: 31.33%;
	float: left;
	background-color: #008CBA;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 2.2%;
	min-height: 200px;
	padding-top: 20px;
	color: #ffffff;
}
.pic_padding:hover {
	background-color: #323d98;
}
.pic_padding a img {
	width: auto;
	height: 80px;
	margin-bottom: 20px;
}

.indemnity_style
{
    color: #323232;
    font-family: sans-serif;
    text-align: justify;
    margin-left: 25px;
    margin-right: 25px;
}

.indemnity_style input
{
    background-color: rgb( 180, 180, 180 );
    font-family:sans-serif;
    color: rgba( 51, 51, 51, 0.729 );
    text-align: center;
}

.indemnity_container
{
    width: 920px;
    text-align: center;
    padding:5px;
    margin: 0 auto;
    margin-top: 20px;
}

.indemnity_style input[type=submit]
{
    /* background-color: rgb( 117, 155, 174 ); */
	background-color: #008CBA;
    font-size: 12px;
    font-family:sans-serif;
    /* color: rgb( 51, 51, 51 ); */
	color: #ffffff;
	padding: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: none;
	margin-top: 5px;
}

.indemnity_style input[type=submit]:hover
{
    background-color: #323d98;
	cursor: pointer;
}

.indemnity_container h1
{
    font-size: 26px;
}

.login_box
{
    width: 591px;
    /* border-radius: 20px; */
    text-align: center;
    /* border: 5px solid #d2d2d2; */
    padding:5px;
    margin: 0 auto;
    /* background: -webkit-linear-gradient(#282828, #678492); */
    /*background: -o-linear-gradient(#282828, #678492); */
    /* background: -moz-linear-gradient(#282828, #678492); */
    /* background: linear-gradient(#282828, #678492); */
    position: relative;
    height: auto;
	border-top: thin solid #323d98;
	border-bottom: thin solid #323d98;
}

.top_menu
{
    font-size: 16px;
    text-decoration: none;
    color:white;
}
.top_menu:hover {
	text-decoration: underline;
}

.top_menu_selected
{
    font-size: 16px;;
    text-decoration: none;
    color:white;
}

.form_main
{
    width: 100%;
    text-align: left;
}

.form_main_label
{
    display: inline-block;
    width: 17%;
}
.form_main_label_wide
{
    display: inline-block;
    width: 20%;
    text-align: left;
    vertical-align:top;
}

.form_claim_label
{
    display: inline-block;
    width: 25%;
    margin-left: 5px;
}

.form_claim_label_view
{
    display: inline-block;
    width: 33%;
    margin-left: 5px;
}

.form_main_input
{
    display: inline-block;
    margin-bottom: 3px;
}
.claim_added
{
    color: red;
    font-family: sans-serif;
}

.logout
{
    height: 32px; 
    width: 32px;
    vertical-align:middle;
}

.fileinput
{
    margin-top: 3px;
}

.exportxls
{
    text-align: left;
    vertical-align:middle;
    text-decoration:none;  
}
.exportxls a
{
    text-decoration:none;  
}

.exportxlsimage
{
    text-align: left;
    vertical-align:middle;
}

.user_vars_login {
	color: #008CBA;
	font-size: 16px;
}

.user_vars_login input
{
    /* background-color: rgb( 180, 180, 180 ); */
	background-color: #ffffff;
	width: 350px;
    font-size: 17px;
    font-family:sans-serif;
	margin-bottom: 10px;
	padding: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: thin solid #008CBA;
}

.user_vars_login input[type=submit]
{
    /* background-color: rgb( 117, 155, 174 ); */
	background-color: #008CBA;
    font-size: 18px;
    font-family:sans-serif;
    /* color: rgb( 51, 51, 51 ); */
	color: #ffffff;
	padding: 12px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: none;
}
.user_vars_login input[type=submit]:hover {
	background-color: #323d98;
	cursor: pointer;
}

.user_vars_login a
{
    margin-top: 5px;
}

.user_vars_login a:visited
{
    color: blue;
}
.filter_input
{
   color: red;
   background-color: red;
   position: relative;
}

.space_after
{
    margin-bottom: 45px;
}

.exist
{
    text-align: left;
    margin-left: 5px;
    color: red;
}
.textinputM {
    border: 1px solid #006;
    width: 300px;
    font-size: 1em;
}

.div_row
{
    display:table-row;
}

.div_cell
{
    display:table-cell;
}

.div_cell_label
{
    display:table-cell;
}

.last_active_user
{
    background-color:yellow;
    color:black;
    font-size:20px;
    font-family: sans-serif;
}

.disclaimer
{
    font-family: sans-serif;
    margin:20px;
    text-align: justify;
}

.scroll_content_style
{
    color: #323232;
    font-family: sans-serif;
    text-align: justify;
    margin-left: 25px;
    margin-right: 25px;
}

.scroll_content_style_style input
{
    background-color: rgb( 180, 180, 180 );
    font-family:sans-serif;
    color: rgba( 51, 51, 51, 0.729 );
    text-align: center;
}

.scroll_content_style_container
{
    width: 850px;
    border-color: #2c2c2c;
    text-align: left;
    border: 2px solid;
    padding:5px;
    margin: 0 auto;
    margin-top: 5px;
    max-height: 200px;
    overflow-y:auto
}

.scroll_content_style_style input[type=submit]
{
    background-color: rgb( 117, 155, 174 );
    font-family:sans-serif;
    color: rgb( 51, 51, 51 );
    padding: 4px;
}

.scroll_content_style_container h1
{
    font-size: 26px;
}

/* -----------------------------------
Christo - Custom Elements
----------------------------------- */
.header_logo {
	float: left;
	height: 120px;
	width: auto;
	margin-right: 10px;
	top: 0;
	padding-bottom: 10px;
}
.header_logo img {
	height: 120px;
	width: auto;
}
.header_title {
	font-family: sans-serif;
	padding: 10px;
	border-bottom: solid thin #323d98;
	border-top: solid thin #323d98;
	margin-top: 20px;
}
.header_title p { color: #323d98 }
.header_title h1 { color: #323d98 }
.header_title h2 { color: #323d98 }
.header_title h3 { color: #323d98 }
.header_title h4 { color: #323d98 }
.header_title h5 { color: #323d98 }

.cust_left_column {
	min-width: 200px;
}
input[type="text"]:cust_right_column {
	text-align: right;
}
.cust_button {
	display: block;
	margin-bottom: -15px;
	min-width: 185px;
}
select {
	padding: 7px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: solid thin #008CBA;
	background-color: #ffffff;
}

input[type=text] {
	padding: 7px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: solid thin #008CBA;
	background-color: #ffffff;
}

.textinputIC {
	padding: 7px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: solid thin #008CBA;
	background-color: #ffffff;
}

#textright {
	text-align: right;
}

.formbutton
{
    /* background-color: rgb( 117, 155, 174 ); */
	background-color: #008CBA;
    font-size: 12px;
    font-family:sans-serif;
    /* color: rgb( 51, 51, 51 ); */
	color: #ffffff;
	padding: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: none;
	margin-top: 5px;
}

.formbutton:hover
{
    background-color: #323d98;
	cursor: pointer;
}

.formbutton_disabled {
	 /* background-color: rgb( 117, 155, 174 ); */
	background-color: #ACACAC;
    font-size: 12px;
    font-family:sans-serif;
    /* color: rgb( 51, 51, 51 ); */
	color: #ffffff;
	padding: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: none;
	margin-top: 5px;
}

.user_vars_style h1 { color: #008CBA }
.user_vars_style h2 { color: #008CBA }
.user_vars_style h3 { color: #008CBA }
.user_vars_style h4 { color: #008CBA }
.user_vars_style h5 { color: #008CBA }

h1 { color: #008CBA }

/* Show and hide claim content divs style */


 .ClaimContentContainer .ClaimContentHeader {
     background-color:#008CBA;
     color:#ffffff;
     padding: 10px;
     padding-left: 20px;
     cursor: pointer;
     font-weight: bold;
     margin-bottom: 5px;
 }
 
 .ClaimContentContainer .ClaimContentHeader:before {
        content:url('../images/tree_arrow_right.png'); 
        position:relative; 
        z-index:100000; /*a number that's more than the modal box*/
        left:-10px;
        top:0px;
     } 

 .ClaimContentContainer .ClaimContentHeader.expanded:before {
        content:url('../images/tree_arrow_down.png'); 
        position:relative; 
        z-index:100000; /*a number that's more than the modal box*/
        left:-10px;
        top:0px;
     } 
     
     
.ClaimContentContainer .ClaimContentContent {
    display: none;
    padding : 5px;
    margin-bottom: 5px;
}

/* added to align authorized mbr left */
td
{
    text-align: left;
    align:left;
}

.message_box 
{
    font-size: small;    
    border-width: 1px;
    border-style: solid;
    border-color: silver;
    padding:  5px;
    margin: 15px;
    margin-left: 0px;
    margin-right: 0px;
}

.message_box.success 
{
    color: #006;
    background-color: #c6e8fe;
    border-color: #79cafd;
}

.message_box.success 
{
    color: #006;
    background-color: #c6e8fe;
    border-color: #79cafd;
}

.message_box.error 
{
    color: #600;
    background-color: #fec1c1;
    border-color:#fe7c7c;
}

.ui-widget {
    font-size:80% !important;
}

.button-clear-day {
    padding: 3px  !important;
}

.button-clear-day:hover {
    cursor: pointer;
}

.vehicle-reg-nr {
    text-transform: uppercase;
}

.attachment-list {
    list-style-type: none;
    padding: 0;
}

.attachment {
        padding-left:16px;
        background-image:url('../images/file-type-icons/16px/_blank.png'); 
        background-repeat:no-repeat;
        vertical-align:middle;
        display:inline-block;
}

.attachment.gif {
    background-image:url('../images/file-type-icons/16px/gif.png'); 
}
.attachment.odt {
    background-image:url('../images/file-type-icons/16px/odt.png'); 
}
.attachment.ods {
    background-image:url('../images/file-type-icons/16px/ods.png'); 
}
.attachment.txt {
    background-image:url('../images/file-type-icons/16px/txt.png'); 
}
.attachment.docx {
    background-image:url('../images/file-type-icons/16px/docx.png'); 
}
.attachment.pdf {
    background-image:url('../images/file-type-icons/16px/pdf.png'); 
}
.attachment.tif {
    background-image:url('../images/file-type-icons/16px/tif.png'); 
}
.attachment.html {
    background-image:url('../images/file-type-icons/16px/html.png'); 
}
.attachment.eml {
    background-image:url('../images/file-type-icons/16px/eml.png'); 
}
.attachment.msg {
    background-image:url('../images/file-type-icons/16px/msg.png'); 
}
.attachment.doc {
    background-image:url('../images/file-type-icons/16px/doc.png'); 
}
.attachment.png {
    background-image:url('../images/file-type-icons/16px/png.png'); 
}
.attachment.xls {
    background-image:url('../images/file-type-icons/16px/xls.png'); 
}
.attachment.xlsx {
    background-image:url('../images/file-type-icons/16px/xlsx.png'); 
}
.attachment.jpg {
    background-image:url('../images/file-type-icons/16px/jpg.png'); 
}

.gridClass
{
    font-family:sans-serif;
    text-align: left;
}

.gridClass.level0 {
    
}

.gridClass.level4 {
    background-color:#909090;
    color: white;
    font-size: 14px;
    font-weight: bold;
    vertical-align: top;	
    text-decoration: none;
    text-align: left;
    font-family: sans-serif;        
}

.gridClass.level5 {
    background-color:#008CBA;
    font-size: 14px;
    font-weight: bold;
    color: white;
    vertical-align: top;	
    text-decoration: none;
    text-align: left;
    font-family: sans-serif;    
    
}

a.dashboard_link:hover,
a.dashboard_link:visited,
a.dashboard_link
{
    font-family: sans-serif;
    font-size: 14px;
    color:#323232;
    text-decoration:none;
}

a.dashboard_link_15:hover,
a.dashboard_link_15:visited,
a.dashboard_link_15
{
    font-family: sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-decoration:none;
}