/********************************      Basic Structure      ********************************/

html {
  font-size: 100%;
  height: 100%;
  margin-bottom: 1px;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #555;
  background: #f0f0f0 url('../img/bg-body.gif') top left repeat-y;
  font-size: 12px;
}

.nakrebi_list li {
  list-style: none;
  padding: 10px;
  border: 1px solid #e5e5e5;
  margin: 10px;
  background-color: white;
  display: inline-block;
}


.lightbox-thumbnails {
  text-align: center;
  display: inline-flex;
  position: relative;
  bottom: 20px;
  width: 100%;
  overflow-x: auto;
}

.lightbox-thumbnails img {
  max-width: 50px;
  max-height: 50px;
  margin: 5px;
  border: 1px solid white;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}

.lightbox-thumbnails img:hover {
  transform: scale(1.2);
  border-color: yellow;
}

.lb-closeContainer {
  position: fixed;
  top: 20px;
  right: 10px;
}




.lightbox .lb-image {
  transition: none !important;
}

.lb-outerContainer {
  position: relative;
  width: 100%;
  /* or set to a fixed size */
  height: 100vh;
  /* Adjust based on your preference */
  max-height: 80%;
  /* Limit height to allow proper image scaling */
  overflow: hidden;
  padding-bottom: 10px;
}

/* Center the image content */
.lb-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  /* Full height of the lb-outerContainer */
  position: relative;
  overflow: hidden;
}

/* Keep .lb-dataContainer always at the bottom */
.lb-dataContainer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100% !important;
  color: #fff;
  /* Text color */
  padding: 10px;
  text-align: center;
  z-index: 999;
}

/* Optional: Styling for the data container's content */
.lb-dataContainer .lb-caption {
  font-size: 14px;
  /* Adjust the font size as needed */
  max-width: 90%;
  /* Prevent caption text from going beyond image width */
  margin: 0 auto;
}

/* Adjust thumbnail navigation if necessary */
.lb-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 999;
}

/* Style for the thumbnail images */
.lb-nav img {
  width: 60px;
  /* Thumbnail size */
  height: auto;
  cursor: pointer;
  border: 2px solid transparent;
}

.lb-nav img:hover {
  border-color: #fff;
  /* Optional hover effect */
}


.w-40 {
  width: 40% !important;
}

.w-60 {
  width: 60% !important;
}




#body-wrapper {
  background: url('../img/bg-radial-gradient.gif') fixed 230px top no-repeat;
}

.symbol {
  font-weight: bold;
  font-size: 18px;
}

.customer_filter_select {
  margin-right: 10px;
}

.mibmuli_danishnulebebi {
  border: 1px solid rgb(185, 185, 185);
  padding: 10px;
  margin: 10px 10px 10px 0px;
}

.online {
  width: 10px;
  height: 10px;
  background: green;
  border-radius: 50%;
  position: relative;
}

.chat-box {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 50vh;
}

.chat_disabled {
  font-size: 30px;
  color: #adadad;
}

.for_doctor_read_highlight {
  font-size: 30px;
  color: #081feb !important;
}

.booked_consultation_highlight {
  font-size: 30px;
  color: #662D91 !important;
}

.chat_enabled {
  font-size: 30px;
  color: #bc3b00;
}

.chat_unread_received {
  font-size: 30px;
  color: #04721c;
}

.chat_unread_sent {
  font-size: 30px;
  color: #dda146;
}

.mounishne_eqims {
  float: right;
  width: 140px;
  margin-bottom: 10px;
  color: #201FEB;
  text-align: right;
}

.booked_consultation {
  float: right;
  width: 140px;
  color: #662D91;
  text-align: right;
}

.delete_message {
  color: red;
  cursor: pointer;
  font-size: 16px;
  float: right;
  margin-left: 10px;
}

#message:focus {
  outline: none;
  width: 80%;
  overflow: hidden;
  border: 1px solid #86b7fe;
  box-shadow: none;
}

.ready_anwser {
  color: #0074f7;
  font-size: 14px;
  padding: 10px;
  margin: 10px 0px 10px 0px;
  width: 100%;
  text-align: left;
  background-color: white;
  border: 1px solid #b5b0b0;
  outline: none;
}


