﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
    color: #555;
    font: 12px/1 'Arial';
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    /*max-width: 280px;*/
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    /*.text-right {
        text-align: left !important;
    }*/
    .divpadxs {
        padding-top: 10px;
    }

    .serchbtndiv {
        margin-top: 0px !important;
    }
    .bglogin {
        background-color: #325d6d!important;
    }
    .logintext {
        padding-top: 25px!important;
    }
}

.divpad {
    padding-bottom: 10px;
}

.divinsert {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    padding: 25px;
    float: none;
    position: relative;
}

.divdisplay {
    /*max-width: 100%;*/
    margin: 0 auto;
    width: 100%;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    padding: 25px;
    float: none;
    position: relative;
}

.btn, .form-control {
    border-radius: 0px !important;
}

.requied {
    color: red;
    padding-left: 2px;
}

.gridheader {
    font-size: 12px;
    color: #fff;
    background-color: #00adef;
}

.gridfooter {
    background-color: #b9bfc1;
}

.gridbtn {
    vertical-align: middle !important;
    text-align: center !important;
}

.divsearch {
    border: 1px solid #00adef;
    /*padding:10px;
    height:150px;*/
}

.textbold {
    font-size: 14px !important;
    font-weight: bold !important;
}

.serchbtndiv {
    margin-top: 16px;
}

.lbl {
    font-weight: normal;
}

.captdivpad {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.h1colr {
    color: #f24e12;
}
/*Admin menu css*/

.ddl-menu {    
    right: 0;
}

/*End admin menu css*/

/*Login*/
.colforget {
    color: #f36120;
}
/*.btn.focus, .btn:focus, .btn:hover {
    border-color: #f36120!important;
    text-decoration: none
}*/
.btn:focus {
   /* outline: thin dotted;
     outline: 5px auto -webkit-focus-ring-color;*/
    outline: 0px!important;
    /*outline-offset: -2px;*/
}
/*end login*/