html,body {
    height: 100%;
    margin: 0;
    background-color: #E9EAED;
}

.font-bold {
    font-weight: bold;
}
*{
    font-family: 'RobotoDraft', sans-serif !important;
}
a, a:hover{
    color:#000;
    text-decoration: none;
}
.font-bold{
    font-weight: bold;
}
.dihac-logo{
    background: url('../../../images/dihac_logo.png') no-repeat;
    height: 33px;
    position: relative;
    left: 33%;
}
paper-tabs{
    font-size: 18px;
}
paper-tabs.blue::shadow #selectionBar {
    background-color: #03a9f4;
}
paper-tabs.transparent-teal paper-tab::shadow #ink{
    color: #4BC4FA;
}
paper-radio-button,paper-checkbox{
    font-size: 17px;
}
paper-radio-button::shadow #ink[checked],paper-checkbox::shadow #ink[checked] {
    color: #03a9f4;
}

paper-radio-button::shadow #onRadio {
    background-color: #00557C;
}
paper-checkbox::shadow #checkbox.checked {
    border-color: #00557C;
}
paper-checkbox::shadow #ink[checked] {
    color: #4285f4;
}

.container-title-page{
    background-color: #fff;
    color: #fff;
    margin-bottom: 44px;
    height: 71px;
    -webkit-box-shadow: 0 8px 6px -6px #ccc;
    -moz-box-shadow: 0 8px 6px -6px #ccc;
    box-shadow: 0 8px 6px -6px #ccc;
}
img#profile-image{
    width: 40px;
}
.container-title-page > .container h1{
    text-align: center;
    color: #666666;
    margin-top: 17px;
}

.custom-button-white-hover{
    display: block;
    text-decoration: none;
    padding: 5px 10px;
    width: 250px;
    border-radius: 2px;
    margin: 0 auto;
    color:#000;

    display: block;
    text-decoration: none;
    background-color: #f7f7f7;
    -webkit-box-shadow: 1px 8px 4px -6px #414141;
    -moz-box-shadow: 1px 8px 4px -6px #414141;
    box-shadow: 1px 8px 4px -6px #414141;

}
.custom-button-white-hover:hover{
    background-color: #fff;
    -webkit-box-shadow: 1px 9px 20px -7px #414141;
    -moz-box-shadow: 1px 9px 20px -7px #414141;
    box-shadow: 1px 9px 20px -7px #414141;
}

core-header-panel {
    height: 100%;
    background-color: #E5E5E5;
    overflow: auto;
    -webkit-overflow-scrolling: touch; 
}

core-toolbar {
    background: #03a9f4;
    color: #fff;
}

core-toolbar a {
    text-decoration: none;
    color: #fff;
}

paper-menu-button paper-item {
    color: black;
}


paper-menu-button a {
    text-decoration: none;
}

#tabs {
    width: 100%;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

paper-button[raisedButton].colored-blue{
      background: #03a9f4;
}
.container-gray{
    background-color: #fff;
    position: relative;
    padding: 10px 20px;
    margin-bottom: 25px;
    color: #000;
    
}

/*Interview page*/
#interview-page  .container-gray:hover{
    background-color: #DBF4FF;
}
a.interview-container{
    margin-bottom: 20px;
    display: block;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

/*Take question*/
#take-question-page .container-title-page{
    width: 100%;
    z-index: 10;
    height: 98px;
    position: fixed;
    top:64px;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    -webkit-box-shadow: 0 8px 6px -6px #ccc;
    -moz-box-shadow: 0 8px 6px -6px #ccc;
    box-shadow: 0 8px 6px -6px #ccc;
}

#take-question-page .save-interview-notification{
    display: block;
    width: 280px;
    padding: 10px;
    background-color: #000;
    margin: 10% auto;
    text-align: center;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    display: none;

}
#take-question-page .save-interview-notification span{
    color: #fff;
    font-weight: bold;
}
#take-question-page .container-title-page > .container h1{
    margin-top: 43px;
    font-size: 28px;
}

