@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 100%;
  cursor: pointer;
  width: 100%;
}
.fileinput {
  margin-bottom: 9px;
  display: inline-block;
}
.fileinput .form-control {
  padding-top: 7px;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
}
.fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}
.fileinput .thumbnail > img {
  max-height: 100%;
}
.fileinput .btn {
  vertical-align: middle;
}
.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}
.fileinput-inline .fileinput-controls {
  display: inline;
}
.fileinput-filename {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
}
.form-control .fileinput-filename {
  vertical-align: bottom;
}
.fileinput-new .input-group .btn-file {
  border-radius: 0 4px 4px 0;
}
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-sm {
  border-radius: 0 3px 3px 0;
}
.fileinput-new .input-group .btn-file.btn-lg {
  border-radius: 0 6px 6px 0;
}
.form-group.has-warning .fileinput .fileinput-preview {
  color: #8a6d3b;
}
.form-group.has-warning .fileinput .thumbnail {
  border-color: #faebcc;
}
.form-group.has-error .fileinput .fileinput-preview {
  color: #a94442;
}
.form-group.has-error .fileinput .thumbnail {
  border-color: #ebccd1;
}
.form-group.has-success .fileinput .fileinput-preview {
  color: #3c763d;
}
.form-group.has-success .fileinput .thumbnail {
  border-color: #d6e9c6;
}
.input-group-addon:not(:first-child) {
  border-left: 0;
}
.onoffswitch {
  position: relative;
  width: 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 5px;
}
.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 20px;
  padding: 0;
  line-height: 20px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "ON";
  padding-left: 5px;
  background-color: #468CE0;
  color: #FFFFFF;
}
.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 5px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right;
}
.onoffswitch-switch {
  width: 18px;
  margin: 0px;
  background: #FFFFFF;
  border: 2px solid #999999;
  border-radius: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 42px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  background-image: -moz-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
/* W3C */
html,
body {
  height: 100%;
  font-family: 'Lato';
}
body {
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background: linear-gradient(to bottom, #dcecfe 0%, rgba(220, 236, 254, 0.51) 50%, rgba(220, 236, 254, 0.5) 51%, #dcecfe 100%);
}
p {
  text-align: justify;
}
a {
  color: #337ab7;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #337ab7;
}
.btn-primary {
  background-color: #337ab7;
}
.btn-primary:hover {
  background-color: #286090;
}
#pjax-container {
  height: 100%;
}
/* LOGIN */
#login-window {
  padding-top: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 250px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 3px rgba(119, 119, 119, 0.75);
  -moz-box-shadow: 0px 0px 10px 3px rgba(119, 119, 119, 0.75);
  -webkit-box-shadow: 0px 0px 10px 3px rgba(119, 119, 119, 0.75);
  background-color: #dcecfe;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #login-window {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #login-window {
    padding: 10px;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 974px) {
  #login-window {
    padding-top: 20px;
  }
}
#login-window .header {
  font-size: x-large;
}
#login-window .extras {
  width: 100%;
}
#login-window .action-switch {
  height: 30px;
  vertical-align: top;
}
#login-window .action-switch td {
  text-align: center;
}
#login-window .action-switch td span {
  cursor: pointer;
}
#login-window .action-switch td span:hover {
  color: #3361ab;
}
#login-window .reset-title {
  text-align: center;
  font-size: larger;
}
#login-window .remember-me .text {
  width: 30%;
  white-space: nowrap;
  text-align: right;
  padding-right: 7px;
  vertical-align: top;
  font-size: larger;
}
#login-window .remember-me .checkbox-c {
  width: 30%;
  text-align: left;
}
#login-window .lhide {
  display: none;
}
#login-window .button-row {
  width: 100%;
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'lato', sans-serif;
  margin-top: 2px;
  margin-bottom: 10px;
}
.input-margin {
  margin-top: 5px;
  margin-bottom: 5px;
}
/* LOGGED IN CONTENT DISPLAY */
/* BREADCRUMB/MENU/LOGOUT BAR */
#nav-bar-background {
  width: 100%;
  background-color: #f5f5f5;
  height: 36px;
  margin-bottom: 0px;
  position: relative;
  z-index: 400;
}
#nav-bar-background .breadcrumb {
  background-color: transparent;
}
#nav-bar-background #global-message-container {
  position: absolute;
  margin: auto;
  background-color: #f76a6a;
  height: 36px;
  width: 100%;
  z-index: 50;
  display: none;
}
#nav-bar-background #global-message-container #global-message {
  text-align: center;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  font-style: italic;
  font-weight: bold;
}
#nav-bar-background #bc-mobile-icon {
  cursor: pointer;
  width: 33px;
  text-align: center;
  font-size: x-large;
  padding-left: 10px;
  left: 0;
  position: absolute;
  z-index: 50;
}
@media only screen and (min-width: 768px) {
  #nav-bar-background #bc-mobile-icon {
    display: none;
  }
}
#nav-bar-background #top-dashboard-nav {
  position: absolute;
  z-index: 50;
}
@media only screen and (max-width: 767px) {
  #nav-bar-background #top-dashboard-nav {
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #nav-bar-background #top-dashboard-nav .home {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #nav-bar-background #top-dashboard-nav .module:before {
    display: none;
  }
}
@media only screen and (max-width: 540px) {
  #nav-bar-background #top-dashboard-nav .module {
    display: none;
  }
}
@media only screen and (max-width: 540px) {
  #nav-bar-background #top-dashboard-nav .subsection:before {
    display: none;
  }
}
@media only screen and (max-width: 300px) {
  #nav-bar-background #top-dashboard-nav .subsection {
    display: none;
  }
}
#nav-bar-background #top-dashboard-nav-right {
  top: 5px;
  cursor: pointer;
  position: absolute;
  right: 0;
  z-index: 50;
  font-size: 120%;
  height: 100%;
}
#nav-bar-background #top-dashboard-nav-right .nav-btns {
  top: 0;
  height: 36px;
  margin-top: -6px;
  position: relative;
  float: left;
}
#nav-bar-background #top-dashboard-nav-right .nav-btns .module-container {
  float: left;
  height: 36px;
  padding: 5px;
  position: relative;
  z-index: 5;
  width: 33px;
}
#nav-bar-background #top-dashboard-nav-right .nav-btns .module-container .icon {
  height: 32px;
  width: 40px;
  overflow: hidden;
}
#nav-bar-background #top-dashboard-nav-right .nav-btns .module-container .icon i {
  font-size: 150%;
  color: black;
  opacity: 0.5;
  transition: opacity 0.5s;
  padding: 0.5px;
  width: 23px;
}
#nav-bar-background #top-dashboard-nav-right .nav-btns .module-container .icon .badge {
  min-width: 18px;
  padding: 2px 4px;
  font-size: 13px;
  background-color: #BB0000;
  position: relative;
  margin-top: -15px;
  margin-left: 7px;
  transition: color 0.5s ease-in;
  top: -21px;
  right: -1px;
}
#nav-bar-background #top-dashboard-nav-right .nav-btns .module-container #settings-btn {
  margin-top: 1px;
}
#nav-bar-background #top-dashboard-nav-right .nav-btns .module-container:hover > .icon > i,
#nav-bar-background #top-dashboard-nav-right .nav-btns .module-container.active > .icon > i {
  opacity: 1;
}
#nav-bar-background #top-dashboard-nav-right .nav-btns .module-container:hover > .icon > .badge,
#nav-bar-background #top-dashboard-nav-right .nav-btns .module-container.active > .icon > .badge {
  background-color: #db0000;
}
#nav-bar-background #top-dashboard-nav-right .nav-btns .reseller-image {
  float: left;
  height: 36px;
  padding-top: 3px;
}
#nav-bar-background #top-dashboard-nav-right .nav-btns .reseller-image img {
  height: 32px;
}
.nav-btn-menu {
  top: -15%;
  position: absolute;
  font-size: 95%;
  right: 0;
  z-index: 399;
  list-style: none;
  text-align: right;
  min-width: 90px;
  /* max-width: 193px; */
  padding: 0;
  background-color: #f5f5f5;
  border-bottom-left-radius: 4px;
  background-clip: padding-box;
  overflow: hidden;
  transition: top 0.5s;
}
.nav-btn-menu a {
  display: block;
  color: #262626;
  padding: 5px;
  cursor: pointer;
}
.nav-btn-menu > li > a:hover,
.nav-btn-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #ffffff;
}
.nav-btn-menu li hr {
  margin-top: 2px;
  margin-bottom: 2px;
}
.nav-btn-menu.in {
  top: 33px;
}
.clear {
  clear: both;
}
/* FULL SCREEN NAV */
#fs-navside {
  background-color: #dcecfe;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  #fs-navside {
    display: none;
  }
}
#fs-navside .nav > li > a {
  padding: 5px 10px;
}
#fs-navside .dropdown-menu {
  padding: 1px 0;
  max-height: 136px;
  overflow-y: auto;
}
/* DASHBOARD CONTENT */
.dashboard-container {
  background-color: #dcecfe;
  overflow: hidden;
  background-image: url("assets/images/noise.png");
}
/*This Adjusts the whole shebang, the whole container */
.center-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#container-fixed-left {
  margin-left: 0px;
}
#dashboard-content {
  overflow-y: auto;
  overflow-x: hidden;
  transition: height 0.1s ease;
}
/* JQUERYUI OVERRIDES */
.buttonset {
  background: linear-gradient(center top, #6b85b3, #334d86);
  background: -moz-linear-gradient(center top, #6b85b3, #334d86);
  background: -webkit-gradient(linear, center top, center bottom, from(#6b85b3), to(#334d86));
  height: 16px;
  padding: 10px 20px 20px;
}
section.content {
  font-family: 'lato', sans-serif;
  padding: 10px 20px;
}
#loader-screen {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  opacity: 0.7;
  background-color: #FFF;
  z-index: 99;
  text-align: center;
  display: none;
}
#loader-screen-content {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 150%;
}
#footer {
  background-color: #f5f5f5;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 99px;
  bottom: 0;
  transition: bottom 0.3s;
  z-index: 400;
}
#footer #server_message {
  margin-bottom: 0;
}
#footer.shrink {
  bottom: -75px;
}
#footer-bar {
  height: 4px;
  background-color: #DDDDDD;
}
#footer-content {
  font-size: 75%;
  color: black;
  font-family: 'lato', sans-serif;
  text-align: center;
  height: 100%;
  padding-top: 2px;
}
#footer-image {
  display: inline-block;
  vertical-align: bottom;
  padding-top: 2px;
}
#footer-message {
  display: inline-block;
  top: -16px;
  position: relative;
}
@media only screen and (max-width: 460px) {
  #footer-message {
    text-align: left;
  }
}
#footer-message .small-text {
  font-size: 90%;
}
#footer-message a,
#footer-message a:active,
#footer-message a:focus {
  color: black;
  text-decoration: none;
}
#footer-message a:hover {
  color: lightgrey;
}
.alert {
  padding: 5px;
}
.dialog {
  background-color: #FFFFFF;
  position: fixed;
  z-index: 5000;
  top: 50%;
  left: 50%;
  border: 1px solid #cacaca;
  border-radius: 5px;
  margin-top: -75px;
  margin-left: -125px;
  height: 150px;
  width: 250px;
  -webkit-box-shadow: 10px 10px 19px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 19px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 19px -1px rgba(0, 0, 0, 0.75);
}
.dialog .title {
  padding: 6px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: bold;
  background-color: whitesmoke;
  font-size: 110%;
}
.dialog .title .fa-times {
  float: right;
  padding: 2px;
  margin-right: 3px;
  cursor: pointer;
  font-weight: normal;
}
.dialog .content {
  padding: 5px;
}
.form-group label.help {
  cursor: help;
}
.form-group .help-block.help-hidden {
  display: none;
}
/* MOBILE MENU SYSTEM */
.pagination {
  margin: 5px 0px;
}
#pm {
  background-color: #f5f5f5;
  width: 35px;
  height: 20px;
  position: absolute;
  right: 0;
  bottom: 79px;
  border-left: 1px solid black;
  border-top: 1px solid black;
  border-top-left-radius: 5px;
}
#pm .box {
  margin-left: 3px;
}
#pm .box:hover {
  background-color: lightgray;
}
.message-box {
  z-index: 50;
  background-color: #f5f5f5;
  height: 275px;
  width: 225px;
  position: relative;
  top: -38px;
  float: right;
  margin-left: 5px;
  transition: top 0.5s;
}
.message-box .title-bar {
  background-color: #404040;
  height: 38px;
  cursor: pointer;
}
.message-box .title-bar .type i {
  color: white;
  font-size: 178%;
  top: 5px;
  position: absolute;
  left: 7px;
}
.message-box .title-bar .name {
  color: white;
  vertical-align: middle;
  top: 0px;
  position: relative;
  left: 39px;
  display: inline-block;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  width: 127px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 2px;
}
.message-box .title-bar .name .from {
  display: inline-block;
}
.message-box .title-bar .name .to {
  display: inline-block;
}
.message-box .title-bar .actions {
  position: absolute;
  right: 3px;
  top: 4px;
}
.message-box .title-bar .actions i {
  color: white;
  font-size: 136%;
  float: right;
  padding: 5px;
  border: 1px solid transparent;
}
.message-box .title-bar .actions i:hover {
  background-color: lightgray;
  color: black;
  border: 1px solid black;
}
.message-box .window {
  /* Fix for Scroll bars showing in Chrome */
  -webkit-transform: translate3d(0, 0, 0);
  /* end fix */
  border-left: 1px solid black;
  border-right: 1px solid black;
  height: 237px;
  font-family: 'lato';
}
.message-box .window .chat {
  height: 183px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 5px;
  font-size: 13px;
  line-height: 1.3;
}
.message-box .window .chat .history {
  color: gray;
}
.message-box .window .chat .status {
  text-align: center;
  color: gray;
  font-size: 11px;
  font-style: italic;
}
.message-box .window .response-status {
  text-align: center;
  color: gray;
  font-size: 11px;
  font-style: italic;
  height: 15px;
  margin-bottom: -7px;
}
.message-box .window .response textarea {
  height: 36px;
  resize: none;
  width: 90%;
  margin-left: 11px;
  margin-top: 5px;
  font-size: 85%;
  line-height: 1;
}
.message-box.expand {
  top: -275px;
}
.phone-box {
  z-index: 50;
  background-color: #f5f5f5;
  height: 315px;
  width: 225px;
  position: relative;
  top: -38px;
  float: right;
  margin-left: 5px;
  transition: top 0.5s;
}
.phone-box .title-bar {
  background-color: #404040;
  height: 38px;
  cursor: pointer;
}
.phone-box .title-bar .type i {
  color: white;
  font-size: 178%;
  top: 7px;
  position: absolute;
  left: 7px;
}
.phone-box .title-bar .name {
  color: white;
  vertical-align: middle;
  top: 0px;
  position: relative;
  left: 32px;
  display: inline-block;
  font-size: 103%;
  white-space: nowrap;
  overflow: hidden;
  width: 133px;
}
.phone-box .title-bar .name .message-container {
  text-align: center;
  width: 133px;
  height: 17px;
}
.phone-box .title-bar .name .title {
  text-align: center;
}
.phone-box .title-bar .actions {
  position: absolute;
  right: 3px;
  top: 4px;
}
.phone-box .title-bar .actions i {
  color: white;
  font-size: 136%;
  float: right;
  padding: 5px;
  border: 1px solid transparent;
}
.phone-box .title-bar .actions i:hover {
  background-color: lightgray;
  color: black;
  border: 1px solid black;
}
.phone-box .window {
  /* Fix for Scroll bars showing in Chrome */
  -webkit-transform: translate3d(0, 0, 0);
  /* end fix */
  border-left: 1px solid black;
  border-right: 1px solid black;
  height: 278px;
  font-family: 'lato';
}
.phone-box .window table.keypad {
  margin: auto;
  position: relative;
  top: 7px;
  table-layout: fixed;
}
.phone-box .window table.keypad td {
  cursor: pointer;
  border: 1px solid #c9c9c9;
  width: 64px;
  height: 43px;
  text-align: center;
  border-radius: 0px;
}
.phone-box .window table.keypad td .num {
  font-weight: bold;
}
.phone-box .window table.keypad td .letters {
  font-size: 86%;
  color: #acacac;
  margin-top: -4px;
}
.phone-box .window table.keypad td.upper-left {
  border-top-left-radius: 4px;
}
.phone-box .window table.keypad td.upper-right {
  border-top-right-radius: 4px;
}
.phone-box .window table.keypad td.lower-left {
  border-bottom-left-radius: 4px;
}
.phone-box .window table.keypad td.lower-right {
  border-bottom-right-radius: 4px;
}
.phone-box .window .activeCallSession {
  position: relative;
  top: 6px;
  width: 100%;
  height: 217px;
}
.phone-box .window .contactDisplay {
  display: none;
  position: absolute;
  width: 99%;
  height: 230px;
  z-index: 50;
  background-color: #f5f5f5;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 7px;
}
.phone-box .window .contactDisplay .contactImage {
  background-image: url('/ucp/modules/Webrtc/assets/images/no_user_logo.png');
  height: 163px;
  border: 1px solid #bbbbbb;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 9px;
}
.phone-box .window .contactDisplay .contactInfo {
  position: relative;
  top: 17px;
  text-align: center;
  width: 189px;
  height: 39px;
}
.phone-box .window .contactDisplay .contactInfo span {
  font-weight: bold;
}
.phone-box .window .input-container {
  width: 191px;
  top: 3px;
  position: relative;
  left: 16px;
}
.phone-box .window .actions {
  position: absolute;
  bottom: 8px;
  left: 16px;
  width: 192px;
  table-layout: fixed;
}
.phone-box .window .actions td {
  padding-left: 1px;
  padding-right: 1px;
}
.phone-box .window .actions td .right {
  display: none;
}
.phone-box .window .actions button.action {
  width: 100%;
}
.phone-box .window .actions button.secondaction {
  width: 100%;
}
.phone-box.expand {
  top: -315px;
}
#ucp-settings .vmsettings {
  background-color: aliceblue;
  border-radius: 10px;
  padding: 10px;
  width: 370px;
}
@media only screen and (max-width: 991px) {
  #ucp-settings .vmsettings {
    width: 100%;
  }
}
#loading-container {
  background-color: rgba(211, 211, 211, 0.2);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9999;
}
#loading-container .message-container {
  position: fixed;
  top: 50%;
  left: 44%;
}
#loading-container .message-container .message {
  background-color: #f5f5f5;
  width: 200px;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid lightgrey;
  box-shadow: 4px 4px 9px rgba(136, 136, 136, 0.42);
}
select[multiple].Tokenize,
select[size].Tokenize {
  color: #ffffff;
  background-color: #ffffff;
  height: 34px;
  margin-bottom: 4px;
}
.bootstrap-table .fixed-table-toolbar .dropdown-menu {
  right: 0px;
  left: inherit;
  padding: 4px;
}
.bootstrap-table .card-view .title {
  font-weight: bold;
  margin-right: 2px;
}
.bootstrap-table tr {
  color: black;
  background-color: rgba(255, 255, 255, 0.5);
}
.bootstrap-table tr:hover {
  background-color: #f5f5f5;
}
.bootstrap-table .sortable {
  cursor: pointer;
}
.bootstrap-table td a {
  color: #337ab7;
  text-decoration: none;
  cursor: pointer;
  margin-right: 5px;
}
.bootstrap-table td a i {
  font-size: large;
}
.bootstrap-table td a:last-of-type {
  margin-right: 0px;
}
.bootstrap-table thead tr {
  background-color: #f5f5f5;
}
.bootstrap-table .fixed-table-loading {
  z-index: 1199;
  background-color: #EEF6FF;
  opacity: 0.95;
  font-weight: bold;
}
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #fff;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table th {
  outline: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.separator-list {
  height: 15px;
}
.settings-list {
  background-color: aliceblue;
}
.settings.active {
  background-color: #428bca;
  border-radius: 2px;
}
.settings.active a {
  color: #ffffff;
}
.settings.active a:hover {
  text-decoration: none;
  background-color: #428bca;
  color: #ffffff;
}
.settings-inner i {
  font-size: 120%;
  color: #999999;
  float: right;
  margin-top: 1px;
}
.settings a {
  position: relative;
  display: block;
  padding: 3px 8px;
  border-radius: 2px;
}
.settings a:hover {
  text-decoration: none;
  background-color: #eeeeee;
  color: #2a6496;
}
.folder-list {
  background-color: aliceblue;
}
.folder {
  margin-bottom: 1px;
  font-size: 85%;
}
.folder .badge {
  float: right;
  font-size: 85%;
}
.folder a {
  position: relative;
  display: block;
  padding: 3px 8px;
  border-radius: 2px;
}
.folder a:hover {
  text-decoration: none;
  background-color: #eeeeee;
  color: #2a6496;
}
.folder.active {
  background-color: #428bca;
  border-radius: 2px;
}
.folder.active a {
  color: #ffffff;
}
.folder.active a:hover {
  text-decoration: none;
  background-color: #428bca;
  color: #ffffff;
}
.center-block {
  width: 50%;
  height: 300px;
  border: 1px solid black;
  border-radius: 4px;
  padding: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 150%;
  overflow: auto;
}
/* Registration modal */
#myModalRegistrations .modal-header {
  background-color: whitesmoke;
}
#myModalRegistrations .modal-content p {
  padding-left: 20px;
  margin-top: 5px;
}
#myModalRegistrations .btn-primary {
  width: 100%;
  margin-top: 5px;
}
#myModalRegistrations .modal-body {
  text-align: center;
  display: inline-block;
}
#myModalRegistrations button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reg-space {
  width: 100%;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#message {
  display: none;
}
.form-control.error {
  border: 1px dotted #cc5965;
}
label.error {
  color: #cc5965;
  display: inline-block;
}
.form-fields-container {
  display: inline-block;
  width: 100%;
}
.general-container-collapse {
  margin-top: 10px;
  background-color: aliceblue;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
}
.login_logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 250px;
  text-align: center;
  margin-top: 10%;
}
.login_logo img {
  height: 70px;
  width: 358px;
}
.hidden-object {
  display: none;
}
.top-offset {
  margin-top: 15px;
}
.bottom-offset {
  margin-bottom: 15px;
}
.left-offset {
  margin-left: 15px;
}
.fax-toolbar .fax-filter-container .table-fax-filter-th {
  padding: 8px;
  line-height: 15px;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fax-toolbar .fax-filter-container .multiselect-container {
  width: 190%;
}
/*Transition*/
@media only screen and (max-width: 767px) {
  .pushmenu,
  .pushmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.pushmenu {
  background: #F5F5F5;
  border-right: 4px solid #DDDDDD;
  position: fixed;
  width: 205px;
  height: 100%;
  top: 0;
  z-index: 1000;
  overflow-y: auto;
}
.pushmenu h3 {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  background: #F5F5F5;
  width: 100%;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 6px;
  border-bottom: 4px solid #DDDDDD;
}
.pushmenu .active {
  background: #C7C7C7;
}
.pushmenu a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 11px;
  cursor: pointer;
}
.pushmenu a:hover {
  background-color: #ffffff;
}
.pushmenu li {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #DDDDDD;
  padding: 0px;
  overflow-x: hidden;
  white-space: nowrap;
}
.pushmenu li.active {
  background: #C7C7C7;
}
.pushmenu ul {
  padding-left: 0px;
}
.pushmenu .dropdown-pushmenu {
  display: none;
  background-color: #F5F5F5;
  border-bottom: 1px solid #DDDDDD;
}
.pushmenu .dropdown-pushmenu a {
  font-size: 85%;
  padding-left: 30px;
}
.pushmenu .dropdown-pushmenu li:first-of-type a {
  border-top: 1px solid #DDDDDD;
}
.pushmenu-left {
  left: -205px;
}
.pushmenu-left.pushmenu-open {
  left: 0px;
}
.pushmenu-push {
  overflow-x: hidden;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .pushmenu-push {
    position: relative;
  }
}
.pushmenu-push-toright {
  left: 205px;
  position: fixed;
}
