a, a:hover {
    transition: .2s all;
    -o-transition: .2s all;
    -moz-transition: .2s all;
    -webkit-transition: .2s all text-decoration: none;
}

*, ul {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

a {
    cursor: pointer;
}

table thead {
    background: #168dff;
}

    table thead th, th {
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        letter-spacing: 1px;
        font-weight: normal;
    }

table tbody td, td {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
}

body {
    font-family: 'Roboto', sans-serif;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mtb {
    margin: 10px 0;
}

.mrl-20 {
    margin: 20px;
    position: relative;
}

.mrl-0 {
    margin: 0px;
    position: relative;
}

.transition {
    transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    -webkit-transition: .5s all;
}

.transition-slow {
    transition: .8s all;
    -o-transition: .8s all;
    -moz-transition: .8s all;
    -webkit-transition: .8s all;
}

.dashboard-wrd {
    background: #F4F6F9;
}

.clr {
    clear: both;
}

.dashboard-left {
    width: 20%;
    float: left;
    background: #fff;
    /*height: 100vh;*/
    text-align: center;
    padding-top: 20px;
    /*min-height: 600px;*/
    box-shadow: 1px 8px 10px rgba(68, 68, 68, 0.2);
    -moz-box-shadow: 1px 8px 10px rgba(68, 68, 68, 0.2);
    -webkit-box-shadow: 1px 8px 10px rgba(68, 68, 68, 0.2);
    /*position: fixed;*/
}

.dashboard-content {
    width: 80%;
    float: left;
    height:627px;
    position:relative;
}

.dashboard-left h1 {
    margin: 0;
    padding: 0;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 0.5px;
}

.logo {
    float: left;
    width: 100%;
    display: block;
    padding: 16px 0;
}
    /*.logo {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: inline-block;
    margin: 0- auto;
    background: #fff;
    color: #fff;
    overflow: hidden;
    box-shadow:1px 1px 10px rgba(68, 68, 68, 0.3);
    -moz-box-shadow: 1px 1px 10px rgba(68, 68, 68, 0.3);
    -webkit-box-shadow: 1px 1px 40px rgba(68, 68, 68, 0.3);
    border: 2px solid #fff;
}*/
    .logo img {
        width: 97%;
    }

.dashboard-menu .left-menu li {
    
    float: left;
    width: 100%;
    border-top: 1px solid rgba(68, 68, 68, 0.1);
    display: block;
}

    .dashboard-menu .left-menu li.active a {
        margin: 0 !important;
        box-shadow: none !important;
        border: 0;
    }

.dashboard-menu .left-menu > li.active > a, .dashboard-menu .left-menu > li.active > a:focus, .dashboard-menu .left-menu > li.active > a:hover {
    color: #000;
    background-color: #f6f6f6;
    border: 0 !important;
    border-bottom-color: transparent;
    cursor: default;
    display: block;
}

.dashboard-menu {
    height: 522px;
    overflow: auto;
    z-index: 1;
    border: 1px solid #ccc;
    padding: 0;

}

    .dashboard-menu .left-menu > li {
        margin-bottom: 0 !important;
    }

        .dashboard-menu .left-menu > li > a:hover {
            border-color: none !important;
            border: 0 !important;
        }

        .dashboard-menu .left-menu > li > a {
            margin-right: 0px;
            border: 0;
            border-radius: 0;
            text-align: left !important;
            padding: 10px !important;
            font-family: 'Roboto', sans-serif;
            font-size: 15px;
            color: #333;
            display: block;
        }

.top {
    float: left;
    width: 100%;
    background: #183858;
    box-shadow: 5px -1px 21px rgba(68, 68, 68, 0.5);
    -moz-box-shadow: 5px -1px 21px rgba(68, 68, 68, 0.5);
    -webkit-box-shadow: 5px -1px 21px rgba(68, 68, 68, 0.5);
    font-family: 'Roboto', sans-serif;
    /*position: fixed;*/
    color: #fff;
    padding: 0 20px;
    z-index: 999;
}

.dashboard-link {
    float: left;
}

.dashboard-login {
    float: right;
}

.dashboard-link a {
    padding: 10px 0;
    display: inline-block;
    /* background: #ddd; */
    color: #fff;
    letter-spacing: 0.5px;
}

.client-name {
    color: #fff;
}

.dashboard-login {
    position: relative;
    background: #168dff;
}

.client-menu {
    position: absolute;
    top: 40px !important;
    background: #fff;
    width: 100%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    width: 200px;
}

.dashboard-login:hover .client-menu {
    opacity: 1;
    visibility: visible;
    top: 42px;
    z-index: 1;
}

.client-menu a {
    display: block;
    padding: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    color: #333;
    background: #fff;
    padding: 6px 10px;
}

    .client-menu a:hover {
        padding-left: 15px;
    }

.dashboard-login {
    padding: 5px 10px;
    display: block;
}

.tab-content {
    float: left;
    width: 100%;
    padding: 10px;
}

.dashboard-content-header {
    background: #168dff;
    height: 65px;
    padding: 10px 20px;
}

.dashboard-content-block {
    margin-top: 40px;
}

.dashboard-content-header h2 {
    color: #fff;
    font-size: 28px;
    letter-spacing: 1px;
    margin: 0;
    float: left;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

    .dashboard-content-header h2 span {
        display: block;
        font-size: 17px;
    }

.dashboard-content-header ul {
    float: right;
    background: rgba(255,255,255, 0.3);
    border-radius: 10px;
    padding: 9px 20px;
}

    .dashboard-content-header ul li {
        float: left;
        padding: 0 10px;
    }

        .dashboard-content-header ul li label {
            color: #333;
            margin-right: 10px;
        }

        .dashboard-content-header ul li input, .dashboard-content-header ul li select {
            border-radius: 5px;
            border: 0;
            line-height: 30px;
            width: 150px;
            font-size: 12px;
            padding: 3px 10px;
            height: 30px;
        }

            .dashboard-content-header ul li select option {
                padding: 3px !important;
                line-height: 30px !important;
                width: 150px !important;
            }

label {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.tab-content.top-margin {
    position: relative;
    top: -10px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.status {
    background: #fff;
    float: left;
    width: 100%;
    padding: 15px;
    box-shadow: -4px 1px 14px rgba(68, 68, 68, 0.2);
    -moz-box-shadow: -4px 1px 14px rgba(68, 68, 68, 0.2);
    -webkit-box-shadow: -4px 1px 14px rgba(68, 68, 68, 0.2);
    margin-top: 10px;
    margin-bottom: 10px;
}

    .status li {
        float: left;
        margin: 5px;
        width: 24%;
        min-height: 109px;
        padding: 11px 0px;
        margin-bottom: 10px;
        background: #f6f6f6;
        text-align: center;
    }



       .status liAdmin {
    display: none !important;
            float: left;
        margin: 5px;
        width: 24%;
        min-height: 109px;
        padding: 11px 5px;
        margin-bottom: 10px;
        background: #f6f6f6;
        text-align: center;
    }

/*.status-new {
    height: 442px;
    overflow: auto;
}*/

.status li:hover {
    background: #efefef;
    -webkit-box-shadow: 5px 5px #ddd;
    -moz-box-shadow: 5px 5px #ddd;
    box-shadow: 5px 5px #ddd;
}

.status li:nth-child(4n) {
    margin-right: 0;
}
/*.bg-b-orange {
    background: #bbd9ee;
}
.bg-b-purple {
    background: #e7e4d3;
}
.bg-b-cyan {
    background: #f1efe2;
}
.bg-b-black {
    background: #e7e7e7;
}*/
.status span {
    color: #fff;
    background: #6f696c;
    display: inline-block;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    text-align: center;
    font-size: 28px;
    line-height: 55px;
}

.status h3 {
    text-transform: uppercase;
    font-size: 14px;
    border-top: 1px solid rgba(0,0,0, 0.2);
    margin-top: 17px;
    border-bottom: 1px solid rgba(0,0,0, 0.2);
    padding: 8.5px 0;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    color: #183858;
}

.status p {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: normal;
    font-size: 30px;
    margin: 0;
}

.feeds-and-stats {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.feeds-block {
    float: left;
    width: 70%;
    background: #fff;
    margin-right: 2%;
    box-shadow: -4px 1px 14px rgba(68, 68, 68, 0.2);
    -moz-box-shadow: -4px 1px 14px rgba(68, 68, 68, 0.2);
    -webkit-box-shadow: -4px 1px 14px rgba(68, 68, 68, 0.2);
    padding: 15px;
}

.stats-block {
    float: left;
    width: 28%;
    background: #fff;
    box-shadow: -4px 1px 14px rgba(68, 68, 68, 0.2);
    -moz-box-shadow: -4px 1px 14px rgba(68, 68, 68, 0.2);
    -webkit-box-shadow: -4px 1px 14px rgba(68, 68, 68, 0.2);
    padding: 15px;
}

h4 {
    text-transform: uppercase;
    font-size: 17px;
    padding: 0 0 10px 0;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: normal;
}

.feeds-and-stats td span {
    font-style: italic;
}

.feeds-and-stats td:first-child {
    width: 40px;
    text-align: center;
}

.stats-grph {
    text-align: center;
}

    .stats-grph ul {
        text-align: center;
        margin-top: 20px;
    }

    .stats-grph li {
        display: inline-block;
        width: 49%;
        text-align: left;
        vertical-align: middle;
        font-family: 'Josefin Sans', sans-serif;
        margin-bottom: 12px;
    }

        .stats-grph li .bg {
            border: 2px solid #ddd;
            width: 20px;
            height: 20px;
            float: left;
            margin-right: 5px;
        }

.bgone {
    background: #bdf3f5;
}

.bgtwo {
    background: #f9f1d8;
}

.bgthreee {
    background: #efefef;
}

.bgfour {
    background: #ffe0e6;
}

.footer {
    width: 100%;
    text-align: center;
    background: #183858;
    float: left;
    position: absolute;
    bottom: 0;
}

    .footer a {
        padding: 15px 0;
        color: #fff;
        display: inline-block;
    }

.left-menu li span {
    margin-right: 10px;
}

.bg-white {
    background: #fff;
    box-shadow: -4px 1px 14px rgba(68, 68, 68, 0.2);
    -moz-box-shadow: -4px 1px 14px rgba(68, 68, 68, 0.2);
    -webkit-box-shadow: -4px 1px 14px rgba(68, 68, 68, 0.2);
}

.pd-15px {
    padding: 15px;
}

.fa-times {
    color: #c7254e;
}

.fa-pencil {
    color: #333;
}

.config-ul {
    width: 100%;
}

    .config-ul li {
        margin-bottom: 10px;
    }

        .config-ul li span {
            display: inline-block;
        }

            .config-ul li span input {
                border: 1px solid #ddd;
            }

            .config-ul li span .text-input {
                border: 0;
                line-height: 40px;
                width: 150px;
                font-size: 12px;
                padding: 3px 10px;
                height: 40px;
                border: 1px solid #ddd;
                margin: 0 10px;
            }

.add-another {
    background: #168dff;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 5px;
    margin-left: 298px;
}

    .add-another:hover {
        background: #6f696c;
    }

.left-menu img {
    width: 19px;
}

fieldset, textarea {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    position: relative;
}

    fieldset h3 {
        position: absolute;
        top: -14px;
        font-size: 14px;
        background: #fff;
        padding: 5px 6px;
        font-family: 'Oswald', sans-serif;
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

/*#op-deposit .config-ul li input{
    margin-left:0!important;
}*/
#op-deposit textarea {
    min-height: 200px;
    margin-bottom: 10px;
}

.btn-all {
    background: #168dff;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 8px 15px;
    display: inline-block;
    border-radius: 5px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
}

.table-btn {
    background: #168dff;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 2px 10px;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
    width: 72px;
    text-align: center;
}

    .btn-all:hover, .table-btn:hover {
        background: #333;
        color: #fff;
    }

.fl {
    float: left;
    width: 100%;
}

.bill-table {
    height: 295px;
    max-height: 400px;
    overflow: auto;
    border: 1px solid #ddd;
}


.tabs-inner .left-menu > li a {
    margin-bottom: 0;
    background: #183858;
    border: 0;
    border-radius: 0;
    color: #fff !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: normal !important;
    letter-spacing: 1px;
}

.left-menu > li.active > a, .left-menu > li.active > a:focus, .left-menu > li.active > a:hover {
    border: 0;
}

.tabs-inner .left-menu > li.active > a, .tabs-inner .left-menu > li.active > a:focus, .tabs-inner .left-menu > li.active > a:hover {
    color: #fff !important;
    border: 0 !important;
    background: #168dff !important;
}

.tabs-inner .tab-content {
    border: 1px solid #ddd;
    height: 340px;
}

.tabs-inner .left-menu {
    border-bottom: 0;
}

.lable-block label {
    display: block !important;
}

.lable-block span {
    margin-right: 10px !important;
}

    .lable-block span:last-child {
        margin-right: 0px !important;
    }

    .lable-block span label {
        display: inline-block;
        margin-bottom: 0px;
    }

select, input[type="text"], input[type="date"], input[type="password"], input[type="number"] {
    border: 1px solid #ddd;
    height: 36px;
    width: 180px !important;
}

input[type="text"], input[type="date"], input[type="number"] {
    padding: 0 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.fr {
    float: right;
}

.edit.fr {
    margin-top: 10px;
}

.table {
    margin-bottom: 0 !important;
}

table thead th {
    font-family: 'Oswald', sans-serif !important;
    font-weight: normal !important;
    letter-spacing: 1px;
}

#IP_Deposit label {
    width: 80px;
}

.two_btn {
    padding-left: 120px;
}

.feedback-block span {
    float: left;
    width: 100%;
    display: block;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
}

.feedback-block {
    margin-top: 15px;
    float: left;
    width: 100%;
}

    .feedback-block h6 {
        font-family: 'Teko', sans-serif;
        font-size: 20px;
        font-weight: normal;
    }

    .feedback-block img {
        width: 25px;
        margin-left: 5px;
        margin-right: 30px;
    }

    .feedback-block ul li {
        float: left;
    }

    .feedback-block input {
        position: relative;
        top: 2px;
    }

#feedback fieldset {
    height: 378px;
    overflow: auto;
}

/*login*/
.header-login {
    background-color: #183858;
}

.header-login {
    padding: 0;
    height:32px;
}

    .header-login ul {
        text-align: right;
        color: #fff;
        font-family: 'Oswald', sans-serif;
    }

    .header-login li {
        display: inline-block;
        margin: 0 10px;
        letter-spacing: 1px;
        font-size: 15px;
    }

.header-logo {
    padding: 10px 0;
}

.header-logo-block .name {
    font-family: 'Oswald', sans-serif;
    color: #183858;
    float: right;
    display: block;
    position: relative;
    top: 10px;
}

.header-logo-block a {
    font-size: 16px;
    color: #168dff;
    letter-spacing: 1px;
}

.form-login-area {
    position: relative;
}

.form-login-area-block {
    position: absolute;
    top: 50px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 500px;
    padding: 20px;
    -webkit-box-shadow: -8px 1px 42px 13px #333; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: -8px 1px 42px 13px #333; /* Firefox 3.5 - 3.6 */
    box-shadow: -8px 1px 42px 13px #333;
}

    .form-login-area-block label {
        width: 64px;
        float:left;
    }

    .form-login-area-block h3 {
        font-family: 'Oswald', sans-serif;
        font-size: 20px;
        font-weight: normal;
        border-bottom: 1px solid #333;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
    #showuhiddiv ul li{
        width:100%;
        float:left;
    }
    #showuhiddiv ul li .fa{
        position:relative;
        top:7px;
    }
    .form-login-area-block label {
        float:left;
        font-family: 'Oswald', sans-serif;
        font-size: 14px;
        color: #000;
        text-transform: uppercase;
        width:100%;
        position:relative;
        top:4px;
	display:block;
    }

    .form-login-area-block input, .form-login-area-block select {
        width: 93% !important;
        margin-right:10px;
        padding: 0 5px;
        float:left;
    }

    .form-login-area-block .fa.fa-question-circle {
        font-size: 21px;
        color: #168dff;
    }

    .form-login-area-block .btn-all {
        margin-top: 10px;
    }

.header-logo-area {
    background-color: #fff;
}

.botom-part {
    text-align: center;
    /*/*color: #fff;
    background-color: #001f3e !important;*/*/
}

    .botom-part h4 {
        color: #168dff;
        margin: 0;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        font-weight: normal;
    }

    .botom-part p {
        margin-bottom: 0;
        font-family: 'Oswald', sans-serif;
        font-weight: normal !important;
        letter-spacing: 1px;
    }

    .botom-part .header-logo-block {
        padding-bottom: 0px;
        padding-top: 10px;
        /*border-right: 1px solid #183858;*/
        border-right: 1px solid #ccc;
        height:200px;
        
    }
    .botom-part .header-logo-block:last-child{
        border-right:0 !important;
    }
.form-login-area img {
    width: 100%;
    height:450px;
}

/*.powerby {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0px;
}*/
.powerby{
    padding:5px 0;
    
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    /*background:#183858;*/
}
#myModal2 .modal-dialog {
    width: 600px;
    margin: 30px auto;
    top: 25%;
}

#myModal3 .modal-dialog {
    width: 600px;
    margin: 30px auto;
    top: 30%;
}

.modal {
    overflow: hidden !important;
}

.modal-title {
    color: #183858;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    margin: 0 !important;
}


/*all popup setting CSS*/
.popup-area {
    background-color: rgba(0, 0, 0, 0.4) !important;
    display: none;
    height: 100%;
    left: -1px;
    position: fixed;
    top: 0 !important;
    width: 100% !important;
    z-index: 9999999999 !important;
    overflow: hidden !important;
}

    .popup-area form {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

.modal-block-new {
    margin: 0 auto;
    max-width: 860px !important;
    position: relative;
    top: 20%;
    overflow-x: hidden;
    box-shadow: 1px 1px 10px #333;
    width: 100%;
    background: #eaeaea;
}


    .modal-block-new .popupHeader {
        height: 35px !important;
        padding: 0 !important;
    }

.popupHeader {
    background: #63b2ff;
    color: #fff;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.modal-block-new .popupHeader .header_title {
    position: relative;
    top: 7px;
}

.modal-block-new section {
    background: #eaeaea !important;
    float: left;
    width: 100%;
    padding: 15px;
}

.no-float .modal-block-new section {
    float: none !important;
    width: auto !important;
}

.modal-block-new footer {
    background: #ccc !important;
}

#popup235 {
    max-width: 235px !important;
    margin: 0 auto;
}

#popup280 {
    max-width: 280px !important;
    margin: 0 auto;
}

#popup300 {
    max-width: 300px !important;
    margin: 0 auto;
}

