

.container-fluid {
    margin: 0px !important;
    padding: 0;
}

.noBottom {
    margin-bottom: 0;
    padding: 0 55px !important;
}

    .noBottom label {
        cursor: pointer;
    }



.loginPane {
    position: fixed;
    background: rgba(255,255,255,0.85);
    display: table;
}

.loginPaneInner {
    vertical-align: middle;
    display: table-cell;
}
#tblAlert {
    background-color: #ffffffcc;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    vertical-align: bottom;
    font-size: 23px;
    line-height: 36px;
    font-weight: 400;
    text-transform: initial;
    z-index: 4;
}
.loginPane a {
    color: #374486;
    font-size: 16px;
    margin: 10px 0;
}

@media screen and (min-width: 1367px) {
    .loginPane {
        width: 700px;
        height: 100%;
    }
}

@media screen and (max-width: 1366px) {
    .loginPane {
        width: 500px;
        height: 100%;
    }
}

@media screen and (max-width: 700px) {
    .loginPane {
        width: 100%;
        height: 100%;
    }
}

.btnCustom {
    background: #133759 !important;
    color: #fff;
    padding: 7px 25px;
    text-align: center;
    min-width: 150px;
    border: 0;
    border-radius: 3px;
}

    .btnCustom:hover {
        background: #333333;
        color: #fff;
    }

.form-group {
    padding: 0 15px;
    text-align: center;
}

.logo-left {
    width: 100%;
    max-width: 100px;
}

.logo-right {
    width: 100%;
    max-width: 300px;
}

.text label {
    margin-top: 5px;
    font-weight: 700;
    color: #12416d;
    font-size: 17px;
}

.labelDiv {
    margin-bottom: 0;
}


/*-------------------------------------CSS For CheckBox----------------------------------*/
input[type="checkbox"] {
    position: relative;
    margin: 0 10px 5px 0;
    cursor: pointer;
}

    input[type="checkbox"]:before {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        content: "";
        position: absolute;
        left: 0;
        z-index: 1;
        width: 16px;
        height: 15px;
        border: 1px solid #3a3737;
    }

    input[type="checkbox"]:checked:before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        height: 8px;
        border-color: #3a3737;
        border-top-style: none;
        border-right-style: none;
    }

    input[type="checkbox"]:after {
        content: "";
        position: absolute;
        top: -2px;
        left: 0;
        width: 17.6px;
        height: 17.6px;
        background: #f2f2f2;
        cursor: pointer;
    }








/*-----------Form Modal--------*/
*:hover, *:focus, *:active {
    outline: 0;
}

.section-box {
    padding: 0;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
}

.profile {
    padding: 30px 30px 15px 30px;
}

.col-xs-5 {
    width: 40%;
}

.profile-photo {
    margin-right: 10%;
    margin-bottom: 10px;
}

    .profile-photo img {
        width: 100%;
        display: block;
        padding: 2px;
        border: 1px solid #bdbfbe;
        height: 20%;
        max-width: 100%;
        vertical-align: middle;
    }

.col-xs-7 {
    width: 60%;
}

.profile-info {
    color: #3d4451;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dedede;
}

.profile-preword {
    margin-bottom: 10px;
}

.profile-info .profile-preword span:before {
    border-left-color: #07cb79;
}

.profile-preword span:before {
    content: '';
    width: 0;
    height: 0;
    top: 100%;
    left: 5px;
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 0 0 8px 8px;
    border-color: transparent;
}

.profile-preword span {
    background-color: #07cb79;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    display: inline-block;
    padding: 7px 12px;
    text-transform: uppercase;
    position: relative;
}

.profile-title {
    font-size: 30px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 0;
}

    .profile-title span {
        font-weight: 300;
    }

.profile-position {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 0;
    margin-top: 10px;
}

.profile-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .profile-list li {
        margin-bottom: 13px;
    }

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.profile-list .title {
    display: block;
    width: 105px;
    float: left;
    color: #333333;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

.profile-list .cont {
    display: block;
    margin-left: 105px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #305ecc;
}

.profile-social {
    background-color: rgb(61, 75, 147);
    padding: 10px 0;
}

.modal-dialog {
    width: 55%;
    margin-top: 15%;
}

#ModalBranch .modal-dialog {
    width: 450px;
}

button.close {
    padding: 5px;
    margin-right: 5px;
}

.btnOk {
    background-color: #6b8ae0;
    border: 1px solid #051a84;
    padding: 5px;
    width: 15%;
    color: #fff;
    font-size: 14px;
    float: right;
    margin-right: 3.6%;
}

    .btnOk:hover,
    .btnOk:focus {
        background-color: #fff;
        border: 1px solid #6b8ae0;
        color: #6b8ae0;
    }

#myModal {
    width: 100% !important;
    left: 0 !important;
    right: 0;
    margin: 0 auto;
    top: 0 !important;
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
}

.error {
    display: block;
    color: #f70202;
    font-weight: 500;
    position: absolute;
    left: 9%;
}

.form-input input ~ .label {
    padding-left: 0 !important;
    margin-top: 2px;
}
