/***** Roundcube|sms task styles *****/
.menu a.smsh-button:before {
    content: "\f3cd";
}

.menu a.button-corpmail:before {
    content: "\f0c0";
}

#taskbar a.smsh-button span.button-inner {
  background: url(sms.png) 0 -21px no-repeat;
}

#taskbar a.smsh-button.button-selected span.button-inner,
#taskbar a.smsh-button:hover span.button-inner {
  background-position: 0 3px;
}

.clear {
  clear: both;
}

/* Left menu */

#sms-compose-configurations {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 175px;
  border: 1px solid #999;
  background-color: #f9f9f9;
}

#sms-compose-configurations ul {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  list-style-image: none;
  list-style-type: none;
}

#sms-compose-configurations ul li {
  height: 18px;
  font-size: 11px;
  padding-left: 2px;
  padding-top: 2px;
  padding-right: 4px;
  border-bottom: 1px solid #ebebeb;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

#sms-compose-configurations li a {
  text-indent: -1000px;
  width: 17px;
  height: 16px;
  display: block;
  float: left;
  text-decoration: none;
}

.boxlistcontent {
  padding-left: 5px;
}

/* End Left Menu */

/* ============================= */
/* =====  Sms Contacts  ======== */
/* ============================= */

body.iframe #sms-contacts {
  position: absolute;
  top: 0;
  left: 0;
  width: 252px;
  bottom: 0;
}

body.iframe #sms-contacts #compose-contacts {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  border-top: none;
  border-left: none;
  border-bottom: none;
}

/* Title */
body.iframe #sms-contacts #compose-contacts .boxtitle {
  position: initial;
  width: 100% !important;
}
/* quick search area */
body.iframe #sms-contacts #compose-contacts #composequicksearch {
  position: relative;
  padding: 4px;
  background: inherit;
}

body.iframe
  #sms-contacts
  #compose-contacts
  #composequicksearch
  .searchbox
  input {
  width: 100%;
  height: 26px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* directory list */
body.iframe #sms-contacts #compose-contacts #directorylist {
  position: relative;
}

body.iframe #sms-contacts #compose-contacts li.addressbook a {
  background-position: 6px -766px;
}

body.iframe #sms-contacts #compose-contacts li.addressbook.selected a {
  background-position: 6px -791px;
}

body.iframe #sms-contacts #compose-contacts li a,
body.iframe #sms-contacts #contacts-table td {
  background: url(images/listicons.png?v=bd98.25486) -100px 0 no-repeat;
  overflow: hidden;
  padding-left: 36px;
  text-overflow: ellipsis;
}
/* scroller for directory list*/
body.iframe #sms-contacts #compose-contacts .scroller {
  top: 124px;
  bottom: 0;
  width: 100% !important;
}

body.iframe #sms-contacts #compose-contacts #contacts-table {
  table-layout: fixed;
}

body.iframe #sms-contacts #contacts-table td.contact {
  background-position: 6px -1603px;
}

body.iframe #sms-contacts #contacts-table td.contactgroup {
  background-position: 6px -1555px;
}

body.iframe #sms-contacts #contacts-table tr.selected td.contact {
  background-position: 6px -1627px;
}

body.iframe #sms-contacts #contacts-table tr.selected td.contactgroup {
  background-position: 6px -1579px;
}
/* footer */
body.iframe #sms-contacts .boxfooter {
  height: 40px !important;
}

#sms-compose-container .contacts-bar {
  position: absolute;
  height: 27px;
  /*top: 370px;*/
  bottom: 0;
  float: left;
  width: 253px;
  background-color: #cdd1d5;
}
/* =================================== */
/* =====  ./End Sms Contacts  ======== */
/* =================================== */

/* Status Bar */
#sms-compose-container #message.statusbar {
  position: absolute;
  /*left: 258px;*/
  /*width: 845px;*/
}

/* Sms Compose Area */
body.iframe .sms-compose-area {
  position: absolute;
  top: 0;
  left: 258px;
  right: 0;
  bottom: 0;
  border-left: 1px solid #a9a9a9;
}

.sms-compose-area .boxtitle {
  position: fixed;
  top: 0;
  left: 258px !important;
  width: 100%;
  z-index: 100;
}

/* ./End Sms Compose Area */

#sms-compose-container {
  /*
    position: absolute;
    top: 0;
    left: 185px;
    right: 0;
    bottom: 0;
    margin: 0;
*/
  background-color: #f2f2f2;
  /* border: 1px solid #999999; */
  bottom: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 0;
  left: 215px;
  /*left: 450px;*/
}

#compose-div {
  top: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  /*
    overflow: hidden;
    left: 10px;
    top: 10px;
    width: auto;
    */
}

#compose-div form {
  margin-left: 5px;
  margin-right: 5px;
}
#compose-div p {
  margin-left: 5px;
  margin-right: 5px;
}

#compose-div div {
  margin-left: 0px;
  margin-right: 0px;
}

#compose-div div.boxtitle {
  margin-left: 0px;
  margin-right: 0px;
}

#provider_config td.title,
#emailtosms_config td.title,
#sms_config td.title {
  width: 210px;
  font-weight: bold;
  color: #666;
}

#sms_counter_container {
  float: right;
}

#sms_quota_container {
  float: right;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
.ui-timepicker-div dl {
  text-align: left;
}
.ui-timepicker-div dl dt {
  height: 25px;
  margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
  margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
  font-size: 90%;
}
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.ui-timepicker-rtl {
  direction: rtl;
}
.ui-timepicker-rtl dl {
  text-align: right;
}
.ui-timepicker-rtl dl dd {
  margin: 0 65px 10px 10px;
}

/* css for menu */
#websms-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  bottom: 0;
  /*border: 1px solid red;*/
}
.websmsform span.domain {
  margin-left: 5px;
}

.websmsform input.error,
.websmsform textarea.error {
  border: 1px solid red;
}

.websmsform span.validation {
  display: block;
  padding: 4px 20px;
  font-weight: bold;
  background: url(../../../../skins/larry/images/messages.png) 0 5px no-repeat;
  background-position: 0 -58px;
}
#websms-sms-list tbody tr.row_selected td {
  background: none repeat scroll 0 0 #017cb4;
  color: #fff;
}

#smslistfooter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 22px;
  padding: 4px 8px;
  border-top: 1px solid #ddd;
  border-radius: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ebebeb),
    color-stop(100%, #c6c6c6)
  );
}
a.paginate_button_disabled span.inner {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

img.deleteImg {
  width: 16px;
  height: 16px;
  background: url(../images/delete.png);
}

.helpicon {
  cursor: help;
  background: url(../images/icon-info.png) right top no-repeat;
  padding-right: 20px;
}

.tooltip {
  position: absolute;
  background: #252122 url(../images/bg-tooltip.gif) top repeat-x;
  padding: 10px 12px;
  border: 2px solid #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -o-box-shadow: 0 0 8px #aaa;
  -moz-box-shadow: 0 0 8px #aaa;
  -webkit-box-shadow: 0 0 8px #aaa;
  box-shadow: 0 0 8px #aaa;
  color: #fff;
  opacity: 0.9;
  z-index: 3;
}

.tooltip-hidden {
  display: none;
}

.tooltip h3 {
  margin: 0;
  font-size: 1.1em;
  font-weight: normal;
}
.tooltip p {
  margin: 0;
}
.tooltip ul {
  padding: 0 4px;
  margin: 0;
}
.tooltip li {
  margin-bottom: 0.6em;
  margin-left: 10px;
}