#take-question-page .container-title-page.fixed{
    top:0;
}
.container-question {
    background-color: #F7F7F7;
    margin-bottom: -14px;
    padding-bottom: 30px;
}
.header-question {
    background-color: #006592;
    color: #fff;
    padding-left: 10px;
}
.header-question h1{
    padding: 10px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
}
.header-parent-question {
    background: -webkit-linear-gradient(top,#FFFFFF, #D6D6D6);
    background: -ms-linear-gradient(top,#FFFFFF, #D6D6D6);
    background: -moz-linear-gradient(top,#FFFFFF, #D6D6D6);
    background: -o-linear-gradient(top,#FFFFFF, #D6D6D6);
    background: linear-gradient(top,#FFFFFF, #D6D6D6);
    color: #666;
    padding:10px 0 10px 17px;
    margin-bottom: -1px;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    text-align: center;
}
.header-parent-question h1{
    margin-bottom: 0;
}
.body-question paper-radio-button,
.body-question paper-checkbox{
    margin-right: 20px;
}
.body-question paper-checkbox{
    margin-top: 15px;
}
.body-question paper-radio-group{
    margin-bottom: -15px;
}
.body-question paper-radio-button{
    padding-left: 0 !important;
}
.button-next-question {
    background: #FAFCFF;
    color: #000;
    font-weight: bold;
}

.button-next-question:hover {
    background: #eff1f4;
}

.button-next-question::shadow #ripple {
    color: #000;
}
#take-question-page .container-button{
    margin-top: 55px;
    text-align: center;
}
#take-question-page .container.container-group-question{
    padding-top: 150px;
}
.body-question{
    padding-left: 10px;
    margin-bottom: 10px;
}
.container-progress-bar{
    float: right;
    height: 0;
    color:#000;
    width: 300px;
    margin-top: -37px;
    /*position: absolute;*/
    /*margin: 0 auto;*/
    /*left: 0;*/
    /*right: 0;*/
}
paper-progress.progress-question{
    height: 20px;
    width: 250px;
}
.container-progress-bar span{
    vertical-align: 6px;
}
paper-progress.progress-question #progressContainer{
    border-radius: 10px !important;
}
.container-gauge{
    /*margin-top: 35px;*/
}
.epoch.gauge-tiny{
    float: left;
    margin-top: -83px;
}
.epoch.gauge-tiny .gauge-labels{
    margin-left: 110px;
}

.epoch.gauge-tiny .gauge-labels .value{
    font-size: 200% !important;
}
.epoch-custom-theme .epoch .gauge .arc.outer{
    stroke: #666666;
}

.epoch-custom-theme .epoch .gauge .arc.inner{
    stroke: #666666;
}

.epoch-custom-theme .epoch .gauge .tick{
    stroke: #ccc
}

.epoch-custom-theme .epoch .gauge .needle{
    fill: #f46f50;
}
.epoch-custom-theme.yellow-needle,
.epoch-custom-theme.green-needle{
    position: absolute;
    display: none;
}
#finish-interview-page .epoch-custom-theme.yellow-needle,
#finish-interview-page .epoch-custom-theme.green-needle{
    display: block;
    position: inherit;
}
#finish-interview-page .left-column{
    overflow: hidden;
}
.epoch-custom-theme.yellow-needle .epoch .gauge .needle{
    fill: #f5af50;
}

.epoch-custom-theme.green-needle .epoch .gauge .needle{
    fill: #81e970;
}

.epoch-custom-theme .epoch .gauge .needle-base{
    fill: #666666;
}


#gauge-chart .layer-1 .area {
    stroke: pink !important;
}
paper-progress::shadow #progressContainer,paper-progress #progressContainer  {
    background-color: #D5D5D5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
}

paper-progress::shadow #activeProgress, paper-progress #activeProgress  {
    background: -webkit-linear-gradient(top,#03a9f4, #2E0C0C);
    background: -moz-linear-gradient(top,#03a9f4,#2E0C0C);
    background: -ms-linear-gradient(top,#03a9f4,#2E0C0C);
    background: linear-gradient(top,#03a9f4,#2E0C0C);
    -webkit-transition:.8s ease;
    -moz-transition: .8s ease;
    -ms-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
}
paper-toast {
    bottom: 0;
    left: 0;
    width: 100%;
}

/*Login*/
#login-modal, #edit-modal{
    height: auto;
    width: 350px;
}

#login-modal paper-input, #edit-modal paper-input{
    display: block;
    width: 80%;
    
}

#login-modal paper-button{
/*    width: 7vw;*/
    
}

.action-login-buttons{
    padding: 1px 10px;
    margin: 1px 10px 1px 0px;
}

#login-action{
    background-color: #03a9f4;
    padding: 1px 10px;
    margin: 1px 10px;
}

