html {
    height: 100%;
}

body {
    margin: 0 !important;
    background: #2f3239 !important;
}

body ul {
    padding: 0;
    margin: 0;
}

body ul li {
    padding: 0;
    margin: 0;
}

body a {
    text-decoration : none;
    color: #000;
}

body a:focus {
    text-decoration: none;
}

.main-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
    margin-top: 120px;
    background: #2f3239;
}

.required {
    position: absolute;
    top: -5px;
    left: 0;
    font-size: 20px !important;
}

.margin-top-50 {margin-top:50px}
.margin-top-150 {margin-top:150px}
.only-resp {display:none;}

.class-list-member-name:hover {
    text-decoration: none;
}

/******************** !!! NEW REGISTRATION PAGE !!! ********************/




.main-content .new-reg-page {
    position: relative;
    top: -90px;
}

.main-content .new-reg-page .add-new-reg {
    height: 1110px;
}

.main-content .new-reg-page .add-new-reg .buttons {
    margin-top: 20px;
}

.main-content .new-reg-page .reg-page-logo {
    height: 57px;
    width: 200px;
    margin: auto;
    margin-bottom: 30px;
}

.main-content .new-reg-page .reg-page-logo img {
    width: 200px;
}

.captcha {
    background: rgba(255,204,51,.5);
    border: 1px solid #000;
    border-radius: 10px;
    height: 45px;
}

.captcha label {
    margin-top: 5px;
}



.captcha .captcha-input input {
    margin-top: 5px;
    border-radius: 10px;
}




/******************** !!! ADMIN LOGIN PAGE !!! ********************/



.admin-section {
    background: #2f3239;
}

.login-screen {
    border: 1px solid #2f3239;
    border-radius: 50px;
    margin: 110px 0 0 0;
    padding: 40px 0 20px 0;
    background: #fff;
}

.login-screen .forgot-password {
    position: absolute;
    color: #a94442;
    top: 35px;
    right: 15px;
    font-family: 'Dosis';
}

.login-screen .forgot-password:hover {
    text-decoration: none;
    cursor: pointer;
}

.login-screen img {
    width: 300px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 40px;
}

.login-screen label {
    padding-top: 4px;
    font-family: 'Dosis';
    font-size: 15px;
    color: #2f3239;
}

.login-screen .input-box {
    height: 50px;
}

.login-screen p {
    font-size: 11px;
    color: #e03b4b;
}

.login-screen .login-button {
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    width: 140px;
    background: rgba(255,204,51,1);
    border: 1px solid rgba(255,204,51,1);
    transition: all .5s;
    color: #2f3239;
}

.login-screen .login-button:hover {
    background: rgba(255,204,51,.8);
    border: 1px solid rgba(255,204,51,.8);
    color: #2f3239;
}

.login-logo {
    width: 200px;
    height: 100px;
    margin: auto;
}

.login-logo img {
    position: absolute;
    width: 200px;
    margin-top: 50px
}

.table-margin {
    margin-top: 150px;
}

#forgotPasswordModal .modal-body {
    height: 100px;
}

#forgotPasswordModal .modal-body label {
    font-family: 'Dosis';
}

#forgotPasswordModal .modal-body .input_box p {
    color: red;
    font-size: 11px;
    font-family: 'Dosis';
}

#resetUserPasswordModal .modal-body {
    height: 220px;
}

#resetUserPasswordModal .modal-body label {
    font-family: 'Dosis';
}

#resetUserPasswordModal .modal-body .input_box p {
    color: red;
    font-size: 11px;
    font-family: 'Dosis';
}

/******************** !!! ADMIN MY ACCOUNT !!! ********************/

.myaccount {
    width: 80px;
    height: 50px;
    margin: auto;
    position:fixed;
    top: 0;
    right: 0;
    z-index: 33;
}

.myaccount .profile-pic {
    height: 45px;
    width: 45px;
    margin: auto;
    background: #fff;
    margin-top: 2px;
    border: 1px solid rgba(255,204,51,1);
    border-radius: 40px;
}

.myaccount .profile-pic a {
    width: 45px;
    height: 45px;
    position: absolute;
    border-radius: 40px;
    transition: all .5s;
    overflow: hidden;
}

.myaccount .profile-pic a:hover {
    transform: rotate(10deg);
}

.myaccount .profile-pic a i {
    font-size: 35px;
    margin-left: 6.5px;
    margin-top: 2px;
    color: #2f3239;
}

.myaccount .profile-pic a img {
    width:45px;
    height:45px;
}

.account-details .profile {
    overflow: auto;
}

.account-details .profile h5 {
    text-align: center;
    font-size: 30px;
    text-decoration: underline;
    margin-bottom: 50px;
}

.account-details .profile .profile-pic {
    height: 200px;
    width: 200px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid rgba(255,204,51,1);
    border-radius: 200px;
    overflow: hidden;
}

.account-details .profile .profile-pic i {
    font-size: 150px;
    margin-top: 20px;
    margin-left: 33px;
    text-align: center;
    color: #2f3239;
}

.account-details .profile .profile-pic img {
    width: 130px;
    height: 130px;
    margin-top: 35px;
    margin-left: 35px;
}

.account-details .profile h4 {
    background: none !important;
    border: none !important;
    color: #2f3239 !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
    font-size: 25px !important;
}

.account-details .select-package h5 {
    text-align: center;
    font-size: 30px;
    color: #a94442;
    margin-bottom: 40px;
}

