.fieldsContainers{
	width:100%;
	margin-top: 50px;
}
.fieldsContainersDiv{
	width:100%;
	margin-top: 20px;
	margin-bottom: 175px;
}
input[type=text] {
    height: 22px;
    border-radius: 3px;
    border: 1px solid gray;
}
input[type=number]{
	height: 22px;
    border-radius: 3px;
    border: 1px solid gray;
}
input[type=password]{
	height: 22px;
    border-radius: 3px;
    border: 1px solid gray;
}
select{
	height: 25px;
    border-radius: 3px;
    border: 1px solid gray;
}
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  
  margin-top: 40px;
  margin-bottom: 40px;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

select option[disabled] {
    display: none;
}

.btn_logout{
	width: 40px;
    height: 40px;
    background-color: #fff;
    border: 0;
    cursor: pointer;
    float: right;
    margin-top: -50px;
    margin-right: 5px;
}

.img_logout{
	width: 40px;
    height: 34px;
    margin-left: -8px;
}

.img_error{
	    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-left: 10px;
}

.img_delete_btn{
	width: 35px;
    height: 35px;
    margin-top: -3px;
    margin-left: -8px;
    border: 1px solid #6e6e6e;
    border-radius: 5px;
    cursor: pointer;
}


.btn_img_delete{
	width: 35px;
    height: 35px;
    background-color: white;
    border: none;
}

.div_img_err{
    width: auto;
    height: auto;
    position: fixed;
    border: 1px solid #D33244;
    border-radius: 5px;
    color: #D33244;
    background-color: #fff;
    bottom: 25px;
    z-index: 1000;
    left: 25px;
    padding: 15px;
    font-size: 18px;
    padding-right: 35px;
}

.addNewMedexTariffBtn{
	float:right;
	right:10px;
}

.medexTariffsHeader{
	float:left;
	left:10px
}

.header_title_index{
	margin-left: -100px;
}

.error_email{
    float: left;
    margin-left: 286px;
    position: absolute;
    margin-top: -23px;
    color: rgb(212, 47, 66);	
}

.error_password{
	float: left;
	margin-left: 100px;
    margin-top: -10px;
    position: absolute;
    color: rgb(212, 47, 66);	
}

.redborder{
	border-color: #d42f42 !important;
}

.error_email_edit{
	float: left;
    margin-left: 230px;
    position: absolute;
    margin-top: -23px;
    color: rgb(212, 47, 66);
}

.error_username_edit{
	float: left;
    margin-left: 250px;
    position: absolute;
    margin-top: -23px;
    color: rgb(212, 47, 66);
}

.header_title{
	font-size: 22px;
    width: 100%;
  /*   margin-left: -100px; */
    /* padding: .7rem 0; */
    /* font-size: 1.2rem; */
    font-weight: 400;
    margin-right: auto;
    text-transform: uppercase;
    color: #D42F42;
    /* font-size: 1rem; */
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    text-align: center;
}

.img_header{
	float: left;
    width: 100px;
    height: 55px;
    margin-top: -12px;
}

.header_div{
	width:100%;
}

.main_div{
	margin-bottom: 200px;
}

.p_header{
	margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 21px;
}

.div_login{
	text-align: center;
    margin-top: 60px;
    font-size: 17px;
}

.submitBtn{
	box-shadow: none;
    color: #fff;
    background-color: #D42F42;
    padding: 8px 22px;
    font-size: 0.9375rem;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    position: relative;
    align-items: center;
    user-select: none;
    vertical-align: middle;
    justify-content: center;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    border-radius: 2px;
    margin-top: 10px;
}


.submitBtnMainMenu{
	box-shadow: none;
    color: #D42F42;
    width: 300px !important;
    background-color: #fff;
    border: 1px solid #D42F42;
    padding: 8px 22px;
    font-size: 0.9375rem;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    /* border: 0; */
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    position: relative;
    align-items: center;
    user-select: none;
    vertical-align: middle;
    justify-content: center;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    border-radius: 2px;
}
.editUser_div{
	text-align: center;
    margin-top: -17px;
}
.enquiry_div{
	text-align: center;
	margin-top: -1px;
}
.createUser_div{
	margin-top: 50px;
    text-align: center;
}