.chat_images {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  max-width: 100%;
  overflow: hidden;
}

.chat_images a {
  display: block;
}

.chat_images img {
  min-width: 130px;
  max-width: 130px;
  height: auto;
  padding: 5px;
  box-sizing: border-box;
}

.chat_images:has(a:only-child) img {
  min-width: 100%;
  max-width: 100%;
}



/********************************      Elements styling      ********************************/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Helvetica, Arial, sans-serif;
  color: #222;
  font-weight: bold;
}

h1 {
  font-family: Calibri, Helvetica, Arial, sans-serif;
  font-size: 31px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: -1000px;
  /* Remove this line and delete the logo (in the HTML) if you don't want an image as a logo */
}

h2 {
  font-size: 26px;
  padding: 0 0 10px 0;
}

h3 {
  font-size: 17px;
  padding: 0 0 10px 0;
}

h4 {
  font-size: 16px;
  padding: 0 0 5px 0;
}

h5 {
  font-size: 14px;
  padding: 0 0 5px 0;
}

h6 {
  font-size: 12px;
  padding: 0 0 5px 0;
}


a {
  color: #abcd42;
  text-decoration: none;
}

a:hover {
  color: #000;
}

a:active {
  color: #777;
}

a:focus {
  outline: 1px;
}

strong {
  font-weight: bold;
  color: #333;
}

small {
  font-size: 0.85em;
}

pre {
  font-family: monospace;
}

p {
  padding: 5px 0 10px 0;
  line-height: 1.6em;
}

/********************************      General Classes      ********************************/

.clear {
  clear: both;
}

.align-left {
  float: left;
}

.align-right {
  float: right;
}

/************ Button ************/
.button {
  font-family: Verdana, Arial, sans-serif;
  display: inline-block;
  border: 1px solid #bc3b00 !important;
  padding: 4px 7px 4px 7px !important;
  color: #fff !important;
  font-size: 14px !important;
  cursor: pointer;
}

.button:hover {
  text-decoration: underline;
}

.button:active {
  padding: 5px 7px 3px 7px !important;
}

a.remove-link {
  color: #bb0000;
}

a.remove-link:hover {
  color: #000;
}

.filters_hamburger_wrapper {
  display: none;
}

#filters_content {
  display: block;
}

.modal-body {
  padding: 0px !important;
}

.modal-dialog {
  margin: 0 auto !important;
}

.fancybox__container {
  z-index: 9999 !important;
}

.reply {
  float: right;
  visibility: hidden;
  color: black;
  font-size: 20px;
  cursor: pointer;
}

.ltext:hover .reply {
  visibility: visible;
}

.rtext:hover .reply {
  visibility: visible;
}

#reply_to_text {
  width: 100%;
  display: none;
  min-height: 50px;
  padding: 10px 5px;
  border: 1px solid #c9c3c3;
  margin: 10px 0px;
}

.send_bulk_message {
  display: none;
  width: 200px;
  margin: 20px;
}

.send_bulk_message_form {
  margin: 10px;
  text-align: center;
}

/********************************      Sidebar      ********************************/



