/* 
Author: Start Bootstrap - http://startbootstrap.com
'SB Admin' HTML Template by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

/* ATTN: This is mobile first CSS - to update 786px and up screen width use the media query near the bottom of the document! */

/* Global Styles */

body {
  margin-top: 50px;
}

html {
    font-family: Quicksand,sans-serif;
    font-weight: 500;
}

#wrapper {
  padding-left: 0;
}

#page-wrapper {
  width: 100%;
  padding: 5px 8px;
}

/* Nav Messages */

.messages-dropdown .dropdown-menu .message-preview .avatar,
.messages-dropdown .dropdown-menu .message-preview .name,
.messages-dropdown .dropdown-menu .message-preview .message,
.messages-dropdown .dropdown-menu .message-preview .time {
  display: block;
}

.messages-dropdown .dropdown-menu .message-preview .avatar {
  float: left;
  margin-right: 15px;
}

.messages-dropdown .dropdown-menu .message-preview .name {
  font-weight: bold;
}

.messages-dropdown .dropdown-menu .message-preview .message {
  font-size: 12px;
}

.messages-dropdown .dropdown-menu .message-preview .time {
  font-size: 12px;
}


/* Nav Announcements */

.announcement-heading {
  font-size: 50px;
  margin: 0;
}

.announcement-text {
  margin: 0;
}

/* Table Headers */

table.tablesorter thead {
  cursor: pointer;
}

table.tablesorter thead tr th:hover {
  background-color: #f5f5f5;
}

/* Flot Chart Containers */

.flot-chart {
  display: block;
  height: 400px;
}

.flot-chart-content {
  width: 100%;
  height: 100%;
}




@media (max-width: 767px) {

  .bg-logo {
    height: 30px;
  }

  .bg-logo-client {
    height: 36px;
  }

  .bg-logo2-client {
    height: 36px;
  }

  .bg-powered-by {
    height: 22px;
  }


}

/* Edit Below to Customize Widths > 768px */
@media (min-width:768px) {

  .bg-logo {
    height: 22px;
  }

  .bg-login-logo-client {
    max-height: 55px;
    max-width: 260px;
    padding-top: 3px;
  }

  .bg-login-logo2-client {
    max-height: 40px;
    max-width: 200px;
    padding-top: 8px;
  }
  

  .bg-logo-client {
    max-height: 50px;
    max-width: 250px;
    padding-top: 3px;
  }

  .bg-logo2-client {
    max-height: 40px;
    max-width: 200px;
    padding-top: 8px;
  }

  .bg-powered-by {
    height: 30px;
  }


  /* Wrappers */

  #wrapper {
    padding-left: 180px;
  }

  #page-wrapper {
    padding: 4px 8px;
  }

  /* Side Nav */

  .side-nav {
    font-size: 95%;
    margin-left: -180px;
    left: 180px;
    width: 180px;
    position: fixed;
    top: 62px;
    height: 100%;
    border-radius: 0;
    border: none;
    background-color: #f8f8f8;
    overflow-y: auto;
  }

  /* Bootstrap Default Overrides - Customized Dropdowns for the Side Nav */

  .side-nav>li.dropdown>ul.dropdown-menu {
    position: relative;
    min-width: 160px;
    margin: 0;
    padding: 0;
    font-size: 90%;
    border: none;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
  }

  .side-nav>li.dropdown>ul.dropdown-menu>li>a {
    color: #151212;
    padding: 5px 15px 5px 35px;
  }

  .side-nav>li.dropdown>ul.dropdown-menu>li>a:hover,
  .side-nav>li.dropdown>ul.dropdown-menu>li>a.active,
  .side-nav>li.dropdown>ul.dropdown-menu>li>a:focus {
    color: #fff;
    background-color: #868484;
  }

  .side-nav>li>a {
    width: 180px;
  }

  .navbar-inverse .navbar-nav>li>a:hover,
  .navbar-inverse .navbar-nav>li>a:focus {
    background-color: #DADADA;
  }

  /* Nav Messages */

  .messages-dropdown .dropdown-menu {
    min-width: 300px;
  }

  .messages-dropdown .dropdown-menu li a {
    white-space: normal;
  }

}








.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;

  z-index: 20000;
  position: fixed;
  margin: auto;
  top: 12px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 50px;
  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;

  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  display: block;
  position: absolute;
  right: 100%;
  margin-right: -7px;
  width: 93%;
  top: 7px;
  height: 14px;
  font-size: 12px;
  background: #80d12e;
  color: #80d12e;
  line-height: 60px;
  font-weight: bold;
  font-family: Quicksand,sans-serif;

  -webkit-box-shadow: 120px 0 #fff, 240px 0 #fff;
  -ms-box-shadow: 120px 0 #fff, 240px 0 #fff;
  box-shadow: 120px 0 #fff, 240px 0 #fff;
}

.pace .pace-progress:after {
  content: attr(data-progress-text);
  display: inline-block;
  position: fixed;
  width: 45px;
  text-align: right;
  right: 0;
  padding-right: 16px;
  top: 4px;
}

.pace .pace-progress[data-progress-text="0%"]:after {
  right: -200px
}

.pace .pace-progress[data-progress-text="1%"]:after {
  right: -198.14px
}

.pace .pace-progress[data-progress-text="2%"]:after {
  right: -196.28px
}

.pace .pace-progress[data-progress-text="3%"]:after {
  right: -194.42px
}

.pace .pace-progress[data-progress-text="4%"]:after {
  right: -192.56px
}

.pace .pace-progress[data-progress-text="5%"]:after {
  right: -190.7px
}

.pace .pace-progress[data-progress-text="6%"]:after {
  right: -188.84px
}

.pace .pace-progress[data-progress-text="7%"]:after {
  right: -186.98px
}

.pace .pace-progress[data-progress-text="8%"]:after {
  right: -185.12px
}

.pace .pace-progress[data-progress-text="9%"]:after {
  right: -183.26px
}

.pace .pace-progress[data-progress-text="10%"]:after {
  right: -181.4px
}

.pace .pace-progress[data-progress-text="11%"]:after {
  right: -179.54px
}

.pace .pace-progress[data-progress-text="12%"]:after {
  right: -177.68px
}

.pace .pace-progress[data-progress-text="13%"]:after {
  right: -175.82px
}

.pace .pace-progress[data-progress-text="14%"]:after {
  right: -173.96px
}

.pace .pace-progress[data-progress-text="15%"]:after {
  right: -172.1px
}

.pace .pace-progress[data-progress-text="16%"]:after {
  right: -170.24px
}

.pace .pace-progress[data-progress-text="17%"]:after {
  right: -168.38px
}

.pace .pace-progress[data-progress-text="18%"]:after {
  right: -166.52px
}

.pace .pace-progress[data-progress-text="19%"]:after {
  right: -164.66px
}

.pace .pace-progress[data-progress-text="20%"]:after {
  right: -162.8px
}

.pace .pace-progress[data-progress-text="21%"]:after {
  right: -160.94px
}

.pace .pace-progress[data-progress-text="22%"]:after {
  right: -159.08px
}

.pace .pace-progress[data-progress-text="23%"]:after {
  right: -157.22px
}

.pace .pace-progress[data-progress-text="24%"]:after {
  right: -155.36px
}

.pace .pace-progress[data-progress-text="25%"]:after {
  right: -153.5px
}

.pace .pace-progress[data-progress-text="26%"]:after {
  right: -151.64px
}

.pace .pace-progress[data-progress-text="27%"]:after {
  right: -149.78px
}

.pace .pace-progress[data-progress-text="28%"]:after {
  right: -147.92px
}

.pace .pace-progress[data-progress-text="29%"]:after {
  right: -146.06px
}

.pace .pace-progress[data-progress-text="30%"]:after {
  right: -144.2px
}

.pace .pace-progress[data-progress-text="31%"]:after {
  right: -142.34px
}

.pace .pace-progress[data-progress-text="32%"]:after {
  right: -140.48px
}

.pace .pace-progress[data-progress-text="33%"]:after {
  right: -138.62px
}

.pace .pace-progress[data-progress-text="34%"]:after {
  right: -136.76px
}

.pace .pace-progress[data-progress-text="35%"]:after {
  right: -134.9px
}

.pace .pace-progress[data-progress-text="36%"]:after {
  right: -133.04px
}

.pace .pace-progress[data-progress-text="37%"]:after {
  right: -131.18px
}

.pace .pace-progress[data-progress-text="38%"]:after {
  right: -129.32px
}

.pace .pace-progress[data-progress-text="39%"]:after {
  right: -127.46px
}

.pace .pace-progress[data-progress-text="40%"]:after {
  right: -125.6px
}

.pace .pace-progress[data-progress-text="41%"]:after {
  right: -123.74px
}

.pace .pace-progress[data-progress-text="42%"]:after {
  right: -121.88px
}

.pace .pace-progress[data-progress-text="43%"]:after {
  right: -120.02px
}

.pace .pace-progress[data-progress-text="44%"]:after {
  right: -118.16px
}

.pace .pace-progress[data-progress-text="45%"]:after {
  right: -116.3px
}

.pace .pace-progress[data-progress-text="46%"]:after {
  right: -114.44px
}

.pace .pace-progress[data-progress-text="47%"]:after {
  right: -112.58px
}

.pace .pace-progress[data-progress-text="48%"]:after {
  right: -110.72px
}

.pace .pace-progress[data-progress-text="49%"]:after {
  right: -108.86px
}

.pace .pace-progress[data-progress-text="50%"]:after {
  right: -107px
}

.pace .pace-progress[data-progress-text="51%"]:after {
  right: -105.14px
}

.pace .pace-progress[data-progress-text="52%"]:after {
  right: -103.28px
}

.pace .pace-progress[data-progress-text="53%"]:after {
  right: -101.42px
}

.pace .pace-progress[data-progress-text="54%"]:after {
  right: -99.56px
}

.pace .pace-progress[data-progress-text="55%"]:after {
  right: -97.7px
}

.pace .pace-progress[data-progress-text="56%"]:after {
  right: -95.84px
}

.pace .pace-progress[data-progress-text="57%"]:after {
  right: -93.98px
}

.pace .pace-progress[data-progress-text="58%"]:after {
  right: -92.12px
}

.pace .pace-progress[data-progress-text="59%"]:after {
  right: -90.26px
}

.pace .pace-progress[data-progress-text="60%"]:after {
  right: -88.4px
}

.pace .pace-progress[data-progress-text="61%"]:after {
  right: -86.53999999999999px
}