span.login-failed-hide {
    display: none;
}

span.login-failed-show{
    display: inline;
    color: #d34336;
}

.fb-login-button {
    margin-top: 25px;      
}

#states {
    width: 70%;
    border: #cccccc solid 1px;   
}

.signup > div{
    padding: 2%;
}

.signup #birthday{
    border: none;
    border-bottom: 1px solid;
    border-radius: inherit;
    width: 20em;
    margin-top: 10px;
}

#datepicker {
    
    color: #000;
    display: inline-block;
    position: relative;
    text-align: inherit;
    width: 20em;
    width: 50%;
    background-color: transparent;
    border: medium none;

}

.paper-in{
    color: #757575;
    display: inline-block;
    position: relative;
    text-align: inherit;
}

#social {
    margin: 2px 0;
    font-family: "Helvetica Neue",​Helvetica,​Arial, sans-serif;
}
#social a i, i.fa.fa-arrow-right, i.fa.fa-arrow-left {
    font-family: FontAwesome !important;
}

span.password-verify-hide#signup-span {
    display: none;
}

span.password-verify-show#signup-span{
    display: inline;
    color: #d34336;
}

#save-signup, #save-edit-settings{
    width: 20%;
}

/*Finish interview Page */
#finish-interview-page .resume-section, #finish-interview-page .contact-attorney-section{
    padding: 50px 0;
}
#finish-interview-page .resume-section{
    background-color: #fff;
}
#finish-interview-page .resume-section .left-column p{
    height: 181px;
    overflow: hidden;
}

#finish-interview-page .column-chart .epoch-custom-theme{
    margin: 10px auto;
    margin-bottom: 5px;
}
#finish-interview-page .column-chart .epoch-custom-theme .value{
    display: none;
}
#finish-interview-page .column-chart h1.completed,
#finish-interview-page .column-chart h1.disqualified{
    background-color: #37A237;
    padding: 10px;
    color:#fff;
    font-weight: bold;
}

#finish-interview-page .column-chart h1.completed:after{
    content: "All Answers Completed";
}
#finish-interview-page .column-chart .meeter-value{
    background-color: #37A237;
    padding: 10px;
    color:#fff;
    font-weight: bold;
}
#finish-interview-page .column-chart h1.disqualified{
    background-color: #960D0D;
}
#finish-interview-page .column-chart h1.disqualified:after{
    content: "Answers Incomplete";
}
#finish-interview-page .contact-attorney-section .title-section{
    margin-bottom: 50px;
}
#finish-interview-page #contact-attorney-paper .title-container{
    text-align: center;
}
#finish-interview-page #contact-attorney-paper .image-contact-attorney{
    width: 250px;
    height: 260px;
    margin: 20px 0;
}
#finish-interview-page #contact-attorney-paper paper-radio-group{
    width: 100%;
    text-align: center;
}

#finish-interview-page #contact-attorney-paper h1{
    font-size: 31px;
    font-weight: bold;
    margin: 10px 0;
    text-transform: capitalize;
}
#finish-interview-page #contact-attorney-paper h1.attorney-name{
    color: #007aff;
}
#finish-interview-page #contact-attorney-paper .container-option-contact{
    margin: 20px 0;
}
#finish-interview-page #contact-attorney-paper label,
#finish-interview-page #contact-attorney-paper text
{
    margin: 0 10px;
    font-size: 16px;
}
#finish-interview-page #contact-attorney-paper .phone-input-text{
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    -webkit-border: 1px solid #ccc;
    -ms-border: 1px solid #ccc;
    -moz-border: 1px solid #ccc;
    -o-border: 1px solid #ccc;
}
#finish-interview-page .false-button-twitter{
    position: absolute;
    padding: 6px 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;

}
#finish-interview-page .false-button-twitter i{
    font-family: FontAwesome !important;

}
#finish-interview-page #twitter-button{
    position: absolute;
    opacity: 0;
    margin: 3px 22px;
}
.contact-attorney-section{
    background-color: #F5F5F5;
}
.contact-attorney-section .attorney-box{
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    padding: 10px;
    overflow: hidden;
    height: 300px;
    margin-bottom: 20px;
}
.contact-attorney-section .attorney-box .image-attorney{
    height: 131px;
}
.contact-attorney-section .attorney-box .image-attorney img{
    width: 130px;
    height: 130px;
}
.contact-attorney-section .attorney-box h3{
    height: 45px;
    margin-top: 10px;
    overflow: hidden;
    text-transform: capitalize;
    font-size: 19px;
}
.contact-attorney-section .attorney-box .button-contact-attorney{
    display: block;
    width: 99%;
    float: left;
    padding: 5px;
    margin-right: 1px;
    margin-bottom: 1px;
    cursor: pointer;
    color:#fff;
    font-weight: bold;
}
.contact-attorney-section .attorney-box .button-contact-attorney.contact-me{
    background-color: #33568B;
    width: 99%;
}
.contact-attorney-section .attorney-box .button-contact-attorney.contact-me:hover{
    background-color: #0E408B;
}
.contact-attorney-section .attorney-box .button-contact-attorney.about{
    background-color: #47AEFF;
}
.contact-attorney-section .attorney-box .button-contact-attorney.about:hover{
    background-color: #008FFF;
}
.contact-attorney-section .attorney-box .button-contact-attorney.contact-info{
    background-color: #7E7E7E;

}
.contact-attorney-section .attorney-box .button-contact-attorney.contact-info:hover{
    background-color: #636363;
}
.contact-attorney-section .attorney-box .button-contact-attorney.disabled{
    background: #ccc;
    width: 99%;
    cursor: default;
}
#contact-info-dialog .column-left,
#contact-info-dialog .column-right{
    float: left;
}
#contact-info-dialog .column-left{
    margin-right: 20px;
}
#contact-info-dialog .column-left img{
    width: 250px;
    height: 260px;
}
#contact-info-dialog .column-right{
    font-size: 18px;
}

