
body {
    background: #fafafa;
}

h1 {
    margin-top: 0px;
}


#inputPassword {
    margin-bottom: 15px;
}
.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.status {
    margin-top: 15px;
}

.mdl-layout__header {
    display: block !important;
}

.mdl-layout {
    min-height: 100% !important;
    height: auto !important;
}

.mdl-layout__drawer {
    background: #fff;
}

.page-content {
    height: 100%;
}

.formblock {
    padding: 40px 60px 60px;
    background-color: #fff;
    margin: 50px 0px;   
    position: relative;
}

.mdl-textfield {
    width: 100%;
}

.mdl-textfield__label:after {
    bottom: 14px;
}

.mdl-layout__content {
    position: relative;
}

.mdl-card {
    width: 372px;
    margin-left: 5px;
}

.xml-card {
    background-color: #eee;
    border: 1px solid #eee;
    position: relative;
    min-height: 72px;
    height: 72px;
    display: inline-block;
}


.xml-card a {
    color: #000;
    text-decoration: none;
}



.xml-card .icon {
     position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 16px;
    color: #4caf50;
}

.zip-card {
    width: 100%;
    margin-bottom: 30px;
}


.xml-card .info {
    margin-left: 56px;
    background-color: #fff;
    padding: 24px;
    font-size: 13px;
    font-weight: 700;
    color: #000;
}

.agency-card {
    background-color: #eee;
    border: 1px solid #eee;
    position: relative;
    min-height: 72px;
    height: 72px;
    width: 100%;
    display: block;
    clear: both;
    overflow: hidden;
}

.agency-card .info {
    background-color: #fff;
    padding: 24px;
    font-size: 13px;
    font-weight: 700;
    float: left;
    width: 50%;
}


.agency-card .select {
    background-color: #fff;
    padding: 24px;
    font-size: 13px;
    font-weight: 700;
    float: left;
    width: 50%;
}

.description {
    text-align: center;
    margin: 30px 10px 10px;
    font-weight: 700;
}

.agency-card .select select {
    width: 100%;
    border: 1px solid #ddd;
    padding: 3px 20px;
}

.invoice-card {
    background-color: #eee;
    border: 1px solid #eee;
    position: relative;
    min-height: 72px;
    height: 72px;
    display: inline-block;
}

.invoice-card a {
    color: #000;
    text-decoration: none;
}



.invoice-card .icon {
     position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 16px;
    color: #4caf50;
}


.invoice-card .info {
    margin-left: 56px;
    background-color: #fff;
    padding: 12px 24px;
    font-size: 13px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.invoice-card .info span {
    display: block;
    color: #999;
}


.inventory-card {
    background-color: #eee;
    border: 1px solid #eee;
    position: relative;
    min-height: 44px;
    height: 44px;
    display: inline-block;
    width: 100%;
}

.inventory-card a {
    color: #000;
    text-decoration: none;
}



.inventory-card .icon {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 16px;
    color: #4caf50;
}


.inventory-card .info {
    margin-left: 56px;
    background-color: #fff;
    padding: 12px 24px;
    font-size: 13px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.inventory-card .info span {
    display: block;
    color: #999;
}


.market-group {
    border:1px solid #ddd;
    margin-bottom: 15px;
    
}

.market-group label {
    font-size: 12px;
    display: block;
}
.market-group input,
.market-group select {
    display: block;
    width: 100%;
    height: 26px;
    border-radius: 0px;
}

.market-group .material-icons {
    float: left;
    font-size: 18px;
    margin-right: 15px;
}

.market-group .market {
    background: #eee;
    padding: 15px;
    line-height: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom:1px solid #ddd;
}

.invoice-group {
    margin: 30px 0px;
}

.invoice-group .invoice {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 20px;
}

.month-card {
    padding: 20px;
}

.month-card .month {
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: rgb(63,81,181);
    border-bottom:1px solid #ddd;
}


.week-card {
    border:1px solid #ddd;
}

.week-card .info {
    padding:15px;
    font-weight: bold;
    background: #eee;
    border-bottom:1px solid #ddd;
}

.week-card .impressions_field {
    padding:15px;
}


#global_errors {
    margin: 0px;
    padding: 0px;
}

#global_errors li {
    background-color: #eee;
    border: 1px solid #eee;
    position: relative;
    min-height: 96px;
    height:96px;
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
}



#global_errors li .icon {
     position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 16px;
    color: #d32F2f;
}


#global_errors li .info {
    margin-left: 56px;
    background-color: #fff;
    padding: 24px;
    font-size: 13px;
    color: #777;
}

#global_errors li .info strong {
    color: #000;
    display: block;
}



.loader {
    background: rgba(255,255,255,0.3);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: none;
}

.loader .mdl-spinner {
    height: 34px;
    width: 34px;
    position: absolute;
    margin-top: -17px;
    margin-left: -17px;
    top: 50%;
    left: 50%;
}

.loader.active {
    display: block;
}

#first_submit {
    display: block;
}

#second_submit {
    display: none;
}

.password_link {
    padding: 10px 60px 20px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.password_link a {
    font-weight: bold;
    font-size: 14px;
}