#popup320 {
    max-width: 320px !important;
    margin: 0 auto;
}

#popup350 {
    max-width: 350px !important;
    margin: 0 auto;
}

#popup380 {
    max-width: 380px !important;
    margin: 0 auto;
}

#popup400 {
    max-width: 400px !important;
    margin: 0 auto;
}

#popup450 {
    max-width: 450px !important;
    margin: 0 auto;
}

#popup500 {
    max-width: 500px !important;
    margin: 0 auto;
}

#popup550 {
    max-width: 550px !important;
    margin: 0 auto;
}

#popup570 {
    max-width: 570px !important;
    margin: 0 auto;
}

#popup600 {
    max-width: 600px !important;
    margin: 0 auto;
}

#popup650 {
    max-width: 650px !important;
    margin: 0 auto;
}

#popup700 {
    max-width: 700px !important;
    margin: 0 auto;
}

#popup750 {
    max-width: 750px !important;
    margin: 0 auto;
}

#popup800 {
    max-width: 800px !important;
    margin: 0 auto;
}

#popup850 {
    max-width: 850px !important;
    margin: 0 auto;
}

#popup900 {
    max-width: 900px !important;
    margin: 0 auto;
}

#popup950 {
    max-width: 950px !important;
    margin: 0 auto;
}

