/* SOCIAL SIGN IN */
.entry {
  padding: 15px;
  border: 1px solid grey;
  transition: all .3s ease;
}

.entry:hover {
  background-color: rgba(237, 237, 237, 0.83);
  box-shadow: 0 0 10px rgba(2, 2, 2, 0.43);
}

.entry h3 {
  margin-top: 0;
  margin-bottom: 20px;
}

#sign_up_social_div {
  margin-top: 20px;
}

#sign_up_social_div #submit {
  margin-top: 20px;
}

#standard_entry {
  margin-bottom: 20px;
}

#social_entry_text {
  margin-top: 20px;
}

.social_btn {
  display: inline-block;
  width: 48%;
  text-align: center;
  height: 40px;
  color: white !important;
  font-size: .9em;
  font-weight: 300;
}

.google_btn {
  background: #4285F4 url(../images/google/btn_google_dark_normal_ios.png) no-repeat 1px 1px;
  background-size: 36px;
  font-family: Roboto, sans-serif;
  padding: 10px 5px 10px 30px;
  margin-bottom: 10px;
  border: 1px solid #4285F4;
}

.vk_btn {
  background: #4d75a2 url(../images/vk/vk_logo.png) no-repeat 1px 1px;
  background-size: 36px;
  padding: 10px 5px 10px 30px;
  border: 1px solid #4d75a2;
  font-weight: 400;
  margin-right: 5px;
  margin-bottom: 10px;
}

.ok_btn {
  background: white url(../images/ok/ok.png) no-repeat 1px 1px;
  background-size: 36px;
  padding: 10px 5px 10px 30px;
  color: #555555 !important;
  border: 1px solid #555555;
  font-weight: 400;
  margin-right: 5px;
  margin-bottom: 10px;
}

.yandex_btn {
  background: white url(../images/yandex/yandex_logo.png) no-repeat 2px 2px;
  background-size: 36px;
  padding: 10px 5px 10px 30px;
  color: #555555 !important;
  border: 1px solid #555555;
  font-weight: 400;
  margin-bottom: 10px;
}

.fb_btn {
  background: #4267B2 url(../images/fb/FB-f-Logo__white_29.png) no-repeat 9px 9px;
  background-size: 20px;
  padding: 10px 5px 10px 30px;
  margin-right: 5px;
  margin-bottom: 10px;
  border: 1px solid #4267B2;
}

.sign_up_btn {
  display: inline-block;
  margin-top: 10px;
}

.fb_btn:hover {
  background-color: #395999;
}

/* RECAPTCHA */
#recaptcha_update_contact, #recaptcha_add_contact, #recaptcha_delete_contact,
#recaptcha_update_password, #recaptcha_login, .custom_recaptcha {
  clear: both;
  min-height: 83px;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
}

#recaptcha > div {
  margin: 5px auto 15px auto;
}

#recaptcha_update_contact > div, #recaptcha_add_contact > div, #recaptcha_delete_contact > div, #recaptcha_login > div,
.custom_recaptcha > div, #recaptcha_update_password > div {
  clear: both;
  margin: 5px auto -5px;
}

.custom_recaptcha > div {
  border: 1px solid #d3d3d3;
  border-radius: 3px;
}

.custom_recaptcha.disabled:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100000;
  background-color: rgba(204, 204, 204, 0.26);
  cursor: not-allowed;
}

#recaptcha_delete_contact > div {
  border: 1px solid #d3d3d3;
  border-radius: 3px;
}

/* ERRORS */
#modal_errors {
  position: absolute;
  width: 32%;
  left: 34%;
  top: 40px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  z-index: 500;
}

ul#error_list {
  list-style-type: circle;
}

ul#error_list li {
  margin-bottom: 10px;
  margin-left: 10px;
}

/* LOGIN */
.faq_container {
  color: #222222;
  padding: 0 15px 15px 10px;
}

#login_div {
  margin-top: 5px;
  margin-bottom: 70px;
}

#submit, .mobile-login-btn {
  background-color: #555555;
  color: white;
}

#login_div #submit:hover {
  background-color: #979797;
}

button.mobile-login-btn:hover, button.mobile-login-btn:focus, button.mobile-login-btn:visited {
  background-color: #6b6b6b;
  color: white !important;
}