.pace .pace-progress[data-progress-text="62%"]:after {
  right: -84.68px
}

.pace .pace-progress[data-progress-text="63%"]:after {
  right: -82.82px
}

.pace .pace-progress[data-progress-text="64%"]:after {
  right: -80.96000000000001px
}

.pace .pace-progress[data-progress-text="65%"]:after {
  right: -79.1px
}

.pace .pace-progress[data-progress-text="66%"]:after {
  right: -77.24px
}

.pace .pace-progress[data-progress-text="67%"]:after {
  right: -75.38px
}

.pace .pace-progress[data-progress-text="68%"]:after {
  right: -73.52px
}

.pace .pace-progress[data-progress-text="69%"]:after {
  right: -71.66px
}

.pace .pace-progress[data-progress-text="70%"]:after {
  right: -69.8px
}

.pace .pace-progress[data-progress-text="71%"]:after {
  right: -67.94px
}

.pace .pace-progress[data-progress-text="72%"]:after {
  right: -66.08px
}

.pace .pace-progress[data-progress-text="73%"]:after {
  right: -64.22px
}

.pace .pace-progress[data-progress-text="74%"]:after {
  right: -62.36px
}

.pace .pace-progress[data-progress-text="75%"]:after {
  right: -60.5px
}

.pace .pace-progress[data-progress-text="76%"]:after {
  right: -58.64px
}

.pace .pace-progress[data-progress-text="77%"]:after {
  right: -56.78px
}

.pace .pace-progress[data-progress-text="78%"]:after {
  right: -54.92px
}

.pace .pace-progress[data-progress-text="79%"]:after {
  right: -53.06px
}

.pace .pace-progress[data-progress-text="80%"]:after {
  right: -51.2px
}

.pace .pace-progress[data-progress-text="81%"]:after {
  right: -49.34px
}

.pace .pace-progress[data-progress-text="82%"]:after {
  right: -47.480000000000004px
}

.pace .pace-progress[data-progress-text="83%"]:after {
  right: -45.62px
}

.pace .pace-progress[data-progress-text="84%"]:after {
  right: -43.76px
}

.pace .pace-progress[data-progress-text="85%"]:after {
  right: -41.9px
}

.pace .pace-progress[data-progress-text="86%"]:after {
  right: -40.04px
}

.pace .pace-progress[data-progress-text="87%"]:after {
  right: -38.18px
}

.pace .pace-progress[data-progress-text="88%"]:after {
  right: -36.32px
}

.pace .pace-progress[data-progress-text="89%"]:after {
  right: -34.46px
}

.pace .pace-progress[data-progress-text="90%"]:after {
  right: -32.6px
}

.pace .pace-progress[data-progress-text="91%"]:after {
  right: -30.740000000000002px
}

.pace .pace-progress[data-progress-text="92%"]:after {
  right: -28.880000000000003px
}

.pace .pace-progress[data-progress-text="93%"]:after {
  right: -27.02px
}

.pace .pace-progress[data-progress-text="94%"]:after {
  right: -25.16px
}

.pace .pace-progress[data-progress-text="95%"]:after {
  right: -23.3px
}

.pace .pace-progress[data-progress-text="96%"]:after {
  right: -21.439999999999998px
}

.pace .pace-progress[data-progress-text="97%"]:after {
  right: -19.58px
}

.pace .pace-progress[data-progress-text="98%"]:after {
  right: -17.72px
}

.pace .pace-progress[data-progress-text="99%"]:after {
  right: -15.86px
}

.pace .pace-progress[data-progress-text="100%"]:after {
  right: -14px
}


.pace .pace-activity {
  position: absolute;
  width: 100%;
  height: 28px;
  z-index: 200001;
  box-shadow: inset 0 0 0 2px #80d12e, inset 0 0 0 7px #FFF;
  border-radius: 10px;
}

.pace.pace-inactive {
  display: none;
}










.pull-right .dropdown-menu:after {
  left: auto;
  right: 13px;
}

.pull-right .dropdown-menu {
  left: auto;
  right: 0;
}




.form_img_progress {
  position: relative;
  width: 100%;
  border: 1px solid #ddd;
  padding: 1px;
  border-radius: 3px;
}

.form_img_bar {
  background-color: #B4F5B4;
  width: 0%;
  height: 20px;
  border-radius: 3px;
}

.form_img_percent {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 48%;
}




.panel-green {
  border-color: #5cb85c4a;
}

.panel-green .panel-heading {
  border-color: #5cb85c4a;
  color: #fff;
  background-color: #5aa35ac9;
}

.panel-green a {
  color: #5aa35ac9;
}

.panel-green a:hover {
  color: #3d8b3d;
}

.panel-red {
  border-color: #d9534f4f;
}

.panel-red .panel-heading {
  border-color: #d9534f4f;
  color: #fff;
  background-color: #d9534f;
}

.panel-red a {
  color: #d9534f;
}

.panel-red a:hover {
  color: #b52b27;
}

.panel-yellow {
  border-color: #f0ad4e63;
}

.panel-yellow .panel-heading {
  border-color: #f0ad4e63;
  color: #fff;
  background-color: #f0ad4e;
}

.panel-yellow a {
  color: #f0ad4e;
}

.panel-yellow a:hover {
  color: #df8a13;
}









.has-error {
  border-color: #a94442;
}











.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  right: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
















/*
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.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);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}
.fileupload {
  margin-bottom: 9px;
}
.fileupload .uneditable-input {
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
}
.fileupload .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}
.fileupload .thumbnail > img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}
.fileupload .btn {
  vertical-align: middle;
}
.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
  display: none;
}
.fileupload-inline .fileupload-controls {
  display: inline;
}
.fileupload-new .input-group .btn-file {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.thumbnail-borderless .thumbnail {
  border: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.fileupload-new.thumbnail-borderless .thumbnail {
  border: 1px solid #ddd;
}
.control-group.warning .fileupload .uneditable-input {
  color: #a47e3c;
  border-color: #a47e3c;
}
.control-group.warning .fileupload .fileupload-preview {
  color: #a47e3c;
}
.control-group.warning .fileupload .thumbnail {
  border-color: #a47e3c;
}
.control-group.error .fileupload .uneditable-input {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error .fileupload .fileupload-preview {
  color: #b94a48;
}
.control-group.error .fileupload .thumbnail {
  border-color: #b94a48;
}
.control-group.success .fileupload .uneditable-input {
  color: #468847;
  border-color: #468847;
}
.control-group.success .fileupload .fileupload-preview {
  color: #468847;
}
.control-group.success .fileupload .thumbnail {
  border-color: #468847;
}*/







/*applied to containers to set a background and border color. Tabs, NavigationBar, Calendar content.*/
.jqx-widget-content {
  font-family: Quicksand,sans-serif;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 13px;
}



.cell_editable {
  color: #006600;
}

.cell_editable:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected),
.jqx-widget .cell_editable:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
  color: #006600;

}


















.panel-purple-2.panel-colorful {
  background-color: #986291;
  border-color: #986291;
  color: #fff;
}


.panel-warning-2.panel-colorful {
  background-color: #ebaa4b;
  border-color: #ebaa4b;
  color: #fff;
}

.panel-primary-2.panel-colorful {
  background-color: #5fa2dd;
  border-color: #5fa2dd;
  color: #fff;
}

.panel-dark-2.panel-colorful {
  background-color: #3b4146;
  border-color: #3b4146;
  color: #fff;
}


.panel-success-2.panel-colorful {
  background-color: #5aa35ac9;
  border-color: #5aa35ac9;
  color: #fff;
}


.text-3x {
  line-height: 1.10;
  font-size: 1.2em;
}

.text-4x {
  line-height: 1.10;
  font-size: 1.6em;
}

.text-5x {
  line-height: 1.25;
  font-size: 2em;
}




.bg-purple,
.bg-purple a {
  color: #fff;
}

.bg-purple {
  background-color: #986291;
}

.icon-wrap-sm {
  padding: 12px;
}

.icon-wrap {
  display: inline-block;
  padding: 10px;
  border-radius: 2px;
}


.bg-mint,
.bg-mint a {
  color: #fff;
}

.bg-mint {
  background-color: #50c7a7;
}

.icon-wrap-sm {
  padding: 12px;
}



.icon-wrap i {
  display: block;
  line-height: 1em;
  text-align: center;
  position: relative;
  width: 1em;
  padding-top: 1em;
  vertical-align: middle;
}




.table .min-width {
  width: 1%;
  white-space: nowrap;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.table.table-vcenter td {
  vertical-align: middle;
}

.text-semibold {
  font-weight: 600;
}



.panel-heading-2:before {
  /* content: "\f0fb"; */
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}






.bg-success,
.bg-success a {
  color: #fff;
}

.bg-success {
  background-color: #5aa35ac9;
}

.widget-header {
  /*padding: 15px 15px 50px 15px;*/
  min-height: 120px;
  position: relative;
  overflow: hidden;

  padding: 0 10px;
  height: 35px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: lightgray;
  background-color: #eeeeee;

}


.widget-bg {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  /*min-height: 100%;*/
  height: 125px;
}

.widget-body {
  padding: 40px 15px 5px;
  position: relative;
}

.widget-img {
  position: absolute;
  width: 64px;
  height: 64px;
  left: 50%;
  margin-left: -32px;
  top: -32px;
}

.img-circle {
  border-radius: 50%;
}


.img-border-light {
  box-shadow: 0 0 0 4px #fff;
}


.mar-btm {
  margin-bottom: 5px;
}


.pad-top {
  padding-top: 7px;
}

.mar-no {
  margin: 0 !important;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}


.text-sm {
  font-size: 0.10em;
}


.text-lg {
  font-size: 1.00em;
  font-weight: 550;
}

.text-muted,
a.text-muted:hover,
a.text-muted:focus,
a.text-muted:focus {
  color: #A59F9F;
  font-size: 0.85em;
}


.pad-ver {
  padding-top: 10px;
  padding-bottom: 5px;
}







.pad-all {
  padding: 6px;
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}

.media-body {
  width: 10000px;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}


.media-left,
.media>.pull-left {
  padding-right: 10px;
}


.mar-no {
  margin: 0 !important;
}

.text-2x {
  font-size: 1.2em;
}

.text-thin {
  font-weight: 300;
}

.text-muted,
a.text-muted:hover,
a.text-muted:focus,
a.text-muted:focus {
  color: #606060;
}

.mar-no {
  margin: 0 !important;
}

.text-muted {
  color: #777;
}



.icon-wrap-sm {
  padding: 12px;
}

.icon-wrap {
  display: inline-block;
  padding: 10px;
  border-radius: 2px;
}


.icon-wrap i {
  display: block;
  line-height: 1em;
  text-align: center;
  position: relative;
  width: 1em;
  padding-top: 1em;
  vertical-align: middle;
}






.regular-checkbox {
  display: none;
}

.regular-checkbox+label {
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  /*height: 20px; */
}

.regular-checkbox+label:active,
.regular-checkbox:checked+label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.regular-checkbox:checked+label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}