#popup1000 {
    max-width: 1000px !important;
    margin: 0 auto;
}

#popup1050 {
    max-width: 1050px !important;
    margin: 0 auto;
}

#popup1150 {
    max-width: 1150px !important;
    margin: 0 auto;
}

#popup1180 {
    max-width: 1180px !important;
    margin: 0 auto;
}

#popup1200 {
    max-width: 1200px !important;
    margin: 0 auto;
}

#popup1210 {
    max-width: 1210px !important;
    margin: 0 auto;
}

#popup1250 {
    max-width: 1250px !important;
    margin: 0 auto;
}

#popup1300 {
    max-width: 1300px !important;
    margin: 0 auto;
}

#popup1500 {
    max-width: 1500px !important;
    margin: 0 auto;
}

.top0 {
    top: 0 !important;
}

.top1 {
    top: 1% !important;
}

.top5 {
    top: 5% !important;
}

.top8 {
    top: 8% !important;
}

.top10 {
    top: 10% !important;
}

.top13 {
    top: 13% !important;
}

.top15 {
    top: 15% !important;
}

.top17 {
    top: 17% !important;
}

.top18 {
    top: 18% !important;
}

.top20 {
    top: 20% !important;
}

.top22 {
    top: 22% !important;
}

.top23 {
    top: 23% !important;
}

