#card-wrapper {
    max-width: 900px;
    margin: auto;
}
.caption{
    line-height: 1.1rem !important;
}
.v-application .grey.lighten-5 {
    background-color: #f7f7f7 !important;
    border-color: lightgray !important;
}

.v-card-border {
    border-left: 6px solid #666666;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    border-right: 1px solid #666666;
    max-width: 900px;
    margin: auto;
}

.theme--light.v-application {
    background: white !important;
}

.label_padding {
    padding: 0px;
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
}

.card_title {
    font-size: 14pt;
    font-weight: bold;
    text-align: left;
}

.deleteDialogTitleBox {
    color: white;
    font-size: 20px;
}

#notification_grid > th, td {
    padding: 0px 10px;
    margin: 0px;
}

#notifications_card {
    padding: 8px;
    background-color: white;
    color: gray;
    border-radius: 5px;
    width: 100%;
}
.optins {
    padding: 12px 4px 10px 4px;
    background-color: white;
    color: gray;
    border-radius: 5px;
    margin-left: 0;
    width: 100%;
}

table {
    margin: 0px !important;
}

fieldset {
    background-color: white;
}

.textbox {
    height:48px;
}
.textbox-label {
    font-weight: 500;
    font-size: 15px;
    color: black;
}
#circle{
    horiz-align: center;
    color: white;
    border-radius:50%;
    width:20px;
    height: 20px;
    text-align: center;padding-top:2px;
}
.page_title{
    font-size:22pt;
    font-weight:300;
    font-style:normal;
    font-stretch:normal;
    letter-spacing:normal;
    line-height:0.59;
    text-align:left;
}
.title_icon{
    font-size: 28pt;
}
.logo{
    width:220px;
    height:auto;
}
.number_cards{
    background-color: #E9E9E9;
    padding:8px;
    border-radius: 6px;
    display:inline-block;
    width:165px;
    margin: 1px;
    /*box-shadow: 1px 2px 4px rgba(0, 0, 0, .4);*/
}
.number_cards_edit{
    display:inline-block;
    width:58px;
    position: absolute;
    top:-6px;
    left:120px;
    border-radius: 10px;
    background-color: white;
    /*border:1px solid #E9E9E9;*/
    padding-right:3px;
    padding-left:6px;
}
.number_cards_title{
    color:black;
    font-weight:bold;
    text-transform:uppercase;
}
.number_cards_icon{
    font-size: 38pt;
    color:black;
}
.number_cards_delete{
    cursor:pointer;
    font-size:11pt;
    color:black;
}
.number_cards_edit{
    cursor:pointer;
    font-size:11pt;
    color: black;
}
@media (max-width: 450px){
    .page_title{
        font-size:13pt;
        font-weight:400;
        font-style:normal;
        font-stretch:normal;
        letter-spacing:normal;
        line-height:0.29;
        text-align:left;
    }
    .title_icon{
        font-size: 20pt;
    }
    .logo{
        width:160px;
        height:auto;
    }
}

@media (max-width:600px){
    .card{
        padding:10px;
    }
    .card_label{
        font-size:12pt;
        font-weight: bold;
        padding-bottom:10px;
        text-align:left;
    }
    .report_page_content{
        width:100%;
        margin-left:auto;
        margin-right:auto;
        text-align:center;
        margin-top:0em;
    }
    .client_info tr td{
        height:10px;
    }
    .submit_outage{
        font-size:12pt;
    }
    #verify.v-stepper__content{
        padding: 0px 0px 16px 0px !important;
    }
}