.regular-checkbox:checked+label:after {
  content: '\2714';
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #99a1a7;
}


.big-checkbox+label {
  padding: 18px;
}

.big-checkbox:checked+label:after {
  font-size: 18px;
  left: 6px;
}



.radio-1 {
  width: 193px;
}

.button-holder {
  float: left;
}

/* RADIO */

.regular-radio {
  display: none;
}

.regular-radio+label {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
}

.regular-radio:checked+label:after {
  content: ' ';
  width: 12px;
  height: 12px;
  border-radius: 50px;
  position: absolute;
  top: 3px;
  background: #99a1a7;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
  text-shadow: 0px;
  left: 3px;
  font-size: 32px;
}

.regular-radio:checked+label {
  background-color: #e9ecee;
  color: #99a1a7;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.regular-radio+label:active,
.regular-radio:checked+label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.big-radio+label {
  padding: 16px;
}

.big-radio:checked+label:after {
  width: 24px;
  height: 24px;
  left: 4px;
  top: 4px;
}






/* SLIDE ONE */
.slideOne {
  width: 50px;
  height: 10px;
  background: #333;
  margin: 20px auto;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;

  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.slideOne label {
  display: block;
  width: 16px;
  height: 16px;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;

  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
  position: absolute;
  top: -3px;
  left: -3px;

  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  background: #fcfff4;

  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4', endColorstr='#b3bead', GradientType=0);
}

.slideOne input[type=checkbox]:checked+label {
  left: 37px;
}

/* SLIDE TWO */
.slideTwo {
  width: 80px;
  height: 30px;
  background: #333;
  margin: 20px auto;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;

  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.slideTwo:after {
  content: '';
  position: absolute;
  top: 14px;
  left: 14px;
  height: 2px;
  width: 52px;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #111;

  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.slideTwo label {
  display: block;
  width: 22px;
  height: 22px;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;

  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
  position: absolute;
  top: 4px;
  z-index: 1;
  left: 4px;

  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  background: #fcfff4;

  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4', endColorstr='#b3bead', GradientType=0);
}

.slideTwo label:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #333;
  left: 6px;
  top: 6px;

  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 1), 0px 1px 0px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 1), 0px 1px 0px rgba(255, 255, 255, 0.9);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 1), 0px 1px 0px rgba(255, 255, 255, 0.9);
}

.slideTwo input[type=checkbox]:checked+label {
  left: 54px;
}

.slideTwo input[type=checkbox]:checked+label:after {
  background: #00bf00;
}

/* SLIDE THREE */
.slideThree {
  width: 80px;
  height: 26px;
  background: #333;
  margin: 20px auto;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;

  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.slideThree:after {
  content: 'OFF';
  font: 12px/26px Arial, sans-serif;
  color: #000;
  position: absolute;
  right: 10px;
  z-index: 0;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, .15);
}

.slideThree:before {
  content: 'ON';
  font: 12px/26px Arial, sans-serif;
  color: #00bf00;
  position: absolute;
  left: 10px;
  z-index: 0;
  font-weight: bold;
}

.slideThree label {
  display: block;
  width: 34px;
  height: 20px;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;

  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;

  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  background: #fcfff4;

  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4', endColorstr='#b3bead', GradientType=0);
}

.slideThree input[type=checkbox]:checked+label {
  left: 43px;
}

/* ROUNDED ONE */
.roundedOne {
  width: 28px;
  height: 28px;
  background: #fcfff4;

  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4', endColorstr='#b3bead', GradientType=0);
  margin: 20px auto;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;

  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  position: relative;
}

.roundedOne label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  left: 4px;
  top: 4px;

  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 1);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 1);

  background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
  background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
  background: -o-linear-gradient(top, #222 0%, #45484d 100%);
  background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
  background: linear-gradient(top, #222 0%, #45484d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222', endColorstr='#45484d', GradientType=0);
}

.roundedOne label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: #00bf00;

  background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
  background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
  background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
  background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
  background: linear-gradient(top, #00bf00 0%, #009400 100%);

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  top: 2px;
  left: 2px;

  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.roundedOne label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.roundedOne input[type=checkbox]:checked+label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

/* ROUNDED TWO */
.roundedTwo {
  width: 28px;
  height: 28px;
  background: #fcfff4;

  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4', endColorstr='#b3bead', GradientType=0);
  margin: 20px auto;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;

  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  position: relative;
}

.roundedTwo label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  left: 4px;
  top: 4px;

  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 1);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 1);

  background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
  background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
  background: -o-linear-gradient(top, #222 0%, #45484d 100%);
  background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
  background: linear-gradient(top, #222 0%, #45484d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222', endColorstr='#45484d', GradientType=0);
}

.roundedTwo label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 5px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;

  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.roundedTwo label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.roundedTwo input[type=checkbox]:checked+label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}






/* SQUARED ONE http://cssdeck.com/labs/css-checkbox-styles */
.squaredOne {
  width: 28px;
  height: 28px;
  background: #fcfff4;

  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4', endColorstr='#b3bead', GradientType=0);
  margin: 20px auto;
  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  position: relative;
}

.squaredOne label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 4px;
  top: 4px;

  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 1);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 1);

  background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
  background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
  background: -o-linear-gradient(top, #222 0%, #45484d 100%);
  background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
  background: linear-gradient(top, #222 0%, #45484d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222', endColorstr='#45484d', GradientType=0);
}

.squaredOne label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: #00bf00;

  background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
  background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
  background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
  background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
  background: linear-gradient(top, #00bf00 0%, #009400 100%);

  top: 2px;
  left: 2px;

  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.squaredOne label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.squaredOne input[type=checkbox]:checked+label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

/* SQUARED TWO */
.squaredTwo {
  width: 28px;
  height: 28px;
  background: #fcfff4;

  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4', endColorstr='#b3bead', GradientType=0);
  margin: 20px auto;

  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  position: relative;
}

.squaredTwo label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 4px;
  top: 4px;

  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 1);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 1);

  background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
  background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
  background: -o-linear-gradient(top, #222 0%, #45484d 100%);
  background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
  background: linear-gradient(top, #222 0%, #45484d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222', endColorstr='#45484d', GradientType=0);
}

.squaredTwo label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;

  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.squaredTwo label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.squaredTwo input[type=checkbox]:checked+label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}


/* SQUARED THREE */
.squaredThree {
  width: 20px;
  margin: 20px auto;
  position: relative;
}

.squaredThree label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  border-radius: 4px;

  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, .4);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, .4);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, .4);

  background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
  background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
  background: -o-linear-gradient(top, #222 0%, #45484d 100%);
  background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
  background: linear-gradient(top, #222 0%, #45484d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222', endColorstr='#45484d', GradientType=0);
}

.squaredThree label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;

  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.squaredThree label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.squaredThree input[type=checkbox]:checked+label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

/* SQUARED FOUR */
.squaredFour {
  width: 20px;
  margin: 20px auto;
  position: relative;
}

.squaredFour label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  border-radius: 4px;

  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  background: #fcfff4;

  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4', endColorstr='#b3bead', GradientType=0);
}

.squaredFour label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: 4px;
  border: 3px solid #333;
  border-top: none;
  border-right: none;

  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.squaredFour label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.5;
}

.squaredFour input[type=checkbox]:checked+label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}





.ui-pnotify h4 {
  font-size: 12px;
}



.ui-pnotify-text {
  font-size: 10px;
}




.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
  font-size: 85%;
}

.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #eeeeee;
}

.timeline>li {
  position: relative;
  margin-bottom: 20px;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li>.timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 10px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline>li>.timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -15px;
  border-top: 15px solid transparent;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ccc;
}

.timeline>li>.timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -14px;
  border-top: 14px solid transparent;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #fff;
}

.timeline>li>.timeline-badge {
  z-index: 100;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 50px;
  color: #fff;
  background-color: #999999;
}


.timeline>li>.timeline-badge_date {
  z-index: 100;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 150px;
  height: 50px;
  margin-left: -75px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 50px;
  color: #fff;
  background-color: red;
}


.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #5aa35ac9 !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body>p,
.timeline-body>ul {
  margin-bottom: 0;
}

.timeline-body>p+p {
  margin-top: 5px;
}

@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }

  ul.timeline>li>.timeline-panel {
    width: calc(10%);
    width: -moz-calc(10%);
    width: -webkit-calc(10%);
  }

  ul.timeline>li>.timeline-badge {
    top: 16px;
    left: 15px;
    margin-left: 0;
  }

  ul.timeline>li>.timeline-panel {
    float: right;
  }

  ul.timeline>li>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }

  ul.timeline>li>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
}



.timeline>p {
  margin: 0 0 5px;
}



.bg-color-blue {
  background-color: #1D92AF;
}

.bg-color-red {
  background-color: red;
}

.bg-color-green {
  background-color: #859419;
}

.bg-color-orange {
  background-color: #CE7B11;
}



#noresults {
  width: 396px;
  display: none;
  margin: auto;
  text-align: left;
  margin-top: 12px;
  padding: 0px 8px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}