.account-details .select-package .usd {
    font-size: 20px;
    color: #2f3239;
    margin-top: 30px;
}

.account-details .select-package ul {
    list-style: none;
    width: 950px;
    margin: auto;
}

.account-details .select-package ul li {
    display: inline-block;
    position:relative;
    height: 100px;
    width: 300px;
    border-radius: 20px;
    margin-right: 20px;
}

.account-details .select-package ul li:last-child {
    margin-right: 0;
}

.account-details .select-package ul li a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    width: 300px;
    border-radius: 20px;
}

.account-details .select-package ul li a:hover {
    text-decoration: none;
}

.account-details .select-package ul li a .package-name {
    border: none;
    background: none;
    text-align: center;
    margin: 0;
    margin-top: 5px;
}

.account-details .select-package ul li a .package-info {
    border: none;
    background: none;
    text-align: center;
    margin: 0;
    margin-top: 15px;
    font-size: 35px !important;
    color: #2f3239;
}

.account-details .select-package ul li a .package-info span {
    font-size: 20px;
}

.account-details .select-package ul li:first-child a {
    background: #ee805b;
    transition: all .5s;
}

.account-details .select-package ul li:first-child a:hover {
    filter: brightness(115%);
}

.account-details .select-package ul li:nth-child(2) a {
    background: #e45477;
    transition: all .5s;
}

.account-details .select-package ul li:nth-child(2) a:hover {
    filter: brightness(115%);
}

.account-details .select-package ul li:last-child a {
    background: #7fb055;
    transition: all .5s;
}

.account-details .select-package ul li:last-child a:hover {
    filter: brightness(115%);
}

.account-details .profile .renew-package {
    background: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 10px;
}

.account-details .profile .renew-package h5 {
    text-align: center;
    font-size: 30px;
    color: #2f3239;
    margin-bottom: 40px;
}

.account-details .profile .renew-package .usd {
    font-size: 20px;
    color: #2f3239;
    margin-top: 30px;
    text-decoration: none;
}

.account-details .profile .renew-package ul {
    list-style: none;
    width: 630px;
    margin: auto;
}

.account-details .profile .renew-package ul li {
    display: inline-block;
    position:relative;
    height: 100px;
    width: 300px;

    border-radius: 20px;
    margin-right: 20px;
}

.account-details .profile .renew-package ul li:last-child {
    margin-right: 0;
}

.account-details .profile .renew-package ul li a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    width: 300px;
    border-radius: 20px;
}

.account-details .profile .renew-package ul li a:hover {
    text-decoration: none;
}

.account-details .profile .renew-package ul li a .package-name {
    border: none;
    background: none;
    text-align: center;
    margin: 0;
    margin-top: 5px;
}

.account-details .profile .renew-package ul li a .package-info {
    border: none;
    background: none;
    text-align: center;
    margin: 0;
    margin-top: 15px;
    font-size: 35px !important;
    color: #2f3239;
}

.account-details .profile .renew-package ul li a .package-info span {
    font-size: 20px;
}

.account-details .profile .renew-package ul li:first-child a {
    background: #e45477;
    transition: all .5s;
}

.account-details .profile .renew-package ul li:first-child a:hover {
    filter: brightness(115%);
}

.account-details .profile .renew-package ul li:last-child a {
    background: #7fb055;
    transition: all .5s;
}

.account-details .profile .renew-package ul li:last-child a:hover {
    filter: brightness(115%);
}

.upload-info {
    margin-top: 50px !important;
    width: 350px;
    margin: auto;
}

.upload-info h5 {
    font-size: 18px;
}

.add-billing-address {
    height: 800px;
}

.com-logo, .billing-opt, .packet-info {
    overflow:auto;
}

.billing-opt {
    padding-bottom: 50px;
}

.billing-opt h4 {
    text-align: left;
}

/******************** !!! ADMIN MESSAGE BOX !!! ********************/

.message-box {
    width: 80px;
    height: 50px;
    margin: auto;
    position:fixed;
    top: 0;
    right: 65px;
    z-index: 33;
}

.message-box a {
    position: absolute;
    left: 10px;
    top: 5px;
    width: 60px;
    height: 40px;
    text-align: center;

}

.message-box a:hover i {
    transform: rotate(10deg);
}

.message-box i {
    margin: 0;
    font-size: 45px;
    line-height: 40px;
    color: #f1f1f1;
    transition: all .5s;
}

.message-box .message-count {
    height: 20px;
    width: 20px;
    background: #ffcc33;
    position: absolute;
    right: 10px;
    border-radius: 10px;
}

.message-box .message-count p {
    font-family: 'Dosis';
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    color: #000;;
}

/******************** !!! ADMIN MESSAGES !!! ********************/

.message-container {
    margin-top: 30px;
}

.message-container ul {
    list-style: none;
}

.message-container .message {
    position: relative;
    width: 100%;
    height: 50px;
    margin: auto;
    margin-bottom: 10px;
    border: 1px solid #2f3239;
    border-radius: 30px;
}

.message-container .message .click-message {
    position: absolute;
    top:0;
    left:0;
    border-radius: 30px;
    width: 100%;
    height: 48px;
}

.message-container .message .click-message:hover {
    background: #ddd;
}

.message-container .message .m-sender p{
    float: left;
    font-family : 'Dosis';
    font-size: 20px;
    color: #2f3239;
    line-height: 37px;
    width: 30%;
    padding-left:20px;
    margin: 0;
}