@media (max-width: 768px) {

  body {
    background: #f0f0f0 url(../img/bg-body.gif) top left repeat;
    background-size: contain;
  }

  .modal {
    transform: scale(1);
    will-change: transform;
  }

  .rtext,
  .ltext {
    width: 90% !important;
  }

  #filters_content {
    display: none;
  }

  .filters_hamburger_wrapper {
    display: flex;
    align-items: center;
  }


  .filter_hamburger {
    background: none;
    border: none;
    cursor: pointer !important;
    display: flex !important;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 10px;
  }

  .filter_bar {
    width: 100%;
    height: 4px;
    background-color: rgb(5, 5, 5);
    transition: 0.3s;

  }

  .filter_hamburger.active .filter_bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  .filter_hamburger.active .filter_bar:nth-child(2) {
    opacity: 0;
  }

  .filter_hamburger.active .filter_bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .filter_item {
    width: 50% !important;
  }

  .lb-closeContainer {
    position: fixed;
    top: 10px !important;
    right: 5px !important;
  }

  .main_logo {
    display: none;
  }

  #main-content table thead th {
    min-width: 70px;
  }

  .hamburger_wrapper {
    display: flex;
    align-items: center;
    background-color: #333;
    color: white;
    padding: 10px;
    width: 100%;
    z-index: 99999;
  }

  .hamburger {
    background: none;
    border: none;
    cursor: pointer !important;
    display: flex !important;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 30px;
    padding: 0;
    margin-right: 10px;
  }

  .bar {
    width: 100%;
    height: 4px;
    background-color: white;
    transition: 0.3s;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }


  .sidebar {
    position: fixed !important;
    left: -230px !important;
    background: url('../img/bg-sidebar.gif') top left repeat !important;
  }

  .sidebar.show {
    left: 0 !important;
    position: relative !important;
  }

  .content-box {
    width: 100% !important;
  }

  #body-wrapper {
    background: #fff;
  }

  form .medium-input,
  .large-input {
    width: 90% !important;
  }

  #main-content {
    margin: 0px !important;
    max-width: 100% !important;
    padding: 10px !important;
  }

  .select2-container {
    max-width: 85% !important;
    width: 100% !important;
  }

  .table-responsive {
    max-width: 100%;
    overflow-x: scroll;
  }

  .customers_filters_form {
    max-width: 95% !important;
    margin: 10px !important;
  }

  .customer_filters_title {
    margin: 0px 0px 0px 10px !important;
    padding-bottom: 0px !important;
    width: 100% !important;
  }

  .customers_filters_search_title {
    margin: 10px 0px 0px 10px !important;
  }

  .customers_result_title {
    margin: 30px 0px 20px 10px !important;
  }

  #cameraBtn {
    display: none;
  }
}

/* End of media query */


audio {
  max-width: 100%;
}

#beforeSendaudio {
  position: absolute;
  left: 37%;
  top: 4px;
  max-width: 50%;
  z-index: 99;
}


.lightboxOverlay {
  background: rgba(0, 0, 0, 0.8);
}

.modal-dialog {
  max-width: 800px;
}

.rtext,
.ltext {
  width: 80%;
}

.rtext {
  margin: 10px 0px;
  background: #0084ff !important;
  color: #fff;
  border-radius: 20px !important;
}

.ltext {
  margin: 10px 0px;
  background: #F0F0F0 !important;
  color: #444;
  border-radius: 20px !important;
}

#view_all_chat {
  width: 200px;
}

.camera_buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0px 10px 0px;
  position: absolute;
  bottom: 20px;
}

.camera_buttons button {
  margin: 5px;
}

.customers_filters_search_title {
  margin: 30px 0px 0px 5px;
}

.customers_result_title {
  margin-left: 20px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 16px
}

.customer_filters_title {
  width: 10%;
  margin: 30px 0px 0px 20px;
}

.customers_filters_form {
  max-width: 100%;
  margin: 5px 20px 30px 20px;
  display: inline-block
}

.hamburger {
  display: none;
}

.sidebar {
  background: url('../img/bg-sidebar.gif') top left no-repeat;
  width: 230px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #888;
  font-size: 11px;
}

#sidebar #sidebar-wrapper {
  margin: 0 0 0 9px;
}

#sidebar a,
#sidebar a:active {
  color: #ccc;
}

#sidebar a:hover {
  color: #fff;
}

#sidebar #sidebar-title {
  margin: 40px 0 40px 15px;
}

#sidebar #logo {
  margin: 40px 0 40px 0;
}

#logo {
  margin: -20px 0 40px 0;
}

#sidebar #profile-links {
  padding: 0 15px 20px 15px;
  text-align: right;
  line-height: 1.5em;
}

/************ Sidebar Accordion Menu ************/

#sidebar #main-nav {
  width: 206px;
  padding: 0;
  margin: 0 0 0 15px;
  font-family: Helvetica, Arial, sans-serif;
}

#sidebar #main-nav li {
  list-style: none;
  padding-bottom: 10px;
  text-align: right;
}

#sidebar #main-nav li a.nav-top-item {
  background: transparent url('../img/bg-menu-item-green.gif') right center no-repeat;
  /* Background image for default color scheme - green */
  padding: 10px 15px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

