﻿
/************************************************************************************
    Global Properties
*************************************************************************************/
html, body
{
    position: absolute;
    height: 100%;
    min-width: 100%;
}
body
{
    font-family: Arial, Helvetica, Sans-Serif;
}
a
{
    color: #1874cd;
    text-decoration: none;
}
a:active
{
    color: #cc7218;
}
a:hover
{
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6
{
    /*
    color: #222;
    font-size: 1.54em;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 .46em;
    */
}
p
{
    /*
    line-height: 17px;
    margin: 0 0 1em;
    */
}
ol, ul
{
    /*
    list-style: none;
    line-height: 17px;
    margin: 0 0 1em;
    */
}
li
{
    /*
    margin: 0 0 .5em;
    */
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
strong
{
    /*
    color: #222;
    */
}


.clearfix:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


button, input, select, textarea
{
    font-family: inherit;
    font-size: inherit;
}
button::-moz-focus-inner,
input::-moz-focus-inner
{
    border: 0;
}
input:hover
{
    border: 1px solid #aaa;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}



/************************************************************************************
    Standard Settings
*************************************************************************************/
div.wrapper
{
    position: relative;
    min-height: 100%;
}

/************************************** Header **************************************/
div.header
{
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 29px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    background-repeat: repeat-x;
    background-color: #006699;
    
    /* Mozilla Firefox */
    background-image: -ms-linear-gradient(top, #006699 0%, #003366 100%);
    /* Webkit (Safari/Chrome 10) */
    /* Webkit (Chrome 11+) */
    /* Opera */
    /* W3C Markup, IE10 Release Preview */
    /* IE10 Consumer Preview */
    }
div.header div.content
{
    font-size: .8em;
    white-space: nowrap;
}
div.header div.content div.left { float: left; position: relative; }
div.header div.content div.right { float: right; position: relative; }
div.header div.content div.left div.logo
{
    margin: 0;
    padding: 0;
    max-height: 29px;
    margin-left: 5px;
}
div.header div.content div.right div.signin
{
    padding: 8px 0;
    padding-right: 40px;
}
div.header div.content div.right div.signin,
div.header div.content div.right div.signin a
{
    color: #fff;
}

/************************************** Main **************************************/
div.main
{
    margin: 0 auto;
    width: 672px;
    padding-top: 30px;
    padding-bottom: 40px;
}
div.main div.content
{
    color: #666;
    padding-bottom: 40px;
}
h1
{
    text-align: center;
    font-size: 30px;
    margin-top: 17px;
    margin-bottom: 30px;
}
div.main div.debugger
{
    padding-bottom: 40px;
}

/************************************** Footer **************************************/
div.footer
{
    z-index: 99;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 39px;
    overflow: hidden;
    border-top: 1px solid #ccc;
    background-repeat: repeat-x;
    background-color: #006699;
    
    /* Mozilla Firefox */
    background-image: -ms-linear-gradient(top, #006699 0%, #003366 100%);
    /* Webkit (Safari/Chrome 10) */
    /* Webkit (Chrome 11+) */
    /* Opera */
    /* W3C Markup, IE10 Release Preview */
    /* IE10 Consumer Preview */
    }
div.footer div.content
{
    font-size: .8em;
    white-space: nowrap;
    color: #fff;
    font-size: .7em;
}
div.footer div.content div.left { float: left; position: relative; }
div.footer div.content div.right { float: right; position: relative; }
div.footer div.content div.right,
div.footer div.content div.left
{
    padding: 14px 0;
}
div.footer div.content div.left
{
    max-width: 20%;
    padding-left: 40px;
}
div.footer div.content div.left a
{
    color: #ccc;
}
div.footer div.content div.left ul
{
}
div.footer div.content div.left ul li
{
    display: inline;
    padding: 0 1.5em 0 0;
}
div.footer div.content div.right
{
    max-width: 20%;
    padding-top: 8px;
    padding-right: 40px;
}
div.footer div.content div.right div.language
{
    vertical-align: middle;
}
div.footer div.content div.right div.language i
{
    padding-right: 5px;
}

/************************************************************************************
*************************************************************************************/

/*********************************** Acount Info ***********************************/
div.accountdetailwrapper
{
    
}
div.accountinfo
{
    max-width: 400px;
    font-size: 12px;
    margin: 0 15px;
    background-color: #d0d8e8;
    padding: 8px;
    color: #666;
    /*font-family: Arial, Helvetica, Sans-Serif;*/
}
div.accountinfo div.entry
{
    margin: 0;
}
div.accountinfo div.entry div.section
{
    position: relative;
    margin: 0;
}
div.accountinfo div.entry div.bottom
{
    margin-bottom: 0;
}
div.accountinfo div.entry div.section div.title
{
    margin: 0 0 4px 2px;
    display: inline-block;
    width: 100%;
    color: #666;
    font-weight: bold;
}
div.accountinfo div.entry div.section.required div.title,
div.accountinfo div.entry.required h3,
div.accountinfo div.entry div.section.required div.input div.requiredmessage,
div.accountinfo div.entry.required div.section div.input div.requiredmessage
{
    color: Red !important;
    font-weight: bolder !important;
}
div.accountinfo div.entry div.section.required div.title::before,
div.accountinfo div.entry.required h3::before,
div.accountinfo div.entry div.section.required div.input div.requiredmessage::before,
div.accountinfo div.entry.required div.section div.input div.requiredmessage::before
{ 
    content: "* ";
}
div.accountinfo div.entry div.section.required div.input select.segmentationquestion,
div.accountinfo div.entry div.section.required div.input input.segmentationquestion,
div.accountinfo div.entry div.section.required div.input textarea.segmentationquestion,
div.accountinfo div.entry.required div.section div.input select.segmentationquestion,
div.accountinfo div.entry.required div.section div.input input.segmentationquestion,
div.accountinfo div.entry.required div.section div.input textarea.segmentationquestion
{
    border: 1px solid Red !important;
}
div.accountinfo div.entry div.section div.input div.requiredmessage
{
    display: none;
    padding: 5px 0 10px 0;
}
div.accountinfo div.entry div.section div.label
{
    width: 100%;
    display: inline-block;
    position: relative;
}
div.accountinfo div.entry div.section div.input select option[disabled]
{
    display: none;
}
div.accountinfo .ctrl-box
{
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #001;
    outline: none;
    padding: 3px 6px;
    max-height: 27px;
}
div.accountinfo .ctrl-box,
div.accountinfo .ctrl-wrap
{
    margin: 0 2px 6px 0;
    min-width: 50px;
    box-sizing: border-box;
    font-size: 14px;
    min-width: 140px;
    flex: 1 1 100%;
}
div.accountinfo .ctrl-box.half,
div.accountinfo .ctrl-wrap.half
{
    flex: 1 1 49%;
    max-width: 49%;
}
div.accountinfo .ctrl-box.half-s,
div.accountinfo .ctrl-wrap.half-s
{
    flex: 1 1 49%;
    max-width: 49%;
    min-width: 100px;
}
div.accountinfo .ctrl-box.third,
div.accountinfo .ctrl-wrap.third {
    flex: 1 1 31%;
    max-width: 31%;
    min-width: 70px;
}
div.accountinfo .ctrl-box.quarter,
div.accountinfo .ctrl-wrap.quarter {
    flex: 1 1 23.5%;
    max-width: 23.5%;
    min-width: 35px;
}
div.accountinfo label {
    color: #666;
    font-size: 13px;
}
div.accountinfo div.entry div.section div.input select
{
}
div.accountinfo div.entry div.section div.input input:focus,
div.accountinfo div.entry div.section div.input select:focus
{
    border: 1px solid #1874cd !important;
}
div.accountinfo div.entry div.section div.left
{
    margin-right: 3px;
}
div.accountinfo div.entry div.section div.top
{
    margin-bottom: 5px;
}
div.accountinfo div.entry div.section div.firstname,
div.accountinfo div.entry div.section div.lastname
{
    width: 49%;
}
div.accountinfo div.entry div.section div.birthmonth
{
    width: 47%;
}
div.accountinfo div.entry div.section div.birthday
{
    width: 19%;
}
div.accountinfo div.entry div.section div.birthyear
{
    width: 28%;
}
div.accountinfo div.entry div.section div.city
{
    width: 61%;
}
div.accountinfo div.entry div.section div.zip
{
    width: 36%;
}
div.accountinfo div.entry div.section div.terms
{
}
div.accountinfo div.entry div.section div.termscheck
{
    width: 8%;
    vertical-align: top;
    padding-top: 5px;
}
div.accountinfo div.entry div.section div.next-button 
{
    text-align: right;
    width: 100%;
}
div.accountinfo div.entry div.section div.termstext
{
    width: 87%;
    line-height: 18px;
}

div.accountinfo p.learn
{
    margin: 1em 25px 0;
    color: #999;
}

/*********************************** Left Filler ***********************************/
div.leftfiller {
    margin: 0 15px;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
}
div.leftfiller h2
{
    font-size: 1.3em;
    font-weight: 300;
    margin-bottom: 8px;
    text-align: left;
    margin-top: 0;

}
div.leftfiller hr {
    display: none;
}

div.leftfiller p
{
    font-size: 13px;
    margin-bottom: 25px;
    padding: 0px 10px 0px 0px;
    width: 200px;
    text-align: left;
    
}
div.leftfiller img
{
    margin: 0 auto;
    display: block;
}

div.leftfiller hr 
{
    margin: auto;
    width: 150px;
}


#quickStats {
    width: 200px;
}

#quickStats ul {
    padding-left: 0px;
}

#quickStats ul li {
    list-style-type: none;
    text-align: left;
    width: 190px;
    color: #fff;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 3px;
    display: flex;
    flex-flow: row;
    background: rgba(3,87,135,1);
    background: linear-gradient(to bottom, rgba(3,87,135,1) 0%, rgba(0,112,173,1) 100%);
}

#quickStats ul li div {
}

#quickStats div {
    vertical-align: middle;
}