.createUserMulti_div{
	margin-top: -17px;
    text-align: center;
}

.users_div{
	width: 100%;
    overflow-x: scroll;
    margin-bottom: 200px;
}

.tariffs_div{
	width: 100%;
    overflow-x: scroll;
    margin-bottom: 70px;
}

.user_div{
	margin-top: 50px;
    text-align: center;
}

.footer{
	background: #523f5a;
    padding: 3em 5em 2em;
    color: #fff;
    margin-top: 36em;
    display: block;
    bottom: 0;
    position: fixed;
    width: 100%;
    margin-left: -168px;
}

.p_footer{
	    font-size: 1rem;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    margin-left: 159px;
    text-align: center;
}


.files_div_main{
	position: relative;
    margin-bottom: 90px;
}


.files_div_left{
    width: 50%;
    float: left;
}

.files_div_right{
    width: 50%;
    float: right;
}

.container_div_user{
	width:200px;
	margin-top: 90px;
    float: left;
    margin-left: 70px;
}

.btn_generate_pw{
	box-shadow: none;
    color: #D42F42;
    width: 100px !important;
    background-color: #fff;
    border: 1px solid #D42F42;
    font-size: 0.8rem;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    position: relative;
    align-items: center;
    user-select: none;
    vertical-align: middle;
    justify-content: center;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    border-radius: 2px;
    left: 285px;
    margin-top: -48px;
}

.lbl_input_user_info{
	float: left;
    position: absolute;
}

.input_user_info{
	position: relative;
    left: 100px;
    margin-top: -3px;
}

.container_products{
	position: absolute;
    top: 400px;
    left: 78px;
}

.chkbxMedex{
	margin-left: 215px;
    position: relative;
    top: -20px;
}

.lbl_chkbxMedex{
	position: relative;
    top: -20px;
}


input[type=checkbox] {
   visibility: hidden;
}
.checkbox-div {
  	width: 80px;
    height: 15px;
    background: #ffffff;
    border: 2px solid #d42f42;
    margin: 20px 10px;
    position: relative;
    border-radius: 5px;
}
.checkbox-div label {
	display: block;
	width: 50px;
	height: 18px;
	border-radius: 11%;
	transition: all .5s ease;
	cursor: pointer;
	position: absolute;
	top: -2px;
	left: -3px;
	background: #d42f42;
	padding-left: 4px;
	color: #fff;
}
.checkbox-div input[type=checkbox]:checked + label {
   left: 27px;
}
.checkboxMedex{
	margin-left: 237px;
    position: relative;
    top: -42px;
}



/* Alerts */
.alert-fullscreen {
    position: absolute;
    z-index: 9999998;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.7);
}

.alert-dialog-box {
    position: absolute;
    z-index: 9999999;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: justify;
    height: 180px;
    margin: auto;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 4px;
    background: #fff;
    width: 85%;
    box-shadow: 5px 5px 38px rgba(0,0,0,.8);
}

.alert-dialog-box22 {
    position: absolute;
    z-index: 9999999;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 230px;
    margin: auto auto;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 4px;
    background: #fff;
    width: 65%;
    box-shadow: 5px 5px 38px rgba(0,0,0,.8);
}

.alert-dialog-box3 {
    position: absolute;
    z-index: 9999999;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 330px;
    margin: auto auto;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 4px;
    background: #fff;
    width: 85%;
    box-shadow: 5px 5px 38px rgba(0,0,0,.8);
}

.alert-close-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    right: -15px;
    border-radius: 50%;
    background: #151515;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.alert-text {
    color: #333;
    font-size: 13px;
    text-align: center;
    position: relative;
    display: block;
}



.btn_add_tariff{
	box-shadow: none;
    color: #D42F42;
    width: 100px !important;
    background-color: #fff;
    border: 1px solid #D42F42;
    font-size: 0.8rem;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    position: relative;
    align-items: center;
    user-select: none;
    vertical-align: middle;
    justify-content: center;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    border-radius: 2px;
   	left: 0px;
    margin-top: -3px;
}

.div_new_tariffs{
	min-width: 900px;
	border: 1px solid gray;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 15px;
}