#sidebar #main-nav li a.current {
  background-image: url('../img/bg-menu-item-current.gif') !important;
  color: #333;
  font-weight: bold;
}

#sidebar #main-nav li a.current:hover {
  color: #333;
}

#sidebar #main-nav ul {
  padding: 0;
  font-size: 12px;
  margin: 0;
}

#sidebar #main-nav ul li {
  list-style: none;
  margin: 0;
  text-align: right;
  padding: 0;
}

#sidebar #main-nav ul li a {
  padding: 8px 15px;
  display: block;
  color: #aaa;
  font-size: 13px;
  line-height: 1.2em;
}

#sidebar #main-nav ul li a:hover,
#sidebar #main-nav ul li a.current,
#sidebar #main-nav ul li a.current:hover {
  color: #fff;
}

#sidebar #main-nav ul li a.current {
  background: transparent url('../img/menu-current-arrow.gif') right center no-repeat !important;
}



/********************************      Main Content      ********************************/

/************ Layout ************/

#main-content {
  margin: 0 30px 0 260px;
  padding: 40px 0 0 0;
}

.column-left {
  width: 48%;
  float: left;
}

.column-right {
  width: 48%;
  float: right;
}

#page-intro {
  font-size: 17px;
  padding: 0 0 20px 0;
}

#footer {
  border-top: 1px solid #ccc;
  margin: 40px 0 0 0;
  padding: 20px 0;
  font-size: 12px;
}

/************ Lists ************/
ul.rowContainer {
  border-bottom: #CCC solid 1px;
  clear: both;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

ul.icons {
  margin-right: 90px;
  float: right;
  white-space: nowrap;
  padding: 0;
}

ul.icons li {
  list-style: none;
  float: right;
  z-index: 2;
  margin-left: 8px;
}

.name {
  padding-left: 0px;
  float: left;
  margin-right: 1010px;
}

.namesub {
  padding-left: 10px;
  float: left;
  margin-right: 980px;
}

#main-content ul,
#main-content ol {
  padding: 10px 0;
}




/* Ordered List */

#main-content ol {
  padding: 0 0 0 24px;
}

#main-content ol li {
  list-style: decimal;
  padding: 4px 0;
}

/*************** Content Box ***************/

.content-box {
  border: 1px solid #ccc;
  margin: 0 0 20px 0;
  background: #fff;
}

.content-box-header {
  background: #e5e5e5 url('../img/bg-content-box.gif') top left repeat-x;
  margin-top: 1px;
  height: 40px;
  width: 100% !important;
}

.content-box-header h3 {
  padding: 12px 15px 10px;
  float: left;
}

ul.content-box-tabs {
  float: right;
  padding: 12px 15px 0 0 !important;
  margin: 0 !important;
}

ul.content-box-tabs li {
  float: left;
  margin: 0;
  padding: 0 !important;
  background-image: none !important;
}

ul.content-box-tabs li a {
  color: #333;
  padding: 8px 10px;
  display: block;
  margin: 1px;
  border-bottom: 0;
}

ul.content-box-tabs li a:hover {
  color: #57a000;
}

ul.content-box-tabs li a.current {
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: 0;
  margin: 0;
}

.content-box-content {
  padding: 20px;
  font-size: 13px;
  border-top: 1px solid #ccc;
}

/************ Table ************/
.mainpage {
  width: 100%;
}

.mainpage td,
th {
  padding: 10px;
}


#main-content table thead th {
  font-weight: bold;
  font-size: 15px;
  border-bottom: 1px solid #ddd;
}

#main-content tbody {
  border-bottom: 1px solid #ddd;
}


#main-content tbody tr.alt-row {
  background: #f3f3f3;
}

#main-content table td,
#main-content table th {

  line-height: 1.3em;
}

#main-content table tfoot td .bulk-actions {
  padding: 15px 0 5px 0;
}

#main-content table tfoot td .bulk-actions select {
  padding: 4px;
  border: 1px solid #ccc;
}