.qs-left {
    font-size: 23px;
    font-weight: bold;
    padding: 0px 5px 0px 0px;
    vertical-align: middle;
    text-align: left;
    flex: 0 0 30%;
}

.qs-left div.border, .qs-left div.tall-border {
    border: 1px solid #fff;
    padding: 0 3px;
    border-radius: 10px;
    vertical-align: middle;
    text-align: center;
    display: flex;
    flex-flow: column wrap;
}

.qs-right {
    font-size: 11px;
    vertical-align: middle;
    flex: 1 1 70%;
}

.qs-small-text {
    font-size: 9px;
    line-height: 0px;
    font-weight: normal;
    margin-bottom: 6px;
    margin-top: 3px;
}

.account-wrap {
    display: flex;
    flex-flow: row wrap;
    margin: auto;
}

/************************************************************************************
*************************************************************************************/

div.error
{
	border-bottom: solid 1px #ccc;
	font-style: italic;
	text-align: center;
	padding: 5px 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #D73828;
	clear: both;
	color: #fff;
}
div.errormsg
{
    margin: 3px 0 5px 5px;
    display: block;
    color: #dd4b39;
    line-height: 17px;
}
input.error, select.error { border: 1px solid red !important; }
  
/************************************************************************************
*************************************************************************************/


