﻿@charset "utf-8";
/* CSS Document */
html,body{
width:100%;
height:100%;
margin:0px;
padding:0px;
overflow:hidden;
font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
font-size:12px;
color:#737373;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);

}

.landingPage
{
	background-image:url('images/landingBackground.png');
	background-position: center;
	margin:0 auto;
	width:400px;
	height:400px;
	margin-top:250px;
	background-repeat: no-repeat;
}

#loadingDialog{
	position:absolute;
	background-position: center;
	text-align:center;
	padding-top:150px;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
	background-image:url('images/loadingBackground.png');
}

.gradient {
       filter: none;
    }

h1,h2,h4
{
    font-weight:bold;
    }
h1
{
    font-size:20px;
    margin:5px 0px 5px 0px;
    }

h2
{
    font-size:14px;
    margin:5px 0px 5px 0px;
    }

a:link
{
    color:#737373;
    text-decoration: none
    }
a:hover
{
    color:#737373;
    text-decoration:underline;
    }
a:visited
{
    color:#737373;
    }
h3
{
    font-size:12px;
    margin: 8px 0px 0px 0px;
    font-weight:normal;
    }

/* MAIN LAYOUT IDS */
#mainWrapper
{
	height:100%;
	width:100%;
	}

#mainToolbar
{
	height:40px;
	position:fixed;
	top:0px;
	z-index:10;
	left:0px;
	width:100%;
	background-color:#e6e6e6;
	background-repeat:repeat-x;
	border-bottom:1px solid #cccccc;
    
	}

#mainInfoSlip
{
    position:fixed;
	top:80px;
	height:550px;
	width:100%;
	}
#mainInfoSlipIframe
{

    }

header, nav, article, footer, address {
    display: block;
}
.mainBackground
{
	background-image:url('images/fullBackground.png');
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #ececec;

}

#mainToolbar div
{

    }

#mainToolbar ul
{
    margin:0px;
    padding:0px;
    list-style-type: none !important;
}

 #mainToolbar ul li
{
    margin:0px;
    padding:0px;
}

.toolbarMenu
{
    top:35px;
    line-height:22px;
    z-index:2;
    position:absolute;
    border:1px solid #ccc;
    border-top:none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding:10px;
    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(top,  #f7f7f7 0%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f7f7f7 0%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f7f7f7 0%,#ededed 100%); /* IE10+ */
    background: linear-gradient(top,  #f7f7f7 0%,#ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0px 4px 2px 2px rgba(150, 150, 150, 0.2);
    -moz-box-shadow: 0px 4px 2px 2px rgba(150, 150, 150, 0.2);
    box-shadow: 0px 4px 2px 2px rgba(150, 150, 150, 0.2);
    }

.subMenuGroup
{
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding:7px;
    border:1px solid #e9e9e9;
    background-color:#FFF;
    padding:10px;
    /*margin:5px;*/
}

.subMenuGroup h3 {
    float:left;
}

.refreshHistoryButtonGroup {
    border: none;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    background: none;
    padding: 0;
    margin: 0;
}

.refreshHistoryButton {
    font-family: 'Wingdings 3' !important;
    min-width: 40px !important;
    font-size: 20px !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    font-weight: bold !important;    
}

#mainUserMenu ul
{
    margin-top:10px;
}


.truncateUserName
{
	display:block;
	width:140px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	}

#mainUserMenu ul li
{

    margin:5px 0px 5px 0px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding:5px 10px 5px 10px;
    border-bottom:1px solid #e9e9e9;
    border-top:1px solid transparent;
    cursor:pointer;
    }

#mainUserMenu ul li:hover
{

    border-bottom:1px solid #CCC;
    background-color:#F8F8F8;
    border-top:1px solid #FFF;
    }

#mainToolbar .toolbarItem
{
    height:38px;
    margin-top:2px;
    cursor:pointer;

    background-repeat:no-repeat;
    background-position:100% 50%;

    }

.toolbarItemDivider
{
   background-image:url('images/toolbarItemDivider.png');
    }

.toolbarMenuActive
{
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 7px 7px 0px 0px;
    border-radius: 7px 7px 0px 0px;
    background-color:#f7f7f7;
    }

#mainUser
{
    float:right;
    width:100px;
    margin-right:40px;
    }
#mainPrintPDF
{
    float:left;
    width:150px;
    margin-right:0px;
    }

#mainInfoSlips
{
    float:right;
    width:150px;
}

#resetUser {
    float:right;
    width:150px;
}

#mainInfoSlipsMenu
{
    right:100px;
    width:420px;
}

#resetUserMenu {
    right:280px;
    width:285px;
}