/*Pagination Style*/
#pagination {
  height: 30px;
  text-align: center;
  margin-top: 40px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#tnt_pagination {
  display: block;
  text-align: center;
  height: 22px;
  line-height: 21px;
  clear: both;
  padding-top: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

#tnt_pagination #arrowprev {
  padding: 7px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: 10px;
  text-decoration: none;
  color: #0072bc;
  width: 22px;
  border: none !important;
  font-weight: normal;
}

#tnt_pagination #arrowprev:hover {
  padding: 7px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: none !important;
  margin-left: 10px;
  color: #000 !important;
  background: none !important;
}

#tnt_pagination #arrownext {
  padding: 7px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: 10px;
  text-decoration: none;
  color: #0072bc;
  width: 22px;
  border: none !important;
  font-weight: normal;
}

#tnt_pagination #arrownext:hover {
  padding: 7px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: none !important;
  margin-left: 10px;
  color: #000 !important;
  background: none !important;
}

#tnt_pagination a:link,
#tnt_pagination a:visited {
  padding: 7px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: 10px;
  text-decoration: none;
  border: 1px solid #ddd;
  color: #0072bc;
  width: 22px;
  font-weight: normal;
}

#tnt_pagination a:hover {
  padding: 7px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: 10px;
  text-decoration: none;
  cursor: pointer;
  color: #fff !important;
  background: #004a95 url('../img/bg-button-blue.gif') top left repeat-x !important;
  border-color: #004994 !important;

}

#tnt_pagination .active_tnt_link {
  padding: 7px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: 10px;
  text-decoration: none;
  cursor: default;
  color: #fff !important;
  background: #004a95 url('../img/bg-button-blue.gif') top left repeat-x !important;
  border-color: #004994 !important;
}

#tnt_pagination .disabled_tnt_pagination {
  padding: 7px;
  padding-top: 2px;
  padding-bottom: 2px;

  margin-left: 10px;
  text-decoration: none;

  color: #D7D7D7;
  cursor: default;
}

/*End Pagination Style*/

/************ Shortcut Buttons ************/

.shortcut-button {
  border: 1px solid #ccc;
  background: #f7f7f7 url('../img/shortcut-button-bg.gif') top left no-repeat;
  display: block;
  width: 120px;
  margin: 0 0 20px 0;
}

.shortcut-button span {
  border: 1px solid #fff;
  display: block;
  padding: 15px 10px 15px 10px;
  text-align: center;
  color: #555;
  font-size: 13px;
  line-height: 1.3em;
}

.shortcut-button span img {
  margin-bottom: 10px;
}

.shortcut-button:hover {
  background: #fff;

}

.shortcut-button span:hover {
  color: #57a000;
}

ul.shortcut-buttons-set li {
  float: left;
  margin: 0 15px 0 0;
  padding: 0 !important;
  background: 0;
}

/*************** Forms ***************/

form label {
  display: block;
  padding: 0 0 10px;
  font-weight: bold;
}

form fieldset legend {
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 10px;
}

form p small {
  font-size: 0.75em;
  color: #777;
}


form input.text-input,
form select,
form textarea,
form .wysiwyg {
  padding: 6px;
  font-size: 13px;
  background: #fff url('../img/bg-form-field.gif') top left repeat-x;
  border: 1px solid #d5d5d5;
  color: #333;
  margin: 5px;
}

form .small-input {
  width: 25%;
}

form .medium-input {
  width: 50%;
  height: 25px;
}

form .large-input {
  width: 97.5%;
  font-size: 16px !important;
  padding: 8px !important;
}

form textarea {
  width: 97.5% !important;
  font-family: Arial, Helvetica, sans-serif;
}

form select {
  padding: 4px;
  background: #fff;
}

form input[type="checkbox"],
form input[type="radio"] {
  padding: 0;
  background: none;
  border: 0;
}

.reply_box {
  width: 80%;
  position: relative;
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  margin-top: -20px;
  border-radius: 10px;
  border: 1px solid #c7c7c7;
  cursor: pointer;
  color: #535252;
}

.chat_message_box {
  width: 100%;
  display: inline-block;
  font-size: 16px;
}

.highlight {
  border: 1px solid red !important;
  transition: border-color 0.5s ease, box-shadow 0.5s ease;
  box-shadow: 0 0 5px red;
}

