
h4 {
    font-size: 1.5rem;
}

.controls li a .fa-power-off {
    font-size: 1.2rem;
}
/* ---------- card -------- */
.card-profile {
    min-height: 150px;
    border-radius: 5px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 5px;

}

.border-radius-15 {
    border-radius: 15px;
}

.card-profile-header {
    width: 100%;
    height: 60px;
    background: #43A047;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.40);

}

.image-mask {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin-right: auto;
    margin-left: auto;
    margin-top: -39px;
}

.image-mask-2 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
}

.text-login {
    font-size: 1.1rem !important;
    border-bottom: 1px solid #000;
    padding: 1px 10px;
    line-height: 2rem;
}

.text-login-2 {
    font-size: 1.1rem !important;
    border-bottom: 1px solid #000;
    padding: 3px 16px;
    margin: 0 45px 0 45px;
}

.card-profile-content {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 0;
}

.card-profile-content h5 {
    margin: 0;
}

ul.card-prifile-list {
    margin: 0;
}

.card-prifile-list li p {
    /*font-size: 25px;*/
    margin-top: 0;
    /*margin-bottom: 5px;*/
}

.card-prifile-list li span {
    margin-left: 10px;
}

.card-prifile-list li a {
    /*font-size: 20px;*/
    color: #000;
}

.font-size {
    /*font-size: 1rem !important;*/
}

.margin-right-5 {
    margin-left: 5px;
}

/* ---------- End card -------- */

/* --------------- error input field ------------------- */

.input-field label.error.active {
    transform: translateY(0%) !important;
    color: red !important;
}

.input-field div.error {
    position: relative;
    top: 0;
    right: 0;
    /*font-size: 0.6rem;*/
    color: #FF4081;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

input[type=text],
input[type=password],
input[type=tel]{
    font-size: 1rem !important;
    margin: 0 !important;
}

.input[type=date], input[type=datetime-local], input[type=email], input[type=number], input[type=password],
input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url] {
    height: 1.2rem !important;
}

.checkbox-on-table {
    margin: 0 !important;
    line-height: 0;
}

/* ------------------------ end error input field -------------------- */

.padding-right-10 {
    padding-left: 10%;
}

.color-btn-1 {
    background-color: #43A047;
}

.color-btn-1:hover {
    background-color: #43A047;
}

.color-btn-1:focus {
    background-color: #43A047;
}

.fill-btn {
    /*font-size: 25px;*/
    padding: 0 25px 40px 25px !important;
    margin-top: 10px;
}

.fill-btn-fpass {
    padding: 0 10px !important;
    font-size: 12pt;
}

.fill-btn-register {
    /*font-size: 22px;*/
    padding: 0 20px !important;
    margin-top: 10px;
}

.btn-floating i {
    /*overriden*/
    font-size: 1.2rem !important;
}

.nowrap {
    white-space: nowrap;
}

.center-text {
    text-align: center !important;
    margin-bottom: 5px;
}

.font-size-1 {
    font-size: 14pt !important;
}

.font-size-08 {
    font-size: 12pt !important;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-top-25-important {
    margin-top: 25px !important;
}

.center-content {
    margin: 0 auto;
    width: 40%;
}

.center-content-login {
    margin: 0 auto;
    width: 25%;
    margin-top: 11%;
}

.center-content-index {
    margin: 0 auto;
    width: 70%;
}

/* ---------index bottom --------- */

.text-index {
    font-size: 16px;
    padding: 44px 0 0 0 !important;
}

.text-index-full-2 {
    font-size: 26px;
    line-height: 1.5rem;
    padding: 14px 1rem 0 1rem !important;
}

.text-index-full {
    font-size: 30px;
    line-height: 2rem;
    padding: 18px 1rem 0 1rem !important;
}

.btn-index {
    width: 120px !important;
    height: 120px !important;
    border-radius: 50%;
}

.btn-index:hover {
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

/*animate*/
.box-hooma {
    border-radius: 50%;
    transition: background .2s linear, border-radius .2s ease-in-out .2s, box-shadow .2s ease-in;
}

.box-hooma:hover {
    background-color: #125B88;
    border-radius: 30px;
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, .2), 0 40px 77px 0 rgba(0, 0, 0, .22);
}

.box-app {
    border-radius: 50%;
    transition: background .2s linear, border-radius .2s ease-in-out .2s, box-shadow .2s ease-in;
}

.box-app:hover {
    background-color: #40a57b;
    border-radius: 30px;
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, .2), 0 40px 77px 0 rgba(0, 0, 0, .22);
}

