

.thumbnail {
    background-color: transparent;
    margin: 15px 0;
    border: 1px solid #ccc;
    padding: 30px;
}

.thumbnail_img{
    max-width: 128px;
    max-height: 128px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.thumbnail h2{
    color: #fff;
    text-align: center;
    line-height: 150px;
}
.thumbnail h4 {
    margin: 15px 0;
    font-family: 'Raleway', sans-serif !important;
}

.thumbnail-middle_img {
    text-align: center;
}

.select{
    border: none;
    color: #000;
    padding-right: 20px;
    font-weight: 600;
}

label {
    margin-bottom: 0;
}

.content-wrapper {
    min-height: 720px;
    margin-top: -1px;
}

#main-nav .navigation > .nav {
    border-bottom: 0 none;
}


/** for background fockus

.thumbnail:hover{
    background-color:#0086CA !important;
}
.coloPacificblue{
    background-color:#0086CA;
}
**/

@media only screen and (min-width:320px) and (max-width:480px){
    h4{
        font-size:10px;
        font-weight: 400;
    }
}

@media only screen and (min-width:481px) and (max-width:680px){

    h4{
        font-size:14px;
        font-weight: 600;
    }

}

.thumb-image {
    max-width: 90% !important;
}

/* Jquery validation Error class by Admin */
label.error {
    display: block;
    color: #a94442;
    /*background-color: #f2dede;
    border-color: #ebccd1;*/
    padding:1px;
}

.redborder {
    border: 1px solid red;
}

.dropdown-toggle::after { content: none; }

table tr td li i {color: black;}

/* set fonts for all input fields */
input[type="email"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="search"],
input[type="tel"],
input[type="url"],
textarea {
    font-family: 'Roboto Mono', sans-serif;
}

.icon-only-btn {
    display: inline-flex !important;      /* shrink-wrap content */
    padding: 0.25rem !important;           /* tweak to taste */
    width: auto !important;                /* kill any 100% rule */
    min-width: 0 !important;               /* kill Bootstrap’s min-width */
    justify-content: center;
    align-items: center;
}

/* Optional: remove the extra caret spacing Bootstrap adds */
.icon-only-btn::after {
    margin-left: 0;
}


/*--- classes by Yogendra ---*/
#dropdownMenuButton1 { margin-top: 7px; margin-right: 12px; }
.sendsms-btn { margin-top: 7px !important; }
.page-title-box { padding-bottom: 12px; }
@media (max-width: 768px)
{
.logo > a img { width: 160px; margin-top: -5px; margin-left: -34px; }
/* .notify-area { display: none !important; } */
.notify-area { margin-bottom: 0px; margin-top: 8px; }
#headerTopNav .row { background-color:#fff; padding-bottom: 24px; border-bottom: 1px solid #cfcfcf; }
.float-end { float: none !important; }
a.toggle-nav.btn.pull-left { margin-top: 30px; }
nav#main-nav { z-index: 111 !important; top: 16px; }
#main-nav { margin-top: 130px !important; }
#footer .footer-wrapper { margin-top: -16px; margin-bottom: 10px; font-size: 11px; }
}

@media only screen and (max-width: 992px) {
    #headerTopNav .row { background-color:#fff; padding-bottom: 24px; border-bottom: 1px solid #cfcfcf; }
	#content-wrapper { padding: 8px; }
	.page-title { padding-bottom: 10px !important; }
}

@media (min-width: 1200px)
{
#dropdownMenuButton1 { margin-top: 9px; margin-right: 12px; }
.sendsms-btn { margin-top: 9px !important; }
}

@media (max-width: 400px)
{
#headerTopNav .row { padding-right: 20px; padding-left: 7px; }
}

/*--------------------------*/