#js_errors_empty, #js_errors_length {
  display: none;
}

/* FAQ */
#faq_container {
  margin-top: 30px;
}

.faq_panel_title a {
  display: inline-block;
  width: 100%;
  color: #555555;
}

#faq_container .panel-heading a.red {
  color: #d80000;
}

#faq_container .panel-collapse .panel-body p {
  font-size: 14px !important;
}

#delete_container {
  margin-top: 30px;
}

#delete_container > button {
  color: black;
  background-color: transparent;
}

.compact_form .form-group {
  margin-bottom: 5px;
}

.compact_form label {
  margin-bottom: 2px;
}

.note {
  font-size: .8em;
  color: red;
}

/* MODALS */

/* modal add contact */

#modal_add_contact {
  margin-top: 50px;
}

#modal_add_contact .modal-dialog, #modal_update_user_contact .modal-dialog, #modal_delete_user_contact .modal-dialog,
#change_password_modal .modal-dialog, .modal_captcha {
  width: 335px;
}

.contacts_table {
  width: 100%;
}

#modal_message {
  text-align: center;
  padding: 5px;
  font-size: 1.2em;
  margin-top: -10px;
}

i.result {
  margin-left: 20px;
}

/* DOCUMENTS SIDEBAR TOOLS */

#sidebar_tools {
  margin-bottom: 10px;
}

@media (min-width: 692px) {
  #sidebar_tools {
    margin-bottom: 0!important;
  }
}

#documents_header {
  color: #079ec3 !important;
}

#sidebar_nav .panel-heading {
  padding: 8px 5px 8px 10px;
  background-color: white;
  border: 1px solid #079ec3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#sidebar_nav .panel {
  border: none;
}

#collapseDocs {
  border: 1px solid #079ec3;
  border-top-width: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

#sidebar_nav, #doc_div {
  padding-right: 5px;
  padding-left: 5px;
}

#sidebar_nav.docs a {
  color: #222222;
}

#sidebar_nav.docs a:hover {
  color: #555555;
}

.panel-title.documents {
  font-family: SegoeUISemiBold, Verdana, Helvetica, sans-serif;
  width: 75%;
  display: inline-block;
}

.docs_info_dropdown {
  display: inline-block;
  /*width:10%;*/
  text-align: right;
  /*padding-top: 7px;*/
  /*float: right;*/
}

.docs_info.tooltips {
  padding-top: 12px;
}

.upload_doc.pull-right, .trigger_storage.pull-right {
  padding-top: 7px !important;
}

@media (min-width: 401px) and (max-width: 450px) {
  .docs_info.tooltips {
    padding-top: 9px !important;
  }

  .upload_doc.pull-right, .trigger_storage.pull-right {
    padding-top: 6px !important;
  }
}

@media (max-width: 400px) {
  .docs_info.tooltips {
    padding-top: 9px !important;
  }

  .upload_doc.pull-right, .trigger_storage.pull-right {
    padding-top: 6px !important;
  }
}

#sidebar_nav .panel-heading img {
  width: 25px;
  margin-top: -8px;
}

#sidebar_nav .panel-heading img:hover {
  opacity: .7;
}

/* USER DOCS */

/* MODAL IMAGE */
#modal_image {
  margin-top: 50px;
}

#close_large_image {
  display: inherit;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50000;
  text-align: center;
  background-color: #22313F;
  border-bottom: 1px solid #22313F;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  color: white;
}

#close_large_image p {
  padding: 20px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
}

#close_large_image:hover {
  cursor: pointer;
  background-color: #354c63;
}

#modal_image .modal-content {
  background-color: transparent;
  padding: 0;
}

#modal_image .modal-body {
  padding: 0;
}

#modal_image .close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -12px;
  top: -12px;
  color: grey;
  background-color: #dddddd;
  border: 1px solid grey;
  z-index: 100000;
  opacity: 1;
  border-radius: 50%;
  padding: 5px 5px 10px 5px;
  line-height: 12px;
}

#modal_image .close:hover {
  background-color: #c5c5c5;

}

#file_container {
  width: 100%;
  overflow: hidden;
  padding: 5px;
}

#file_container > img {
  opacity: 0;
}

