﻿#idemn-labels{
    position:relative;
    margin-bottom: 100px;
}

#acct-actions{
    position: relative;
    margin: 0 15px 15px;
}

#acct-actions a,
#acct-actions a:active,
#acct-actions a:focus {
    text-decoration: none;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #494949;
    padding: 0 10px;
    display:inline-block;
}

#acct-actions a:hover {
    text-decoration: underline;
}

#acct-actions a.account::before{
    content: url(../images/icon-my-account.png);
    position: absolute;
    top: 3px;
    left: -17px;
}

#acct-actions1{
    position: relative;
    margin: 0 15px 15px;
}

#acct-actions1 a,
#acct-actions1 a:active,
#acct-actions1 a:focus {
    text-decoration: none;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #494949;
    padding: 0 10px;
}

#acct-actions1 a:hover {
    text-decoration: underline;
}

#acct-actions1 a.account::before{
    content: url(../images/icon-my-account.png);
    position: absolute;
    top: 3px;
    left: -17px;
}

#idemn-labels h1 {
    font-size: 30px;
    color: #55565a;
    font-weight: 700;
    margin: 0 0 30px;
    line-height: 35px;
}

#idemn-labels h2 {
    Font-size: 22px;
    line-height: 28px;
    color:#5f7800;
}



input, select, textarea, button {
    width: 100%;
    border: 1px solid #a5a7af;
    background-color: #fff;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    padding: 10px;
}

#idemn-labels #user-pass > *,
#idemn-labels .f-group > *  {
    display: block;
}



#idemn-labels #user-pass {
    padding:0 0 20px;
}

#idemn-labels label {
    font-weight: 700;
    padding: 10px 0 0;
    text-align:left;
    float:none;
    max-width:none;
}

#idemn-labels #user-pass label {
    padding-top: 20px;
}

#idemn-labels .sub-actions{}
#idemn-labels .sub-actions p {
    font-size: 15px;
    margin-bottom: 30px;
}

    #idemn-labels .sub-actions p a {
        color: #003366;
    } 
    #idemn-labels .sub-actions p a:hover {
        text-decoration: none;
    } 

#idemn-labels .select-box {
    height: 48px;
}

#idemn-labels .select-box select {
    height: 48px;
    line-height: 48px;
}

#idemn-labels .divider {
    background-color: #55565a;
    height: 1px;
    display:block;
    margin: 60px 15px;
    width: calc(100% - 30px);
}

.btn-actions-cont {
    margin-top: 50px;
}

.btn-actions-cont a.learnMoreBtn {
    margin-bottom: 15px;
}

#idemn-labels .search-info-cont{
    background-color:#f5f5f5;
    padding: 15px;
    margin-top: 20px;
}


.waiver-cont p {
    font-size: 15px;
    line-height:23px;
    margin: 5px 0;

}

.print-page-btn {
    margin-top: 60px;
    position:relative;
}

.print-page-btn a {
    text-decoration: none;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #494949;
    padding: 0 43px 0 0;
    float:right;
}

.print-page-btn a::after{
    content: url(../images/icon-print.png);
    position: absolute;
    top: 0;
    right:0;
}

.print-page-btn a:hover {
    text-decoration: underline;
}

#idemn-labels .label-results-cont {
    margin-bottom:40px;
}

#idemn-labels .label-img-cont {
    width:60%;
}

#idemn-labels .label-copy-cont {
    margin:25px 0;
}

#idemn-labels .label-copy-cont > div {
    padding: 8px 0;
    margin: 0;
}


#idemn-labels .ma-info-cont{
    position:relative;
}
#idemn-labels .ma-info-cont .ma-group{
    margin-bottom:15px;
}
#idemn-labels .ma-info-cont .ma-group-edit{
    margin-bottom:15px;
}

#idemn-labels .ma-info-cont a.btn-edit-account {

}

#idemn-labels .ma-info-cont .ma-group input[disabled],
#idemn-labels .ma-info-cont .ma-group select[disabled]{
    border-color:#ffffff;
}
#idemn-labels .ma-info-cont .ma-group-edit input[disabled],
#idemn-labels .ma-info-cont .ma-group-edit select[disabled]{
    border-color:#ffffff;
}

#idemn-labels .ma-info-cont .ma-group .select-box.disabled::after {
    display:none;
    border:0;
}
#idemn-labels .ma-info-cont .ma-group-edit .select-box.disabled::after {
    display:none;
    border:0;
}
#idemn-labels .ma-info-cont .ma-group .select-box.disabled{
    border:0;
}
#idemn-labels .ma-info-cont .ma-group-edit .select-box.disabled{
    border:0;
}


#idemn-labels .ma-info-cont .btn-save-changes {
    display:none;
}

#idemn-labels .ma-info-cont.edit-mode .btn-save-changes {
    display:inline-block;
}

#idemn-labels .ma-info-cont.edit-mode .btn-edit-account {
    display:none;
}




@media only screen and (min-width: 768px) {
    #idemn-labels{
        margin-bottom: 200px;
    }

    #acct-actions{
        position: absolute;
        /*top:-10px;*/
        right:0;
        z-index:1;
    }

     #acct-actions1{
        position: absolute;
        top:-10px;
        right:0;
    }

    .btn-actions-cont a.learnMoreBtn {
        display: inline-block;
    }
    .btn-actions-cont a.learnMoreBtn:first-child {
        margin-right: 40px;
    }

    #idemn-labels .label-img-cont {
        width:100%;
    }
    #idemn-labels .ma-info-cont a.btn-edit-account {
        position:absolute;
        right:0;
        top:0;
    }

    #idemn-labels .ma-info-cont .ma-group > * {
        float: left;
    }

    #idemn-labels .ma-info-cont .ma-group-edit > * {
        float: left;
    }

    #idemn-labels .ma-info-cont .ma-group > label {
        width: 15%;
    }
    #idemn-labels .ma-info-cont .ma-group-edit > label {
        width: 20%;
    }
    #idemn-labels .ma-info-cont .ma-group > input,
     #idemn-labels .ma-info-cont .ma-group > .select-box {
        width: 60%;
    }
    #idemn-labels .ma-info-cont .ma-group-edit > input,
     #idemn-labels .ma-info-cont .ma-group-edit > .select-box {
        width: 60%;
    }
    .form-error{
        margin-left:15%;
    } 
    .form-error-edit{
        margin-left:20%;
    } 

}
@media only screen and (min-width: 992px) {
    .f-group .half-size {
        width: calc(50% - 15px);
    }
    #idemn-labels .search-info-cont{
       padding: 20px 35px;
       margin-top: 110px;
    }
}
@media only screen and (min-width: 1200px) {}

@media print {
   header,
   footer,
   #acct-actions,
   .btn-actions-cont{
       display: none;
   }
}