.container-result {
  margin-top: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

hgroup {
  padding-left: 15px;
  border-bottom: 1px solid #ccc;
}

hgroup h1 {
  font: 500 normal 1.625em "Roboto", Arial, Verdana, sans-serif;
  color: #2a3644;
  margin-top: 0;
  line-height: 1.15;
}

hgroup h2.lead {
  font: normal normal 1.125em "Roboto", Arial, Verdana, sans-serif;
  color: #2a3644;
  margin: 0;
  padding-bottom: 10px;
}

.search-result .thumbnail {
  border-radius: 0 !important;
}

.search-result:first-child {
  margin-top: 0 !important;
}

.search-result {
  margin-top: 20px;
}

.search-result .col-md-2 {
  border-right: 1px dotted #ccc;
  min-height: 80px;
}

.search-result ul {
  padding-left: 0 !important;
  list-style: none;
}

.search-result ul li {
  font: 400 normal .85em "Roboto", Arial, Verdana, sans-serif;
  line-height: 30px;
}

.search-result ul li i {
  padding-right: 5px;
}

.search-result .col-md-7 {
  position: relative;
}

.search-result h3 {
  font: 500 normal 1.375em "Roboto", Arial, Verdana, sans-serif;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

.search-result h3>a,
.search-result i {
  color: #248dc1 !important;
}

.search-result p {
  font: normal normal 1.125em "Roboto", Arial, Verdana, sans-serif;
}

.search-result span.plus {
  /*position: absolute;*/
  right: 0;
  /*top: 126px;*/
}

.search-result span.plus a {
  background-color: #248dc1;
  padding: 5px 5px 3px 5px;
}

.search-result span.plus a:hover {
  background-color: #414141;
}

.search-result span.plus a i {
  color: #fff !important;
}

.search-result span.border {
  display: block;
  width: 97%;
  margin: 0 15px;
  border-bottom: 1px dotted #ccc;
}

.input-group {
  width: 100%;
}


.sides {
  margin: 0;
}

.left {
  float: left;
  width: 22%;
  min-width: 110px;
  overflow: hidden;
}

.right {
  float: left;
  width: 76%;
  /*overflow:hidden;*/
}




@media (max-width: 767px) {

  .left {
    width: 100%;
  }

  .right {
    width: 100%;
  }

}



/*
input:read-only {
  background-color: rgb(247, 247, 240);
}
*/



.side-nav>li.dropdown>ul.dropdown-menu>li>a {
  display: block;
  font-weight: 500;
  color: #000000;
  word-wrap: break-word;
  white-space: normal;
}



.fileinput .close {
  position: relative;
  top: 7px;
  margin-left: 10px;
  font-size: 22px;
  float: none;
}

.fileinput .input-group-addon {
  padding: 0 10px;
  vertical-align: middle;
}

.fileinput .fileinput-preview {
  width: 100px;
  height: 120px;
  position: relative;
}

.fileinput .fileinput-preview img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -13px;
}

.fileinput .fileinput-preview:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.sweet-alert {
  border-radius: 2px;
  font-family: inherit;
  padding: 30px;
}

.sweet-alert>h2 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin: 0 0 5px;
}

.sweet-alert p {
  font-size: 13px;
  color: #5e5e5e;
}

.sweet-alert button {
  font-size: 12px;
  text-transform: uppercase;
  padding: 6px 10px;
  font-weight: 300;
  border-radius: 2px;
}

.sweet-alert .sa-icon {
  margin: 0 auto 20px;
}













#fc-actions {
  position: absolute;
  top: 24px;
  right: 12px;
}

.fc {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
  margin-bottom: 30px;
}

.fc td {
  border-color: #f0f0f0;
  text-align: center !important;
}

.fc th {
  background: #CDE24D;
  color: #000;
  font-weight: 500;
  padding: 6px 0;
}

.fc table tr>td:first-child {
  border-left-width: 0;
}

.fc .ui-widget-header {
  border-width: 0;
}

.fc-toolbar {
  background-color: #CDE24D;
  margin-bottom: 0;
  padding: 20px 7px 19px;
  position: relative;
}