#file_container .item img {
  opacity: 0;
}

#file_container img, #file_container .carousel-inner {
  box-shadow: 0 0 5px rgba(82, 82, 82, 0.6);
}

#file_container img:hover, #file_container .carousel-inner:hover {
  cursor: zoom-in;
  opacity: .95;
  box-shadow: 0 0 7px rgba(0, 0, 0, .8);
}

#headingTwo .panel-title a {
  display: inline-block;
  width: 90%;
}

.one_doc_table {
  width: 100%;
  text-align: left;
}

.one_doc_table td {
  padding: 2px;
  font-weight: 300;
}

.one_doc_table .exam_date {
  width: 65px;
}

.one_doc_table .doc_title {
  padding-left: 0;
}

.one_doc_table .delete_doc {
  text-align: center;
}

.docs_info {
  font-size: 18px;
}

.docs_info:hover {
  color: #a1a1a1;
  cursor: pointer;
}

.one_category_link {
  display: inline-block;
  width: 86%;
  color: #0796b9 !important;
  font-weight: bold;
}

/* DOC SETTINGS */
#doc_settings {
  padding: 6px 5px;
  border: 1px solid #0796b9;
  border-radius: 5px;
  background-color: white;
  margin-bottom: 10px;
  text-align: center;
}

#doc_settings.makeFix {
  position: fixed;
  z-index: 49999;
  top: 32px;
}

#doc_settings .centered_items {
  display: inline-block;
  width: 73%;
  text-align: center;
}

#doc_settings img:focus, #doc_settings img:active, #doc_settings:visited {
  outline: none
}

#doc_settings img {
  width: 25px;
  margin: 4px 10px;
}

#doc_settings img:hover {
  opacity: .7;
}

.change_type span {
  width: 25px;
  height: 25px;
  margin: 4px 10px;
  font-size: 25px;
  vertical-align: middle;
  color: #079ec3;
}

.green-bg {
  background-color: #319A63;
  color: white;
}

#doc_info_container {
  margin-top: 5px;
  width: 100%;
  background-color: rgba(8, 173, 214, 0.16);
  overflow: hidden;
  display: none;
  padding: 5px 2px;
}

#doc_info {
  width: 88%;
  color: #222222;
  clear: left;
  text-align: left;
  font-size: 14.275px;
  font-weight: 300;
}

#doc_info:hover {
  cursor: help;
}

#page_of_pages {
  width: 12%;
  clear: right;
  text-align: center;
  font-weight: bold;
}

#doc_settings a {
  color: #222222;
}

#doc_settings i:hover, #doc_settings .glyphicon:hover {
  color: #079ec3;
  cursor: pointer;
}

.fa-spin {
  font-size: 30px;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  color: #08add6;
}

.three_colums_wrapper {
  font-size: 11px;
  border-bottom: 1px solid rgba(8, 170, 210, 0.35);
  margin-left: 0;
  margin-right: 0;
  padding: 5px;
}

.one_column_wrapper {
  font-size: 11px;
  border-bottom: 1px solid rgba(8, 170, 210, 0.35);
  margin-left: 0;
  margin-right: 0;
  padding: 5px;
  text-align: left;
}

/* UPLOAD FILE */
#ui-datepicker-div {
  z-index: 51000 !important;
}

#modal_upload_doc .modal-body {
  margin-left: 25px;
  margin-right: 25px;
}

#modal_upload_doc .modal-footer {
  padding: 15px 0 0 0;
}

.progress_bar_text {
  display: inline-block;
  width: 100%;
  color: #00b700;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 0;
  transition: all .5s ease;
}

.upload_step {
  display: inline-block;
  position: absolute;
  left: -15px;
  color: #50c1e9;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #49b0d4;
  font-size: .9em;
  line-height: 14px;
  font-weight: 700;
}

.progress-bar {
  background-color: #50c1e9;
}

.upload_step.second_step {
  line-height: 4px;
}

#pseudo_upload {
  overflow: hidden;
}

#pseudo_upload:hover {
  background-color: #eaeaea;
  cursor: pointer;
}

.dark_button {
  background-color: #555555;
  color: white;
}

.dark_button:hover {
  background-color: #707070;
  color: white;
}

#uploaded_file_name {
  text-align: center;
}