.message-container .message .m-date {
    font-size: 10px !important;
    position: absolute;
    margin: 0;
    top:20px;
}

.message-container .message .m-title {
    float: left;
    font-family : 'Dosis';
    font-size: 20px;
    color: #2f3239;
    line-height: 47px;
    width: 70%;
    padding-left:10px ;
}

.message-container .message i {
    margin-right: 8px;
}

.description {
    background: aliceblue;
    position: absolute;
    top: -20px;
    left: 0;
    border: 1px solid #2f3239;
    border-radius: 3px;
    font-size: 14px;
    padding: 3px;
}

.description2 {
    background: aliceblue;
    position: absolute;
    top: -20px;
    left: 40px;
    border: 1px solid #2f3239;
    border-radius: 3px;
    font-size: 14px;
    padding: 3px;
}

.description3 {
    background: aliceblue;
    position: absolute;
    top: 144px;
    left: 60px;
    border: 1px solid #2f3239;
    border-radius: 3px;
    font-size: 14px;
    padding: 3px;
}

.description4 {
    background: aliceblue;
    position: absolute;
    width: 200px;
    top: 34px;
    left: 10px;
    border: 1px solid #2f3239;
    border-radius: 3px;
    font-size: 14px;
    padding: 3px;
    z-index: 10;
}

.tiptext i {
    font-size: 27px;
    line-height: 46px;
    margin-right: 20px;
}

.tiptext2 i {
    font-size: 27px;
    line-height: 46px;
    margin-right: 20px;
}

.tiptext3 i {
    position: absolute;
    top:135px;
    left: 25px;
    font-size: 27px;
    line-height: 46px;
}

.tiptext4 i {
    position:absolute;
    left: 10px;
    font-size: 20px !important;
    line-height: 13px;
}

.get-back i {
    transform: rotate(-90deg);
}



/******************** !!! ADMIN MESSAGES !!! ********************/



.sender, .date {
    width: 50%;
    float: left;
}

.title {
    width: 100%;
}

.sender p {
    font-size: 18px !important;
    color: #2f3239 !important;
    margin-left: 20px;
}

.date p {
    font-size: 18px !important;
    color: #2f3239 !important;
    margin-right: 20px;
    float: right;
}

.title p {
    font-size: 25px !important;
    color: #2f3239 !important;
    margin-left: 20px;

}

.dash p {
    text-align: center;
    color: #2f3239 !important;
    font-size: 15px !important;
}

.message-body {
    margin: 20px;
}

.message-body p {
    margin: 0;
    text-align: justify;
    font-size: 18px !important;
    color: #2f3239 !important;

}

.information-text {
    width: 500px;
    margin: auto;
}

.information-text p {
    font-size: 18px !important;
    color: #2f3239 !important;

}

.class-warning {
    background: #fff;
    width: 260px;
    height: 60px;
    position:absolute;
    right: 30px;
    border-radius: 20px;
    padding: 5px;
}

.class-warning i {
    float: left;
    color: red;
    font-size: 40px;
    padding-top:3px;
    padding-right: 10px;

}


/******************** !!! ADMIN HOME PAGE !!! ********************/



.admin-section {
    background: #2f3239;
}

.admin-header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #f1f1f1;
    z-index: 22;
    background: #2f3239;
}

.admin-header .current-user {
    color: #f1f1f1;
    float:left;
    margin-top: 13px;
    margin-left: 50px;
}

.admin-header .current-user span {
    color : #ffcc33;
}

.admin-header .time {
    color: #ffcc33;
    float: right;
    margin-top: 13px;
    margin-right: 150px;
}

.main-content .main-menu {
    position: relative;
    padding-top: 30px;
    width: 900px;
    height: 400px;
    margin: auto;
}

.main-content .main-menu ul li {
    position: relative;
    width: 300px;
    height: 200px;
    float: left;
    display: inline-block;
    overflow: hidden;
}

.main-content .main-menu li a {
    position: absolute;
    width: 300px;
    height: 200px;
    font-family: 'Dosis';
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    line-height: 270px;
    color: #fff;
}

.main-content .main-menu li a span {
    position:absolute;
    height: 100px;
    left: 0;
    right: 0;
    top: -30px;

}

.main-content .main-menu li a i {
    font-size: 60px;
}

.admin-members, .settings-instructors {
    background: #ee805b;
    transition: all 1s;
}

.admin-members:hover , .settings-instructors:hover{
    transform: scale(1.1);
    filter: brightness(115%);
}

.admin-classes, .settings-rooms, .accountings-instructors {
    background: #7fb055;
    transition: all 1s;
}

.admin-classes:hover, .settings-rooms:hover, .accountings-instructors:hover {
    transform: scale(1.1);
    filter: brightness(115%);
}

.admin-instructors, .settings-users {
    background: #424558;
    transition: all 1s;
}

.admin-instructors:hover, .settings-users:hover {
    transform: scale(1.1);
    filter: brightness(115%);
}

.admin-accounting, .settings-archive, .accountings-safe {
    background: #fecc5d;
    transition: all 1s;
}

.admin-accounting:hover, .settings-archive:hover, .accountings-safe:hover {
    transform: scale(1.1);
    filter: brightness(115%);
}

.admin-settings, .settings-branches {
    background: #679eb3;
    transition: all 1s;
}