.box-farama {
    border-radius: 50%;
    transition: background .2s linear, border-radius .2s ease-in-out .2s, box-shadow .2s ease-in;
}

.box-farama:hover {
    background-color: #ad1457;
    border-radius: 30px;
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, .2), 0 40px 77px 0 rgba(0, 0, 0, .22);
}

.box-farasa {
    border-radius: 50%;
    transition: background .2s linear, border-radius .2s ease-in-out .2s, box-shadow .2s ease-in;
}

.box-farasa:hover {
    background-color: #4fc3f7;
    border-radius: 30px;
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, .2), 0 40px 77px 0 rgba(0, 0, 0, .22);
}

.box-faracom {
    border-radius: 50%;
    transition: background .2s linear, border-radius .2s ease-in-out .2s, box-shadow .2s ease-in;
}

.box-faracom:hover {
    background-color: #2e7d32;
    border-radius: 30px;
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, .2), 0 40px 77px 0 rgba(0, 0, 0, .22);
}

.box-farahoosh {
    border-radius: 50%;
    transition: background .2s linear, border-radius .2s ease-in-out .2s, box-shadow .2s ease-in;
}

.box-farahoosh:hover {
    background-color: #9c27b0;
    border-radius: 30px;
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, .2), 0 40px 77px 0 rgba(0, 0, 0, .22);
}

.box-faranet {
    border-radius: 50%;
    transition: background .2s linear, border-radius .2s ease-in-out .2s, box-shadow .2s ease-in;
}

.box-faranet:hover {
    background-color: #BACC68;
    border-radius: 30px;
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, .2), 0 40px 77px 0 rgba(0, 0, 0, .22);
}

.box-faracala {
    border-radius: 50%;
    transition: background .2s linear, border-radius .2s ease-in-out .2s, box-shadow .2s ease-in;
}

.box-faracala:hover {
    background-color: #00695c;
    border-radius: 30px;
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, .2), 0 40px 77px 0 rgba(0, 0, 0, .22);
}

/*end*/
/* --------- end - index bottom --------- */

/* -------- tooltip menu ---------- */

#tooltip {
    display: none;
}

.tooltiped-class2 {
    box-sizing: border-box;
    -webkit-transition: border-color;
    transition: border-color;
    border-radius: 3px;
    margin-bottom: 0.75em;
    padding: 0.5em 0.5em;
    width: 350px;
    height: 300px;
    z-index: 9999;
    position: absolute;
    top: 45px;
    right: 15px;
}

.triangle-up2 {
    width: 0;
    height: 0;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    border-bottom: 20px solid #fff;
    z-index: 9999;
    position: absolute;
    top: 32px;
    right: 25px;
}

.tooltiped-class {
    box-sizing: border-box;
    -webkit-transition: border-color;
    transition: border-color;
    border-radius: 3px;
    margin-bottom: 0.75em;
    padding: 0.5em 0.5em;
    width: 344px;
    min-height: 265px;
    z-index: 9999;
    position: absolute;
    top: 48px;
    right: 40px;
}

.triangle-up {
    width: 0;
    height: 0;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    border-bottom: 20px solid #fff;
    z-index: 9999;
    position: absolute;
    top: 33px;
    right: 94px;
}