#contact-info-dialog .column-right tr{
    line-height: 50px;
}
#contact-info-dialog .column-right th{
    color: #03a9f4;
}
#contact-info-dialog .column-right .loading{
    width: 30px;
    position: absolute;
    z-index: 1;
    right: 30px;
    margin-top: 7px;
    display: none;

}
#contact-info-dialog .column-right td.attorney-name{
    text-transform: capitalize;
}
#contact-info-dialog .column-right .container-button a.verify-attorney-link paper-button{
    background-color: #33568B;
    color: #fff;
    font-size: 18px;
    width: 100%;
}
#finish-interview-page paper-button.send-contact-info-button{
    background-color: #7E7E7E;
    color: #fff;
    font-size: 18px;
}
#finish-interview-page #contact-info-dialog paper-button.send-contact-info-button,
#my-account-page #contact-info-dialog paper-button.send-contact-info-button
{
    width: 100%;
}
#finish-interview-page a#shareonfacebook i.fa.fa-facebook{
    font-family: FontAwesome !important;
}
#finish-interview-page #contacted-attorney-dialog h1{
    font-size: 22px;
    color: #37A237;
    font-weight: bold;
}

#toast1 {
    width: 30%;
    position: absolute;
    left: 0;
    top: 30px;
    margin-left: 0;
    height: 100%;
}

#toast-container{
    position: relative;
    width: 100%;
    height: 75px;
    margin-left: 0;
}

.loading-hide{
    display: none;
}

.loading-show{
    display: inline;
}

#enable-password-recovery{
    background-color: #fff;
    padding: 30px;
}

span.password-check-hide{
    display: none;
}

span.password-check-show {
    display: inline;
    color: #d34336;
}

/*Home Page*/
#home-page .interview-menu{
    background-color: #fff;
    min-height: 200px;
    height: auto;
    color: #fff;
    display: block;
    text-align: center;
    position: relative;
    margin-top: 30px;
    -moz-box-shadow: 0.5px 0.5px 1px #000;
    -ms-box-shadow: 0.5px 0.5px 1px #000;
    -webkit-box-shadow: 0.5px 0.5px 1px #000;
    -o-box-shadow: 0.5px 0.5px 1px #000;
    box-shadow: 0.5px 0.5px 1px #000;

}

#home-page .interview-menu .link{
   /* position: absolute;
    bottom: 0;*/
    width: 100%;
    padding: 10px;
    /*background-color: #46C3E2;*/
    /*margin-bottom: 0;*/
    /*opacity: 0.7;*/
    text-align: left;
    color: #807E7E;
    font-weight: bold;
    display: block;
    border-top-style: solid;
    border-top-width: thin;
    border-top-color: #F0EBEB;
    
}

#home-page .interview-menu .description{
    padding: 10px;
    text-align: left;
    color: #807E7E;
    font-size: 12px;
   
}
#home-page .interview-menu .title{
    font-size: 20px;;
    padding: 10px;
    text-align: left;
    color: #4DA4CC;
   
}