.admin-settings:hover, .settings-branches:hover {
    transform: scale(1.1);
    filter: brightness(115%);
}

.admin-logout, .settings-statistics, .accountings-safe-actions  {
    background: #e45477;
    transition: all 1s;
}

.admin-logout:hover, .settings-statistics:hover, .accountings-safe-actions:hover {
    transform: scale(1.1);
    filter: brightness(115%);
}

.logo-section {
    width: 170px;
    height: 50px;
    margin: auto;
    position:absolute;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 35;
}

.logo-section #logo {
    width: 170px;
}

.secret-logo {
    width: 170px;
    height: 50px;
    margin: auto;
    position:fixed;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 33;
}

.secret-logo #secret-logo {
    width: 100px;
    margin-left: 35px;
    margin-top: 10px;
}

.activation-container {
    padding-top: 30px;
    height: 150px;
    border: 1px solid #2f3239;
    border-radius: 50px;
}

.activation-container p {
    color: #2f3239;
    font-family: 'Dosis';
    font-size: 30px;
    text-align: center;
    line-height: 30px;
}

.version-number {
    width: 200px;
    margin: auto;
    margin-top: 430px;
}

.version-number .v-number {
    font-family: 'Dosis';
    font-size: 20px;
    color: rgba(255,204,51,1);
}

.client-logo-section {
    width: 250px;
    height: 200px;
    background: #fff !important;
    position: absolute;
    top: 0;
    left: -100px;
    border-radius: 100px
}




.client-logo-section .client-logo {
    margin-left: 105px;
    margin-top: 40px;
    width: 120px;
    height: 120px;
    position: relative;
}

.client-logo-section .client-logo img {
    width: 120px;
    height: 120px;
}



/******************** !!! ADMIN BACK !!! ********************/




.back {
    width: 30px;
    height: 30px;
    position: fixed;
    top: -20px;
    left: 10px;
    margin: auto;
    transition: all .5s;
    z-index: 10;
}

.back i {
    margin-top: 30px;
    font-size: 30px;
    transform: rotate(180deg);
    color: #ffcc33;

}

.back:hover {
    transform: rotate(10deg);
}


/******************** !!! ADMIN TABLE !!! ********************/


table {
    margin: auto !important;
    width: 90%;
    margin-bottom: 20px !important;
    font-family: 'Dosis';
}

table i {
    transition: all 1s;
    font-size: 25px !important;
    margin-top: 3px;
}

table i:hover {
    transform: rotate(20deg);
}

table .try i, .try  {
    font-size: 14px !important;
    margin-right: 3px;
    transform: none !important;
}

table img {
    width: 60px;
    height: 100px;
}


.margin-top {
    margin-top: 200px;
}



/******************** !!! ADMIN PAGE CONTENT !!! ********************/


.main-content .page-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 50px;
    border-radius: 10px;
    font-family: 'Dosis';
    overflow: initial;
}

.main-content .page-content .page-title {
    padding: 10px 25px 10px 25px;
}

.main-content .page-content h3 {
    margin: 20px 0 20px 0;
    font-size: 25px;
    border: 1px solid #2f3239;
    border-radius: 10px;
    background: #2f3239;
    color: #fff;
}

.main-content .page-content .a-title {
    text-decoration: none;
    color: #7fb055;
    transition: all .3s;
}

.main-content .page-content .a-title:hover {
    color: greenyellow;
}



.main-content .page-content h4 {
    margin-top:50px;
    margin-bottom:20px;
    font-size: 30px;
    border: 1px solid #2f3239;
    border-radius: 10px;
    background: #2f3239;
    color: #fff;
}

.main-content .page-content .form-group {
    margin-top: 20px;
}

.main-content .page-content label {
    padding-top: 4px;
    font-family: 'Dosis', sans-serif;
    font-size: 18px;
}

.main-content .page-content .input_box {
    height: 50px;
}

.main-content .page-content p {
    font-size: 11px;
    color: red;
}

.main-content .page-content .page-title i {
    color: green;
    margin-left: 10px;
}

.main-content .page-content .add-room {
    height: 0;
    overflow: hidden;
}

.main-content .page-content .edit-room {
    height: 150px;
}

.main-content .page-content .add-branch {
    height: 0;
    overflow: hidden;
}

.main-content .page-content .edit-branch {
    height: 230px;
}

.main-content .page-content .add-instructor {
    height: 0;
    overflow: auto;
}

.main-content .page-content .add-instructor .create-user-info {
    padding: 30px;
    margin-top: 540px;
}

.main-content .page-content .add-instructor .create-user-info h4 {
    padding: 0;
    margin: 0;
    background: none;
    color: #2f3239;
    border: none;
    font-size: 20px;

}

.main-content .page-content .edit-instructor {
    height: 470px;
}

.main-content .page-content .add-message {
    height: 680px;
}

.main-content .page-content .add-user {
    height: 0;
    overflow: hidden;
}

.main-content .page-content .edit-user
{
    height: 390px;
}

.main-content .page-content .add-class {
    height: 0;
    overflow: hidden;
}

.main-content .page-content .edit-class {
    height: 300px;
}

.main-content .page-content .ins-settings-username {
    height: 150px;
}

.main-content .page-content .ins-settings-password {
    height: 350px;
}

.main-content .page-content .change-password {
    height: 200px;
}

.main-content .page-content .add-member {
    height: 0;
    overflow: scroll;
}