#doc_titles_switch {
  margin-bottom: 0;
  font-weight: 700;
}

#doc_titles_switch span {
  display: inline-block;
  padding: 5px 0;
}

#doc_titles_switch .fa-check-circle-o {
  color: #278042;
}

#doc_titles_switch i {
  font-size: 1.25em;
}

#nonstandard_titles:hover, #standard_titles:hover {
  cursor: pointer;
  opacity: .8;
}

#doc_titles_switch > span {
  margin-right: 10px;
}

/* SEND FILE */
#file_info {
  margin-top: 10px;
  margin-bottom: 0;
  word-break: break-all;
  font-size: 12px;
  min-height: 30px;
}

#file_info span {
  display: block;
}

/* PDF */

.embedded {
  width: 100%;
  height: 500px;
  max-height: 700px;
}

/* User SHOW info */
.sidebar_categories {
  margin-bottom: 0;
}

ul.sidebar_categories > li {
  margin-bottom: 3px;
  padding: 5px;
  border: 1px solid rgba(8, 173, 214, 0.34);
  background-color: white;
}

.sidebar_categories img {
  width: 20px;
  vertical-align: middle;
  margin-top: -5px;
}

.sidebar_categories img:hover {
  opacity: .7;
}

ul.doc_titles {
  padding: 2px;
  font-size: .9em;
  background-color: white;
}

ul.doc_titles a {
  display: inline-block;
  width: 100%;
  padding: 3px;
  color: #333333;
}

a.show_user_doc:focus, a.show_user_doc:active, a.show_user_doc:visited, a.show_user_doc {
  text-decoration: none !important;
}

.show_user_doc.active_doc {
  background-color: rgba(8, 173, 214, 0.16);
}

.show_user_doc.active_doc:hover {
  background-color: rgba(8, 173, 214, 0.24);
}

#pdf_file {
  height: 780px;
}

/* USER PROFILE */
#user_profile {
  margin-top: 20px;
}

.profile_block_div {
  padding-left: 3px;
  padding-right: 3px;
}

.profile_block_div h4 {
  color: #079ec3;
  font-weight: bold;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 0;
  border-bottom: 1px solid #079ec3;
  padding-bottom: 10px;
  padding-left: 5px;
  margin-left: -5px;
  margin-right: -5px;
  padding-right: 5px;
}

.profile_block {
  padding: 5px;
  margin-bottom: 30px;
  border: 1px solid #0796b9;
  border-radius: 5px;
}

.profile_block h4 a {
  margin-right: 10px;
  margin-top: -2px;
}

.profile_block .table > tbody > tr:first-of-type > td {
  border-top: none;
}

.profile_block .table {
  margin-bottom: 0;
}

.profile_block img:first-of-type {
  width: 20px;
}

#account_global a {
  color: #6e6e6e;
  display: inline-block;
  width: 100%;
}

#account_global td.checkbox input {
  position: absolute;
  right: 12px;
  top: -1px;
}

#account_global td.checkbox img {
  position: absolute;
  right: 8px;
  top: -1px;
}

/* user profile:default_language */
.default_language {
  padding: 10px;
}

.default_language .flag-icon {
  box-shadow: 0 0 3px rgba(0, 0, 0, .8);
  display: inline-block;
}

.current_lang {
  color: #333333;
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
}

/* user profile: passport data */
.profile_alert.alert.alert-danger {
  padding: 5px 10px;
  margin-top: -5px;
  margin-bottom: 10px !important;
}

.pac-container {
  z-index: 2000;
}

#change_personal_data_link img {
  width: 20px;
}

#change_personal_data_link img:hover {
  cursor: pointer;
  opacity: .7;
}

#change_personal_data_link img:hover, #agreement_container img:hover {
  opacity: .7;
  cursor: pointer;
}

#agreement_container {
  margin-top: 10px;
  border-radius: 3px;
  border: 1px solid transparent;
}

#agreement_container img {
  width: 15px;
  display: inline-block;
  margin-left: 5px;
}

#user_data_table td:first-of-type {
  width: 40%;
  font-weight: bold;
}

a.custom_button {
  background-color: #e3e3e3;
  padding-top: 3px;
  padding-bottom: 3px;
  color: black;
}

