﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 9pt;
    height: 100%;
    min-height: 100%;
}

.def_nav_tabs a {
    background-color: #1e9fd8;
    text-decoration: none;
    padding: 5px;
    margin: 0 1px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-weight: bold;
    font-size: 16px;
    color: white;
    box-shadow: none;
    border: 1px solid #1e9fd8;
}


    .def_nav_tabs a#current, .def_nav_tabs a:hover {
        background: #fff;
        color: #1e9fd8;
        background-color: #fff;
        font-weight: bold;
    }

.def_nav_tabs li {
    line-height: 30px;
}

.def_nav_tabs ul {
    margin: 5px 5px 5px 5px;
    padding-left: 0;
    text-align: left;
}

div.main {
    background-color: #FFFFFF;
    max-width: 1024px;
    margin: 0 auto;
}

div.footer {
    margin-top: 3px;
    text-align: center;
}

div.menu {
    background-color: #6fa3cf;
    border-top: 1px solid #CFDEFF;
}

div.banner {
    background-color: #89b4d7;
    font-size: 125%;
    height: 3em;
    padding: 0.5em;
}

#measure {
    position: absolute;
    visibility: hidden;
    display: block;
}

#content {
    padding: 1em;
    clear: both;
}

    #content label {
        display: block;
    }

    #content div.buttons {
        display: block;
        margin-left: auto;
    }

div.login {
    float: right;
}

div.logged_in {
    float: right;
    display: none;
}

div.registration {
    display: none;
}

div.login label {
    display: block;
}

div.login a {
    display: block;
}

div.set_password {
    display: none;
    float: right;
}

div.set_password label {
    display: block;
}

#login_prompt {
    float: right;
    font-size: 60%;
}

#login_prompt a, #login_prompt a:visited {
    text-decoration: none;
    color: #000000;
}

#login_prompt a:hover {
    text-decoration: underline;
}

#dialog {
    display: none;
    font-size: 75%;
}

#dialog label {
    display: block;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    width: 100%;
    text-align: right;
}

#dialog button {
    display: block;
    margin-top: 1em;
    margin-left: auto;
}

#login_prompt {
    font-size: 10pt;
    /*height: 30px;*/
    line-height: 30px;
}


.tdlogin {
    width: 100px;
}

.Tabs
{
    padding: 0px;
    margin-bottom: 0em;
    width: 100%;
}

.Tabs ul
{
    margin: 0px;
    padding: 0px;
}

.Tabs .hover
{
    background-color: #333;/*99CCFF*/
    color: #fff;/*336699*/
}
.Tabs .disabled
{
    background-color: #F0F0F0;
    color: #999;
}

.Tabs ul li
{
    display: block;
    padding: 0.5em 1em 0.4em 1em;
    float: left;
    text-align: center;
    width: 8em;
    margin-right: 0.3em;
    background-color: #E0E0E0;
    color: #888;
    -moz-border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    cursor: pointer;
}
.TabsContainer
{
    clear: both;
    border: 2px solid #909090;/*#6699cc*/
    background-color: #EAEAEA;/*F6F9FC*/
    -moz-border-radius: 0px 20px 20px 20px;
    -webkit-border-radius: 20px;
    -webkit-border-top-left-radius: 0px;
    padding: 0.5em 1.5em 1.3em 1.5em;
    border-collapse: separate !important;
    display:inline-block;
    width:100%;
    min-height:300px;
}

.Level2 .current
{
    border: 2px solid #909090;/*6699cc*/
    border-bottom: 0px;
    position: relative;
    top: 2px;
}

.Tabs .current
{
    -moz-border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    background-color: #333;/*F6F9FC*/
    color: #fff;
    margin-bottom: 0em;
    font-weight: bold;
    cursor: default;
}
.Content
{
    clear: both;
    background-color: White;
    -moz-border-radius: 0px 20px 20px 20px;
    -webkit-border-radius: 20px;
    -webkit-border-top-left-radius: 0px;
    padding: 0.5em 1.5em 1.3em 1.5em;
    border-collapse: separate !important;
    width: 70em;
}

/* ---------------------------- Top PAT tabs style ----------------------------*/

.NT_TabsMenu
{
	height: 20px;
}

.NT_TabsMenu ul
{
    padding: 0px;
    margin: 0px;
    list-style: none;
    background-color:Black;
}

.NT_Tab
{
	font-size: 12px;
	text-decoration: none;
	color:White;
	padding: 3px 7px;
	padding-right: 32px;
	border-left: 1px solid #bbb8a9;
	background-color: #ccc;
	
	display: block;
	float: left;
}

.NT_Tab_outSp { }
.NT_Tab_inSp { white-space:nowrap; }