.main-content .page-content .add-member h5,
.main-content .page-content .edit-member h5,
.main-content .page-content .add-preregmember h5 {
    text-align:center;
    font-size: 25px;
    text-decoration: underline;
}

.main-content .page-content .add-preregmember {
    height: 1400px;
}

.main-content .page-content .add-premember {
    height: 0;
    overflow: hidden;
}

.main-content .page-content .ins-payments {
    height: 230px;
}

.main-content .page-content .edit-member {
    height: 1400px;
}

.main-content .page-content .edit-old-member {
    height: 310px;;
}

.main-content .member-operations, .main-content .class-operations-unready {
    height: 325px;
}

.main-content .member-operations, .main-content .class-operations-unready .tab-content {
    height: 250px;
}

.main-content .member-operations .list, .main-content .class-operations-unready .list {
    width: 712px;
    margin: auto;
}

.main-content .member-operations .zone, .main-content .class-operations-unready .zone {
    position: relative;
    padding: 20px;
    margin-top: 10px;
    border: 1px solid #2f3239;
    border-radius: 10px;
}

.main-content .member-operations #tab1 .member-vallet,
.main-content .member-operations #tab2 .member-vallet,
.main-content .member-operations #tab6 .member-vallet {
    border: 1px solid #2f3239;
    border-radius: 10px;
    width: 300px;
    height: 50px;
    margin:auto;
}

.main-content .member-operations #tab6 .member-vallet {
    margin-bottom: 20px;
}

.main-content .member-operations #tab1 .member-vallet h2,
.main-content .member-operations #tab2 .member-vallet h2,
.main-content .member-operations #tab6 .member-vallet h2 {
    font-size: 18px;
    line-height: 10px;
    text-align: center;
}

.main-content .member-operations .member-classes .member-vallet {
    width: 250px;
    height: 50px;
    margin: auto;
    position: relative;
    top: 135px;
    border: 1px solid #2f3239;
    border-radius: 10px;
}

.main-content .member-operations .member-classes .member-vallet h2 {
    position: absolute;
    top: 0;
    margin: 0 0 0 20px;
    padding: 0;
    font-size: 18px;
    line-height: 50px;
}

.main-content .member-operations .member-classes table {
    position:relative;
    top: 80px !important;
}

.main-content .class-operations-unready .class-details table {
    position:relative;
    top: 30px;
}

.main-content .member-operations, .main-content .class-operations {
    height: 450px;
}

.main-content .member-operations, .main-content .class-operations .tab-content {
    height: 375px;
}

.main-content .member-operations .list, .main-content .class-operations .list {
    width: 712px;
    margin: auto;
}

.main-content .member-operations .zone, .main-content .class-operations .zone {
    position: relative;
    padding: 20px;
    margin-top: 10px;
    border: 1px solid #2f3239;
    border-radius: 10px;
}

.main-content .member-operations .member-classes table, .main-content .class-operations .class-details table {
    position:relative;
    top: 30px;
}

.deleteMemberFromClassModal .modal-body {
    height: 190px;
}

.deleteMemberFromClassModal .modal-body .form-group {
    margin-top: 20px;
}

.deleteMemberFromClassModal .modal-body label {
    font-family: 'Dosis';
    font-size: 20px;
}

.main-tab-center {
    width: 236px;
    margin:auto;
    margin-top: 20px;
}

.main-tab-center li {
    cursor: pointer;
}

.branch-tabs {
    max-width: 1075px;
}

.branch-tabs li {
    cursor: pointer;
}

.class-operations-tab {
    width: 474px !important;
}

.class-operations-tab-unready {
    width: 355px !important;
}

.nav>li>a {
    padding: 10px 5px !important;
    text-align: center;
}


.tab-double {
    width: 236px;
    margin:auto;
}

.tab-triple {
    width: 355px;
    margin: auto;
}

.tab-double, .tab-triple {
    cursor: pointer;
}

.sub-tab-cash {
    width: 355px;
    margin: auto;
}

.sub-tab-cash li {
    cursor: pointer;
}

.sub-tab-ins {
    width: 236px;
    margin:auto;
}

.sub-tab-ins li {
    cursor: pointer;
}

.tab-logs {
    width: 474px;
    margin: auto;
    margin-bottom: 15px !important;

}

.tab-logs li {
    cursor: pointer;
}

.tab-member-logs {
    width: 355px;
    margin: auto;
}

.tab-member-logs li {
    cursor: pointer;
}

.tab-messages {
    width: 194px;
    margin: auto;
}

.tab-messages li:hover {
    cursor: pointer;
}

.tab-archive {
    width: 207px;
    margin:auto;
}

.tab-archive li {
    cursor: pointer;
}

#subtab-statistics li {
    width: 53px;
    margin: 0 1px;
}

.by-date-center {
    width: 236px;
    margin:auto;
}

.margin {
    margin-top:20px;
}

.search {
    width: 600px;
    height: 30px;
    margin: auto;
    margin-bottom: 20px;
}

.search .search-input {
    float: left;
    width: 70%;
}

.search .search-buttons {
    width: 30%;
    float: right;
}

.password-error {
    font-size: 20px !important;
    margin:0;
    text-align:center;
}

.chart {
    width: 800px;
    height: 400px;
    margin: auto;
    overflow: hidden;
}

.chart-container {
    width: 800px;
    height: 350px;
    margin:auto;
    margin-top: 50px;
}


/********** PAGE FOOTER **********/