/* #Media Queries
================================================== */


div#FieldRepSegmentation div.accountinfo div.entry div.section div.input td select
{
	margin-left: 0px;
}
div#FieldRepSegmentation div.accountinfo div.entry div.section div.input  td
{
	height: 22px;
	vertical-align: middle;
}
div#FieldRepSegmentation div.accountinfo div.entry div.section div.input table.languages tr td input.delete[type='button']  
{
	height: 21px;
	width: 21px;
	text-indent: -2px;
}


/************************************************************************************
*************************************************************************************/

  
  
/************************************************************************************
*************************************************************************************/

  
  
/************************************************************************************
*************************************************************************************/

  
  
/************************************************************************************
*************************************************************************************/

  
  
/************************************************************************************
*************************************************************************************/

  
  
/************************************************************************************
*************************************************************************************/

div.accountinfo div.entry div.section div.title,
div.accountinfo div.entry div.section div.watermark,
div.accountinfo div.entry div.section div.terms
{
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */

    /* No support for these yet, use at own risk */
    -o-user-select: none;
    user-select: none;  
}

/** TODO: Migrate the above to use this structure **/
div.noselect,
form.noselect,
p.noselect
{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

div.hidden { display: none; }

@media (max-width: 900px) {
    div.account-wrap {
        max-width: 500px;
    }
    div.accountinfo {
        margin: auto;
    }
    div.leftfiller {
        margin: auto;
        margin-top: 20px;
    }y
    div.leftfiller .role-info {
        margin: auto;
    }
    #quickStats {
        margin: auto;
    }
    .half {
        max-width: 100%;
    }
}

div.input {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
div.input.no-justify {
    justify-content: initial;
}
div.input.no-justify .ctrl-box {
    margin-right: 8px;
}
select:required:invalid, select:invalid {
    color: #777;
}