/*********************************************/
/*These styles are for the newserviceform page*/
/*********************************************/
.abltystatusdft {
    font-size: 24px;
    font-weight: 600;
    color: red;
    text-align: left;
}

.abltystatusact {
    font-size: 24px;
    font-weight: 600;
    color: green;
    text-align: center;
}

.abltystatusinact {
    font-size: 24px;
    font-weight: 600;
    color: red;
    text-align: center;
}

.statusrow {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
    padding: 10px;
    border-radius: 4px;
}

.statusrowempty {
    padding: 3px;
    border: 1px solid transparent;
}

#abilityentry-form .form-file {
    margin-bottom:10px;
    margin-top: -10px;
}

.displayimg img {
    max-width:100px;
}

.newabilitylabel {
   /*text-align: center;*/
   font-weight: 600;
   margin-top: 5px;
   font-size:16px;
}

.input-group-addon {
    display:none;
}

#edit-jobtype {
    width:300px;
}

#dropdown-second-replace {
    width:300px;
}

/*This is the Clear Selection link style*/
.clrslctn { 
    margin-top:8px;
}

.clrslctn a,
.clrslctn a:hover{ 
    margin-top:8px;
    font-size:16px;
    text-decoration: none;
}

.selectrow {
    display: inline-block;
    vertical-align: top;
}

.specabltystn {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.path-abilityentry input[type=radio] {
    /*display:none; */
    margin:5px;
    position: static;
}

.form-item-costtype-select {
    display:inline-block;
    padding-right:20px;
}

#cost-replace {
    background:#e7e7e7;
    width:50%;
}



.costfee {
    display: inline-block;
    padding-left: 10px;
    background: #e7e7e7;
    border-radius: 4px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight:600;
}

.costfeehr {
    margin-top: 10px;
    color: #777;
    font-weight: 600;
}

.totalcost {
    display: inline-block;
    padding-left: 10px;
    background: #e7e7e7;
    border-radius: 4px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;   
    font-weight:600;
}

.cstdtls {
    background: #e7e7e7;
    border-radius: 4px;
    padding:8px;
}

.cstdtls img {
    width:50px;
}

.form-item-costtype-select .ajax-throbber {
    display:none;
}

.imgdivtext {
    font-weight:600;
    font-size:16px;
}

.imgrmbtn {
    text-align:right;
}

.ablrmimgmdllnk {
    color: #0074bd;
    cursor:pointer;
}

.form-item-location-select {
    display:inline-block;
    padding-right:20px;
}



/*clear category button*/
button#edit-clearcat.btn-default:active,
button#edit-clearcat.btn-default:focus {
    background-image: url("/sites/default/files/sitefiles/loading.gif");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-color: transparent;
    color:transparent;
}

.limittxt {
    margin-top:-10px;
}



/*********************/
/***Error Messages***/
/*********************/

.fielderrormsg {
    background: rgba(255, 99, 71, 0.2);
    color: red;
    padding: 10px;
    font-weight: 700;
    margin-top: 5px;
    border-radius: 4px;
}

/*this is specific to the image upload section*/
.file-upload-js-error {
    color: red;
    margin-bottom: 25px;
    margin-top: -10px;
}

/*.alert-danger span {
    display:none;
}*/




/******************************************************/
/****************MOBILE DESIGN************************/
/******************************************************/

@media (min-width: 1150px) {
    
    .abilitybtn {
        /*margin-right: 300px;*/
        display: inline-block;
    }
    
    .abilitybtn .btn-info,
    .abilitybtn .btn-default {
        color: #fff;
        background-color: #2f4050;
        border-color: #2f4050;;
        height: 45px;
        font-size: 20px;
        /*background-image: url("/sites/default/files/sitefiles/loading.gif");
       background-repeat: no-repeat;*/
    }

    .abilitybtn .btn-info:active,
    .abilitybtn .btn-info:focus,
    .abilitybtn .btn-default:active,
    .abilitybtn .btn-default:focus {
       /*background-color: #777; */
       background-image: url("/sites/default/files/sitefiles/loading.gif");
       background-repeat: no-repeat;
       background-size: auto;
       background-position: center;
       color: #fff;
        background-color: #2f4050;
       /*color:#fff;*/
    }

    .abilityinactivebtn {
        margin-right: 30px;
        display: inline-block;
    }

    .abilityreactivebtn {
        margin-right: 350px;
    }

    .abilityinactivebtn .btn-default,
    .abilityreactivebtn .btn-default {
        color: #2f4050;;
        background-color: transparent;
        border: 1px solid #2f4050;
        height: 45px;
        font-size: 20px;
    }
    
}

