/** START elements */
:root {
  --primary-color: #2DA8EB;
  --error-color: #cc2420;
  --warning-color: #ecaf14;
  --success-color: #2aae2f;
  --muted-color: #777777;
  --info-color: #55a9d1;

  --primary-color-ligher: #62aae8;
  --primary-color-darker: #3071a9;
  --error-color-ligher: #e83c38;
  --error-color-darker: #b11c18;
  --warning-color-ligher: #ffbc17;
  --warning-color-darker: #ea990d;
  --success-color-ligher: #3bcf40;
  --success-color-darker: #158f1a;
  --info-color-ligher: #62a3c5;
  --info-color-darker: #2880aa;

  --link-color: var(--primary-color);
  --link-active-color: #1e8fcc;
  --link-visited-color: var(--primary-color);
}

* {
  -webkit-text-size-adjust: none;
  /*-webkit-box-sizing: border-box; !* Safari/Chrome, other WebKit *!*/
  /*-moz-box-sizing: border-box; !* Firefox, other Gecko *!*/
  box-sizing: border-box; /* Opera/IE 8+ */
}

body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  /** font-family:arial; */
  font-size: 12px;
  color: #635858;
  margin: 0;
  background: #FFFFFF;
}

a {
  color: var(--link-color);
  text-decoration: none;
  font-weight: bold;
  padding: 0 10px;
}

a:visited {
  color: var(--link-visited-color)
}

a:hover, a:focus, a:active {
  color: var(--link-active-color)
}

th {
  text-align: center;
}

td {
  text-align: left;
}

h1 {
  font-size: 30px;
  margin: 0 0 15px 0;
}

h2 {
  font-size: 25px;
  margin: 0 0 10px 0;
}

h3 {
  font-size: 20px;
  margin: 0 0 5px 0;
}

i a {
  color: var(--link-color);
  padding: 0;
}

i {
  font-weight: bold;
}

/** END elements */

/** START ids */

/**
#div-wrapper {
  background: none repeat scroll 0 0 #FFD700;
  clear: both;
  padding: 20px;
  width: 100%;
  position: relative;
  height: 100%;
  overflow-y: scroll;
}*/

#div-wrapper {
  /* background: url("/img/bg-wrapper.png") repeat scroll 0 0 #5C5C5C; */
  background-color: #dcdcdc;
  bottom: 0;
  clear: both;
  left: 0;
  margin-bottom: 0;
  margin-top: 90px;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  overflow-y: auto;
}

#div-wrapper > div {
  background: none repeat scroll 0 0 #FFFFFF;
  margin: auto;
  max-width: 1440px;
  min-width: 1101px;
  padding-bottom: 20px;
  border-radius: 4px;
}

fieldset.logo, .div-main {
  max-width: 100%;
  margin: 0 auto;
}

.pag-title {
  font-size: 16px;
  margin-bottom: 10px;
}

.get-module-container > div {
  /*margin-top: 20px;*/
}

.module > div,
.module > input,
.module > p,
.module > table {
  max-width: 1440px;
  margin: 0 auto;
}

.module > div.filter {
  border-bottom: none;
  max-width: 100%;
  width: 100%;
  position: sticky;
  top: -20px;
  z-index: 9;
}

.get,
.get-module-container {
  margin: auto;
  max-width: 1440px;
}

.get {
  /** background:  none repeat scroll 0 0 #ED1141; */
}

.get:after,
.module:after {
  clear: both;
  content: "";
  display: block;
}

.filter form {
  margin: auto;
  max-width: 1440px;
}

.index {
  padding-bottom: 20px;
}

.gray-background {
  background: none repeat scroll 0 0 #F9F9F9 !important;
  border-bottom: 1px solid #E5E6E8 !important;
}


input[type=text],
input[type=date],
input[type=password],
input[type=number],
select {
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  padding: 5px 5px;
  margin: 0;
  height: 34px;
  color: #525455;
}

input[type=text]:focus,
input[type=date]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus {
  outline: none;
}

select,
::picker(select) {
  appearance: base-select;
}

.formgrid-item {
  width: 33%;
  float: left;
}

.formgrid-item span {
  display: inline-block;
  width: 30%;
  float: left;
  text-align: right;
  padding: 10px 20px 0 0;
}

.formgrid-item .select2-container {
  display: inline-block;
  width: 70%;
  float: left;
}

/** other */
.jeditable-checkbox:hover,
.jeditable-select:hover,
.jeditable-type-select:hover,
.jeditable:hover {
  cursor: pointer;
  background: #C0D6EB;
}

/** START Summary */
.summary {
  margin: 5px;
  padding: 0;
}

.summary table {
  margin: auto;
}

.summary tr {
  float: left;
  padding-right: 50px;
}