.modal#change_personal_data .modal-content {
  width: 400px;
  margin: 0 auto;
}

.modal#change_personal_data .modal-header {
  padding: 5px 15px;
}

#modal_errors .close_modal {
  color: black !important;
  display: inline-block;
  margin-top: 10px;
}

#modal_success {
  width: 50%;
  margin: 10px auto;
}

#change_personal_data_form input {
  padding: 2px 5px;
}

.user_docs .panel-body {
  padding: 5px;
}

#agreement_checkbox {
  background-color: #f5f5f5;
  padding: 5px 10px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  font-size: 12px;
  line-height: 14px;
}

#agreement_container.has-error {
  border: 1px solid #a94442;
}

#agreement_container.has-success {
  border: 1px solid #3c763d;
}

#agreement_container .checkbox {
  margin-top: 5px;
  margin-bottom: 5px;
}

#agreement_container .tooltip {
  text-align: left !important;
  padding: 10px !important;
}

.form_info {
  font-size: 12px;
  line-height: 16px !important;
  color: #555555;
  padding: 10px;
}

.form_info p {
  margin-bottom: 5px;
}

.form_info.signup {
  font-size: 12px;
  color: #555555;
  padding: 7px;
  margin-bottom: 5px;
  margin-top: -5px;
}

.form_info.signup p {
  margin-bottom: 1px;
}

/* user profile:contacts */
#user_contacts h4 img {
  width: 20px;
}

#user_contacts_table img {
  width: 20px;
}

#user_contacts_table td {
  vertical-align: middle;
}

#user_contacts_table img:hover, #user_contacts h4 img:hover {
  opacity: .7;
}

#user_contacts_table td:first-child {
  width: 90px;
  font-weight: bold;
}

.verified {
  color: #278042;
}

.not_verified {
  color: firebrick;
}

.main_contact {
  display: inline-block;
  margin-left: 5px;
  color: firebrick;;
}

.contact_value {
  /*word-break: break-all;*/
}

#what_verify {
  padding: 5px;
  margin-bottom: 5px;
}

/* user profile:address */
#change_address_modal .modal-dialog {
  width: 450px;
}

/* user profile:verification */
.code_link {
  display: inline-block;
  text-align: center;
  width: 100%;
  color: grey !important;
  margin-top: 10px;
}

/* user profile:passwords */
#user_passwords_table img, #user_passwords_table .fa {
  width: 20px;
  color: #079ec3;
  font-size: 22px;
}

#update_password_div .form_info, #change_login_form .form_info {
  margin-bottom: 5px;
  padding: 5px;
}

#user_passwords_table img:hover, #user_passwords_table .fa:hover {
  opacity: .7;
  cursor: pointer;
}

#user_passwords_table td {
  vertical-align: middle;
}

/* user profile:logins */
#user_logins_table img {
  width: 20px;
}

#user_logins_table img:hover {
  opacity: .7;
}

#user_logins_table td {
  vertical-align: middle;
}

/* user profile:delete account */
#account_global td {
  vertical-align: middle;
}

.delete_account_div {
  width: 305px;
  margin: 10px auto;
}

/* AGREEMENT */
#agreement_form {
  margin-top: 30px;
}

#agreement_form div {
  margin-bottom: 20px;
}

#agreement_text {
  height: 400px;
  padding: 0 15px 15px 15px;
  overflow: scroll;
}

#agreement_text > h3 {
  margin-top: 0;
  margin-bottom: 20px;
}

#agreement_text > h4 {
  font-weight: bold;
}

#agreement_text p strong {
  font-weight: bold;
  font-size: 1.1em;
}

#agreement_text ul li {
  list-style-type: disc;
  margin-left: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.agree_to_store {
  display: block;
  width: 50%;
  margin: 0 auto 20px;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #4cae4c;
  background-color: #5cb85c;
  color: white !important;
}

.agree_to_store:hover {
  background-color: #56ac56;
}

.agreement_label {
  color: red;
}

.agreement_label a {
  text-decoration: underline;
}

#agreement_checkbox {
  margin-bottom: 0;
}

#agreement_checkbox.error_border {
  border-color: red;
}

#agreement_checkbox.registration {
  line-height: 18px;
  margin-bottom: 15px;
}