.top24 {
    top: 24% !important;
}

.top25 {
    top: 25% !important;
}

.top27 {
    top: 27% !important;
}

.top30 {
    top: 30% !important;
}

.top33 {
    top: 33% !important;
}

.top35 {
    top: 35% !important;
}

.top37 {
    top: 37% !important;
}

.top40 {
    top: 40% !important;
}

.popup-icon-top {
    position: absolute;
    right: 0;
    top: 2px;
}

    .popup-icon-top a {
        font-size: 22px !important;
        color: #fff !important;
        opacity: 1 !important;
        margin: 0 10px;
    }

        .popup-icon-top a i {
            color: #fff !important;
        }

.popup-area .popupBody table {
    background: #fff !important;
    width: 100% !important;
}

    .popup-area .popupBody table tbody tr td {
        color: #333 !important;
        font-size: 12px !important;
        font-family: "Open Sans", sans-serif !important;
        padding: 4px;
        font-weight: normal !important;
    }

.popupBody p {
    text-align: center;
    margin: 0;
    font-family: 'Oswald', sans-serif !important;
    font-size: 15px;
}

.popup-area footer a {
    color: #333;
    font-weight: normal;
    padding: 0 5px;
    display: inline-block;
}

.popup-fl {
    width: 100%;
    float: left;
}

.popuptable100 {
    height: 100px;
    max-height: 100px;
    overflow: auto;
    background: #fff;
    border: 1px solid #ccc;
}

.popuptable150 {
    height: 150px;
    max-height: 150px;
    overflow: auto;
    background: #fff;
    width: 100%;
    border: 1px solid #ccc;
}

.popuptable170 {
    height: 170px;
    max-height: 170px;
    overflow: auto;
    background: #fff;
    width: 100%;
    border: 1px solid #ccc;
}

.popuptable200 {
    height: 200px;
    max-height: 200px;
    overflow: auto;
    background: #fff;
    border: 1px solid #ccc;
}

.popuptable240 {
    height: 240px;
    max-height: 240px;
    overflow: auto;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
}

.popuptable250 {
    height: 250px;
    max-height: 250px;
    overflow: auto;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
}

.popuptable300 {
    height: 300px;
    max-height: 300px;
    overflow: auto;
    background: #fff;
    border: 1px solid #ccc;
}

.popuptable350 {
    height: 350px;
    max-height: 350px;
    overflow: auto;
    background: #fff;
    border: 1px solid #ccc;
}

.popuptable400 {
    height: 400px;
    max-height: 400px;
    overflow: auto;
    background: #fff;
    border: 1px solid #ccc;
}

.popuptable450 {
    height: 450px;
    max-height: 450px;
    overflow: auto;
    background: #fff;
    border: 1px solid #ccc;
}

.popuptable500 {
    height: 500px;
    max-height: 500px;
    overflow: auto;
    background: #fff;
    border: 1px solid #ccc;
}

.popupBody {
    color: #333 !important;
}

    .popupBody p {
        text-align: center;
        margin: 0;
        font-family: 'Oswald', sans-serif !important;
    }

.hgt .popupBody {
    padding: 30px 15px !important;
}

.main-report .popupBody {
    height: 500px;
    overflow: auto;
}

.popup-area footer.popupHeader {
    float: left;
    width: 100%;
}

    .popup-area footer.popupHeader a {
        color: #fff !important;
        padding: 2px 10px !important;
        border-radius: 0 !important;
        margin-top: 4px !important;
        line-height: 23px !important;
        width: 80px !important;
    }

.popup-left {
    float: left;
    width: 100%;
}

    .popup-left span {
        float: left;
        margin-right: 1%;
        width: 32%;
        margin-bottom: 18px;
    }

.w-label {
    width: 150px;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
}
/*all popup setting CSS*/

.appointment-table tbody span {
    display: inline-block;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 0;
}

.appointment-time-Aarea {
    margin-top: 20px;
    overflow: auto;
    height: 215px;
}

.appointment-time span {
    display: inline-block;
    background: #efefef;
    border-radius: 2px;
    padding: 10px 15.5px;
    font-size: 13px;
    margin-bottom: 3px;
    transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    -webkit-transition: .5s all;
}

    .appointment-time span:hover {
        background: #183858 !important;
        color: #fff !important;
        cursor: pointer;
        transition: .5s all;
        -o-transition: .5s all;
        -moz-transition: .5s all;
        -webkit-transition: .5s all;
    }

.heading-area {
    position: relative;
    width: 100%;
    display: block;
}

    .heading-area h5 {
        position: absolute;
        top: -5px;
        font-size: 14px;
        background: #fff;
        padding: 5px 6px;
        font-family: 'Oswald', sans-serif;
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 1px;
        z-index: 1;
        left: 7px;
    }

.feedback-block textarea {
    margin-bottom: 20px;
}

.uhid-area-popup .btn-all {
    position: relative;
    top: 2px;
    margin-left: 10px;
}

.forgot-password li {
    float: left;
    margin-right: 10px;
    margin-bottom: 0 !important;
}

.forgot-password input {
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 40px;
}

.forgot-password fieldset {
    background-color: #fff;
}