.araruin.absolute {
    position: absolute;
    height: 40px;
    bottom: 0;
    width: 100%;
    z-index: 11;
}

/********** ARARUIN **********/


.araruin {
    background: aliceblue;
    padding-top: 10px;
    position: relative;
    font-size: 15px;
    height: 40px;
    text-align: center;
    font-family: 'Dosis';
    color: #000;
}

.araruin a img {
    width: 100px;
    margin-left: 5px;
}


/********** ADMIN OPERATIONS **********/

.set-message {
    background: aliceblue;
    width: 90px;
    height: 40px;
    position: absolute;
    top: 5px;
    left: 300px;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    border-radius: 20px;
    font-family: 'Dosis';
}

.set-message:hover {
    text-decoration: none;
}

.send-message {
    margin-top: 400px;
}

.activation {
    background: aliceblue;
    width: 90px;
    height: 40px;
    position: absolute;
    top: 5px;
    left: 400px;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    border-radius: 20px;
    font-family: 'Dosis';
}

.activation:hover {
    text-decoration: none;
}

.system-act {
    height: 100px;
}

.system-act p {
    font-size: 20px !important;
    color: #2f3239 !important;
    text-align: center;
    padding-top: 56px;
}

.all-logs-error {
    padding-top: 50px;
    width: 150px;
    margin: auto;
    margin-bottom: 20px;
}

.with-tab a {
    width: 117px;
    text-align: center;
}


/********** NAVIGATORS **********/

.navigator {
    position: relative;
    z-index: 3;
    height: 70px;
    width: 300px;
    left: 300px;
    top: -40px;
}

.navigator img {
    width: 300px;
}

/* EKSTRA */

.input-box-small {
    height: 35px;
}

.rollcalllist {
    margin-top: 30px !important;

}

.roll-call-buttons {
    list-style: none;
}

.roll-call-buttons li {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}

.rollcalllist-td {
    padding-top: 0 !important;
}

.warning {
    height: 40px;
    position: relative;
}

.warning i {
    position: absolute;
    top: -10px;
    left: 40px;
}

.warning .warning-message{
    position: absolute;
    top: -1px;
    left: 80px;
}

.branch-warning {
    height: 40px;
    position: relative;
}

.branch-warning i {
    position: absolute;
    top: -6px;
    left: -40px;
}

.branch-warning .warning-message{
    position: absolute;
    top: 0;
    left: 0;
}


/********** SPECIAL CONTENT **********/


.new-year-left {
    width: 570px;
    height: 50px;
    position:fixed;
    top: 50px;
    left: 0;
    z-index: 33;
}

.new-year-right {
    width: 570px;
    height: 50px;
    position:fixed;
    top: 50px;
    right: 0;
    z-index: 33;
}

.new-year-left img, .new-year-right img {
    width: 570px;
    height: 110px;
}

.special-day {
    width: 500px;
    height: 100px;
    margin: auto;
    margin-bottom: 70px;
    background: #fff;
}

.new-year-image {
    width: 150px;
    margin-left: 375px;
    margin-top: 20px;
    margin-bottom: 50px;
}


/********** SAFE **********/


.case-book-area {
    margin-top: 30px;
}

.case-book-area .input_box {
    height: 30px !important;
}

.case-book-area .incomes-list .in-value p, .case-book-area .outcomes-list .out-value p {
    width: 50px;
}

.case-book-area .incomes-list p, .case-book-area .outcomes-list p, .sums p {
    color: #000 !important;
    font-size: 14px !important;
    margin-bottom: 0;
    height: 20px;
    overflow: hidden;
}

.case-book-area p:first-child {
    margin-bottom: 10px;
    font-size:16px !important;
    color: #2277a8 !important;
}


.case-book-area .incomes {
    border-right : 2px solid #2f3239;
}

.case-book-area .incomes .incomes-list, .case-book-area .outcomes .outcomes-list {
    margin-top: 250px;
}

.in-comment, .in-type, .in-value, .out-comment, .out-type, .out-value {
    border-right: 1px dotted #000;
}

.sums {
    width: 100% !important;
    margin-top: 40px;
    height: 60px;
    background: #fff;
    border-radius: 10px;
    line-height: 30px;
    margin-bottom: 40px;
}

.sums .sum-totals {
    width: 17%;
    margin-left: 30px;
    height: 30px;
    float: left;
    text-align: center;
}

.sums .sum-totals:first-child {
    color: #000 !important;
    font-size: 14px !important;
}

.sums .sum-totals:nth-child(6), .sums .sum-totals:nth-child(7) {
    width: 270px
}

.page-sub-title {
    width: 350px;
    margin: auto;
}

.delete-safe-book-action {
    position: absolute;
    left: -5px;
    color: #a94442;
    text-decoration: none;
}

.delete-safe-book-action:hover {
    color: #a94442;
}

.delete-safe-book-action:focus {
    color: #a94442;
}

.delete-safe-book-action i {
    transition: all .5s;
}

.delete-safe-book-action:hover i {
    transform: rotate(100deg);
}

#safeBook h5 {
    margin-top: 30px;
}

.safeStatusSection {
    margin: 20px 0;
    border: 1px solid #2f3239;
    border-radius: 10px;
}


/********** OTHERS **********/


.info {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.info h5 {
    font-size: 17px;
}

.pdf_button {
    position: absolute;
    top: 10px;
    right: 10px;
}

#searchMemberModal ul li, #searchInstructorModal ul li {
    list-style: none;
    margin-left: 20px;
}