@media (max-width: 1149px) {
    .abilitybtn {
        /*margin-right: 250px;*/
        display: inline-block;
    }

    .abilitybtn .btn-info,
    .abilitybtn .btn-default {
        color: #fff;
        background-color: #2f4050;
        border-color: #2f4050;;
        height: 45px;
        font-size: 20px;
        /*background-image: url("/sites/default/files/sitefiles/loading.gif");
       background-repeat: no-repeat;*/
    }

    .abilitybtn .btn-info:active,
    .abilitybtn .btn-info:focus,
    .abilitybtn .btn-default:active,
    .abilitybtn .btn-default:focus {
       /*background-color: #777; */
       background-image: url("/sites/default/files/sitefiles/loading.gif");
       background-repeat: no-repeat;
       background-size: auto;
       background-position: center;
       color: #fff;
        background-color: #2f4050;
       /*color:#fff;*/
    }

    .abilityinactivebtn {
        margin-right: 30px;
        display: inline-block;
    }

    .abilityreactivebtn {
        margin-right: 350px;
    }

    .abilityinactivebtn .btn-default,
    .abilityreactivebtn .btn-default {
        color: #2f4050;;
        background-color: transparent;
        border: 1px solid #2f4050;
        height: 45px;
        font-size: 20px;
    }

    /*.abilityreactivebtn {
        text-align:center;
    }

    .abilityreactivebtn .btn-default {
        color: #fff;
        background-color: #F39C12;
        border-color:#F39C12;
    }*/
    
}

@media (min-width: 992px) {
    
   .path-abilityentry .buttonrow {
        position: fixed;
        bottom: 0px;
        width: 75%;
        border-top: 1px solid #d0d0d0;
        background:#fff;
        padding-top:8px;
        padding-bottom:8px;
        z-index:12;
        text-align:right;
    } 

    
    
}

@media (max-width: 991px) {
    
    .path-abilityentry .col-sm-9{
        width:100%;
    }
    
    #field-costfees {
        margin-top:10px;
    }
    
    .path-abilityentry .buttonrow {
        position: fixed;
        bottom: 0px;
        width: 100%;
        border-top: 1px solid #d0d0d0;
        background: #fff;
        padding-top: 8px;
        padding-bottom: 8px;
        z-index: 12;
        text-align: right;
      }
    
    .abilitybtn {
        margin-right: 50px;
        display: inline-block;
    }

    .abilitybtn .btn-info,
    .abilitybtn .btn-default {
        color: #fff;
        background-color: #2f4050;
        border-color: #2f4050;;
        height: 45px;
        font-size: 20px;
        /*background-image: url("/sites/default/files/sitefiles/loading.gif");
       background-repeat: no-repeat;*/
    }

    .abilitybtn .btn-info:active,
    .abilitybtn .btn-info:focus,
    .abilitybtn .btn-default:active,
    .abilitybtn .btn-default:focus {
       /*background-color: #777; */
       background-image: url("/sites/default/files/sitefiles/loading.gif");
       background-repeat: no-repeat;
       background-size: auto;
       background-position: center;
       color: #fff;
        background-color: #2f4050;
       /*color:#fff;*/
    }

    .abilityinactivebtn {
        margin-right: 30px;
        display: inline-block;
    }

    .abilityreactivebtn {
        margin-right: 350px;
    }

    .abilityinactivebtn .btn-default,
    .abilityreactivebtn .btn-default {
        color: #2f4050;;
        background-color: transparent;
        border: 1px solid #2f4050;
        height: 45px;
        font-size: 20px;
    }

    /*.abilityreactivebtn {
        text-align:center;
    }

    .abilityreactivebtn .btn-default {
        color: #fff;
        background-color: #F39C12;
        border-color:#F39C12;
    }*/
    
}

@media (max-width: 500px)  {

    .abltystatusdft,
    .abltystatusact,
    .abltystatusinact {
        font-size: 16px;
    }
    
    .abilityreactivebtn .btn-default {
        color: #fff;
        background-color: #F39C12;
        font-size:10px;
        border-color:#F39C12;
    }
 
 }
 
@media (max-width: 399px)  {
    
    #edit-jobtype {
        width:250px;
    }

    #dropdown-second-replace {
        width:250px;
    }
    
    .abilitybtn {
        margin-right: 25px;
        display: inline-block;
    }
    
    .abilityinactivebtn {
        margin-right: 10px;
        display: inline-block;
    }
}
 
 