div.summary td {
  font-size: 14px;
  font-weight: bold;
  padding: 3px;
  text-transform: uppercase;
}

div.summary .tal-icon {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("/img/icons/button-icons.png");
  background-origin: padding-box;
  background-position: -3px -41px;
  background-repeat: repeat;
  background-size: auto auto;
  height: 28px;
  width: 28px;
}

div.summary .report-icon {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("/img/icons/button-icons.png");
  background-origin: padding-box;
  background-position: -95px -253px;
  background-repeat: repeat;
  background-size: auto auto;
  height: 32px;
  width: 32px;
}

div.summary .no-icon {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("/img/icons/button-icons.png");
  background-origin: padding-box;
  background-position: -527px -193px;
  background-repeat: repeat;
  background-size: auto auto;
  height: 32px;
  width: 32px;
}

div.summary .yellow-icon {
  background-position: -3px -66px;
}

div.summary .gray-icon {
  background-position: -83px -66px;
}

div.summary .green-icon {
  background-position: -57px -66px;
}

div.summary td.tar {
  font-weight: lighter;
  font-size: 18px;
  text-transform: none;
  padding-top: 0;
  color: #7b848b;
}

/** End summary */

.pagination-wrapper {
  height: 55px;
  padding-top: 10px;
}

.results {
  background: #D5F4EE;
  border-radius: 13px;
  color: #000000;
  font-weight: normal !important;
  line-height: 33px;
  margin-left: 20px;
  padding: 1px 20px 3px 20px;
  margin-bottom: 10px;
}

.results-light {
  font-weight: lighter;
}

.pagination-wrapper .pagination {
  height: 36px;
  line-height: 24px;
  margin-right: 20px;
  font-size: 14px;
  padding: 6px;
  margin-top: 3px;
  border-radius: 8px;
  background: none repeat scroll 0 0 #F9F9F9;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
}

.pagination-wrapper .pagination > .pagination-item {
  margin: 0 1px 0 2px;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  color: #2DA8EB;
  display: inline-block;
  text-align: center;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  padding: 0 4px;
}

.pagination-wrapper .pagination > .pagination-item.current {
  cursor: default;
  font-weight: normal;
  color: #3e505d;
}
.pagination-wrapper .pagination > .pagination-item:not(.current) {
  background: none repeat scroll 0 0 #55B6FA;
  color: white;
  border-radius: 4px;
}
.pagination-wrapper .pagination > .pagination-item:not(.current):hover,
.pagination-wrapper .pagination > .pagination-item:not(.current):active {
  background: none repeat scroll 0 0 #2DA8EB;
}

.pagArrow {
  text-decoration: none /** ImportantDelete */;
  font-weight: normal;
}

.over {
  background: none repeat scroll 0 0 #EBEBEB;
}

.order:hover {
  cursor: pointer;
}

table tbody tr.selected {
  background: #d5eefa /** ImportantDelete */;
}

.img-logo {
  position: absolute;
  left: 22px;
  top: 16px;
}

.sort-arrow {
  width: 12px;
  height: 6px;
  display: inline-block;
  margin-bottom: 1px;
}

.order {
  white-space: nowrap
}

.order-by.order-down .sort-arrow {
  /*width: 12px;
  height: 6px;*/
  background: url(/img/arrow-gray.png);
  left: 4px;
  position: relative;
}

.order-by.order-up .sort-arrow {
  /*width: 12px;
  height: 6px;*/
  background: url(/img/arrow-up.png);
  left: 4px;
  position: relative;
}

.tabs {
  min-width: 1000px;
}

/** START div-notify */
#div-notify {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100px;
  width: 300px;
  display: none;
  background-color: #F2F5F6;
  z-index: 100000;
}

#div-notify div.close {
  background-image: url("/img/icons/button-icons.png");
  background-position: -207px -7px;
  background-repeat: no-repeat;
  float: right;
  text-align: right;
  cursor: pointer;
  margin-right: 3px;
  margin-top: 3px;
  width: 24px;
  height: 24px;
}

#div-notify div.close:hover {
  background-position: -207px -32px;
}

#div-notify div.text {
  text-align: center;
  color: #196893;
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
}

#div-notify div.buttons {
  clear: both;
  text-align: center;
  margin-top: 7px;
}

/** END div-notify */

/** START rating aziende */
.rating-symbol {
  width: 20px /** ImportantDelete */;
  height: 20px;
  border-radius: 10px;
  vertical-align: middle;
}

.rating-ND {
  border: 1px solid #727272;
}

.rating-D {
  background-color: #0C0C0C;
}

.rating-C {
  background-color: #727272;
}

.rating-CC {
  background-color: #D8D8D8;
}

.rating-CCC {
  background-color: #ED1141;
}

.rating-B {
  background-color: #FD9800;
}