#mainForward
{
    float:left;
    width:180px;
    margin-left:20px;

    }

#mainForwardMenu
{
    position:absolute;
    left:10px;
    width:425px;
    }
#mainPrint
{
    float:left;
    width:150px;

    }
#mainSave
{
    float:left;
    width:160px;

    }

#mainUserMenu
{
    position:absolute;
    right:30px;
    width:175px;
    }

/* TOOLBAR ICONS */
.toolbarIcon
{
    width:35px;
    height:40px;
    background-image:url('images/toolbarIcons.png');
    float:left;
    margin-left:10px;
    }
.toolbarText
{
    float:left;
    padding-top:10px;
    padding-left:2px;
    font-weight:bold;
    }

#mainUser .toolbarIcon
{
     background-position:0px;
    }
#mainInfoSlips .toolbarIcon
{
     background-position:175px;
    }
#mainForward .toolbarIcon
{
     background-position:140px;
    }
#mainSave .toolbarIcon
{
     background-position:70px;
    }
#mainPrint .toolbarIcon
{
     background-position:104px;
    }
#mainPrintPDF .toolbarIcon
{
     background-position:35px;
    }


/* ACCORDION CSS */

.accordionGroup
{
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border:1px solid #e9e9e9;
    background-color:#f7f7f7;
    cursor:pointer;
    padding:5px;
    margin:5px;
    }

.accordionList
{
    display:none;
    overflow:auto;
    padding:0px;
    line-height:22px;
    overflow-x:hidden;
    max-height:200px;
    }

.accordionListActive
{
    background-color:#fff;
    }

.accordiongroupHeading
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color:#ffffff;
    padding:5px;
    }
.accordiongroupHeading h2 span
{
    background-color:#ececec;
    border:2px solid #FFF;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding:0px 5px 0px 5px;
    font-size:11px;
    margin-left:10px;
    -webkit-box-shadow: 0px 2px 1px rgba(10, 100, 100, 0.3);
-moz-box-shadow: 0px 2px 1px rgba(10, 100, 100, 0.3);
box-shadow: 0px 2px 1px rgba(10, 100, 100, 0.3);

    }

.errors
{
	color:#a40000;
	margin:10px;
}

.errors ul
{
	list-style-type: none
	}

.accordionList table
{
    width:410px;
    margin-top:10px;
    }

.accordionList table td
{
    padding:3px;
    margin:0px;
    }

.accordionList table tr td a
{
	display:block;
	background-color:#f2f2f2;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 3px;
    padding:5px;
    text-align:center;
}

.accordionList table tr td a
{
	text-decoration: none;

}

/* FORWARDING FORM */

.inputNVP, .labelNVP
{
    float:left;
    }
#forwardEmailForm
{
    clear:both;
    }

 input[type=email], input[type=text], input[type=password],input[type=password]
 {
     width:250px;
     border:1px solid #CCC;
     padding:1px;
     font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
font-size:12px;
color:#737373;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height:19px;
    margin:5px 0px 5px 0px;

     }




input[type=submit], input[type=button]
 {
    min-width:100px;

    float:right;
    margin:5px;
    padding:4px 10px 4px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border:1px solid #ccc;
    color:#737373;
    font-size:12px;
    font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
    cursor:pointer !important;
    background: #f7f7f7;
     }

input[type=submit]:hover, input[type=button]:hover
 {
    background: #e5e5e5;
     }

input[type=submit]:disabled, input[type=button]:disabled
{
    background-color:#dedede;
    }

 #forwardSMSFields, #forwardPasswordFields
 {
     display:none;
     width:350px;
     }
 #forwardPasswordFields
 {
    margin-left:20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color:#f7f7f7;
    padding:5px;
    width:250px;
     }
  #forwardPasswordFields h3
  {
      margin:0px;
      }

 /* MAIN TABS */

