.col-form-label {
    float: left;
    width: 11em;
    margin-top: 7px;
}
.form-check .col-form-check {
    float: left;
    width: 11em;
    margin-top: 7px;
}
.form-check .col-form-label {
    float: left;
    width: calc( 100% - 12em );
    margin-top: 7px;
}
.col-form-input {
    float: left;
    width: calc( 100% - 12em );
}
.radio {
    width: 40%;
    display: inline-block;
    clear: both;
    overflow: auto;
}
.form-check.form-check-inline {
    display: inline-block;
    padding: 0 1em;
}
input[type=checkbox], input[type=radio] {
    margin: 2px 7px 0 0;
    margin-top: 1px\9;
    line-height: normal;
    float: left;
    width: 19px;
    height: 19px;
}
h2.separator {
    clear: both;
    text-align: center;
    background-color: #3c8dbc;
    color: #fFF;
    padding: 7px;
    font-size: 22px;
    font-weight: bold;
    box-shadow: 0px 1px 1px 2px #495963;
}
thead {
    background-color: #aacce0;
}
.text-info-opt {
    color: #060606;
    /* text-align: center; */
    background-color: #aacce0;
    padding: 7px;
    font-weight: bold;
}
/**********************/
/* Some CSS styling */
#sketchpadapp {
    /* Prevent nearby text being highlighted when accidentally dragging mouse outside confines of the canvas */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.leftside {
    float:left;
    width:220px;
    height:285px;
    background-color:#def;
    padding:10px;
    border-radius:4px;
}
.rightside {
    float:left;
    margin-left:10px;
}
#sketchpad {
    height:300px;
    width:400px;
    max-width: 100%;
    border:2px solid #888;
    border-radius:4px;
    position:relative; /* Necessary for correct mouse co-ords in Firefox */
}
#clearbutton {
    font-size: 15px;
    padding: 10px;
    -webkit-appearance: none;
    background: #eee;
    border: 1px solid #888;
}
/**************************/
.btn-top td {
    background-color: #222d32;
    border: 1px solid #fff;
    text-align: center;
}
.btn-top td a {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em;
    width: 100%;
    height: 100%;
    display: block;
}
.btn-top td:hover,
.btn-top td.actived {
    background-color: #3c8dbc;
}
.btn-top td:hover a {
}

.logo-mini img{
    max-width: 96%;
}
.form-group {
    max-width: 100%;
}
.fg-20em.col-form-label{width: calc( 100% - 20em );}
.fg-20em.col-form-input{margin-top: 7px; width: 20em;}
.form-check.form-check-inline {white-space: nowrap;}
/*************************************************************/
@media (max-width: 1264px) {
    .col-form-label {
        width: 7em;
        margin-right: 7px;
        margin-top: 2px;
    }
    .col-form-input {
        width: calc( 100% - 8em );
    }
}
@media (max-width: 991px)  {
    .fg-20em.col-form-label{width: 100% !important;}
}
    
@media (min-width: 991px)  {

    .zip_code .col-form-label,
    .years .col-form-label,
    .mobile .col-form-label{width: 3em;}
    .zip_code .col-form-input,
    .years .col-form-input,
    .mobile .col-form-input
    {width: calc( 100% - 4em );}
    
    
}
@media (max-width: 375px)  {
    .col-form-label{width: 100% !important;}
    .col-form-input{width: 100% !important;}
}