.rating-BB {
  background-color: #FFD13F;
}

.rating-BBB {
  background-color: #FFE47D;
}

.rating-A {
  background-color: #B3CC00;
}

.rating-AA {
  background-color: #59BD2C;
}

.rating-AAA {
  background-color: #07984F;
}

/** END rating aziende */

.decimal,
.decimalnull {
  width: 100px;
  text-align: right;
}

/** END classes */

/** Anagrafiche */
.box-grid-container {
  padding: 20px;
}

.box-grid-container-left {
  float: left;
  padding: 10px 0 50px 20px;
  width: 75%;
}

.box-grid-container-right {
  float: left;
  padding-left: 0;
  padding-right: 20px;
  padding-top: 10px;
  width: 25%;
}

.box-grid-25 {
  float: left;
  padding: 10px;
  width: 25%;
}

.box-grid-75 {
  float: left;
  padding: 10px;
  width: 75%;
}

.box-grid-40 {
  float: left;
  padding: 10px;
  width: 40%;
}

.box-grid-60 {
  float: left;
  padding: 10px;
  width: 60%;
}

.box-grid-66 {
  float: left;
  padding: 10px;
  width: 66%;
}

.box-grid-33 {
  float: left;
  padding: 10px;
  width: 33%;
}

/* < Desktops and laptops ----------- */
@media only screen and (max-width: 1224px) {

  .box-grid-25 {
    width: 50%;
  }
}

.box-grid-50 {
  float: left;
  padding: 10px;
  width: 50%;
}

.box-grid-50 div.box-grid-box-container {
  min-height: 365px;
}

.box-grid-100 {
  float: left;
  padding: 10px;
  width: 100%;
}

.box-grid-box-container,
#div-contr-config table {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #EAEEF1;
  box-shadow: 1px 2px 6px rgba(46, 49, 55, 0.11);
}

.box-grid-form-title,
.box-grid-graph-title,
.box-grid-graph-description {
  border-bottom: 1px solid #EAEEF1;
  color: #635858;
  font-size: 16px;
  font-weight: lighter;
  height: auto;
  margin: auto;
  padding: 15px 10px;
  text-align: left;
  text-transform: uppercase;
}

.box-grid-graph-description {
  border-top: 1px solid #EAEEF1;
  border-bottom: none;
  text-transform: none;
  font-size: 13px;
}

.box-grid-form-container {
  padding: 10px;
}

.box-grid-graph-container {
  padding: 10px;
}


.box-grid-form-container .select2-container .select2-choice {
  width: auto;
}

.box-grid-form-container:not(.form-group) > div {
  float: left;
  text-align: right;
  width: 40%;
  margin-top: 9px;
  padding-right: 10px;
  color: #4A545B;
}

.box-grid-form-container div.box-grid-address {
  width: 100%;
  padding-right: 0;
  margin: 0;
  padding-top: 10px;
}

.box-grid-form-container .box-grid-address .box-grid-address-title {
  width: 40%;
  float: left;
  padding-right: 10px;
  margin-top: 0;
}

.box-grid-form-title button.copy-address {
  font-size: 10px;
  padding: 0;
  margin-top: -5px;
  float: right;
  background: #2DA8EB;
}

.box-grid-address-info {
  width: 60%;
  float: right;
}

.box-grid-address-0 {
  width: 100% !important;
  float: left;
}

.box-grid-address .box-grid-address-1 {
  width: 100%;
}

.box-grid-address .box-grid-address-2 {
  width: auto;
  float: left;
}

.container-width-33 .box-grid-form-container textarea.address-textarea {
  width: 60%;
  height: 90px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  margin-top: 20px;
}

.box-grid-container-left .box-grid-100 .box-grid-form-container > div {
  width: 15%;
}

.box-grid-form-container input,
.box-grid-form-container select,
.box-grid-form-container .select2-container {
  border: 1px solid #DDDDDD;
  margin-bottom: 4px;
  width: 60%;
}

.box-grid-form-container .select2-container {
  border: none;
  margin: 0;
  padding-right: 0;
}

.box-grid-container-left .box-grid-100 .box-grid-form-container input,
.box-grid-container-left .box-grid-100 .box-grid-form-container .select2-container {
  width: 85%;
}


.box-grid-form-container:not(.form-group) div.main-header-container {
  margin-top: -12px;
  padding-right: 0;
  width: 100%;
}

.main-header-container div.main-header {
  background: none repeat scroll 0 0 #EAEDF1;
  border: 1px solid #F8FAF9;
  float: left;
  padding: 7px;
  text-align: center;
  width: 33%;
}

.box-grid-form-container:not(.form-group) div.role-container {
  float: left;
  width: 100%;
}

.role-container > div {
  float: left;
  width: 33%;
  margin-top: 8px;
}