#agreement_tip_reg {
  position: absolute;
  display: block;
  width: 45px;
  height: 25px;
  padding: 5px 15px;
  left: 85px;
  top: 16px;
}

#registration_form .help-block.text-danger,
#reset_password_form .help-block.text-danger,
#remind_password .help-block.text-danger {
  color: #a94442;
}

#storage_checkbox .popover-content {
  background-color: #f5f5ce;
  color: black;
  opacity: 1;
  border: 1px solid #e8e8c3;
}

#storage_checkbox .popover {
  margin-top: -20px;
}

.popover .arrow {
  display: none;
}

#agreement_tip_reg:hover {
  cursor: pointer;
}

#agreement_checkbox.registration .tooltip-inner {
  background-color: #f5f5ce;
  color: black;
  opacity: 1;
  border: 1px solid #e8e8c3;
  text-align: left;
}

.store_btns {
  margin-top: 20px;
}


  /* AGREEMENTS */
#storage_reminder {
  display: none;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 50px;
  z-index: 3000;
  background-color: rgb(255, 249, 206);
  border: 2px solid rgb(244, 238, 197);
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .6);
}

#storage_reminder .buttons_container {
  text-align: center;
}

#storage_reminder .buttons_container a {
  display: inline-block;
  margin: 5px 10px;
  font-size: 1.1em;
}

#storage_reminder .buttons_container a.agree {
  color: #398062;
}

.btn.add_email_to_storage {
  margin-bottom: 20px;
}

/* UNSUBSCRIBE */

#unsubscribe {
  margin-top: 50px;
  margin-bottom: 50px;
}

#unsubscribe_text .btn-success {
  margin-bottom: 20px;
}

#unsubscribe h4 {
  margin-top: 10px;
  font-weight: bold;
  font-size: 20px;
  color: #08add6;
}

#unsubscribe_delete_account_form {
  background-color: #ebebeb;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  padding: 15px;
  margin-top: 20px;
}

#unsubscribe_delete_account_form .cancel_unsubscribe {
  margin-bottom: 10px;
  margin-top: 30px;

}

/* Agreement page */
#agreement_div {
  line-height: 20px;
}

#agreement_div ul {
  list-style: disc;
  margin-left: 30px;

}

#agreement_div ul li {
  padding: 5px 0;
}

#agreement_div strong, h4 {
  font-weight: bold;
}

#agreement_div h4 {
  margin-top: 20px;
}

/* TIPS */
#tip_wrapper {
  border: 1px solid #0796b9;
  border-radius: 5px;
  background-color: white;
  margin-bottom: 10px;
  margin-left: -5px;
  margin-right: -15px;
  padding: 6px 5px;
}

@media (max-width: 991px) {
  #tips_slider_desktop #tip_wrapper {
    display: none;
  }
}

#tips_slider_mobile #tip_wrapper {
  margin-top: 10px;
}

@media(min-width: 992px) {
  #tips_slider_mobile #tip_wrapper {
    display: none;

  }
}

#tip_intro {
  padding: 5px 5px 11px;
  font-size: 1.1em;
  font-weight: bold;
  color: #079ec3 !important;
  text-align: center;
}

#tips {
  background-color: #f5f5ce;
  padding-left: 0;
  padding-right: 0;
}

#tips p {
  margin-bottom: 0;
}

#tips_div {
  text-align: center;
  padding: 5px 0;
}

#tips_div .faq_link {
  text-decoration: underline;
  color: #079ec3;
  font-size: 14.275px;
}

.faq_link_icon {
  width: 15px;
  margin-left: 5px;
}

#to_left {
  text-align: left;
  padding: 5px 0 5px 5px;
}

#to_right {
  text-align: right;
  padding: 5px 5px 5px 0;
}

/* ABOUT PAGE */
#about_page_wrapper hr {
  border-top: 1px solid #313131;
}

#about_page_wrapper .about_accent {
  font-style: italic;
  color: #2c799d;
  font-size: 15px;
}

#about_page_wrapper {
  font-size: 18px;
  color: #313131;
}

#about_page_wrapper h1 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #1D9A3E;
  margin-bottom: 20px;
}

#about_page_wrapper .block {
  margin-bottom: 30px;
}