.forgot-password label {
    font-family: 'Oswald', sans-serif;
    padding: 0px 0 10px;
    color: #ff0000;
    font-size: 15px;
}

.rules-area li {
    float: left;
    width: 100%;
}

.rules-area p {
    width: 100%;
    float: left;
    text-align: left !important;
    text-transform: uppercase;
    font-size: 15px;
}

.passwordcontent li {
    text-align: justify;
    margin-bottom: 10px;
}

.verify-number label {
    display: block;
    text-align: center;
    color: #333;
}

.verify-number {
    text-align: center;
}

    .verify-number input {
        width: 30px !important;
        height: 30px !important;
        text-align: center !important;
    }

.span-left-block.verify-area ul {
    text-align: center;
}

    .span-left-block.verify-area ul li {
        display: inline-block;
        float: none !important;
    }

a.btn-all.otp-btn {
    margin-top: 10px;
    width: 100px;
}

.span-left-block.verify-area ul li strong {
    margin-top: 10px;
    display: block;
    font-weight: normal;
    width: 100%;
}

.walletdetail_area {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    min-height: 220px;
    margin-bottom:10px;
}

    .walletdetail_area div {
        float: left;
        width: 100%;
    }

    .walletdetail_area span {
        float: left;
        width: 33.3%;
        margin-bottom: 20px;
    }

.nav-tabs > li.active > a, .tabs-inner .nav-tabs > li.active > a:focus, .tabs-inner .nav-tabs > li.active > a:hover {
    color: #fff !important;
    border: 0 !important;
    background: #168dff !important;
}

.nav-tabs > li a {
    margin-bottom: 0;
    background: #183858;
    border: 0;
    border-radius: 0;
    color: #fff !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: normal !important;
    letter-spacing: 1px;
}

.status-new {
    /*background: #fff;*/
    float: left;
    width: 100%;
    padding: 0px;
    /*box-shadow: -4px 1px 14px rgba(68, 68, 68, 0.2);
    -moz-box-shadow: -4px 1px 14px rgba(68, 68, 68, 0.2);
    -webkit-box-shadow: -4px 1px 14px rgba(68, 68, 68, 0.2);*/
    /*margin-top: 10px;
    margin-bottom: 10px;*/
}

.bg-white .tab-content {
    border: 1px solid #ddd;
}

.dashboard-menu .left-menu li a img {
    margin-right: 10px;
}

.paymentgateway_area {
    float: left;
    width: 100%;
    padding: 10px;
    min-height: 292px;
    margin-bottom: 10px;
}

.pay-div {
    width: 100%;
    float: left;
}

.paymentgateway_area span {
    float: left;
    width: 50%;
    margin-bottom: 20px;
}

.pay-proceedbtn {
    text-align: center;
}

.patientportal-cmsspan span {
    padding-right: 15px;
}

    .patientportal-cmsspan span input[type="checkbox"] {
        margin-right: 5px;
        float: left;
    }

.patientportal-cmsspan span {
    float: left;
    position: relative;
    top: 7px;
}

    .patientportal-cmsspan span input[type="text"] {
        margin-left: 10px;
    }

    .patientportal-cmsspan span:nth-child(1) {
        top: 0 !important;
    }

    .patientportal-cmsspan span button {
        margin-right: 5px;
    }

.patientportal-cmsspan {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

#dashboard_tab .status ul li a img {
    height: 43px !important;
}

.roles-area {
    height: 430px;
}

.mar-b30 {
    margin-bottom: 30px;
}

.mar-b10 {
    margin-bottom: 10px;
}
.mar-b5 {
    margin-bottom: 5px;
}
.div-full {
    width: 100%;
    float: left;
}

.roles-area .div-full {
    text-align: right;
}

.mobile-app-text {
    color: #494949;
    float: left;
    font: 14px/20px "Trebuchet MS",Arial,Helvetica,sans-serif;
    margin-left: 20px;
    text-align: justify;
    width: 730px;
    margin-top: 5px;
}

.services-heading {
    color: #ed1556;
    font-family: Trebuchet MS;
    font-size: 20px;
    margin-left: 20px;
}

/*.colhead {
    float: left;
    width: 40%;
    text-align: right;
    margin-top: 5px;
}*/

.rowtxt {
    width: 180px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #a2b399;
}


.disabledbutton {
    pointer-events: none !important;
    opacity: 0.4 !important;
}

.addnewrol-area input[type="text"] {
    margin-left: 15px;
    margin-right: 15px;
}

.addnewrol-area #addrole, .addnewrol-area #editrole {
    margin-top: 0 !important;
    margin-right: 10px;
}

.patientcms-area .savesuccess_msg {
    margin-top: 0 !important;
}

.patientcms-area .patients-btns {
    top: 0 !important;
}

.savesuccess_msg {
    color: red;
}

.roleslist-table {
    border-collapse: collapse;
    height: 405px;
    width: 100%;
    overflow: auto !important;
}

    .roleslist-table table {
        width: 100%;
        margin-left: 0 !important;
        margin-top: 0 !important;
        background-color: #168dff !important;
    }

.rolefeature .demographic {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

    .rolefeature .demographic input[type="checkbox"] {
        margin-left: 0 !important;
        margin-right: 10px !important;
    }

    .rolefeature .demographic ul {
        padding: 10px;
    }

.rolefeature-submitbtn {
    float: left;
    padding-left: 10px;
}

.addnewrol-area #heading span label {
    font-size: 20px;
    color: red !important;
}

.addnewrol-area #heading {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

#cke_1_contents {
    height: 170px !important;
}

.patientcms-table table {
    width: 100%;
    margin-left: 0 !important;
    margin-top: 0 !important;
}

.patientcms-table {
    border-collapse: collapse;
    height: 130px;
    width: 100%;
    overflow: auto !important;
    border: 1px solid #ccc;
}

.upload-area .upload-fileinput {
    float: left;
}

#AddressDetail #txt_Tele {
    width: 180px;
}
/*.bg-white{
    height:420px;
    max-height:420px;
    overflow:auto;
}*/
/*#feedback .bg-white {
    height: auto !important;
    max-height: inherit;
}*/

#PatientDocu {
    height: 400px;
    max-height: 400px;
    overflow: auto;
    border: 1px solid #ccc;
}

/*#Prescriotionlist {
    height: 350px;
    max-height: 350px;
    overflow: auto;
    border: 1px solid #ccc;
}*/

.Patient-extdoc {
    height: 400px;
    max-height: 400px;
    overflow: auto;
    border: 1px solid #ccc;
    width: 100%;
}



.Patient-extdoc #PatientExternalDoc {
    width: 100%;
}

#ddlfacility {
    margin: 0 10px;
}