.role-container > input {
  width: 32%;
}


/** Scrollbar */
.jspDrag {
  background-color: #C7C8CA !important;
  background-image: url("/img/scrollbar-bg.png") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.jspTrack {
  background-color: #F9F9F9 !important;
  border-left: 1px solid #E5E6E8;
}

/** Colore Spacer */

.spacer-color {
  width: 10px;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.spacer-color.info-to-expired {
  background-color: #FFD13F;
}

.info-withheld {
  color: #ED1141;
}

.spacer-color.info-withheld,
.spacer-color.info-expired {
  background-color: #ED1141;
}

.info-returned {
  color: #65D221;
}

.spacer-color.info-returned {
  background-color: #65D221;
}

.spacer-color.info-no-agree {
  background-color: #61A4D7;
}

.info-expired {
  color: #ED1141 !important;
  font-weight: bold;
}

.info-to-expired {
  color: #FD9800 !important;
  font-weight: bold;
}


/***/
.index .new-container th,
.new-container {
  background: none repeat scroll 0 0 #F9F9F9;
  border-top: 1px solid #E5E6E8;
}

.new-container .select2-container .select2-choice {
  margin-top: 3px;
}

.new-container .ui-state-default {
  border-radius: 3px;
}

/** jeditable*/
.jeditable-select form,
.jeditable-type-select form,
.jeditable form {
  background: none repeat scroll 0 0 #C0D6EB;
  display: block;
  margin-left: -7px;
  margin-top: -19px;
  padding: 8px 10px;
  position: absolute;
}

.jeditable-select button,
.jeditable-type-select button,
.jeditable button {
  background: none repeat scroll 0 0 #2DA8EB;
  border: medium none;
  color: #FFFFFF;
  font-weight: bold;
  margin-left: 13px;
  padding: 1px 10px;
}

/** ellipsis */
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

/** Liste legend */
.table-list-legend {
  padding: 20px 10px 0 10px;
  border-top: 1px solid #E5E6E8;
}

.table-list-legend label {
  padding-right: 15px;
}

.table-list-legend label.list-legend-title {
  text-transform: uppercase;
  padding-right: 15px;
}

.table-list-legend span {
  padding: 2px 10px;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-origin: padding-box;
  background-repeat: repeat;
  background-size: auto auto;
  background-image: url("/img/icons/button-icons.png");
  background-position: -11px -43px;
}


/** New Scrollbar */
.scrollable-container,
.scrollable-content {
  overflow-y: auto;
}

.download {
  cursor: pointer;
}


.modal_alert {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #c3ffc4;
  border-radius: 10px;
  border: 1px solid #999;
  padding: 10px;
}


.note-icon {
  background: url("/img/icons/button-icons.png") no-repeat -443px -96px;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 0;
  right: 0;
}

.text-danger {
  color: var(--error-color);
}

.text-warning {
  color: var(--warning-color);
}

.text-success {
  color: var(--success-color);
}

.text-info {
  color: var(--info-color);
}

.text-primary {
  color: var(--primary-color);
}

/* HTML: <div class="preloader-spinner-container"><div class="preloader-spinner"></div></div> */
.preloader-spinner-container {
  position: relative;
  margin: 100px auto;
  text-align: center;
  display: inline-block;
  width: 60px;
  transform: rotate(-30deg);
}

.preloader-spinner {
  width: 60px;
  aspect-ratio: 1.154;
  color: #61A4D7;
  display: grid;
  animation: l38-0 6s infinite linear;
}

.preloader-spinner:before,
.preloader-spinner:after {
  content: "";
  grid-area: 1/1;
}

.preloader-spinner:before {
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  background: conic-gradient(from -30deg, #0000 60deg, currentColor 0);
}

.preloader-spinner:after {
  background: conic-gradient(from -30deg, currentColor 60deg, #0000 0);
  animation: l38 0.5s infinite alternate;
}

@keyframes l38-0 {
  0%, 16.66% {
    transform: rotate(0deg);
    color: #61A4D7
  }
  16.67%, 33.33% {
    transform: rotate(60deg);
    color: #61A4D7
  }
  33.34%, 50% {
    transform: rotate(120deg);
    color: #E5003D
  }
  50.1%, 66.66% {
    transform: rotate(180deg);
    color: #E5003D
  }
  66.67%, 83.33% {
    transform: rotate(240deg);
    color: #FED443
  }
  83.34%, 100% {
    transform: rotate(300deg);
    color: #FED443
  }
}

@keyframes l38 {
  100% {
    transform: translateY(-20px)
  }
}


/** Bootstrap Grid system **/

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: 0%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: 0%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: 0%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: 0%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .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-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: 0%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: 0%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: 0%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: 0%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.row:after {
  clear: both;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.alert.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