.NT_TabActive
{
	font-size: 12px;
	text-decoration: none;
	color:#23659d;
	padding: 3px 7px;
	padding-right: 32px;
	border-left: 1px solid #bbb8a9;
    border-top: 1px solid #bbb8a9;
    border-right: 1px solid #bbb8a9;
	/*background-color: #333;*/
	display: block;
	float: left;
    text-align: center;
}

.NT_TabActive_outSp { cursor: default; }
.NT_TabActive_inSp { white-space:nowrap; cursor: default; }

.NT_TabHover
{
	font-size: 12px;
	text-decoration: none;
	color:White;
	padding: 3px 7px;
	padding-right: 32px;
	border-left: 1px solid #bbb8a9;
	background-color: #aaa;
	display: block;
	float: left;
	cursor:pointer;
}

.NT_TabHover_outSp { }
.NT_TabHover_inSp { }

.NT_TabDisabled
{
    display: none;
}

.template_filter {
    width:200px;
}

input.optParams {
    width: 50px;
}
.login_screen {
    width:400px;
    margin:0px auto;
}

    .login_screen h1 {
        text-align:center;
    }
    .login_screen label {
        display:inline-block;
        padding:5px 0;
    }
    .login_screen label span {
        display:inline-block;
        width:70px;
        text-align:left;
    }

#login_dialog {
    text-align:center;
}

.pdf_report_page .def_ddex_spn_css{
    word-wrap:break-word;
    white-space:normal;
}
.pdf_report_page .def_ddex_optcnt_css table{
    table-layout:fixed;
    width:100%;
}
.pdf_report_page .def_ddex_optcnt_css table tr td:first-child{
    width:20px;
}
#buttonPanel {
    clear:both;
}
.progress_container {
    text-align:center;
    clear:both;
}
.progress_container #ProgressIndicator_PAT{
    display:inline-block;
    float:none;
}

.read_me {
    width: 100px;
}
#header {
    height: 60px;
    background: transparent url('/images/background.png') repeat-x;
}

    #header .header_gradient {
        height: 100%;
        background: -moz-linear-gradient(left, rgba(255,255,255,0.65) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255,255,255,0.65) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255,255,255,0.65) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C0ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    }
    #header img {
        height:30px;
        margin-top:15px;
        margin-left:45px;
    }

.welcome_message {
    color: #005e9d;
    text-align:center;
}
.test_site_message {
    text-align: center;
    color: red;
    font-weight: bold;
    font-size: larger;
    padding: 10px 0px;
    display:none;
}
    .welcome_message.test_site {
        color:#f00;
    }
        .welcome_message.test_site span {
            text-decoration:underline;
        }

    .welcome_message h1 {
        font-size: 25pt;
    }

    .welcome_message h2 {
        font-size: 18pt;
        text-decoration: underline;
    }
#FilterPresetsList {
    float: left;
    width: 200px;
}

.clearb {
    clear: both;
}
.filters_column {
    float:left;
    margin-left:10px;
}
    .filters_column .def_ddex_focus_css {
        margin-bottom:15px;
    }
.optParamsCont {
    display:inline-block;
    margin-right:5px;
}

div#checkNeedTrackingNumber center {
    line-height: 50px;
}
div.paramName {
    font-size: 8pt;
}
#filtersPanel {
    margin-left:210px;
}

.confirm_email_form {
    text-align:center;
}
    .confirm_email_form .error {
        color:red;
        display:none;
    }
    .confirm_email_form .message {
        color: #00a800;
        display: none;
        padding: 5px;
        border: solid 1px;
    }

#content .report_statistics label {
    display: inline-block;
    margin-right: 5px;
    cursor:pointer;
}

#TemplateInfo {
    float:left;
    margin-right:20px;
}

.watermark_settings .error {
    color:#f00;
    display:none;
}

#content .def_selrow_css label.require_confirmation,
input.require_confirmation {
    display: none;
}

.def_selrow_css input.require_confirmation {
    display: inline;
}

#content label.master_product {
    display: inline;
}
.tabs_content .tab,
.tab_template {
    display: none;
}

    .tabs_content .tab.current {
        display:block;
    }

.tabs_headers .tab_header {
    display: inline-block;
    padding: 5px;
    margin: 0 5px;
    background-color: #1e9fd8;
    color:#fff;
    border: solid 1px #1e9fd8;
    font-weight:bold;
    text-decoration:none;
}
#content .tabs_headers .tab_header label {
    display: inline-block;
    cursor:pointer;
}
.tabs_headers .tab_header span {
    display: inline-block;
    border: solid 1px #1e9fd8;
    width: 10px;
    line-height: 8px;
    vertical-align: middle;
    padding: 1px 0;
    margin: 0 0 0 5px;
    text-align: center;
    cursor: pointer;
}
        .tabs_headers .tab_header span:hover {
            background-color: #1e9fd8;
            color: #fff;
        } 
        
        .tabs_headers .tab_header.current,
        .tabs_headers .tab_header:hover {
            background-color: #fff;
            color: #1e9fd8;
        }