.next-buttonhtml,
body {
    height: 100vh;
    font-family: 'Arimo', sans-serif;
}

html {
    font-size: 14px;
}
input{
    direction: rtl;
}
.modal-backdrop{
    position: relative;
}
p {
    font-size: 1rem;
}
.full-height{
    /*display: flex;*/
    min-height: 100%;
    flex-direction: column;
}
.wrap {
    min-height: 100%;
    position: relative;
}
.site-content{
    flex:1;
}
.wrap[rel="main"] {
    padding-bottom: 65px;
}
.footer-content {
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    bottom: 0;
}
.header-logo{
    margin-top: 70px;
    margin-bottom: 50px;
}
.login-wrapper{
    display: table;
    height: 100%;
}
.login-container{
    display: table-cell;
    vertical-align: middle;
}
.page-content{
    padding-top: 65px;
    padding-bottom: 65px;
    height: 100%;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}
label:hover:before {
    border: 1px solid #4778d9!important;
}
img{
    max-width: 100%;
    height: auto;
}
body{
    background-color: #f5f5f5;
}
@font-face {
    font-family: "HelveticaNeueBold";
    src: url("../fonts/HelveticeNeue/HelveticaNeueBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "HelveticaNeueMedium";
    src: url("../fonts/HelveticeNeue/HelveticaNeueMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
.help-block{
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}
.footer-menu{
    list-style: none;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.footer-menu li{
    padding-right: 30px;
    display: inline-block;
}
.footer-menu a{
    color: #525252;
    font-weight: bold;
}
/*
Navbar styles
*/
.navbar-block{
    width: 100%;
}
.greetings-hi{
    text-align: left;
    font-family: 'Arimo', sans-serif;
    font-style: italic;
    font-size: 33px;
    padding-right: 39px;
    color: #a4c7e9;
}
.navbar-user-name{
    text-align: left;
    font-family: 'Arimo', sans-serif;
    color: #ffffff;
    font-size: 26px;
}
.credits{
    position: absolute;
    top: 59px;
    right: 81%;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 1px 1px 8px 1px #dcdcdc;
    -webkit-box-shadow: 1px 1px 8px 1px #dcdcdc;
    -moz-box-shadow: 1px 1px 8px 1px #dcdcdc;
    width: 105px;
}
.count-of-credits{
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    font-size: 35px;
    color: #27ae60;
}
.credits-title{
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.log-out-button{
    padding-left: 7px;
}
.navigation-block{
    margin-top: 179px;
}

.navigation-block ul{
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    margin-top: 130px;
    padding-bottom: 130px;
}
.navigation-block li{
    padding: 0;
    margin: 0;
    margin-bottom: 45px;
    /*width: 225px;*/
    height: 50px;
    margin-right: 40px;
    margin-left: 40px;
}
.navigation-block a{
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    box-shadow: 1px 1px 8px 1px #40669e;
    -webkit-box-shadow: 1px 1px 8px 1px #40669e;
    -moz-box-shadow: 1px 1px 8px 1px #40669e;
    padding: 0px;
    margin: 0px;
    display: block;
    background-color: #27ae60;
    color: white;
    text-transform: uppercase;
    font-size: 19px;
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navigation-block a:hover{
    background-color: #2ecc71;
    text-decoration: none;
    cursor: pointer;
}
.navigation-block .active a{
    background-color: #2ecc71;
}
.logout-button{
    position: absolute;
}
.logout{
    display: block;
    height: 20px;
    width: 50px;
    background-color: #27ae60;
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    color: white;
}
.logout:hover{
    color: white;
    text-decoration: none;
    cursor: pointer;
}
/*Navbar styles end*/

/*LOGIN*/
.login-page{
    padding-left: 0px !important;
    height: 100%;
}
.login-image{
    position: relative;
    width: 100%;
    /*height: 100vh;*/
}
.login-errors{
    color: #ff3333;
    text-align: center;
}
.logo-login{
    text-align: center;
    /*argin-top: -125px;*/
    margin-bottom: 10%;
}
.forms-content{
    background-color: #f5f5f5;
}
.form-login{
    background-color: white;
    margin: auto;
    width:80%;
    box-shadow: 1px 1px 8px 1px #dcdcdc;
    -webkit-box-shadow: 1px 1px 8px 1px #dcdcdc;
    -moz-box-shadow: 1px 1px 8px 1px #dcdcdc;
}
.login-panel-heading{
    margin-bottom: 40px;
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #f2f2f2 !important;
    padding: 18px !important;
}
form input, form select{
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    font-size: 16px;
    border: 0px;
    padding: 0px;
    width: 60%;
    background-color: transparent;
    border-bottom: 1px solid #d2d2d2;
    text-align: right;
    padding-bottom: 8px;
    padding-top: 8px;
    margin-bottom: 35px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
form input:focus, form select:focus{
    border: 0px;
    color: black;
    border-bottom: 1px solid black;
    outline: none;
}
.input-form-row{
    text-align: center;
}
.login-button{
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    font-size: 15px;
    border: 0px;
    background-color: #2980b9;
    text-transform: uppercase;
    color: white;
    padding: 7px 30px 7px 30px;
}
.sigh-up-ref{
    padding: 7px 30px 7px 30px;
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    color: black;
    position: relative;
    left: 36px;
}
.sigh-up-ref:hover{
    color: black;
}
.forgot-pass{
    margin-top: 35px;
    padding-bottom: 43px;
    margin-left: 207px;
    margin-right: 17px;
}
.forgot-pass-ref{
    font-family: 'Arimo', sans-serif;
    font-size: 13px;
    color: black;
}
.forgot-pass-ref:hover{
    color: black;
}
.menu-login{
    position: absolute !important;
    width: 364px !important;
    bottom: 0px;
    left: 64%;
}

.register-button{
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    font-size: 15px;
    border: 0px;
    background-color: #2980b9;
    text-transform: uppercase;
    color: white;
    padding: 7px 30px 7px 30px;
    margin-bottom: 25px;
}
.menu-register{
    margin-top: 13%;
}
/*Dashboard styles*/

.head-dashboard{
    text-align: center;
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
    border-bottom: 1px solid #f2f2f2;
    padding: 20px;
    text-transform: uppercase;
}
.page-block{
    background-color: white;
    box-shadow: 1px 1px 8px 1px #dcdcdc;
    -webkit-box-shadow: 1px 1px 8px 1px #dcdcdc;
    -moz-box-shadow: 1px 1px 8px 1px #dcdcdc;
    margin-bottom: 100px;

}

.tests_start {
    height: 600px;
    overflow-y: visible;
    overflow-x: hidden;

}

.user-table{
    width: 100%;
}
.user-table thead{
    -webkit-box-shadow: 0px 4px 5px 0px rgba(235,235,235,1);
    -moz-box-shadow: 0px 4px 5px 0px rgba(235,235,235,1);
    box-shadow: 0px 4px 5px 0px rgba(235,235,235,1);
}
.user-table thead th{
    border: 0;
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    font-size: 1rem;
    color: #707070;
    background-color: #f8f8f8;
    text-align: center;
    padding: 15px;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(235,235,235,1);
    -moz-box-shadow: 0px 4px 0px 0px rgba(235,235,235,1);
    box-shadow: 0px 4px 0px 0px rgba(235,235,235,1);
}
.user-table tbody td{
    text-align: left;
    padding-left: 10px;
    font-family: 'Arimo', sans-serif;
    font-size: 1rem;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #f2f2f2;
}
tbody td {
    font-size: 1rem;
}
tbody th {
    font-size: 1rem;
}


.passed-test{
    background-color: #dff3e7;
}
.passed-test td{
    font-family: 'Arimo', sans-serif !important;
    font-weight: bold; !important;
    font-size: 14px !important;
}
.donut-chart{
    max-width: 100%;
    height: auto;
    padding: 25px;
}
/*Dashboards styles end*/

/*Tests styles*/

.test-title{
    margin-top: 20px;
    text-align: center;
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
.test-image{
    text-align: center;
}

.margin-test{
    padding-top: 120px;
    padding-bottom: 120px;
}
.margin-test a{
    color: black;
}
.margin-test a:hover{
    text-decoration: none;
    cursor: pointer;
}
.test-start-decs{
    /*text-align: right;*/
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    font-size: 22px !important;
    text-transform: uppercase;
    /*padding: 100px 100px 50px 100px;*/
}
.content-dashboard.test-start-decs p {
    font-size: 22px;
}
.start-button{
    float: left;
    background-color: #27ae60;
}
.back-button{
    float: right;
    background-color: #2980b9;
}
.buttons-block{
    /*padding-top: 100px !important;*/
    /*padding-bottom: 100px !important;*/
}
.buttons-block a{
    color: white;
    text-align: center;
    display: block;
    padding: 15px;
    width: 210px;
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    font-size: 19px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.buttons-block a:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
    text-decoration: none;
    cursor: pointer;
}
.buttons-block i{
    font-size: 30px;
    padding-right: 15px;
}
.customers-head{
    padding-right: 35px;
    text-align: right;
}
.or-block{
    position: absolute;
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    padding: 17px;
    right: -25px;
    top: 30%;
    background-color: white;
    z-index: 2;
}
.left-panel-customer{
    position: relative;
    margin-top: 80px;
    padding-left: 5%;
}
.left-border{
    border-left: 1px solid #f2f2f2;
}
.customers-create-new{
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding-bottom: 20px;
    padding-right: 77px;
    text-transform: uppercase;
}
.right-block-creating{
    padding-right: 5%;
}
.proceed-email{
    margin: 0 auto;
}
.customers-exist{
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin-top: 140px;
    text-transform: uppercase;
}
.next-button{
    display: inline-block;
    border: 0;
    width: 210px;
    padding: 15px;
    text-transform: uppercase;
    float: none;
    background-color: #27ae60;
    color: white;
    text-align: center;
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    font-size: 19px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.next-button:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
    text-decoration: none;
    cursor: pointer;
    color: white;
}
.next-button.disabled:hover {
    -ms-transform: none; /* IE 9 */
    -webkit-transform: none; /* Safari */
    cursor: not-allowed;
}
.next-button i{
    font-size: 30px;
    padding-right: 15px;
}
.next-button i{
    padding: 0px;
    /*padding-left: 12px;*/
    position: absolute;
    margin-left: -45px;
}

.next-button .fa-check {
    margin-left: -90px;
}
.next-button.disabled .fa-check {
    display: none;
}

.create-customer-form input{
    width: 210px;
}

.create-customer-form select, option{
    width: 215px;
    text-align-last: end;
    border: 1px solid #e5e5e5;
}

.create-customer-form .buttons-block{
    padding: 0;
    padding-top: 72px;
    padding-bottom: 45px;
}
.select-exist-user{
    margin-top: 15px;
    text-align: center;
}
.no-padding{
    padding: 0px !important;
    margin: 0px !important;
}
/*Test styles end*/

.checked-help{

}
.test-head{
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0;
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    font-size: 1rem;
    color: #707070;
    background-color: #f8f8f8;
    text-align: center;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(235,235,235,1);
    -moz-box-shadow: 0px 4px 0px 0px rgba(235,235,235,1);
    box-shadow: 0px 4px 0px 0px rgba(235,235,235,1);
}
.test-table .test-head{

    /*-webkit-box-shadow: 0px 4px 0px 0px #7f8184;*/
    /*-moz-box-shadow: 0px 4px 0px 0px #7f8184;*/
    /*box-shadow: 0px 4px 0px 0px #7f8184;*/
}
.test-form input{
    width: 90%;
    margin-bottom: 15px;
}
.add-note-block{
    border-right: 1px solid #f0f0f0;
    text-align: center;
}
/*.add-note-button{*/
/*-webkit-box-shadow: 0px 1px 0px 0px rgba(235,235,235,1);*/
/*-moz-box-shadow: 0px 1px 0px 0px rgba(235,235,235,1);*/
/*box-shadow: 0px 1px 0px 0px rgba(235,235,235,1);*/
/*font-family: 'Arimo', sans-serif;*/
/*font-weight: bold;*/
/*font-size: 15px;*/
/*color: #b5b5b5;*/
/*border: 1px solid #f0f0f0;*/
/*text-transform: uppercase;*/
/*background-color: white;*/
/*width: 150px;*/
/*padding: 10px;*/
/*}*/

.add-note-button{

    width: 70px;
    height: 70px;
}
.add-note-button:hover{

    background-position: 0% 98%;
}


.timer-block{
    text-align: center;
    border-right: 1px solid #f0f0f0;
}
.test-block{
    border-bottom: 1px #f2f2f2 solid ;
}
.start-block{
    /*margin-top: 20px !important;*/
    /*margin-bottom: 50% !important;*/
}
.timer-numbers{
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 3px;
}
.stop-block{
    /*margin-top: 50% !important;*/
    /*margin-bottom: 20px !important;*/
}
.test-button-block{
    text-align: center;
}
.button-test{
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    color: white;
    width: 100px !important;
    padding: 10px;
    border: 0px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(235,235,235,1);
    -moz-box-shadow: 0px 1px 0px 0px rgba(235,235,235,1);
    box-shadow: 0px 1px 0px 0px rgba(235,235,235,1);
}
.button-test:hover{
    transform: scale(1.1);
}
.button-test:focus{
    color: white;
    border: 0px !important;
}
.modal-help {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content-help {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 25%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close-help {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-help:hover,
.close-help:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
#test-help__info{
    width: 20px;
}
#test-help__info:hover{
    cursor: pointer;
}
#mdl-txtar{
    font-size: 22px;
    text-align: right;
    padding: 5px;
}
#head-dashboard__subtitle{
    text-align: center;
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
    border-bottom: 1px solid #f2f2f2;
    padding: 20px;
    text-transform: uppercase;
}
td.timer-block{
    width: 20%;
}
td.task-block{
    width: 23%;
}
td.comment-tr{
    width: 17%;
}
#edit-task__toggler{
    margin: 5px 0;
}
/*.edit-task-form div.form-control {*/
    /*height: 90px;*/
/*}*/
#timer{
    border: 0px;
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 4px;
}
#timer:focus{
    border: 0px;
}
.test-start{
    background-color: #2980b9;
}
.test-stop{
    background-color: #e74c3c;
}
.help{
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
}
.help-test-block{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
}

.test-table{
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
}
.test-table tbody td{
    border-right: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
}

.subtask-block{
    padding: 20px 10px 20px 4px;
    text-align: right;
    font-family: 'Arimo', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 19px;
    cursor: pointer;
}
.task-block{
    padding: 20px 10px 20px 4px;
    text-align: right;
    font-family: 'Arimo', sans-serif;
    font-size: 1.1rem;
    text-transform: uppercase;
    line-height: 19px;
    vertical-align: top;
}
tr th {
    font-size: 1.1rem;
}
.test-table.border_bottom{
    border-bottom: 1px solid black;
}
.border_bottom{
    border-bottom: 1px solid #f2f2f2;
}
.task-title{
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    font-size: 1.1rem;
	/*display: none;*/
}
#subtask{
    cursor: pointer;
}
#add-note-button{
    margin: auto;
    cursor: pointer;
}
#main-note{
    margin: auto;
    text-align: right;
    display: none;
    height: 60%;
    width: 80%;
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
}
.radio-inline{
    padding-left: 0px !important;
    margin-left: 0px !important;
}
.modal-body thead td{
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0px;
    font-family: 'Arimo', sans-serif;
    font-size: 14px;
    color: #707070;
    background-color: #f8f8f8;
    text-align: center;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(235,235,235,1);
    -moz-box-shadow: 0px 4px 0px 0px rgba(235,235,235,1);
    box-shadow: 0px 4px 0px 0px rgba(235,235,235,1);
}
.modal-body tbody td{
    border: 0;
    font-family: 'Arimo', sans-serif;
    font-size: 14px;
    text-align: right;
    padding: 15px;
    border: 1px solid #f8f8f8;
}
.help-test-block input[type=radio]{
    display: none;
}
.open_desc_modal{
    margin-left: 2px;
}
.help-test-block input[type=radio]:checked + span{
    /*border: 1px solid #27ae60;*/
    border-radius: 50%;
    /*padding-right: 4px;*/
    /*padding-left: 4px;*/
    padding-bottom: 0px;
    padding-top: 0px;
    color:#27ae60;
}

/*Short report page*/

.short-report-main-block{
    margin-top: 93px;
    margin-bottom: 75px;
}
.round-block {
    margin: auto;
    background-color: #273136;
    color: white;
    text-align: center;
    border-radius: 50%;
    width: 150px;
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    font-size: 44px;
    padding-top: 30px;
    padding-bottom: 30px;
    height: 140px;
}
.block-text{
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    font-size: 14px;
}
.button-report{
    text-align: center;
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    font-size: 19px;
    text-transform: uppercase;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    display: block;
    background-color: #2980b9;
    margin-left: 36px;
    padding: 15px;
    width: 205px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.button-report:hover{
    color: white;
    text-decoration: none;
    cursor: pointer;
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
}

.button-report i{
    margin-right: 15px;
}
#finish-block{

}
.mark-block{
    text-transform: uppercase;
    font-size: 14px;
}
#total-block{
    background-color: white;
    border: 1px solid #3788bd;
    color: #3788bd;
    font-size: 50px;
    height: 157px;
}
.mark-block-total{
    color: black;
    font-size: 18px;
}
.short-button-button-block{
    margin-top: 70px;
}
.footer-short, .short-button-button-block{
    margin-bottom: 35px;
}
/*#interpersonal{*/
/*background-color: #27ae60;*/
/*}*/
/*#time{*/
/*background-color: #d35400;*/
/*}*/
/*#help{*/
/*background-color: #27ae60;*/
/*}*/
/*#tasks{*/
/*background-color: #e74c3c;*/
/*}*/