.fc-toolbar h2 {
  color: #000;
  margin-top: 7px;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

.fc-toolbar .ui-button {
  border: 0;
  background: 0 0;
  padding: 0;
  outline: 0 !important;
  text-align: center;
}

.fc-toolbar .ui-button>span {
  position: relative;
  font-family: Quicksand,sans-serif;
  font-size: 20px;
  color: #FFF;
  line-height: 100%;
  width: 30px;
  padding-top: 5px;
  display: block;
  margin-top: 2px;
}

.fc-toolbar .ui-button>span:before {
  position: relative;
  z-index: 1;
}

.fc-toolbar .ui-button>span.ui-icon-circle-triangle-w:before {
  content: "\f297"
}

.fc-toolbar .ui-button>span.ui-icon-circle-triangle-e:before {
  content: "\f298"
}

.fc-toolbar .ui-button>span:after {
  content: "";
  width: 0;
  position: absolute;
  top: 50%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  z-index: 0;
  -webkit-transition: all;
  -moz-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fc-toolbar .ui-button:hover>span:after {
  width: 31px;
  height: 31px;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .2);
}

.fc-event {
  padding: 0;
  font-size: 11px;
  border-radius: 0;
  border: 0;
}

.fc-event .fc-title {
  padding: 2px 0;
  display: block;
}

.fc-event .fc-time {
  float: left;
  background: rgba(0, 0, 0, .2);
  padding: 2px 6px;
  margin: 0 0 0 -1px;
}

.fc-view,
.fc-view>table {
  border: 0;
  overflow: hidden;
}

.fc-view>table>tbody>tr>.ui-widget-content {
  border-top: 0;
}

div.fc-row {
  margin-right: 0 !important;
  border: 0 !important;
}

.event-tag {
  margin-top: 5px;
}

.event-tag>span {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.event-tag>span:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

.event-tag>span.selected:before {
  font-family: 'Material Design Iconic Font';
  content: "\f299";
  position: absolute;
  text-align: center;
  top: 3px;
  width: 100%;
  font-size: 17px;
  color: #FFF;
}



label {
  font-weight: normal;
}

.control-label {
  text-align: left;
  font-size: 95%;
  color: #4a4949;
}



.dropdown-menu {
  z-index: 50000;
}




.imput_required {
  border-color: rgb(239, 85, 82);
}



.jqx-fill-state-normal {
  font-size: 12px;
}


.jqx-rc-all {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}



.jqx-rc-t {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}


.jqx-widget-header {
  /*border-color: #c5c5c5;*/
  border-color: #f5f5f5;
  background: #f5f5f5;
}



.panel {
  margin-bottom: 15px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}


.btn,
.btn-sm,
.dropdown-menu {
  border-radius: 0px;
}











.ui-accordion h3 {
  font-size: 13pt;
  padding: 5px;
  margin-top: 10px;
}


.ui-accordion-content {
  width: 100%;
  background-color: #f3f3f3;
  color: #777;
  font-size: 10pt;
  line-height: 16pt;
}



.ui-accordion-content>* {
  margin: 0;
  padding: 20px;
}



.ui-accordion-content a {
  color: #777;
}



.ui-accordion-header {
  background-color: #ccc;
  margin: 0px;
}


.ui-accordion-header a {
  color: #fff;
  line-height: 42px;
  display: block;
  font-size: 12pt;
  width: 100%;
  text-indent: 10px;
}



.ui-accordion-header:first-of-type {
  background-color: #fa9300;
  background-image: -moz-linear-gradient(top, #fa9300 0%, #dc621e 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fa9300), color-stop(100%, #dc621e));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #fa9300 0%, #dc621e 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, #fa9300 0%, #dc621e 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, #fa9300 0%, #dc621e 100%);
  /* IE10+ */
  background-image: linear-gradient(to bottom, #fa9300 0%, #dc621e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa9300', endColorstr='#dc621e', GradientType=0);
  /* IE6-9 */
}


.ui-accordion-header:nth-of-type(2) {
  background-color: #389abe;
  background-image: -moz-linear-gradient(top, #389abe 0%, #2a7b99 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #389abe), color-stop(100%, #2a7b99));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #389abe 0%, #2a7b99 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, #389abe 0%, #2a7b99 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, #389abe 0%, #2a7b99 100%);
  /* IE10+ */
  background-image: linear-gradient(to bottom, #389abe 0%, #2a7b99 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#389abe', endColorstr='#2a7b99', GradientType=0);
  /* IE6-9 */
}

.ui-accordion-header:nth-of-type(3) {
  background-color: #f87aa0;
  /* Old browsers */
  background-image: -moz-linear-gradient(top, #f87aa0 0%, #c86585 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f87aa0), color-stop(100%, #c86585));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #f87aa0 0%, #c86585 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, #f87aa0 0%, #c86585 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, #f87aa0 0%, #c86585 100%);
  /* IE10+ */
  background-image: linear-gradient(to bottom, #f87aa0 0%, #c86585 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f87aa0', endColorstr='#c86585', GradientType=0);
  /* IE6-9 */
}

.ui-accordion-header:nth-of-type(4) {
  background-color: #a8b700;
  background-image: -moz-linear-gradient(top, #a8b700 0%, #82922a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a8b700), color-stop(100%, #82922a));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #a8b700 0%, #82922a 100%);
  background-image: -o-linear-gradient(top, #a8b700 0%, #82922a 100%);
  background-image: -ms-linear-gradient(top, #a8b700 0%, #82922a 100%);
  background-image: linear-gradient(to bottom, #a8b700 0%, #82922a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8b700', endColorstr='#82922a', GradientType=0);
  /* IE6-9 */
}



.ui-accordion-header:last-of-type {
  background-color: #b3bec4;
  background-image: -moz-linear-gradient(top, #b3bec4 0%, #95a0a4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b3bec4), color-stop(100%, #95a0a4));
  background-image: -webkit-linear-gradient(top, #b3bec4 0%, #95a0a4 100%);
  background-image: -o-linear-gradient(top, #b3bec4 0%, #95a0a4 100%);
  background-image: -ms-linear-gradient(top, #b3bec4 0%, #95a0a4 100%);
  background-image: linear-gradient(to bottom, #b3bec4 0%, #95a0a4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3bec4', endColorstr='#95a0a4', GradientType=0);
  /* IE6-9 */
}





.jqx-widget-content-bestcenter {
  color: #313131 !important;
}



.password {
  -webkit-text-security: square !important;
}


.ui-pnotify-text {
  font-size: 0.8em
}

.ui-pnotify-title {
  font-size: 1em
}


.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
  font-size: 14px;
  font-weight: 700;
}



.panel-primary .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-info .panel-heading {
  color: #000;
  background-color: #bce8f1;
  border-color: #bce8f1;
}

.panel-success .panel-heading {
  color: #000;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}


.panel-warning .panel-heading {
  color: #000;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.panel-danger .panel-heading {
  color: #000;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-error .panel-heading {
  color: #fff;
  background-color: #c70b0b;
  border-color: #ee2848;
}








/* custom inclusion of right, left and below tabs */

.tabs-below>.nav-tabs,
.tabs-right>.nav-tabs,
.tabs-left>.nav-tabs {
  border-bottom: 0;
}

.tab-content>.tab-pane,
.pill-content>.pill-pane {
  display: none;
}

.tab-content>.active,
.pill-content>.active {
  display: block;
}

.tabs-below>.nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below>.nav-tabs>li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below>.nav-tabs>li>a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.tabs-below>.nav-tabs>li>a:hover,
.tabs-below>.nav-tabs>li>a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below>.nav-tabs>.active>a,
.tabs-below>.nav-tabs>.active>a:hover,
.tabs-below>.nav-tabs>.active>a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left>.nav-tabs>li,
.tabs-right>.nav-tabs>li {
  float: none;
}

.tabs-left>.nav-tabs>li>a,
.tabs-right>.nav-tabs>li>a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left>.nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left>.nav-tabs>li>a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.tabs-left>.nav-tabs>li>a:hover,
.tabs-left>.nav-tabs>li>a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left>.nav-tabs .active>a,
.tabs-left>.nav-tabs .active>a:hover,
.tabs-left>.nav-tabs .active>a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right>.nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right>.nav-tabs>li>a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.tabs-right>.nav-tabs>li>a:hover,
.tabs-right>.nav-tabs>li>a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right>.nav-tabs .active>a,
.tabs-right>.nav-tabs .active>a:hover,
.tabs-right>.nav-tabs .active>a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}


.btn,
.dropdown-header,
.dropdown-menu>li>a {
  line-height: 1.4;
}

.navbar-inverse .navbar-brand {
  color: #5b5a5a;
}

.navbar-inverse .navbar-brand:hover {
  color: #000;
}

.navbar-brand-bg {
  float: left;
  padding: 3px 10px;
  font-size: 18px;
  line-height: 18px;
}


.navbar-nav>li>a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 17px;
}



@media (min-width: 768px) {

  .navbar-nav>li>a {
    padding-top: 9px;
    padding-bottom: 9px;
  }

}


.hidden {
  display: none;
}



.modal {
  overflow-y: unset;
  /*z-index: 20000;*/
}


.modal-content {
  border: 1px solid #505050;
  border-radius: 6px;
}






.modal-header {
  padding: 8px;
  background-color: #dde64b;
}

.modal-header-0 {
  background-color: #e8e8e8;
}


.modal-header-1 {
  background-color: #f5b912;
}

.modal-header-2 {
  background-color: #f5b912;
}

.modal-header-3 {
  background-color: #81c5f5;
}

.modal-header-4 {
  background-color: #d396f7;
}






.modal-footer-0 {
  background-color: #f1f0f0;
}


.modal-footer-1 {
  background-color: #fcd97a;
}

.modal-footer-2 {
  background-color: #fcd97a;
}

.modal-footer-3 {
  background-color: #c1e2fa;
}

.modal-footer-4 {
  background-color: #e5c3f8;
}







.modal-background-0 {
  background-color: #ffffff;
}

.modal-background-1 {
  background-color: #f5f9e9;
}


.modal-background-2 {
  background-color: #e9f9f5;
}



.modal-body {
  min-width: 100px;
  padding: 5px;
}

.modal-footer {
  padding: 8px 20px 12px;
  margin-top: 10px;
}




@media screen and (min-width: 768px) {

  .modal-dialog {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .modal-content {
    -webkit-box-shadow: 5px 5px 85px rgba(0, 0, 0, .5);
    box-shadow: 5px 5px 85px rgba(29, 29, 29, 0.5);
  }

}




.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-right: 7px;
  padding-left: 7px;
}



.navbar {
  min-height: initial;
  /*height: 50px;*/
}




@media (min-width: 768px) {
  .navbar-brand {
    min-width: 140px;
    text-align: center
  }
}




.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 1px;
  padding-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
}



.bg-gradient-info {
  background: linear-gradient(87deg, #11cdef 0, #1171ef 100%) !important;
}

.bg-gradient-success {
  background: linear-gradient(87deg, #2dce89 0, #2dcecc 100%) !important;
}

.bg-gradient-red {
  background: linear-gradient(87deg, #f5365c 0, #f56036 100%) !important;
}

.bg-gradient-warning {
  background: linear-gradient(87deg, #fb6340 0, #fbb140 100%) !important;
}

.bg-gradient-primary {
  background: linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;
}



.alert-danger {
  color: #ffffff;
  background: linear-gradient(87deg, #f96280 0, #f56036 100%) !important;
}

.alert-success {
  color: #ffffff;
  background: linear-gradient(87deg, #58e5a8 0, #4bc5c3 100%) !important;
}

.alert-info {
  color: #ffffff;
  background: linear-gradient(87deg, #11cdef 0, #90b8ed 100%) !important;
}

.alert-warning {
  color: #ffffff;
  background: linear-gradient(87deg, #f18d76 0, #f1bc6c 100%) !important;
}

.alert-primary {
  color: #ffffff;
  background: linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;
}





.btn {
  border-radius: 3px;
}


.btn-danger {
  color: #ffffff;
  background: linear-gradient(87deg, #f96280 0, #f56036 100%) !important;
}

.btn-success {
  color: #ffffff;
  background: linear-gradient(87deg, #2dce89 0, #2dcecc 100%) !important;
}

.btn-info {
  color: #ffffff;
  background: linear-gradient(87deg, #11cdef 0, #1171ef 100%) !important;
}

.btn-warning {
  color: #ffffff;
  background: linear-gradient(87deg, #fb6340 0, #fbb140 100%) !important;
}

.btn-primary {
  color: #ffffff;
  background: linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;
}


.panel {
  border-radius: 6px;
  box-shadow: 0 0.15rem 0.75rem 0 rgb(33 40 50 / 15%);
}

.panel-body {
  padding: 12px;
  border-radius: 6px;
}


.panel-primary {
  border-color: #ffffff; /*#CBD426;*/
  background: #cbf9f924;
}



.tab-pane .panel-primary {
  border-color: #ffffff; /*#CBD426;*/
  background: #e4f1f124;
}



.panel-footer {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}


.jqx-rc-all {
  border-radius: 5px;
  display: inline-block;
}


.nav-tabs>li>a {
  background-color: #d0d2cd8a;
}












/* uses font awesome for social icons */
@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);

.page-header {
  text-align: center;
}

/*social buttons*/
.btn-social {
  color: white;
  opacity: 0.9;
}

.btn-social:hover {
  color: white;
  opacity: 1;
}

.btn-facebook {
  background-color: #3b5998;
  opacity: 0.9;
}

.btn-twitter {
  background-color: #00aced;
  opacity: 0.9;
}

.btn-linkedin {
  background-color: #0e76a8;
  opacity: 0.9;
}

.btn-github {
  background-color: #000000;
  opacity: 0.9;
}

.btn-google {
  background-color: #c32f10;
  opacity: 0.9;
}

.btn-stackoverflow {
  background-color: #D38B28;
  opacity: 0.9;
}

/* resume stuff */

.bs-callout {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #eee;
  border-image: none;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  margin-bottom: 5px;
  padding: 20px;
}

.bs-callout:last-child {
  margin-bottom: 0px;
}

.bs-callout h4 {
  margin-bottom: 10px;
  margin-top: 0;
}

.bs-callout-danger {
  border-left-color: #d9534f;
}

.bs-callout-danger h4 {
  color: #d9534f;
}


.bs-callout-info {
  border-left-color: #1171ef;
}

.bs-callout-info h4 {
  color: #1171ef;
}


.bs-callout-warning {
  border-left-color: #fbb140;
}

.bs-callout-warning h4 {
  color: #d58512;
}



.bs-callout-success {
  border-left-color: #2dce89;
}

.bs-callout-success h4 {
  color: #2dce89;
}




.resume .list-group-item:first-child,
.resume .list-group-item:last-child {
  border-radius: 0;
}

/*makes an anchor inactive(not clickable)*/
.inactive-link {
  pointer-events: none;
  cursor: default;
}

.resume-heading .social-btns {
  margin-top: 15px;
}

.resume-heading .social-btns i.fa {
  margin-left: -5px;
}



@media (max-width: 992px) {
  .resume-heading .social-btn-holder {
    padding: 5px;
  }
}


/* skill meter in resume. copy pasted from http://bootsnipp.com/snippets/featured/progress-bar-meter */

.progress-bar {
  text-align: left;
  white-space: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.progress-bar>.progress-type {
  padding-left: 10px;
}

.progress-meter {
  min-height: 15px;
  border-bottom: 2px solid rgb(160, 160, 160);
  margin-bottom: 15px;
}

.progress-meter>.meter {
  position: relative;
  float: left;
  min-height: 15px;
  border-width: 0px;
  border-style: solid;
  border-color: rgb(160, 160, 160);
}

.progress-meter>.meter-left {
  border-left-width: 2px;
}

.progress-meter>.meter-right {
  float: right;
  border-right-width: 2px;
}

.progress-meter>.meter-right:last-child {
  border-left-width: 2px;
}

.progress-meter>.meter>.meter-text {
  position: absolute;
  display: inline-block;
  bottom: -20px;
  width: 100%;
  font-weight: 700;
  font-size: 0.85em;
  color: rgb(160, 160, 160);
  text-align: left;
}

.progress-meter>.meter.meter-right>.meter-text {
  text-align: right;
}




.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}


.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}


















.green_bg {
  color: black;
  background-color: #b6ff00;
}

.green_bg:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected),
.jqx-widget .green_bg:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
  color: black;
  background-color: #b6ff00;
}

.yellow_bg {
  color: black;
  background-color: yellow;
}

.yellow_bg:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected),
.jqx-widget .yellow_bg:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
  color: black;
  background-color: yellow;
}

.red_bg {
  color: black;
  background-color: #e83636;
}

.red_bg:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected),
.jqx-widget .red_bg:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
  color: black;
  background-color: #e83636;
}

.orange_bg {
  color: black;
  background-color: #ff6005;
}

.orange_bg:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected),
.jqx-widget .orange_bg:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
  color: black;
  background-color: #ff6005;
}

.fuchsia_bg {
  color: black;
  background-color: #ff00ff;
}

.fuchsia_bg:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected),
.jqx-widget .fuchsia_bg:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
  color: black;
  background-color: #ff00ff;
}

.navy_bg {
  color: black;
  background-color: #02028a;
}

.navy_bg:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected),
.jqx-widget .navy_bg:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
  color: black;
  background-color: #02028a;
}

.purpel_bg {
  color: black;
  background-color: #840284;
}

.purpel_bg:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected),
.jqx-widget .purpel_bg:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
  color: black;
  background-color: #840284;
}

.blue_bg {
  color: black;
  background-color: #0404ec;
}

.blue_bg:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected),
.jqx-widget .blue_bg:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
  color: black;
  background-color: #0404ec;
}

.olive_bg {
  color: black;
  background-color: #868601;
}

.olive_bg:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected),
.jqx-widget .olive_bg:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
  color: black;
  background-color: #868601;
}

.brown_bg {
  color: black;
  background-color: #a52a2a;
}

.brown_bg:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected),
.jqx-widget .brown_bg:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
  color: black;
  background-color: #a52a2a;
}





.text-center {
  text-align: center !important;
}




.bg-red {
  background-color: #ee2558 !important;
  color: #fff
}

.bg-red .content .text,
.bg-red .content .number,
.bg-red .text .text-muted {
  color: #fff !important
}

.bg-pink {
  background-color: #ff4dab !important;
  color: #fff
}

.bg-pink .content .text,
.bg-pink .content .number,
.bg-pink .text .text-muted {
  color: #fff !important
}

.bg-purple {
  background-color: #6f42c1 !important;
  color: #fff
}

.bg-purple .content .text,
.bg-purple .content .number,
.bg-purple .text .text-muted {
  color: #fff !important
}

.bg-deep-purple {
  background-color: #673AB7 !important;
  color: #fff
}

.bg-deep-purple .content .text,
.bg-deep-purple .content .number,
.bg-deep-purple .text .text-muted {
  color: #fff !important
}

.bg-blue {
  background-color: #46b6fe !important;
  color: #fff
}

.bg-blue .content .text,
.bg-blue .content .number,
.bg-blue .text .text-muted {
  color: #fff !important
}

.bg-cyan {
  background-color: #5CC5CD !important;
  color: #fff
}

.bg-cyan .content .text,
.bg-cyan .content .number,
.bg-cyan .text .text-muted {
  color: #fff !important
}

.bg-green {
  background-color: #04BE5B !important;
  color: #fff
}

.bg-green .content .text,
.bg-green .content .number,
.bg-green .text .text-muted {
  color: #fff !important
}

.bg-light-green {
  background-color: #8BC34A !important;
  color: #fff
}

.bg-light-green .content .text,
.bg-light-green .content .number,
.bg-light-green .text .text-muted {
  color: #fff !important
}

.bg-yellow {
  background-color: #fdd932 !important;
  color: #fff
}

.bg-yellow .content .text,
.bg-yellow .content .number,
.bg-yellow .text .text-muted {
  color: #fff !important
}

.bg-orange {
  background-color: #FF9948 !important;
  color: #fff
}

.bg-orange .content .text,
.bg-orange .content .number,
.bg-orange .text .text-muted {
  color: #fff !important
}

.bg-deep-orange {
  background-color: #f83600 !important;
  color: #fff
}

.bg-deep-orange .content .text,
.bg-deep-orange .content .number,
.bg-deep-orange .text .text-muted {
  color: #fff !important
}

.bg-grey {
  background-color: #9E9E9E !important;
  color: #fff
}

.bg-grey .content .text,
.bg-grey .content .number,
.bg-grey .text .text-muted {
  color: #fff !important
}

.bg-blue-grey {
  background-color: #607D8B !important;
  color: #fff
}

.bg-blue-grey .content .text,
.bg-blue-grey .content .number,
.bg-blue-grey .text .text-muted {
  color: #fff !important
}

.bg-indigo {
  background-color: #98f !important;
  color: #fff
}

.bg-indigo .content .text,
.bg-indigo .content .number,
.bg-indigo .text .text-muted {
  color: #fff !important
}

.bg-light-blue {
  background-color: #03A9F4 !important;
  color: #fff
}

.bg-light-blue .content .text,
.bg-light-blue .content .number,
.bg-light-blue .text .text-muted {
  color: #fff !important
}

.bg-teal {
  background-color: #009688 !important;
  color: #fff
}

.bg-teal .content .text,
.bg-teal .content .number,
.bg-teal .text .text-muted {
  color: #fff !important
}

.bg-lime {
  background-color: #82c885 !important;
  color: #fff
}

.bg-lime .content .text,
.bg-lime .content .number,
.bg-lime .text .text-muted {
  color: #fff !important
}

.bg-amber {
  background-color: #FFC107 !important;
  color: #fff
}

.bg-amber .content .text,
.bg-amber .content .number,
.bg-amber .text .text-muted {
  color: #fff !important
}

.bg-brown {
  background-color: #795548 !important;
  color: #fff
}

.bg-brown .content .text,
.bg-brown .content .number,
.bg-brown .text .text-muted {
  color: #fff !important
}

.bg-blush {
  background-color: #e47297 !important;
  color: #fff
}

.bg-blush .content .text,
.bg-blush .content .number,
.bg-blush .text .text-muted {
  color: #fff !important
}

.bg-black {
  background-color: #000 !important;
  color: #fff
}

.bg-black .content .text,
.bg-black .content .number,
.bg-black .text .text-muted {
  color: #fff !important
}

.bg-white {
  background-color: #fff !important;
  color: #000
}

.bg-white .content .text,
.bg-white .content .number,
.bg-white .text .text-muted {
  color: #000 !important
}

.col-red {
  color: #ee2558 !important
}

.col-pink {
  color: #ff4dab !important
}

.col-purple {
  color: #6f42c1 !important
}

.col-deep-purple {
  color: #673AB7 !important
}

.col-blue {
  color: #46b6fe !important
}

.col-cyan {
  color: #5CC5CD !important
}

.col-green {
  color: #04BE5B !important
}

.col-light-green {
  color: #8BC34A !important
}

.col-yellow {
  color: #fdd932 !important
}

.col-orange {
  color: #FF9948 !important
}

.col-deep-orange {
  color: #f83600 !important
}

.col-grey {
  color: #9E9E9E !important
}

.col-blue-grey {
  color: #607D8B !important
}

.col-indigo {
  color: #98f !important
}

.col-light-blue {
  color: #03A9F4 !important
}

.col-teal {
  color: #009688 !important
}

.col-lime {
  color: #82c885 !important
}

.col-amber {
  color: #FFC107 !important
}

.col-brown {
  color: #795548 !important
}

.col-blush {
  color: #e47297 !important
}

.col-black {
  color: #000 !important
}

.col-white {
  color: #fff !important
}



.percentage::after {
  content: "%";
}

.money::before {
  content: "€";
}

.hours::after {
  content: "h";
}


.hero-widget .text .text-muted,
.hero-widget-md .text .text-muted,
.hero-widget-sm .text .text-muted {
  display: block;
  min-height: 30px !important;
}

.hero-widget {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-widget-md {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-widget .icon {
  display: block;
  font-size: 46px;
  line-height: 46px;
  margin-bottom: 10px;
  text-align: center;
}

.hero-widget-md .icon {
  display: block;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 10px;
  text-align: center;
}

.hero-widget-sm .icon {
  display: block;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  text-align: center;
}


.hero-widget var {
  display: block;
  height: 64px;
  font-size: 38px;
  line-height: 44px;
  font-style: normal;
}

.hero-widget-md var {
  display: block;
  height: 54px;
  font-size: 20px;
  line-height: 28px;
  font-style: normal;
}

.hero-widget-sm var {
  display: block;
  height: 44px;
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
}



.hero-widget label {
  font-size: 22px;
}

.hero-widget-md label {
  font-size: 16px;
}

.hero-widget-sm label {
  font-size: 12px;
}

.hero-widget .options {
  margin-top: 10px;
}

.hero-widget-md .options {
  margin-top: 10px;
}



.card {
  display: inline-block;
  margin-bottom: 15px;
  padding: 15px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 0;
  position: relative;
  width: 100%;
  box-shadow: none;
  background: #fff;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border-radius: .25rem;
}





.text-white {
  color: #fff !important;
}

.p-2 {
  padding: .5rem !important;
}

.m-0 {
  margin: 0 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}


.bg-info {
  background-color: #17a2b8 !important;
}

.bg-primary {
  background-color: #007bff !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-success {
  background-color: #5aa35ac9 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

.bg-purple-1 {
  background-color: #b93d9e !important;
}







.panel-body-eunice-1 {
  /*background-image: url("../../img/fundo_top_v1-min.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
   opacity: 0.8;*/

   background: rgb(217,94,143);
  background: linear-gradient(146deg, rgba(217,94,143,0.6502976190476191) 0%, rgba(255,0,102,0.5914740896358543) 42%, rgba(0,255,255,0.6278886554621849) 100%);
 
 }


 .panel-body-eunice-2 {
  /*background-image: url("../../img/fundo_top_v2-min.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  opacity: 0.8;*/
  background: rgb(116,194,194);
background: linear-gradient(146deg, rgba(116,194,194,1) 0%, rgba(0,255,255,1) 42%, rgba(255,0,102,0.5914740896358543) 100%);
 }


 .panel-body-purple-1 {
  background-color: rgba(255,0,102,0.5914740896358543);
 }


 .panel-body-blue-1 {
  background-color: #00FFFF;
 }






.circle-tile {
  margin-bottom: 15px;
  text-align: center;
}

.circle-tile-heading {
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  color: #FFFFFF;
  height: 80px;
  margin: 0 auto -40px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  width: 80px;
}

.circle-tile-heading .fa {
  line-height: 80px;
}

.circle-tile-content {
  padding-top: 50px;
}

.circle-tile-number {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  padding: 5px 0 15px;
}

.circle-tile-description {
  text-transform: uppercase;
}

.circle-tile-footer {
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.5);
  display: block;
  padding: 5px;
  transition: all 0.3s ease-in-out 0s;
}

.circle-tile-footer:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.circle-tile-heading.dark-blue:hover {
  background-color: #2E4154;
}

.circle-tile-heading.green:hover {
  background-color: #138F77;
}

.circle-tile-heading.orange:hover {
  background-color: #DA8C10;
}

.circle-tile-heading.blue:hover {
  background-color: #2473A6;
}

.circle-tile-heading.red:hover {
  background-color: #CF4435;
}

.circle-tile-heading.purple:hover {
  background-color: #7F3D9B;
}

.tile-img {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
}


















.even2 {
  background-color: #a1ecec !important;
}

.odd2 {
  background-color: #eaf9f9 !important;
}





.note-editor .note-toolbar,
.note-popover .popover-content {
  margin: 0;
  padding: 0 0 5px 5px;
  background-color: #eceaea;
}

.note-editor .note-toolbar .note-dropdown-menu,
.note-popover .popover-content .note-dropdown-menu {
  min-width: 160px;
  max-height: 220px;
  overflow-y: auto;
  font-size: 12px;
}




.fileinput-new .thumbnail {
  width: 100px;
  height: 70px;
  position: relative;
}





input[type=file] {
  display: block !important;
  right: 1px;
  top: 1px;
  height: 34px;
  /*opacity: 0;*/
  width: 100%;
  background: none;
  /*position: absolute;*/
  overflow: hidden;
  z-index: 2;
}

.control-fileupload {
  display: block;
  border: 1px solid #d6d7d6;
  background: #FFF;
  border-radius: 4px;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0px 10px 2px 10px;
  overflow: hidden;
  position: relative;
}


@media (min-width: 1850px)
{
  .container {
      width: 1700px;
  }

}



@media (min-width: 1600px)
{
  .container {
      width: 1500px;
  }

}






.navbar-side li.side-user {
  display: block;
  width: 100%;
  padding: 15px;
  border-top: none !important;
  /*border-bottom: 1px solid #142638;*/
  text-align: center;
}

.navbar-side .side-user img {
  display: block;
  margin-bottom: 15px;
  margin-left: 45px;
}

.navbar-side .side-user .welcome {
  margin: 0;
  font-style: italic;
  color: #9aa4af;
}

.navbar-side .side-user .welcome .fa {
  padding-right: 0;
}

.navbar-side .side-user .name {
  margin: 0;
  font-family: Quicksand,sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #ccd1d7;
}

.navbar-side .side-user .name .last-name {
  font-weight: 500;
  color: #59840F;
}


.side-nav li  {
 /*border-bottom: 1px solid #e7e7e7;*/
 padding-bottom: 5px;
}


.side-nav li i  {
color: #868789;
}




.user-box {
  text-align: center;
  padding: 8px 0px 5px 0px;
}

.user-box .user-img {
  position: relative;
  height: 78px;
  width: 68px;
  margin: 0px auto;
}



* {
  outline: none !important;
}

.img-thumbnail {
  border: 1px solid #EBEFF2;
}
.img-circle {
  border-radius: 50%;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.img-responsive, .thumbnail a>img, .thumbnail>img {
  display: block;
  max-width: 100%;
  height: auto;
}
img {
  vertical-align: middle;
}
img {
  border: 0;
}


.user-box .user-status i {
  font-size: 15px;
}


.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.user-box ul li a {
  color: #98a6ad;
}















.jqx-input-popup-bestcenter {
  overflow: auto;
}


.jqx-menu li, .jqx-menu-dropdown li {
  line-height: 0.7 !important;
}


.jqx-menu-item-top {
  padding: 3px 8px 3px 8px;
}


.jqx-calendar td {
  width: 14.27%;
}




.clear_bt{
  margin-top: -18px;
}


.add_popup_bt {
  display: inline-table !important;
  margin-top: -2px;
}


.dropdown-menu i {
  color: #868789 !important;;
}


.dropdown-menu li i {
  color: #868789 !important;;
}

.dropdown-menu li a i {
  color: #868789 !important;;
}

.menu-blue > a  {
  color: blue !important;
}

.menu-blue > a:hover {
  color: white !important;
}


.menu-green > a  {
  color: green !important;
}

.menu-green > a:hover {
  color: white !important;
}



.menu-red > a  {
  color: red !important;
}

.menu-red > a:hover {
  color: white !important;
}



.menu-purple > a  {
  color: red !important;
}

.menu-purple > a:hover {
  color: white !important;
}


.menu-brown > a  {
  color: brown !important;
}

.menu-brown > a:hover {
  color: white !important;
}


.dropdown-menu {
  font-size: 14px;
}

.dropdown-menu .divider {
  background-color: #f1efef;
}



.jqx-fill-state-normal {
  font-size: 13px !important;
  border-color: #b5b3b3;
}


/*jqx-button-bestcenter*/
.jqx-grid-cell .jqx-button  {
  font-size: 12px !important;
}


.jqx-fill-state-pressed-bestcenter, .jqx-fill-state-pressed-bestcenter {
  /*background-color: #d1d593cc;*/
}







.jqx-tabs-content-element .btn-warning {
  color: #ffffff;
  background: linear-gradient(87deg, #ef856c 0, #cf2d4b 100%) !important;
}


.jqx-tabs-content-element .btn-info {
  color: #ffffff;
  background: linear-gradient(87deg, #07697a 0, #5696e9 100%) !important;
}



.jqx-tabs-content-element .btn-danger {
  color: #ffffff;
  background: linear-gradient(87deg, #FF0066 0, #e97453 100%) !important;
}


.jqx-tabs-content-element .btn-success {
  color: #ffffff;
  background: linear-gradient(87deg, #0ca161 0, #00FFFF 100%) !important;
}



.badge {
  font-size: 11px;
  font-weight: 500;
  border-radius: 25%;
}


.alert {
  font-size: 14px;
}



.panel-charts {
  border-color: #ffffff; /*#CBD426;*/
  background: #ffffff;
}



.group-icon{
  color: #e5045e96  !important;
}



.jqx-tabs-content-element #jqxWidget {
  background-color: #cbf9f924;
  }


.jqx-button-bestcenter {
    border-color: #bb4a9878;
}



.jqx-tabs-title {
    outline: none;
    display: block;
    cursor: pointer;
    white-space: nowrap;
    left: 100%;
    right: 0;
    text-indent: 0px;
    list-style: none;
    margin: 0px 3px 0px 3px;
    overflow: hidden;
    z-index: 1;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 6px;
    padding-top: 6px;
    background: transparent;
    height: auto;
    position: relative;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 0px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #bb4a9878;
    border-right-color: #bb4a9878;
    border-bottom-color: #bb4a9878;
    border-left-color: #bb4a9878;
}



.jqx-fill-state-pressed {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-color: #b5b3b3;
  background: #55bde5;
}



    /* Sticky footer styles
-------------------------------------------------- */
    html {
      position: relative;
      min-height: 100%;
    }

    body {
      /* Margin bottom by footer height */
      margin-bottom: 15px;
      /*60px*/
    }

    #footer {
      position: absolute;
      bottom: 0;
      width: 100%;
      /* Set the fixed height of the footer here */
      height: 60px;
      background-color: #f5f5f5;
    }


    .errordialog {
      position: absolute;
      width: 100%;
      border-bottom: 1px solid black;
      background: lightyellow;
      left: 0;
      top: 0;
      padding: 3px 0;
      text-indent: 5px;
      font: normal 11px Verdana;
    }




.nav > li {
  margin-top: 3px;
  margin-bottom: 3px;
}

.navbar-nav > li > a > i {
  font-size: 15px;
  width: 21px;
}

.side-nav > li.dropdown > ul.dropdown-menu {
  margin-top: 2px;
  margin-bottom: 2px;
}




.div-inline-grid {
    display: inline-grid !important;
}


.clear_bt{
  height:25px; 
  width:25px; 
  padding: 3px 3px;
  display: inline-grid !important;
  vertical-align: bottom;
}


.add_popup_bt{
  height:25px; 
  width:25px; 
  padding: 0px;
  display: inline-grid !important;
  vertical-align: bottom;
  /*position: fixed !important;*/
}




.jqx-dropdownlist-content {
    font-weight: normal;
}

 
 




input[type=text].jqx-input, input[type=password].jqx-input {
    font-weight: 500 !important;
}


.control-label {
 text-align: left;
 font-weight: 500;
}


label {
    font-weight: 500;
}



.jqx-widget-content-bestcenter {
  color: #000000 !important;
}

.jqx-grid-cell {
  font-weight: 500 !important;
  color: #000000 !important;
}


.control-label {
  color: #222222 !important;
}

.clear_bt {
  margin-top: -4px !important;
}


.jqx-widget-eunice, .jqx-widget-header-eunice, .jqx-fill-state-normal-eunice, .jqx-widget-content-eunice, .jqx-fill-state-hover-eunice, .jqx-fill-state-pressed-eunice {
  font-family: Quicksand,sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

 .jqx-grid-column-header-eunice, .jqx-widget-eunice .jqx-grid-cell-eunice, .jqx-widget-eunice .jqx-grid-group-cell-eunice, .jqx-grid-group-cell-eunice {
  font-family: Quicksand,sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

.jqx-widget-content-eunice {
  font-family: Quicksand,sans-serif !important;
  font-size: 13px !important;
  color: #000000 !important;
}

.jqx-fill-state-normal-eunice {
  color: #000000 !important;
  background-color: #fffcff !important;
}


.jqx-button-eunice, .jqx-button-eunice .jqx-fill-state-normal-eunice {
  color: #fffcff !important;
  background: #d100cd !important;
  border-color: #d100cd !important;
}
























.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}







.m-xxl-0 {
  margin: 0 !important;
}
.m-xxl-1 {
  margin: 0.25rem !important;
}
.m-xxl-2 {
  margin: 0.5rem !important;
}
.m-xxl-3 {
  margin: 1rem !important;
}
.m-xxl-4 {
  margin: 1.5rem !important;
}
.m-xxl-5 {
  margin: 3rem !important;
}
.m-xxl-auto {
  margin: auto !important;
}
.mx-xxl-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-xxl-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-xxl-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-xxl-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-xxl-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-xxl-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-xxl-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-xxl-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-xxl-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-xxl-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-xxl-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-xxl-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-xxl-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-xxl-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-xxl-0 {
  margin-top: 0 !important;
}
.mt-xxl-1 {
  margin-top: 0.25rem !important;
}
.mt-xxl-2 {
  margin-top: 0.5rem !important;
}
.mt-xxl-3 {
  margin-top: 1rem !important;
}
.mt-xxl-4 {
  margin-top: 1.5rem !important;
}
.mt-xxl-5 {
  margin-top: 3rem !important;
}
.mt-xxl-auto {
  margin-top: auto !important;
}
.me-xxl-0 {
  margin-right: 0 !important;
}
.me-xxl-1 {
  margin-right: 0.25rem !important;
}
.me-xxl-2 {
  margin-right: 0.5rem !important;
}
.me-xxl-3 {
  margin-right: 1rem !important;
}
.me-xxl-4 {
  margin-right: 1.5rem !important;
}
.me-xxl-5 {
  margin-right: 3rem !important;
}
.me-xxl-auto {
  margin-right: auto !important;
}
.mb-xxl-0 {
  margin-bottom: 0 !important;
}
.mb-xxl-1 {
  margin-bottom: 0.25rem !important;
}
.mb-xxl-2 {
  margin-bottom: 0.5rem !important;
}
.mb-xxl-3 {
  margin-bottom: 1rem !important;
}
.mb-xxl-4 {
  margin-bottom: 1.5rem !important;
}
.mb-xxl-5 {
  margin-bottom: 3rem !important;
}
.mb-xxl-auto {
  margin-bottom: auto !important;
}
.ms-xxl-0 {
  margin-left: 0 !important;
}
.ms-xxl-1 {
  margin-left: 0.25rem !important;
}
.ms-xxl-2 {
  margin-left: 0.5rem !important;
}
.ms-xxl-3 {
  margin-left: 1rem !important;
}
.ms-xxl-4 {
  margin-left: 1.5rem !important;
}
.ms-xxl-5 {
  margin-left: 3rem !important;
}
.ms-xxl-auto {
  margin-left: auto !important;
}
.p-xxl-0 {
  padding: 0 !important;
}
.p-xxl-1 {
  padding: 0.25rem !important;
}
.p-xxl-2 {
  padding: 0.5rem !important;
}
.p-xxl-3 {
  padding: 1rem !important;
}
.p-xxl-4 {
  padding: 1.5rem !important;
}
.p-xxl-5 {
  padding: 3rem !important;
}
.px-xxl-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-xxl-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-xxl-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-xxl-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-xxl-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-xxl-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-xxl-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-xxl-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-xxl-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-xxl-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-xxl-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-xxl-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-xxl-0 {
  padding-top: 0 !important;
}
.pt-xxl-1 {
  padding-top: 0.25rem !important;
}
.pt-xxl-2 {
  padding-top: 0.5rem !important;
}
.pt-xxl-3 {
  padding-top: 1rem !important;
}
.pt-xxl-4 {
  padding-top: 1.5rem !important;
}
.pt-xxl-5 {
  padding-top: 3rem !important;
}
.pe-xxl-0 {
  padding-right: 0 !important;
}
.pe-xxl-1 {
  padding-right: 0.25rem !important;
}
.pe-xxl-2 {
  padding-right: 0.5rem !important;
}
.pe-xxl-3 {
  padding-right: 1rem !important;
}
.pe-xxl-4 {
  padding-right: 1.5rem !important;
}
.pe-xxl-5 {
  padding-right: 3rem !important;
}
.pb-xxl-0 {
  padding-bottom: 0 !important;
}
.pb-xxl-1 {
  padding-bottom: 0.25rem !important;
}
.pb-xxl-2 {
  padding-bottom: 0.5rem !important;
}
.pb-xxl-3 {
  padding-bottom: 1rem !important;
}
.pb-xxl-4 {
  padding-bottom: 1.5rem !important;
}
.pb-xxl-5 {
  padding-bottom: 3rem !important;
}
.ps-xxl-0 {
  padding-left: 0 !important;
}
.ps-xxl-1 {
  padding-left: 0.25rem !important;
}
.ps-xxl-2 {
  padding-left: 0.5rem !important;
}
.ps-xxl-3 {
  padding-left: 1rem !important;
}
.ps-xxl-4 {
  padding-left: 1.5rem !important;
}
.ps-xxl-5 {
  padding-left: 3rem !important;
}









.alert-secondary {
  color: #2b2f32;
  background-color: #e2e3e5;
  border-color: #c4c8cb;
}



.alert-light {
  color: #495057;
  background-color: #fcfcfd;
  border-color: #e9ecef; 
}

.alert-dark {
  color: #495057;
  background-color: #ced4da;
  border-color: #adb5bd; 
}





.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}










.autocomplete-result {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

.autocomplete-result-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-result-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-result-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-result-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}





.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}


.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:valid~.custom-file-label {
  border-color: #28a745;
}

.custom-file-label{
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}




/*
.jqx-datetimeinput-eunice {
  min-height: 21px;
  min-width: 93px;
}
*/


.list-file-type .img-icon {
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-weight: 600;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  padding: 12px;
}


.primary-rgba {
  background-color: rgba(110, 129, 220, 0.1);
}

.secondary-rgba {
  background-color: rgba(113, 128, 147, 0.1);
}

.success-rgba {
  background-color: rgba(95, 194, 126, 0.1);
}

.danger-rgba {
  background-color: rgba(244, 68, 85, 0.1);
}

.warning-rgba {
  background-color: rgba(252, 193, 0, 0.1);
}

.info-rgba {
  background-color: rgba(114, 208, 251, 0.1);
}

.light-rgba {
  background-color: rgba(220, 221, 225, 0.1);
}

.dark-rgba {
  background-color: rgba(45, 54, 70, 0.1);
}

.card-header:first-child {
    border-radius: calc(5px - 1px) calc(5px - 1px) 0 0;
    padding: 15px 20px;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background-color: transparent;
}

.card {
    border: none;
    border-radius: 3px;
    background-color: #ffffff;
}

.m-b-30 {
  margin-bottom: 30px;
}


.margin-5 {
  margin-bottom: 5px !important;
}


.margin-10 {
  margin-bottom: 10px !important;
}

.margin-20 {
  margin-bottom: 20px !important;
}

.margin-40 {
  margin-bottom: 40px !important;
}

.margin-60 {
  margin-bottom: 60px !important;
}











.dark-blue {
  background-color: #34495E;
  color: #ffffff !important;
}

.green {
  background-color: #16A085;
  color: #ffffff !important;
}

.greenyellow {
  background-color: greenyellow;
  color: #000000 !important;
}

.lime {
  background-color: lime;
  color: #000000 !important;
}

.black {
  background-color: #000000;
  color: #ffffff !important;
}

.blue {
  background-color: #2980B9;
  color: #ffffff !important;
}

.orange {
  background-color: #F39C12;
  color: #ffffff !important;
}

.red {
  background-color: #E74C3C;
  color: #ffffff !important;
}

.purple {
  background-color: #8E44AD;
  color: #ffffff !important;
}

.dark-gray {
  background-color: #7F8C8D;
  color: #ffffff !important;
}

.gray {
  background-color: #95A5A6;
  color: #ffffff !important;
}

.light-gray {
  background-color: #BDC3C7;
  color: #000000 !important;
}

.yellow {
  background-color: #F1C40F;
  color: #000000 !important;
}

.olive {
  background-color: #868601;
  color: #ffffff !important;
}

.brown {
  background-color: #a52a2a;
  color: #ffffff !important;
}

.navy {
  background-color: #02028a;
  color: #ffffff !important;
}

.aqua {
  background-color: aqua;
  color: #000000 !important;
}
.fuchsia {
  background-color: #ff00ff;
  color: #000000 !important;
}






.text-dark-blue {
  color: #34495E;
}

.text-green {
  color: #16A085;
}

.text-greenyellow {
  color: greenyellow;
}

.text-lime {
  color: lime;
}

.text-black {
  color: #000000;
}

.text-blue {
  color: #2980B9;
}

.text-orange {
  color: #F39C12;
}

.text-red {
  color: #E74C3C;
}

.text-purple {
  color: #8E44AD;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

.text-white {
  color: white;
}

.text-dark-gray {
  color: #7F8C8D;
}

.text-gray {
  color: #95A5A6;
}

.text-light-gray {
  color: #BDC3C7;
}

.text-yellow {
  color: #F1C40F;
}

.text-olive {
  color: #868601;
}

.text-brown {
  color: #a52a2a;
}

.text-navy {
  color: #02028a;
}

.text-aqua {
  color: aqua;
}
.text-fuchsia {
  color: #ff00ff;
}











.green:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected),
.jqx-widget .green:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
  color: green;
}

.greenyellow:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected),
.jqx-widget .green:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
  color: greenyellow;
}

.lime:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected),
.jqx-widget .green:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
  color: lime;
}


.yellow:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected),
.jqx-widget .yellow:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
  color: yellow;
}


.red:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected),
.jqx-widget .red:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
  color: #e83636;
}