#searchMemberModal ul li a, #searchInstructorModal ul li a {
    color: #767676;
    transition: all .5s;
}

#searchMemberModal ul li a:hover, #searchInstructorModal ul li a:hover{
    text-decoration: none;
    color: #2f3239;
}



td {
    position: relative !important;
}

#minus {
    position: relative;
    color: #a94442;
    display: none;
}

#plus {
    display: inline-block;
}

#minus2 {
    position: relative;
    color: #a94442;
    display: none;
}

#plus2 {
    display: inline-block;
}


.edit-class-detail {

}

.edit-class-detail .modal-body {
    height: 250px;
}

.edit-class-detail label {
    margin-top: 3px;
    font-family: 'Dosis';
    font-size: 20px;
}

#accountingHomeTabs {
    position: relative;
}

.passive-class-count {
    position: absolute;
    right: 3px;
    top: 10px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #a94442 !important;
}

.passive-class-count p {
    color: #fff !important;;
    font-family: 'Dosis';
    font-size: 16px !important;
    text-align: center;
    line-height: 20px;
}

#messageWarningModal .modal-content {
    padding-top: 30px;
    margin: auto;
    width: 300px;
    height: 200px;
    font-size: 20px;
}

.private-class-section {
    padding: 10px;
    border-bottom: 1px solid #2f3239;
}

.private-class-sell {
    border-right: 1px solid #2f3239;
}

.private-class-section h5 {
    font-family: 'Dosis';
    font-size: 20px;
}

.class-date h3 {
    background: none !important;
    border: none !important;
    color: #2f3239 !important;
}


.tiptext5 {
    font-size: 25px;
    position: absolute;
    left: 65px;
    top: -1px;
}

.description5 {
    display:none;
    width:540px;
    background: aliceblue;
    position: absolute;
    top: 40px;
    left: 0;
    border: 1px solid #2f3239;
    border-radius: 3px;
    font-size: 14px;
    padding: 3px;
}

.rollcall-operations {
    padding-bottom: 50px !important;
}

.edit-rollcall-button {
    transition: all 1s;
}

.edit-rollcall-button:hover {
    transform:rotate(20deg);
}

.edit-rollcall-button a {
    font-family: 'Dosis';
    font-size: 27px;
    transition: all .5s;
}

.edit-rollcall-button a:hover {
    text-decoration: none;
    color: #000;
}

.freeze {
    color: #2277a8;
}

.noreg {
    color: #a94442;
    position: relative;
    top: 4px;
}



.rollcall-date {
    position: relative;
}

.rollcall-date .edit-rollcall i {
    font-size: 15px !important;
    position: absolute;
    top:0;
    right:0;
}

.fast-menu {
    background: rgba(255,204,51,1);
    border-radius: 10px;
    width: 140px;
    height: 30px;
    position: relative;
    top: -50px;
    z-index:10;
}

.fast-menu a {
    width: 140px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Dosis';
    color: #2f3239;
    font-size: 20px;
    text-align: center;
    transition: all .5s;
}

.fast-menu a:hover{
    text-decoration: none;
    color: #fff;
}

.fast-opt {
    height: 150px;
}

#fastRollCallChooseClassModal .modal-body, #fastPrivateClassChooseClassModal .modal-body {
    height: 200px;
}

#fastRollCallChooseClassModal .modal-body label, #fastPrivateClassChooseClassModal .modal-body label {
    font-family: 'Dosis';
    font-size: 20px;
}



/********** RESPONSIVE CSS **********/


@media (max-width:767px) {
    .main-content .new-reg-page .add-new-reg {height: 100%;padding-bottom:20px;}
}