#about_page_wrapper .block h3 {
  color: #C2020A;
  font-size: 18px;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 10px;
  margin-bottom: 10px;
  margin-top: 25px;
  border-bottom: 1px solid #313131;
  border-top: 1px solid #313131;
}

.about_red {
  color: #C2020A !important;
}

#about_page_wrapper .block ul > li {
  margin-left: 30px;
  list-style-type: disc;
  margin-bottom: 15px;
}

#about_page_wrapper .block ol {
  margin-top: 20px;
}

#about_page_wrapper .block ol > li {
  margin-left: 30px;
  list-style-type: decimal;
  margin-bottom: 15px;
}

#about_page_wrapper .block img {
  box-shadow: 0 0 10px rgba(0, 0, 0, .7);
  text-align: center;
  margin: 30px auto;
}

#form_contact_us_login .dropdown-menu li .text-muted {
  padding-left: 20px;
}

#form_contact_us_login .bootstrap-select.btn-group .dropdown-menu li.active small.text-muted {
  color: #777;
}

.navbar-nav > li > .dropdown-menu.user_accounts {
  min-width: 305px;
}

/* PAYMENTS AND SERVICES */

.payments_services_wrapper {
  clear: both;
}

#payments_wrapper .toolbar {
  display: flex;
  margin: 10px auto 10px;
  align-items: center;
  justify-content: center;
}

#payments_wrapper .toolbar > div {
  margin-right: 10px;
}

#payments_wrapper .dates_filter label {
  margin-bottom: 0;
}

.overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .3);
  z-index: 9999999;
  text-align: center;
}

.overlay span {
  font-size: 100px;
  margin-top: 200px;
}

.control_buttons {
  position: relative;
}

.control_buttons img {
  width: 25px;
  height: 25px;
  margin-left: 5px;
  margin-right: 5px;
}

#payments_wrapper .panel-group {
  margin-bottom: 0;
}

.received_services_container .item_row, .future_subitems_container .item_row {
  display: flex;
  align-items: center;
}

.received_services_container .item_row:not(:nth-last-child(2)),
.future_subitems_container .item_row:not(:nth-last-child(2)) {
  border-bottom: 1px solid #eaeaea;
}

.received_services_container .item_row > div, .future_subitems_container .item_row > div {
  padding: 5px;
}

.second_level {
  padding-left: 10px;
}

.item_row_container {
  margin-left: 30px;
}

.future_subitems_container .item_row_container {
  margin-left: 10px;
}

.received_services_container .item_row .sort, .future_subitems_container .item_row .sort {
  width: 30px;
}

.received_services_container .item_row .service_name, .future_subitems_container .item_row .service_name {
  width: 90%;
}

.received_services_container .item_row .service_price, .future_subitems_container .item_row .service_price {
  width: 100px;
  text-align: center;
}

.future_subitems_container .item_row .service_price button {
  padding: 3px 10px;
  font-size: 12px;
  line-height: 14px;
}

.received_services_container .additional_info, .future_subitems_container .additional_info {
  background-color: rgba(238, 238, 238, 0.85);
  padding-top: 5px;
  padding-bottom: 5px;
}

.received_services_container .additional_info ul, .future_subitems_container .additional_info ul {
  margin-left: 5px;
  margin-bottom: 0;
  list-style: none;
}

.received_services_container .additional_info ul > li > span, .future_subitems_container .additional_info ul > li > span {
  display: inline-block;
  width: 160px;
}

.received_services_container, .future_subitems_container, .future_services_container, .patient_payments_container,
.balance_table_container {
  padding: 5px;
}

.subitems_container {
  padding: 5px;
}

.subitems_container .panel {
  border: none;
  border-bottom: 1px solid #ececec;
}

.subitems_container .panel-default > .panel-heading {
  background-color: white;
}

.subitems_container .panel-title a {
  display: inline-block;
  color: black !important;
  width: 100%;
  font-size: 14px;
}

.received_services_container .panel-title a, #future_services_container .panel-title a, #balance_container .panel-title a {
  display: inline-block;
  color: black !important;
  font-weight: normal;
}

.balance_table_container .numbers {
  text-align: right;
}

.balance_table_container .payment_day {
  width: 60px;
}