/*************** Notifications ***************/

.notification {
  position: relative;
  margin: 0 0 15px 0;
  padding: 0;
  border: 1px solid;
  background-position: 10px 11px !important;
  background-repeat: no-repeat !important;
  font-size: 13px;
  width: 99.8%;
}


.attention {
  background: #fffbcc url('../img/icons/exclamation.png') 10px 11px no-repeat;
  border-color: #e6db55;
  color: #666452;
}

.information {
  background: #dbe3ff url('../images/icons/information.png');
  border-color: #a2b4ee;
  color: #585b66;
}

.success {
  /* background: #d5ffce url('../img/tick_circle.png'); */
  border-color: #9adf8f;
  color: #187c08;
  font-size: 20px;
  margin: 10px 0px 10px 0px;
}

.error {
  /* background: #ffcece url('../images/icons/cross_circle.png'); */
  border-color: #df8f8f;
  color: #e71515;
  margin-top: 5px;
}

.notification div {
  display: block;
  font-style: normal;
  padding: 10px 10px 10px 36px;
  line-height: 1.5em;
}

.notification .close {
  color: #990000;
  font-size: 9px;
  position: absolute;
  right: 5px;
  top: 5px;
}

/* Notification for form inputs */

.input-notification {
  background-position: left 2px;
  background-repeat: no-repeat;
  padding: 2px 0 2px 22px;
  background-color: transparent;
  margin: 0 0 0 5px;
}

/* Notification for login page */

#login-wrapper #login-content .notification {
  border: 0;
  background-color: #141414;
  color: #fff !important;
}

/********************************      Login Page      ********************************/

body#login {
  color: #fff;
  background: #222 url('../img/bg-login.gif');
}

#login-wrapper {
  /*background: url('../img/bg-login-top.png') top left repeat-x;*/
  background-color: #17dcea;
}

#login-wrapper #login-top {
  width: 100%;
  padding: 140px 0 30px 0;
  text-align: center;
}

#login-wrapper #login-content {
  text-align: left;
  width: 300px;
  margin: 0 auto;
}

#login-wrapper #login-content label {
  color: #4d4c4c;
  font-weight: normal;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  float: left;
  width: 70px;
  padding: 0;
}

#login-wrapper #login-content input {
  width: 200px;
  float: right;
  margin: 0 0 20px 0;
  border: 0;
  background: #fff;
}

#login-wrapper #login-content p {
  padding: 0;
}



#login-wrapper #login-content p .button {
  width: auto;
  margin-top: 20px;
}

/********************************      jQuery plugins styles      ********************************/

/*************** Facebox ***************/

#facebox .b {
  background: url(../images/b.png);
}

#facebox .tl {
  background: url(../images/tl.png);
}

#facebox .tr {
  background: url(../images/tr.png);
}

#facebox .bl {
  background: url(../images/bl.png);
}

#facebox .br {
  background: url(../images/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl,
#facebox .tr,
#facebox .bl,
#facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.facebox_hide {
  z-index: -100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}



/*pagination*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  text-align: center;
}

.pagination>li {
  display: inline
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #888;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd
}



.ac_results {
  z-index: 99999999 !important;
  width: 80%;
  background-color: #fff;
  margin-top: 1px !important;
}

.img_zoom_cursor {
  cursor: url(/script/cursors/magnify-plus.cur), pointer !important;
}

.ac_results,
.ac_results ul {
  max-height: 850px !important;
  overflow-y: hidden !important;
}

.ac_results ul {
  overflow-y: scroll !important;
}

.ac_results ul li {
  list-style: none;
  padding: 15px 0;
  border-bottom: 1px dotted #8B8B8B;
}

.ac_results ul li:hover {
  list-style: none;
  padding: 15px 0;
  background-color: #F5F5F5;
  border-bottom: 1px dotted #8B8B8B;
}

.ac_results ul li a {
  margin-left: 10px;
}

.text-red {
  color: red
}

.text-green {
  color: green
}

.text-grey {
  color: #555;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  text-align: center;
}

.pagination>li {
  display: inline
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #888;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd
}