#featureslist {
    border-collapse: collapse;
    background-color: #168dff !important;
    height: auto;
    width: 100%;
    margin: 0 0px 0px 0px;
    border: 1px solid;
}

#admindashboard_status .roles-area {
    height: 409px !important;
}

#admindashboard_status .bg-white {
    margin-bottom: 0 !important;
}

.abstractMark {
    margin-bottom: -9% !important;
    margin-left: 23% !important;
    color: red !important;
}

.form-login-area-admin-block {
    position: absolute;
    top: 50px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    margin: 0 auto;
    right: 0;
    width: 450px;
    padding: 20px;
    -webkit-box-shadow: -8px 1px 42px 13px #333; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: -8px 1px 42px 13px #333; /* Firefox 3.5 - 3.6 */
    box-shadow: -8px 1px 42px 13px #333;
}


.showDemoimg {
    float: right;
    margin-top: -4%;
}

.tentative_appointment {
    width: 100%;
    float: left;
    text-align: center;
}

    .tentative_appointment span {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        float: left;
    }

        .tentative_appointment span:last-child {
            margin-bottom: 0 !important;
        }

    .tentative_appointment .tentative_appointment_span {
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
    }

        .tentative_appointment .tentative_appointment_span a {
            line-height: 30px;
            padding: 10px 0;
            font-size: 15px;
            font-family: 'Oswald', sans-serif;
            font-weight: normal;
        }

.tentative_appointment_span:hover {
    background: #333;
}

    .tentative_appointment_span:hover a {
        color: #fff !important;
    }

.tentative_appointment ul {
    width: 100%;
    float: left;
}

.tentative_appointment .tentative_appointment_icons a {
    margin-right: 10px;
    /*float: left;*/
    width: 30%;
    text-align: center;
    display:inline-block !important;
}

    .tentative_appointment .tentative_appointment_icons a strong {
        display: block;
        margin-bottom: 10px;
    }

        .tentative_appointment .tentative_appointment_icons a strong:last-child {
            margin-bottom: 0 !important;
        }

    .tentative_appointment .tentative_appointment_icons a:last-child {
        margin-right: 0 !important;
    }

    .tentative_appointment .tentative_appointment_icons a .fa {
        font-size: 40px;
    }

        .tentative_appointment .tentative_appointment_icons a .fa:hover {
            font-size: 40px;
            color: #333;
        }

    .tentative_appointment .tentative_appointment_icons a .fa-calendar-check-o {
        position: relative;
        bottom: 5px;
    }

    .tentative_appointment .tentative_appointment_icons a .fa-archive {
        position: relative;
        bottom: 3px;
    }

.tentative_appointment_icons label {
    width: 100%;
}

.tentative_appointment_area {
    width: 100%;
}
.tentative_appointment_image, .tentative_appointment_image img{
    width:100%;
}

.tentative_appointment_details {
    width: 355px;
    margin: 0 auto;
    background:#fff;
    position:absolute;
    top:22%;
    left:37%;
    padding:10px;
    border-radius:4px;
    border:1px solid #ccc;
}

.tentative_detail_span span {
    display: block;
    padding-bottom: 10px;
    width: 100%;
    float: left;
}

.tentative_detail_span span label {
    width: 150px;
    float: left;
}

.tentative_detail_span span:last-child {
    padding-bottom: 0 !important;
}

.tentative_detail_span span input[type="text"], .tentative_detail_span span select {
    float: left;
    width: 200px;
    height: 36px;
    padding: 3px;
    border:1px solid #ccc;
}
.tentative_appointment_heading{
    width:100%;
    float:left;
    border-bottom:2px solid #ccc;
    margin-bottom:20px;
    text-align:center;
    padding:3px;
}
.tentative_appointment_nextbtn{
    text-align:right;
}
.patient_appointment_area{
    width: 480px;
    margin: 0 auto;
    background:#fff;
    position:absolute;
    top:22%;
    left:33%;
    padding:10px;
    border-radius:4px;
    border:1px solid #ccc;
}
.billing_consumable_area{
    width: 600px;
    margin: 0 auto;
    background:#fff;
    position:absolute;
    top:22%;
    left:30%;
    padding:10px;
    border-radius:4px;
    border:1px solid #ccc;
}
.appointment-time-Aarea_table{
    margin-top: 15px;
    overflow: auto;
    height: 200px;
    margin-bottom:10px;
}
.consumable_billing_table{
    margin-top: 20px;
    overflow: auto;
    height: 260px;
    border:1px solid #ccc;
    margin-bottom:10px;
    display:block !important;
}

.IPDepositWithoutLogin_billing_table{
    margin-top: 20px;
    overflow: auto;
    height: 200px;
    border:1px solid #ccc;
    margin-bottom:10px;
}
.consumable_billing_btn{
    width:100%;
    text-align:center;
    float:left;
}
.appointment_area_withoutlogin{
    width:100%;
}
.appointment_area_withoutlogin .appointment_footer{
    width:100%;
}
.appointment_area_withoutlogin .appointment-time-Aarea{
    height: 250px !important;
}
.appointment_area_withoutlogin .patientportal_title{
    background: #183858;
    color: #fff;
}
.appointment_area_withoutlogin .patientportal_title label{
    margin-bottom: 0;
    line-height: 30px;
    margin-left: 22px;
    font-size: 16px;
}
.tentative_span{
    width:100%;
    float:left;
    margin-bottom:15px;
}
.tentative_span span{
    float:left;
    padding-right:15px;
}
.tentative_span_radio input[type="radio"], .tentative_span input[type="checkbox"]{
    float:left !important;
    margin-right:10px;
    position:relative;
    bottom:2px;
}
.tentative_span_radio{
    position:relative;
    top:34px;
}
.tentative_span_radio label{
    float:left;
    width:auto !important;
}
.tentative_span span label{
    display:block;
}
. span input[type="text"], .tentative_span span select{
    
}
.tentative_span #txt_City{
    width:315px !important;
}
.tentative_otherlocality{
    margin-right:72px;
}
.tentative_span #divremarks input[type="text"]{
    width:509px !important;
}
.tentative_span_textarea{
    width:100%;
    float:left;
}
.tentative_span_textarea span{
    width:100%;
}
.tentative_span_textarea span label{
    display:block;
}
.tentative_span_textarea span textarea{
    width:709px !important;
    margin-bottom:10px;
}
.tentative_span_nextbtn{
    width:100%;
    float:left;
    text-align:right;
    padding-right:30px;
}
.appointment_area_withoutlogin h4{
    border-bottom:1px solid #ccc;
    margin-bottom:10px;
    padding-bottom:5px !important;
}
.consumable_billing_content select{
    margin-left:0 !important;
}
.consumable_billing_content .tentative_span span a{
    position:relative;
    top:25px;
}
.mt15{
  margin-top: 15px;
}
.dashboard-login span .fa{
    font-size:22px;
}

