.tm-section {
  display: block;
  border-radius: 3px;
  padding: 0.25em;
}
.section-1 {
  background: unset;
  color: #000000 !important;
}
.section-2 {
  background-color: #4b4dff;
  color: #FFFFFF;
}
.section-3 {
  background-color: #ff0f51;
  color: #FFFFFF;
}
.section-4 {
  background-color: #06dd67;
  color: #000000;
}
.section-5 {
  background-color: #07a3ff;
  color: #FFFFFF;
}
.section-6 {
  background-color: #ffdc5e;
  color: #000000;
}
.section-7 {
  background-color: #F012BE;
  color: #FFFFFF;
}
.section-8 {
  background-color: #208bd8;
  color: #FFFFFF;
}
.section-9 {
  background-color: #4c0fb6;
  color: #FFFFFF;
}
.section-10 {
  background-color: #85144b;
  color: #FFFFFF;
}
.section-11 {
  background-color: #20cfd8;
  color: #000000;
}
.section-12 {
  background-color: #FF851B;
  color: #FFFFFF;
}
.section-13 {
  background-color: #7597f4;
  color: #FFFFFF;
}
.section-14 {
  background-color: #FFDC00;
  color: #000000;
}
.section-15 {
  background-color: #1ab2a7;
  color: #FFFFFF;
}
.section-16 {
  background-color: #7FDBFF;
  color: #000000;
}
.section-17 {
  background-color: #c76b7a;
  color: #FFFFFF;
}
.section-18 {
  background-color: #ffc6df;
  color: #000000;
}
.section-19 {
  background-color: #ff8d86;
  color: #FFFFFF;
}
.section-20 {
  background-color: #f969c9;
  color: #000000;
}
.section-21 {
  background-color: #e76f87;
  color: #FFFFFF;
}
.section-22 {
  background-color: #6f80ff;
  color: #FFFFFF;
}
.section-23 {
  background-color: #08ba7b;
  color: #FFFFFF;
}
.section-24 {
  background-color: #006b95;
  color: #FFFFFF;
}
.section-25 {
  background-color: #a600ff;
  color: #FFFFFF;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  background: #d4dcee !important;
  padding: 0 !important;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
.lds-roller.dark {
  background: #0000 !important;
}
.lds-roller.dark div:after {
  background: #3c4858;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #d4dcee;
  border-color: #d4dcee transparent #d4dcee transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjARc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu52xP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ABc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBhc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgWxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtvAw.ttf) format('truetype');
}
* {
  font-family: 'Roboto', sans-serif;
}
/* .container-fluid {
    background-color: transparent;
    padding: 0 !important;
    width: 100% !important;
    max-width: 1366px;
} */
/* Content placeholder animations */
.placeholder-content {
  height: 205px;
  overflow: hidden;
  background: #000;
  position: relative;
  animation-duration: 1.7s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: placeholderAnimate;
  background: #f6f7f8;
  background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
  background-size: 1300px;
}
.placeholder-content_item {
  width: 100%;
  height: 20px;
  position: absolute;
  background: #fff;
  z-index: 2;
}
.placeholder-content_item:after,
.placeholder-content_item:before {
  width: inherit;
  height: inherit;
  content: '';
  position: absolute;
}
.placeholder-content_item:nth-child(1) {
  top: 0;
  left: 0;
}
.placeholder-content_item:nth-child(2) {
  top: 20px;
  left: 0;
  width: 10%;
  height: 90px;
}
.placeholder-content_item:nth-child(3) {
  top: 0px;
  left: 0;
  width: 10%;
  height: 100%;
}
.placeholder-content_item:nth-child(4) {
  top: 20px;
  width: 20px;
  left: 170px;
  height: 90px;
}
.placeholder-content_item:nth-child(5) {
  top: 40px;
  left: 190px;
  height: 12px;
}
.placeholder-content_item:nth-child(6) {
  top: 75px;
  left: 190px;
  height: 12px;
}
.placeholder-content_item:nth-child(7) {
  top: 20px;
  right: 0;
  width: 23%;
  height: 20px;
}
.placeholder-content_item:nth-child(8) {
  top: 0;
  right: 0;
  width: 10%;
  height: 100%;
}
.placeholder-content_item:nth-child(9) {
  top: 110px;
  height: 17px;
  left: 0;
}
.placeholder-content_item:nth-child(10) {
  top: 149px;
  height: 12px;
  left: 0;
}
.placeholder-content_item:nth-child(11) {
  top: 183px;
  left: 0;
  height: 100%;
}
@keyframes placeholderAnimate {
  0% {
    background-position: -650px 0;
  }
  100% {
    background-position: 650px 0;
  }
}
/* ------------------------------ */
a {
  cursor: pointer;
}
/* The switch - the box around the slider */
/* .switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
    top: -8px;

    .title {
        padding-left: 40px;
    }

    input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;

        &:before {
            position: absolute;
            content: "";
            height: 10px;
            width: 10px;
            left: 4px;
            bottom: 3px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }
    }

    input:checked+.slider {
        background-color: #2196F3;
    }

    input:focus+.slider {
        box-shadow: 0 0 1px #2196F3;
    }

    input:checked+.slider:before {
        -webkit-transform: translateX(13px);
        -ms-transform: translateX(13px);
        transform: translateX(13px);
    }

    .slider.round {
        border-radius: 34px;
    }

    .slider.round:before {
        border-radius: 50%;
    }
}
*/
#main-image img {
  width: 160px;
  max-width: 100%;
  height: auto;
}
#sidebar {
  text-align: center;
}
#display-content {
  margin: 15px;
}
#display-content.hasQuicklinks {
  padding-right: 65px;
}
#quicklinks {
  z-index: 10000;
  width: 60px;
  padding: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 92px;
  list-style-type: none;
}
#quicklinks li {
  padding: 0;
  margin: 5px 0 0 0;
  border-right: 0 none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  display: block;
}
#quicklinks li a {
  width: 60px;
  display: block;
  padding: 15px;
}
#page-content {
  padding: 0 15px;
}
#page-content #display-content {
  margin: 0;
}
.template-bs3 .navbar {
  -webkit-box-shadow: 0 1px 5px 0 #d4dcee !important;
  box-shadow: 0 1px 5px 0 #d4dcee !important;
  border: none !important;
  border-radius: 4px;
  position: relative;
  background-color: #ffffff !important;
}
.template-bs3 .navbar li,
.template-bs3 .navbar .navbar-nav > li > a {
  line-height: 30px;
}
.template-bs3 .navbar .navbar-nav > li > a {
  padding: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
.pageHeader {
  background: transparent !important;
  border: none !important;
  text-align: center;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
}
.pageHeader img {
  display: inline;
  float: left;
}
.pageHeader h4 {
  margin: 0;
  display: inline;
  text-transform: uppercase;
}
#sub-menu {
  display: block;
}
.actions {
  padding: 20px 0;
  text-align: right;
}
.panel,
.tutorial {
  border-radius: 4px;
  margin-bottom: 20px;
  position: relative;
  background-color: #ffffff;
}
.tutorial {
  padding: 1em;
  margin-top: 15px;
}
.tutorial .page-header {
  margin: 20px 0;
}
.panel {
  border-top: 3px solid #66b0d2;
}
.panel .title {
  text-transform: uppercase;
  color: #2a4654;
  text-align: center;
  height: auto;
  float: none;
  display: block;
}
.panel .title h4 {
  margin: 0;
}
.panel .subtitle {
  text-align: center;
  margin: 10px 0 20px 0;
  position: relative;
}
.panel .subtitle img {
  margin: 0 10px;
  height: 28px;
}
.panel .description {
  padding: 1em 3em;
  text-align: justify;
  color: #3c4858;
}
.panel .description em {
  text-align: center;
  display: block;
}
.panel .info-area-header {
  margin-bottom: 10px;
  margin-top: 10px;
  display: block;
  height: 35px;
  text-decoration: underline;
}
.tab {
  padding: 1em;
  -webkit-box-shadow: 0 1px 5px 0 #d4dcee !important;
  box-shadow: 0 1px 5px 0 #d4dcee !important;
  border-radius: 4px;
  position: relative;
  background-color: #ffffff;
}
.tab-content {
  background-color: #ffffff;
}
.grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  grid-gap: 10px;
  grid-auto-rows: minmax(180px, auto);
  grid-auto-flow: dense;
  padding: 10px;
}
.grid-layout .grid-item {
  padding: 1rem;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #929796;
  background-color: #333;
  border-radius: 5px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.grid-layout .grid-item:nth-child(odd) {
  background-color: #424242;
}
.grid-layout .grid-item.span-2 {
  grid-column-end: span 2;
  grid-row-end: span 2;
}
.grid-layout .grid-item.span-3 {
  grid-column-end: span 3;
  grid-row-end: span 2;
}
.grid-layout .grid-item img {
  width: 100px;
}
.quick_edit_text_area {
  color: #000 !important;
}
.btn_quick_edit {
  cursor: pointer;
  margin-right: 10px;
  color: #ffc211 !important;
  border: 2px solid #ff7c51;
  padding: 5px;
  border-radius: 4px;
}
.list .list-item {
  background-color: #ffffff;
  border: none;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #66b0d2;
  border-top-width: 3px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.popover .arrow {
  border-color: transparent !important;
}
.popover .arrow:after {
  left: auto !important;
}
.onoffswitch {
  position: relative;
  width: 75px;
  display: inline-flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch .onoffswitch-checkbox {
  display: none;
}
.onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
.onoffswitch .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
  width: 100%;
  padding-top: unset;
  line-height: unset;
  float: unset;
  text-align: unset;
}
.onoffswitch .onoffswitch-label .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch .onoffswitch-label .onoffswitch-inner:before {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
  content: "Yes";
  padding-left: 10px;
  height: 34px;
  line-height: 34px;
  background-color: #7BE37B;
  color: #FFFFFF;
}
.onoffswitch .onoffswitch-label .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
  content: "No";
  padding-right: 10px;
  height: 34px;
  line-height: 34px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right;
}
.onoffswitch .onoffswitch-label .onoffswitch-switch {
  display: block;
  width: 24px;
  height: 24px;
  margin: 5px 6px;
  box-shadow: 0 0 6px 1px #b7b7b7;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}
.overlay_backdrop {
  position: fixed;
  z-index: 998;
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
.simple_overlay {
  position: fixed;
  top: 10%;
  background: #fff;
  display: none;
  z-index: 999;
  box-shadow: 0px 0px 8px 0px #00000073;
  padding: 15px;
  margin: 0 auto;
  min-height: 200px;
  border: 1px solid #D5D5D5;
}
.simple_overlay .close {
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  color: #000;
  background: #fff;
  opacity: 1;
  width: 22px;
  height: 22px;
  border-radius: 20px;
  box-shadow: 0 0 4px #00000096;
  text-align: center;
  vertical-align: middle;
  line-height: 22px;
  transition: all 300ms;
}
.simple_overlay .close:hover {
  opacity: 1;
  transform: rotate(-90deg);
}
#page-content #sidebar #main-menu a {
  color: #333;
  padding: 3px;
  border: 1px solid transparent;
  text-decoration: none;
  width: 100%;
}
#page-content #sidebar #main-menu a span {
  color: #333;
  overflow: hidden;
  width: calc(100% - 35px);
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page-content #sidebar #main-menu a.active,
#page-content #sidebar #main-menu a:hover {
  color: #fff;
  border-radius: 4px;
  background-color: #03a8f4bf;
  border: 1px solid #D5D5D5;
  margin: 0;
}
#page-content #sidebar #main-menu a.active span,
#page-content #sidebar #main-menu a:hover span {
  color: #fff;
}
#page-content #sidebar #main-menu a.active {
  background-color: #03a9f4;
  font-weight: bold;
}
@media only screen and (orientation: portrait) and (max-width: 480px) {
  #globaliFrame {
    padding: 0;
  }
  #main-image-title {
    margin-bottom: 15px;
  }
  #page-content .navbar .option {
    float: none !important;
  }
  #page-content .navbar .option a {
    float: none !important;
  }
  .dataTables_filter select {
    display: inline-block !important;
  }
}
select.form-control + .chosen-container.chosen-container-single .chosen-single {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: none;
}
select.form-control + .chosen-container.chosen-container-single .chosen-single div {
  top: 4px;
  color: #000;
}
select.form-control + .chosen-container {
  width: 100% !important;
}
select.form-control + .chosen-container .chosen-drop {
  background-color: #FFF;
  border: 1px solid #CCC;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  margin: 2px 0 0;
}
select.form-control + .chosen-container .chosen-search input[type=text] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  vertical-align: middle;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: none;
}
select.form-control + .chosen-container .chosen-search input[type=text]:focus {
  border-color: #66AFE9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
select.form-control + .chosen-container .chosen-results {
  margin: 2px 0 0;
  padding: 5px 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  margin-bottom: 5px;
}
select.form-control + .chosen-container .chosen-results li {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  background-image: none;
}
select.form-control + .chosen-container .chosen-results li:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #428BCA;
  background-image: none;
}
select.form-control + .chosen-container .chosen-results li.active-result {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  background-image: none;
}
select.form-control + .chosen-container .chosen-results li.active-result:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #428BCA;
  background-image: none;
}
select.form-control + .chosen-container .chosen-results li.highlighted {
  color: #FFF;
  text-decoration: none;
  background-color: #428BCA;
  background-image: none;
}
select.form-control + .chosen-container-multi .chosen-choices {
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 6px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  vertical-align: middle;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: none;
}
select.form-control + .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: auto;
  padding: 5px 0;
}
select.form-control + .chosen-container-multi .chosen-choices li.search-choice {
  background-image: none;
  padding: 3px 24px 3px 5px;
  margin: 0 6px 0 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  background-color: #FFF;
  border-color: #CCC;
}
select.form-control + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 8px;
  right: 6px;
}
select.form-control + .chosen-container-multi .chosen-results li.result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
  background-color: white;
}
select.form-control + .chosen-container-multi.chosen-container-active .chosen-choices {
  border-color: #66AFE9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
select.form-control + .chosen-container.chosen-container-single.chosen-container-active .chosen-single {
  border-color: #66AFE9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#postMessage {
  z-index: 10000;
  position: absolute;
  margin: 10px 10px;
  width: calc(100% - 20px);
}
.icon-x {
  position: absolute;
  top: 40px;
  left: 40px;
  font-size: 12px;
}
.btn-outlined-primary {
  background: transparent;
  color: #337ab7;
}
.btn-outlined-success {
  background: transparent;
  color: #5cb85c;
}
.btn-outlined-info {
  background: transparent;
  color: #5bc0de;
}
.btn-outlined-warning {
  background: transparent;
  color: #f0ad4e;
}
.btn-outlined-danger {
  background: transparent;
  color: #d9534f;
}