@media (max-width:640px)
{

    /*GENERAL*/


    .no-resp {display:none;}
    .only-resp {display:table-cell;}
    .with-tab a {width: 100px;}
    .tab-double {width: 202px;}
    .tab-triple {width:304px}
    .search {width: 300px;}
    .search .search-input {float: left;width: 60%;}
    .search .search-buttons {width: 40%;float: right;}
    .margin-top-50 {margin-top:100px !important;}
    table {width:90% !important}
    .class-warning {z-index: 100;right: 0;left: 0;margin:auto;}



    /*HEADER*/


    .myaccount {z-index:40;right: 60px;}
    .message-box {right:0;}
    .admin-header .current-user {display: none;}
    .admin-header .time {display: none;}


    /*LOGIN*/


    .login-screen .login-button {margin-top: 20px;}


    /*HOME*/


    .fast-menu {background: rgba(255,204,51,1);border-radius: 10px;width: 80px;height: 20px;position: relative;top: -160px;left: 10px;z-index:10;}
    .fast-menu a {width: 80px;height: 20px;position: absolute;left: 0;top: 0;font-family: 'Dosis';color: #2f3239;font-size: 14px;text-align: center;transition: all .5s;}
    .client-logo-section {position: relative;left:0;width: 100px;height: 100px;margin: auto;padding-top: 17.5px;}
    .client-logo-section .client-logo {width: 65px;height: 65px;margin: auto;position: relative;}
    .client-logo-section .client-logo img {width: 65px;height: 65px;}
    .main-content .main-menu {position: relative;padding-top: 30px;width: 300px;height: 200px;margin: auto;}
    .main-content .main-menu ul li {position: relative;width: 150px;height: 100px;float: left;display: inline-block;overflow: hidden;}
    .main-content .main-menu li a {position: absolute;width: 150px;height: 100px;font-family: 'Dosis';font-size: 15px;text-decoration: none;text-align: center;line-height: 160px;color: #fff;}
    .main-content .main-menu li a span {position:absolute;height: 100px;left: 0;right: 0;top: -30px;}
    .main-content .main-menu li a i {font-size: 40px;}
    .version-number {margin-top: 350px;}
    .navigator {position: relative;z-index: 3;height: 70px;width: 300px;padding-left: 50px;left: 0;top: 0;}
    .navigator img {width: 200px;}


    /*MY ACCOUNT*/


    .account-details .profile .renew-package ul {max-width: 300px;}
    .dotdot {display:none;}
    .h4header {text-decoration:underline}


    /*FAST MENU*/


    .fast-opt {height: 180px;}


    /*MEMBERS*/


    .reg-info i {font-size: 14px !important;left: 0;top: -2px;}
    .branch-tabs {max-width:304px;}
    .list {max-width: 306px}
    .private-class-sell {border-right:none;}
    .page-sub-title {width:90%}
    .main-content .page-content .edit-member {height: 100%}
    .main-content .page-content .edit-old-member {height: 670px}
    .main-content .page-content .add-preregmember {height: 780px;}
    .main-content .page-content .add-preregmember {height: 2000px;}
    .main-content .member-operations .member-classes .member-vallet {top: 25px;}
    .deleteMemberFromClassModal .modal-body {height: 250px;}



    /*CLASSES*/


    .main-content .member-operations, .main-content .class-operations-unready {height: 380px;}
    .main-content .member-operations, .main-content .class-operations-unready .tab-content {height: 305px;}
    .edit-class-detail .modal-body {height: 400px;}
    .rollcall-date .edit-rollcall i {top:-15px;}
    .main-tab-center {width: 202px;}


    /*ACCOUNTINGS*/


    .acc-menu li:nth-child(3) {margin-left: 75px;}
    .margin-top-150 {margin-top: 25px;}
    .main-content .page-content .ins-payments {height: 360px;}
    .incomes-list, .outcomes-list {width:100%;}
    .incomes-list .in-comment, .outcomes-list .out-comment {max-width:60%;}
    .incomes-list .in-type, .outcomes-list .out-type {max-width:20%;}
    .incomes-list .in-value, .outcomes-list .out-value {max-width:20%;}
    .in-comment, .in-type, .in-value, .out-comment, .out-type, .out-value {float: left;}
    .case-book-area .incomes .incomes-list, .case-book-area .outcomes .outcomes-list {margin-top:30px;}
    .case-book-area .outcomes {margin-top: 150px;}
    .case-book-area .incomes {border-right:none;}
    .case-book-area {height: 100%;padding-bottom: 80px;}
    .sums .sum-totals {margin-left: 0;width: 50%;}
    .sums .sum-totals:first-child {margin-bottom: 0;}
    .sums .sum-totals:nth-child(5), .sums .sum-totals:nth-child(6), .sums .sum-totals:nth-child(7) {width: 100%}
    .safeStatusSection {margin:30px 10px}
    .table-margin-resp {margin-top: 30px;}


    /*LOGS*/


    .tab-logs {max-width: 304px;}
    .tab-member-logs {max-width: 304px;}


    /*SETTINGS INSTRUCTORS*/


    .main-content .page-content .edit-instructor {height: 100%;padding-bottom:20px;}
    .main-content .page-content .add-instructor .create-user-info {margin-top: 0px;}


    /*SETTINGS BRANCHES*/


    .branch-warning {left: -10px;top: -70px;width:20px}
    .branch-warning i {font-size: 20px; left:0;}
    .branch-warning .warning-message {width:300px; top: 45px; left: 26px;}
    .main-content .page-content .edit-branch {height: 100%; padding-bottom:30px;}


    /*SETTINGS STATISTICS*/


    .chart {width: 250px; height: 300px;}
    .canvasjs-chart-canvas {width: 250px !important; height: 250px !important;;}
    .chart-container {width:100% !important; height: 250px !important;}
    .yearly .canvasjs-chart-canvas {width: 100% !important; height: 250px !important;}


    /*SETTINGS USERS*/


    .main-content .page-content .edit-user {height: 100%; padding-bottom:20px;}


    /*MESSAGES*/


    .message-container .message {height: 120px; width: 100%; margin:20px 0;}
    .message-container .message .click-message {height: 120px; width: 100%;}
    .message-container .message .m-title {font-size: 18px;line-height: 30px;width: 100%;padding-left: 20px;margin-top: 10px;}
    .message-container .message .m-sender p{font-size: 18px;width: 100%;line-height: 0;padding-top: 10px;}
    .message-container .message .m-date {font-size: 14px !important;top:11px;left: 150px;width: 140px !important;}
    .message-container .m-opt {top: -70px;right: 10px;float: right;width: 99px !important;height: 50px !important;}
    .message-container .m-opt i {margin: 0 3px;}
    .message-container {height: 100% !important;}
    .dash-resp {width: 100%;display:block}
    .dash-resp p {text-align:center;color: #000 !important;font-size: 20px !important;}
    .sender, .date {width: 100%;}
    .date p {margin-left: 20px;float: none;}


    /*DATE PICKER*/


    .picker__select--year, .picker__select--month {padding:0 0 0 5px !important;}

}