#home-page .interview-menu .link:hover{
    color: #DD4B39;
}

#home-page .interview-menu img{
    width: 150px;
    height: 150px;
}
/*My Account Page*/
#my-account-page .content-tab{
    display: none;
}
#my-account-page paper-tab{
    cursor: pointer;
    background-color: #E7E7E7;
}
#my-account-page paper-tab.core-selected{
    -webkit-transition: .8s ease;
    -moz-transition: .8s ease;
    -o-transition: .8s ease;
    transition : .8s ease;
    background-color: #03a9f4;
    color: #fff;
}
#my-account-page .dataTables_wrapper{
    margin-top: 20px;
}
#my-account-page .paginate_button.current{
    background-color: #03a9f4;
    color: #fff;
    border: none;
}
#my-account-page td.danger{
    background-color: #F94747;
    color: #fff;
}
#my-account-page td.warning{
    background-color: #FFB020;
    color: #fff;
}
#my-account-page td.success{
    background-color: #21B800;
    color: #fff;
}

.interview-cards a{
    width: 45%;
    margin: 20px auto;
    min-height: 148px;
    -webkit-box-shadow: 0.5px 0.5px 3px #888888;
    -o-box-shadow: 0.5px 0.5px 3px #888888;
    -moz-box-shadow: 0.5px 0.5px 3px #888888;
    -ms-box-shadow: 0.5px 0.5px 3px #888888;
    box-shadow: 0.5px 0.5px 3px #888888;
    
}

.interview-cards a h4{
    color: #fff;
    background-color: #03a9f4;
    margin-left:-20px;
    margin-right:-20px;
    margin-top:-20px;
    padding: 10px;
}

core-toolbar{
    -webkit-box-shadow: 0 1px 3px #000;
    -moz-box-shadow: 0 1px 3px #000;
    -o-box-shadow: 0 1px 3px #000;
    -ms-box-shadow: 0 1px 3px #000;
    box-shadow: 0 1px 3px #000;
}

.interview-cards paper-ripple{
    color: #52B8E6;
}



/*----------------------------------------------------------------------------------- */
/*  Modals */
/*----------------------------------------------------------------------------------- */

#terms-modal{
  /*width: 500px;*/
  height: 46%;
    width: 602px;
/*    height: 51%;
      height: 44%;*/
  /*width: 500px!important;*/
}

#terms-modal .terms-content{
    /*max-height: 54%;*/
    max-height: 65%;
    overflow: scroll;
    padding-bottom: 20px;
/*    max-height: 167px;*/
}

.terms-buttons{
    margin-top: 20px;
    text-align: right;
}

/*.terms-buttons .terms-accept*/
.terms-buttons .terms-decline{
    margin-right: 10px;
}

#terms-modal,
core-overlay#terms-modal
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    overflow: hidden;
    background: white;
    padding:30px 42px;
    outline: 1px solid rgba(0,0,0,0.2);
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}


.core-overlay-backdrop.core-opened,
.core-overlay-backdrop.core-opened {
    z-index: 15px!important;
 }

/*width: 500px;
height: 46%;


overflow: scroll;
max-height: 54%;*/


/* Extra small devices (phones, less than 768px) */

.dihac-text{
    display: none;
}

@media (max-height: 768px){
    #terms-modal,
    core-overlay#terms-modal{
        height: 63%;
    }
}

@media (max-width: 768px) {
    .dihac-logo{
        display: none;
    }
    .dihac-text{
        display: block;
    }
    .container-title-page > .container h1{
        font-size: 7vw;
    }
    #finish-interview-page .column-chart .meeter-value,
    #finish-interview-page .column-chart h1.completed,
    #finish-interview-page .contact-attorney-section .title-section
    {
        font-size: 25px;
        text-align: center;
    }

    #terms-modal{
       width: auto;
       height: 68%;
    }
}



/* Medium devices (desktops, 992px and up) */
@media (min-width: 769px ) and (max-width: 992px ) {
    .dihac-logo{
        left: 18%;
    }
    #paper-progress-question{
        width: 155px;
    }
    .container-progress-bar{
        margin-right: -16%;
    }

}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 993px) and (max-width: 1200px) {
    .dihac-logo{
        left: 25%;
    }
}

@media (min-width: 1201px){

}