.menubar{
    display:none;
    position:absolute;
    left: 23px;
    z-index: 1;
    top: 4px;
}
.header-login{
    position:relative;
}
.menubar a .fa{
    font-size:35px;
    color:#fff;
}
.menu_barbtn .fa{
    cursor: pointer;
}
.walletree_responsive #walltree{
    margin-top:0 !important;
}
.patientportal-lab-table{
    height:308px;
    border:1px solid #ccc;
    overflow:auto;
}
table{
    width:100%;
}
table tbody tr th{
    max-width:200px;
    min-width:150px;
    padding:7px 10px;
}
table tbody tr th:first-child{
    max-width:100px;
    min-width:70px;
}
#View_Appointment_apoint table tbody tr th:first-child{
    max-width:200px;
    min-width:150px;
}
.patientportal-lab-table table tbody tr td:nth-child(n5){
    text-align:left !important;
}
table tbody tr td{
    padding:7px 10px;
}
.patientportal-lab-table table tbody tr td .verifiedreport{
    margin-left:0 !important;
}
.demographic_spouse{
    position:relative;
    top:14px;
}
.demographic_spouse strong{
    float:left;
    width:100%;
}
.demographic_spouse strong input[type="checkbox"]{
    float:left;
    margin-right:10px !important;
}
.demographic_spouse strong label{
    float:left;
    width:auto;
}
.demographic_staricon span{
    position:relative;
}
.demographic_staricon .abstractMark{
    position:absolute;
    top:-5px !important;
    margin-left:0 !important;
    left:20px;
}
.bill-table table tbody tr:nth-child(1), .prescription_table table tbody tr:nth-child(1), .Patient-extdoc tbody tr:nth-child(1){
    background:#168dff;
}
.bill-table table tbody tr:nth-child(1) th, .Patient-extdoc tbody tr:nth-child(1) th{
    background:#168dff !important;
}
#ddl_Facility{
    margin-left:10px;
}
.prescription_table{
    height:370px;
    border:1px solid #ccc;
    overflow:auto;
}
.facility_msg {
    width:60%;
    float:left;
    border:1px solid #ccc;
    padding: 8px 6px;
    height:38px;
}
.savebtn_feedback{
    width:40%;
    float:left;
    text-align:right;
}
.form-login-area-block{
    top:10% !important;
}
.header-logo-block h4{
    /*border-bottom:1px solid #4f4f99;*/
    border-bottom:1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 3px;
}
.header-logo-block p{
    /*border-bottom:1px solid #4f4f99;*/
    /*border-bottom:1px solid #ccc;
    margin-bottom: 3px;*/
    line-height:20px;
    font-size:13px;
}
.header-logo-block p:last-child{
    border-bottom:0 !important;
}
.header-logo-block img{
    height:65px;
}
.tentative_appointment_content{
    width:100%;
    float:left;
    height:390px;
    overflow:auto;
}
#openpopupappt .popupDivText{
    margin-bottom:20px;
}
#btn_closepopupappt{
    cursor:pointer;
    ...30000+++++++++++++++++++++++++++.0.0000000000.
        .
}
.nav > li > a:focus, .nav > li > a:hover{
    color:#333 !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff !important;
}
.input[type="text"].required {
    background: rgba(165,210,29,0.35) !important;
}
.input[type="number"].required {
    background: rgba(165,210,29,0.35) !important;
}
#btn_back .fa{
      font-size:20px;
}
#btn_back{
    padding: 7px 26px;
    height:37px;
}
.ui-disabled{
    opacity: 0.8 !important;
    cursor: default !important;
    pointer-events: none;
}

/*.ui-disabled_Box{
   display: none !important;
}*/
.dashboard_main li{
    display:none !important;
}

flipInX{-webkit-backface-visibility:visible!important;
        backface-visibility:visible!important;
        -webkit-animation-name:flipInX;
        animation-name:flipInX;

}
#vacination_date span{
    background:transparent !important;
    border-radius: 0;
    height: auto !important;
    width: 100% !important;
    line-height: 20px !important;
    border-bottom:1px solid rgba(0,0,0, 0.2);
    text-align:center!important;

}   
#vacination_date span:nth-child(2){
    border-bottom:1px solid rgba(0,0,0, 0);

} 
#vacination_date span label {
    float: left;
    width: 100%;
    display: block;
    position: relative;
    top: 3px;
    color:#183858!important;
    font-size: 14px!important;
    font-weight:bold;
}                   
input#FollowVisit, input#VacinaDate {
    font-size: 12px!important;
    background-color: rgba(255,255,255, 0)!important;
    border: 0!important;
    width: 100%!important;
    margin: 0!important;
    height: 23px;
    padding-left:0!important;
    padding-right:0!important;
    text-align:center!important;
    color:#000!important;
}   
.text-right{
    text-align:right;
}  
.emergency-tollfree{
    width:100%;
    float:left;
}
.emergency-tollfree span label{
    margin-right:10px;
}    
.emergency-tollfree span label:first-child{
    color:#fff;
}
.emergency-tollfree span label:last-child{
    background: #fbfbfb;
    padding: 3px 10px;
    border-radius: 6px;
    position: relative;
    top: 1px;
    margin-right: 10px;
}
.logo-center{
    margin-right:3.5em;
    text-align:right;
    float:right;
}
----05-08-19---

#logoholder
{
    letter-spacing: 1px;
    font-size: 25px;
    font-weight: 200;
    
}
#logo
{
    border: none;
    cursor: pointer;
    width: 230px;
    margin: 10px 0px 10px 0px;
}
#header
{
    float: right;
    margin: 25px 0px 0px 0px;
    text-align: right;
}
#footer
{
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    font-size: 12px;
}
#land
{
    width: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
    height:500px;
}

#loginCon
{
    position: absolute;
    top: 34%;
    width: 100%;
    opacity:0.9;
}

