html {
  font-size: 14px;
  overflow-y: scroll;
  overflow-x: auto;
}
body {
  font-family: "Roboto",'Oxygen', Arial, Helvetica, sans-serif;
  font-size: 12.9px; /*1rem;*/
  text-align: left;
  color: #555;
}

.panel-body {
  padding: 20px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.5384616;
  color: inherit;
}
h2{
  margin-top: 5px;
}


.ui-datepicker .ui-datepicker-title select.ui-datepicker-month, .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  border: 1px solid #eee;
  line-height: 1.2;
}

.daterangepicker select {
  display: inline-block;
  line-height: 1.5;
  padding-left:3px;
}

button {
  display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 1.5384616;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
button:hover {
  background-color: #c1c1c1;
}

/* Bootstrap 5 */
.panel[class*=bg-] .text-muted, .panel[class*=bg-] .help-block, .panel[class*=bg-] .help-inline {
  color: rgba(255, 255, 255, 0.8) !important;
}
a, a:hover {
  text-decoration: none;
}
.panel-heading {
  padding: 15px 20px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.my-icon {
  padding:10px;
}
.sr-only {
  display:none;
}
.navbar-header {
    width: 100%;
}
.input-group-addon > i {
    position: absolute;
    margin-top: 8px;
    margin-left: 5px;
    right: 10px;
}



.daterangepicker-inputs{
  display:none;
}
.daterangepicker.opensright .calendars {
  float: left;
}
.daterangepicker .ranges, .daterangepicker .calendar {
  float: right;
}

.ranges {
  display:block !important;
}
.panel {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.thumb:hover .caption-zoom {
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

.my_ul {
  list-style: none;
  padding: 0;
}
.my_li {
  padding-left: 1.3em;
}
.my_li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  margin-top:.2em;
  width: 1.6em; /* same as padding-left set on li */
  height: 1.6em; /* same as padding-left set on li */
  background-color: lightseagreen;
  padding-left: 4px;
  border-radius:50%;
  color: white;

}

.thumb:hover > .caption-overflow {
  background-color: rgba(0, 0, 0, 0.1);
  visibility: visible;
}

.process_gif {
  max-width: 80%;
  max-height: 30px;
}


@media (min-width: 769px){
  #navbar-main > a > i {
    padding-top: 13px;
    padding-bottom: 13px;
    color: #fff;
  }


  .navigation > li > a {
    font-weight: 400;
  }
}

@media (max-width: 580px){
  .dataTables_length{
    display:none !important;
  }
}

@media (min-width: 1160px){
  .sidebar-main {
    width:20%;
  }
}

@media (min-width: 1360px){
  .sidebar-main {
    width:15%;
  }
}

.navigation > li.active > a, .navigation > li.active > a:hover, .navigation > li.active > a:focus {
  background-color: #03A9F4;
}

.ui-dialog-titlebar-close {
  visibility: hidden;
}

.navigation > li > ul li.active > a, .navigation > li > ul li.active > a:hover, .navigation > li > ul li.active > a:focus {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.navigation li a:hover, .navigation li a:focus {
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
}

.data-table {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.datatable {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.dataTables_wrapper {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.select2, .panel-heading{
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.info-icon{
  width: 27px;
  height: 27px;
  display: inline-block;
  background-color: #455A64;
  border-color: #357ebd;
  font-family: 'FontAwesome', Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 26px;
  text-align: center;
  color: #fff;
  margin-top: 3px;
  margin-bottom: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 16px;
}
.info-tick{
  width: 28px;
  height: 27px;
  background: #00cc00;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  margin-bottom:10px;
}
.info-cross{
  width: 28px;
  height: 27px;
  background: #cc0000;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
.info-tick:before{
  font-size: 1.55rem;
  line-height: 27px;
  color: #fff;
  background: #00cc00;
  content: "\f00c"; /*"\f058";*/
}
.info-tick-hover:before{
  font-size: 1.55rem;
  line-height: 27px;
  color: #fff;
  background: #00cc00;
  content: "\f00c"; /*"\f058";*/
}
.info-tick-hover:hover{
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
.info-cross:before{
  font-size: 1.55rem;
  line-height: 27px;
  color: #fff;
  content: "\f00d";
}
.info-cross-hover:before{
  font-size: 1.55rem;
  line-height: 27px;
  color: #fff;
  content: "\f00d";
}
.info-cross-hover:hover{
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}

#go_to_top {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 5px; /* Place the button at the bottom of the page */
  right: 90px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #673AB7; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px; /* Some padding */
  border-radius: 7px; /* Rounded corners */
}

#go_to_top:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}


/*putting this here because IE9 doesn't pick it up otherwise*/
.img-sm {
  width: 36px!important;
  height: 36px!important;
}

.login-container .page-container .login-form, .login-container .page-container .registration-form {
  margin: 0 auto 20px auto;
  width:320px;
  background-color: #fff;
}

/* General -------------------------------------------------------------------------------------- */
* {
  padding: 0;
  border: 0;
  outline: 0;
  margin: 0;
}


a {
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition:    all 0.2s ease 0s;
  -o-transition:      all 0.2s ease 0s;
  transition:         all 0.2s ease 0s;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

table {
  border-collapse: collapse;
}
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

label {
  cursor: pointer;
}

/**/
input,
button,
select {
  /*background-color: transparent;*/
  /*font-family: 'Oxygen', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: #666;*/
}
button,
select {
  cursor: pointer;
}
button {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition:    all 0.2s ease 0s;
  -o-transition:      all 0.2s ease 0s;
  transition:         all 0.2s ease 0s;
}
select {
  -webkit-appearance: none;
}

input[type=text],
input[type=number],
input[type=email],
input[type=url],
input[type=password],
input[type=date],
input[type=search],
input[type=tel] {
  -webkit-appearance: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

/* Page container ------------------------------------------------------------------------------- */
#page_container {
  width: 980px;
  padding: 40px 5px 55px 5px;
  margin: 0 auto 0 auto;
}




/* Header --------------------------------------------------------------------------------------- */
/*h1 {
  font-weight: 700;
  font-size: 2.2rem;
  color: #2196F3;
  margin: 0 0 25px 0;
}*/

button.button {
  height: 35px;
  display: inline-block;
  background-color: #999;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 0 15px 0 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius:    6px;
  border-radius:         6px;
  margin: 0 0 25px 0;
}
button.button:hover,
button.button:active {
  background-color: #333;
}

/* Datatable ------------------------------------------------------------------------------------ */

.dataTable tr td.child > ul > li {
  display: table-row;
  border-bottom: white solid 1px;
}

.dataTable thead .sorting {
  padding-left: 10px;
  text-align: left;
}
.dataTable thead .sorting:before, .dataTable thead .sorting:after, .dataTable thead .sorting_asc:after, .dataTable thead .sorting_desc:after, .dataTable thead .sorting_asc_disabled:after, .dataTable thead .sorting_desc_disabled:after {
  right:10px;
}
.dt-button {
  font-weight:400;
}
.dataTables_filter > label:after {
  margin-right: 4px;
}

.dataTables_wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
}

.dataTables_wrapper::-webkit-scrollbar:vertical {
  width: 11px;
}

.dataTables_wrapper::-webkit-scrollbar:horizontal {
  height: 11px;
}

.dataTables_wrapper::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white; /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, .5);
}

.dataTables_wrapper::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px;
}

.dataTables_wrapper {
  position: relative;
  padding: 50px 0 50px 0;
  overflow-x:auto;
  /*max-height:600px;
  overflow-y:hidden;*/
}

.dataTables_length {
  width: auto;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 110px 0 0;
}
.dataTables_length label {
  line-height: 30px;
  margin: 0;
}
.dataTables_length select {
  width: 100px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  color: #666;
  padding: 0 50px 0 10px;
  border: 1px solid #ccc;
  /*-webkit-border-radius: 6px;
  -moz-border-radius:    6px;
  border-radius:         6px;*/
  margin: 0;
}
.dataTables_length:after {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #999;
  font-family: 'FontAwesome', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 30px;
  text-align: center;
  color: #fff;
  content: '\f107';
  pointer-events: none;
  /*-webkit-border-top-right-radius:    6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright:        6px;
  -moz-border-radius-bottomright:     6px;
  border-top-right-radius:            6px;
  border-bottom-right-radius:         6px;*/
}
.dataTables_length select::-ms-expand {
  display: none;
}

.dataTables_filter {
  position: absolute;
  top: 0;
  right: 0;
}
.dataTables_filter label {
  line-height: 30px;
}
.dataTables_filter input {
  width: 200px;
  height: 30px;
  display: inline-block;
  background-color: #fff;
  line-height: 30px;
  color: #666;
  padding: 0 0 0 10px;
  border: 1px solid #ccc;
  /*-webkit-border-radius: 6px;
  -moz-border-radius:    6px;
  border-radius:         6px;*/
  margin: 0 0 0 10px;
}
.dataTables_filter input:focus {
  background-color: #ffd;
}

.dataTables_paginate {
  position: absolute;
  bottom: 0;
  left: 0;
}
.dataTables_paginate a {
  width: 30px;
  height: 30px;
  float: left;
  background-color: #999;
  font-weight: normal;
  line-height: 29px;
  text-align: center;
  color: #fff;
  /*-webkit-border-radius: 6px;
  -moz-border-radius:    6px;
  border-radius:         6px;*/
  margin: 0 10px 0 0;
}
.dataTables_paginate .paginate_button {
  webkit-border-radius: 0px;
  -moz-border-radius:    0px;
  border-radius:         0px;
}
.dataTables_paginate a.current,
.dataTables_paginate a:hover,
.dataTables_paginate a:active,
.dataTables_paginate a:focus {
  background-color: #333;
}
.dataTables_paginate a.previous,
.dataTables_paginate a.next {
  font-family: 'FontAwesome', Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  line-height: 30px;
}
.dataTables_paginate a.previous:before {
  content: '\f104';
}
.dataTables_paginate a.next:before {
  content: '\f105';
}

.dataTables_info {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 0px;
}

table.datatable {
  width: 100% !important;
  line-height: 1.3rem;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
table.datatable th,
table.datatable td {
  background-color: #fff;
  padding: 6px 8px 6px 6px;
  /*border: 1px solid #ccc;*/
}

table.datatable td {
  border-top: 1px solid #cecece;
  border-right: 1px solid #cecece;
}
table.datatable th {
  border-right: 1px solid #263137;
}

table.datatable thead th {
  background-color: #455A64;
  /*font-weight: bold;*/
  /*text-transform: uppercase;*/
  /*white-space: nowrap;*/
  text-align: center;
  color: #fff;
  padding-top: 7px;
  padding-bottom: 8px;
}
table.datatable thead th.sorting,
table.datatable thead th.sorting_desc,
table.datatable thead th.sorting_asc {
  cursor: pointer;
}
table.datatable thead th.sorting:active,
table.datatable thead th.sorting_desc:active,
table.datatable thead th.sorting_asc:active {
  background-color: #333;
}

table.datatable tbody tr:nth-child(even) td {
  background-color: #eee;
}
table.datatable tbody tr:hover th,
table.datatable tbody tr:hover td {
  background-color: #ffd;
}
table.datatable tbody tr:hover td.dataTables_empty {
  background-color: #fff;
}
table.datatable tbody td.company_name {
  width: 100%;
}
table.datatable tbody td.integer {
  text-align: right;
  white-space: nowrap;
}
table.datatable tbody td.nowrap {
  white-space: nowrap;
}

.function_buttons {
  width:100%;
  text-align: center;
}
.function_buttons .functions {
  margin-bottom:0px;
}
.function_buttons li {
  /*float: left;*/
  padding: 0 6px 0 0;
  display: inline-block;
}
.function_buttons li {
  /*float: left;*/
  padding: 0 6px 0 0;
  display: inline-block;
}

.function_buttons a,
.function_buttons a {
  width: 27px;
  height: 27px;
  display: inline-block;
  background-color: #455A64;
  border-color: #357ebd;
  font-family: 'FontAwesome', Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 26px;
  text-align: center;
  color: #fff !important;
  margin-top: 3px;
  margin-bottom: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius:    2px;
  border-radius:         2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.function_buttons .function_edit a:before,
.function_buttons .function_edit_respondent_attribute a:before,
.function_buttons .function_edit_question_code a:before,
.function_buttons .function_edit_category_group a:before,
.function_buttons .function_edit_category a:before,
.function_buttons .function_edit_report_question a:before,
.function_buttons .function_edit_question_category a:before,
.function_buttons .function_edit_report a:before,
.function_buttons .function_edit_attribute a:before,
.function_buttons .function_edit_cron a:before{
  font-size: 1.0rem;
  line-height: 27px;
  content: "\f129";
}
.function_buttons .function_remove_emails a:before{
  font-size: 1.0rem;
  line-height: 27px;
  content: "\f235";
}
.function_buttons .function_remove_names a:before{
  font-size: 1.0rem;
  line-height: 27px;
  content: "\f127";
}
.function_buttons .function_delete_participant a:before,
.function_buttons .function_delete_respondent a:before{
  font-size: 1.0rem;
  line-height: 27px;
  content: "\f235";
}
.function_buttons .function_access a:before{
  font-size: 1.0rem;
  line-height: 27px;
  content: "\f09c";
}
.function_buttons .function_download a:before{
  font-size: 1.0rem;
  line-height: 27px;
  content: "\f019";
}
.function_buttons .function_mark_complete a:before,
.function_buttons .function_mark_complete_noms a:before,
.function_buttons .function_reactivate a:before{
  font-size: 1.0rem;
  line-height: 27px;
  content: "\f00c";
}
.function_buttons .function_edit_nominations a:before,
.function_buttons .function_edit_survey a:before,
.function_buttons .function_edit_raters a:before{
  font-size: 1.0rem;
  line-height: 27px;
  content: "\f040";
}
.function_buttons .function_copy_framework a:before,
.function_buttons .function_copy_survey_url a:before{
  font-size: 1.0rem;
  line-height: 27px;
  content: "\f0c5";
}
.function_buttons .function_cancel a:before,
.function_buttons .function_delete a:before,
.function_buttons .function_delete_report a:before,
.function_buttons .function_delete_question_code a:before,
.function_buttons .function_delete_respondent_attribute a:before,
.function_buttons .function_delete_framework a:before,
.function_buttons .function_delete_cron a:before,
.function_buttons .function_delete_category_group a:before,
.function_buttons .function_delete_category a:before,
.function_buttons .function_delete_question_category a:before,
.function_buttons .function_delete_attribute a:before,
.function_buttons .function_delete_report_question a:before{
  font-size: 1.0rem;
  line-height: 27px;
  content: "\f00d";
}
.function_buttons .function_reinvite_part_noms a:before ,
.function_buttons .function_reinvite_part_self a:before ,
.function_buttons .function_reinvite_part a:before ,
.function_buttons .function_reinvite_part2 a:before ,
.function_buttons .function_reinvite_resp a:before ,
.function_buttons .function_reinvite_mgr a:before {
  font-size: 1.0rem;
  line-height: 27px;
  content: "\f003";
}
.function_buttons .function_remind_part_noms a:before ,
.function_buttons .function_remind_part_self a:before ,
.function_buttons .function_remind_part1 a:before ,
.function_buttons .function_remind_part2 a:before ,
.function_buttons .function_remind_resp a:before ,
.function_remind_resp a:before ,
.function_buttons .function_remind_mgr a:before {
  font-size: 1.0rem;
  line-height: 27px;
  content: "\f0a2"; /* "\f021";*/
}
.function_buttons .function_remind_mgr a:before {
  font-size: 1.0rem;
  line-height: 27px;
  content: "\f017"; /* "\f021";*/
}
.function_buttons .function_reset_complete a:before ,
.function_buttons .function_reset_complete_partA a:before ,
.function_buttons .function_reset_complete_partB a:before ,
.function_buttons .function_reset_complete_resp a:before ,
.function_buttons .function_reset_complete_mgr a:before,
.function_buttons .function_reset_complete_part a:before {
  font-size: 1.0rem;
  line-height: 27px;
  content: "\f021";
}
.function_buttons .function_round_users a:before ,
.function_buttons .function_round_status a:before 
  {
  font-size: 1.0rem;
  line-height: 27px;
  content: '\f054';
}

.function_buttons .function_approve_respondent a:before{
  font-size: 1.55rem;
  line-height: 27px;
  content: "\f00c"; /*"\f058";*/
}

.function_buttons .function_extend a:before,
.function_buttons .function_extend_part a:before,
.function_buttons .function_extend_part1 a:before,
.function_buttons .function_extend_part2 a:before,
.function_buttons .function_extend_resp a:before,
.function_buttons .function_add_cron a:before {
  font-size: 1.0rem;
  line-height: 27px;
  content: "\f067";
}

.function_buttons .function_reject_respondent a:before{
  font-size: 1.55rem;
  line-height: 27px;
  content: "\f00d";
}
.function_buttons .function_reject_respondent a {
  background-color: transparent;
}
.function_buttons .function_approve_respondent a {
  background-color: transparent;

}
.function_buttons .function_reject_respondent a:hover {
  background-color:  transparent;
  border-radius: 12px;
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
.function_buttons a:hover{

  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

.function_buttons .function_approve_respondent a:hover {
  background-color:  transparent;
  border-radius: 12px;
}

.function_buttons .function_status a:before  {
  font-size: 1.0rem;
  line-height: 27px;
  content: "\f054";
}
.function_buttons a:hover,
.function_buttons a:active,
.function_buttons a:focus {
  background-color: #333;
}
.function_buttons span,
.function_buttons span {
  display: none;
}

/* Lightbox ------------------------------------------------------------------------------------- */
.lightbox_bg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

@media (min-width: 768px){

  .lightbox_container {
    display: none;
    width: 80%;
    max-height: 90%;
    position: fixed;
    top: 5%;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1100px;
    z-index: 200;
    background-color: #fff;
    color: #666;
    overflow-y: scroll;
    overflow-x: auto;
    padding: 50px 0 30px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:     border-box;
    box-sizing:          border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius:    4px;
    border-radius:         4px;
  }

  .lightbox_content, .myform_content {
    /*width: 80%;*/
    padding: 0 4% 0 4%;
  }
}



@media (max-width: 768px){

  .lightbox_container {
    display: none;
    width: 90%;
    /*height: 90%;*/
    position: absolute;
    top: 2%;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1100px;
    z-index: 200;
    background-color: #fff;
    color: #666;
    overflow-y: scroll;
    overflow-x: auto;
    padding: 2% 0 2% 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:     border-box;
    box-sizing:          border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius:    4px;
    border-radius:         4px;
  }
  input[type="date"],
  input[type="datetime"],
  input[type="email"],
  input[type="text"],
  select,
  select:focus,
  textarea {
    font-size: 16px;
  }

  .lightbox_content, .myform_content  {
    /*width: 80%;*/
    padding: 0 4% 0 4%;
  }
}

.lightbox_close {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 45px;
  right: 45px;
  font-family: 'FontAwesome', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #2196F3;
  cursor: pointer;
  /*border: 2px solid #2196F3;*/
  -webkit-border-radius: 35px;
  -moz-border-radius:    35px;
  border-radius:         35px;
}
.lightbox_close:before {
  content: '\f00d';
}
.lightbox_close:hover {
  color: #333;
  border-color: #333;
}


.lightbox_content .input_container, .myform_content .input_container {
  max-width: 800px;
  margin: 0 0 10px 0;
  border-bottom: 1px;
  border-style: solid;
  border-color: #eee;
  padding-bottom: 3px;
}
.lightbox_content .input_container:after, .myform_content .input_container:after {
  clear: both;
  height: 0;
  display: block;
  font-size: 0;
  line-height: 0;
  content: ' ';
}

.lightbox_content .input_container label, .myform_content .input_container label {
  width: 100%;
  float: left;
  /*margin-left:50px;*/
  font-size: 1rem;
  line-height: 32px;
}
.lightbox_content .input_container label span.required, .myform_content .input_container label span.required {
  font-weight: bold;
  color: #2196F3;
}

.lightbox_content .form, .myform_content .form {
  margin-left: 30px;
}

.lightbox_content .input_container .field_container, .myform_content .input_container .field_container {
  width: 100%;  /*400px;*/
  float: right;
  position: relative;
}
.lightbox_content .input_container .field_container label.error, .myform_content .input_container .field_container label.error {
  /*width: 350px;*/
  display: block;
  background-color: #fff1e6;
  line-height: 1.4rem;
  color: #333;
  padding: 5px 0 6px 10px;
  border: 1px solid #2196F3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius:    4px;
  border-radius:         4px;
  margin: 0 0 5px 0;
}
.lightbox_content .input_container .field_container label.error.valid, .myform_content .input_container .field_container label.error.valid {
  display: none !important;
}
.lightbox_content .input_container .field_container input, .myform_content .input_container .field_container input {
  width: 100%; /*400px;*/
  height: 32px;
  background-color: #f9f9f9;
  line-height: 30px;
  color: #666;
  padding: 0 0 0 10px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius:    0px;
  border-radius:         0px;
}
.lightbox_content .input_container .field_container select, .myform_content .input_container .field_container select {
  width: 100%; /*400px;*/
  height: 32px;
  background-color: #f9f9f9;
  line-height: 30px;
  color: #666;
  padding: 0 0 0 10px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius:    0px;
  border-radius:         0px;
}

.field_container select {
  width: 200px;
  height: 32px;
  background-color: #f9f9f9;
  line-height: 30px;
  color: #666;
  padding: 0 0 0 10px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  /*-webkit-border-radius: 4px;
  -moz-border-radius:    4px;
  border-radius:         4px;*/
}

.field_container label {
  width: 100px;
  float: left;
  font-size: 1rem;
  line-height: 32px;
}

.lightbox_content .input_container .field_container input:focus, .myform_content .input_container .field_container input:focus {
  background-color: #ffd;
  color: #000;
}

.lightbox_content .input_container .field_container.error:after,
.lightbox_content .input_container .field_container.valid:after,
.myform_content .input_container .field_container.valid:after,
.myform_content .input_container .field_container.error:after {
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 0;
  right: -42px;
  font-family: 'FontAwesome', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.lightbox_content .input_container .field_container.error:after, .myform_content .input_container .field_container.error:after  {
  content: '\f00d';
  color: #c00;
}
.lightbox_content .input_container .field_container.valid:after, .myform_content .input_container .field_container.valid:after {
  content: '\f00c';
  color: #090;
}

.lightbox_content .button_container, .myform_content .button_container {
  width: auto;
  height: 35px;
  text-align: left;
  padding: 15px 0 0 0;
  margin-bottom: 50px;
}
.lightbox_content .button_container button, .myform_content .button_container button {
  /*height: 35px;
  display: inline-block;
  background-color: #428bca;
  border-color: #357ebd;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 0 15px 0 15px;*/


  /*-webkit-border-radius: 6px;
  -moz-border-radius:    6px;
  border-radius:         6px;*/
}
.lightbox_content .button_container button:hover, .myform_content .button_container button:hover {
  /*background-color: #333;
  color: #fff;*/
}

/* Message / noscript --------------------------------------------------------------------------- */

#message {
  position: absolute;
  margin:auto;
  left:0;
  right:0;
  width: 80%;
  filter: alpha(opacity=92); /* internet explorer */
  -khtml-opacity: 0.92;      /* khtml, old safari */
  -moz-opacity: 0.92;       /* mozilla, netscape */
  opacity: 0.92;           /* fx, safari, opera */
  max-width: 700px;
  font-weight:500;
}
/*#message_container,
#noscript_container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  text-align: center;
  color: #fff;
}
#message_container {
  display: none;
}
#message,
#noscript {
  width: 980px;
  line-height: 20px;
  padding: 10px 5px 10px 6px;
  margin: 0 auto 0 auto;
}
#message  p,
#noscript p {
  display: inline-block;
  position: relative;
  padding: 0 0 0 28px;
}
#message  p:before,
#noscript p:before {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2196F3;
  font-family: 'FontAwesome', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius:    20px;
  border-radius:         20px;
}
#message.success  p:before,
#noscript.success p:before {
  content: '\f00c';
}
#message.error  p:before,
#noscript.error p:before {
  content: '\f00d';
}*/

/* Loading message ------------------------------------------------------------------------------ */
#loading_container {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #1f5f8e;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
  z-index: 999;
}
#loading_container2 {
  width: 100%;
  height: 100%;
  display: table;
}
#loading_container3 {
  display: table-cell;
  vertical-align: middle;
}
#loading_container4 {
  width: 350px;
  height: 250px;
  position: relative;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #fff;
  padding: 165px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:     border-box;
  box-sizing:          border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius:    2px;
  border-radius:         2px;
  margin: 0 auto 0 auto;
  background-color: rgba(0, 0, 0, 0);
}
#loading_container4:before {
  width: 100%;
  position: absolute;
  top: 80px;
  left: 0;
  font-family: 'icomoon','FontAwesome', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 4rem;
  line-height: 4rem;
  text-align: center;
  color: #fff;
  content: '\eb51';
  /*'\f013'; 'f110' f1ce  eb51*/
  -webkit-animation: spin 2s infinite linear;
  animation:         spin 2s infinite linear;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 84px;
  height: 84px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 81px;
  height: 81px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform:         rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform:         rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform:         rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform:         rotate(359deg);
  }
}