.balance_table_container th:not(:first-child) {
  text-align: right;
}

#selection_form {
  position: absolute;
  top: 30px;
  left: 0;
}

@media (max-width: 885px) {
  #payments_wrapper .toolbar {
    display: block;
    clear: both;
  }

  #payments_wrapper .toolbar > div {
    float: left;
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1055px) {
  #payments_wrapper .toolbar {
    display: block;
    clear: both;
  }

  #payments_wrapper .toolbar > div {
    float: left;
    margin-bottom: 10px;
  }
}

@media (max-width: 500px) {
  #payments_wrapper > div:first-of-type {
    padding-left: 5px;
    padding-right: 5px;
  }

  .balance_table_container {
    font-size: 11px;
  }
}

.select-account {
  text-align: center;
}

.account-link {
  display: block;
  margin-bottom: 20px;
}

.variable-name-mobile {
  color: #098aae;
  font-size: 12px;
}

.variable-result-mobile {
  font-size: 12px;
}

.variable-comments-mobile {
  font-size: 10px;
}

.variable-name.white-color {
  color: white;
}

.white-color {
  color: white;
}


/* BANNERS */
#top_banner {
  position: fixed;
  bottom:0;
  left:0;
  right:0;
  z-index: 1000000;
  display: flex;
  /* justify-self: center; */
  justify-content: center;
  align-items: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  /*margin-bottom: 10px;*/
}

#right_banners {
  position: relative;
}

.banner img {
  text-align: center;
  margin: 20px 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
  border-radius: 5px;
  max-width: 100%;
}

#sidebar_banner {
  position: relative;
}

#sidebar_banner a {
  /*width: 100%;*/
  text-align: center;
}

#sidebar_banner > a > img, #top_banner > a > img {
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
  border-radius: 5px;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
}

#top_banner > a > img {
  border-radius: 0;
}

#sidebar_banner > a > img {
  max-width: 300px;
}

#top_banner > a > img {
  max-width: 600px;
}

#top_banner > a > img {
  margin-bottom: 0;
}

#sidebar_banner .iconsWrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  /*max-width: 300px;*/
}

#top_banner .iconsWrapper {
  position: absolute;
  /*left: 0;*/
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-self: center;
  max-width: 600px;
  margin: 0 auto;
  height: 100%;
}

#top_banner .iconsWrapper a {
  text-align: center;
}

@media (min-width: 992px) {
  .iconsWrapper img {
    margin:0 10px 5px 10px;
    width: 100px;
  }
}


@media (max-width: 991px) {
  .iconsWrapper img {
    margin:5px 10px 5px 10px;
    width: 80px;
  }
}


@media (min-width: 601px) and (max-width: 991px) {
  #top_banner .iconsWrapper {
    /*right: 100vw - 600;*/
  }
}


@media (max-width: 991px) {
  #sidebar_banner {
    display: none!important;
  }
}

@media (min-width: 992px) {
  #top_banner {
    display: none!important;
  }
}

.medical_provider_button {
  background: white;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 5px;
  border: 1px solid #0796b9;
  margin: 5px 10px 5px;
  color: #0796b9!important;
  min-width: 120px;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-out;
}

#zapis_banner .dropdown-toggle {
  border-color: #0796b9;
  color: #0796b9;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  margin-left: 5px;
  margin-right: 5px;
}

.zapis_menu {
  display: none;
}

@media (max-width: 691px) {
  .zapis_menu {
    margin-top: 10px;
    display: block;
    padding: 0 5px;
  }

  .zapis_menu a {
    font-weight: bold!important;
    font-size: 1.3em!important;
    width: 100%;
    background: white;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #0796b9;
    /*margin: 5px;*/
    color: #0796b9!important;
    /*min-width: 120px;*/
    text-align: center;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-out;
  }

  #zapis_banner {
    margin-top:20px;

  }

  #clinics_selectpicker {
    justify-content: flex-start!important;
  }

  #zapis_banner .dropdown-menu.open {
    max-width: 95vw;
  }
}
.medical_provider_button:hover {
  background: #0796b9;
  color: white!important;
}

.medical_provider_button.active {
  background: #0796b9;
  color: white!important;
}

#ezapis_iframe {
  width: 100%;
  min-height: 100vh;
}