#login
{
    border: 1px solid #FF4500;
    border-radius: 3px;
    padding: 25px 25px 0 25px;
    max-width: 500px;
    margin: 0 auto;
    box-shadow: rgba(0,0,0,0.8) 0px 0px 25px 2px;
    background-color: #F9F9F9;
    opacity: 0.98;
    box-sizing: content-box;
    opacity: 0.99;
    filter: alpha(opacity=99);
}
.desctext
{
    font-weight: bold;
    margin: 15px 0px 3px 0;
    font-size: 12px;
    box-sizing: content-box;
}
.inptext
{
    width: 450px;
    padding: 7px;
    color: #555;
    outline: 0px transparent;
    border: 1px solid #CCC;
    font-size: 12px;
    box-sizing: content-box;
}
.inptext:focus
{
    border: 1px solid #FF4500;
    outline: 0px transparent;
    color: #222;
}
.btnhold
{
    margin: 12px 0px 25px 0px;
    text-align:center;
}
.g2btn, .g2btnaccOpt
{
    width: 80px;
    margin: 0px 15px 0px 0px;
    text-align: center;
    line-height: 14px;
    vertical-align: middle;
    color: #fafafa;
    font: 13px Arial, Helvetica, sans-serif;
    font-weight: bold;
    height: 30px;
    border-radius: 2px;
    border: 1px solid #CCC;
    background-color: #31b0d5;
    cursor: pointer;
    outline: 0px solid transparent;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
}
.g2btnaccOpt
{
    margin: 0px 5px;
    width: 140px;
}
.g2btn:hover, .g2btnaccOpt:hover
{
    box-shadow: 1px 1px 4px #AAA;
    border: 1px solid #AA9;
    color: #222;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    background-image: -webkit-linear-gradient(bottom,#EAEAEA,#FFF);
    background-image: -moz-linear-gradient(bottom,#EAEAEA,#FFF);
    background-image: -ms-linear-gradient(bottom,#EAEAEA,#FFF);
    background-image: -o-linear-gradient(bottom,#EAEAEA,#FFF);
}
.loginBtn
{
    margin-left: 0px;
    margin-right: 5px;
}
.creds
{
    cursor: pointer;
    float: right;
    margin: 8px 0px 0px 8px;
    font-size: 12px;
}
.creds:hover
{
    color: #222;
    text-shadow: rgba(0,0,0,0.1)0 0 1px;
}

.msgtext
{
    font-size: 24px;
    color: #776;
    border-bottom: 1px dashed #999;
    width: 100%;
    padding: 7px 0px 3px 0px;
}
.forgotInp
{
    border: 1px solid transparent;
    border-bottom: 1px dashed #999;
    width: 100%;
    font-size: 28px;
    margin-bottom: 14px;
    margin-top: -3px;
    color: #555;
    outline: 0px transparent;
    font-size: 14px;
}
#npcinp, #eminp
{
    margin-bottom: 0px;
}
.forgotInp:focus
{
    color: #222;
}
.g2mbbaccOpt, .g2mbbaccOpt2, .g2mbbpm1
{
    background-color: #FFF;
    box-shadow: rgba(0,0,0,0.3)0px 0px 15px;
    border: 1px solid #CCC;
}
.g2mtitaccOpt, .g2mtitaccOpt2, .g2mtitpm1
{
    letter-spacing: 1px;
    color: #444;
    font-size: 16px;
    padding: 10px;
    box-shadow: rgba(0,0,0,0.1)0px 1px 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 36px;
    border: 1px solid #FFF;
    border-bottom: 1px solid #F88;
}
.g2msgaccOpt, .g2msgaccOpt2, #forgotBox, #firstBox, #np, .g2msgpm1
{
    padding: 15px;
    font-size: 14px;
    line-height: 1.7em;
    color: #888;
}
.g2msgpm1
{
    padding: 10px;
    font-size: 12px;
    line-height: 1.5em;
    color: #666;
}
.g2tbapm1
{
    text-align: center;
    margin: 0px auto;
    padding: 0 15px 15px 15px;
    position: absolute;
    bottom: 0px;
}
.g2tbaaccOpt
{
    text-align: center;
}
.g2closeaccOpt
{
    height: 20px;
    float: right;
    opacity: 0.5;
    margin: -5px -5px 0 0;
    cursor: pointer;
}

.pageNavElement
{
    margin: 8px;
    padding: 8px;
    border: 1px solid #DDD;
    box-shadow: rgba(0,0,0,0.05)0px 0px 5px;
    font-size: 13px;
    font-weight: bold;
    color: #888;
    cursor: pointer;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(bottom,#F0F0F0,#FFF);
    background-image: -moz-linear-gradient(bottom,#F0F0F0,#FFF);
    background-image: -ms-linear-gradient(bottom,#F0F0F0,#FFF);
    background-image: -o-linear-gradient(bottom,#F0F0F0,#FFF);
}
.pageNavElement:hover
{
    color: #666;
    border: 1px solid #BBB;
    box-shadow: rgba(0,0,0,0.2)0px 0px 8px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
}
.scbvplscb
{
    margin: 3px 0px 3px 5px;
}
.scrvlscb:hover
{
    background-color: #EAEAEA;
}
.scsvlscb
{
    background-color: #CACACA;
    border-radius: 5px;
}
#navl
{
    height: 360px;
    overflow: auto;
}

.footerDecription
{
 color:#fafafa;

 font-family: arial;
font-size: 15px;   
}

.footerHead
{
     color:#00c1cf;
 background-color:#262e39;
 font-family: arial;
font-size: 20px;  
}

.footerBlock
{
    width: 25%; text-align: center;min-height:135px;
     background-color:#262e39;float:left;
}

.ftr_container
{

	bottom:0px;
    min-height:250px;
    background-color:#404d5f;
}

.footerSub
{
    
 color:#fafafa;
 font-weight:500;
 text-align:center;
 margin-top:25px;
 text-decoration:none;   
}

.center-xs
{
 -webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center   
}

.row
{
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.5rem;
    margin-left: -.5rem;
}

.col-xs
{
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}
.col-xs-1
{
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
}
.col-xs-2
{
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
}
.col-xs-3
{
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}
.col-xs-4
{
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
}
.col-xs-5
{
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
}
.col-xs-6
{
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
.col-xs-7
{
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
}
.col-xs-8
{
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
}
.col-xs-9
{
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}
.col-xs-10
{
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
}
.col-xs-11
{
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
}
.col-xs-12
{
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}


        .footer_section{
            width: 100%;
            float: left;
	    background-color: #001f3e !important;
	    max-height: 161px;
            height: 161px;
	    padding-top:10px;
        }
        .footer_three{
                width: 31.5%;
    		float: left;
    		text-align: center;
    		margin-right: 15px;
        }
	.footer_three:first-child{
		margin-left:15px;
	}
        .footer_three h3{
            color: #fff;
            font-size: 25px;
	    border-bottom:1px solid #fff;
	    padding-bottom:5px;
	    margin-bottom:10px;
        }
        .footer_three p{
            color: #fff;
            font-size: 20px;
        }
        .powered_bytrio{
            width: 100%;
            float: left;
            text-align: center;
	    padding:10px 0;
        }
        .powered_bytrio a{
            text-decoration: none;
	    color:#fff !important;
	    font-size:15px;	
        }
.medica_trio{
	    background-color: rgb(24, 56, 88);
}