/*Full report page*/

.full-head-info{
    margin-left: 40px;
    display: inline-block;
}
.full-head-info span {
    padding-right: 15px;
}


.full-head-info img{
    margin-right: 15px;
}
.completed-tasks{
    vertical-align: middle;
    text-align: center;
    color: black;
    padding: 40px;
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    font-size: 19px;
}
.back{
    background-color: #27ae60;
}
.back-block{
    margin-top: 35px;
    margin-bottom: 35px;
    margin-left: 30px;
    padding-bottom: 40px;
}
.plus-padding{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.grey-block{
    background-color: #fafafa;
}
.subtask{
    margin-bottom: 20px;
}
.ref-for-create{
    cursor: pointer;
}
.edit-textarea{
    font-family: 'Arimo', sans-serif;
    font-size: 18px;
    width: 90%;
    height: 200px;
    text-align: right;
    padding: 25px;
}
.edit-title{
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    font-size: 19px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.wrapper{
    margin-left: 75px;
    margin-right: 75px;
}
.content-page-text{
    padding: 30px;
}
.error-message{
    text-align: center;
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    font-size: 19px;
    text-transform: uppercase;
    color: #9c171e;
}
.full-row-input{
    width: 100% !important;
}
.edit-customer-form{
    margin-top: 50px;
}
.edit-customer-form input{
    width: 65%;
}
.margin-correct{
    margin-bottom: 30px
}
.checkbox-label{

}
.subtask-block input{
    padding: 0;
    margin: 0;
    width: 15px;
    height: 15px;
}
.side {
    /*width: 300px;*/
    padding-right: 0px;
    /*position: fixed;*/
    position: relative;
    top:0;
    margin-right: -375px;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    transition: .3s ease-in;
    z-index: 20;
    right: 0;
    height: 100%;
    text-align: center;
    padding-top: 65px;
    background-image: url('../images/nav-back.png');
    background-size: cover;
}

.menushow {
    margin: 0;
}
.menu-btn{
    cursor: pointer;
}

.custom-pager-class{
    padding-bottom: 20px;
}
.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.rotated {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.menu-toogle{
    position: absolute;
    font-size: 50px;
    color: #6c75be;
    left: -52px;
    top: 34px;
}
#create_user{

}
.checkbox{
    margin-bottom: 50px !important;
}
.checkbox input{
    width: 80px;
}
.check-status .radio-inline{
    padding-right: 10px !important;
    margin-right: 10px !important;
}
.check-status label{
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    font-size: 19px;
}
.check-status input{
    width: inherit;
}
.note-change textarea{
    width: 100%;
    height: 100%;
    direction: rtl;
}
.links-content{
    padding: 25px;
}

.admin_button_wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.admin_button{
    margin-bottom: 25px;
    margin-top: 25px;
}
.tests_management_wrapper{
    margin: 25px;
}
.add_new_test_tab{
    padding-top: 30px;
}
.textarea_label{
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    font-size: 19px;
}
.edit_test_editor{
    height: 250px;
}
.margin_left_button{
    margin-left: 15px;
}
.add_test_page_textarea{
    width: 100%;
    height: 250px;
}
.conformation-submit-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 50px;
    margin-bottom: 50px;
}
.button_margins{
    margin-top: 20px;
    margin-left: 30px;
    margin-bottom: 20px;
}
.select_wrapper{
    min-height: 101px;
}
.table>thead>tr>th{
    padding: 20px;
}

.table>tbody>tr>td {
    text-align: center;
    padding: 15px;
    /* font-weight: bold; */
}
.title_page {

    margin-top: 10px;
}

.dataTables_filter input {
    width: 270px;
}
.pen-icon {
    background-size: 100%;
    height: 30px;
    width: 30px;
    display: inline-block;
}
.pen-icon:hover {
    background-position: 0% 95%;
}

.dataTables_paginate {

    margin: auto;
    float: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dataTables_paginate a.paginate_button, .dataTables_paginate a.paginate_active {
    border:none;
}
.dataTables_paginate a.current, .dataTables_paginate a.current:hover {
    background-color: transparent;
    color: #1CAF9A;
    font-size: 1.2em;
    padding-bottom: 15px;
}
.table>tbody>tr:hover {
    background-color: #dff3e7;
}

.left {
    float:left;
}
.right {
    float:right;
    text-align: right;
}
.panel-title {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 2em;
}
.border_botom {
    border-bottom: 1px solid #f2f2f2;
}
.panel-sub-title {
    margin-top: 7px;
}

.border-left {
    border-left: 1px solid #f2f2f2;
}
.border-right {
    border-right: 1px solid #f2f2f2;
}
.mbt10 {
    margin-top: 20px;
}
.input-form {
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: none ;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 7px;
}
.button-save {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: block;
    background-color: #27ae60;
    color: white;
    text-transform: uppercase;
    font-size: 19px;
    font-family: 'Arimo', sans-serif;
    font-weight: bold;

    width: 50%;
    border-radius: 0;
}
.count-of-credits.end_date {
    font-size: 20px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.credits_parent {
    height: 130px;
    width: 130px;
}

.title_create_customer {
    text-align: right;
    width: 210px;
    display: inline-block;
}

.next-button {
    /*margin-right: 30px;*/
    margin: 20px;
}
.cursor {
    cursor: pointer;
}
.caret {
    position: absolute;
    left: -20px;
    top: 16px;
}
.drop-down-info {
    left: -14px;
    border-radius:0;
}
.no-hover tbody>tr:hover {
    background-color: transparent;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
}
.elegant {
    background-image: url('/public/images/checkbox.png');
    background-repeat: no-repeat;
    background-position: 100% 0%;
    height: 21px;
    width: 22px;
}

.checkbox_img {
    float: right;
}

.checkbox-label p {
    float: left;
    width: 80%;
    text-align: right;
    font-size: 22px;
}
.subtask-block label {
    width: 100%;
}



input[type=checkbox].css-checkbox:checked  .checkbox_img {
    background-position: 100% 90%;
    color: red;
}

input[type=checkbox].css-checkbox.med + label.css-label.med {
    padding-left: 22px;
    height: 17px;
    display: inline-block;
    line-height: 17px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
}
input[type=checkbox].css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.test-table .test-head  {
    padding: 15px;
    width:auto!important;
}

.img_icon_block {
    width: 50px;
    float: right;
    margin-right: 11px;
}
.mrt20 {
    margin-top: 20px;
}

.inner_table {
    width:100%;

}
.no-padding {
    padding:0;
}
.inner_td {
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
}
.no-border-bottom {
    border-bottom: none;
}
.input_label {
    display: block!important;
}
.w33 {
    width: 33.3%;
}
.inner_table {

}

.inner_table td {
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
}
.inner_table .task-block,.inner_table .comments {
    text-align: right;
	direction: rtl;
}

.inner_table .comments {
    padding-right: 10px;
}


#sorted-table-tests_wrapper {

    text-align: center;
}

#sorted-table-tests_wrapper table {
    /*margin-top: 25px;*/
    width: 65%;
}
.dataTables_wrapper {
    overflow: auto;
}

.subtask-block {
    width: 30%;
}
.interpersonal {
    text-align: left;
    float: left;
}
.test_description {
    text-align: center;
    padding-bottom: 70px;
    margin-top: 25px;
}

@media only screen and (max-width: 1240px) {
    .buttons-block a{
        width:auto;
    }
    .button-save {
        width:auto;
    }
    .help-test-block .helper_label {
        width:90%;
    }
}

.subscribe_title {
    font-size: 0.8rem;
}

.task-block.border_bottom {
    border-bottom: none;
    border-top: none;
}
.test_description ul {
    list-style-type: none;
    text-align: right;

}
.test_description {
    font-weight: 100;
}

.underline {
    text-decoration: underline;
}

#files_table_wrapper.dataTables_wrapper {
    overflow: hidden;
}
.test_cat_text {
    font-weight:bold;
}
.disabled {
    opacity:0.5;
}

.document_icon {

    height:30px;
    vertical-align: middle;
    margin: 4px;
}


.ui-combobox {
    position: relative;
    display: inline-block;
}
.ui-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    /* support: IE7 */
    *height: 1.7em;
    *top: 0.1em;
}
.ui-combobox-input {
    margin: 0;
    padding: 0.3em;
}
.autocomplete_list {
    text-align: right;
}


.ui-state-focus {
    background:#96B202;
    outline:none;
}
.ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: .2em .4em;
    line-height: 1.5;
    zoom: 1;
}

.corner-left-custom {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    left: 0;

}
.print_pdf {
    float: left;
}


/*.subtask {*/
/*border-bottom: 1px solid #ddd;*/
/*}*/


/*JONI EDIT*/
td{direction:rtl;}
.pull-right{
    direction: rtl;
}