﻿.thumbWidth {
    max-width: 432px;
    margin: 0 auto;
}

.thumbWidth1 {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 130px;
}

.thumbpicWidth {
    min-height: 315px;
    background-color: #D2D2D2;
    /*background-color: #EFEFEF;*/
    padding: 20px 20px;
    margin: 20px 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s;
}

.thumbpicWidth:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    outline: 0;
}

.pic>img {
    width: 170px;
    height: 170px;
}

.pic>.txtbold {
    font-size: 20px;
}

.txtbold {
    color: #df5829;
    font-weight: 600;
}

.txtbold1 {
    color: #007fae;
    font-weight: 600;
}

.bs-docs-header {
    padding-top: 05px;
    padding-bottom: 10px;
    font-size: 20px;
    text-align: left;
    transition: .2s ease-in-out;
}

.bs-docs-header,
.bs-docs-masthead {
    position: relative;
    padding: 01px 0;
    font-size: 60px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}

.bs-docs-header .container>h1 {
    font-size: 30px;
    margin-top: 0px!important;
    transition: .2s ease-in-out;
}

.bullet ul>li {
    margin-bottom: 10px;
}

.bullet ul {
    list-style: none;
}

.bullet ul>li::before {
    font-size: 20px;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: -1em;
}

.bulletmission>li>ul>li {
    content: "•";
    margin-left: 50px;
}

.modal-body .text-center {
    width: 100%!important;
}

.modal_pic>img {
    margin: 0 auto;
}

.login-modal-footer {
    margin-top: 15px;
    margin-bottom: 15px;
}

.modal-dialog {
    margin: 140px auto;
}

.modal-dialog1 {
    width: 85%;
    margin: 30px auto;
    margin-top: 120px;
}

@media only screen and (max-width: 1000px) {
    .thumb {
        padding: 0 10px 9px;
        overflow: hidden;
        min-height: 210px;
    }
    .modal-dialog1 {
        width: 80%;
        margin: 30px auto;
        margin-top: 120px;
    }
}

@media only screen and (max-width: 1500px) {
    .modal-dialog1 {
        width: 95%;
    }
}

.mr10 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.bt-login {
    background-color: #007CFF;
    color: #ffffff;
    padding-bottom: 10px;
    padding-top: 10px;
    transition: background-color 300ms linear 0s;
}

.bt-login:hover,
.bt-login:focus {
    background-color: #1467be;
    color: #ffffff;
    transition: background-color 300ms linear 0s;
}

.btn-reg {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    padding-bottom: 10px;
    padding-top: 10px;
    transition: background-color 300ms linear 0s;
}

.btn-reg:hover {
    color: #333;
    background-color: #CCCCCC;
    border-color: #ccc;
    transition: background-color 300ms linear 0s;
}

.modal-body {
    position: relative;
    padding: 15px;
    display: flex;
    min-height: 115px!important;
}

.login-tab {
    margin: 0 auto;
    max-width: 380px;
}

.login-modal-header {
    background: #0c1b33;
    color: #fff;
}

.login-modal-header .modal-title {
    color: #fff;
}

.login-modal-header .close {
    color: #fff;
}

.login-modal i {
    color: #000;
}

.login-modal form {
    max-width: 340px;
}

.register-modal form {
    max-width: 340px;
}

.tab-pane form {
    margin: 0 auto;
}

.login-modal-footer {
    margin-top: 15px;
    margin-bottom: 15px;
}

.modal-dialog {
    margin: 140px auto;
}

.modal-dialog1 {
    width: 85%;
    margin: 30px auto;
    margin-top: 120px;
}

@media only screen and (max-width: 1000px) {
    .thumb {
        padding: 0 10px 9px;
        overflow: hidden;
        min-height: 210px;
    }
    .modal-dialog1 {
        width: 80%;
        margin: 30px auto;
        margin-top: 120px;
    }
}

@media only screen and (max-width: 1500px) {
    .modal-dialog1 {
        width: 95%;
    }
}

.form-group>.input-group>.input-group-addon>i {
    color: #848E97;
}

.form-control>.signIn-option {
    color: #B8B5B5;
}

.fa-envelope {
    font-size: 10px;
}


/*==================*/

.panel-heading {
    position: relative;
    height: 40px;
    line-height: 36px;
    background: #fafafa;
    color: #666666;
    font-size: 13px;
    font-weight: 600;
    padding: 0 8px;
    border: 1px solid #e5e5e5;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}

.panel {
    position: relative;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 2px;
}

.panel-tabs {
    position: absolute;
    bottom: 0;
    left: 0;
}

.panel-tabs.panel-tabs-border>li.active>a {
    margin-top: -1px;
    border-bottom: 3px solid #4a89dc !important;
}

.panel-tabs>li.active>a,
.panel-tabs>li.active>a:hover,
.panel-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    background: #ffffff;
}

.panel-tabs>li>a {
    line-height: 18px;
    border-radius: 0;
    padding: 10px 18px;
    border-left: 1px solid #DDD;
    font-size: 12px;
    color: #777;
}

.panel-tabs>li {
    float: left;
}

@media only screen and (max-width: 768px) {
    .modal-dialog1 {
        width: 80%;
        margin: 30px auto;
        margin-top: 120px;
        min-height: 40%;
    }
    .bs-docs-header .container>h1 {
        font-size: 30px;
        margin-top: 5px;
        transition: .2s ease-in-out;
    }
    .center-block>img {
        margin: 0 auto;
        padding: 10px;
    }
    .is-img>img {
        vertical-align: middle;
    }
}

@media only screen and (max-width:991px) {
    .is-img {
        text-align: center;
        vertical-align: middle;
        height: 200px;
    }
}

@media only screen and (min-width: 992px) {
    .btn-read {
        width: 25%;
        bottom: 17px;
        left: 14%;
        right: 0;
        margin: auto;
    }
    .is-img {
        text-align: left;
        vertical-align: middle;
        height: 200px;
    }
}