#mainTabs
 {
     width:100%;
     margin:0px;
     padding:0px;
     position:absolute;
     top:41px;
     height:38px;
     border-bottom: 1px solid #CCC;
}

#mainTabs ul
 {
     margin:0px;
     padding:0px;
     list-style-type: none !important;
}

#mainTabs ul li
 {
     float:left;
     padding:8px 10px 0px 10px;
     margin:6px 2px 0px 2px;
     height:23px;
     -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 7px 7px 0px 0px;
    border-radius: 7px 7px 0px 0px;
    border:1px solid #ccc;
    background-color:#e6e6e6;
     }
#mainTabs ul li:hover
{
    background-color:#e9e9e9;
    }

.tabActive
{
    background-color:#FFF !important;
    height:27px  !important;
    margin:3px 2px 0px 2px  !important;
    border:1px solid #CCC !important;
    border-bottom:none !important;
    }

#mainTabs ul li a
{
    color:#737373;
    text-decoration:none;
    font-weight:bold;
    margin-top:-10px;
    padding-top:10px;
display:block;
height:30px;
margin-left:-10px;
padding-left:10px;
margin-right:-10px;
padding-right:10px;
    }

.simpleDialog .ui-dialog-titlebar
{
    display:none !important;
    }

.simpleDialog
{
    padding:0px !important;
    margin:0px !important;

    }

.simpleDialog .ui-tabs-nav
{
    background: none;
    background-image:none;
    border:none;
    margin-left:5px !important;
    }

.simpleDialog .ui-tabs-panel
{
    padding:0px !important;
    min-height:350px;
        border:none;
        border-top:none !important;

    }
.ui-tabs-panel
{
    border-top:1px solid #CCC !important;
    }
.ui-state-default
{
    background-color:#E6E6E6 !important;
    border:1px solid #CCC !important;
    }
.radioButtonGroup
{
    margin-top:10px;
    }

.ui-tabs-panel
{

    }

 .textboxPUK
 {
     float:left;
     margin:5px;
     width:56px !important;

     }
.PUK
		{
			font-family: Trebuchet MS;
			font-size: larger;
		}
#signInLogo
{
	width:280px;
	margin:0 auto;
	}

 .textboxPUKSpacer
 {
     float:left;
     margin:7px 0px 0px 0px;
     }

 #signIn
 {
     margin:0 auto;
     width:100%;
     height:1000px;
     background-image:url('images/signInBackground.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #ececec;

     }
.signInDescription
{
	width:250px;
	color:#fff;
	padding:15px;
	margin:0 auto;
	background-color:#28ac00;
	font-weight:normal !important;
	margin-top: 20px;
	line-height:18px;
	border-radius: 10px;
}

.signInDescription a
{
	color:#fff;
	text-decoration:underline;
}

.signInVideo
{
	width:250px;
	background-color:#fff;
	padding:15px;
	margin:0 auto;
	font-weight:normal !important;
	margin-top: 20px;
	line-height:18px;
	clear:both;
	border-radius: 10px;
}

.signInVideo img
{
	width:250px;
}

 #signInTabs
 {
     width:280px;
     margin:0 auto;
     }

 #ui-tabs-nav
 {
     border-bottom:none !important;
     }

 .signInGroup
 {
     margin:0px !important;
     border-color:#CCC;
     border-top:none;
     border-radius: 0px 0px 10px 10px;
     }

 #registrationConfirm
 {
     display:none;
     }

 #linkPUKFields
 {
    display:none;
     }


 .infoslipsListcloseButton
 {

     padding:3px;
     margin-top:-26px;
     float:right;
     background-color:#FFF !important;
     background-image:none !important;
     display:none !important;

     }

 .removeInfoSlipConfirmed
 {
     float:right;
     margin-top:-28px !important;
     display:none;
     width:1px;
     background-color:#a60000 !important;
     color:#FFF !important;
     border-color:#850000 !important;
     height:24px !important;
     padding-top:1px !important;
 }

 .clearfix {
    clear: both;
 }