.tooltiped-class a:hover {
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.tooltiped-class2 a:hover {
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.text-tooltip {
    font-size: 10pt !important;
    line-height: 1rem;
    padding-top: 8px !important;
}

.text-tooltip-2 {
    font-size: 10pt !important;
    line-height: .8rem;
    padding-top: 8px !important;
}

/* -------- end - tooltip menu ---------- */

/* --------- validation form --------- */

label.error {
    position: relative;
    top: 0 !important;
    left: 0 !important;
}

.label {
    width: 100px;
    text-align: left;
    float: right;
    padding-left: 10px;
    font-weight: bold;
    position: relative;
    top: 20px;
}

#formValidate label.error {
    color: #FB3A3A;
}

h1 {
    font-weight: 100;
    color: #333;
    padding-bottom: 80px;
}

.errorlist {
    /*display: none;*/
}

.errorlist li {
    padding: 5px 20px;
	color: red;
}

/* -------- end validation ------- */

/* ----------- fabicon-karafar ----------*/

.backfab-green {
    background-color: unset !important;
}

/* ----------- end-fabicon-karafar ----------*/

/***************************** RESPONSIVE styles***********************/

/*zero to 480px*/
@media screen and (max-width: 425px) {

    /********Amiri**********/
    .controls {
        margin: 5px 10px 0 0
    }

    .btn-index {
        width: 100px !important;
        height: 100px !important;
    }

    .text-index {
        font-size: 30px;
        padding: 30px 1rem 0 1rem !important;
    }

    .text-index-full-2 {
        font-size: 25px;
        line-height: 1.5rem;
        padding: 15px 1rem 0 1rem !important;
    }

    .text-index-full {
        font-size: 25px;
        line-height: 2rem;
        padding: 15px 1rem 0 1rem !important;
    }

    .tooltiped-class {
        top: 37px;
    }

    .triangle-up {
        top: 25px;
        right: 70px;
    }

    .tooltiped-class2 {
        top: 37px;
        right: 10px;
    }

    .triangle-up2 {
        top: 25px;
        right: 13px;
    }

    .edit-text {
        font-size: 1.3rem !important;
    }

    .center-content {
        width: 92%;
    }

    .center-content-login {
        width: 85%;
        margin-top: 15%;
    }

    .image-mask {
        width: 70px;
        height: 70px;
        margin-top: -35px;
    }

    .breadcrumbs-title {
        font-size: 15pt;
        /*margin: 5px 0 0 0;*/
    }

    [type="checkbox"] + label:before {
        width: 14px;
        height: 14px;
        margin-top: 4px;
    }

    [type="checkbox"]:checked + label:before {
        width: 8px;
        height: 20px;
        top: -6px;
    }
}

/*480px to 600px*/
@media screen and (min-width: 425px) and (max-width: 600px) {

    /********Amiri**********/
    .image-mask {
        width: 70px;
        height: 70px;
        margin-top: -35px;
    }

    .tooltiped-class {
        top: 37px;
    }

    .triangle-up {
        top: 21px;
        right: 95px;
    }

    .tooltiped-class2 {
        top: 37px;
        right: 10px;
    }

    .triangle-up2 {
        top: 21px;
        right: 23px;
    }

    .center-content {
        width: 70%;
    }

    .center-content-login {
        width: 70%;
        margin-top: 13%;
    }

    .breadcrumbs-title {
        /*margin: -5px 0 0 0 !important;*/
        font-size: 15pt !important;
    }

    [type="checkbox"] + label:before {
        width: 14px;
        height: 14px;
        margin-top: 4px;
    }

    [type="checkbox"]:checked + label:before {
        width: 8px;
        height: 20px;
        top: -6px;
    }
}

/*600px to 992px*/
@media screen and (min-width: 600px) and (max-width: 992px) {

    /********Amiri**********/
    .breadcrumbs-title {
        margin: 5px 0 0 0 !important;
    }

    .header-text-align {
        margin: 18px 0 0
    }

    .tooltiped-class {
        top: 35px;
    }

    .triangle-up {
        top: 21px;
        right: 90px;
    }

    .tooltiped-class2 {
        top: 35px;
    }

    .triangle-up2 {
        top: 21px;
    }

    .center-content {
        width: 50%;
    }

    .center-content-login {
        width: 50%;
        margin-top: 5%;
    }

    .image-mask {
        width: 75px;
        height: 75px;
        margin-top: -35px;
    }

    .breadcrumbs-title {
        font-size: 15pt !important;
    }

    .breadcrumbs-title i {
        font-size: 14pt !important;
    }
    [type="checkbox"] + label:before {
        width: 15px;
        height: 15px;
        margin-top: 4px;
    }

    [type="checkbox"]:checked + label:before {
        width: 10px;
        height: 20px;
        top: -5px;
    }
    .my-nav ul li a {
        vertical-align: middle;
    }
}

/*992px to 1024px*/
@media screen  and (min-width: 992px) and (max-width: 1200px) {

    /********Amiri**********/
    .center-content {
        width: 35%;
    }

    .center-content-login {
        width: 35%;
        margin-top: 6%;
    }
}

@media screen  and (min-width: 992px) {

    /********Amiri**********/
    [type="checkbox"] + label:before {
        width: 16px;
        height: 16px;
        margin-top: 3px;
    }

    [type="checkbox"]:checked + label:before {
        width: 20px;
        height: 10px;
        top: -4px;
    }
}

/***************************** END RESPONSIVE styles**********************/