.orange:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected),
.jqx-widget .orange:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
  color: #ff6005;
}


.fuchsia:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected),
.jqx-widget .fuchsia:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
  color: #ff00ff;
}


.navy:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected),
.jqx-widget .navy:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
  color: #02028a;
}


.purpel:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected),
.jqx-widget .purpel:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
  color: #840284;
}

.blue:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected),
.jqx-widget .blue:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
  color: #0404ec;
}

.aqua:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected),
.jqx-widget .blue:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
  color: aqua;
}
.olive:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected),
.jqx-widget .olive:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
  color: #868601;
}

.brown:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected),
.jqx-widget .brown:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
  color: #a52a2a;
}


.thumbnail {
  margin-bottom: 5px;
}



.bg-login-logo-client {
  max-width: 220px;
  max-height: 60px;
  margin: auto;
  display: block;
}

.bg-login-logo2-client {
  margin: auto;
  display: block;
  margin-top: 10px;
  max-width: 140px;
  max-height: 50px;
}

.codeview {
  max-width: 700px;
}

.note-editor.note-airframe.fullscreen, .note-editor.note-frame.fullscreen {
  max-width: none;
}


@media (max-width: 768px)
{

  .bg-login-logo-client {
    max-width: 210px;
    max-height: 60px;
  }

  .bg-login-logo2-client {
    max-width: 120px;
    max-height: 40px;
  }

  .banner-sec {
    display: none;
    visibility: hidden;
  }

  .codeview {
    max-width: 250px;
  }

}



.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-0, .me-0 {
  margin-right: 0 !important;
}

.mr-1, .me-1 {
  margin-right: 0.25rem !important;
}

.mr-2, .me-2 {
  margin-right: 0.5rem !important;
}

.mr-3, .me-3 {
  margin-right: 1rem !important;
}

.mr-4, .me-4 {
  margin-right: 1.5rem !important;
}

.mr-5, .me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-0, .ms-0 {
  margin-left: 0 !important;
}

.ml-1, .ms-1 {
  margin-left: 0.25rem !important;
}

.ml-2, .ms-2 {
  margin-left: 0.5rem !important;
}

.ml-3, .ms-3 {
  margin-left: 1rem !important;
}

.ml-4, .ms-4 {
  margin-left: 1.5rem !important;
}

.ml-5, .ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}


input[readonly] {
  background-color: #f0f0f0;  /* Cor de fundo cinza claro */
  color: #2d2c2c;            /* Cor do texto em cinza */
  cursor: not-allowed;       /* Cursor indicando que não é editável */
  /*border: 1px solid #cccccc;*/ /* Borda em cinza */
}