.searchUserFirst{
	text-align:center;
}

.userInfoDiv{
	/* display: block; */
    border: 1px solid gray;
    border-radius: 5px;
    padding: 15px;
    margin-top: 25px;
}

.inputUserInfo{
	margin-top: 10px;
}

.inputEditInfo{
	margin-bottom: 10px;
}

.updUserBtn{
	margin-top: 18px;
    float: right;
    right: 40%;
    left: auto;
    width: 20%;
    top: -95px;
}

.lock_unlock_div{
	margin-bottom: 50px;
    min-width: 700px;
    position: relative;
}

.lock_div{
	float: right;
    right: 36%;
    position: absolute;
}

.unlock_div{
    float: right;
    right: 20%;
    position: absolute;
}

.btn_headerlogo{
	border: none;
    margin-top: 5px;
    background-color: white;
    width: auto;
    height: 50px;
}

.form_header_logo{
	width: 0px;
    height: 0px;
}
.btn_generate_pass{
	box-shadow: none;
    color: #D42F42;
    width: 155px !important;
    background-color: #fff;
    border: 1px solid #D42F42;
    font-size: 0.8rem;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    position: relative;
    align-items: center;
    user-select: none;
    vertical-align: middle;
    justify-content: center;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    border-radius: 2px;
    left: 0px;
    margin-top: -1px;
}

.div_tariffs_edit{
	border: 1px solid gray;
    border-radius: 5px;
    padding: 15px;
    margin-top: 15px;
}

.btn_excel_left{
    float: left;
    margin-left: 100px;
    width: 300px !important;
}

.btn_excel_right{
	float: right;
    margin-right: 100px;
    width: 300px !important;
}

.set_place_for_footer{
	margin-bottom:180px;
}

.div_container_enquiries{
	text-align: center;
    border: 1px solid gray;
    padding: 15px;
    border-radius: 5px;
}

.panel {
  display: none;
}

.lbl_excel_numerator{
	font-size: 18px;
}

.div_numerator_load{
	margin-top: 70px;
}

.input_numerator{
	position: relative;
    left: 20px;
    margin-top: -64px;
    width: 140px !important;
    font-size: 17px;
    height: 34px !important;
    border-radius: 3px;
    border: 1px solid gray;
}

.btn_edit_user{
	box-shadow: none;
    color: #D42F42;
    width: 100px !important;
    background-color: #fff;
    border: 1px solid #D42F42;
    font-size: 0.8rem;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    position: relative;
    align-items: center;
    user-select: none;
    vertical-align: middle;
    justify-content: center;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    border-radius: 2px;    
    left: 0px;
    margin-top: -3px;
}

.btn_load_nomerator{
	top: -6px;
    left: 42px;
    padding: 4px 22px !important;
}

.submit_file{
	padding: 4px 22px;
    margin-top: -1px;
}

.access_apps_div{
	margin-bottom: 50px;
    min-width: 700px;
}

.bunit_new_div{
	float: left;
    left: 25%;
    position: absolute;
}


.ajax_loader{
	position: fixed;
    margin-top: 50px;
    width: 99%;
    text-align: center;
}

.div_img_success{
	width: auto;
    height: auto;
    position: fixed;
    border: 1px solid #D33244;
    border-radius: 5px;
    color: #fff;
    background-color: #D33244;
    bottom: 25px;
    z-index: 1000;
    left: 25px;
    padding: 15px;
    font-size: 18px;
    font-weight: 100;
    padding-right: 35px;
}

.img_success{
	width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-left: 10px;
    margin-bottom: -3px;
}

.btn_settings{
	width: 40px;
    height: 40px;
    background-color: #fff;
    border: 0;
    cursor: pointer;
    float: right;
    margin-top: -50px;
    margin-right: 60px;
}

.btn_login_again{
	width: 200px !important;
    padding: 5px 22px !important;
}

.btn_forgotten_pass{
	width: 200px !important;
    padding: 5px 0px !important;
}

.img_settings{
	width: 35px;
    height: 35px;
    margin-left: -8px;
}

.medex_new_div{
	float: right;
    right: 25%;
    position: absolute;
}