@import "color_scheme/default.css";
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=cyrillic';

body.signin::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--color_body31);
    display: block;
    position: fixed;
    z-index: 5;
    overflow: hidden;
    top: 0;
    border-left: 2px solid var(--color_line2);
    left: 50%;
    margin-left: 270px; 
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */ }
  .sk-cube-grid .sk-cube {
    width: 33.33%;
    height: 33.33%;
    background-color: var(--color_line2);
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
            animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }
  .sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s; }
  .sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0.0s;
            animation-delay: 0.0s; }
  .sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); } }

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); } }

.developed-with-partners img {
   opacity: 0.6 !important;   
}

.developed-with-partners img:hover {
   opacity: 1 !important;   
}

.developed-with-partners {
    text-align: right;
}

.partner {
  max-height: 50px;   
}

#developed {
    text-align: center;
}

#crm_wrap, #footer_info_wrap {
    display: table;
    float: right;
    line-height: 19px;
    right: -38px;
    position: relative;
}

#footer_info_wrap {
    text-align: right;
    padding: 0 10px;
}

#crm_wrap.crm_wrap_right {
    float: right;
    margin-right: 0px;
    margin-left: 10px;
}

.mainpanel footer {
   border-top: 1px solid var(--color_line1);
}

.footer-in-system-right-item {
	display: inline-table;
}

#crm_wrap #crm_title {
    font-size: 16px;
    line-height: 16px;
    width: 110px;
    height: 38px;
    padding: 0px 10px;
    color: var(--color_icon3);
    font-weight: bold;
    margin-top: 2px;
    text-align: center;
    border-radius: 5px;
    letter-spacing: 1px;
    text-align: left;
}

#crm_wrap #crm_title span {
    text-transform: uppercase;
    font-size: 10px;
    background: var(--color_icon3);
    color:  var(--color_body31);
    padding: 0px 2px;
    line-height: 14px;
    min-width: 83px;
    display: inline-table;
}

#crm_wrap #crm_title.crm_title_with_info {
 	padding: 0px 10px;
	line-height: 17px;
}

@keyframes loading {
    0%, 40%, to {
        -ms-transform: scaleY(.5);
        transform: scaleY(.5)
    }
    20% {
        -ms-transform: scaleY(1);
        transform: scaleY(1)
    }
}

.panel-status-save .loading-wrapper, .dataTables_processing .loading-wrapper{
    left: calc(50% - 25px);
    top: calc(50% - 20px);
    width: 50px;
    height: 25px;
    transition: all 2s ease-in-out 1s;
    float: right;
    margin-left: 10px;
    margin-top: 0px;
}
.panel-status-save .loading-wrapper .rec, .dataTables_processing .loading-wrapper .rec{
    float: left;
    height: 100%;
    width: 6px;
    margin-right: 3px;
    background: var(--color_body11);
    animation: loading 1.2s infinite ease-in-out
}
.panel-status-save .loading-wrapper .rec:last-child, .dataTables_processing .loading-wrapper .rec:last-child {
    margin-right: 0
}
.panel-status-save .loading-wrapper .r2, .dataTables_processing .loading-wrapper .r2 {
    animation-delay: -1.1s
}
.panel-status-save .loading-wrapper .r3, .dataTables_processing .loading-wrapper .r3 {
    animation-delay: -1s
}
.panel-status-save .loading-wrapper .r4, .dataTables_processing .loading-wrapper .r4 {
    animation-delay: -.9s
}
.panel-status-save .loading-wrapper .r5, .dataTables_processing .loading-wrapper .r5 {
    animation-delay: -.8s
}

/********** 2. RESET STYLES **********/
/*************************************/

body {
    background: var(--color_body21);
    font-family: "Open Sans", sans-serif;
    line-height: 21px;
    color: var(--color_text1);
}

body.notfound,
body.signin {
    background: #eee;
    overflow: hidden;
}

body.blank {
    background: #eee;
}

body.signin > section {
  position: relative;
  height: 100vh;
}

input,select,textarea {
    font-family: "Open Sans", sans-serif;
    color: var(--color_body21);
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control,
.tagsinput[disabled], .tagsinput[readonly], fieldset[disabled] .tagsinput {
    border: 2px solid #ddd;
}

.info_green_border_bottom {
    border-bottom:2px solid #3C763D;
}

a:focus, a:active {
  outline: none;
  color: #0069aa;           
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

h1,h2,h3,h4,h5 {
    font-family: "Open Sans", sans-serif;
}

b {
  font-weight: 700;
}

strong {
  font-weight: 600;
}

.none {
    display:none;
}

/* preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e4e7ea; 
    z-index: 10000; 
    opacity: 0.9;
}

#status_loading {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%; 
    top: 50%;
    margin: -15px 0 0 -15px;
    font-size: 32px;
}

.block-grey , .empty-item{
    color: #636E7B;
    opacity: 0.5;
}


/********** 3. HEADER PANEL **********/
/*************************************/


.headerbar {
    background: #fff;
    height: 50px;
}

.headerbar::after {
    clear: both;
    display: block;
    content: '';
}


/***** 3.1 HEADER LEFT *****/

.menutoggle {
    float: left;
    width: 50px;
  	height: 40px;
    font-size: 22px;
    cursor: pointer;
    float: left;
    color: var(--color_body21);
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    border-right: 1px solid var(--color_body21);
    margin-top: 5px;
}

.menutoggle:hover {
    color: var(--color_body21);
    background-color: #f7f7f7;
}

.menutoggle .fa,
.menutoggle .glyphicon {
    margin: 8px 0 0 15px;
}

.searchform input {
    width: 250px;
    background: #fff url(../images/icon-search.png) no-repeat 95% center;
    float: left;
    padding: 10px 35px 10px 15px;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 50px;
    font-size: 14px;
}

.searchform input:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ddd;
}

.searchform-left {
    margin-top: 10px;
    margin-bottom: 20px;
}

.searchform-left .form-control {
    border: 0;
    background: #131b26;
}

.header-left {
    float: left;
}



/***** 3.2 HEADER RIGHT *****/

.header-right {
    float: right;
}

.headermenu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.headermenu .exit-group{
    border-left: 1px solid var(--color_body21);
}

.headermenu:after {
    clear: both;
    display: block;
    content: '';
}

.headermenu > li {
  display: inline-block;
  float: left;
  position: relative;
  margin: 5px 0;
}

.headermenu .dropdown-toggle {
    padding: 0px 10px;
    border-color: #fff;
    background: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
}

.user-account .dropdown-toggle {
  position: relative;
  top: -4px;
  overflow: hidden;
}

.dropdown-toggle.btn-default:hover, .open > .dropdown-toggle.btn-default:focus {
    background-color: unset;
  border-color: unset;
}

.profile-sign-out i {
    font-size: 2em;
}

.headermenu .dropdown-toggle:hover,
.headermenu .dropdown-toggle:focus,
.headermenu .dropdown-toggle:active,
.headermenu .dropdown-toggle.active,
.headermenu .open .dropdown-toggle.dropdown-toggle {
    color: var(--color_body21);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.headermenu .dropdown-toggle img {
    vertical-align: middle;
    margin-right: 15px;
    width: 48px;
  	height: 48px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.headermenu .dropdown-toggle .caret {
    margin-left: 5px;
}

.headermenu .dropdown-menu {
    border: 0;
    margin-top: 0px;
    margin-right: 0px;
    -moz-border-radius: 2px 0 2px 2px;
    -webkit-border-radius: 2px 0 2px 2px;
    border-radius: 2px 0 2px 2px;
    -moz-box-shadow: 3px 3px 0 rgba(12,12,12,0.05);
    -webkit-box-shadow: 3px 3px 0 rgba(12,12,12,0.05);
    box-shadow: 3px 3px 0 rgba(12,12,12,0.05);
    padding: 5px;
}

.headermenu .dropdown-menu:after {
    border-bottom: 6px solid var(--color_body21);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    right: 17px;
    position: absolute;
    top: -6px;
}

.headermenu .dropdown-grid .grid-list {
    padding: 20px;
}

.headermenu .dropdown-menu li {
    display: block;
    margin: 0;
    float: none;
    background: none;
    padding: 15px 5px;
}

.headermenu .dropdown-menu-usermenu li {
    padding: 0;
}

.headermenu .dropdown-menu-usermenu:after {
    right: 95px;
}

.headermenu .dropdown-menu li a {
    color: #fff;
    font-size: 13px;
    padding: 7px 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.headermenu .dropdown-menu li a:hover {
    background: var(--color_body11);
    color: #fff;
}

.headermenu .dropdown-menu li i {
    margin-right: 5px;
}

.headermenu .dropdown-menu-head {
    padding: 0;
    min-width: 300px;
}

.headermenu .tp-icon {
      padding: 8px 15px;
      height: 40px;
      background: #fff;
      color: var(--color_body21);
      border-color: #fff;
      -moz-transition: all 0.2s ease-out 0s;
      -webkit-transition: all 0.2s ease-out 0s;
      transition: all 0.2s ease-out 0s;
}

.headermenu button {
    border:0;
}

.headermenu .tp-icon + .dropdown-menu:after {
    right: 17px;
}

.headermenu .chat-icon {
    border-right: 0;
}

.headermenu .dropdown-menu-usermenu {
    background: var(--color_body21);
    min-width: 200px;
    margin-right: -30px;
}

.headermenu .dropdown-menu-head ul {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 0 10px;
}

.headermenu .dropdown-menu-head li a {
    color: var(--color_body21);
    padding: 0;
    opacity: 1;
}

.headermenu .dropdown-menu-head li a:hover {
    background: none;
    color: var(--color_body11);
    text-decoration: none;
}

.headermenu .btn-group {
    margin-bottom: 0;
}

.dropdown-list li {
    padding: 15px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.dropdown-list li:last-child {
    border-bottom: 0;
}

.dropdown-list .thumb {
    width: 36px;
    float: left;
}

.dropdown-list .thumb img {
    width: 100%;
    display: block;
    vertical-align: middle;
}

.dropdown-list .desc {
    margin-left: 45px;
    display: block;
}

.dropdown-list .desc h5 {
    font-size: 13px;
    margin-top: 7px;
}

.dropdown-list li:last-child {
    padding: 7px 5px;
}

.dropdown-list li .badge {
    float: right;
}

.user-list {
    width: 300px;
}

.gen-list li a {
    display: block;
}

.gen-list li a:hover {
    color: var(--color_body21) !important;
    text-decoration: none;
}

.gen-list li .name {
    font-size: 13px;
    font-family: "Open Sans", sans-serif;,'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif;
    line-height: 21px;
    display: block;
}

.gen-list li .msg {
    font-size: 11px;
    line-height: normal;
    color: #fff;
    display: block;
}




/********** 4. LEFT PANEL **********/
/***********************************/

.leftpanel {
    width: 240px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.sticky-leftpanel {
    position: fixed;
    height: 100%;
    overflow-y: auto;
}

.datapanel {
    padding: 5px;
    background: #fff;
    height: 50px;
    border-right: 1px solid var(--color_body21);
    text-align: center;
}

.datapanel .d {
    font-size: 10px;
}

.datapanel h1 span {
    color: var(--color_body11);
}

.leftpanelinner {
    padding: 5px 15px;
}

.leftpanel .searchform {
    display: none;
}

.leftpanel .searchform::after {
    content: '';
    display: block;
    clear: both;
}

.leftpanel .searchform input {
    padding: 10px;
    height: auto;
    width: 100%;
    margin: 10px 0 0 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.leftpanel .userlogged {
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    display: none;
}

.leftpanel .userlogged .media-object {
    width: 40px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    float: left;
    border: 2px solid var(--color_body11);
    padding: 2px;
    margin-left: 2px;
}

.leftpanel .userlogged .media-body {
    margin-left: 50px;
    color: #ccc;
}

.leftpanel .userlogged .media-body h4 {
    font-size: 15px;
    margin: 0;
}

.leftpanel .userlogged .media-body span {
    font-style: italic;
    font-size: 11px;
    opacity: 0.5;
}



/***** 4.1 NAVIGATION STYLES *****/


.sidebartitle {
    font-size: 11px;
    text-transform: uppercase;
    color: #777;
    margin-bottom: 10px;
}

.nav-bracket {
    margin-bottom: 30px;
}

.nav-bracket > li > a {
    color: #fff;
    padding: 7px 10px;
}

.nav-bracket > li > a:hover,
.nav-bracket > li > a:active,
.nav-bracket > li > a:focus {
    background-color: #fff;
    color: var(--color_body21);
}

.nav-bracket > li.nav-parent > a {
    background: transparent url(../images/plus-white.png) no-repeat 92% center; 
}

.nav-bracket > li.nav-parent > a:focus {
    background-color: none;
    color: #8F939E;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav-bracket > li.nav-parent > a:hover,
.nav-bracket > li.nav-parent > a:active {
    color: var(--color_body21);
    background-color: #fff;
    background-image: url(../images/plus.png);
}

.nav-bracket > li.nav-active > a {
    background-color: #fff;
    background-image: url(../images/minus.png);
    color: var(--color_body21);
}

.nav-bracket > li.nav-active > a:hover {
    background-image: url(../images/minus.png);
    background-repeat: no-repeat;
}

.nav-bracket > li.nav-active > a:focus {
    color: var(--color_body21);
}

.nav-bracket > li > a.active,
.nav-bracket > li > a.active:hover,
.nav-bracket > li > a.active:focus {
    background-color: var(--color_body11);
    color: #fff;
}

.nav-bracket > li.nav-parent.active > a {
    background-image: url(../images/plus.png); 
}

.nav-bracket > li.nav-active.active > a {
    background-image: url(../images/minus.png); 
}

.nav-bracket > li.nav-active.active > a:hover {
    background-image: url(../images/minus.png); 
}

.nav-bracket li .fa,
.nav-bracket li .glyphicon {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 10px;
    width: 16px;
    text-align: center;
}

.nav-bracket > li > a > .badge {
    margin-top: 2px;
}

.nav-bracket .children {
    list-style: none;
    display: none;
    margin: 5px 0;
    padding: 0;
}

.nav-bracket .children > li > a {
    color: #fff;
    font-size: 13px;
    display: block;
    padding: 5px 0 5px 27px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.nav-bracket .children > li > a > span {
    margin-top: 2px;
}

.nav-bracket .children > li > a:hover,
.nav-bracket .children > li > a.active,
.nav-bracket .children > li > a:focus {
    text-decoration: none;
    color: var(--color_body11);
}

.nav-bracket .children > li .fa {
    font-size: 12px;
    opacity: 0.5;
    margin-right: 5px;
    text-align: left;
    width: auto;
    vertical-align: baseline;
}

.nav-bracket .children > li.active > a {
    color: var(--color_body11);
}

.nav-bracket .children ul {
    margin-left: 12px;
    border: 0;
}



/***** 4.2 INFO SUMMARY *****/


.infosummary {
    margin: 30px 0;
}

.infosummary ul {
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.infosummary li {
    padding: 5px 0 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.infosummary li:after {
    clear: both;
    display: block;
    content: '';
}

.infosummary .datainfo {
    float: left;
    line-height: normal;
}

.infosummary .datainfo h4 {
    margin: 0;
    font-size: 16px;
    color: #fff;
    line-height: 16px;
}

.infosummary span {
    font-size: 11px;
    line-height: normal;
    text-transform: uppercase;
    font-size: 10px;
}

.infosummary .chart {
    float: right;
    margin-top: 6px;
}



/********** 5. MAIN PANEL **********/
/***********************************/

.mainpanel {
    margin-left: 240px;
    background: #fff;
    min-height: 1000px;
    height: 100%;
}

.pageheader {
    padding: 0px;
    border-top: 1px solid var(--color_line2);
    position: relative;
}

.pageheader h2 {
    font-size: 28px;
    color: var(--color_body21);
    letter-spacing: -0.5px;
    margin: 0;
}

.title_wrap {
  margin-bottom: 5px;
}

.pageheader .glyphicon,
.title_wrap i.title_icon {
  margin-right: 10px;
  padding: 8px 7px;
  border-radius: 5px;
  font-size: 25px;
  float: left;
  background-color: var(--color_line2);
  color: #fff;
  width: 42px;
  height: 42px;
  text-align: center;
  margin-top: 3px;
}

.title_wrap i.title_icon.fa-pencil {
    padding: 6px 9px;
}

.title_wrap i.title_icon.fa-hand-o-up {
    padding: 6px 9px 6px 7px;
}

.title_wrap i.title_icon.fa-file-o {
    padding: 6px 10px;
}

.title_wrap i.title_icon.fa-user {
    padding: 6px 10px;
}

.title_wrap i.title_icon.fa-file-text {
    padding: 6px 10px;`
}

.title_wrap i.title_icon.fa-map-marker {
    padding: 6px 12px;
}

.title_wrap i.title_icon.fa-dollar {
    padding: 6px 12px;
}

.title_wrap i.title_icon.fa-clock-o {
    padding: 6px 8px;
}

.modal-title .title_icon {
 	margin-right: 10px;
  padding: 6px;
  border-radius: 5px;
  font-size: 25px;
  float: left;
  background-color: var(--color_line2);
  color: #fff;
  width: 35px;
  height: 35px;
  text-align: center; 
}

.pageheader h2 span {
    font-size: 13px;
    text-transform: none;
    color: #fff;
    font-style: italic;
    vertical-align: middle;
    letter-spacing: 0;
}

.pageheader h2 span::before {
    content: '/';
    margin: 0 10px 0 5px;
    color: #ccc;
}

.pageheader .breadcrumb-wrapper {
    position: absolute;
    top: 23px;
    right: 25px;
}

.pageheader .breadcrumb-wrapper .label {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: normal;
    display: inline-block;
}

.pageheader .breadcrumb {
    background: none;
    display: inline-block;
    padding: 0;
}

.pageheader .breadcrumb li {
    font-size: 12px;
}

.pageheader .breadcrumb li.active {
    color: var(--color_body21);
}

.contentpanel {
    padding: 20px;
    position: relative;
    min-height: 1100px;
}

.contentpanel::after {
    clear: both;
    display: block;
    content: '';
}

form .form-group:last-child {
    margin-bottom: 10px;
}

.row-pad-5 {
    margin-left: -5px;
    margin-right: -5px;
}

.row-pad-5 [class*="col-lg"],
.row-pad-5 [class*="col-md"],
.row-pad-5 [class*="col-sm"] {
    padding-left: 0px;
    padding-right: 15px;
    margin-bottom: 10px;
}

.row-pad-5-notpadding [class*="col-lg"],
.row-pad-5-notpadding [class*="col-md"],
.row-pad-5-notpadding [class*="col-sm"] {
    padding-right: 0px;
    margin-bottom: 0px;
}


.subtitle {
    font-size: 13px;
    text-transform: uppercase;
    color: var(--color_body21);
    font-family: "Open Sans", sans-serif;;
    margin-bottom: 5px;
    margin-top: 0;
    font-weight:bold;
}

.subtitle-lined {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 5px;
}

p {
    margin-bottom: 10px;
}



/***** 5.1. DASHBOARD ******/


.panel-stat {
    background: none;
}

.panel-stat .panel-heading {
    padding: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.panel-stat .stat {
    color: #fff;
    max-width: 250px;
}

.panel-stat .stat img {
    text-align: center;
}

.panel-stat i {
    font-size: 40px;
    /*border: 2px solid #fff;*/
    padding: 7px 10px;
    /*border-radius: 50px;*/
}

.panel-stat .stat-label {
    text-transform: uppercase;
    font-size: 11px;
    opacity: 0.75;
    display: block;
    line-height: normal;
    margin-top: 5px;
}

.panel-stat h1 {
    margin: 0;
    line-height: 36px;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 38px;
}

.panel-stat h4 {
    margin: 0;
    font-family: 'Helvetica Neue', sans-serif;
}

.sublabel {
    display: block;
    font-size: 12px;
    margin-bottom: 2px;
}

.ex-donut-chart {
    text-align: center;
    height: 298px;
}

.ex-line-chart {
    height: 248px;
}

.ex-donut-chart > svg,
.ex-line-chart > svg {
    width: 100% !important;
}



/********** 6. FORM STYLES **********/
/************************************/



.ckbox,
.rdio {
    position: relative;
}

.rdio {
    margin: 5px 0;
}

.ckbox input[type="checkbox"],
.rdio input[type="radio"] {
    opacity: 0;
}

.ckbox label,
.rdio label {
    padding-left: 10px;
    cursor: pointer;
    margin-bottom: 7px !important;
    font-size: 16px;
    margin-top: 3px;
    display: initial;
}

.ckbox label:before {
    width: 18px;
    height: 18px;
    position: absolute;
    top: -2px;
    left: 0;
    content: '';
    display: inline-block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 2px solid var(--color_body21);
    background: #fff;
    margin-top: 5px;
}

.ckbox input[type="checkbox"]:disabled + label  {
    color: #999;
}

.ckbox input[type="checkbox"]:disabled + label:before  {
    background-color: #eee;
    border-color: #ddd;
}


.ckbox input[type="checkbox"]:checked + label::after  {
    font-family: 'FontAwesome';
    content: "\F00C";
    position: absolute;
    top: -3px;
    left: 1px;
    display: inline-block;
    font-size: 16px;
    width: 22px;
    height: 22px;
    color: #fff;
    margin-top: 5px;
}

.ckbox-default input[type="checkbox"]:checked + label:before {
    border-color: var(--color_body21);
    background-color: #2b2c2f;
}

.ckbox-default input[type="checkbox"]:checked + label::after {
    color: var(--color_body21);
}

.ckbox-primary input[type="checkbox"]:checked + label:before {
    border-color: #2b2c2f;
    background-color: #2b2c2f;
}

.ckbox-warning input[type="checkbox"]:checked + label:before {
    border-color: #EEA236;
    background-color: #F0AD4E;
}

.ckbox-success input[type="checkbox"]:checked + label:before {
    border-color: #02B002;
    background-color: #02B002;
}

.ckbox-danger input[type="checkbox"]:checked + label:before {
    border-color: #D43F3A;
    background-color: #D43F3A;
}

.ckbox input[type="checkbox"]:checked:disabled + label:before {
    background-color: #999;
}

.rdio label:before {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 1px;
    left: 0;
    content: '';
    display: inline-block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid var(--color_body21);
    background: #fff;
}

.rdio input[type="radio"]:disabled + label  {
    color: #fff;
}

.rdio input[type="radio"]:disabled + label:before  {
    background-color: #eee;
}

.rdio input[type="radio"]:checked + label::after  {
    content: '';
    position: absolute;
    top: 7px;
  left: 6px;
    display: inline-block;
    font-size: 11px;
    width: 10px;
    height: 10px;
    background-color: #444;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.rdio-default input[type="radio"]:checked + label:before {
    border-color: var(--color_body21);
}

.rdio-primary input[type="radio"]:checked + label:before {
    border-color: var(--color_body11);
}

.rdio-primary input[type="radio"]:checked + label::after {
    background-color: var(--color_body11);
}

.rdio-warning input[type="radio"]:checked + label:before {
    border-color: #F0AD4E;
}

.rdio-warning input[type="radio"]:checked + label::after {
    background-color: #F0AD4E;
}

.rdio-success input[type="radio"]:checked + label:before {
    border-color: var(--color_body11);
}

.rdio-success input[type="radio"]:checked + label::after {
    background-color: var(--color_body11);
}

.rdio-danger input[type="radio"]:checked + label:before {
    border-color: var(--color_body11);
}

.rdio-danger input[type="radio"]:checked + label::after {
    background-color: var(--color_body11);
}


pre {
    font-size: 12px;
    color: #C7254E;
    border: 1px solid #ddd;
    padding: 8px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
}

label.error {
    color: red;
    margin-top: 2px;
}

label.error-ok {
    color: #02B002;
}

label.error-not {
    color: red;
}

label.error:empty {
    display: none !important;    
}

.ckbox_termin_m label {
    padding-left: 0px;
}


.asterisk {
    color: #A94442;
}

.asterisk-valid:not(.asterisk-block):before {
content: "* ";
color: #A94442;
}

div.error {
    margin-bottom: 20px;
    display: none;
    position: relative;
}

div.error label.error {
    display: block;
    padding-left: 25px;
    position: relative;
}

div.error label.error:before {
    font-family: 'Glyphicons Halflings';
    content: '\e101';
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 16px;
    color: var(--color_body11);
    display: inline-block;
}

.bootstrap-timepicker .dropdown-menu {
    top: 40px;
}

/* CKEDITOR */
.ck-editable {
    padding: 10px;
    border: 1px solid #fcfcfc;
    margin-bottom: 20px;
}

.ck-editable:hover {
    border: 1px solid #ccc;
}

.ck-editable h4 {
    color: var(--color_body21);
}

/* X-EDITABLE */

.editable-input .form-control {
    margin: 0;
}

.editable-input select.form-control {
    padding: 3px 10px
}

.editable-list-group {
    padding: 0;
}

.editableform .form-group {
    margin: 0;
}

.editable-list-item {
    padding: 12px 15px;
}

.editable-list-group .editable-list-item:last-child {
    border-bottom: 0;
}

.editable-unsaved {
    font-weight: normal;
}

.editable-list-group {
  border-bottom: 3px solid var(--color_body21);   
    margin-bottom: 40px;
}



/***** 6.1 FORM WIZARD STYLES *****/


.basic-wizard .nav li a {
    background: #e4e7ea;
    border-bottom: 1px solid #ccc;
    color: #4A535E;
    border-right: 1px solid #ccc;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    opacity: 0.75;
}

.basic-wizard .nav li:last-child a {
    border-right: 0;
}

.basic-wizard .nav li a:hover {
    background-color: #f7f7f7;
    opacity: 1;
}

.basic-wizard .nav li.active a,
.basic-wizard .nav li.active a:focus,
.basic-wizard .nav li.active a:active {
    background: #fcfcfc;
    border-bottom-color: #fcfcfc;
    color: var(--color_body21);
    opacity: 1;
}

.basic-wizard ul li a span {
    font-family: "Open Sans", sans-serif;, sans-serif;
}

.basic-wizard .pager {
    margin: 0;
    border-top: 1px solid #ddd;
    background: #f7f7f7;
    padding: 10px;
}

.basic-wizard .pager li a {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border-color: #357EBD;
    background-color: var(--color_body11);
    color: #fff;
}

.basic-wizard .pager li a:hover {
    background-color: #3276B1;
    border-color: #285E8E;
}

.basic-wizard .pager li.disabled a {
    background: #eee;
    color: #fff;
    border-color: #ccc;
}

.basic-wizard .progress {
    height: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.basic-wizard .nav-disabled-click li a:hover,
.basic-wizard .nav-disabled-click li a:active,
.basic-wizard .nav-disabled-click li a:focus {
    background-color: #E4E7EA;
    opacity: 0.75;
    color: #4A535E;
    cursor: default;
}

.basic-wizard .nav-disabled-click li.active a:hover,
.basic-wizard .nav-disabled-click li.active a:active,
.basic-wizard .nav-disabled-click li.active a:focus {
    background: #fcfcfc;
    color: var(--color_body21);
    opacity: 1;
}

.basic-wizard .tab-content {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.tab-pane::after {
    clear: both;
    display: block;
    content: '';
}




/********** 7. UI ELEMENTS **********/
/*********************************/


.btn-demo::after {
    clear: both;
    display: block;
    content: '';
}

.btn-demo .btn {
    float: left;
    margin: 0 10px 10px 0;
}

.fonticon-list {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

.fontawesome-list {
    list-style: none;
    padding: 0;
}

.fonticon-list li,
.fontawesome-list li {
    display: block;
    margin-bottom: 5px;
}

.fonticon-list li span,
.fontawesome-list li span {
    color: var(--color_body21);
    vertical-align: middle;
    margin-right: 8px;
    min-width: 20px;
    display: inline-block;
    width: 20px;
}

.tooltip-example .btn,
.popover-example .btn {
    margin: 0 5px 5px 0;
}

.tooltipflot {
    background-color: rgba(0,0,0,0.75);
    font-size: 11px;
    color: #fff;
    padding: 3px 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.jqstooltip{ 
    min-height: 25px;
    border: 0;
    min-width: 30px;
    height: auto !important;
    width: auto !important;
}

.tinystat {
    display: inline-block;
    width: auto;
    border: 1px solid var(--color_body21);    
}

.tinystat .chart,
.tinystat .datainfo {
    display: inline-block;
    vertical-align: middle;
}

.tinystat .chart {
    margin-right: 5px;
}

.tinystat .text-muted {
    text-transform: uppercase;
    font-size: 10px;
}

.tinystat h4 {
    margin: 0;
    color: var(--color_body21);
    font-family: "Open Sans", sans-serif;;
    line-height: normal;
    font-size: 20px;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 3px;
}

.panel-morris .body-chart {
    height: 300px;
}

.panel-morris .body-chart > svg {
    width: 100% !important;
}

.widget-quick-status-post .nav-tabs > li > a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.widget-quick-status-post .panel-body {
    padding: 0;
}

.widget-messaging .panel-btns .panel-edit {
    padding: 15px 17px;
    font-size: 24px;
    margin-top: -18px;
    margin-right: -20px;
    position: relative;
}

.widget-messaging .panel-btns .panel-edit:hover {
    opacity: 1;
}

.widget-messaging .panel-body {
    padding: 0;
}

.widget-messaging ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-messaging ul li {
    padding-bottom: 15px;
    border-top: 1px solid #eee;
    background-color: #fff;
}

.widget-messaging ul li:hover {
    background-color: #fcfcfc;
}

.widget-messaging ul li:first-child {
    border-top: 0;
}

.widget-messaging .sender {
    font-size: 13px;
    color: var(--color_body21);
    margin: 0;
    font-family: "Open Sans", sans-serif;;
    line-height: normal;
}

.widget-messaging ul li small {
    line-height: normal;
}

.widget-today .panel-heading,
.widget-time .panel-heading {
    height: 115px;
}

.widget-today .glyphicon,
.widget-today .fa {
    font-size: 72px;
    color: #fff;
    opacity: 1;
}

.widget-time .glyphicon,
.widget-time .fa {
    font-size: 60px;
    color: #fff;
    opacity: 1;
}
.widget-today .today,
.widget-time .today {
    line-height: normal;
    margin: 0;
    color: var(--color_body21);
    font-family: "Open Sans", sans-serif;;
    font-size: 20px;
}

.widget-photoday .panel-body {
    padding: 0;
}

.widget-photoday .photoday img {
    width: 100%;
    display: block;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.widget-photoday .photo-details {
    padding: 15px;
}

.widget-photoday .photo-title {
    color: var(--color_body21);
    font-size: 16px;
    margin: 0;
    font-family: "Open Sans", sans-serif;;
    line-height: normal;
}

.widget-photoday .photo-details small {
    display: block;
}

.widget-photoday .photo-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #e3e3e3;
    background-color: #f7f7f7;
}

.widget-photoday .photo-meta li {
    display: table-cell;
    width: 1%;
    text-align: center;
    border-left: 1px solid #e3e3e3;
}

.widget-photoday .photo-meta li:first-child {
    border-left: 0;
}

.widget-photoday .photo-meta li a,
.widget-photoday .photo-meta li span {
    padding: 15px 10px;
    display: block;
    color: #fff;
    font-size: 12px;
}

.widget-photoday .photo-meta li a:hover {
    color: #666;
    text-decoration: none;
}

.widget-bloglist .media {
    border-bottom: 1px solid #eee;
    padding: 0;
}

.widget-bloglist .media .thumbnail {
    margin-bottom: 15px;
}

.widget-weather {
    overflow: hidden;
}

.widget-weather .panel-body {
    padding: 0;
    background-color: var(--color_body21);
}

.widget-weather .row {
    margin: 0;
}

.widget-weather .temp,
.widget-weather .weather {
    padding: 0;
}

.widget-weather .temp {
    background-color: var(--color_body11);
    color: #fff;
    padding: 10px 0;
}

.widget-weather .temp h1 {
    font-size: 60px;
    font-family: 'LatoLight';
}

.widget-weather .temp h1 span {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: -10px;
}

.widget-weather .temp h5 {
    text-transform: uppercase;
}

.widget-weather .weather-icon {
    color: #666;
    font-size: 60px;
    background-color: #fff;
    display: block;
    padding: 20px 0;
}

.widget-weather .weather > div {
    width: 50%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
}

.widget-profile .panel-heading {
    position: relative;
}

.widget-profile .cover {
    position: absolute;
    top: 0;
    left: 0;
    height: 105px;
    overflow: hidden;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.widget-profile .cover img {
    width: 100%;
    display: block;
}

.widget-profile .panel-body {
    position: relative;
    padding: 0;
}

.widget-profile-img {
    position: relative;
    margin-top: 30px;
    margin-left: 15px;
}

.widget-profile-foto {
    z-index: 10;
  position: relative;
}

.widget-profile-title {
    background: var(--color_body11);
    margin-top: -10px;
    padding: 15px;
    color: #fff;
    text-align:center;
    margin-bottom: 20px;
}

.widget-profile-title h4, .widget-todo .panel-title {
    font-size: 15px;
    margin: 0;
    line-height: normal;
    text-transform: uppercase;
    font-weight: bold;
}

.widget-todo .panel-title {
    padding: 5px;
    min-height:50px;
}

.widget-profile-title small {
    line-height: normal;
}

.widget-profile blockquote {
    font-size: 18px;
    border-left: 0;
    margin: 0;
    color: var(--color_body21);
    padding: 15px;
}

.widget-profile-title .fa {
    margin-right: 7px;
}

.widget-profile .row {
    margin: 0;
}

.widget-profile .row > div {
    padding: 0;
}

.widget-profile .row > div > span {
    display: block;
    border-right: 1px solid rgba(255,255,255,0.15);
    font-size: 14px;
    padding: 15px 10px;
    text-transform: uppercase;
    background: var(--color_body21);
    color: #fff;
}

.widget-profile .row > div:first-child span {
    -moz-border-radius: 0 0 0 3px;
    -webkit-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
}

.widget-profile .row > div:last-child span {
    border-right: 0;
    -moz-border-radius: 0 0 3px 0;
    -webkit-border-radius: 0 0 3px 0;
    border-radius: 0 0 3px 0;
}

.widget-todo .panel-btns i {
    font-size: 12px;
}

.widget-todo .todo-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.widget-todo .panel-body {
    padding: 0;
}

.widget-todo .todo-list li {
    border-bottom: 1px solid #eee;
    padding: 5px 20px;
}

.widget-todo .todo-list li:last-child {
    border-bottom: unset;
}

.widget-todo .todo-list li input:checked + label {
    color: #02B002;
}

.widget-todo .todo-list .todo-form {
    padding-bottom: 15px;   
}

.widget-todo .todo-list li .btn {
    margin: 0;
    padding: 6px 10px;
}

.widget-slider .carousel-control.right,
.widget-slider .carousel-control.left {
    background: none;
}

.widget-slider .carousel-control {
    width: auto;
    text-shadow: none;
    color: #fff;
    bottom: auto;
    top: -55px;
    padding: 0;
    line-height: normal;
}

.widget-slider .carousel-control.left {
    left: auto;
    right: 25px;
}

.widget-slider .carousel-control span {
    line-height: normal;
    font-size: 18px;
}

.widget-slider .media {
    padding-bottom: 0;
}

.widget-slider .carousel-indicators {
    top: -53px;
    right: 0;
    bottom: auto;
    left: auto;
    width: auto;
}




/********** 8. EMAIL **********/
/******************************/



.btn-compose-email {
    padding: 10px 0;
    margin-bottom: 20px;
}

.nav-email > li > a > .badge {
    margin-top: 2px;
}

.nav-email > li > a {
    color: #444;   
}

.nav-email > li > a > i {
    width: 16px;
    text-align: center;
    margin-right: 10px;
}

.nav-email > li > a:hover {
    background-color: #d8dcdf;
}

.table-email {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #eee;
    margin: 0;
    background-color: #f7f7f7;
}

.table-email tr.unread td {
    background-color: #fff;
}

.table-email tbody > tr > td {
    vertical-align: middle;
}

.table-email tr:hover {
    background-color: #eee;
    cursor: pointer;
}

.table-email tr.selected td {
    background-color: #eee;
}

.table-email .ckbox {
    width: 18px;
    height: 19px;
}

.table-email .ckbox input[type="checkbox"]:checked + label:after {
    top: 2px;
}

.table-email .star {
    color: #ccc;
}

.table-email .star-checked {
    color: #F0AD4E;
}

.table-email td:first-child {
    width: 30px;
}

.table-email td:nth-child(2) {
    width: 30px;
}

.table-email .media {
    margin: 0;
    padding: 0;
}

.table-email .media-object {
    width: 35px;
}

.table-email .media h4 {
    margin: 0;
    font-size: 14px;
    line-height: normal;
    font-family: "Open Sans", sans-serif;, sans-serif;
}

.table-email .media-meta {
    font-size: 11px;
    color: #fff;
}

.table-email .email-summary {
    margin: 2px 0 0 0;
}

.table-email .email-summary strong {
    color: var(--color_body21);
}

.read-panel {
    margin-top: 10px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.read-panel .media-object {
    width: 35px;
}

.read-panel .media h4 {
    margin: 2px 0 0 0;
    font-size: 14px;
    line-height: normal;
}

.read-panel .media-meta {
    font-size: 12px;
}

.email-subject {
    color: var(--color_body21);
}




/********** 9. TABLES **********/
/*******************************/



.dataTables_length .chosen-container {
    min-width: 75px;
}

.dataTables_length .chosen-container-single .chosen-single {
    padding-right: 0;
}

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

.table-action-hide a {
    opacity: 0;
}

.table-action a,
.table-action-hide a,
a.icon-table-action {
    display: inline-block;
    margin: 5px;
    color: #fff;
    padding: 4px 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
    background:#666;
}

a.icon-table-action:hover {
    background: #3071a9;
}

.table-action a:hover,
.table-action-hide a:hover {
    color: var(--color_body21);
}

.table-action a:last-child,
.table-action-hide a:last-child {
    margin-right: 0;
}

.table-primary thead tr th {
    background-color: var(--color_body11);
}

.table-success thead tr th, a.icon-table-action.text-success {
    background-color: #02B002;
}

.table-warning thead tr th, a.icon-table-action.text-warning {
    background-color: #F0AD4E;
}

.table-danger thead tr th, a.icon-table-action.text-danger {
    background-color: #e41229;
}

.table-info thead tr th {
    background-color: #5BC0DE;
}

.table-dark thead tr th {
    background-color: var(--color_body21);
}

.table.table-primary thead tr th,
.table.table-success thead tr th,
.table.table-danger thead tr th,
.table.table-warning thead tr th,
.table.table-info thead tr th,
.table.table-dark thead tr th {
    color: #fff;
    border-bottom: 0;
}

.table-bordered.table-primary thead tr th,
.table-bordered.table-success thead tr th,
.table-bordered.table-warning thead tr th,
.table-bordered.table-danger thead tr th,
.table-bordered.table-info thead tr th,
.table-bordered.table-dark thead tr th {
    border-color: rgba(255,255,255,0.2);
}

.table-filters-ajax .thumbnail {
   margin: 0 auto;
   position: relative
}

.table-filters-ajax .thumbnail > .users_letter, .list_info .thumbnail > .users_letter {
  text-align: center;
  display: block;
  color: #fff;
  height: 100%;
  width: 100%;
  padding-top: 7px;
  font-weight: bold;
  font-size: large;
}

.table-filters-ajax .big_letter .thumbnail > .users_letter, .list_info .big_letter .thumbnail > .users_letter {
  padding-top: 3px;
  font-weight: 600;
  font-size: xx-large;
  text-align: center;
}

.get_log_user{
    margin: 5px auto;
    width: 100px;
    position: relative;
}

.get_log_user > .users_letter {
  text-align: center;
  display: block;
  color: #fff;
  height: 100%;
  width: 100%;
  padding-top: 7px;
  font-weight: bold;
  font-size: xx-large;
  position: absolute;
  top: 5px;
}

.get_log_user > .get_log_user_name {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  background-color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 10px;
  width: 100px;
  margin: 65px auto 0px auto;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  z-index: 2;
}

.items_table_list .get_log_user{
    width: auto;
    position: absolute;
    margin: 0;
    background-color: #e5e5e5;
    right: 0px;
    padding: 0 15px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.get_log_user > .get_log_user_name + .thumbnail > .users_letter {
    font-size: xx-large;
    padding-top: 6px;
}

.get_log_user > .get_log_user_name + .user_online + .thumbnail > .users_letter {
    font-size: xx-large;
    padding-top: 6px;
}

.user_online {
    background-color: #02B002;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
    border: 2px solid #fff;
    right: 17%;
    top: 5px;
    z-index: 5;
}


/********** 10. PAGES **********/
/*******************************/


/***** 10.1 CALENDAR *****/

.external-event {
    background: var(--color_body11);
    margin-bottom: 5px;
    padding: 6px 10px;
    color: #fff;
    font-size: 13px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#calendar{
 	margin-top:20px;
}


/***** 10.2 MEDIA MANAGER *****/

.filemanager-options {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    background: #fcfcfc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    box-shadow: 0 3px 0 rgba(12,12,12,0.03);
}

.filemanager-options li {
    display: inline-block;
    padding: 12px 15px;
    border-right: 1px solid #eee;
    font-size: 12px;
    color: #666;
}

.filemanager-options li a {
    color: #666;
}

.filemanager-options li a.disabled {
    opacity: 0.5;
    cursor: default;
}

.filemanager-options li a.disabled:hover {
    text-decoration: none;
}

.filemanager-options li i {
    font-size: 14px;
    margin-right: 5px;
    color: #444;
}

.filemanager-options .ckbox label {
    margin: 0 !important;
}

.filemanager-options .filter-type {
    float: right;
    border-right: 0;
    border-left: 1px solid #eee;
}

.filemanager-options .filter-type a {
    display: inline-block;
    margin-right: 10px;
}

.filemanager-options .filter-type a:last-child {
    margin-right: 0;
}

.filemanager-options .filter-type a:first-child {
    margin-left: 10px;
}

.filemanager-options .filter-type a.active {
    text-decoration: underline;
    color: var(--color_body11);
}

.filemanager .thmb {
    border: 1px solid #fcfcfc;
    background: #fcfcfc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
    position: relative;
    -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    box-shadow: 0 3px 0 rgba(12,12,12,0.03);
}

.filemanager .thmb.checked {
    border-color: #ccc;
}

.filemanager .thmb::after {
    clear: both;
    display: block;
    content: '';
}

.filemanager .ckbox {
    position: absolute;
    top: 15px;
    left: 15px;
    display: none;
}

.filemanager .fm-group {
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
}

.filemanager .fm-toggle {
    padding: 1px 4px;
    line-height: normal;
    background: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.filemanager .fm-menu {
    min-width: 120px;
}

.filemanager .fm-menu a {
    font-size: 12px;
    color: var(--color_body21);
}

.filemanager .fm-menu i {
    margin-right: 7px;
    color: #fff;
    width: 16px;
    font-size: 13px;
}

.filemanager .thmb-prev {
    background: #eee;
    overflow: hidden;
}

.filemanager .thmb-prev a {
    display: block;
}

.filemanager .fm-title {
    margin-bottom: 0;
    font-size: 13px;
}

.filemanager .fm-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.fm-sidebar {
    padding-left: 10px;
}

.fm-sidebar .subtitle a {
    color: #fff;
    font-size: 11px;
}

.fm-sidebar .subtitle a:hover {
    text-decoration: none;
    color: var(--color_body21);
}

.folder-list, .sub-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.folder-list li, .sub-list li {
    display: block;
    border-bottom: 1px solid #ddd;
}

.folder-list li a, .sub-list li a {
    display: block;
    padding: 5px 0;
    color: #666;
  font-size: 16px;
    line-height: 30px;
}

.folder-list li a:hover,  .sub-list li a:hover {
    color: var(--color_body21);
    text-decoration: none;
}

.folder-list li i,  .sub-list li i {
    margin-right: 10px;
    width: 16px;
}

.fm-sidebar .tag-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fm-sidebar .tag-list li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.fm-sidebar .tag-list li a {
    display: block;
    padding: 2px 7px;
    font-size: 11px;
    background: #fcfcfc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #666;
}

.fm-sidebar .tag-list li a:hover {
    color: #fff;
    text-decoration: none;
    background: var(--color_body11);
}


/****** 10.3 PROFILE *****/


.profile-name {
    margin: 0;
    margin-bottom: 10px;
    color: var(--color_body21);
}

.profile-location,
.profile-position {
    font-size: 13px;
    margin-bottom: 3px;
}

.profile-location .fa,
.profile-position .fa {
    width: 16px;
    margin-right: 8px;
    text-align: center;
}

.profile-header {
    margin-bottom: 30px;
}

.profile-header .btn .fa {
    margin-right: 7px;
}

.profile-social-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.profile-social-list li {
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}

.profile-social-list li:first-child {
    padding-top: 0;
}

.profile-social-list li .fa {
    margin-right: 10px;
    width: 16px;
}

.activity-list {
    padding: 20px 10px;
}

.act-media {
    border-bottom: 1px solid #ccc;
}

.activity-list .act-thumb {
    width: 28px;
    vertical-align: middle;
}

.activity-list .media-body p {
    line-height: 21px;
    font-size: 13px;
}

.activity-list .media-title {
    font-family: "Open Sans", sans-serif;;
    font-size: 15px;
    margin-bottom: 0;
}

.activity-list .blog-media {
    padding-bottom: 0;
}

.activity-list .blog-media .media-object {
    width: 120px;
    margin-right: 10px;
    margin-top: 5px;
}

.activity-list .blog-media .media-title {
    margin: 0;
}

.activity-list .img-single img {
    width: 50%;
}

.uploadphoto-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

.uploadphoto-list li {
    width: 20%;
    float: left;
}

.uploadphoto-list li a {
    display: block;
    margin-right: 5px;
}

.follower-list {
    padding: 10px;
}

.follower-list .media {
    border-bottom: 1px solid #eee;
}

.follower-list .btn .fa {
    margin-right: 5px;
}

.follower-list .media-object {
    margin-right: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.follower-name {
    color: var(--color_body21);
    margin: 0;
    font-size: 18px;
    margin-bottom: 5px;
}

.events {
    padding: 10px;
}

.events .subtitle {
    margin-bottom: 20px;
}

.events .media-object {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.events-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.events-list .event-body {
    font-size: 13px;
}

.event-body small {
    display: block;
}

.event-body small .fa {
    margin-right: 5px;
    width: 14px;
    text-align: center;
}

.event-body p {
    margin-top: 10px;
}

.event-title {
    margin: 0;
    margin-bottom: 5px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;;
    line-height: normal;
}


/****** 10.4 BLOG LIST ******/


.blog-item {
    background: #fcfcfc;
    margin-bottom: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    position: relative;
}

.blog-img img {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.blog-details {
    padding: 15px;
}

.blog-title {
    font-family: "Open Sans", sans-serif;;
    margin: 0;
    font-weight: normal;
}

.blog-title a {
    color: var(--color_body21);
}

.blog-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.blog-meta::after {
    clear: both;
    display: block;
    content: '';
}

.blog-meta li {
    float: left;
    padding: 0 5px;
    border-right: 1px solid #ddd;
    line-height: normal;
    font-size: 11px;
    margin-bottom: 5px;
}

.blog-meta li:first-child {
    padding-left: 0;
}

.blog-meta li:last-child {
    padding-right: 0;
    border-right: 0;
}

.blog-summary {
    font-size: 13px;
}

.blog-summary p {
    margin: 10px 0;
}

.blog-summary .btn {
    margin-top: 10px;
}

.blog-quote .quote {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
}

.blog-quote .quote a {
    padding: 15px;
    background: var(--color_body21);
    color: #dadfe6;
    display: block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}

.blog-quote .quote a:hover {
    text-decoration: none;
    background: #2c394c;
}

.blog-quote .quote-author {
    display: block;
    font-family: 'LatoRegular';
    opacity: 0.5;
}

.blog-quote .blog-meta {
    margin-top: 3px;
}

.blog-video {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    height: 0;
    padding-top: 30px;
    padding-bottom: 56.25%;
    position: relative;
}

.blog-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    top: 0;
    left: 0;
}

.blog-quote .quote-primary a {
    background-color: var(--color_body11);
}

.blog-quote .quote-primary a:hover {
    background-color: #357EBD;
}

.blog-quote .quote-success a {
    background-color: var(--color_body11);
    color: #fff;
}

.blog-quote .quote-success a:hover {
    background-color: #17A08C;
}

.blog-quote .quote-danger a {
    background-color: var(--color_body11);
    color: #fff;
}

.blog-quote .quote-danger a:hover {
    background-color: #D43F3A;
}



/***** 10.5 BLOG SINGLE *****/


.panel-blog .blog-img img {
    width: 100%;  
}

.blogsingle-title {
    font-family: 'LatoRegular';
    color: var(--color_body21);
    margin: 0;
}

.blog-content {
    max-width: 975px;
}

.authorpanel {
    margin: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.authorpanel::after {
    clear: both;
    display: block;
    content: '';
}

.authorpanel .media {
    padding: 0;
}

.authorpanel .media-object {
    margin-right: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.authorpanel p {
    margin-bottom: 0;
    font-size: 13px;
}

.blog-sidebar {
    font-size: 13px;
    padding-left: 5px;
    margin-top: 5px;
}

.sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-list li {
    display: block;
    border-bottom: 1px solid #ddd;
}

.sidebar-list li a {
    padding: 7px 0;
    display: block;
}

.sidebar-list li i {
    display: inline-block;
    margin-right: 5px;
}

.comment-list .media {
    border-bottom: 1px solid #ddd;
}

.comment-list .media-object {
    width: 60px;
    margin-right: 10px;
}

.comment-list h4 {
    margin: 0;
    color: var(--color_body21);
    font-size: 16px;
}

.comment-list .media-body {
    font-size: 13px;
    position: relative;
}

.comment-list .reply {
    padding: 3px 8px;
    line-height: normal;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.comment-list .media-body p:last-child {
    margin-bottom: 0;
}

.comment-list .media-body .media:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}


/****** 10.6 PEOPLE DIRECTORY ******/


.letter-list {
    list-style: none;
    padding: 0;
    margin: 0;
    -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    box-shadow: 0 3px 0 rgba(12,12,12,0.03);
}

.letter-list li {
    border-left: 1px solid #eee;
    display: table-cell;
    width: 1%;
}

.letter-list li:first-child {
    border-left: 0;
}

.letter-list li a {
    display: block;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
    background: #f7f7f7;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.letter-list li:first-child a {
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.letter-list li:last-child a {
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.letter-list li a:hover {
    color: #fff;
    background: var(--color_body11);
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.people-item {
    background: #fcfcfc;
    padding: 20px;
    font-size: 13px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    margin-bottom: 20px;
}

.people-item .media {
    padding: 0;
}

.people-item .media-object {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 10px;
    width: 110px;
    height: 110px;
}

.people-item .fa {
    margin-right: 5px;
}

.person-name {
    margin: 0 0 5px 0;
    color: var(--color_body11);
}

.people-item .social-list {
    margin-top: 10px;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

.people-item .social-list::after {
    clear: both;
    display: block;
    content: '';
}

.people-item .social-list li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.people-item .social-list li a {
    font-size: 16px;
    border: 1px solid #ddd;
    padding: 3px 5px;
    width: 30px;
    display: block;
    text-align: center;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #666;
}

.people-item .social-list li a:hover {
    background-color: #eee;
    color: var(--color_body21);
}

.people-item .social-list li a .fa {
    margin-right: 0;
}


/***** 10.7 NOT FOUND PAGE *****/


.notfoundpanel {
    text-align: center;
    margin-top: 10%;
    width: 600px;
    margin: 10% auto 0 auto;
}

.notfoundpanel h1 {
    font-size: 130px;
    font-family: "Open Sans", sans-serif;, sans-serif;
    color: var(--color_body21);
    margin: 0;
    line-height: 130px;
}

.notfoundpanel h3 {
    color: var(--color_body21);
    margin: 0;
}

.notfound h4 {
    font-size: 14px;
}

.notfoundpanel form {
    width: 350px;
    margin: 20px auto 0 auto;
}

.notfoundpanel .form-control {
    width: 250px;
    float: left;
}


/***** 10.8 SEARCH RESULTS *****/


.nav-sr li {
    border-bottom: 1px solid #ddd;  
}

.nav-sr li a {
    padding: 5px 0;
    color: var(--color_body21);
}

.nav-sr li a:hover {
    background: none;
    color: var(--color_body21);
}

.nav-sr li a i {
    margin-right: 5px;
}

.results-list .media {
    border-bottom: 1px solid #eee;
}

.results-list .media-object {
    width: 125px;
    margin-right: 10px;
}

.results-list .filename {
    margin: 0;
    font-size: 16px;
}

.results-list .media-body {
    line-height: 18px;
}



/***** 10.9 INVOICE *****/


.table-invoice {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #eee;
    margin-top: 20px;
}

.table-invoice thead > tr > th {
    background: none;
}

.table-invoice thead > tr > th:last-child,
.table-invoice thead > tr > th:nth-child(3),
.table-invoice thead > tr > th:nth-child(2) {
    text-align: right;
}

.table-invoice tbody > tr > td:last-child,
.table-invoice tbody > tr > td:nth-child(3),
.table-invoice tbody > tr > td:nth-child(2) {
    width: 15%;
    text-align: right;
}

.table-total {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: right;
}

.table-total > tbody > tr > td {
    border: 0;
}

.table-total > tbody > tr > td:last-child {
    border-bottom: 1px solid #ddd;
    width: 15%;
    text-align: right;
}

.table-total > tbody > tr > td:first-child {
    text-align: right;
    color: var(--color_body21);
}



/****** 10.10. TIMELINE ******/


.timeline-post .panel-body {
    padding: 0;
}

.timeline-post .form-control {
    border: 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    resize: vertical;
}

.timeline-post .form-control:focus {
    -moz-box-shdow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.timeline-post .panel-footer {
    padding: 10px;
    background: #f7f7f7;
}

.timeline-btns {
    padding: 5px;
}

.timeline-btns a {
    display: inline-block;
    font-size: 14px;
    width: 20px;
    height: 20px;
    color: #ccc;
    text-align: center;
    margin-right: 5px;
}

.timeline-btns a:hover {
    color: #666;
}

.panel-timeline .panel-heading {
    padding: 10px 10px 6px 10px;
    border-bottom: 0;
}

.panel-timeline .panel-body {
    padding: 0 10px;   
}

.panel-timeline .panel-heading .media {
    margin: 0;
    padding: 0;
}

.panel-timeline .panel-heading .media-object,
.panel-timeline .panel-footer .media-object {
    width: 32px;
    border-radius: 1px;
}

.panel-timeline .panel-body .media {
    margin-top: 10px;
    padding-bottom: 10px;
}

.panel-timeline .panel-body .media-object {
    width: 150px;
}

.panel-timeline .panel-body h4 {
    font-size: 16px;
    margin-bottom: 5px;
    font-family: "Open Sans", sans-serif;, sans-serif;
}

.panel-timeline h4 {
    margin: 0;
    font-size: 13px;
    line-height: normal;
}

.panel-timeline .panel-footer {
    padding: 10px;
}

.panel-timeline .panel-footer .form-control {
    padding: 8px 10px;
    border-radius: 0;
}

.timeline-btns {
    padding: 10px;
}

.timeline-btns:after {
    clear: both;
    display: block;
    content: '';
}

.timeline-video {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    height: 0;
    padding-top: 30px;
    padding-bottom: 56.25%;
    position: relative;
}

.timeline-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    top: 0;
    left: 0;
}



/***** 10.11 LOCKED SCREEN *****/


.lockedpanel {
    width: 250px;
    margin: 10% auto 0 auto;
    text-align: center;
}

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

.lockedpanel .loginuser img {
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background: rgba(255,255,255,0.4);
    padding: 5px;
}

.lockedpanel .locked {
    font-size: 42px;
    margin-bottom: 20px;
}

.lockedpanel .logged {
    margin-top: 20px;
}

.lockedpanel .logged h4 {
    margin: 0;
    font-size: 21px;
    color: var(--color_body21);
}

.lockedpanel form {
    margin-top: 20px;
}

.lockedpanel form .btn {
    display: block;
    margin-top: 10px;
    position: relative;
	z-index: 10;
}



/***** 10.12 SIGN IN *****/

.signinpanel, .signinpanel_top, .signinpanel_bottom {
  width: 780px;
  margin: -192px auto 0 auto;
  top: 50%;
}

.signinpanel {
    position: relative;
	z-index: 10;
}

.signinpanel .datapanel {
    float: none;
    width: auto;
    padding: 0;
    background: none;
}

.signinpanel .signin-info ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.signinpanel .form-control {
    display: block;
    margin-top: 15px;
    padding-right: 40px;
}

.signinpanel .contentpanel-blank .form-control {
    margin-top: 0px;
}

.signinpanel-blank {
  margin: 40px auto 40px auto;
}

.contentpanel-blank .form-group {
    margin-bottom: 0px;
}

.contentpanel-blank {
  border: 2px solid var(--color_line2);
  position: relative;
  border-radius: 5px;
  background-color:#fff;
}

.signinpanel .btn {
    margin-top: 15px;
}

.signinpanel .signinpanel-form {
    background: none repeat scroll 0% 0% var(--color_body31);
    border: 2px solid var(--color_line2);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 30px;
}

.signinpanel .signinpanel-form-check {
    background-color: #fff;
    padding: 10px;
    border: 1px solid var(--color_body21);
    border-radius: 10px;
}

.signinpanel .signinpanel-form-check .panel-heading, .signinpanel .signinpanel-form-check .panel-footer {
    border-color: var(--color_body21);
}

.signinpanel .permalogin {
    display: table;
    width: 100%;
}

.signinpanel .permalogin label, .signinpanel .permalogin input {
    float: right;
    margin: 20px 5px 0px 5px !important;
}

.signinpanel .permalogin input {
    margin-top: 22px !important;
}


/***** 10.13 SIGN UP *****/


.signuppanel {
    margin: 5% auto 0 auto;
    width: 780px;
}

.signuppanel .row {
    margin-left: -5px;
    margin-right: -5px;
}

.signuppanel .datapanel {
    float: none;
    width: auto;
    padding: 0;
    background: none;
}

.signuppanel .col-sm-6,
.signuppanel .col-sm-5,
.signuppanel .col-sm-3,
.signuppanel .col-sm-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.signuppanel .signup-info {
    padding-right: 20px;
}

.signuppanel form {
    background: rgba(255,255,255,0.2);
    border: 1px solid #ccc;
    -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 30px;
}

.feat-list {
    margin-top: 20px;
}

.feat-list .fa {
    font-size: 20px;
    border: 2px solid var(--color_body21);
    padding: 4px 5px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    float: left;
}

.feat-list h4 {
    margin-left: 45px;
    padding-top: 3px;
}

.feat-list p {
    margin-left: 45px;
}

.signin-footer {
    margin-top: 10px;
    padding-top: 2px;
    font-size: 12px;
}




/********** 11. LEFT PANEL COLLAPSED **********/
/**********************************************/



.leftpanel-collapsed .datapanel {
    display: none;
}

.leftpanel-collapsed .headerbar {
    margin-left: -50px;
}

.leftpanel-collapsed .leftpanel {
    width: 50px;
    top: 50px;
}

.leftpanel-collapsed .leftpanelinner {
    padding: 0;
}

.leftpanel-collapsed .leftpanelinner .sidebartitle {
    display: none;
}

.leftpanel-collapsed .nav-bracket {
    margin: 5px;   
}

.leftpanel-collapsed .nav-bracket li a {
    text-align: center;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 13px 10px 12px 10px;
    position: relative;
}

.leftpanel-collapsed .nav-bracket > li > a:hover {
    border-radius: 2px 0 0 2px;
}

.leftpanel-collapsed .nav-bracket > li.nav-parent > a {
    background-image: none;
    padding: 13px 10px 12px 10px;
}

.leftpanel-collapsed .nav-bracket > li > a > span:last-child {
    position: absolute;
    background: #fff;
    padding: 10px 10px 10px 5px;
    left: 40px;
    top: 0;
    min-width: 209px;
    text-align: left;
    z-index: 100;
    display: none;
    -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    border-top: 2px solid var(--color_body21);
    border-right: 2px solid var(--color_body21);
    border-bottom: 2px solid var(--color_body21);
    margin-top: -2px;
}

.leftpanel-collapsed .nav-bracket > li.nav-parent > a > span:last-child {
    padding: 10px 10px 10px 5px;
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
    margin-top: -2px;
    border-top: 2px solid var(--color_body21);
    border-right: 2px solid var(--color_body21);
}

.leftpanel-collapsed .nav-bracket > li > a .badge {
    display: none;
}

.leftpanel-collapsed .nav-bracket > li.active > a > span:last-child {
    -moz-border-radius: 0 2px 0 0;
    -webkit-border-radius: 0 2px 0 0;
    border-radius: 0 2px 0 0;
}

.leftpanel-collapsed .nav-bracket ul {
    display: none;
}

.leftpanel-collapsed .nav-bracket > li.nav-hover > a {
    background: #fff;
    color: var(--color_body21);
}

.leftpanel-collapsed .nav-bracket > li.nav-hover.active > a {
    background: var(--color_body11);
    color: #fff;
}

.leftpanel-collapsed .nav-bracket > li.nav-hover > a > span:last-child {
    display: block;
}

.leftpanel-collapsed .nav-bracket > li.nav-hover.active > a > span:last-child {
    background: var(--color_body11);
    color: #fff;
}

.leftpanel-collapsed .nav-bracket li.nav-hover ul {
    display: block;
    position: absolute;
    top: 41px;
    left: 45px;
    margin: 0;
    min-width: 204px;
    background: var(--color_body21);
    z-index: 100;
    -moz-border-radius: 0 0 2px 0;
    -webkit-border-radius: 0 0 2px 0;
    border-radius: 0 0 2px 0;
}

.leftpanel-collapsed .nav-bracket ul a {
    text-align: left;
    padding: 6px 10px;
    padding-left: 0;
}

.leftpanel-collapsed .nav-bracket ul a:hover {
    background: none;
}

.leftpanel-collapsed .nav-bracket li a i {
    margin-right: 0;
}

.leftpanel-collapsed .mainpanel {
    margin-left: 50px;
}

.leftpanel-collapsed .infosummary {
    display: none;
}

.leftpanel-collapsed .sticky-leftpanel {
    overflow-y: visible;
}

.leftpanel-collapsed .nav-bracket .children {
    display: none;
}




/********** 12. RIGHT PANEL STYLES **********/
/********************************************/


.chat-view {
    margin-right: 240px;
}

.rightpanel {
    width: 240px;
    height: 100%;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    top: 0;
    right: -240px;
    display: none;
}

.chat-view .rightpanel {
    display: block;
    right: 0;
}

.chat-relative-view {
    right: 240px;
}

.chat-relative-view .rightpanel {
    display: block;
    right: 0;
}

.rightpanel,
.rightpanel label {
    color: #fff;
}

.rightpanel .nav-tabs {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #131d29;
    position: fixed;
    width: 240px;
}

.rightpanel .nav-tabs > li {
    display: table-cell;
    width: 1%;
}

.rightpanel .nav-tabs > li > a {
    padding: 15px 20px 16px 20px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: rgba(255,255,255,0.5);
}

.rightpanel .nav-tabs > .active > a,
.rightpanel .nav-tabs > .active > a:hover,
.rightpanel .nav-tabs > .active > a:focus {
    background: var(--color_body21);
    color: #fff;
}

.rightpanel .tab-content {
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 45px;
}

.chatuserlist {
    list-style: none;
    padding: 0;
    border-bottom: 1px dotted rgba(255,255,255,0.05);
}

.chatuserlist li {
    border-top: 1px dotted rgba(255,255,255,0.05);
}

.chatuserlist .media-thumb {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #fff;
    padding: 3px;
    display: block;
}

.chatuserlist .media {
    margin: 10px 0;
    padding: 0;
}

.chatuserlist .online .media-thumb {
    border-color: var(--color_body11);
}

.chatuserlist .media-object {
    width: 30px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.chatuserlist .media-body {
    line-height: normal;
    padding-top: 7px;
}

.chatuserlist .media-body small {
    color: #666;
    display: block;
}

.chatuserlist .media-body strong {
    color: #bbb;
    font-size: 13px;
    margin-bottom: 4px;
    display: block;
}

.chatuserlist .badge {
    margin-top: 5px;
}

.rightpanel .pane-settings {
    font-size: 13px;
}


/********** 13. HORIZONTAL MENU **********/
/*****************************************/


.horizontal-menu {
    margin: 0;   
}

.horizontal-menu .menutoggle {
    display: none;
}

.horizontal-menu .leftpanel {
    display: none;
}

.horizontal-menu .mainpanel {
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.horizontal-menu.chat-view .mainpanel {
    margin-left: -240px
}

.headerbar .datapanel {
    float: left;
    width: 240px;
    border-right: 1px solid #eee;
}

.horizontal-menu.chat-view .navhor-bracket {
    padding: 0;
}

.headerbar .topnav {
    float: left;
    margin: 0;
}

.headerbar .topnav > ul {
    padding: 0;
    margin: 0;
    float: left;
}

.headerbar .topnav > ul > li {
    margin: 0;
    float: left;
}

.headerbar .topnav > ul > li > a {
    padding: 15px 15px 12px 15px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    color: #666;
    font-family: "Open Sans", sans-serif;, sans-serif;
}

.headerbar .topnav > ul > li > a:hover,
.headerbar .topnav > ul > li > a:focus,
.headerbar .topnav > ul > li.open > a,
.headerbar .topnav > ul > li.active > a {
    box-shadow: 0 3px 0 var(--color_body11);
    color: var(--color_body11);
    background: none;
}

.headerbar .topnav > ul > li > a i {
    margin-right: 5px;
}

.headerbar .topnav > ul > li > a .badge {
    margin-left: 10px;
}

.headerbar .topnav > ul > li .dropdown-menu {
    margin-top: 2px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.headerbar .topnav > ul > li .dropdown-menu > li > a {
    padding: 6px 10px;
    font-size: 13px;
}

.headerbar .topnav > ul > li .dropdown-menu > li > a:hover {
    background: var(--color_body11);
    color: #fff;
}

.headerbar .topnav > ul > li .dropdown-menu i {
    display: none;
}

.dropdown-menu {
  left: unset;
  right: 0;
}



/********** 14. FIXED WIDTH **********/
/*************************************/



.fixed {
    background: #c9cccf;
}

.fixed section {
    margin: auto;
    max-width: 1050px;
    position: relative;
    background: var(--color_body21);
}

.fixed .rightpanel {
    background: var(--color_body21);
}

.fixed-noleft .leftpanel {
    display: none;
}

.fixed-noleft .mainpanel {
    margin-left: 0;
}

.fixed-noleft.chat-view .headerbar {
    margin-left: 0;
}

.fixed-noleft.chat-view .datapanel {
    display: block;
}

.fixed-noleft .menutoggle {
    display: none;
}



/********** 15. MODALS **********/
/********************************/


.bs-example-modal-panel .modal-content {
    background: none;
}

.modal-photo-viewer {
    margin-top: 0;
    margin-bottom: 0;
    top: 50%;
    left: 50%;
    width: auto;
    position: absolute;
}

.modal-photo-viewer .modal-content {
    position: relative;
    width: 900px;
    height: 600px;
    margin-left: -50%;
    margin-top: -300px;
}

.modal-photo-viewer .modal-photo-left,
.modal-photo-viewer .modal-photo-right {
    padding: 0;
}

.modal-photo-viewer .modal-photo-left {
    background: #000;
}

.modal-photo-viewer .modal-photo {
    top: 50%;
    position: relative;
}

.modal-photo-viewer .row {
    margin-left: 0;
    margin-right: 0;
}

.modal-photo-viewer .img-responsive {
    max-height: 600px;
    margin: auto;
}

.media-details, .modal-photo {
    padding: 20px;
}

.media-details .categ {
    font-size: 11px;
}

.media-details .media-title {
    margin: 0;
    margin-bottom: 10px;
    color: var(--color_body21);
    font-size: 20px;
}

.media-details p {
    font-size: 13px;
}

.media-details .details {
    margin-top: 20px;
}

.media-details .details h4 {
    font-size: 12px;
    color: var(--color_body21);
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;;
}

.media-details .table {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.media-details .table tr td {
    padding: 3px 0;
    font-size: 13px;
    background: none;
}



/********** 16. BUG TRACKER **********/
/*************************************/

.panel .panel-table {
    padding: 0;
}

.panel-table .table {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
}

.table-buglist thead tr th:first-child,
.table-buglist tbody tr td:first-child {
    text-align: center;
    width: 30px;
}

.table-buglist .fa {
    cursor: pointer;    
}

.table-buglist .fa-bug {
    color: var(--color_body11);
}

.table-buglist .fa-magic {
    color: var(--color_body11);
}

.table-buglist .btn-group {
    margin: 0;
}

.table-buglist .btn-group .dropdown-toggle {
    color: #fff;
    cursor: pointer;
}

.table-buglist .btn-group .dropdown-toggle:hover {
    color: #666;
}

.bug-key-title {
    margin: 0;
    margin-bottom: 5px;
}



/********** 17. ADDITIONAL STYLES **********/
/*******************************************/


/***** 17.1 DROPDOWN *****/

.dropdown-menu-head {
    background: #fff
}

.dropdown-menu-head .title {
    background: var(--color_body21);
    color: #fff;
    padding: 15px;
    text-transform: uppercase;
    font-size: 11px;
    margin: 0;
}


/***** 17.2 ICON *****/


.tp-icon {
    padding: 10px 20px;
    line-height: 20px;
    border-color: #ddd;
    position: relative;
}

.tp-icon .badge {
    position: absolute;
    font-size: 10px;
    font-weight: bold;
    right: 4px;
    top: 10px;
    line-height: 12px;
    background-color: red;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 2px 5px;
}

.tp-icon .badge_add {
    position: absolute;
    font-size: 14px;
    font-weight: normal;
    right: 1px;
    top: 22px;
    line-height: 13px;
    color: #02b002;
    padding: 2px 5px;
}


/***** 17.3 TIME PICKER *****/


.bootstrap-timepicker-widget.dropdown-menu {
    width: 230px;
}

/***** 17.4 COLOR PICKER *****/

.colorpicker-input {
    width: 200px;
    float: left;
}

.colorselector {
    margin-top: 4px;
}

/***** 17.5 STICKY HEADER */

.stickyheader .datapanel {
    position: fixed;
    top: 0;
    left: 0;
    width: 240px;
    z-index: 100;
}

.stickyheader .leftpanel {
    top: 50px;
}

.stickyheader .sticky-leftpanel {
    top: 0;
}

.stickyheader .sticky-leftpanel .leftpanelinner {
    margin-top: 55px;
}

.stickyheader .headerbar {
    position: fixed;
    top: 0;
    left: 240px;
    width: 100%;
    z-index: 100;
    box-shadow: 0 1px rgba(0,0,0,0.05);
}

.stickyheader .mainpanel {
    padding-top: 50px;
}

.stickyheader .header-right {
    margin-right: 240px;
}

.stickyheader.leftpanel-collapsed .headerbar {
    left: 50px;   
}

.stickyheader.leftpanel-collapsed .header-right {
    margin-right: 0;
}

.stickyheader.chat-view .headerbar {
    right: 240px;
    width: auto;
}


/***** 17.6 CUSTOM STYLES *****/

.mb0 {
    margin-bottom: 0px;
    width:100%;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 10px;
    padding: 0 5px;
}

.mr30 {
    margin-right: 30px;
    padding: 0 10px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 10px;
    padding: 0 5px;
}

.ml30 {
    margin-left: 30px;
    padding: 0 10px;
}

.nomargin, .tx-felogin-pi1 h3 {
    margin: 0;
}

.noshadow {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.border-right-0 {
    border-right: 0;
}

.border-left-0 {
    border-left: 0;
}

.nopadding {
    padding: 0 !important;
}

.padding-top-0 {
    padding-top: 0;
}

.padding5 {
    padding: 5px;
}

.padding10 {
    padding: 10px;
}

.serif {
    font-family: 'Georgia, serif';
}

.italic {
    font-style: italic;
}

.dark {
    color: var(--color_body21);
}

.width100p {
    width: 100%;
}

.width20 {
    width: 20px;
}

.width30 {
    width: 30px;
}

.inblock {
    display: inline-block;
}



/********** 18. MEDIA QUERIES **********/
/***************************************/


@media screen and (max-width: 1024px) {

    body {
        position: relative;
    }

    .leftpanel {
        display: none;
    }

    .mainpanel {
        margin-left: 0;
        width: 100%;
    }

    .leftpanel-collapsed .leftpanel {
        display: none;
    }

    .leftpanel-collapsed .mainpanel {
        margin-left: 0;
    }

    .leftpanel-collapsed .headerbar {
        margin-left: 0;
    }

    .leftpanel-show section {
        overflow-x: hidden;
    }

    .leftpanel-show .leftpanel {
        display: block;
    }

    .leftpanel-show .mainpanel {
        margin-left: 240px;
    }

    .stickyheader .headerbar {
        left: 0;
    }

    .stickyheader.leftpanel-show .headerbar {
        left: 240px;
    }

    .stickyheader.chat-relative-view .headerbar {
        right: 240px;
        left: auto;
    }

    .stickyheader .header-right {
        margin-right: 0;
    }

    .btn-demo {
        margin-bottom: 20px;
    }

    .leftpanelinner {
        padding: 5px 10px;
    }

    .leftpanelinner .searchform input {
        background: #fff;
        border: 0;
    }

    /* horizontal menu related */
    .nav-horizontal {
        position: relative;
    }

    .horizontal-menu .menutoggle {
        display: block;
    }

    .horizontal-menu .headerbar .datapanel {
        display: none;
    }

    .nav-horizontal .caret {
        display: none;
    }

    .horizontal-menu .header-left,
    .horizontal-menu .topnav {
        float: none;
    }

    .horizontal-menu-sidebar .header-left,
    .horizontal-menu-sidebar .topnav {
        float: none;
    }

    .fixed-noleft .menutoggle {
        display: block;
    }

    .fixed-noleft .headerbar .datapanel {
        display: none;
    }

    .fixed-noleft .header-left,
    .fixed-noleft .topnav {
        float: none;
    }

}

@media screen and (max-width: 767px) {

    .searchform {
        position: relative;
    }

    .headermenu li.user-account {
        display: none;
    }

    .leftpanel .searchform,
    .leftpanel .userlogged {
        display: block !important;
    }

    .breadcrumb-wrapper {
        display: none;
    }

    .headermenu .dropdown-menu:after {
        display: none;
    }

    .rightpanel .nav-tabs.nav-justified > li > a,
    .rightpanel .nav-justified > li > a {
        margin-bottom: 0;
    }

    .panel-email .col-sm-3 {
        display: none;
    }
}

@media screen and (max-width: 640px) {

    .notfoundpanel {
        width: auto;
        padding: 0 20px;
    }

    .notfoundpanel h1 {
        font-size: 72px;
        line-height: 72px;
    }

    .notfoundpanel h3 {
        font-size: 14px;
        line-height: normal;
    }

    .notfound h4 {
        font-size: 12px;
        line-height: 18px;
    }

    .notfoundpanel form {
        width: auto;
    }

    .notfoundpanel .form-control {
        float: none;
        width: 100%;
    }

    .notfoundpanel .btn {
        margin-top: 10px;
        width: 100%;
    }

    .signinpanel,
    .signuppanel {
        margin: 0 auto;
        width: 480px;
        padding: 20px;
    }

    .signinpanel form {
        margin-top: 20px;
    }

    .signup-footer {
        margin-bottom: 10px;
    }

    .signuppanel .form-control {
        margin-bottom: 10px;
    }

    .signup-footer .pull-left,
    .signup-footer .pull-right {
        float: none !important;
        text-align: center;
    }

    .widget-quick-status-post .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
        margin-bottom: -5px;
    }

    .widget-quick-status-post .nav-tabs.nav-justified > li a {
        margin: 0;
    }

    .nav-tabs.nav-justified.nav-profile > li {
        float: none;
        margin-bottom: 0;
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified.nav-profile > li a {
        margin: 0;
        -moz-border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;

    }

    .dataTables_info {
        float: none !important;
        text-align: center;
        margin-bottom: 10px;
    }

    .dataTables_paginate {
        margin-bottom: 10px;
        text-align: center !important;
        float: none !important;
    }

    .paginate_disabled_previous,
    .paginate_enabled_previous,
    .paginate_disabled_next,
    .paginate_enabled_next {
        float: none !important;
    }

    .dataTables_filter,
    .dataTables_length {
        float: none !important;
        padding: 10px 0 0 10px;
        margin: auto !important;
        display: inline-block;
    }

    .table.dataTable th,
    .table.dataTable td {
        font-size: 13px;
        min-width: 150px;
    }

    .paging_full_numbers {
        min-width: 500px;
        margin: 0 0 10px 10px;
    }

    .paging_full_numbers:after {
        clear: both;
        display: block;
        content: '';
    }

}

@media screen and (max-width: 480px) {

    .signinpanel,
    .signuppanel {
        width: 360px;
    }

    .panel-email .pull-right {
        float: none !important;
    }

    .pageheader h2 {
        font-size: 18px;
    }

    .pageheader .glyphicon,
    .pageheader .fa {
        font-size: 18px;
    }

    .pageheader h2 span {
        font-size: 11px;
    }

    .fc-header td {
        display: block !important;
        text-align: center;
        width: 100%;
        border: 1px solid #eee;
        padding: 10px !important;
        margin-top: -1px;
    }

    .fc-button {
        padding: 2px 5px !important;
        margin: 0 !important;
    }

    .fc-header-title h2 {
        margin: 0 !important;
    }

    .filemanager-options li {
        padding: 5px 7px;
    }

    .filemanager-options .filter-type {
        display: block;
        float: none;
        border-top: 1px solid #eee;
    }

    .comment-list .media-object {
        width: 30px;
        padding: 2px;
    }

    .comment-list .media > .pull-left {
        margin: 0;
    }

    .comment-list h4 {
        font-size: 13px;
    }

    .comment-list .reply {
        font-size: 10px;
        padding: 2px 5px;
    }

    .comment-list .media-body {
        font-size: 12px;
        line-height: 18px;
    }

    .blog-content form {
        margin-bottom: 20px;
    }

    .letter-list {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .letter-list::after {
        clear: both;
        display: block;
        content: '';
    }

    .letter-list li {
        float: left;
        width: auto;
        display: inline-block;
    }

    .letter-list li a {
        display: block;
        padding: 2px 5px;
    }

    .btn-invoice:before {
        display: block;
        content: '';
        clear: both;
    }

    .btn-invoice .btn {
        display: block;
        width: 100%;
        margin-top: 10px;
    }

    .nav-tabs.nav-justified.nav-profile > li a {
        font-size: 13px;
        padding: 14px 10px;
    }

    #bloglist > div {
        padding: 0;
        margin: 0;
        float: none;
        width: auto;
    }

}

@media screen and (max-width: 360px) {

    .pageheader h2 span {
        display: none;
    }

    .blog-title {
        font-size: 14px;
        line-height: 18px;
    }

    .blog-summary {
        font-size: 12px;
        line-height: 18px;
    }

    .blog-summary .btn {
        padding: 2px 5px;
        display: block;
        width: 100%;
    }

    .headermenu li:first-child .dropdown-menu {
        margin-right: -185px;
    }

    .headermenu li:nth-child(2) .dropdown-menu {
        margin-right: -140px;
    }

    .headermenu li:nth-child(3) .dropdown-menu {
        margin-right: -90px;
    }

    .nav-tabs.nav-justified.nav-profile > li {
        float: none;
        display: block;
        width: auto;
    }

    .blog-media .media-body {
        overflow: visible;
    }

    .follower-list .btn {
        display: block;
        margin: 0 0 5px 0;
        width: 100%;
    }

    .filemanager-options li {
        display: block;
        border-top: 1px solid #eee;
    }

    .filemanager-options li:first-child {
        border-top: 0;
    }

    .authorpanel .media-object {
        width: 80px;
        margin-right: 10px;
    }

    .people-item .media-object {
        width: 80px !important;
        height: 80px !important;
    }

    .pagination {
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 320px) {

    .signinpanel,
    .signuppanel {
        width: 310px;
    }

}


/********** 18. MEDIA QUERIES **********/
/***************************************/

footer {
  min-height: 60px;

  position: relative;
  padding: 0;
}

.footer-in-system-right {
  text-align: right;
  padding-bottom:5px;
  padding-top:5px;
}

.footer-in-system-left {
  text-align: left;
  padding-bottom:5px;
  padding-top:5px;
}

footer .col-md-3, footer .col-md-2 {
  background: none repeat scroll 0% 0% #EDF0F1;
}

.login-status-mes {
  font-size: 13px;
}

i.form-icon {
  font-size: 18px;
  background-color: var(--color_icon3);
  border-radius: 5px;
  z-index: 200;
  margin-top: -34px;
  margin-right: 4px;
  float: right;
  padding-top: 6px;
  height: 30px;
  width: 30px;
  text-align: center;
  color: #fff;
}

.tx-felogin-pi1 i.form-icon {
    background-color: unset;
    color: var(--color_icon3);
}

.signin-info {
    position: relative;
}

.singin-title {
  font-size: 24px;
  line-height: 1.2;
    position: relative;
}

.singin-text {
  margin-top: 30px;
    margin-bottom: 20px;
  text-align: justify;
    position: relative;
}

.singin-logo {
    width: 200px;
    height: 200px;
    position: absolute;
    background-position: bottom left;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0.8;
    margin-top: 0px;
}
    


/********** scroller **********/
/***************************************/

#top_pages_message
    {
    width: 100%;
        display: block;
        display: none;
        z-index: 200;
        position: fixed;
        top: 0;
        left: 100%;
        margin-top: 150px;
        margin-left: -60px;
        line-height: 10px;
        opacity: 0.85;
        font-size: 56px;
    }
    
#top_pages_message a
    {
    color: var(--color_body21);
    }



/********** crm **********/
/***************************************/

.save-ok, .save-not {
  text-align: right;
} 

.save-ok {
  color: green;
} 

.save-not {
  color: red;
} 

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error {
    color: #A94442;
}


.tx-srfeuserregister-pi1 p {
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #A94442;
    background-color: #F2DEDE;
    border-color: #EBCCD1;
    padding: 15px;
    margin: 20px;
    border: 1px solid #A94442;
    line-height: 21px;
    font-size: 14px;
    width: 95%;
    float: left;
    position: relative;
    min-height: 1px;
}

.tx-srfeuserregister-pi1 p:not(.password-error) + div {
    background-color: #f0e6e6;
    border-radius: 5px;
    margin: 10px 0px 20px 0 !important
}

.form-group.margin-top, .margin-top-50 {
    margin-top:50px;
}

.margin-top-10 {
    margin-top:10px;
}

.margin-top-20 {
    margin-top:20px;
}

.form-group.margin-bottom, .margin-bottom-50 {
    margin-bottom:50px;
}

.contentpanel-blank .form-group.margin-bottom, .contentpanel-blank .margin-bottom-50 {
    margin-bottom:20px;    
}

.margin-bottom-20 {
    margin-bottom:20px;
}

.hide {
 display:none;   
}

.lightbox img {
 padding: 3px;   
}

#file_list_edit {
 
    text-align: center;
    border: 2px solid #CCC;
    width: 100%;
    color: #DADCE3;
    padding: 10px;
    border-radius: 5px;
    
}

#file_list_edit {
    color: #333;
}

#file_list_edit_text {
    text-align: center;
    color: #333;
}

#file_list_edit a {
  position: relative;
  display: inline-block;
}

#file_list_edit a i {
  position: absolute;
  z-index: 99;
    margin-left: -5px;
    margin-top: -5px;
    display:none;
     cursor: pointer;
}

#file_list_edit img {
    margin: 3px;
}

#file_list_edit > a > span:hover > img {
   opacity: 0.5;
  transition: all 0.3s ease-in-out 0s; 
}

#file_list_edit > a > span:hover > i {
   display:block; 
}





#file_list_edit .file_list_edit_item {
  position: relative;
  display: inline-block;
        height:100px;
    width:80px;
   border-radius: 5px;
    padding: 0px;
    line-height: 20px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    border: 1px solid var(--color_body21);
}

#file_list_edit .file_list_edit_item > i {
  position: absolute;
  z-index: 99;
    margin-left: -30px;
    margin-top: -20px;
    display:none;
    cursor: pointer;
    border:4px solid #A94442;
          padding:5px 8px;
    -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
    background: #fff;
}

#file_list_edit .file_list_edit_item img {
    margin: 0px;
    position: relative;
  left: -50%;
  margin-left: 20px;
}

#file_list_edit .file_list_edit_item a {
    width: 100%;
  height: 100%;
    border-radius:2px;
    overflow: hidden;
}

#file_list_edit .file_list_edit_item a > span {

    position: absolute;
    bottom: 0;
    right: 0;
    padding: 3px;
    font-size: 14px;
    background-color: var(--color_body21);
    color: #fff;
    opacity: 1;
    font-weight: bold;
    height: 100%;

}

.file_list_item{
 font-size: 10px;
white-space: nowrap;  
}

.file_list_item::before
  {
        font: normal normal normal 30px/1 FontAwesome; 
        content:"\f15b";
        bottom: 0;
        left: 0;
        position: absolute;
        padding: 3px;
        background-color: #fff;
        opacity: 0.85;
  }
#file_list_edit > span.file_list_edit_item > i:hover + a.file_list_item::before {
    background: none !important;
    color:#fff !important;
    opacity: 1 !important;
         -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#file_list_edit > span.file_list_edit_item > i:hover + a.file_list_item > span {

    color:#fff !important;
    opacity: 1 !important;
         -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}
.file_list_item.file_pdf::before{content:"\f1c1"}
.file_list_item.file_doc::before{content:"\f1c2"}
.file_list_item.file_xls::before{content:"\f1c3"}

.file_list_item.file_pdf span {background-color: #e41229 !important;}
.file_list_item.file_doc span {background-color: #0069aa !important;}
.file_list_item.file_xls span {background-color: #02B002 !important;}

#file_list_edit > span.file_list_edit_item:hover > a > img {
   opacity: 0.5;
  transition: all 0.3s ease-in-out 0s; 
}


#file_list_edit > span.file_list_edit_item:hover > i {
   display:block; 
}

#file_list_edit > span.file_list_edit_item > i:hover > a > img {
   border:1px solid #A94442; 
     -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#file_list_edit > span.file_list_edit_item > i:hover + a, #file_list_edit > span.file_list_edit_item > i:hover + a > span {
  background-color: #A94442;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.file_list_edit_item img {
    padding:0px;
}

/********** 19. CHARTS **********/
/***************************************/


.btn-primary i {
    font-size: 16px;
    margin-right: 5px;
}

.btn-primary.btn-name {
    padding: 9px 15px 8px 15px;
}

.btn-primary.btn-name i {
  font-size: 24px;
  margin: 0;
}



/********** 20. PANEL SAVE AND NOT SAVE **********/
/***************************************/
 
.panel-status-save {
    position: fixed; 
    border-radius: 5px;
    margin-right: 20px;
    margin-top: -38px;
    box-sizing: border-box;
    line-height: 21px;
    color: #fff;
    padding: 10px 50px;
    z-index: 1099;
    right: 0;
    font-size: 18px;
    display:none;
}

.panel-save, .panel-pay {
    background-color: #02b002;
}

.panel-not-save {
    background-color: #D9534F;
}

.panel-send-sms {
    background-color: #31708f;
}

.panel-pdf-save, .panel-xls-save, .panel-xml-save, .panel-html-save, .panel-data-save, .panel-data-check, .panel-data-pay {
    color: var(--color_body11);
    border: 2px solid var(--color_body11);
  background: #fff;
    border-radius: 5px;
    padding: 6px 15px 6px 15px;
}

.dataTables_processing {
    border: 2px solid var(--color_body11);
  background: #fff;
    border-radius: 5px;
    padding: 6px 15px 6px 15px;
}

.opacity-0 {
    opacity: 0;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.preview_foto {
    position: absolute;
    border: 2px solid var(--color_body21);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    right: -40px;
    background: #fff;
    top: 35%;
    overflow: hidden;
}

.status_in_processing {
      color:var(--color_body11);
}

.status_late {
      color: #A94442;
}

.status_ok {
      color: #02B002;
}

.dropdown-menu-usermenu li:nth-child(5) {
   border-top:1px solid #fff;   
}


tr.selected {
    color:#285e8e;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.new_info {
    background-color: rgb(2, 176, 2);
    padding: 3px 10px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    position: relative;
    display: table-cell;
}

.new_danger {
    background-color: #e41229;
    padding: 3px 10px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    position: relative;
    display: table-cell;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid var(--color_line2);
}


/********** WIDTH INPUT **********/
/*************************************/


.select2-selection--multiple .select2-search__field{
    width:100%;
}


.w50 {
   width:100px;   
}

.w100 {
   width:100px;   
}

.w150  {
   width:150px;   
}

.w200 {
   width:200px;   
}

.w250 {
   width:250px;   
}

.w300  {
   width:300px;   
}

.w350 {
   width:350px;   
}

.w400 {
   width:400px;   
}


.tr-result {
    box-shadow: 0 -3px 0 var(--color_body21);
    font-weight:600;
}


.stat-dot {
display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0 5px 0 0;
  top: 2px;
  position: relative;
}

.chart_title {
    font-weight: 700;
    text-align: center;
    margin: 10px auto;
}

.stat {
    border-bottom: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

/*
body.loader div{
  -webkit-filter: blur(0.5px);
  -moz-filter: blur(0.5px);
  -o-filter: blur(0.5px);
  -ms-filter: blur(0.5px);
  filter: blur(0.5px);
}


body.loader div#preloader, body.loader div#status{
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
*/

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    border: 1px solid var(--color_body21);
    background: #E9E9E9;
    color: var(--color_body21);
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    border: 1px solid #E9E9E9;
    width: 2.1em;
  height: 2.1em;
}

.ui-state-default.ui-state-hover, .ui-widget-content .ui-state-active {
    border: 1px solid var(--color_body11);
    background: var(--color_body11);
    color: #FFF;
}

.ui-state-default.ui-priority-secondary {
    background: #FFF;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight, .ui-widget-content .ui-widget-content .ui-state-hover, .ui-priority-secondary.ui-state-hover,.ui-widget-content .ui-widget-content .ui-state-active{
    border: 1px solid var(--color_body21);
    background: var(--color_body21);
    color: #FFF;
}

.ui-datepicker .ui-datepicker-header {
    border: 1px solid var(--color_body21);
}


.text-danger-block {
    color: #fff;
    background-color: #e41229;
    padding:0px 5px;
}

li.text-danger a.jstree-anchor {
    color: #fff;
    background-color: #e41229;
    font-weight: bold;
}

li.text-danger a.jstree-anchor i::before {
    color: #fff !important;
}

.text-warning-block {
    color: #fff;
    background-color: #F0AD4E;
    padding:0px 5px;
}

a.row-edit-ban  {
    background: #e41229;
}

.icon-table-action.row-duplicate  {
    background: #de7504;
  color: #fff;
}

td.details-control::before{
    content: "\f078";
    padding: 6px;
    border: 2px solid #666;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    font-family: FontAwesome;
    font-size:14px;
    color:#666;
    background:#fff;
}

tr.shown td.details-control::before{
    content: "\f077";
    padding: 5px 6px 7px 6px;
    border: 2px solid #666;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    font-family: FontAwesome;
    font-size:14px;
    color:#fff;
    background:#666;
}

.items_table_list td{
 padding: 0 5px;  
}

.items_table_list > div.col-md-10.with-border{
 	border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

.items_table_list tr {
 border-bottom: none;
}

.details-control-empty {
    opacity: 0.4;
}

td.details-control.details-control-empty::before {
    content: "\f068";
    padding: 6px 7px 5px 7px;
}
.items_table_list {
    font-size: 13px;
}

.items_table_list td {
    white-space: nowrap;
    vertical-align: top !important;
    line-height: 18px;
    padding-bottom: 5px;
    padding-top: 2px;
}

.items_table_list td.items_table_list_val {
    white-space: normal !important;
}

.items_table_list .table-action a, .items_table_list .table-action-hide a, .items_table_list a.icon-table-action {
   display: inline-block;
    margin: 0 5px;
    color: #fff;
    padding: 4px 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 50%;
    float: left;
    color: #666;
    border: 2px solid #666;
    background-color: #fff;   
}

.modal-footer-info {
    display: table;
    float: left;
    max-width: 70%;
    margin-top: -5px;
    text-align: left;
}

.signinpanel-form + p {
    font-weight: 500 !important;
        text-align: justify;
        padding: 15px 5px 0 5px;
}

.form-group-hidden {
   display:none;   
}

.ui-autocomplete {
    z-index:1099 !important;
}

.form-control[type="number"]::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 18px;
}
.form-control[type="number"]:-moz-placeholder {
  font-size: 14px;
  line-height: 18px;
}
.form-control[type="number"]::-moz-placeholder {
  font-size: 14px;
  line-height: 18px;
}
.form-control[type="number"]:-ms-input-placeholder {
  font-size: 14px;
  line-height: 18px;
}

input:required:not(:valid):not([readonly]), textarea:required:not(:valid):not([readonly]), select:required:not(:valid):not([readonly]):not([disabled]) + .select2-container .select2-selection {
    background-color:#FFE4E1;
}

iframe.wysihtml5-sandbox, .wysihtml5-editor {
    background-color: #fff !important;
}

.control, .control[readonly] {
    background-color:#BDDCEF;
}

.children-list-3 {
    margin: -5px 0 0 20px;
}


.headermenu .weather-group .tp-icon{
  padding: 0;
  position: relative;   
}

.weather-group div{
  background: #fff;
  display: inline-block;
}

.weather-group div.im{
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    margin: 15px 10px 15px 0;
}

.weather-group div.head_weather_temp{
    font-size: 24px;
    font-weight: 600;
    margin: 15px 10px;
    display: inline-block;
    float: left;
}

.weather_info_location {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.weather_info_temp, .weather_info_text, .weather_info_icon {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0;
    line-height: 30px;
    text-transform: uppercase;
    padding-right: 0px;
}

.row-pad-5 .weather_info_text {
    padding-right: 0px;
}

.weather_info_temp {
    font-size: 40px;
}

.weather_info_icon i{
    font-size: 44px;
    font-style: normal;
}

.weather_info_other {
    text-align: center;
    font-style: italic;
}

.weather_info_next_day {
    text-align: center;
    margin-top: 10px;
    border-top: 1px solid #e5e5e5;

}

.weather_info_next_day_title {
    font-weight: 600;
    text-transform: uppercase;
}

.weather_info_next_day .weather_info_temp, .weather_info_next_day .weather_info_text, .weather_info_next_day .weather_info_icon {
    text-align: center;
    font-size: 20px;
    line-height: unset;
    margin: 0;
    font-weight: 400;
}

.weather_info_next_day .weather_info_icon i{
    font-size: 30px;
    font-weight: 400;
}

.weather_info_icon {
    text-transform: lowercase;
}

.weather_info_text, .weather_info_next_day .weather_info_text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;   
}

.weather_info_next_day .weather_info_text {
  margin-top: 15px;
}

.table thead > tr > th.sorting_desc, .table thead > tr > th.sorting_asc {
   color:var(--color_body11);   
}

.separator {
    border-top: 1px solid #777;
    margin-top:5px;
    padding-top:5px;
}


.nav-stacked > li + li.separator {
    margin-top:5px;
}

.children .separator {
    border-top: 1px solid #777;
  margin: 3px 27px 0;
    padding-top: 0;
}

.growl-success {
   background:#02B002;   
}

input.data-load, textarea.data-load, select.data-load + .select2-container .select2-selection {
    background-color: #fff;
    background-image: url("../images/loaders/loader3.gif");
    background-position: 94% center;
    background-repeat: no-repeat;
  border-color: var(--color_body11);
    color:var(--color_body11);
}

select.data-load + .select2-container .select2-selection {
    background-position: 90% center;
}

.panel-org-name {
    position: relative;
    text-align: right;
    padding-right: 100px;
    font-size: 20px;
    margin-bottom: 30px;
}

.org-name-logo {
    width: 90px;
    height: 90px;
    position: absolute;
    margin-top: -32px;
    top: 0;
    right: 0;
    background-size: 100%;
    background-repeat: no-repeat;
}

.legendColorBox {
   padding: 0 5px;   
}

.legendLabel {
    line-height: 20px;
    padding: 0 10px; 
}

.stat_section .datainfo {
   text-align: left;
   color: #fff;
}

.stat_section .datainfo span, .stat_section .datainfo h4 {
   color: var(--color_body21);
}

.ckbox_termin_m label {
    font-size: 13px;
}

.ckbox-primary.ckbox_termin_m input[type="checkbox"]:checked + label::before {
    background-color: #fff;
}

.ckbox.ckbox_termin_m input[type="checkbox"]:checked + label::after {
    color: #2b2c2f;
}

.list_info .info_hidden {
    display:none;
}

.stat.chart h1 {
          margin-top: 3px !important;
          font-size: 40px;
        }

.komisia_sub_wrap::before {
    content: '';
    width: 2px;
    height: 10px;
    background-color: var(--color_body21);
    display: block;
    position: absolute;
    top: -10px;
    right: 50%;
}

.add_ins_form .control-label {

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.developed-item img {
  height: 13px;
  margin: 3.5px 5px;
}

.developed-info-crm{
  display: block;
  float: right;
  position: relative;
}

.developed-item {
  top: -2px;
  position: relative;
}

.version {
  margin: 5px;
  color: #fff;
  padding: 0px 10px;
  font-weight: bold;
  border-radius: 5px;
  position: absolute;
  float: left;
  left: 0px;
  bottom: -22px;
  line-height: 18px;
  background-color: #286090;
  font-size: 13px;
}

#crm_info_wrap {
  position: relative;
  float: right;
}

#crm_info_wrap .version {
    left: unset;
    right: 0px;
    
}

.btn-group-right {
    float: right;
}

 .form-inline .form-control {
    width: inherit;
}

 .form-inline .input-group .input-group-addon{
    width: 38px;
     border-radius: 5px 0 0 5px;
}

.form-group .input-group-addon{
    width: 38px;
    border-radius: 5px 0 0 5px;
}

.form-group .control-label + div .input-group-addon {
    width: 38px;
    height: 38px;
    position: absolute;
  	z-index: 10;
    padding: 8px 5px;
    border-radius: 5px 0 0 5px;
}

.form-group .control-label + div .input-group-addon + .form-control, .form-group .control-label + div .input-group-addon + select + .select2-container {
    left:36px;
    border-radius: 0 5px 5px 0;
}

.input-group-addon + .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.ckbox_termin_m label {
    display:block;
}

.finance_bill {
  border-right: 1px solid var(--color_body21);
  margin: 7px 0;
  padding: 0 5px;
}

.finance_bill h5 {
  margin: 0;
  text-align: right;
  text-transform: uppercase;
  margin: 3px 0;
}

.finance_bill .finance_bill_balans {
  text-align: right;
  text-transform: uppercase;
  margin: 2px 0;
  padding: 3px 10px;
  font-size: 16px;
}

.finance_bill .finance_bill_kredit {
  font-size: 10px;
  margin: 0 10px;
}

.cross {
 font-weight: 600;   
}

small{
	font-weight: 400;
}

small + small{
	font-weight: 300;
}

.blank .modal-head  {
  text-align: right;
  padding: 20px;
  border-bottom: 2px solid var(--color_body11);
}

.blank .modal-head .singin-logo  {
    width: 75px;
  	height: 75px;
    margin-top: -5px;
}

.blank .modal-head .singin-title {
    min-height: 60px;
}

.panel-footer {
  border-top: 2px solid var(--color_body11);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

img.tx-srfreecap-pi1-image {
  margin: 1em 0;
  vertical-align: middle;
}

.tx-srfreecap-pi1-cant-read {
  display: block;
  width: 100%;
}

.panel-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.details {
  margin: 0 10px;
  font-size: 12px;
}

.details > .row > div {
	white-space: break-spaces;
}

.details > .row > div {
  min-height: 40px;
  vertical-align: middle;
  line-height: 1.4;
  padding: 11px 15px;
  border-top: 1px solid #eaecef
}

.details_left {
    text-align: left;
}

.details_right {
    text-align: right;
    word-break: break-word;
}

.details-item1 {
    border: none !important;
}

.table-responsive tbody a:not(.icon-table-action) {
	color: unset;
}

.block-info-detail  {
  width: 100%;
  display: table;
  height: 30px;
  padding: 5px 10px 5px 5px;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 600;
  background-color: #d9d9d9;
  margin: 10px 0;
    line-height: 29px;
    color: initial;
}


.block-info-detail i {
  background-color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: block;
  float: left;
  margin-right: 10px;
  font-size: 20px;
  text-align: center;
  padding-top: 7px;
}

.btn:active, .sp-container button:active {
  box-shadow: none;
}

.btn-indigo {
  color: #fff;
  background-color: #6610f2;
  border-color: #5b0cdd;
}
.btn-indigo:hover {
  color: #fff;
  background-color: #560bd0;
  border-color: #4709ac;
}
.btn-indigo:focus, .btn-indigo.focus {
  box-shadow: 0 0 0 3px rgba(91, 12, 221, 0.5);
}
.btn-indigo.disabled, .btn-indigo:disabled {
  background-color: #6610f2;
  border-color: #5b0cdd;
}
.btn-indigo:active, .btn-indigo.active, .show > .btn-indigo.dropdown-toggle {
  background-color: #560bd0;
  background-image: none;
  border-color: #4709ac;
}

.btn-purple {
  color: #fff;
  background-color: #6f42c1;
  border-color: #643ab0;
}
.btn-purple:hover {
  color: #fff;
  background-color: #5e37a6;
  border-color: #4e2d89;
}
.btn-purple:focus, .btn-purple.focus {
  box-shadow: 0 0 0 3px rgba(100, 58, 176, 0.5);
}
.btn-purple.disabled, .btn-purple:disabled {
  background-color: #6f42c1;
  border-color: #643ab0;
}
.btn-purple:active, .btn-purple.active, .show > .btn-purple.dropdown-toggle {
  background-color: #5e37a6;
  background-image: none;
  border-color: #4e2d89;
}

.btn-pink {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e5277e;
}
.btn-pink:hover {
  color: #fff;
  background-color: #e41c78;
  border-color: #c21766;
}
.btn-pink:focus, .btn-pink.focus {
  box-shadow: 0 0 0 3px rgba(229, 39, 126, 0.5);
}
.btn-pink.disabled, .btn-pink:disabled {
  background-color: #e83e8c;
  border-color: #e5277e;
}
.btn-pink:active, .btn-pink.active, .show > .btn-pink.dropdown-toggle {
  background-color: #e41c78;
  background-image: none;
  border-color: #c21766;
}

.btn-teal {
  color: #fff;
  background-color: #00b297;
  border-color: #009981;
}
.btn-teal:hover {
  color: #fff;
  background-color: #008c77;
  border-color: #006656;
}
.btn-teal:focus, .btn-teal.focus {
  box-shadow: 0 0 0 3px rgba(0, 153, 129, 0.5);
}
.btn-teal.disabled, .btn-teal:disabled {
  background-color: #00b297;
  border-color: #009981;
}
.btn-teal:active, .btn-teal.active, .show > .btn-teal.dropdown-toggle {
  background-color: #008c77;
  background-image: none;
  border-color: #006656;
}

.btn-outline-light {
  color: #adb5bd;
  background-color: transparent;
  background-image: none;
  border-color: #adb5bd;
}
.btn-outline-light:hover {
  color: #fff;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 3px rgba(173, 181, 189, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #adb5bd;
  background-color: transparent;
}
.btn-outline-light:active, .btn-outline-light.active, .show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #adb5bd;
  border-color: #adb5bd;
}

.btn-outline-indigo {
  color: #6610f2;
  background-color: transparent;
  background-image: none;
  border-color: #6610f2;
}
.btn-outline-indigo:hover {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}
.btn-outline-indigo:focus, .btn-outline-indigo.focus {
  box-shadow: 0 0 0 3px rgba(102, 16, 242, 0.5);
}
.btn-outline-indigo.disabled, .btn-outline-indigo:disabled {
  color: #6610f2;
  background-color: transparent;
}
.btn-outline-indigo:active, .btn-outline-indigo.active, .show > .btn-outline-indigo.dropdown-toggle {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}

.btn-outline-purple {
  color: #6f42c1;
  background-color: transparent;
  background-image: none;
  border-color: #6f42c1;
}
.btn-outline-purple:hover {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}
.btn-outline-purple:focus, .btn-outline-purple.focus {
  box-shadow: 0 0 0 3px rgba(111, 66, 193, 0.5);
}
.btn-outline-purple.disabled, .btn-outline-purple:disabled {
  color: #6f42c1;
  background-color: transparent;
}
.btn-outline-purple:active, .btn-outline-purple.active, .show > .btn-outline-purple.dropdown-toggle {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}

.btn-outline-pink {
  color: #e83e8c;
  background-color: transparent;
  background-image: none;
  border-color: #e83e8c;
}
.btn-outline-pink:hover {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c;
}
.btn-outline-pink:focus, .btn-outline-pink.focus {
  box-shadow: 0 0 0 3px rgba(232, 62, 140, 0.5);
}
.btn-outline-pink.disabled, .btn-outline-pink:disabled {
  color: #e83e8c;
  background-color: transparent;
}
.btn-outline-pink:active, .btn-outline-pink.active, .show > .btn-outline-pink.dropdown-toggle {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c;
}

.btn-outline-teal {
  color: #00b297;
  background-color: transparent;
  background-image: none;
  border-color: #00b297;
}
.btn-outline-teal:hover {
  color: #fff;
  background-color: #00b297;
  border-color: #00b297;
}
.btn-outline-teal:focus, .btn-outline-teal.focus {
  box-shadow: 0 0 0 3px rgba(0, 178, 151, 0.5);
}
.btn-outline-teal.disabled, .btn-outline-teal:disabled {
  color: #00b297;
  background-color: transparent;
}
.btn-outline-teal:active, .btn-outline-teal.active, .show > .btn-outline-teal.dropdown-toggle {
  color: #fff;
  background-color: #00b297;
  border-color: #00b297;
}

.btn-warning {
  color: #fff !important;
}

.btn-oblong {
  border-radius: 50px;
}

.btn-with-icon {
  padding: 0;
  display: inline-block;
  border-width: 0;
}
.btn-with-icon > div {
  position: relative;
  display: flex;
}
.btn-with-icon > div > span {
  display: flex;
  height: 100%;
  align-items: center;
}
.btn-with-icon > div > span.icon {
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.btn-with-icon > div > span + span.icon {
  margin-left: auto;
}

.btn-icon {
  display: inline-block;
  padding: 0;
}
.btn-icon > div {
  display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
}

.btn-group {
  direction: ltr;
}

.wd-5 {
  width: 5px;
}

.wd-5p {
  width: 5%;
}

.mx-wd-5p {
  max-width: 5%;
}

.mn-wd-5p {
  min-width: 5%;
}

.wd-5-force {
  width: 5px !important;
}

.wd-5p-force {
  width: 5% !important;
}

.mx-wd-5p-force {
  max-width: 5% !important;
}

.mn-wd-5p-force {
  min-width: 5% !important;
}

.wd-10 {
  width: 10px;
}

.wd-10p {
  width: 10%;
}

.mx-wd-10p {
  max-width: 10%;
}

.mn-wd-10p {
  min-width: 10%;
}

.wd-10-force {
  width: 10px !important;
}

.wd-10p-force {
  width: 10% !important;
}

.mx-wd-10p-force {
  max-width: 10% !important;
}

.mn-wd-10p-force {
  min-width: 10% !important;
}

.wd-15 {
  width: 15px;
}

.wd-15p {
  width: 15%;
}

.mx-wd-15p {
  max-width: 15%;
}

.mn-wd-15p {
  min-width: 15%;
}

.wd-15-force {
  width: 15px !important;
}

.wd-15p-force {
  width: 15% !important;
}

.mx-wd-15p-force {
  max-width: 15% !important;
}

.mn-wd-15p-force {
  min-width: 15% !important;
}

.wd-20 {
  width: 20px;
}

.wd-20p {
  width: 20%;
}

.mx-wd-20p {
  max-width: 20%;
}

.mn-wd-20p {
  min-width: 20%;
}

.wd-20-force {
  width: 20px !important;
}

.wd-20p-force {
  width: 20% !important;
}

.mx-wd-20p-force {
  max-width: 20% !important;
}

.mn-wd-20p-force {
  min-width: 20% !important;
}

.wd-25 {
  width: 25px;
}

.wd-25p {
  width: 25%;
}

.mx-wd-25p {
  max-width: 25%;
}

.mn-wd-25p {
  min-width: 25%;
}

.wd-25-force {
  width: 25px !important;
}

.wd-25p-force {
  width: 25% !important;
}

.mx-wd-25p-force {
  max-width: 25% !important;
}

.mn-wd-25p-force {
  min-width: 25% !important;
}

.wd-30 {
  width: 30px;
}

.wd-30p {
  width: 30%;
}

.mx-wd-30p {
  max-width: 30%;
}

.mn-wd-30p {
  min-width: 30%;
}

.wd-30-force {
  width: 30px !important;
}

.wd-30p-force {
  width: 30% !important;
}

.mx-wd-30p-force {
  max-width: 30% !important;
}

.mn-wd-30p-force {
  min-width: 30% !important;
}

.wd-35 {
  width: 35px;
}

.wd-35p {
  width: 35%;
}

.mx-wd-35p {
  max-width: 35%;
}

.mn-wd-35p {
  min-width: 35%;
}

.wd-35-force {
  width: 35px !important;
}

.wd-35p-force {
  width: 35% !important;
}

.mx-wd-35p-force {
  max-width: 35% !important;
}

.mn-wd-35p-force {
  min-width: 35% !important;
}

.wd-40 {
  width: 40px;
}

.wd-40p {
  width: 40%;
}

.mx-wd-40p {
  max-width: 40%;
}

.mn-wd-40p {
  min-width: 40%;
}

.wd-40-force {
  width: 40px !important;
}

.wd-40p-force {
  width: 40% !important;
}

.mx-wd-40p-force {
  max-width: 40% !important;
}

.mn-wd-40p-force {
  min-width: 40% !important;
}

.wd-45 {
  width: 45px;
}

.wd-45p {
  width: 45%;
}

.mx-wd-45p {
  max-width: 45%;
}

.mn-wd-45p {
  min-width: 45%;
}

.wd-45-force {
  width: 45px !important;
}

.wd-45p-force {
  width: 45% !important;
}

.mx-wd-45p-force {
  max-width: 45% !important;
}

.mn-wd-45p-force {
  min-width: 45% !important;
}

.wd-50 {
  width: 50px;
}

.wd-50p {
  width: 50%;
}

.mx-wd-50p {
  max-width: 50%;
}

.mn-wd-50p {
  min-width: 50%;
}

.wd-50-force {
  width: 50px !important;
}

.wd-50p-force {
  width: 50% !important;
}

.mx-wd-50p-force {
  max-width: 50% !important;
}

.mn-wd-50p-force {
  min-width: 50% !important;
}

.wd-55 {
  width: 55px;
}

.wd-55p {
  width: 55%;
}

.mx-wd-55p {
  max-width: 55%;
}

.mn-wd-55p {
  min-width: 55%;
}

.wd-55-force {
  width: 55px !important;
}

.wd-55p-force {
  width: 55% !important;
}

.mx-wd-55p-force {
  max-width: 55% !important;
}

.mn-wd-55p-force {
  min-width: 55% !important;
}

.wd-60 {
  width: 60px;
}

.wd-60p {
  width: 60%;
}

.mx-wd-60p {
  max-width: 60%;
}

.mn-wd-60p {
  min-width: 60%;
}

.wd-60-force {
  width: 60px !important;
}

.wd-60p-force {
  width: 60% !important;
}

.mx-wd-60p-force {
  max-width: 60% !important;
}

.mn-wd-60p-force {
  min-width: 60% !important;
}

.wd-65 {
  width: 65px;
}

.wd-65p {
  width: 65%;
}

.mx-wd-65p {
  max-width: 65%;
}

.mn-wd-65p {
  min-width: 65%;
}

.wd-65-force {
  width: 65px !important;
}

.wd-65p-force {
  width: 65% !important;
}

.mx-wd-65p-force {
  max-width: 65% !important;
}

.mn-wd-65p-force {
  min-width: 65% !important;
}

.wd-70 {
  width: 70px;
}

.wd-70p {
  width: 70%;
}

.mx-wd-70p {
  max-width: 70%;
}

.mn-wd-70p {
  min-width: 70%;
}

.wd-70-force {
  width: 70px !important;
}

.wd-70p-force {
  width: 70% !important;
}

.mx-wd-70p-force {
  max-width: 70% !important;
}

.mn-wd-70p-force {
  min-width: 70% !important;
}

.wd-75 {
  width: 75px;
}

.wd-75p {
  width: 75%;
}

.mx-wd-75p {
  max-width: 75%;
}

.mn-wd-75p {
  min-width: 75%;
}

.wd-75-force {
  width: 75px !important;
}

.wd-75p-force {
  width: 75% !important;
}

.mx-wd-75p-force {
  max-width: 75% !important;
}

.mn-wd-75p-force {
  min-width: 75% !important;
}

.wd-80 {
  width: 80px;
}

.wd-80p {
  width: 80%;
}

.mx-wd-80p {
  max-width: 80%;
}

.mn-wd-80p {
  min-width: 80%;
}

.wd-80-force {
  width: 80px !important;
}

.wd-80p-force {
  width: 80% !important;
}

.mx-wd-80p-force {
  max-width: 80% !important;
}

.mn-wd-80p-force {
  min-width: 80% !important;
}

.wd-85 {
  width: 85px;
}

.wd-85p {
  width: 85%;
}

.mx-wd-85p {
  max-width: 85%;
}

.mn-wd-85p {
  min-width: 85%;
}

.wd-85-force {
  width: 85px !important;
}

.wd-85p-force {
  width: 85% !important;
}

.mx-wd-85p-force {
  max-width: 85% !important;
}

.mn-wd-85p-force {
  min-width: 85% !important;
}

.wd-90 {
  width: 90px;
}

.wd-90p {
  width: 90%;
}

.mx-wd-90p {
  max-width: 90%;
}

.mn-wd-90p {
  min-width: 90%;
}

.wd-90-force {
  width: 90px !important;
}

.wd-90p-force {
  width: 90% !important;
}

.mx-wd-90p-force {
  max-width: 90% !important;
}

.mn-wd-90p-force {
  min-width: 90% !important;
}

.wd-95 {
  width: 95px;
}

.wd-95p {
  width: 95%;
}

.mx-wd-95p {
  max-width: 95%;
}

.mn-wd-95p {
  min-width: 95%;
}

.wd-95-force {
  width: 95px !important;
}

.wd-95p-force {
  width: 95% !important;
}

.mx-wd-95p-force {
  max-width: 95% !important;
}

.mn-wd-95p-force {
  min-width: 95% !important;
}

.wd-100 {
  width: 100px;
}

.wd-100p {
  width: 100%;
}

.mx-wd-100p {
  max-width: 100%;
}

.mn-wd-100p {
  min-width: 100%;
}

.wd-100-force {
  width: 100px !important;
}

.wd-100p-force {
  width: 100% !important;
}

.mx-wd-100p-force {
  max-width: 100% !important;
}

.mn-wd-100p-force {
  min-width: 100% !important;
}

.wd-150 {
  width: 150px;
}

.wd-150-force {
  width: 150px !important;
}

.wd-200 {
  width: 200px;
}

.wd-200-force {
  width: 200px !important;
}

.wd-250 {
  width: 250px;
}

.wd-250-force {
  width: 250px !important;
}

.wd-300 {
  width: 300px;
}

.wd-300-force {
  width: 300px !important;
}

.wd-350 {
  width: 350px;
}

.wd-350-force {
  width: 350px !important;
}

.wd-400 {
  width: 400px;
}

.wd-400-force {
  width: 400px !important;
}

.wd-450 {
  width: 450px;
}

.wd-450-force {
  width: 450px !important;
}

.wd-500 {
  width: 500px;
}

.wd-500-force {
  width: 500px !important;
}

.wd-550 {
  width: 550px;
}

.wd-550-force {
  width: 550px !important;
}

.wd-600 {
  width: 600px;
}

.wd-600-force {
  width: 600px !important;
}

.wd-650 {
  width: 650px;
}

.wd-650-force {
  width: 650px !important;
}

.wd-700 {
  width: 700px;
}

.wd-700-force {
  width: 700px !important;
}

.wd-750 {
  width: 750px;
}

.wd-750-force {
  width: 750px !important;
}

.wd-800 {
  width: 800px;
}

.wd-800-force {
  width: 800px !important;
}

.wd-850 {
  width: 850px;
}

.wd-850-force {
  width: 850px !important;
}

.wd-900 {
  width: 900px;
}

.wd-900-force {
  width: 900px !important;
}

.wd-950 {
  width: 950px;
}

.wd-950-force {
  width: 950px !important;
}

.wd-1000 {
  width: 1000px;
}

.wd-1000-force {
  width: 1000px !important;
}

.ht-5 {
  height: 5px;
}

.ht-5p {
  height: 5%;
}

.mx-ht-5p {
  max-height: 5%;
}

.mn-ht-5p {
  min-height: 5%;
}

.ht-5-force {
  height: 5px !important;
}

.ht-5p-force {
  height: 5% !important;
}

.ht-10 {
  height: 10px;
}

.ht-10p {
  height: 10%;
}

.mx-ht-10p {
  max-height: 10%;
}

.mn-ht-10p {
  min-height: 10%;
}

.ht-10-force {
  height: 10px !important;
}

.ht-10p-force {
  height: 10% !important;
}

.ht-15 {
  height: 15px;
}

.ht-15p {
  height: 15%;
}

.mx-ht-15p {
  max-height: 15%;
}

.mn-ht-15p {
  min-height: 15%;
}

.ht-15-force {
  height: 15px !important;
}

.ht-15p-force {
  height: 15% !important;
}

.ht-20 {
  height: 20px;
}

.ht-20p {
  height: 20%;
}

.mx-ht-20p {
  max-height: 20%;
}

.mn-ht-20p {
  min-height: 20%;
}

.ht-20-force {
  height: 20px !important;
}

.ht-20p-force {
  height: 20% !important;
}

.ht-25 {
  height: 25px;
}

.ht-25p {
  height: 25%;
}

.mx-ht-25p {
  max-height: 25%;
}

.mn-ht-25p {
  min-height: 25%;
}

.ht-25-force {
  height: 25px !important;
}

.ht-25p-force {
  height: 25% !important;
}

.ht-30 {
  height: 30px;
}

.ht-30p {
  height: 30%;
}

.mx-ht-30p {
  max-height: 30%;
}

.mn-ht-30p {
  min-height: 30%;
}

.ht-30-force {
  height: 30px !important;
}

.ht-30p-force {
  height: 30% !important;
}

.ht-35 {
  height: 35px;
}

.ht-35p {
  height: 35%;
}

.mx-ht-35p {
  max-height: 35%;
}

.mn-ht-35p {
  min-height: 35%;
}

.ht-35-force {
  height: 35px !important;
}

.ht-35p-force {
  height: 35% !important;
}

.ht-40 {
  height: 40px;
}

.ht-40p {
  height: 40%;
}

.mx-ht-40p {
  max-height: 40%;
}

.mn-ht-40p {
  min-height: 40%;
}

.ht-40-force {
  height: 40px !important;
}

.ht-40p-force {
  height: 40% !important;
}

.ht-45 {
  height: 45px;
}

.ht-45p {
  height: 45%;
}

.mx-ht-45p {
  max-height: 45%;
}

.mn-ht-45p {
  min-height: 45%;
}

.ht-45-force {
  height: 45px !important;
}

.ht-45p-force {
  height: 45% !important;
}

.ht-50 {
  height: 50px;
}

.ht-50p {
  height: 50%;
}

.mx-ht-50p {
  max-height: 50%;
}

.mn-ht-50p {
  min-height: 50%;
}

.ht-50-force {
  height: 50px !important;
}

.ht-50p-force {
  height: 50% !important;
}

.ht-55 {
  height: 55px;
}

.ht-55p {
  height: 55%;
}

.mx-ht-55p {
  max-height: 55%;
}

.mn-ht-55p {
  min-height: 55%;
}

.ht-55-force {
  height: 55px !important;
}

.ht-55p-force {
  height: 55% !important;
}

.ht-60 {
  height: 60px;
}

.ht-60p {
  height: 60%;
}

.mx-ht-60p {
  max-height: 60%;
}

.mn-ht-60p {
  min-height: 60%;
}

.ht-60-force {
  height: 60px !important;
}

.ht-60p-force {
  height: 60% !important;
}

.ht-65 {
  height: 65px;
}

.ht-65p {
  height: 65%;
}

.mx-ht-65p {
  max-height: 65%;
}

.mn-ht-65p {
  min-height: 65%;
}

.ht-65-force {
  height: 65px !important;
}

.ht-65p-force {
  height: 65% !important;
}

.ht-70 {
  height: 70px;
}

.ht-70p {
  height: 70%;
}

.mx-ht-70p {
  max-height: 70%;
}

.mn-ht-70p {
  min-height: 70%;
}

.ht-70-force {
  height: 70px !important;
}

.ht-70p-force {
  height: 70% !important;
}

.ht-75 {
  height: 75px;
}

.ht-75p {
  height: 75%;
}

.mx-ht-75p {
  max-height: 75%;
}

.mn-ht-75p {
  min-height: 75%;
}

.ht-75-force {
  height: 75px !important;
}

.ht-75p-force {
  height: 75% !important;
}

.ht-80 {
  height: 80px;
}

.ht-80p {
  height: 80%;
}

.mx-ht-80p {
  max-height: 80%;
}

.mn-ht-80p {
  min-height: 80%;
}

.ht-80-force {
  height: 80px !important;
}

.ht-80p-force {
  height: 80% !important;
}

.ht-85 {
  height: 85px;
}

.ht-85p {
  height: 85%;
}

.mx-ht-85p {
  max-height: 85%;
}

.mn-ht-85p {
  min-height: 85%;
}

.ht-85-force {
  height: 85px !important;
}

.ht-85p-force {
  height: 85% !important;
}

.ht-90 {
  height: 90px;
}

.ht-90p {
  height: 90%;
}

.mx-ht-90p {
  max-height: 90%;
}

.mn-ht-90p {
  min-height: 90%;
}

.ht-90-force {
  height: 90px !important;
}

.ht-90p-force {
  height: 90% !important;
}

.ht-95 {
  height: 95px;
}

.ht-95p {
  height: 95%;
}

.mx-ht-95p {
  max-height: 95%;
}

.mn-ht-95p {
  min-height: 95%;
}

.ht-95-force {
  height: 95px !important;
}

.ht-95p-force {
  height: 95% !important;
}

.ht-100 {
  height: 100px;
}

.ht-100p {
  height: 100%;
}

.mx-ht-100p {
  max-height: 100%;
}

.mn-ht-100p {
  min-height: 100%;
}

.ht-100-force {
  height: 100px !important;
}

.ht-100p-force {
  height: 100% !important;
}

.ht-150 {
  height: 150px;
}

.ht-200 {
  height: 200px;
}

.ht-250 {
  height: 250px;
}

.ht-300 {
  height: 300px;
}

.ht-350 {
  height: 350px;
}

.ht-400 {
  height: 400px;
}

.ht-450 {
  height: 450px;
}

.ht-500 {
  height: 500px;
}

.ht-550 {
  height: 550px;
}

.ht-600 {
  height: 600px;
}

.ht-650 {
  height: 650px;
}

.ht-700 {
  height: 700px;
}

.ht-750 {
  height: 750px;
}

.ht-800 {
  height: 800px;
}

.ht-100v {
  height: 100vh;
}

.ht-1 {
  height: 1px;
}

.ht-2 {
  height: 2px;
}

.ht-3 {
  height: 3px;
}

.ht-4 {
  height: 4px;
}

.ht-6 {
  height: 6px;
}

.ht-7 {
  height: 7px;
}

.ht-8 {
  height: 8px;
}

.ht-9 {
  height: 9px;
}

.ht-auto {
  height: auto;
}

.ht-16 {
  height: 16px;
}

.ht-32 {
  height: 32px;
}

.ht-36 {
  height: 36px;
}

.ht-48 {
  height: 48px;
}

.ht-64 {
  height: 64px;
}

.ht-72 {
  height: 72px;
}

.ht-115 {
  height: 115px;
}

.ht-120 {
  height: 120px;
}

.ht-160 {
  height: 160px;
}

.pd-0-force {
  padding: 0px !important;
}

.pd-y-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.pd-y-0-force {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.pd-x-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.pd-x-0-force {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.pd-t-0 {
  padding-top: 0px;
}

.pd-r-0 {
  padding-right: 0px;
}

.pd-b-0 {
  padding-bottom: 0px;
}

.pd-l-0 {
  padding-left: 0px;
}

.pd-t-0-force {
  padding-top: 0px !important;
}

.pd-r-0-force {
  padding-right: 0px !important;
}

.pd-b-0-force {
  padding-bottom: 0px !important;
}

.pd-l-0-force {
  padding-left: 0px !important;
}

.pd-1 {
  padding: 1px;
}

.pd-1-force {
  padding: 1px !important;
}

.pd-y-1 {
  padding-top: 1px;
  padding-bottom: 1px;
}

.pd-y-1-force {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.pd-x-1 {
  padding-left: 1px;
  padding-right: 1px;
}

.pd-x-1-force {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.pd-t-1 {
  padding-top: 1px;
}

.pd-r-1 {
  padding-right: 1px;
}

.pd-b-1 {
  padding-bottom: 1px;
}

.pd-l-1 {
  padding-left: 1px;
}

.pd-t-1-force {
  padding-top: 1px !important;
}

.pd-r-1-force {
  padding-right: 1px !important;
}

.pd-b-1-force {
  padding-bottom: 1px !important;
}

.pd-l-1-force {
  padding-left: 1px !important;
}

.pd-2 {
  padding: 2px;
}

.pd-2-force {
  padding: 2px !important;
}

.pd-y-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.pd-y-2-force {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.pd-x-2 {
  padding-left: 2px;
  padding-right: 2px;
}

.pd-x-2-force {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.pd-t-2 {
  padding-top: 2px;
}

.pd-r-2 {
  padding-right: 2px;
}

.pd-b-2 {
  padding-bottom: 2px;
}

.pd-l-2 {
  padding-left: 2px;
}

.pd-t-2-force {
  padding-top: 2px !important;
}

.pd-r-2-force {
  padding-right: 2px !important;
}

.pd-b-2-force {
  padding-bottom: 2px !important;
}

.pd-l-2-force {
  padding-left: 2px !important;
}

.pd-3 {
  padding: 3px;
}

.pd-3-force {
  padding: 3px !important;
}

.pd-y-3 {
  padding-top: 3px;
  padding-bottom: 3px;
}

.pd-y-3-force {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.pd-x-3 {
  padding-left: 3px;
  padding-right: 3px;
}

.pd-x-3-force {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.pd-t-3 {
  padding-top: 3px;
}

.pd-r-3 {
  padding-right: 3px;
}

.pd-b-3 {
  padding-bottom: 3px;
}

.pd-l-3 {
  padding-left: 3px;
}

.pd-t-3-force {
  padding-top: 3px !important;
}

.pd-r-3-force {
  padding-right: 3px !important;
}

.pd-b-3-force {
  padding-bottom: 3px !important;
}

.pd-l-3-force {
  padding-left: 3px !important;
}

.pd-4 {
  padding: 4px;
}

.pd-4-force {
  padding: 4px !important;
}

.pd-y-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.pd-y-4-force {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.pd-x-4 {
  padding-left: 4px;
  padding-right: 4px;
}

.pd-x-4-force {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.pd-t-4 {
  padding-top: 4px;
}

.pd-r-4 {
  padding-right: 4px;
}

.pd-b-4 {
  padding-bottom: 4px;
}

.pd-l-4 {
  padding-left: 4px;
}

.pd-t-4-force {
  padding-top: 4px !important;
}

.pd-r-4-force {
  padding-right: 4px !important;
}

.pd-b-4-force {
  padding-bottom: 4px !important;
}

.pd-l-4-force {
  padding-left: 4px !important;
}

.pd-5 {
  padding: 5px;
}

.pd-5-force {
  padding: 5px !important;
}

.pd-y-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pd-y-5-force {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.pd-x-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.pd-x-5-force {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.pd-t-5 {
  padding-top: 5px;
}

.pd-r-5 {
  padding-right: 5px;
}

.pd-b-5 {
  padding-bottom: 5px;
}

.pd-l-5 {
  padding-left: 5px;
}

.pd-t-5-force {
  padding-top: 5px !important;
}

.pd-r-5-force {
  padding-right: 5px !important;
}

.pd-b-5-force {
  padding-bottom: 5px !important;
}

.pd-l-5-force {
  padding-left: 5px !important;
}

.pd-6 {
  padding: 6px;
}

.pd-6-force {
  padding: 6px !important;
}

.pd-y-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.pd-y-6-force {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.pd-x-6 {
  padding-left: 6px;
  padding-right: 6px;
}

.pd-x-6-force {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.pd-t-6 {
  padding-top: 6px;
}

.pd-r-6 {
  padding-right: 6px;
}

.pd-b-6 {
  padding-bottom: 6px;
}

.pd-l-6 {
  padding-left: 6px;
}

.pd-t-6-force {
  padding-top: 6px !important;
}

.pd-r-6-force {
  padding-right: 6px !important;
}

.pd-b-6-force {
  padding-bottom: 6px !important;
}

.pd-l-6-force {
  padding-left: 6px !important;
}

.pd-7 {
  padding: 7px;
}

.pd-7-force {
  padding: 7px !important;
}

.pd-y-7 {
  padding-top: 7px;
  padding-bottom: 7px;
}

.pd-y-7-force {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.pd-x-7 {
  padding-left: 7px;
  padding-right: 7px;
}

.pd-x-7-force {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.pd-t-7 {
  padding-top: 7px;
}

.pd-r-7 {
  padding-right: 7px;
}

.pd-b-7 {
  padding-bottom: 7px;
}

.pd-l-7 {
  padding-left: 7px;
}

.pd-t-7-force {
  padding-top: 7px !important;
}

.pd-r-7-force {
  padding-right: 7px !important;
}

.pd-b-7-force {
  padding-bottom: 7px !important;
}

.pd-l-7-force {
  padding-left: 7px !important;
}

.pd-8 {
  padding: 8px;
}

.pd-8-force {
  padding: 8px !important;
}

.pd-y-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.pd-y-8-force {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.pd-x-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.pd-x-8-force {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.pd-t-8 {
  padding-top: 8px;
}

.pd-r-8 {
  padding-right: 8px;
}

.pd-b-8 {
  padding-bottom: 8px;
}

.pd-l-8 {
  padding-left: 8px;
}

.pd-t-8-force {
  padding-top: 8px !important;
}

.pd-r-8-force {
  padding-right: 8px !important;
}

.pd-b-8-force {
  padding-bottom: 8px !important;
}

.pd-l-8-force {
  padding-left: 8px !important;
}

.pd-9 {
  padding: 9px;
}

.pd-9-force {
  padding: 9px !important;
}

.pd-y-9 {
  padding-top: 9px;
  padding-bottom: 9px;
}

.pd-y-9-force {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

.pd-x-9 {
  padding-left: 9px;
  padding-right: 9px;
}

.pd-x-9-force {
  padding-left: 9px !important;
  padding-right: 9px !important;
}

.pd-t-9 {
  padding-top: 9px;
}

.pd-r-9 {
  padding-right: 9px;
}

.pd-b-9 {
  padding-bottom: 9px;
}

.pd-l-9 {
  padding-left: 9px;
}

.pd-t-9-force {
  padding-top: 9px !important;
}

.pd-r-9-force {
  padding-right: 9px !important;
}

.pd-b-9-force {
  padding-bottom: 9px !important;
}

.pd-l-9-force {
  padding-left: 9px !important;
}

.pd-10 {
  padding: 10px;
}

.pd-10-force {
  padding: 10px !important;
}

.pd-y-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pd-y-10-force {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pd-x-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pd-x-10-force {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pd-t-10 {
  padding-top: 10px;
}

.pd-r-10 {
  padding-right: 10px;
}

.pd-b-10 {
  padding-bottom: 10px;
}

.pd-l-10 {
  padding-left: 10px;
}

.pd-t-10-force {
  padding-top: 10px !important;
}

.pd-r-10-force {
  padding-right: 10px !important;
}

.pd-b-10-force {
  padding-bottom: 10px !important;
}

.pd-l-10-force {
  padding-left: 10px !important;
}

.pd-15 {
  padding: 15px;
}

.pd-15-force {
  padding: 15px !important;
}

.pd-y-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pd-y-15-force {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.pd-x-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.pd-x-15-force {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pd-t-15 {
  padding-top: 15px;
}

.pd-r-15 {
  padding-right: 15px;
}

.pd-b-15 {
  padding-bottom: 15px;
}

.pd-l-15 {
  padding-left: 15px;
}

.pd-t-15-force {
  padding-top: 15px !important;
}

.pd-r-15-force {
  padding-right: 15px !important;
}

.pd-b-15-force {
  padding-bottom: 15px !important;
}

.pd-l-15-force {
  padding-left: 15px !important;
}

.pd-20 {
  padding: 20px;
}

.pd-20-force {
  padding: 20px !important;
}

.pd-y-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pd-y-20-force {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pd-x-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.pd-x-20-force {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pd-t-20 {
  padding-top: 20px;
}

.pd-r-20 {
  padding-right: 20px;
}

.pd-b-20 {
  padding-bottom: 20px;
}

.pd-l-20 {
  padding-left: 20px;
}

.pd-t-20-force {
  padding-top: 20px !important;
}

.pd-r-20-force {
  padding-right: 20px !important;
}

.pd-b-20-force {
  padding-bottom: 20px !important;
}

.pd-l-20-force {
  padding-left: 20px !important;
}

.pd-25 {
  padding: 25px;
}

.pd-25-force {
  padding: 25px !important;
}

.pd-y-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pd-y-25-force {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.pd-x-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.pd-x-25-force {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.pd-t-25 {
  padding-top: 25px;
}

.pd-r-25 {
  padding-right: 25px;
}

.pd-b-25 {
  padding-bottom: 25px;
}

.pd-l-25 {
  padding-left: 25px;
}

.pd-t-25-force {
  padding-top: 25px !important;
}

.pd-r-25-force {
  padding-right: 25px !important;
}

.pd-b-25-force {
  padding-bottom: 25px !important;
}

.pd-l-25-force {
  padding-left: 25px !important;
}

.pd-30 {
  padding: 30px;
}

.pd-30-force {
  padding: 30px !important;
}

.pd-y-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pd-y-30-force {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pd-x-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.pd-x-30-force {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.pd-t-30 {
  padding-top: 30px;
}

.pd-r-30 {
  padding-right: 30px;
}

.pd-b-30 {
  padding-bottom: 30px;
}

.pd-l-30 {
  padding-left: 30px;
}

.pd-t-30-force {
  padding-top: 30px !important;
}

.pd-r-30-force {
  padding-right: 30px !important;
}

.pd-b-30-force {
  padding-bottom: 30px !important;
}

.pd-l-30-force {
  padding-left: 30px !important;
}

.pd-35 {
  padding: 35px;
}

.pd-35-force {
  padding: 35px !important;
}

.pd-y-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.pd-y-35-force {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.pd-x-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.pd-x-35-force {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.pd-t-35 {
  padding-top: 35px;
}

.pd-r-35 {
  padding-right: 35px;
}

.pd-b-35 {
  padding-bottom: 35px;
}

.pd-l-35 {
  padding-left: 35px;
}

.pd-t-35-force {
  padding-top: 35px !important;
}

.pd-r-35-force {
  padding-right: 35px !important;
}

.pd-b-35-force {
  padding-bottom: 35px !important;
}

.pd-l-35-force {
  padding-left: 35px !important;
}

.pd-40 {
  padding: 40px;
}

.pd-40-force {
  padding: 40px !important;
}

.pd-y-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pd-y-40-force {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pd-x-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.pd-x-40-force {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.pd-t-40 {
  padding-top: 40px;
}

.pd-r-40 {
  padding-right: 40px;
}

.pd-b-40 {
  padding-bottom: 40px;
}

.pd-l-40 {
  padding-left: 40px;
}

.pd-t-40-force {
  padding-top: 40px !important;
}

.pd-r-40-force {
  padding-right: 40px !important;
}

.pd-b-40-force {
  padding-bottom: 40px !important;
}

.pd-l-40-force {
  padding-left: 40px !important;
}

.pd-45 {
  padding: 45px;
}

.pd-45-force {
  padding: 45px !important;
}

.pd-y-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.pd-y-45-force {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.pd-x-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.pd-x-45-force {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.pd-t-45 {
  padding-top: 45px;
}

.pd-r-45 {
  padding-right: 45px;
}

.pd-b-45 {
  padding-bottom: 45px;
}

.pd-l-45 {
  padding-left: 45px;
}

.pd-t-45-force {
  padding-top: 45px !important;
}

.pd-r-45-force {
  padding-right: 45px !important;
}

.pd-b-45-force {
  padding-bottom: 45px !important;
}

.pd-l-45-force {
  padding-left: 45px !important;
}

.pd-50 {
  padding: 50px;
}

.pd-50-force {
  padding: 50px !important;
}

.pd-y-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pd-y-50-force {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.pd-x-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.pd-x-50-force {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.pd-t-50 {
  padding-top: 50px;
}

.pd-r-50 {
  padding-right: 50px;
}

.pd-b-50 {
  padding-bottom: 50px;
}

.pd-l-50 {
  padding-left: 50px;
}

.pd-t-50-force {
  padding-top: 50px !important;
}

.pd-r-50-force {
  padding-right: 50px !important;
}

.pd-b-50-force {
  padding-bottom: 50px !important;
}

.pd-l-50-force {
  padding-left: 50px !important;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px;
}

.card.card-not-border {
    border: unset;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(3px - 1px) calc(3px - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(3px - 1px) calc(3px - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card.card-not-border .card-header {
	border: 1px solid rgba(0, 0, 0, 0.125);
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(3px - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(3px - 1px);
  border-top-right-radius: calc(3px - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(3px - 1px);
  border-bottom-left-radius: calc(3px - 1px);
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group .card {
    flex: 1 0 0%;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
/* ---------------------------------------------- */
/* ############### 6.9 Typography ############### */
/* ---------------------------------------------- */
.tx-black {
  font-weight: 900;
}

.tx-bold {
  font-weight: 700;
}

.tx-semibold {
  font-weight: 600;
}

.tx-medium {
  font-weight: 500;
}

.tx-normal {
  font-weight: 400;
}

.tx-light {
  font-weight: 300;
}

.tx-thin {
  font-weight: 200;
}

.tx-xthin {
  font-weight: 100;
}

.tx-poppins {
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
}

.tx-roboto {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
}

.tx-hind {
  font-family: "Hind", "Helvetica Neue", Arial, sans-serif;
}

.tx-firasans {
  font-family: "Fira Sans", "Helvetica Neue", Arial, sans-serif;
}

.tx-source {
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
}

.tx-mont {
  font-family: "Montserrat", "Fira Sans", "Helvetica Neue", Arial, sans-serif;
}

.tx-lato {
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
}

.tx-sserif {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.tx-barcode {
  font-family: "Libre Barcode 39 Extended Text", cursive;
}

.tx-white {
  color: #fff;
}

.tx-black {
  color: #000;
}

.tx-primary {
  color: #0866C6;
}

.tx-success {
  color: #23BF08;
}

.tx-warning {
  color: #F49917;
}

.tx-danger {
  color: #dc3545;
}

.tx-info {
  color: #17a2b8;
}

.tx-inverse {
  color: #343a40;
}

.tx-teal {
  color: #00b297;
}

.tx-dark {
  color: #343a40;
}

.tx-indigo {
  color: #6610f2;
}

.tx-purple {
  color: #6f42c1;
}

.tx-orange {
  color: #f27510;
}

.tx-pink {
  color: #e83e8c;
}

.tx-gray-100 {
  color: #f8f9fa;
}

.tx-gray-200 {
  color: #e9ecef;
}

.tx-gray-300 {
  color: #dee2e6;
}

.tx-gray-400 {
  color: #ced4da;
}

.tx-gray-500 {
  color: #adb5bd;
}

.tx-gray-600 {
  color: #868e96;
}

.tx-gray-700 {
  color: #495057;
}

.tx-gray-800 {
  color: #343a40;
}

.tx-gray-900 {
  color: #212529;
}

.tx-br-primary {
  color: #1D2939;
}

.tx-white-2 {
  color: rgba(255, 255, 255, 0.2);
}

.tx-white-3 {
  color: rgba(255, 255, 255, 0.3);
}

.tx-white-4 {
  color: rgba(255, 255, 255, 0.4);
}

.tx-white-5 {
  color: rgba(255, 255, 255, 0.5);
}

.tx-white-6 {
  color: rgba(255, 255, 255, 0.6);
}

.tx-white-7 {
  color: rgba(255, 255, 255, 0.7);
}

.tx-white-8 {
  color: rgba(255, 255, 255, 0.8);
}

.tx-spacing-1 {
  letter-spacing: 0.5px;
}

.tx-spacing-2 {
  letter-spacing: 1px;
}

.tx-spacing-3 {
  letter-spacing: 1.5px;
}

.tx-spacing-4 {
  letter-spacing: 2px;
}

.tx-spacing-5 {
  letter-spacing: 2.5px;
}

.tx-spacing-6 {
  letter-spacing: 3px;
}

.tx-spacing-7 {
  letter-spacign: 3.5px;
}

.tx-spacing-8 {
  letter-spacing: 4px;
}

.tx-spacing--1 {
  letter-spacing: -0.5px;
}

.tx-spacing--2 {
  letter-spacing: -1px;
}

.tx-spacing--3 {
  letter-spacing: -1.5px;
}

.tx-spacing--4 {
  letter-spacing: -2px;
}

.tx-spacing--5 {
  letter-spacing: -2.5px;
}

.tx-spacing--6 {
  letter-spacing: -3px;
}

.tx-spacing--7 {
  letter-spacing: -3.5px;
}

.tx-spacing--8 {
  letter-spacing: -4px;
}

.tx-uppercase {
  text-transform: uppercase;
}

.tx-lowercase {
  text-transform: lowercase;
}

.tx-transform-none {
  text-transform: none;
}

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

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

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

.tx-center-force {
  text-align: center !important;
}

.tx-right-force {
  text-align: right !important;
}

.tx-left-force {
  text-align: left !important;
}

.tx-italic {
  font-style: italic;
}

.tx-style-normal {
  font-style: normal;
}

.lh-base {
  line-height: 1.5;
}

.lh-normal {
  line-height: normal;
}

.lh-0 {
  line-height: 0;
}

.lh-1 {
  line-height: 1.1;
}

.lh-2 {
  line-height: 1.2;
}

.lh-3 {
  line-height: 1.3;
}

.lh-4 {
  line-height: 1.4;
}

.lh-5 {
  line-height: 1.5;
}

.lh-6 {
  line-height: 1.6;
}

.lh-7 {
  line-height: 1.7;
}

.lh-8 {
  line-height: 1.8;
}

.lh-9 {
  line-height: 1.9;
}

.lh-10 {
  line-height: 2.0;
}

.lh-11 {
  line-height: 2.1;
}

.lh-12 {
  line-height: 2.2;
}

.lh-13 {
  line-height: 2.3;
}

.lh-14 {
  line-height: 2.4;
}

.lh-15 {
  line-height: 2.5;
}

.valign-top {
  vertical-align: top;
}

.valign-middle {
  vertical-align: middle;
}

.valign-bottom {
  vertical-align: baseline;
}

.valign-top-force {
  vertical-align: top !important;
}

.valign-middle-force {
  vertical-align: middle !important;
}

.valign-bottom-force {
  vertical-align: baseline !important;
}

.tx-8 {
  font-size: 8px;
}

.tx-8-force {
  font-size: 8px !important;
}

.tx-9 {
  font-size: 9px;
}

.tx-9-force {
  font-size: 9px !important;
}

.tx-10 {
  font-size: 10px;
}

.tx-10-force {
  font-size: 10px !important;
}

.tx-11 {
  font-size: 11px;
}

.tx-11-force {
  font-size: 11px !important;
}

.tx-12 {
  font-size: 12px;
}

.tx-12-force {
  font-size: 12px !important;
}

.tx-13 {
  font-size: 13px;
}

.tx-13-force {
  font-size: 13px !important;
}

.tx-14 {
  font-size: 14px;
}

.tx-14-force {
  font-size: 14px !important;
}

.tx-15 {
  font-size: 15px;
}

.tx-15-force {
  font-size: 15px !important;
}

.tx-16 {
  font-size: 16px;
}

.tx-16-force {
  font-size: 16px !important;
}

.tx-18 {
  font-size: 18px;
}

.tx-18-force {
  font-size: 18px !important;
}

.tx-20 {
  font-size: 20px;
}

.tx-20-force {
  font-size: 20px !important;
}

.tx-22 {
  font-size: 22px;
}

.tx-22-force {
  font-size: 22px !important;
}

.tx-24 {
  font-size: 24px;
}

.tx-24-force {
  font-size: 24px !important;
}

.tx-26 {
  font-size: 26px;
}

.tx-26-force {
  font-size: 26px !important;
}

.tx-28 {
  font-size: 28px;
}

.tx-28-force {
  font-size: 28px !important;
}

.tx-30 {
  font-size: 30px;
}

.tx-30-force {
  font-size: 30px !important;
}

.tx-32 {
  font-size: 32px;
}

.tx-32-force {
  font-size: 32px !important;
}

.tx-34 {
  font-size: 34px;
}

.tx-34-force {
  font-size: 34px !important;
}

.tx-36 {
  font-size: 36px;
}

.tx-36-force {
  font-size: 36px !important;
}

.tx-38 {
  font-size: 38px;
}

.tx-38-force {
  font-size: 38px !important;
}

.tx-40 {
  font-size: 40px;
}

.tx-40-force {
  font-size: 40px !important;
}

.tx-42 {
  font-size: 42px;
}

.tx-42-force {
  font-size: 42px !important;
}

.tx-44 {
  font-size: 44px;
}

.tx-44-force {
  font-size: 44px !important;
}

.tx-46 {
  font-size: 46px;
}

.tx-46-force {
  font-size: 46px !important;
}

.tx-48 {
  font-size: 48px;
}

.tx-48-force {
  font-size: 48px !important;
}

.tx-50 {
  font-size: 50px;
}

.tx-50-force {
  font-size: 50px !important;
}

.tx-52 {
  font-size: 52px;
}

.tx-52-force {
  font-size: 52px !important;
}

.tx-54 {
  font-size: 54px;
}

.tx-54-force {
  font-size: 54px !important;
}

.tx-56 {
  font-size: 56px;
}

.tx-56-force {
  font-size: 56px !important;
}

.tx-58 {
  font-size: 58px;
}

.tx-58-force {
  font-size: 58px !important;
}

.tx-60 {
  font-size: 60px;
}

.tx-60-force {
  font-size: 60px !important;
}

.tx-62 {
  font-size: 62px;
}

.tx-62-force {
  font-size: 62px !important;
}

.tx-64 {
  font-size: 64px;
}

.tx-64-force {
  font-size: 64px !important;
}

.tx-66 {
  font-size: 66px;
}

.tx-66-force {
  font-size: 66px !important;
}

.tx-68 {
  font-size: 68px;
}

.tx-68-force {
  font-size: 68px !important;
}

.tx-70 {
  font-size: 70px;
}

.tx-70-force {
  font-size: 70px !important;
}

.tx-72 {
  font-size: 72px;
}

.tx-72-force {
  font-size: 72px !important;
}

.tx-74 {
  font-size: 74px;
}

.tx-74-force {
  font-size: 74px !important;
}

.tx-76 {
  font-size: 76px;
}

.tx-76-force {
  font-size: 76px !important;
}

.tx-78 {
  font-size: 78px;
}

.tx-78-force {
  font-size: 78px !important;
}

.tx-80 {
  font-size: 80px;
}

.tx-80-force {
  font-size: 80px !important;
}

.tx-82 {
  font-size: 82px;
}

.tx-82-force {
  font-size: 82px !important;
}

.tx-84 {
  font-size: 84px;
}

.tx-84-force {
  font-size: 84px !important;
}

.tx-86 {
  font-size: 86px;
}

.tx-86-force {
  font-size: 86px !important;
}

.tx-88 {
  font-size: 88px;
}

.tx-88-force {
  font-size: 88px !important;
}

.tx-90 {
  font-size: 90px;
}

.tx-90-force {
  font-size: 90px !important;
}

.tx-92 {
  font-size: 92px;
}

.tx-92-force {
  font-size: 92px !important;
}

.tx-94 {
  font-size: 94px;
}

.tx-94-force {
  font-size: 94px !important;
}

.tx-96 {
  font-size: 96px;
}

.tx-96-force {
  font-size: 96px !important;
}

.tx-98 {
  font-size: 98px;
}

.tx-98-force {
  font-size: 98px !important;
}

.tx-100 {
  font-size: 100px;
}

.tx-100-force {
  font-size: 100px !important;
}

.tx-102 {
  font-size: 102px;
}

.tx-102-force {
  font-size: 102px !important;
}

.tx-104 {
  font-size: 104px;
}

.tx-104-force {
  font-size: 104px !important;
}

.tx-106 {
  font-size: 106px;
}

.tx-106-force {
  font-size: 106px !important;
}

.tx-108 {
  font-size: 108px;
}

.tx-108-force {
  font-size: 108px !important;
}

.tx-110 {
  font-size: 110px;
}

.tx-110-force {
  font-size: 110px !important;
}

.tx-112 {
  font-size: 112px;
}

.tx-112-force {
  font-size: 112px !important;
}

.tx-114 {
  font-size: 114px;
}

.tx-114-force {
  font-size: 114px !important;
}

.tx-116 {
  font-size: 116px;
}

.tx-116-force {
  font-size: 116px !important;
}

.tx-118 {
  font-size: 118px;
}

.tx-118-force {
  font-size: 118px !important;
}

.tx-120 {
  font-size: 120px;
}

.tx-120-force {
  font-size: 120px !important;
}

.tx-122 {
  font-size: 122px;
}

.tx-122-force {
  font-size: 122px !important;
}

.tx-124 {
  font-size: 124px;
}

.tx-124-force {
  font-size: 124px !important;
}

.tx-126 {
  font-size: 126px;
}

.tx-126-force {
  font-size: 126px !important;
}

.tx-128 {
  font-size: 128px;
}

.tx-128-force {
  font-size: 128px !important;
}

.tx-130 {
  font-size: 130px;
}

.tx-130-force {
  font-size: 130px !important;
}

.tx-132 {
  font-size: 132px;
}

.tx-132-force {
  font-size: 132px !important;
}

.tx-134 {
  font-size: 134px;
}

.tx-134-force {
  font-size: 134px !important;
}

.tx-136 {
  font-size: 136px;
}

.tx-136-force {
  font-size: 136px !important;
}

.tx-138 {
  font-size: 138px;
}

.tx-138-force {
  font-size: 138px !important;
}

.tx-140 {
  font-size: 140px;
}

.tx-140-force {
  font-size: 140px !important;
}

@media (min-width: 480px) {
  .tx-xs-8 {
    font-size: 8px;
  }

  .tx-xs-8-force {
    font-size: 8px !important;
  }

  .tx-xs-9 {
    font-size: 9px;
  }

  .tx-xs-9-force {
    font-size: 9px !important;
  }

  .tx-xs-10 {
    font-size: 10px;
  }

  .tx-xs-10-force {
    font-size: 10px !important;
  }

  .tx-xs-11 {
    font-size: 11px;
  }

  .tx-xs-11-force {
    font-size: 11px !important;
  }

  .tx-xs-12 {
    font-size: 12px;
  }

  .tx-xs-12-force {
    font-size: 12px !important;
  }

  .tx-xs-13 {
    font-size: 13px;
  }

  .tx-xs-13-force {
    font-size: 13px !important;
  }

  .tx-xs-14 {
    font-size: 14px;
  }

  .tx-xs-14-force {
    font-size: 14px !important;
  }

  .tx-xs-15 {
    font-size: 15px;
  }

  .tx-xs-15-force {
    font-size: 15px !important;
  }

  .tx-xs-16 {
    font-size: 16px;
  }

  .tx-xs-16-force {
    font-size: 16px !important;
  }

  .tx-xs-18 {
    font-size: 18px;
  }

  .tx-xs-18-force {
    font-size: 18px !important;
  }

  .tx-xs-20 {
    font-size: 20px;
  }

  .tx-xs-20-force {
    font-size: 20px !important;
  }

  .tx-xs-22 {
    font-size: 22px;
  }

  .tx-xs-22-force {
    font-size: 22px !important;
  }

  .tx-xs-24 {
    font-size: 24px;
  }

  .tx-xs-24-force {
    font-size: 24px !important;
  }

  .tx-xs-26 {
    font-size: 26px;
  }

  .tx-xs-26-force {
    font-size: 26px !important;
  }

  .tx-xs-28 {
    font-size: 28px;
  }

  .tx-xs-28-force {
    font-size: 28px !important;
  }

  .tx-xs-30 {
    font-size: 30px;
  }

  .tx-xs-30-force {
    font-size: 30px !important;
  }

  .tx-xs-32 {
    font-size: 32px;
  }

  .tx-xs-32-force {
    font-size: 32px !important;
  }

  .tx-xs-34 {
    font-size: 34px;
  }

  .tx-xs-34-force {
    font-size: 34px !important;
  }

  .tx-xs-36 {
    font-size: 36px;
  }

  .tx-xs-36-force {
    font-size: 36px !important;
  }

  .tx-xs-38 {
    font-size: 38px;
  }

  .tx-xs-38-force {
    font-size: 38px !important;
  }

  .tx-xs-40 {
    font-size: 40px;
  }

  .tx-xs-40-force {
    font-size: 40px !important;
  }

  .tx-xs-42 {
    font-size: 42px;
  }

  .tx-xs-42-force {
    font-size: 42px !important;
  }

  .tx-xs-44 {
    font-size: 44px;
  }

  .tx-xs-44-force {
    font-size: 44px !important;
  }

  .tx-xs-46 {
    font-size: 46px;
  }

  .tx-xs-46-force {
    font-size: 46px !important;
  }

  .tx-xs-48 {
    font-size: 48px;
  }

  .tx-xs-48-force {
    font-size: 48px !important;
  }

  .tx-xs-50 {
    font-size: 50px;
  }

  .tx-xs-50-force {
    font-size: 50px !important;
  }

  .tx-xs-52 {
    font-size: 52px;
  }

  .tx-xs-52-force {
    font-size: 52px !important;
  }

  .tx-xs-54 {
    font-size: 54px;
  }

  .tx-xs-54-force {
    font-size: 54px !important;
  }

  .tx-xs-56 {
    font-size: 56px;
  }

  .tx-xs-56-force {
    font-size: 56px !important;
  }

  .tx-xs-58 {
    font-size: 58px;
  }

  .tx-xs-58-force {
    font-size: 58px !important;
  }

  .tx-xs-60 {
    font-size: 60px;
  }

  .tx-xs-60-force {
    font-size: 60px !important;
  }

  .tx-xs-62 {
    font-size: 62px;
  }

  .tx-xs-62-force {
    font-size: 62px !important;
  }

  .tx-xs-64 {
    font-size: 64px;
  }

  .tx-xs-64-force {
    font-size: 64px !important;
  }

  .tx-xs-66 {
    font-size: 66px;
  }

  .tx-xs-66-force {
    font-size: 66px !important;
  }

  .tx-xs-68 {
    font-size: 68px;
  }

  .tx-xs-68-force {
    font-size: 68px !important;
  }

  .tx-xs-70 {
    font-size: 70px;
  }

  .tx-xs-70-force {
    font-size: 70px !important;
  }

  .tx-xs-72 {
    font-size: 72px;
  }

  .tx-xs-72-force {
    font-size: 72px !important;
  }

  .tx-xs-74 {
    font-size: 74px;
  }

  .tx-xs-74-force {
    font-size: 74px !important;
  }

  .tx-xs-76 {
    font-size: 76px;
  }

  .tx-xs-76-force {
    font-size: 76px !important;
  }

  .tx-xs-78 {
    font-size: 78px;
  }

  .tx-xs-78-force {
    font-size: 78px !important;
  }

  .tx-xs-80 {
    font-size: 80px;
  }

  .tx-xs-80-force {
    font-size: 80px !important;
  }

  .tx-xs-82 {
    font-size: 82px;
  }

  .tx-xs-82-force {
    font-size: 82px !important;
  }

  .tx-xs-84 {
    font-size: 84px;
  }

  .tx-xs-84-force {
    font-size: 84px !important;
  }

  .tx-xs-86 {
    font-size: 86px;
  }

  .tx-xs-86-force {
    font-size: 86px !important;
  }

  .tx-xs-88 {
    font-size: 88px;
  }

  .tx-xs-88-force {
    font-size: 88px !important;
  }

  .tx-xs-90 {
    font-size: 90px;
  }

  .tx-xs-90-force {
    font-size: 90px !important;
  }

  .tx-xs-92 {
    font-size: 92px;
  }

  .tx-xs-92-force {
    font-size: 92px !important;
  }

  .tx-xs-94 {
    font-size: 94px;
  }

  .tx-xs-94-force {
    font-size: 94px !important;
  }

  .tx-xs-96 {
    font-size: 96px;
  }

  .tx-xs-96-force {
    font-size: 96px !important;
  }

  .tx-xs-98 {
    font-size: 98px;
  }

  .tx-xs-98-force {
    font-size: 98px !important;
  }

  .tx-xs-100 {
    font-size: 100px;
  }

  .tx-xs-100-force {
    font-size: 100px !important;
  }

  .tx-xs-102 {
    font-size: 102px;
  }

  .tx-xs-102-force {
    font-size: 102px !important;
  }

  .tx-xs-104 {
    font-size: 104px;
  }

  .tx-xs-104-force {
    font-size: 104px !important;
  }

  .tx-xs-106 {
    font-size: 106px;
  }

  .tx-xs-106-force {
    font-size: 106px !important;
  }

  .tx-xs-108 {
    font-size: 108px;
  }

  .tx-xs-108-force {
    font-size: 108px !important;
  }

  .tx-xs-110 {
    font-size: 110px;
  }

  .tx-xs-110-force {
    font-size: 110px !important;
  }

  .tx-xs-112 {
    font-size: 112px;
  }

  .tx-xs-112-force {
    font-size: 112px !important;
  }

  .tx-xs-114 {
    font-size: 114px;
  }

  .tx-xs-114-force {
    font-size: 114px !important;
  }

  .tx-xs-116 {
    font-size: 116px;
  }

  .tx-xs-116-force {
    font-size: 116px !important;
  }

  .tx-xs-118 {
    font-size: 118px;
  }

  .tx-xs-118-force {
    font-size: 118px !important;
  }

  .tx-xs-120 {
    font-size: 120px;
  }

  .tx-xs-120-force {
    font-size: 120px !important;
  }

  .tx-xs-122 {
    font-size: 122px;
  }

  .tx-xs-122-force {
    font-size: 122px !important;
  }

  .tx-xs-124 {
    font-size: 124px;
  }

  .tx-xs-124-force {
    font-size: 124px !important;
  }

  .tx-xs-126 {
    font-size: 126px;
  }

  .tx-xs-126-force {
    font-size: 126px !important;
  }

  .tx-xs-128 {
    font-size: 128px;
  }

  .tx-xs-128-force {
    font-size: 128px !important;
  }

  .tx-xs-130 {
    font-size: 130px;
  }

  .tx-xs-130-force {
    font-size: 130px !important;
  }

  .tx-xs-132 {
    font-size: 132px;
  }

  .tx-xs-132-force {
    font-size: 132px !important;
  }

  .tx-xs-134 {
    font-size: 134px;
  }

  .tx-xs-134-force {
    font-size: 134px !important;
  }

  .tx-xs-136 {
    font-size: 136px;
  }

  .tx-xs-136-force {
    font-size: 136px !important;
  }

  .tx-xs-138 {
    font-size: 138px;
  }

  .tx-xs-138-force {
    font-size: 138px !important;
  }

  .tx-xs-140 {
    font-size: 140px;
  }

  .tx-xs-140-force {
    font-size: 140px !important;
  }

  .tx-xs-bold {
    font-weight: 700;
  }

  .tx-xs-semibold {
    font-weight: 600;
  }

  .tx-xs-medium {
    font-weight: 500;
  }

  .tx-xs-normal {
    font-weight: 400;
  }

  .tx-xs-light {
    font-weight: 300;
  }

  .tx-xs-thin {
    font-weight: 200;
  }

  .tx-xs-xthin {
    font-weight: 100;
  }

  .lh-xs-0 {
    line-height: 0;
  }

  .lh-xs-1 {
    line-height: 1.1;
  }

  .lh-xs-2 {
    line-height: 1.2;
  }

  .lh-xs-3 {
    line-height: 1.3;
  }

  .lh-xs-4 {
    line-height: 1.4;
  }

  .lh-xs-5 {
    line-height: 1.5;
  }

  .lh-xs-6 {
    line-height: 1.6;
  }

  .lh-xs-7 {
    line-height: 1.7;
  }

  .lh-xs-8 {
    line-height: 1.8;
  }

  .lh-xs-9 {
    line-height: 1.9;
  }

  .lh-xs-10 {
    line-height: 2.0;
  }

  .lh-xs-11 {
    line-height: 2.1;
  }

  .lh-xs-12 {
    line-height: 2.2;
  }

  .lh-xs-13 {
    line-height: 2.3;
  }

  .lh-xs-14 {
    line-height: 2.4;
  }

  .lh-xs-15 {
    line-height: 2.5;
  }

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

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

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

  .tx-xs-center-force {
    text-align: center !important;
  }

  .tx-xs-right-force {
    text-align: right !important;
  }

  .tx-xs-left-force {
    text-align: left !important;
  }
}
@media (min-width: 576px) {
  .tx-sm-8 {
    font-size: 8px;
  }

  .tx-sm-8-force {
    font-size: 8px !important;
  }

  .tx-sm-9 {
    font-size: 9px;
  }

  .tx-sm-9-force {
    font-size: 9px !important;
  }

  .tx-sm-10 {
    font-size: 10px;
  }

  .tx-sm-10-force {
    font-size: 10px !important;
  }

  .tx-sm-11 {
    font-size: 11px;
  }

  .tx-sm-11-force {
    font-size: 11px !important;
  }

  .tx-sm-12 {
    font-size: 12px;
  }

  .tx-sm-12-force {
    font-size: 12px !important;
  }

  .tx-sm-13 {
    font-size: 13px;
  }

  .tx-sm-13-force {
    font-size: 13px !important;
  }

  .tx-sm-14 {
    font-size: 14px;
  }

  .tx-sm-14-force {
    font-size: 14px !important;
  }

  .tx-sm-15 {
    font-size: 15px;
  }

  .tx-sm-15-force {
    font-size: 15px !important;
  }

  .tx-sm-16 {
    font-size: 16px;
  }

  .tx-sm-16-force {
    font-size: 16px !important;
  }

  .tx-sm-18 {
    font-size: 18px;
  }

  .tx-sm-18-force {
    font-size: 18px !important;
  }

  .tx-sm-20 {
    font-size: 20px;
  }

  .tx-sm-20-force {
    font-size: 20px !important;
  }

  .tx-sm-22 {
    font-size: 22px;
  }

  .tx-sm-22-force {
    font-size: 22px !important;
  }

  .tx-sm-24 {
    font-size: 24px;
  }

  .tx-sm-24-force {
    font-size: 24px !important;
  }

  .tx-sm-26 {
    font-size: 26px;
  }

  .tx-sm-26-force {
    font-size: 26px !important;
  }

  .tx-sm-28 {
    font-size: 28px;
  }

  .tx-sm-28-force {
    font-size: 28px !important;
  }

  .tx-sm-30 {
    font-size: 30px;
  }

  .tx-sm-30-force {
    font-size: 30px !important;
  }

  .tx-sm-32 {
    font-size: 32px;
  }

  .tx-sm-32-force {
    font-size: 32px !important;
  }

  .tx-sm-34 {
    font-size: 34px;
  }

  .tx-sm-34-force {
    font-size: 34px !important;
  }

  .tx-sm-36 {
    font-size: 36px;
  }

  .tx-sm-36-force {
    font-size: 36px !important;
  }

  .tx-sm-38 {
    font-size: 38px;
  }

  .tx-sm-38-force {
    font-size: 38px !important;
  }

  .tx-sm-40 {
    font-size: 40px;
  }

  .tx-sm-40-force {
    font-size: 40px !important;
  }

  .tx-sm-42 {
    font-size: 42px;
  }

  .tx-sm-42-force {
    font-size: 42px !important;
  }

  .tx-sm-44 {
    font-size: 44px;
  }

  .tx-sm-44-force {
    font-size: 44px !important;
  }

  .tx-sm-46 {
    font-size: 46px;
  }

  .tx-sm-46-force {
    font-size: 46px !important;
  }

  .tx-sm-48 {
    font-size: 48px;
  }

  .tx-sm-48-force {
    font-size: 48px !important;
  }

  .tx-sm-50 {
    font-size: 50px;
  }

  .tx-sm-50-force {
    font-size: 50px !important;
  }

  .tx-sm-52 {
    font-size: 52px;
  }

  .tx-sm-52-force {
    font-size: 52px !important;
  }

  .tx-sm-54 {
    font-size: 54px;
  }

  .tx-sm-54-force {
    font-size: 54px !important;
  }

  .tx-sm-56 {
    font-size: 56px;
  }

  .tx-sm-56-force {
    font-size: 56px !important;
  }

  .tx-sm-58 {
    font-size: 58px;
  }

  .tx-sm-58-force {
    font-size: 58px !important;
  }

  .tx-sm-60 {
    font-size: 60px;
  }

  .tx-sm-60-force {
    font-size: 60px !important;
  }

  .tx-sm-62 {
    font-size: 62px;
  }

  .tx-sm-62-force {
    font-size: 62px !important;
  }

  .tx-sm-64 {
    font-size: 64px;
  }

  .tx-sm-64-force {
    font-size: 64px !important;
  }

  .tx-sm-66 {
    font-size: 66px;
  }

  .tx-sm-66-force {
    font-size: 66px !important;
  }

  .tx-sm-68 {
    font-size: 68px;
  }

  .tx-sm-68-force {
    font-size: 68px !important;
  }

  .tx-sm-70 {
    font-size: 70px;
  }

  .tx-sm-70-force {
    font-size: 70px !important;
  }

  .tx-sm-72 {
    font-size: 72px;
  }

  .tx-sm-72-force {
    font-size: 72px !important;
  }

  .tx-sm-74 {
    font-size: 74px;
  }

  .tx-sm-74-force {
    font-size: 74px !important;
  }

  .tx-sm-76 {
    font-size: 76px;
  }

  .tx-sm-76-force {
    font-size: 76px !important;
  }

  .tx-sm-78 {
    font-size: 78px;
  }

  .tx-sm-78-force {
    font-size: 78px !important;
  }

  .tx-sm-80 {
    font-size: 80px;
  }

  .tx-sm-80-force {
    font-size: 80px !important;
  }

  .tx-sm-82 {
    font-size: 82px;
  }

  .tx-sm-82-force {
    font-size: 82px !important;
  }

  .tx-sm-84 {
    font-size: 84px;
  }

  .tx-sm-84-force {
    font-size: 84px !important;
  }

  .tx-sm-86 {
    font-size: 86px;
  }

  .tx-sm-86-force {
    font-size: 86px !important;
  }

  .tx-sm-88 {
    font-size: 88px;
  }

  .tx-sm-88-force {
    font-size: 88px !important;
  }

  .tx-sm-90 {
    font-size: 90px;
  }

  .tx-sm-90-force {
    font-size: 90px !important;
  }

  .tx-sm-92 {
    font-size: 92px;
  }

  .tx-sm-92-force {
    font-size: 92px !important;
  }

  .tx-sm-94 {
    font-size: 94px;
  }

  .tx-sm-94-force {
    font-size: 94px !important;
  }

  .tx-sm-96 {
    font-size: 96px;
  }

  .tx-sm-96-force {
    font-size: 96px !important;
  }

  .tx-sm-98 {
    font-size: 98px;
  }

  .tx-sm-98-force {
    font-size: 98px !important;
  }

  .tx-sm-100 {
    font-size: 100px;
  }

  .tx-sm-100-force {
    font-size: 100px !important;
  }

  .tx-sm-102 {
    font-size: 102px;
  }

  .tx-sm-102-force {
    font-size: 102px !important;
  }

  .tx-sm-104 {
    font-size: 104px;
  }

  .tx-sm-104-force {
    font-size: 104px !important;
  }

  .tx-sm-106 {
    font-size: 106px;
  }

  .tx-sm-106-force {
    font-size: 106px !important;
  }

  .tx-sm-108 {
    font-size: 108px;
  }

  .tx-sm-108-force {
    font-size: 108px !important;
  }

  .tx-sm-110 {
    font-size: 110px;
  }

  .tx-sm-110-force {
    font-size: 110px !important;
  }

  .tx-sm-112 {
    font-size: 112px;
  }

  .tx-sm-112-force {
    font-size: 112px !important;
  }

  .tx-sm-114 {
    font-size: 114px;
  }

  .tx-sm-114-force {
    font-size: 114px !important;
  }

  .tx-sm-116 {
    font-size: 116px;
  }

  .tx-sm-116-force {
    font-size: 116px !important;
  }

  .tx-sm-118 {
    font-size: 118px;
  }

  .tx-sm-118-force {
    font-size: 118px !important;
  }

  .tx-sm-120 {
    font-size: 120px;
  }

  .tx-sm-120-force {
    font-size: 120px !important;
  }

  .tx-sm-122 {
    font-size: 122px;
  }

  .tx-sm-122-force {
    font-size: 122px !important;
  }

  .tx-sm-124 {
    font-size: 124px;
  }

  .tx-sm-124-force {
    font-size: 124px !important;
  }

  .tx-sm-126 {
    font-size: 126px;
  }

  .tx-sm-126-force {
    font-size: 126px !important;
  }

  .tx-sm-128 {
    font-size: 128px;
  }

  .tx-sm-128-force {
    font-size: 128px !important;
  }

  .tx-sm-130 {
    font-size: 130px;
  }

  .tx-sm-130-force {
    font-size: 130px !important;
  }

  .tx-sm-132 {
    font-size: 132px;
  }

  .tx-sm-132-force {
    font-size: 132px !important;
  }

  .tx-sm-134 {
    font-size: 134px;
  }

  .tx-sm-134-force {
    font-size: 134px !important;
  }

  .tx-sm-136 {
    font-size: 136px;
  }

  .tx-sm-136-force {
    font-size: 136px !important;
  }

  .tx-sm-138 {
    font-size: 138px;
  }

  .tx-sm-138-force {
    font-size: 138px !important;
  }

  .tx-sm-140 {
    font-size: 140px;
  }

  .tx-sm-140-force {
    font-size: 140px !important;
  }

  .tx-sm-bold {
    font-weight: 700;
  }

  .tx-sm-semibold {
    font-weight: 600;
  }

  .tx-sm-medium {
    font-weight: 500;
  }

  .tx-sm-normal {
    font-weight: 400;
  }

  .tx-sm-light {
    font-weight: 300;
  }

  .tx-sm-thin {
    font-weight: 200;
  }

  .tx-sm-xthin {
    font-weight: 100;
  }

  .lh-sm-0 {
    line-height: 0;
  }

  .lh-sm-1 {
    line-height: 1.1;
  }

  .lh-sm-2 {
    line-height: 1.2;
  }

  .lh-sm-3 {
    line-height: 1.3;
  }

  .lh-sm-4 {
    line-height: 1.4;
  }

  .lh-sm-5 {
    line-height: 1.5;
  }

  .lh-sm-6 {
    line-height: 1.6;
  }

  .lh-sm-7 {
    line-height: 1.7;
  }

  .lh-sm-8 {
    line-height: 1.8;
  }

  .lh-sm-9 {
    line-height: 1.9;
  }

  .lh-sm-10 {
    line-height: 2.0;
  }

  .lh-sm-11 {
    line-height: 2.1;
  }

  .lh-sm-12 {
    line-height: 2.2;
  }

  .lh-sm-13 {
    line-height: 2.3;
  }

  .lh-sm-14 {
    line-height: 2.4;
  }

  .lh-sm-15 {
    line-height: 2.5;
  }

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

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

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

  .tx-sm-center-force {
    text-align: center !important;
  }

  .tx-sm-right-force {
    text-align: right !important;
  }

  .tx-sm-left-force {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .tx-md-8 {
    font-size: 8px;
  }

  .tx-md-8-force {
    font-size: 8px !important;
  }

  .tx-md-9 {
    font-size: 9px;
  }

  .tx-md-9-force {
    font-size: 9px !important;
  }

  .tx-md-10 {
    font-size: 10px;
  }

  .tx-md-10-force {
    font-size: 10px !important;
  }

  .tx-md-11 {
    font-size: 11px;
  }

  .tx-md-11-force {
    font-size: 11px !important;
  }

  .tx-md-12 {
    font-size: 12px;
  }

  .tx-md-12-force {
    font-size: 12px !important;
  }

  .tx-md-13 {
    font-size: 13px;
  }

  .tx-md-13-force {
    font-size: 13px !important;
  }

  .tx-md-14 {
    font-size: 14px;
  }

  .tx-md-14-force {
    font-size: 14px !important;
  }

  .tx-md-15 {
    font-size: 15px;
  }

  .tx-md-15-force {
    font-size: 15px !important;
  }

  .tx-md-16 {
    font-size: 16px;
  }

  .tx-md-16-force {
    font-size: 16px !important;
  }

  .tx-md-18 {
    font-size: 18px;
  }

  .tx-md-18-force {
    font-size: 18px !important;
  }

  .tx-md-20 {
    font-size: 20px;
  }

  .tx-md-20-force {
    font-size: 20px !important;
  }

  .tx-md-22 {
    font-size: 22px;
  }

  .tx-md-22-force {
    font-size: 22px !important;
  }

  .tx-md-24 {
    font-size: 24px;
  }

  .tx-md-24-force {
    font-size: 24px !important;
  }

  .tx-md-26 {
    font-size: 26px;
  }

  .tx-md-26-force {
    font-size: 26px !important;
  }

  .tx-md-28 {
    font-size: 28px;
  }

  .tx-md-28-force {
    font-size: 28px !important;
  }

  .tx-md-30 {
    font-size: 30px;
  }

  .tx-md-30-force {
    font-size: 30px !important;
  }

  .tx-md-32 {
    font-size: 32px;
  }

  .tx-md-32-force {
    font-size: 32px !important;
  }

  .tx-md-34 {
    font-size: 34px;
  }

  .tx-md-34-force {
    font-size: 34px !important;
  }

  .tx-md-36 {
    font-size: 36px;
  }

  .tx-md-36-force {
    font-size: 36px !important;
  }

  .tx-md-38 {
    font-size: 38px;
  }

  .tx-md-38-force {
    font-size: 38px !important;
  }

  .tx-md-40 {
    font-size: 40px;
  }

  .tx-md-40-force {
    font-size: 40px !important;
  }

  .tx-md-42 {
    font-size: 42px;
  }

  .tx-md-42-force {
    font-size: 42px !important;
  }

  .tx-md-44 {
    font-size: 44px;
  }

  .tx-md-44-force {
    font-size: 44px !important;
  }

  .tx-md-46 {
    font-size: 46px;
  }

  .tx-md-46-force {
    font-size: 46px !important;
  }

  .tx-md-48 {
    font-size: 48px;
  }

  .tx-md-48-force {
    font-size: 48px !important;
  }

  .tx-md-50 {
    font-size: 50px;
  }

  .tx-md-50-force {
    font-size: 50px !important;
  }

  .tx-md-52 {
    font-size: 52px;
  }

  .tx-md-52-force {
    font-size: 52px !important;
  }

  .tx-md-54 {
    font-size: 54px;
  }

  .tx-md-54-force {
    font-size: 54px !important;
  }

  .tx-md-56 {
    font-size: 56px;
  }

  .tx-md-56-force {
    font-size: 56px !important;
  }

  .tx-md-58 {
    font-size: 58px;
  }

  .tx-md-58-force {
    font-size: 58px !important;
  }

  .tx-md-60 {
    font-size: 60px;
  }

  .tx-md-60-force {
    font-size: 60px !important;
  }

  .tx-md-62 {
    font-size: 62px;
  }

  .tx-md-62-force {
    font-size: 62px !important;
  }

  .tx-md-64 {
    font-size: 64px;
  }

  .tx-md-64-force {
    font-size: 64px !important;
  }

  .tx-md-66 {
    font-size: 66px;
  }

  .tx-md-66-force {
    font-size: 66px !important;
  }

  .tx-md-68 {
    font-size: 68px;
  }

  .tx-md-68-force {
    font-size: 68px !important;
  }

  .tx-md-70 {
    font-size: 70px;
  }

  .tx-md-70-force {
    font-size: 70px !important;
  }

  .tx-md-72 {
    font-size: 72px;
  }

  .tx-md-72-force {
    font-size: 72px !important;
  }

  .tx-md-74 {
    font-size: 74px;
  }

  .tx-md-74-force {
    font-size: 74px !important;
  }

  .tx-md-76 {
    font-size: 76px;
  }

  .tx-md-76-force {
    font-size: 76px !important;
  }

  .tx-md-78 {
    font-size: 78px;
  }

  .tx-md-78-force {
    font-size: 78px !important;
  }

  .tx-md-80 {
    font-size: 80px;
  }

  .tx-md-80-force {
    font-size: 80px !important;
  }

  .tx-md-82 {
    font-size: 82px;
  }

  .tx-md-82-force {
    font-size: 82px !important;
  }

  .tx-md-84 {
    font-size: 84px;
  }

  .tx-md-84-force {
    font-size: 84px !important;
  }

  .tx-md-86 {
    font-size: 86px;
  }

  .tx-md-86-force {
    font-size: 86px !important;
  }

  .tx-md-88 {
    font-size: 88px;
  }

  .tx-md-88-force {
    font-size: 88px !important;
  }

  .tx-md-90 {
    font-size: 90px;
  }

  .tx-md-90-force {
    font-size: 90px !important;
  }

  .tx-md-92 {
    font-size: 92px;
  }

  .tx-md-92-force {
    font-size: 92px !important;
  }

  .tx-md-94 {
    font-size: 94px;
  }

  .tx-md-94-force {
    font-size: 94px !important;
  }

  .tx-md-96 {
    font-size: 96px;
  }

  .tx-md-96-force {
    font-size: 96px !important;
  }

  .tx-md-98 {
    font-size: 98px;
  }

  .tx-md-98-force {
    font-size: 98px !important;
  }

  .tx-md-100 {
    font-size: 100px;
  }

  .tx-md-100-force {
    font-size: 100px !important;
  }

  .tx-md-102 {
    font-size: 102px;
  }

  .tx-md-102-force {
    font-size: 102px !important;
  }

  .tx-md-104 {
    font-size: 104px;
  }

  .tx-md-104-force {
    font-size: 104px !important;
  }

  .tx-md-106 {
    font-size: 106px;
  }

  .tx-md-106-force {
    font-size: 106px !important;
  }

  .tx-md-108 {
    font-size: 108px;
  }

  .tx-md-108-force {
    font-size: 108px !important;
  }

  .tx-md-110 {
    font-size: 110px;
  }

  .tx-md-110-force {
    font-size: 110px !important;
  }

  .tx-md-112 {
    font-size: 112px;
  }

  .tx-md-112-force {
    font-size: 112px !important;
  }

  .tx-md-114 {
    font-size: 114px;
  }

  .tx-md-114-force {
    font-size: 114px !important;
  }

  .tx-md-116 {
    font-size: 116px;
  }

  .tx-md-116-force {
    font-size: 116px !important;
  }

  .tx-md-118 {
    font-size: 118px;
  }

  .tx-md-118-force {
    font-size: 118px !important;
  }

  .tx-md-120 {
    font-size: 120px;
  }

  .tx-md-120-force {
    font-size: 120px !important;
  }

  .tx-md-122 {
    font-size: 122px;
  }

  .tx-md-122-force {
    font-size: 122px !important;
  }

  .tx-md-124 {
    font-size: 124px;
  }

  .tx-md-124-force {
    font-size: 124px !important;
  }

  .tx-md-126 {
    font-size: 126px;
  }

  .tx-md-126-force {
    font-size: 126px !important;
  }

  .tx-md-128 {
    font-size: 128px;
  }

  .tx-md-128-force {
    font-size: 128px !important;
  }

  .tx-md-130 {
    font-size: 130px;
  }

  .tx-md-130-force {
    font-size: 130px !important;
  }

  .tx-md-132 {
    font-size: 132px;
  }

  .tx-md-132-force {
    font-size: 132px !important;
  }

  .tx-md-134 {
    font-size: 134px;
  }

  .tx-md-134-force {
    font-size: 134px !important;
  }

  .tx-md-136 {
    font-size: 136px;
  }

  .tx-md-136-force {
    font-size: 136px !important;
  }

  .tx-md-138 {
    font-size: 138px;
  }

  .tx-md-138-force {
    font-size: 138px !important;
  }

  .tx-md-140 {
    font-size: 140px;
  }

  .tx-md-140-force {
    font-size: 140px !important;
  }

  .tx-md-bold {
    font-weight: 700;
  }

  .tx-md-semibold {
    font-weight: 600;
  }

  .tx-md-medium {
    font-weight: 500;
  }

  .tx-md-normal {
    font-weight: 400;
  }

  .tx-md-light {
    font-weight: 300;
  }

  .tx-md-thin {
    font-weight: 200;
  }

  .tx-md-xthin {
    font-weight: 100;
  }

  .lh-md-0 {
    line-height: 0;
  }

  .lh-md-1 {
    line-height: 1.1;
  }

  .lh-md-2 {
    line-height: 1.2;
  }

  .lh-md-3 {
    line-height: 1.3;
  }

  .lh-md-4 {
    line-height: 1.4;
  }

  .lh-md-5 {
    line-height: 1.5;
  }

  .lh-md-6 {
    line-height: 1.6;
  }

  .lh-md-7 {
    line-height: 1.7;
  }

  .lh-md-8 {
    line-height: 1.8;
  }

  .lh-md-9 {
    line-height: 1.9;
  }

  .lh-md-10 {
    line-height: 2.0;
  }

  .lh-md-11 {
    line-height: 2.1;
  }

  .lh-md-12 {
    line-height: 2.2;
  }

  .lh-md-13 {
    line-height: 2.3;
  }

  .lh-md-14 {
    line-height: 2.4;
  }

  .lh-md-15 {
    line-height: 2.5;
  }

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

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

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

  .tx-md-center-force {
    text-align: center !important;
  }

  .tx-md-right-force {
    text-align: right !important;
  }

  .tx-md-left-force {
    text-align: left !important;
  }
}
@media (min-width: 992px) {
  .tx-lg-8 {
    font-size: 8px;
  }

  .tx-lg-8-force {
    font-size: 8px !important;
  }

  .tx-lg-9 {
    font-size: 9px;
  }

  .tx-lg-9-force {
    font-size: 9px !important;
  }

  .tx-lg-10 {
    font-size: 10px;
  }

  .tx-lg-10-force {
    font-size: 10px !important;
  }

  .tx-lg-11 {
    font-size: 11px;
  }

  .tx-lg-11-force {
    font-size: 11px !important;
  }

  .tx-lg-12 {
    font-size: 12px;
  }

  .tx-lg-12-force {
    font-size: 12px !important;
  }

  .tx-lg-13 {
    font-size: 13px;
  }

  .tx-lg-13-force {
    font-size: 13px !important;
  }

  .tx-lg-14 {
    font-size: 14px;
  }

  .tx-lg-14-force {
    font-size: 14px !important;
  }

  .tx-lg-15 {
    font-size: 15px;
  }

  .tx-lg-15-force {
    font-size: 15px !important;
  }

  .tx-lg-16 {
    font-size: 16px;
  }

  .tx-lg-16-force {
    font-size: 16px !important;
  }

  .tx-lg-18 {
    font-size: 18px;
  }

  .tx-lg-18-force {
    font-size: 18px !important;
  }

  .tx-lg-20 {
    font-size: 20px;
  }

  .tx-lg-20-force {
    font-size: 20px !important;
  }

  .tx-lg-22 {
    font-size: 22px;
  }

  .tx-lg-22-force {
    font-size: 22px !important;
  }

  .tx-lg-24 {
    font-size: 24px;
  }

  .tx-lg-24-force {
    font-size: 24px !important;
  }

  .tx-lg-26 {
    font-size: 26px;
  }

  .tx-lg-26-force {
    font-size: 26px !important;
  }

  .tx-lg-28 {
    font-size: 28px;
  }

  .tx-lg-28-force {
    font-size: 28px !important;
  }

  .tx-lg-30 {
    font-size: 30px;
  }

  .tx-lg-30-force {
    font-size: 30px !important;
  }

  .tx-lg-32 {
    font-size: 32px;
  }

  .tx-lg-32-force {
    font-size: 32px !important;
  }

  .tx-lg-34 {
    font-size: 34px;
  }

  .tx-lg-34-force {
    font-size: 34px !important;
  }

  .tx-lg-36 {
    font-size: 36px;
  }

  .tx-lg-36-force {
    font-size: 36px !important;
  }

  .tx-lg-38 {
    font-size: 38px;
  }

  .tx-lg-38-force {
    font-size: 38px !important;
  }

  .tx-lg-40 {
    font-size: 40px;
  }

  .tx-lg-40-force {
    font-size: 40px !important;
  }

  .tx-lg-42 {
    font-size: 42px;
  }

  .tx-lg-42-force {
    font-size: 42px !important;
  }

  .tx-lg-44 {
    font-size: 44px;
  }

  .tx-lg-44-force {
    font-size: 44px !important;
  }

  .tx-lg-46 {
    font-size: 46px;
  }

  .tx-lg-46-force {
    font-size: 46px !important;
  }

  .tx-lg-48 {
    font-size: 48px;
  }

  .tx-lg-48-force {
    font-size: 48px !important;
  }

  .tx-lg-50 {
    font-size: 50px;
  }

  .tx-lg-50-force {
    font-size: 50px !important;
  }

  .tx-lg-52 {
    font-size: 52px;
  }

  .tx-lg-52-force {
    font-size: 52px !important;
  }

  .tx-lg-54 {
    font-size: 54px;
  }

  .tx-lg-54-force {
    font-size: 54px !important;
  }

  .tx-lg-56 {
    font-size: 56px;
  }

  .tx-lg-56-force {
    font-size: 56px !important;
  }

  .tx-lg-58 {
    font-size: 58px;
  }

  .tx-lg-58-force {
    font-size: 58px !important;
  }

  .tx-lg-60 {
    font-size: 60px;
  }

  .tx-lg-60-force {
    font-size: 60px !important;
  }

  .tx-lg-62 {
    font-size: 62px;
  }

  .tx-lg-62-force {
    font-size: 62px !important;
  }

  .tx-lg-64 {
    font-size: 64px;
  }

  .tx-lg-64-force {
    font-size: 64px !important;
  }

  .tx-lg-66 {
    font-size: 66px;
  }

  .tx-lg-66-force {
    font-size: 66px !important;
  }

  .tx-lg-68 {
    font-size: 68px;
  }

  .tx-lg-68-force {
    font-size: 68px !important;
  }

  .tx-lg-70 {
    font-size: 70px;
  }

  .tx-lg-70-force {
    font-size: 70px !important;
  }

  .tx-lg-72 {
    font-size: 72px;
  }

  .tx-lg-72-force {
    font-size: 72px !important;
  }

  .tx-lg-74 {
    font-size: 74px;
  }

  .tx-lg-74-force {
    font-size: 74px !important;
  }

  .tx-lg-76 {
    font-size: 76px;
  }

  .tx-lg-76-force {
    font-size: 76px !important;
  }

  .tx-lg-78 {
    font-size: 78px;
  }

  .tx-lg-78-force {
    font-size: 78px !important;
  }

  .tx-lg-80 {
    font-size: 80px;
  }

  .tx-lg-80-force {
    font-size: 80px !important;
  }

  .tx-lg-82 {
    font-size: 82px;
  }

  .tx-lg-82-force {
    font-size: 82px !important;
  }

  .tx-lg-84 {
    font-size: 84px;
  }

  .tx-lg-84-force {
    font-size: 84px !important;
  }

  .tx-lg-86 {
    font-size: 86px;
  }

  .tx-lg-86-force {
    font-size: 86px !important;
  }

  .tx-lg-88 {
    font-size: 88px;
  }

  .tx-lg-88-force {
    font-size: 88px !important;
  }

  .tx-lg-90 {
    font-size: 90px;
  }

  .tx-lg-90-force {
    font-size: 90px !important;
  }

  .tx-lg-92 {
    font-size: 92px;
  }

  .tx-lg-92-force {
    font-size: 92px !important;
  }

  .tx-lg-94 {
    font-size: 94px;
  }

  .tx-lg-94-force {
    font-size: 94px !important;
  }

  .tx-lg-96 {
    font-size: 96px;
  }

  .tx-lg-96-force {
    font-size: 96px !important;
  }

  .tx-lg-98 {
    font-size: 98px;
  }

  .tx-lg-98-force {
    font-size: 98px !important;
  }

  .tx-lg-100 {
    font-size: 100px;
  }

  .tx-lg-100-force {
    font-size: 100px !important;
  }

  .tx-lg-102 {
    font-size: 102px;
  }

  .tx-lg-102-force {
    font-size: 102px !important;
  }

  .tx-lg-104 {
    font-size: 104px;
  }

  .tx-lg-104-force {
    font-size: 104px !important;
  }

  .tx-lg-106 {
    font-size: 106px;
  }

  .tx-lg-106-force {
    font-size: 106px !important;
  }

  .tx-lg-108 {
    font-size: 108px;
  }

  .tx-lg-108-force {
    font-size: 108px !important;
  }

  .tx-lg-110 {
    font-size: 110px;
  }

  .tx-lg-110-force {
    font-size: 110px !important;
  }

  .tx-lg-112 {
    font-size: 112px;
  }

  .tx-lg-112-force {
    font-size: 112px !important;
  }

  .tx-lg-114 {
    font-size: 114px;
  }

  .tx-lg-114-force {
    font-size: 114px !important;
  }

  .tx-lg-116 {
    font-size: 116px;
  }

  .tx-lg-116-force {
    font-size: 116px !important;
  }

  .tx-lg-118 {
    font-size: 118px;
  }

  .tx-lg-118-force {
    font-size: 118px !important;
  }

  .tx-lg-120 {
    font-size: 120px;
  }

  .tx-lg-120-force {
    font-size: 120px !important;
  }

  .tx-lg-122 {
    font-size: 122px;
  }

  .tx-lg-122-force {
    font-size: 122px !important;
  }

  .tx-lg-124 {
    font-size: 124px;
  }

  .tx-lg-124-force {
    font-size: 124px !important;
  }

  .tx-lg-126 {
    font-size: 126px;
  }

  .tx-lg-126-force {
    font-size: 126px !important;
  }

  .tx-lg-128 {
    font-size: 128px;
  }

  .tx-lg-128-force {
    font-size: 128px !important;
  }

  .tx-lg-130 {
    font-size: 130px;
  }

  .tx-lg-130-force {
    font-size: 130px !important;
  }

  .tx-lg-132 {
    font-size: 132px;
  }

  .tx-lg-132-force {
    font-size: 132px !important;
  }

  .tx-lg-134 {
    font-size: 134px;
  }

  .tx-lg-134-force {
    font-size: 134px !important;
  }

  .tx-lg-136 {
    font-size: 136px;
  }

  .tx-lg-136-force {
    font-size: 136px !important;
  }

  .tx-lg-138 {
    font-size: 138px;
  }

  .tx-lg-138-force {
    font-size: 138px !important;
  }

  .tx-lg-140 {
    font-size: 140px;
  }

  .tx-lg-140-force {
    font-size: 140px !important;
  }

  .tx-lg-bold {
    font-weight: 700;
  }

  .tx-lg-semibold {
    font-weight: 600;
  }

  .tx-lg-medium {
    font-weight: 500;
  }

  .tx-lg-normal {
    font-weight: 400;
  }

  .tx-lg-light {
    font-weight: 300;
  }

  .tx-lg-thin {
    font-weight: 200;
  }

  .tx-lg-xthin {
    font-weight: 100;
  }

  .lh-lg-0 {
    line-height: 0;
  }

  .lh-lg-1 {
    line-height: 1.1;
  }

  .lh-lg-2 {
    line-height: 1.2;
  }

  .lh-lg-3 {
    line-height: 1.3;
  }

  .lh-lg-4 {
    line-height: 1.4;
  }

  .lh-lg-5 {
    line-height: 1.5;
  }

  .lh-lg-6 {
    line-height: 1.6;
  }

  .lh-lg-7 {
    line-height: 1.7;
  }

  .lh-lg-8 {
    line-height: 1.8;
  }

  .lh-lg-9 {
    line-height: 1.9;
  }

  .lh-lg-10 {
    line-height: 2.0;
  }

  .lh-lg-11 {
    line-height: 2.1;
  }

  .lh-lg-12 {
    line-height: 2.2;
  }

  .lh-lg-13 {
    line-height: 2.3;
  }

  .lh-lg-14 {
    line-height: 2.4;
  }

  .lh-lg-15 {
    line-height: 2.5;
  }

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

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

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

  .tx-lg-center-force {
    text-align: center !important;
  }

  .tx-lg-right-force {
    text-align: right !important;
  }

  .tx-lg-left-force {
    text-align: left !important;
  }
}
@media (min-width: 1200px) {
  .tx-xl-8 {
    font-size: 8px;
  }

  .tx-xl-8-force {
    font-size: 8px !important;
  }

  .tx-xl-9 {
    font-size: 9px;
  }

  .tx-xl-9-force {
    font-size: 9px !important;
  }

  .tx-xl-10 {
    font-size: 10px;
  }

  .tx-xl-10-force {
    font-size: 10px !important;
  }

  .tx-xl-11 {
    font-size: 11px;
  }

  .tx-xl-11-force {
    font-size: 11px !important;
  }

  .tx-xl-12 {
    font-size: 12px;
  }

  .tx-xl-12-force {
    font-size: 12px !important;
  }

  .tx-xl-13 {
    font-size: 13px;
  }

  .tx-xl-13-force {
    font-size: 13px !important;
  }

  .tx-xl-14 {
    font-size: 14px;
  }

  .tx-xl-14-force {
    font-size: 14px !important;
  }

  .tx-xl-15 {
    font-size: 15px;
  }

  .tx-xl-15-force {
    font-size: 15px !important;
  }

  .tx-xl-16 {
    font-size: 16px;
  }

  .tx-xl-16-force {
    font-size: 16px !important;
  }

  .tx-xl-18 {
    font-size: 18px;
  }

  .tx-xl-18-force {
    font-size: 18px !important;
  }

  .tx-xl-20 {
    font-size: 20px;
  }

  .tx-xl-20-force {
    font-size: 20px !important;
  }

  .tx-xl-22 {
    font-size: 22px;
  }

  .tx-xl-22-force {
    font-size: 22px !important;
  }

  .tx-xl-24 {
    font-size: 24px;
  }

  .tx-xl-24-force {
    font-size: 24px !important;
  }

  .tx-xl-26 {
    font-size: 26px;
  }

  .tx-xl-26-force {
    font-size: 26px !important;
  }

  .tx-xl-28 {
    font-size: 28px;
  }

  .tx-xl-28-force {
    font-size: 28px !important;
  }

  .tx-xl-30 {
    font-size: 30px;
  }

  .tx-xl-30-force {
    font-size: 30px !important;
  }

  .tx-xl-32 {
    font-size: 32px;
  }

  .tx-xl-32-force {
    font-size: 32px !important;
  }

  .tx-xl-34 {
    font-size: 34px;
  }

  .tx-xl-34-force {
    font-size: 34px !important;
  }

  .tx-xl-36 {
    font-size: 36px;
  }

  .tx-xl-36-force {
    font-size: 36px !important;
  }

  .tx-xl-38 {
    font-size: 38px;
  }

  .tx-xl-38-force {
    font-size: 38px !important;
  }

  .tx-xl-40 {
    font-size: 40px;
  }

  .tx-xl-40-force {
    font-size: 40px !important;
  }

  .tx-xl-42 {
    font-size: 42px;
  }

  .tx-xl-42-force {
    font-size: 42px !important;
  }

  .tx-xl-44 {
    font-size: 44px;
  }

  .tx-xl-44-force {
    font-size: 44px !important;
  }

  .tx-xl-46 {
    font-size: 46px;
  }

  .tx-xl-46-force {
    font-size: 46px !important;
  }

  .tx-xl-48 {
    font-size: 48px;
  }

  .tx-xl-48-force {
    font-size: 48px !important;
  }

  .tx-xl-50 {
    font-size: 50px;
  }

  .tx-xl-50-force {
    font-size: 50px !important;
  }

  .tx-xl-52 {
    font-size: 52px;
  }

  .tx-xl-52-force {
    font-size: 52px !important;
  }

  .tx-xl-54 {
    font-size: 54px;
  }

  .tx-xl-54-force {
    font-size: 54px !important;
  }

  .tx-xl-56 {
    font-size: 56px;
  }

  .tx-xl-56-force {
    font-size: 56px !important;
  }

  .tx-xl-58 {
    font-size: 58px;
  }

  .tx-xl-58-force {
    font-size: 58px !important;
  }

  .tx-xl-60 {
    font-size: 60px;
  }

  .tx-xl-60-force {
    font-size: 60px !important;
  }

  .tx-xl-62 {
    font-size: 62px;
  }

  .tx-xl-62-force {
    font-size: 62px !important;
  }

  .tx-xl-64 {
    font-size: 64px;
  }

  .tx-xl-64-force {
    font-size: 64px !important;
  }

  .tx-xl-66 {
    font-size: 66px;
  }

  .tx-xl-66-force {
    font-size: 66px !important;
  }

  .tx-xl-68 {
    font-size: 68px;
  }

  .tx-xl-68-force {
    font-size: 68px !important;
  }

  .tx-xl-70 {
    font-size: 70px;
  }

  .tx-xl-70-force {
    font-size: 70px !important;
  }

  .tx-xl-72 {
    font-size: 72px;
  }

  .tx-xl-72-force {
    font-size: 72px !important;
  }

  .tx-xl-74 {
    font-size: 74px;
  }

  .tx-xl-74-force {
    font-size: 74px !important;
  }

  .tx-xl-76 {
    font-size: 76px;
  }

  .tx-xl-76-force {
    font-size: 76px !important;
  }

  .tx-xl-78 {
    font-size: 78px;
  }

  .tx-xl-78-force {
    font-size: 78px !important;
  }

  .tx-xl-80 {
    font-size: 80px;
  }

  .tx-xl-80-force {
    font-size: 80px !important;
  }

  .tx-xl-82 {
    font-size: 82px;
  }

  .tx-xl-82-force {
    font-size: 82px !important;
  }

  .tx-xl-84 {
    font-size: 84px;
  }

  .tx-xl-84-force {
    font-size: 84px !important;
  }

  .tx-xl-86 {
    font-size: 86px;
  }

  .tx-xl-86-force {
    font-size: 86px !important;
  }

  .tx-xl-88 {
    font-size: 88px;
  }

  .tx-xl-88-force {
    font-size: 88px !important;
  }

  .tx-xl-90 {
    font-size: 90px;
  }

  .tx-xl-90-force {
    font-size: 90px !important;
  }

  .tx-xl-92 {
    font-size: 92px;
  }

  .tx-xl-92-force {
    font-size: 92px !important;
  }

  .tx-xl-94 {
    font-size: 94px;
  }

  .tx-xl-94-force {
    font-size: 94px !important;
  }

  .tx-xl-96 {
    font-size: 96px;
  }

  .tx-xl-96-force {
    font-size: 96px !important;
  }

  .tx-xl-98 {
    font-size: 98px;
  }

  .tx-xl-98-force {
    font-size: 98px !important;
  }

  .tx-xl-100 {
    font-size: 100px;
  }

  .tx-xl-100-force {
    font-size: 100px !important;
  }

  .tx-xl-102 {
    font-size: 102px;
  }

  .tx-xl-102-force {
    font-size: 102px !important;
  }

  .tx-xl-104 {
    font-size: 104px;
  }

  .tx-xl-104-force {
    font-size: 104px !important;
  }

  .tx-xl-106 {
    font-size: 106px;
  }

  .tx-xl-106-force {
    font-size: 106px !important;
  }

  .tx-xl-108 {
    font-size: 108px;
  }

  .tx-xl-108-force {
    font-size: 108px !important;
  }

  .tx-xl-110 {
    font-size: 110px;
  }

  .tx-xl-110-force {
    font-size: 110px !important;
  }

  .tx-xl-112 {
    font-size: 112px;
  }

  .tx-xl-112-force {
    font-size: 112px !important;
  }

  .tx-xl-114 {
    font-size: 114px;
  }

  .tx-xl-114-force {
    font-size: 114px !important;
  }

  .tx-xl-116 {
    font-size: 116px;
  }

  .tx-xl-116-force {
    font-size: 116px !important;
  }

  .tx-xl-118 {
    font-size: 118px;
  }

  .tx-xl-118-force {
    font-size: 118px !important;
  }

  .tx-xl-120 {
    font-size: 120px;
  }

  .tx-xl-120-force {
    font-size: 120px !important;
  }

  .tx-xl-122 {
    font-size: 122px;
  }

  .tx-xl-122-force {
    font-size: 122px !important;
  }

  .tx-xl-124 {
    font-size: 124px;
  }

  .tx-xl-124-force {
    font-size: 124px !important;
  }

  .tx-xl-126 {
    font-size: 126px;
  }

  .tx-xl-126-force {
    font-size: 126px !important;
  }

  .tx-xl-128 {
    font-size: 128px;
  }

  .tx-xl-128-force {
    font-size: 128px !important;
  }

  .tx-xl-130 {
    font-size: 130px;
  }

  .tx-xl-130-force {
    font-size: 130px !important;
  }

  .tx-xl-132 {
    font-size: 132px;
  }

  .tx-xl-132-force {
    font-size: 132px !important;
  }

  .tx-xl-134 {
    font-size: 134px;
  }

  .tx-xl-134-force {
    font-size: 134px !important;
  }

  .tx-xl-136 {
    font-size: 136px;
  }

  .tx-xl-136-force {
    font-size: 136px !important;
  }

  .tx-xl-138 {
    font-size: 138px;
  }

  .tx-xl-138-force {
    font-size: 138px !important;
  }

  .tx-xl-140 {
    font-size: 140px;
  }

  .tx-xl-140-force {
    font-size: 140px !important;
  }

  .tx-xl-bold {
    font-weight: 700;
  }

  .tx-xl-semibold {
    font-weight: 600;
  }

  .tx-xl-medium {
    font-weight: 500;
  }

  .tx-xl-normal {
    font-weight: 400;
  }

  .tx-xl-light {
    font-weight: 300;
  }

  .tx-xl-thin {
    font-weight: 200;
  }

  .tx-xl-xthin {
    font-weight: 100;
  }

  .lh-xl-0 {
    line-height: 0;
  }

  .lh-xl-1 {
    line-height: 1.1;
  }

  .lh-xl-2 {
    line-height: 1.2;
  }

  .lh-xl-3 {
    line-height: 1.3;
  }

  .lh-xl-4 {
    line-height: 1.4;
  }

  .lh-xl-5 {
    line-height: 1.5;
  }

  .lh-xl-6 {
    line-height: 1.6;
  }

  .lh-xl-7 {
    line-height: 1.7;
  }

  .lh-xl-8 {
    line-height: 1.8;
  }

  .lh-xl-9 {
    line-height: 1.9;
  }

  .lh-xl-10 {
    line-height: 2.0;
  }

  .lh-xl-11 {
    line-height: 2.1;
  }

  .lh-xl-12 {
    line-height: 2.2;
  }

  .lh-xl-13 {
    line-height: 2.3;
  }

  .lh-xl-14 {
    line-height: 2.4;
  }

  .lh-xl-15 {
    line-height: 2.5;
  }

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

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

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

  .tx-xl-center-force {
    text-align: center !important;
  }

  .tx-xl-right-force {
    text-align: right !important;
  }

  .tx-xl-left-force {
    text-align: left !important;
  }
}
/* ------------------------------------------ */
/* ############### 6.10 Width ############### */
/* ------------------------------------------ */
.wd-5 {
  width: 5px;
}

.wd-5p {
  width: 5%;
}

.mx-wd-5p {
  max-width: 5%;
}

.mn-wd-5p {
  min-width: 5%;
}

.wd-5-force {
  width: 5px !important;
}

.wd-5p-force {
  width: 5% !important;
}

.mx-wd-5p-force {
  max-width: 5% !important;
}

.mn-wd-5p-force {
  min-width: 5% !important;
}

.wd-10 {
  width: 10px;
}

.wd-10p {
  width: 10%;
}

.mx-wd-10p {
  max-width: 10%;
}

.mn-wd-10p {
  min-width: 10%;
}

.wd-10-force {
  width: 10px !important;
}

.wd-10p-force {
  width: 10% !important;
}

.mx-wd-10p-force {
  max-width: 10% !important;
}

.mn-wd-10p-force {
  min-width: 10% !important;
}

.wd-15 {
  width: 15px;
}

.wd-15p {
  width: 15%;
}

.mx-wd-15p {
  max-width: 15%;
}

.mn-wd-15p {
  min-width: 15%;
}

.wd-15-force {
  width: 15px !important;
}

.wd-15p-force {
  width: 15% !important;
}

.mx-wd-15p-force {
  max-width: 15% !important;
}

.mn-wd-15p-force {
  min-width: 15% !important;
}

.wd-20 {
  width: 20px;
}

.wd-20p {
  width: 20%;
}

.mx-wd-20p {
  max-width: 20%;
}

.mn-wd-20p {
  min-width: 20%;
}

.wd-20-force {
  width: 20px !important;
}

.wd-20p-force {
  width: 20% !important;
}

.mx-wd-20p-force {
  max-width: 20% !important;
}

.mn-wd-20p-force {
  min-width: 20% !important;
}

.wd-25 {
  width: 25px;
}

.wd-25p {
  width: 25%;
}

.mx-wd-25p {
  max-width: 25%;
}

.mn-wd-25p {
  min-width: 25%;
}

.wd-25-force {
  width: 25px !important;
}

.wd-25p-force {
  width: 25% !important;
}

.mx-wd-25p-force {
  max-width: 25% !important;
}

.mn-wd-25p-force {
  min-width: 25% !important;
}

.wd-30 {
  width: 30px;
}

.wd-30p {
  width: 30%;
}

.mx-wd-30p {
  max-width: 30%;
}

.mn-wd-30p {
  min-width: 30%;
}

.wd-30-force {
  width: 30px !important;
}

.wd-30p-force {
  width: 30% !important;
}

.mx-wd-30p-force {
  max-width: 30% !important;
}

.mn-wd-30p-force {
  min-width: 30% !important;
}

.wd-35 {
  width: 35px;
}

.wd-35p {
  width: 35%;
}

.mx-wd-35p {
  max-width: 35%;
}

.mn-wd-35p {
  min-width: 35%;
}

.wd-35-force {
  width: 35px !important;
}

.wd-35p-force {
  width: 35% !important;
}

.mx-wd-35p-force {
  max-width: 35% !important;
}

.mn-wd-35p-force {
  min-width: 35% !important;
}

.wd-40 {
  width: 40px;
}

.wd-40p {
  width: 40%;
}

.mx-wd-40p {
  max-width: 40%;
}

.mn-wd-40p {
  min-width: 40%;
}

.wd-40-force {
  width: 40px !important;
}

.wd-40p-force {
  width: 40% !important;
}

.mx-wd-40p-force {
  max-width: 40% !important;
}

.mn-wd-40p-force {
  min-width: 40% !important;
}

.wd-45 {
  width: 45px;
}

.wd-45p {
  width: 45%;
}

.mx-wd-45p {
  max-width: 45%;
}

.mn-wd-45p {
  min-width: 45%;
}

.wd-45-force {
  width: 45px !important;
}

.wd-45p-force {
  width: 45% !important;
}

.mx-wd-45p-force {
  max-width: 45% !important;
}

.mn-wd-45p-force {
  min-width: 45% !important;
}

.wd-50 {
  width: 50px;
}

.wd-50p {
  width: 50%;
}

.mx-wd-50p {
  max-width: 50%;
}

.mn-wd-50p {
  min-width: 50%;
}

.wd-50-force {
  width: 50px !important;
}

.wd-50p-force {
  width: 50% !important;
}

.mx-wd-50p-force {
  max-width: 50% !important;
}

.mn-wd-50p-force {
  min-width: 50% !important;
}

.wd-55 {
  width: 55px;
}

.wd-55p {
  width: 55%;
}

.mx-wd-55p {
  max-width: 55%;
}

.mn-wd-55p {
  min-width: 55%;
}

.wd-55-force {
  width: 55px !important;
}

.wd-55p-force {
  width: 55% !important;
}

.mx-wd-55p-force {
  max-width: 55% !important;
}

.mn-wd-55p-force {
  min-width: 55% !important;
}

.wd-60 {
  width: 60px;
}

.wd-60p {
  width: 60%;
}

.mx-wd-60p {
  max-width: 60%;
}

.mn-wd-60p {
  min-width: 60%;
}

.wd-60-force {
  width: 60px !important;
}

.wd-60p-force {
  width: 60% !important;
}

.mx-wd-60p-force {
  max-width: 60% !important;
}

.mn-wd-60p-force {
  min-width: 60% !important;
}

.wd-65 {
  width: 65px;
}

.wd-65p {
  width: 65%;
}

.mx-wd-65p {
  max-width: 65%;
}

.mn-wd-65p {
  min-width: 65%;
}

.wd-65-force {
  width: 65px !important;
}

.wd-65p-force {
  width: 65% !important;
}

.mx-wd-65p-force {
  max-width: 65% !important;
}

.mn-wd-65p-force {
  min-width: 65% !important;
}

.wd-70 {
  width: 70px;
}

.wd-70p {
  width: 70%;
}

.mx-wd-70p {
  max-width: 70%;
}

.mn-wd-70p {
  min-width: 70%;
}

.wd-70-force {
  width: 70px !important;
}

.wd-70p-force {
  width: 70% !important;
}

.mx-wd-70p-force {
  max-width: 70% !important;
}

.mn-wd-70p-force {
  min-width: 70% !important;
}

.wd-75 {
  width: 75px;
}

.wd-75p {
  width: 75%;
}

.mx-wd-75p {
  max-width: 75%;
}

.mn-wd-75p {
  min-width: 75%;
}

.wd-75-force {
  width: 75px !important;
}

.wd-75p-force {
  width: 75% !important;
}

.mx-wd-75p-force {
  max-width: 75% !important;
}

.mn-wd-75p-force {
  min-width: 75% !important;
}

.wd-80 {
  width: 80px;
}

.wd-80p {
  width: 80%;
}

.mx-wd-80p {
  max-width: 80%;
}

.mn-wd-80p {
  min-width: 80%;
}

.wd-80-force {
  width: 80px !important;
}

.wd-80p-force {
  width: 80% !important;
}

.mx-wd-80p-force {
  max-width: 80% !important;
}

.mn-wd-80p-force {
  min-width: 80% !important;
}

.wd-85 {
  width: 85px;
}

.wd-85p {
  width: 85%;
}

.mx-wd-85p {
  max-width: 85%;
}

.mn-wd-85p {
  min-width: 85%;
}

.wd-85-force {
  width: 85px !important;
}

.wd-85p-force {
  width: 85% !important;
}

.mx-wd-85p-force {
  max-width: 85% !important;
}

.mn-wd-85p-force {
  min-width: 85% !important;
}

.wd-90 {
  width: 90px;
}

.wd-90p {
  width: 90%;
}

.mx-wd-90p {
  max-width: 90%;
}

.mn-wd-90p {
  min-width: 90%;
}

.wd-90-force {
  width: 90px !important;
}

.wd-90p-force {
  width: 90% !important;
}

.mx-wd-90p-force {
  max-width: 90% !important;
}

.mn-wd-90p-force {
  min-width: 90% !important;
}

.wd-95 {
  width: 95px;
}

.wd-95p {
  width: 95%;
}

.mx-wd-95p {
  max-width: 95%;
}

.mn-wd-95p {
  min-width: 95%;
}

.wd-95-force {
  width: 95px !important;
}

.wd-95p-force {
  width: 95% !important;
}

.mx-wd-95p-force {
  max-width: 95% !important;
}

.mn-wd-95p-force {
  min-width: 95% !important;
}

.wd-100 {
  width: 100px;
}

.wd-100p {
  width: 100%;
}

.mx-wd-100p {
  max-width: 100%;
}

.mn-wd-100p {
  min-width: 100%;
}

.wd-100-force {
  width: 100px !important;
}

.wd-100p-force {
  width: 100% !important;
}

.mx-wd-100p-force {
  max-width: 100% !important;
}

.mn-wd-100p-force {
  min-width: 100% !important;
}

.wd-150 {
  width: 150px;
}

.wd-150-force {
  width: 150px !important;
}

.wd-200 {
  width: 200px;
}

.wd-200-force {
  width: 200px !important;
}

.wd-250 {
  width: 250px;
}

.wd-250-force {
  width: 250px !important;
}

.wd-300 {
  width: 300px;
}

.wd-300-force {
  width: 300px !important;
}

.wd-350 {
  width: 350px;
}

.wd-350-force {
  width: 350px !important;
}

.wd-400 {
  width: 400px;
}

.wd-400-force {
  width: 400px !important;
}

.wd-450 {
  width: 450px;
}

.wd-450-force {
  width: 450px !important;
}

.wd-500 {
  width: 500px;
}

.wd-500-force {
  width: 500px !important;
}

.wd-550 {
  width: 550px;
}

.wd-550-force {
  width: 550px !important;
}

.wd-600 {
  width: 600px;
}

.wd-600-force {
  width: 600px !important;
}

.wd-650 {
  width: 650px;
}

.wd-650-force {
  width: 650px !important;
}

.wd-700 {
  width: 700px;
}

.wd-700-force {
  width: 700px !important;
}

.wd-750 {
  width: 750px;
}

.wd-750-force {
  width: 750px !important;
}

.wd-800 {
  width: 800px;
}

.wd-800-force {
  width: 800px !important;
}

.wd-850 {
  width: 850px;
}

.wd-850-force {
  width: 850px !important;
}

.wd-900 {
  width: 900px;
}

.wd-900-force {
  width: 900px !important;
}

.wd-950 {
  width: 950px;
}

.wd-950-force {
  width: 950px !important;
}

.wd-1000 {
  width: 1000px;
}

.wd-1000-force {
  width: 1000px !important;
}

@media (min-width: 480px) {
  .wd-xs-5 {
    width: 5px;
  }

  .wd-xs-5p {
    width: 5%;
  }

  .mx-wd-xs-5p {
    max-width: 5%;
  }

  .mn-wd-xs-5p {
    min-width: 5%;
  }

  .wd-xs-5-force {
    width: 5px !important;
  }

  .wd-xs-5p-force {
    width: 5% !important;
  }

  .mx-wd-xs-5p-force {
    max-width: 5% !important;
  }

  .mn-wd-xs-5p-force {
    min-width: 5% !important;
  }

  .wd-xs-10 {
    width: 10px;
  }

  .wd-xs-10p {
    width: 10%;
  }

  .mx-wd-xs-10p {
    max-width: 10%;
  }

  .mn-wd-xs-10p {
    min-width: 10%;
  }

  .wd-xs-10-force {
    width: 10px !important;
  }

  .wd-xs-10p-force {
    width: 10% !important;
  }

  .mx-wd-xs-10p-force {
    max-width: 10% !important;
  }

  .mn-wd-xs-10p-force {
    min-width: 10% !important;
  }

  .wd-xs-15 {
    width: 15px;
  }

  .wd-xs-15p {
    width: 15%;
  }

  .mx-wd-xs-15p {
    max-width: 15%;
  }

  .mn-wd-xs-15p {
    min-width: 15%;
  }

  .wd-xs-15-force {
    width: 15px !important;
  }

  .wd-xs-15p-force {
    width: 15% !important;
  }

  .mx-wd-xs-15p-force {
    max-width: 15% !important;
  }

  .mn-wd-xs-15p-force {
    min-width: 15% !important;
  }

  .wd-xs-20 {
    width: 20px;
  }

  .wd-xs-20p {
    width: 20%;
  }

  .mx-wd-xs-20p {
    max-width: 20%;
  }

  .mn-wd-xs-20p {
    min-width: 20%;
  }

  .wd-xs-20-force {
    width: 20px !important;
  }

  .wd-xs-20p-force {
    width: 20% !important;
  }

  .mx-wd-xs-20p-force {
    max-width: 20% !important;
  }

  .mn-wd-xs-20p-force {
    min-width: 20% !important;
  }

  .wd-xs-25 {
    width: 25px;
  }

  .wd-xs-25p {
    width: 25%;
  }

  .mx-wd-xs-25p {
    max-width: 25%;
  }

  .mn-wd-xs-25p {
    min-width: 25%;
  }

  .wd-xs-25-force {
    width: 25px !important;
  }

  .wd-xs-25p-force {
    width: 25% !important;
  }

  .mx-wd-xs-25p-force {
    max-width: 25% !important;
  }

  .mn-wd-xs-25p-force {
    min-width: 25% !important;
  }

  .wd-xs-30 {
    width: 30px;
  }

  .wd-xs-30p {
    width: 30%;
  }

  .mx-wd-xs-30p {
    max-width: 30%;
  }

  .mn-wd-xs-30p {
    min-width: 30%;
  }

  .wd-xs-30-force {
    width: 30px !important;
  }

  .wd-xs-30p-force {
    width: 30% !important;
  }

  .mx-wd-xs-30p-force {
    max-width: 30% !important;
  }

  .mn-wd-xs-30p-force {
    min-width: 30% !important;
  }

  .wd-xs-35 {
    width: 35px;
  }

  .wd-xs-35p {
    width: 35%;
  }

  .mx-wd-xs-35p {
    max-width: 35%;
  }

  .mn-wd-xs-35p {
    min-width: 35%;
  }

  .wd-xs-35-force {
    width: 35px !important;
  }

  .wd-xs-35p-force {
    width: 35% !important;
  }

  .mx-wd-xs-35p-force {
    max-width: 35% !important;
  }

  .mn-wd-xs-35p-force {
    min-width: 35% !important;
  }

  .wd-xs-40 {
    width: 40px;
  }

  .wd-xs-40p {
    width: 40%;
  }

  .mx-wd-xs-40p {
    max-width: 40%;
  }

  .mn-wd-xs-40p {
    min-width: 40%;
  }

  .wd-xs-40-force {
    width: 40px !important;
  }

  .wd-xs-40p-force {
    width: 40% !important;
  }

  .mx-wd-xs-40p-force {
    max-width: 40% !important;
  }

  .mn-wd-xs-40p-force {
    min-width: 40% !important;
  }

  .wd-xs-45 {
    width: 45px;
  }

  .wd-xs-45p {
    width: 45%;
  }

  .mx-wd-xs-45p {
    max-width: 45%;
  }

  .mn-wd-xs-45p {
    min-width: 45%;
  }

  .wd-xs-45-force {
    width: 45px !important;
  }

  .wd-xs-45p-force {
    width: 45% !important;
  }

  .mx-wd-xs-45p-force {
    max-width: 45% !important;
  }

  .mn-wd-xs-45p-force {
    min-width: 45% !important;
  }

  .wd-xs-50 {
    width: 50px;
  }

  .wd-xs-50p {
    width: 50%;
  }

  .mx-wd-xs-50p {
    max-width: 50%;
  }

  .mn-wd-xs-50p {
    min-width: 50%;
  }

  .wd-xs-50-force {
    width: 50px !important;
  }

  .wd-xs-50p-force {
    width: 50% !important;
  }

  .mx-wd-xs-50p-force {
    max-width: 50% !important;
  }

  .mn-wd-xs-50p-force {
    min-width: 50% !important;
  }

  .wd-xs-55 {
    width: 55px;
  }

  .wd-xs-55p {
    width: 55%;
  }

  .mx-wd-xs-55p {
    max-width: 55%;
  }

  .mn-wd-xs-55p {
    min-width: 55%;
  }

  .wd-xs-55-force {
    width: 55px !important;
  }

  .wd-xs-55p-force {
    width: 55% !important;
  }

  .mx-wd-xs-55p-force {
    max-width: 55% !important;
  }

  .mn-wd-xs-55p-force {
    min-width: 55% !important;
  }

  .wd-xs-60 {
    width: 60px;
  }

  .wd-xs-60p {
    width: 60%;
  }

  .mx-wd-xs-60p {
    max-width: 60%;
  }

  .mn-wd-xs-60p {
    min-width: 60%;
  }

  .wd-xs-60-force {
    width: 60px !important;
  }

  .wd-xs-60p-force {
    width: 60% !important;
  }

  .mx-wd-xs-60p-force {
    max-width: 60% !important;
  }

  .mn-wd-xs-60p-force {
    min-width: 60% !important;
  }

  .wd-xs-65 {
    width: 65px;
  }

  .wd-xs-65p {
    width: 65%;
  }

  .mx-wd-xs-65p {
    max-width: 65%;
  }

  .mn-wd-xs-65p {
    min-width: 65%;
  }

  .wd-xs-65-force {
    width: 65px !important;
  }

  .wd-xs-65p-force {
    width: 65% !important;
  }

  .mx-wd-xs-65p-force {
    max-width: 65% !important;
  }

  .mn-wd-xs-65p-force {
    min-width: 65% !important;
  }

  .wd-xs-70 {
    width: 70px;
  }

  .wd-xs-70p {
    width: 70%;
  }

  .mx-wd-xs-70p {
    max-width: 70%;
  }

  .mn-wd-xs-70p {
    min-width: 70%;
  }

  .wd-xs-70-force {
    width: 70px !important;
  }

  .wd-xs-70p-force {
    width: 70% !important;
  }

  .mx-wd-xs-70p-force {
    max-width: 70% !important;
  }

  .mn-wd-xs-70p-force {
    min-width: 70% !important;
  }

  .wd-xs-75 {
    width: 75px;
  }

  .wd-xs-75p {
    width: 75%;
  }

  .mx-wd-xs-75p {
    max-width: 75%;
  }

  .mn-wd-xs-75p {
    min-width: 75%;
  }

  .wd-xs-75-force {
    width: 75px !important;
  }

  .wd-xs-75p-force {
    width: 75% !important;
  }

  .mx-wd-xs-75p-force {
    max-width: 75% !important;
  }

  .mn-wd-xs-75p-force {
    min-width: 75% !important;
  }

  .wd-xs-80 {
    width: 80px;
  }

  .wd-xs-80p {
    width: 80%;
  }

  .mx-wd-xs-80p {
    max-width: 80%;
  }

  .mn-wd-xs-80p {
    min-width: 80%;
  }

  .wd-xs-80-force {
    width: 80px !important;
  }

  .wd-xs-80p-force {
    width: 80% !important;
  }

  .mx-wd-xs-80p-force {
    max-width: 80% !important;
  }

  .mn-wd-xs-80p-force {
    min-width: 80% !important;
  }

  .wd-xs-85 {
    width: 85px;
  }

  .wd-xs-85p {
    width: 85%;
  }

  .mx-wd-xs-85p {
    max-width: 85%;
  }

  .mn-wd-xs-85p {
    min-width: 85%;
  }

  .wd-xs-85-force {
    width: 85px !important;
  }

  .wd-xs-85p-force {
    width: 85% !important;
  }

  .mx-wd-xs-85p-force {
    max-width: 85% !important;
  }

  .mn-wd-xs-85p-force {
    min-width: 85% !important;
  }

  .wd-xs-90 {
    width: 90px;
  }

  .wd-xs-90p {
    width: 90%;
  }

  .mx-wd-xs-90p {
    max-width: 90%;
  }

  .mn-wd-xs-90p {
    min-width: 90%;
  }

  .wd-xs-90-force {
    width: 90px !important;
  }

  .wd-xs-90p-force {
    width: 90% !important;
  }

  .mx-wd-xs-90p-force {
    max-width: 90% !important;
  }

  .mn-wd-xs-90p-force {
    min-width: 90% !important;
  }

  .wd-xs-95 {
    width: 95px;
  }

  .wd-xs-95p {
    width: 95%;
  }

  .mx-wd-xs-95p {
    max-width: 95%;
  }

  .mn-wd-xs-95p {
    min-width: 95%;
  }

  .wd-xs-95-force {
    width: 95px !important;
  }

  .wd-xs-95p-force {
    width: 95% !important;
  }

  .mx-wd-xs-95p-force {
    max-width: 95% !important;
  }

  .mn-wd-xs-95p-force {
    min-width: 95% !important;
  }

  .wd-xs-100 {
    width: 100px;
  }

  .wd-xs-100p {
    width: 100%;
  }

  .mx-wd-xs-100p {
    max-width: 100%;
  }

  .mn-wd-xs-100p {
    min-width: 100%;
  }

  .wd-xs-100-force {
    width: 100px !important;
  }

  .wd-xs-100p-force {
    width: 100% !important;
  }

  .mx-wd-xs-100p-force {
    max-width: 100% !important;
  }

  .mn-wd-xs-100p-force {
    min-width: 100% !important;
  }

  .wd-xs-150 {
    width: 150px;
  }

  .wd-xs-150p {
    width: 150%;
  }

  .mx-wd-xs-150p {
    max-width: 150%;
  }

  .mn-wd-xs-150p {
    min-width: 150%;
  }

  .wd-xs-150-force {
    width: 150px !important;
  }

  .wd-xs-150p-force {
    width: 150% !important;
  }

  .mx-wd-xs-150p-force {
    max-width: 150% !important;
  }

  .mn-wd-xs-150p-force {
    min-width: 150% !important;
  }

  .wd-xs-200 {
    width: 200px;
  }

  .wd-xs-200p {
    width: 200%;
  }

  .mx-wd-xs-200p {
    max-width: 200%;
  }

  .mn-wd-xs-200p {
    min-width: 200%;
  }

  .wd-xs-200-force {
    width: 200px !important;
  }

  .wd-xs-200p-force {
    width: 200% !important;
  }

  .mx-wd-xs-200p-force {
    max-width: 200% !important;
  }

  .mn-wd-xs-200p-force {
    min-width: 200% !important;
  }

  .wd-xs-250 {
    width: 250px;
  }

  .wd-xs-250p {
    width: 250%;
  }

  .mx-wd-xs-250p {
    max-width: 250%;
  }

  .mn-wd-xs-250p {
    min-width: 250%;
  }

  .wd-xs-250-force {
    width: 250px !important;
  }

  .wd-xs-250p-force {
    width: 250% !important;
  }

  .mx-wd-xs-250p-force {
    max-width: 250% !important;
  }

  .mn-wd-xs-250p-force {
    min-width: 250% !important;
  }

  .wd-xs-300 {
    width: 300px;
  }

  .wd-xs-300p {
    width: 300%;
  }

  .mx-wd-xs-300p {
    max-width: 300%;
  }

  .mn-wd-xs-300p {
    min-width: 300%;
  }

  .wd-xs-300-force {
    width: 300px !important;
  }

  .wd-xs-300p-force {
    width: 300% !important;
  }

  .mx-wd-xs-300p-force {
    max-width: 300% !important;
  }

  .mn-wd-xs-300p-force {
    min-width: 300% !important;
  }

  .wd-xs-350 {
    width: 350px;
  }

  .wd-xs-350p {
    width: 350%;
  }

  .mx-wd-xs-350p {
    max-width: 350%;
  }

  .mn-wd-xs-350p {
    min-width: 350%;
  }

  .wd-xs-350-force {
    width: 350px !important;
  }

  .wd-xs-350p-force {
    width: 350% !important;
  }

  .mx-wd-xs-350p-force {
    max-width: 350% !important;
  }

  .mn-wd-xs-350p-force {
    min-width: 350% !important;
  }

  .wd-xs-400 {
    width: 400px;
  }

  .wd-xs-400p {
    width: 400%;
  }

  .mx-wd-xs-400p {
    max-width: 400%;
  }

  .mn-wd-xs-400p {
    min-width: 400%;
  }

  .wd-xs-400-force {
    width: 400px !important;
  }

  .wd-xs-400p-force {
    width: 400% !important;
  }

  .mx-wd-xs-400p-force {
    max-width: 400% !important;
  }

  .mn-wd-xs-400p-force {
    min-width: 400% !important;
  }

  .wd-xs-450 {
    width: 450px;
  }

  .wd-xs-450p {
    width: 450%;
  }

  .mx-wd-xs-450p {
    max-width: 450%;
  }

  .mn-wd-xs-450p {
    min-width: 450%;
  }

  .wd-xs-450-force {
    width: 450px !important;
  }

  .wd-xs-450p-force {
    width: 450% !important;
  }

  .mx-wd-xs-450p-force {
    max-width: 450% !important;
  }

  .mn-wd-xs-450p-force {
    min-width: 450% !important;
  }

  .wd-xs-500 {
    width: 500px;
  }

  .wd-xs-500p {
    width: 500%;
  }

  .mx-wd-xs-500p {
    max-width: 500%;
  }

  .mn-wd-xs-500p {
    min-width: 500%;
  }

  .wd-xs-500-force {
    width: 500px !important;
  }

  .wd-xs-500p-force {
    width: 500% !important;
  }

  .mx-wd-xs-500p-force {
    max-width: 500% !important;
  }

  .mn-wd-xs-500p-force {
    min-width: 500% !important;
  }

  .wd-xs-550 {
    width: 550px;
  }

  .wd-xs-550p {
    width: 550%;
  }

  .mx-wd-xs-550p {
    max-width: 550%;
  }

  .mn-wd-xs-550p {
    min-width: 550%;
  }

  .wd-xs-550-force {
    width: 550px !important;
  }

  .wd-xs-550p-force {
    width: 550% !important;
  }

  .mx-wd-xs-550p-force {
    max-width: 550% !important;
  }

  .mn-wd-xs-550p-force {
    min-width: 550% !important;
  }

  .wd-xs-600 {
    width: 600px;
  }

  .wd-xs-600p {
    width: 600%;
  }

  .mx-wd-xs-600p {
    max-width: 600%;
  }

  .mn-wd-xs-600p {
    min-width: 600%;
  }

  .wd-xs-600-force {
    width: 600px !important;
  }

  .wd-xs-600p-force {
    width: 600% !important;
  }

  .mx-wd-xs-600p-force {
    max-width: 600% !important;
  }

  .mn-wd-xs-600p-force {
    min-width: 600% !important;
  }

  .wd-xs-650 {
    width: 650px;
  }

  .wd-xs-650p {
    width: 650%;
  }

  .mx-wd-xs-650p {
    max-width: 650%;
  }

  .mn-wd-xs-650p {
    min-width: 650%;
  }

  .wd-xs-650-force {
    width: 650px !important;
  }

  .wd-xs-650p-force {
    width: 650% !important;
  }

  .mx-wd-xs-650p-force {
    max-width: 650% !important;
  }

  .mn-wd-xs-650p-force {
    min-width: 650% !important;
  }

  .wd-xs-700 {
    width: 700px;
  }

  .wd-xs-700p {
    width: 700%;
  }

  .mx-wd-xs-700p {
    max-width: 700%;
  }

  .mn-wd-xs-700p {
    min-width: 700%;
  }

  .wd-xs-700-force {
    width: 700px !important;
  }

  .wd-xs-700p-force {
    width: 700% !important;
  }

  .mx-wd-xs-700p-force {
    max-width: 700% !important;
  }

  .mn-wd-xs-700p-force {
    min-width: 700% !important;
  }

  .wd-xs-750 {
    width: 750px;
  }

  .wd-xs-750p {
    width: 750%;
  }

  .mx-wd-xs-750p {
    max-width: 750%;
  }

  .mn-wd-xs-750p {
    min-width: 750%;
  }

  .wd-xs-750-force {
    width: 750px !important;
  }

  .wd-xs-750p-force {
    width: 750% !important;
  }

  .mx-wd-xs-750p-force {
    max-width: 750% !important;
  }

  .mn-wd-xs-750p-force {
    min-width: 750% !important;
  }

  .wd-xs-800 {
    width: 800px;
  }

  .wd-xs-800p {
    width: 800%;
  }

  .mx-wd-xs-800p {
    max-width: 800%;
  }

  .mn-wd-xs-800p {
    min-width: 800%;
  }

  .wd-xs-800-force {
    width: 800px !important;
  }

  .wd-xs-800p-force {
    width: 800% !important;
  }

  .mx-wd-xs-800p-force {
    max-width: 800% !important;
  }

  .mn-wd-xs-800p-force {
    min-width: 800% !important;
  }

  .wd-xs-850 {
    width: 850px;
  }

  .wd-xs-850p {
    width: 850%;
  }

  .mx-wd-xs-850p {
    max-width: 850%;
  }

  .mn-wd-xs-850p {
    min-width: 850%;
  }

  .wd-xs-850-force {
    width: 850px !important;
  }

  .wd-xs-850p-force {
    width: 850% !important;
  }

  .mx-wd-xs-850p-force {
    max-width: 850% !important;
  }

  .mn-wd-xs-850p-force {
    min-width: 850% !important;
  }

  .wd-xs-900 {
    width: 900px;
  }

  .wd-xs-900p {
    width: 900%;
  }

  .mx-wd-xs-900p {
    max-width: 900%;
  }

  .mn-wd-xs-900p {
    min-width: 900%;
  }

  .wd-xs-900-force {
    width: 900px !important;
  }

  .wd-xs-900p-force {
    width: 900% !important;
  }

  .mx-wd-xs-900p-force {
    max-width: 900% !important;
  }

  .mn-wd-xs-900p-force {
    min-width: 900% !important;
  }

  .wd-xs-950 {
    width: 950px;
  }

  .wd-xs-950p {
    width: 950%;
  }

  .mx-wd-xs-950p {
    max-width: 950%;
  }

  .mn-wd-xs-950p {
    min-width: 950%;
  }

  .wd-xs-950-force {
    width: 950px !important;
  }

  .wd-xs-950p-force {
    width: 950% !important;
  }

  .mx-wd-xs-950p-force {
    max-width: 950% !important;
  }

  .mn-wd-xs-950p-force {
    min-width: 950% !important;
  }

  .wd-xs-1000 {
    width: 1000px;
  }

  .wd-xs-1000p {
    width: 1000%;
  }

  .mx-wd-xs-1000p {
    max-width: 1000%;
  }

  .mn-wd-xs-1000p {
    min-width: 1000%;
  }

  .wd-xs-1000-force {
    width: 1000px !important;
  }

  .wd-xs-1000p-force {
    width: 1000% !important;
  }

  .mx-wd-xs-1000p-force {
    max-width: 1000% !important;
  }

  .mn-wd-xs-1000p-force {
    min-width: 1000% !important;
  }

  .wd-xs-auto {
    width: auto;
  }

  .wd-xs-auto-force {
    width: auto !important;
  }
}
@media (min-width: 576px) {
  .wd-sm-5 {
    width: 5px;
  }

  .wd-sm-5p {
    width: 5%;
  }

  .mx-wd-sm-5p {
    max-width: 5%;
  }

  .mn-wd-sm-5p {
    min-width: 5%;
  }

  .wd-sm-5-force {
    width: 5px !important;
  }

  .wd-sm-5p-force {
    width: 5% !important;
  }

  .mx-wd-sm-5p-force {
    max-width: 5% !important;
  }

  .mn-wd-sm-5p-force {
    min-width: 5% !important;
  }

  .wd-sm-10 {
    width: 10px;
  }

  .wd-sm-10p {
    width: 10%;
  }

  .mx-wd-sm-10p {
    max-width: 10%;
  }

  .mn-wd-sm-10p {
    min-width: 10%;
  }

  .wd-sm-10-force {
    width: 10px !important;
  }

  .wd-sm-10p-force {
    width: 10% !important;
  }

  .mx-wd-sm-10p-force {
    max-width: 10% !important;
  }

  .mn-wd-sm-10p-force {
    min-width: 10% !important;
  }

  .wd-sm-15 {
    width: 15px;
  }

  .wd-sm-15p {
    width: 15%;
  }

  .mx-wd-sm-15p {
    max-width: 15%;
  }

  .mn-wd-sm-15p {
    min-width: 15%;
  }

  .wd-sm-15-force {
    width: 15px !important;
  }

  .wd-sm-15p-force {
    width: 15% !important;
  }

  .mx-wd-sm-15p-force {
    max-width: 15% !important;
  }

  .mn-wd-sm-15p-force {
    min-width: 15% !important;
  }

  .wd-sm-20 {
    width: 20px;
  }

  .wd-sm-20p {
    width: 20%;
  }

  .mx-wd-sm-20p {
    max-width: 20%;
  }

  .mn-wd-sm-20p {
    min-width: 20%;
  }

  .wd-sm-20-force {
    width: 20px !important;
  }

  .wd-sm-20p-force {
    width: 20% !important;
  }

  .mx-wd-sm-20p-force {
    max-width: 20% !important;
  }

  .mn-wd-sm-20p-force {
    min-width: 20% !important;
  }

  .wd-sm-25 {
    width: 25px;
  }

  .wd-sm-25p {
    width: 25%;
  }

  .mx-wd-sm-25p {
    max-width: 25%;
  }

  .mn-wd-sm-25p {
    min-width: 25%;
  }

  .wd-sm-25-force {
    width: 25px !important;
  }

  .wd-sm-25p-force {
    width: 25% !important;
  }

  .mx-wd-sm-25p-force {
    max-width: 25% !important;
  }

  .mn-wd-sm-25p-force {
    min-width: 25% !important;
  }

  .wd-sm-30 {
    width: 30px;
  }

  .wd-sm-30p {
    width: 30%;
  }

  .mx-wd-sm-30p {
    max-width: 30%;
  }

  .mn-wd-sm-30p {
    min-width: 30%;
  }

  .wd-sm-30-force {
    width: 30px !important;
  }

  .wd-sm-30p-force {
    width: 30% !important;
  }

  .mx-wd-sm-30p-force {
    max-width: 30% !important;
  }

  .mn-wd-sm-30p-force {
    min-width: 30% !important;
  }

  .wd-sm-35 {
    width: 35px;
  }

  .wd-sm-35p {
    width: 35%;
  }

  .mx-wd-sm-35p {
    max-width: 35%;
  }

  .mn-wd-sm-35p {
    min-width: 35%;
  }

  .wd-sm-35-force {
    width: 35px !important;
  }

  .wd-sm-35p-force {
    width: 35% !important;
  }

  .mx-wd-sm-35p-force {
    max-width: 35% !important;
  }

  .mn-wd-sm-35p-force {
    min-width: 35% !important;
  }

  .wd-sm-40 {
    width: 40px;
  }

  .wd-sm-40p {
    width: 40%;
  }

  .mx-wd-sm-40p {
    max-width: 40%;
  }

  .mn-wd-sm-40p {
    min-width: 40%;
  }

  .wd-sm-40-force {
    width: 40px !important;
  }

  .wd-sm-40p-force {
    width: 40% !important;
  }

  .mx-wd-sm-40p-force {
    max-width: 40% !important;
  }

  .mn-wd-sm-40p-force {
    min-width: 40% !important;
  }

  .wd-sm-45 {
    width: 45px;
  }

  .wd-sm-45p {
    width: 45%;
  }

  .mx-wd-sm-45p {
    max-width: 45%;
  }

  .mn-wd-sm-45p {
    min-width: 45%;
  }

  .wd-sm-45-force {
    width: 45px !important;
  }

  .wd-sm-45p-force {
    width: 45% !important;
  }

  .mx-wd-sm-45p-force {
    max-width: 45% !important;
  }

  .mn-wd-sm-45p-force {
    min-width: 45% !important;
  }

  .wd-sm-50 {
    width: 50px;
  }

  .wd-sm-50p {
    width: 50%;
  }

  .mx-wd-sm-50p {
    max-width: 50%;
  }

  .mn-wd-sm-50p {
    min-width: 50%;
  }

  .wd-sm-50-force {
    width: 50px !important;
  }

  .wd-sm-50p-force {
    width: 50% !important;
  }

  .mx-wd-sm-50p-force {
    max-width: 50% !important;
  }

  .mn-wd-sm-50p-force {
    min-width: 50% !important;
  }

  .wd-sm-55 {
    width: 55px;
  }

  .wd-sm-55p {
    width: 55%;
  }

  .mx-wd-sm-55p {
    max-width: 55%;
  }

  .mn-wd-sm-55p {
    min-width: 55%;
  }

  .wd-sm-55-force {
    width: 55px !important;
  }

  .wd-sm-55p-force {
    width: 55% !important;
  }

  .mx-wd-sm-55p-force {
    max-width: 55% !important;
  }

  .mn-wd-sm-55p-force {
    min-width: 55% !important;
  }

  .wd-sm-60 {
    width: 60px;
  }

  .wd-sm-60p {
    width: 60%;
  }

  .mx-wd-sm-60p {
    max-width: 60%;
  }

  .mn-wd-sm-60p {
    min-width: 60%;
  }

  .wd-sm-60-force {
    width: 60px !important;
  }

  .wd-sm-60p-force {
    width: 60% !important;
  }

  .mx-wd-sm-60p-force {
    max-width: 60% !important;
  }

  .mn-wd-sm-60p-force {
    min-width: 60% !important;
  }

  .wd-sm-65 {
    width: 65px;
  }

  .wd-sm-65p {
    width: 65%;
  }

  .mx-wd-sm-65p {
    max-width: 65%;
  }

  .mn-wd-sm-65p {
    min-width: 65%;
  }

  .wd-sm-65-force {
    width: 65px !important;
  }

  .wd-sm-65p-force {
    width: 65% !important;
  }

  .mx-wd-sm-65p-force {
    max-width: 65% !important;
  }

  .mn-wd-sm-65p-force {
    min-width: 65% !important;
  }

  .wd-sm-70 {
    width: 70px;
  }

  .wd-sm-70p {
    width: 70%;
  }

  .mx-wd-sm-70p {
    max-width: 70%;
  }

  .mn-wd-sm-70p {
    min-width: 70%;
  }

  .wd-sm-70-force {
    width: 70px !important;
  }

  .wd-sm-70p-force {
    width: 70% !important;
  }

  .mx-wd-sm-70p-force {
    max-width: 70% !important;
  }

  .mn-wd-sm-70p-force {
    min-width: 70% !important;
  }

  .wd-sm-75 {
    width: 75px;
  }

  .wd-sm-75p {
    width: 75%;
  }

  .mx-wd-sm-75p {
    max-width: 75%;
  }

  .mn-wd-sm-75p {
    min-width: 75%;
  }

  .wd-sm-75-force {
    width: 75px !important;
  }

  .wd-sm-75p-force {
    width: 75% !important;
  }

  .mx-wd-sm-75p-force {
    max-width: 75% !important;
  }

  .mn-wd-sm-75p-force {
    min-width: 75% !important;
  }

  .wd-sm-80 {
    width: 80px;
  }

  .wd-sm-80p {
    width: 80%;
  }

  .mx-wd-sm-80p {
    max-width: 80%;
  }

  .mn-wd-sm-80p {
    min-width: 80%;
  }

  .wd-sm-80-force {
    width: 80px !important;
  }

  .wd-sm-80p-force {
    width: 80% !important;
  }

  .mx-wd-sm-80p-force {
    max-width: 80% !important;
  }

  .mn-wd-sm-80p-force {
    min-width: 80% !important;
  }

  .wd-sm-85 {
    width: 85px;
  }

  .wd-sm-85p {
    width: 85%;
  }

  .mx-wd-sm-85p {
    max-width: 85%;
  }

  .mn-wd-sm-85p {
    min-width: 85%;
  }

  .wd-sm-85-force {
    width: 85px !important;
  }

  .wd-sm-85p-force {
    width: 85% !important;
  }

  .mx-wd-sm-85p-force {
    max-width: 85% !important;
  }

  .mn-wd-sm-85p-force {
    min-width: 85% !important;
  }

  .wd-sm-90 {
    width: 90px;
  }

  .wd-sm-90p {
    width: 90%;
  }

  .mx-wd-sm-90p {
    max-width: 90%;
  }

  .mn-wd-sm-90p {
    min-width: 90%;
  }

  .wd-sm-90-force {
    width: 90px !important;
  }

  .wd-sm-90p-force {
    width: 90% !important;
  }

  .mx-wd-sm-90p-force {
    max-width: 90% !important;
  }

  .mn-wd-sm-90p-force {
    min-width: 90% !important;
  }

  .wd-sm-95 {
    width: 95px;
  }

  .wd-sm-95p {
    width: 95%;
  }

  .mx-wd-sm-95p {
    max-width: 95%;
  }

  .mn-wd-sm-95p {
    min-width: 95%;
  }

  .wd-sm-95-force {
    width: 95px !important;
  }

  .wd-sm-95p-force {
    width: 95% !important;
  }

  .mx-wd-sm-95p-force {
    max-width: 95% !important;
  }

  .mn-wd-sm-95p-force {
    min-width: 95% !important;
  }

  .wd-sm-100 {
    width: 100px;
  }

  .wd-sm-100p {
    width: 100%;
  }

  .mx-wd-sm-100p {
    max-width: 100%;
  }

  .mn-wd-sm-100p {
    min-width: 100%;
  }

  .wd-sm-100-force {
    width: 100px !important;
  }

  .wd-sm-100p-force {
    width: 100% !important;
  }

  .mx-wd-sm-100p-force {
    max-width: 100% !important;
  }

  .mn-wd-sm-100p-force {
    min-width: 100% !important;
  }

  .wd-sm-150 {
    width: 150px;
  }

  .wd-sm-150p {
    width: 150%;
  }

  .mx-wd-sm-150p {
    max-width: 150%;
  }

  .mn-wd-sm-150p {
    min-width: 150%;
  }

  .wd-sm-150-force {
    width: 150px !important;
  }

  .wd-sm-150p-force {
    width: 150% !important;
  }

  .mx-wd-sm-150p-force {
    max-width: 150% !important;
  }

  .mn-wd-sm-150p-force {
    min-width: 150% !important;
  }

  .wd-sm-200 {
    width: 200px;
  }

  .wd-sm-200p {
    width: 200%;
  }

  .mx-wd-sm-200p {
    max-width: 200%;
  }

  .mn-wd-sm-200p {
    min-width: 200%;
  }

  .wd-sm-200-force {
    width: 200px !important;
  }

  .wd-sm-200p-force {
    width: 200% !important;
  }

  .mx-wd-sm-200p-force {
    max-width: 200% !important;
  }

  .mn-wd-sm-200p-force {
    min-width: 200% !important;
  }

  .wd-sm-250 {
    width: 250px;
  }

  .wd-sm-250p {
    width: 250%;
  }

  .mx-wd-sm-250p {
    max-width: 250%;
  }

  .mn-wd-sm-250p {
    min-width: 250%;
  }

  .wd-sm-250-force {
    width: 250px !important;
  }

  .wd-sm-250p-force {
    width: 250% !important;
  }

  .mx-wd-sm-250p-force {
    max-width: 250% !important;
  }

  .mn-wd-sm-250p-force {
    min-width: 250% !important;
  }

  .wd-sm-300 {
    width: 300px;
  }

  .wd-sm-300p {
    width: 300%;
  }

  .mx-wd-sm-300p {
    max-width: 300%;
  }

  .mn-wd-sm-300p {
    min-width: 300%;
  }

  .wd-sm-300-force {
    width: 300px !important;
  }

  .wd-sm-300p-force {
    width: 300% !important;
  }

  .mx-wd-sm-300p-force {
    max-width: 300% !important;
  }

  .mn-wd-sm-300p-force {
    min-width: 300% !important;
  }

  .wd-sm-350 {
    width: 350px;
  }

  .wd-sm-350p {
    width: 350%;
  }

  .mx-wd-sm-350p {
    max-width: 350%;
  }

  .mn-wd-sm-350p {
    min-width: 350%;
  }

  .wd-sm-350-force {
    width: 350px !important;
  }

  .wd-sm-350p-force {
    width: 350% !important;
  }

  .mx-wd-sm-350p-force {
    max-width: 350% !important;
  }

  .mn-wd-sm-350p-force {
    min-width: 350% !important;
  }

  .wd-sm-400 {
    width: 400px;
  }

  .wd-sm-400p {
    width: 400%;
  }

  .mx-wd-sm-400p {
    max-width: 400%;
  }

  .mn-wd-sm-400p {
    min-width: 400%;
  }

  .wd-sm-400-force {
    width: 400px !important;
  }

  .wd-sm-400p-force {
    width: 400% !important;
  }

  .mx-wd-sm-400p-force {
    max-width: 400% !important;
  }

  .mn-wd-sm-400p-force {
    min-width: 400% !important;
  }

  .wd-sm-450 {
    width: 450px;
  }

  .wd-sm-450p {
    width: 450%;
  }

  .mx-wd-sm-450p {
    max-width: 450%;
  }

  .mn-wd-sm-450p {
    min-width: 450%;
  }

  .wd-sm-450-force {
    width: 450px !important;
  }

  .wd-sm-450p-force {
    width: 450% !important;
  }

  .mx-wd-sm-450p-force {
    max-width: 450% !important;
  }

  .mn-wd-sm-450p-force {
    min-width: 450% !important;
  }

  .wd-sm-500 {
    width: 500px;
  }

  .wd-sm-500p {
    width: 500%;
  }

  .mx-wd-sm-500p {
    max-width: 500%;
  }

  .mn-wd-sm-500p {
    min-width: 500%;
  }

  .wd-sm-500-force {
    width: 500px !important;
  }

  .wd-sm-500p-force {
    width: 500% !important;
  }

  .mx-wd-sm-500p-force {
    max-width: 500% !important;
  }

  .mn-wd-sm-500p-force {
    min-width: 500% !important;
  }

  .wd-sm-550 {
    width: 550px;
  }

  .wd-sm-550p {
    width: 550%;
  }

  .mx-wd-sm-550p {
    max-width: 550%;
  }

  .mn-wd-sm-550p {
    min-width: 550%;
  }

  .wd-sm-550-force {
    width: 550px !important;
  }

  .wd-sm-550p-force {
    width: 550% !important;
  }

  .mx-wd-sm-550p-force {
    max-width: 550% !important;
  }

  .mn-wd-sm-550p-force {
    min-width: 550% !important;
  }

  .wd-sm-600 {
    width: 600px;
  }

  .wd-sm-600p {
    width: 600%;
  }

  .mx-wd-sm-600p {
    max-width: 600%;
  }

  .mn-wd-sm-600p {
    min-width: 600%;
  }

  .wd-sm-600-force {
    width: 600px !important;
  }

  .wd-sm-600p-force {
    width: 600% !important;
  }

  .mx-wd-sm-600p-force {
    max-width: 600% !important;
  }

  .mn-wd-sm-600p-force {
    min-width: 600% !important;
  }

  .wd-sm-650 {
    width: 650px;
  }

  .wd-sm-650p {
    width: 650%;
  }

  .mx-wd-sm-650p {
    max-width: 650%;
  }

  .mn-wd-sm-650p {
    min-width: 650%;
  }

  .wd-sm-650-force {
    width: 650px !important;
  }

  .wd-sm-650p-force {
    width: 650% !important;
  }

  .mx-wd-sm-650p-force {
    max-width: 650% !important;
  }

  .mn-wd-sm-650p-force {
    min-width: 650% !important;
  }

  .wd-sm-700 {
    width: 700px;
  }

  .wd-sm-700p {
    width: 700%;
  }

  .mx-wd-sm-700p {
    max-width: 700%;
  }

  .mn-wd-sm-700p {
    min-width: 700%;
  }

  .wd-sm-700-force {
    width: 700px !important;
  }

  .wd-sm-700p-force {
    width: 700% !important;
  }

  .mx-wd-sm-700p-force {
    max-width: 700% !important;
  }

  .mn-wd-sm-700p-force {
    min-width: 700% !important;
  }

  .wd-sm-750 {
    width: 750px;
  }

  .wd-sm-750p {
    width: 750%;
  }

  .mx-wd-sm-750p {
    max-width: 750%;
  }

  .mn-wd-sm-750p {
    min-width: 750%;
  }

  .wd-sm-750-force {
    width: 750px !important;
  }

  .wd-sm-750p-force {
    width: 750% !important;
  }

  .mx-wd-sm-750p-force {
    max-width: 750% !important;
  }

  .mn-wd-sm-750p-force {
    min-width: 750% !important;
  }

  .wd-sm-800 {
    width: 800px;
  }

  .wd-sm-800p {
    width: 800%;
  }

  .mx-wd-sm-800p {
    max-width: 800%;
  }

  .mn-wd-sm-800p {
    min-width: 800%;
  }

  .wd-sm-800-force {
    width: 800px !important;
  }

  .wd-sm-800p-force {
    width: 800% !important;
  }

  .mx-wd-sm-800p-force {
    max-width: 800% !important;
  }

  .mn-wd-sm-800p-force {
    min-width: 800% !important;
  }

  .wd-sm-850 {
    width: 850px;
  }

  .wd-sm-850p {
    width: 850%;
  }

  .mx-wd-sm-850p {
    max-width: 850%;
  }

  .mn-wd-sm-850p {
    min-width: 850%;
  }

  .wd-sm-850-force {
    width: 850px !important;
  }

  .wd-sm-850p-force {
    width: 850% !important;
  }

  .mx-wd-sm-850p-force {
    max-width: 850% !important;
  }

  .mn-wd-sm-850p-force {
    min-width: 850% !important;
  }

  .wd-sm-900 {
    width: 900px;
  }

  .wd-sm-900p {
    width: 900%;
  }

  .mx-wd-sm-900p {
    max-width: 900%;
  }

  .mn-wd-sm-900p {
    min-width: 900%;
  }

  .wd-sm-900-force {
    width: 900px !important;
  }

  .wd-sm-900p-force {
    width: 900% !important;
  }

  .mx-wd-sm-900p-force {
    max-width: 900% !important;
  }

  .mn-wd-sm-900p-force {
    min-width: 900% !important;
  }

  .wd-sm-950 {
    width: 950px;
  }

  .wd-sm-950p {
    width: 950%;
  }

  .mx-wd-sm-950p {
    max-width: 950%;
  }

  .mn-wd-sm-950p {
    min-width: 950%;
  }

  .wd-sm-950-force {
    width: 950px !important;
  }

  .wd-sm-950p-force {
    width: 950% !important;
  }

  .mx-wd-sm-950p-force {
    max-width: 950% !important;
  }

  .mn-wd-sm-950p-force {
    min-width: 950% !important;
  }

  .wd-sm-1000 {
    width: 1000px;
  }

  .wd-sm-1000p {
    width: 1000%;
  }

  .mx-wd-sm-1000p {
    max-width: 1000%;
  }

  .mn-wd-sm-1000p {
    min-width: 1000%;
  }

  .wd-sm-1000-force {
    width: 1000px !important;
  }

  .wd-sm-1000p-force {
    width: 1000% !important;
  }

  .mx-wd-sm-1000p-force {
    max-width: 1000% !important;
  }

  .mn-wd-sm-1000p-force {
    min-width: 1000% !important;
  }

  .wd-sm-auto {
    width: auto;
  }

  .wd-sm-auto-force {
    width: auto !important;
  }
}
@media (min-width: 768px) {
  .wd-md-5 {
    width: 5px;
  }

  .wd-md-5p {
    width: 5%;
  }

  .mx-wd-md-5p {
    max-width: 5%;
  }

  .mn-wd-md-5p {
    min-width: 5%;
  }

  .wd-md-5-force {
    width: 5px !important;
  }

  .wd-md-5p-force {
    width: 5% !important;
  }

  .mx-wd-md-5p-force {
    max-width: 5% !important;
  }

  .mn-wd-md-5p-force {
    min-width: 5% !important;
  }

  .wd-md-10 {
    width: 10px;
  }

  .wd-md-10p {
    width: 10%;
  }

  .mx-wd-md-10p {
    max-width: 10%;
  }

  .mn-wd-md-10p {
    min-width: 10%;
  }

  .wd-md-10-force {
    width: 10px !important;
  }

  .wd-md-10p-force {
    width: 10% !important;
  }

  .mx-wd-md-10p-force {
    max-width: 10% !important;
  }

  .mn-wd-md-10p-force {
    min-width: 10% !important;
  }

  .wd-md-15 {
    width: 15px;
  }

  .wd-md-15p {
    width: 15%;
  }

  .mx-wd-md-15p {
    max-width: 15%;
  }

  .mn-wd-md-15p {
    min-width: 15%;
  }

  .wd-md-15-force {
    width: 15px !important;
  }

  .wd-md-15p-force {
    width: 15% !important;
  }

  .mx-wd-md-15p-force {
    max-width: 15% !important;
  }

  .mn-wd-md-15p-force {
    min-width: 15% !important;
  }

  .wd-md-20 {
    width: 20px;
  }

  .wd-md-20p {
    width: 20%;
  }

  .mx-wd-md-20p {
    max-width: 20%;
  }

  .mn-wd-md-20p {
    min-width: 20%;
  }

  .wd-md-20-force {
    width: 20px !important;
  }

  .wd-md-20p-force {
    width: 20% !important;
  }

  .mx-wd-md-20p-force {
    max-width: 20% !important;
  }

  .mn-wd-md-20p-force {
    min-width: 20% !important;
  }

  .wd-md-25 {
    width: 25px;
  }

  .wd-md-25p {
    width: 25%;
  }

  .mx-wd-md-25p {
    max-width: 25%;
  }

  .mn-wd-md-25p {
    min-width: 25%;
  }

  .wd-md-25-force {
    width: 25px !important;
  }

  .wd-md-25p-force {
    width: 25% !important;
  }

  .mx-wd-md-25p-force {
    max-width: 25% !important;
  }

  .mn-wd-md-25p-force {
    min-width: 25% !important;
  }

  .wd-md-30 {
    width: 30px;
  }

  .wd-md-30p {
    width: 30%;
  }

  .mx-wd-md-30p {
    max-width: 30%;
  }

  .mn-wd-md-30p {
    min-width: 30%;
  }

  .wd-md-30-force {
    width: 30px !important;
  }

  .wd-md-30p-force {
    width: 30% !important;
  }

  .mx-wd-md-30p-force {
    max-width: 30% !important;
  }

  .mn-wd-md-30p-force {
    min-width: 30% !important;
  }

  .wd-md-35 {
    width: 35px;
  }

  .wd-md-35p {
    width: 35%;
  }

  .mx-wd-md-35p {
    max-width: 35%;
  }

  .mn-wd-md-35p {
    min-width: 35%;
  }

  .wd-md-35-force {
    width: 35px !important;
  }

  .wd-md-35p-force {
    width: 35% !important;
  }

  .mx-wd-md-35p-force {
    max-width: 35% !important;
  }

  .mn-wd-md-35p-force {
    min-width: 35% !important;
  }

  .wd-md-40 {
    width: 40px;
  }

  .wd-md-40p {
    width: 40%;
  }

  .mx-wd-md-40p {
    max-width: 40%;
  }

  .mn-wd-md-40p {
    min-width: 40%;
  }

  .wd-md-40-force {
    width: 40px !important;
  }

  .wd-md-40p-force {
    width: 40% !important;
  }

  .mx-wd-md-40p-force {
    max-width: 40% !important;
  }

  .mn-wd-md-40p-force {
    min-width: 40% !important;
  }

  .wd-md-45 {
    width: 45px;
  }

  .wd-md-45p {
    width: 45%;
  }

  .mx-wd-md-45p {
    max-width: 45%;
  }

  .mn-wd-md-45p {
    min-width: 45%;
  }

  .wd-md-45-force {
    width: 45px !important;
  }

  .wd-md-45p-force {
    width: 45% !important;
  }

  .mx-wd-md-45p-force {
    max-width: 45% !important;
  }

  .mn-wd-md-45p-force {
    min-width: 45% !important;
  }

  .wd-md-50 {
    width: 50px;
  }

  .wd-md-50p {
    width: 50%;
  }

  .mx-wd-md-50p {
    max-width: 50%;
  }

  .mn-wd-md-50p {
    min-width: 50%;
  }

  .wd-md-50-force {
    width: 50px !important;
  }

  .wd-md-50p-force {
    width: 50% !important;
  }

  .mx-wd-md-50p-force {
    max-width: 50% !important;
  }

  .mn-wd-md-50p-force {
    min-width: 50% !important;
  }

  .wd-md-55 {
    width: 55px;
  }

  .wd-md-55p {
    width: 55%;
  }

  .mx-wd-md-55p {
    max-width: 55%;
  }

  .mn-wd-md-55p {
    min-width: 55%;
  }

  .wd-md-55-force {
    width: 55px !important;
  }

  .wd-md-55p-force {
    width: 55% !important;
  }

  .mx-wd-md-55p-force {
    max-width: 55% !important;
  }

  .mn-wd-md-55p-force {
    min-width: 55% !important;
  }

  .wd-md-60 {
    width: 60px;
  }

  .wd-md-60p {
    width: 60%;
  }

  .mx-wd-md-60p {
    max-width: 60%;
  }

  .mn-wd-md-60p {
    min-width: 60%;
  }

  .wd-md-60-force {
    width: 60px !important;
  }

  .wd-md-60p-force {
    width: 60% !important;
  }

  .mx-wd-md-60p-force {
    max-width: 60% !important;
  }

  .mn-wd-md-60p-force {
    min-width: 60% !important;
  }

  .wd-md-65 {
    width: 65px;
  }

  .wd-md-65p {
    width: 65%;
  }

  .mx-wd-md-65p {
    max-width: 65%;
  }

  .mn-wd-md-65p {
    min-width: 65%;
  }

  .wd-md-65-force {
    width: 65px !important;
  }

  .wd-md-65p-force {
    width: 65% !important;
  }

  .mx-wd-md-65p-force {
    max-width: 65% !important;
  }

  .mn-wd-md-65p-force {
    min-width: 65% !important;
  }

  .wd-md-70 {
    width: 70px;
  }

  .wd-md-70p {
    width: 70%;
  }

  .mx-wd-md-70p {
    max-width: 70%;
  }

  .mn-wd-md-70p {
    min-width: 70%;
  }

  .wd-md-70-force {
    width: 70px !important;
  }

  .wd-md-70p-force {
    width: 70% !important;
  }

  .mx-wd-md-70p-force {
    max-width: 70% !important;
  }

  .mn-wd-md-70p-force {
    min-width: 70% !important;
  }

  .wd-md-75 {
    width: 75px;
  }

  .wd-md-75p {
    width: 75%;
  }

  .mx-wd-md-75p {
    max-width: 75%;
  }

  .mn-wd-md-75p {
    min-width: 75%;
  }

  .wd-md-75-force {
    width: 75px !important;
  }

  .wd-md-75p-force {
    width: 75% !important;
  }

  .mx-wd-md-75p-force {
    max-width: 75% !important;
  }

  .mn-wd-md-75p-force {
    min-width: 75% !important;
  }

  .wd-md-80 {
    width: 80px;
  }

  .wd-md-80p {
    width: 80%;
  }

  .mx-wd-md-80p {
    max-width: 80%;
  }

  .mn-wd-md-80p {
    min-width: 80%;
  }

  .wd-md-80-force {
    width: 80px !important;
  }

  .wd-md-80p-force {
    width: 80% !important;
  }

  .mx-wd-md-80p-force {
    max-width: 80% !important;
  }

  .mn-wd-md-80p-force {
    min-width: 80% !important;
  }

  .wd-md-85 {
    width: 85px;
  }

  .wd-md-85p {
    width: 85%;
  }

  .mx-wd-md-85p {
    max-width: 85%;
  }

  .mn-wd-md-85p {
    min-width: 85%;
  }

  .wd-md-85-force {
    width: 85px !important;
  }

  .wd-md-85p-force {
    width: 85% !important;
  }

  .mx-wd-md-85p-force {
    max-width: 85% !important;
  }

  .mn-wd-md-85p-force {
    min-width: 85% !important;
  }

  .wd-md-90 {
    width: 90px;
  }

  .wd-md-90p {
    width: 90%;
  }

  .mx-wd-md-90p {
    max-width: 90%;
  }

  .mn-wd-md-90p {
    min-width: 90%;
  }

  .wd-md-90-force {
    width: 90px !important;
  }

  .wd-md-90p-force {
    width: 90% !important;
  }

  .mx-wd-md-90p-force {
    max-width: 90% !important;
  }

  .mn-wd-md-90p-force {
    min-width: 90% !important;
  }

  .wd-md-95 {
    width: 95px;
  }

  .wd-md-95p {
    width: 95%;
  }

  .mx-wd-md-95p {
    max-width: 95%;
  }

  .mn-wd-md-95p {
    min-width: 95%;
  }

  .wd-md-95-force {
    width: 95px !important;
  }

  .wd-md-95p-force {
    width: 95% !important;
  }

  .mx-wd-md-95p-force {
    max-width: 95% !important;
  }

  .mn-wd-md-95p-force {
    min-width: 95% !important;
  }

  .wd-md-100 {
    width: 100px;
  }

  .wd-md-100p {
    width: 100%;
  }

  .mx-wd-md-100p {
    max-width: 100%;
  }

  .mn-wd-md-100p {
    min-width: 100%;
  }

  .wd-md-100-force {
    width: 100px !important;
  }

  .wd-md-100p-force {
    width: 100% !important;
  }

  .mx-wd-md-100p-force {
    max-width: 100% !important;
  }

  .mn-wd-md-100p-force {
    min-width: 100% !important;
  }

  .wd-md-150 {
    width: 150px;
  }

  .wd-md-150p {
    width: 150%;
  }

  .mx-wd-md-150p {
    max-width: 150%;
  }

  .mn-wd-md-150p {
    min-width: 150%;
  }

  .wd-md-150-force {
    width: 150px !important;
  }

  .wd-md-150p-force {
    width: 150% !important;
  }

  .mx-wd-md-150p-force {
    max-width: 150% !important;
  }

  .mn-wd-md-150p-force {
    min-width: 150% !important;
  }

  .wd-md-200 {
    width: 200px;
  }

  .wd-md-200p {
    width: 200%;
  }

  .mx-wd-md-200p {
    max-width: 200%;
  }

  .mn-wd-md-200p {
    min-width: 200%;
  }

  .wd-md-200-force {
    width: 200px !important;
  }

  .wd-md-200p-force {
    width: 200% !important;
  }

  .mx-wd-md-200p-force {
    max-width: 200% !important;
  }

  .mn-wd-md-200p-force {
    min-width: 200% !important;
  }

  .wd-md-250 {
    width: 250px;
  }

  .wd-md-250p {
    width: 250%;
  }

  .mx-wd-md-250p {
    max-width: 250%;
  }

  .mn-wd-md-250p {
    min-width: 250%;
  }

  .wd-md-250-force {
    width: 250px !important;
  }

  .wd-md-250p-force {
    width: 250% !important;
  }

  .mx-wd-md-250p-force {
    max-width: 250% !important;
  }

  .mn-wd-md-250p-force {
    min-width: 250% !important;
  }

  .wd-md-300 {
    width: 300px;
  }

  .wd-md-300p {
    width: 300%;
  }

  .mx-wd-md-300p {
    max-width: 300%;
  }

  .mn-wd-md-300p {
    min-width: 300%;
  }

  .wd-md-300-force {
    width: 300px !important;
  }

  .wd-md-300p-force {
    width: 300% !important;
  }

  .mx-wd-md-300p-force {
    max-width: 300% !important;
  }

  .mn-wd-md-300p-force {
    min-width: 300% !important;
  }

  .wd-md-350 {
    width: 350px;
  }

  .wd-md-350p {
    width: 350%;
  }

  .mx-wd-md-350p {
    max-width: 350%;
  }

  .mn-wd-md-350p {
    min-width: 350%;
  }

  .wd-md-350-force {
    width: 350px !important;
  }

  .wd-md-350p-force {
    width: 350% !important;
  }

  .mx-wd-md-350p-force {
    max-width: 350% !important;
  }

  .mn-wd-md-350p-force {
    min-width: 350% !important;
  }

  .wd-md-400 {
    width: 400px;
  }

  .wd-md-400p {
    width: 400%;
  }

  .mx-wd-md-400p {
    max-width: 400%;
  }

  .mn-wd-md-400p {
    min-width: 400%;
  }

  .wd-md-400-force {
    width: 400px !important;
  }

  .wd-md-400p-force {
    width: 400% !important;
  }

  .mx-wd-md-400p-force {
    max-width: 400% !important;
  }

  .mn-wd-md-400p-force {
    min-width: 400% !important;
  }

  .wd-md-450 {
    width: 450px;
  }

  .wd-md-450p {
    width: 450%;
  }

  .mx-wd-md-450p {
    max-width: 450%;
  }

  .mn-wd-md-450p {
    min-width: 450%;
  }

  .wd-md-450-force {
    width: 450px !important;
  }

  .wd-md-450p-force {
    width: 450% !important;
  }

  .mx-wd-md-450p-force {
    max-width: 450% !important;
  }

  .mn-wd-md-450p-force {
    min-width: 450% !important;
  }

  .wd-md-500 {
    width: 500px;
  }

  .wd-md-500p {
    width: 500%;
  }

  .mx-wd-md-500p {
    max-width: 500%;
  }

  .mn-wd-md-500p {
    min-width: 500%;
  }

  .wd-md-500-force {
    width: 500px !important;
  }

  .wd-md-500p-force {
    width: 500% !important;
  }

  .mx-wd-md-500p-force {
    max-width: 500% !important;
  }

  .mn-wd-md-500p-force {
    min-width: 500% !important;
  }

  .wd-md-550 {
    width: 550px;
  }

  .wd-md-550p {
    width: 550%;
  }

  .mx-wd-md-550p {
    max-width: 550%;
  }

  .mn-wd-md-550p {
    min-width: 550%;
  }

  .wd-md-550-force {
    width: 550px !important;
  }

  .wd-md-550p-force {
    width: 550% !important;
  }

  .mx-wd-md-550p-force {
    max-width: 550% !important;
  }

  .mn-wd-md-550p-force {
    min-width: 550% !important;
  }

  .wd-md-600 {
    width: 600px;
  }

  .wd-md-600p {
    width: 600%;
  }

  .mx-wd-md-600p {
    max-width: 600%;
  }

  .mn-wd-md-600p {
    min-width: 600%;
  }

  .wd-md-600-force {
    width: 600px !important;
  }

  .wd-md-600p-force {
    width: 600% !important;
  }

  .mx-wd-md-600p-force {
    max-width: 600% !important;
  }

  .mn-wd-md-600p-force {
    min-width: 600% !important;
  }

  .wd-md-650 {
    width: 650px;
  }

  .wd-md-650p {
    width: 650%;
  }

  .mx-wd-md-650p {
    max-width: 650%;
  }

  .mn-wd-md-650p {
    min-width: 650%;
  }

  .wd-md-650-force {
    width: 650px !important;
  }

  .wd-md-650p-force {
    width: 650% !important;
  }

  .mx-wd-md-650p-force {
    max-width: 650% !important;
  }

  .mn-wd-md-650p-force {
    min-width: 650% !important;
  }

  .wd-md-700 {
    width: 700px;
  }

  .wd-md-700p {
    width: 700%;
  }

  .mx-wd-md-700p {
    max-width: 700%;
  }

  .mn-wd-md-700p {
    min-width: 700%;
  }

  .wd-md-700-force {
    width: 700px !important;
  }

  .wd-md-700p-force {
    width: 700% !important;
  }

  .mx-wd-md-700p-force {
    max-width: 700% !important;
  }

  .mn-wd-md-700p-force {
    min-width: 700% !important;
  }

  .wd-md-750 {
    width: 750px;
  }

  .wd-md-750p {
    width: 750%;
  }

  .mx-wd-md-750p {
    max-width: 750%;
  }

  .mn-wd-md-750p {
    min-width: 750%;
  }

  .wd-md-750-force {
    width: 750px !important;
  }

  .wd-md-750p-force {
    width: 750% !important;
  }

  .mx-wd-md-750p-force {
    max-width: 750% !important;
  }

  .mn-wd-md-750p-force {
    min-width: 750% !important;
  }

  .wd-md-800 {
    width: 800px;
  }

  .wd-md-800p {
    width: 800%;
  }

  .mx-wd-md-800p {
    max-width: 800%;
  }

  .mn-wd-md-800p {
    min-width: 800%;
  }

  .wd-md-800-force {
    width: 800px !important;
  }

  .wd-md-800p-force {
    width: 800% !important;
  }

  .mx-wd-md-800p-force {
    max-width: 800% !important;
  }

  .mn-wd-md-800p-force {
    min-width: 800% !important;
  }

  .wd-md-850 {
    width: 850px;
  }

  .wd-md-850p {
    width: 850%;
  }

  .mx-wd-md-850p {
    max-width: 850%;
  }

  .mn-wd-md-850p {
    min-width: 850%;
  }

  .wd-md-850-force {
    width: 850px !important;
  }

  .wd-md-850p-force {
    width: 850% !important;
  }

  .mx-wd-md-850p-force {
    max-width: 850% !important;
  }

  .mn-wd-md-850p-force {
    min-width: 850% !important;
  }

  .wd-md-900 {
    width: 900px;
  }

  .wd-md-900p {
    width: 900%;
  }

  .mx-wd-md-900p {
    max-width: 900%;
  }

  .mn-wd-md-900p {
    min-width: 900%;
  }

  .wd-md-900-force {
    width: 900px !important;
  }

  .wd-md-900p-force {
    width: 900% !important;
  }

  .mx-wd-md-900p-force {
    max-width: 900% !important;
  }

  .mn-wd-md-900p-force {
    min-width: 900% !important;
  }

  .wd-md-950 {
    width: 950px;
  }

  .wd-md-950p {
    width: 950%;
  }

  .mx-wd-md-950p {
    max-width: 950%;
  }

  .mn-wd-md-950p {
    min-width: 950%;
  }

  .wd-md-950-force {
    width: 950px !important;
  }

  .wd-md-950p-force {
    width: 950% !important;
  }

  .mx-wd-md-950p-force {
    max-width: 950% !important;
  }

  .mn-wd-md-950p-force {
    min-width: 950% !important;
  }

  .wd-md-1000 {
    width: 1000px;
  }

  .wd-md-1000p {
    width: 1000%;
  }

  .mx-wd-md-1000p {
    max-width: 1000%;
  }

  .mn-wd-md-1000p {
    min-width: 1000%;
  }

  .wd-md-1000-force {
    width: 1000px !important;
  }

  .wd-md-1000p-force {
    width: 1000% !important;
  }

  .mx-wd-md-1000p-force {
    max-width: 1000% !important;
  }

  .mn-wd-md-1000p-force {
    min-width: 1000% !important;
  }

  .wd-md-auto {
    width: auto;
  }

  .wd-md-auto-force {
    width: auto !important;
  }
}
@media (min-width: 992px) {
  .wd-lg-5 {
    width: 5px;
  }

  .wd-lg-5p {
    width: 5%;
  }

  .mx-wd-lg-5p {
    max-width: 5%;
  }

  .mn-wd-lg-5p {
    min-width: 5%;
  }

  .wd-lg-5-force {
    width: 5px !important;
  }

  .wd-lg-5p-force {
    width: 5% !important;
  }

  .mx-wd-lg-5p-force {
    max-width: 5% !important;
  }

  .mn-wd-lg-5p-force {
    min-width: 5% !important;
  }

  .wd-lg-10 {
    width: 10px;
  }

  .wd-lg-10p {
    width: 10%;
  }

  .mx-wd-lg-10p {
    max-width: 10%;
  }

  .mn-wd-lg-10p {
    min-width: 10%;
  }

  .wd-lg-10-force {
    width: 10px !important;
  }

  .wd-lg-10p-force {
    width: 10% !important;
  }

  .mx-wd-lg-10p-force {
    max-width: 10% !important;
  }

  .mn-wd-lg-10p-force {
    min-width: 10% !important;
  }

  .wd-lg-15 {
    width: 15px;
  }

  .wd-lg-15p {
    width: 15%;
  }

  .mx-wd-lg-15p {
    max-width: 15%;
  }

  .mn-wd-lg-15p {
    min-width: 15%;
  }

  .wd-lg-15-force {
    width: 15px !important;
  }

  .wd-lg-15p-force {
    width: 15% !important;
  }

  .mx-wd-lg-15p-force {
    max-width: 15% !important;
  }

  .mn-wd-lg-15p-force {
    min-width: 15% !important;
  }

  .wd-lg-20 {
    width: 20px;
  }

  .wd-lg-20p {
    width: 20%;
  }

  .mx-wd-lg-20p {
    max-width: 20%;
  }

  .mn-wd-lg-20p {
    min-width: 20%;
  }

  .wd-lg-20-force {
    width: 20px !important;
  }

  .wd-lg-20p-force {
    width: 20% !important;
  }

  .mx-wd-lg-20p-force {
    max-width: 20% !important;
  }

  .mn-wd-lg-20p-force {
    min-width: 20% !important;
  }

  .wd-lg-25 {
    width: 25px;
  }

  .wd-lg-25p {
    width: 25%;
  }

  .mx-wd-lg-25p {
    max-width: 25%;
  }

  .mn-wd-lg-25p {
    min-width: 25%;
  }

  .wd-lg-25-force {
    width: 25px !important;
  }

  .wd-lg-25p-force {
    width: 25% !important;
  }

  .mx-wd-lg-25p-force {
    max-width: 25% !important;
  }

  .mn-wd-lg-25p-force {
    min-width: 25% !important;
  }

  .wd-lg-30 {
    width: 30px;
  }

  .wd-lg-30p {
    width: 30%;
  }

  .mx-wd-lg-30p {
    max-width: 30%;
  }

  .mn-wd-lg-30p {
    min-width: 30%;
  }

  .wd-lg-30-force {
    width: 30px !important;
  }

  .wd-lg-30p-force {
    width: 30% !important;
  }

  .mx-wd-lg-30p-force {
    max-width: 30% !important;
  }

  .mn-wd-lg-30p-force {
    min-width: 30% !important;
  }

  .wd-lg-35 {
    width: 35px;
  }

  .wd-lg-35p {
    width: 35%;
  }

  .mx-wd-lg-35p {
    max-width: 35%;
  }

  .mn-wd-lg-35p {
    min-width: 35%;
  }

  .wd-lg-35-force {
    width: 35px !important;
  }

  .wd-lg-35p-force {
    width: 35% !important;
  }

  .mx-wd-lg-35p-force {
    max-width: 35% !important;
  }

  .mn-wd-lg-35p-force {
    min-width: 35% !important;
  }

  .wd-lg-40 {
    width: 40px;
  }

  .wd-lg-40p {
    width: 40%;
  }

  .mx-wd-lg-40p {
    max-width: 40%;
  }

  .mn-wd-lg-40p {
    min-width: 40%;
  }

  .wd-lg-40-force {
    width: 40px !important;
  }

  .wd-lg-40p-force {
    width: 40% !important;
  }

  .mx-wd-lg-40p-force {
    max-width: 40% !important;
  }

  .mn-wd-lg-40p-force {
    min-width: 40% !important;
  }

  .wd-lg-45 {
    width: 45px;
  }

  .wd-lg-45p {
    width: 45%;
  }

  .mx-wd-lg-45p {
    max-width: 45%;
  }

  .mn-wd-lg-45p {
    min-width: 45%;
  }

  .wd-lg-45-force {
    width: 45px !important;
  }

  .wd-lg-45p-force {
    width: 45% !important;
  }

  .mx-wd-lg-45p-force {
    max-width: 45% !important;
  }

  .mn-wd-lg-45p-force {
    min-width: 45% !important;
  }

  .wd-lg-50 {
    width: 50px;
  }

  .wd-lg-50p {
    width: 50%;
  }

  .mx-wd-lg-50p {
    max-width: 50%;
  }

  .mn-wd-lg-50p {
    min-width: 50%;
  }

  .wd-lg-50-force {
    width: 50px !important;
  }

  .wd-lg-50p-force {
    width: 50% !important;
  }

  .mx-wd-lg-50p-force {
    max-width: 50% !important;
  }

  .mn-wd-lg-50p-force {
    min-width: 50% !important;
  }

  .wd-lg-55 {
    width: 55px;
  }

  .wd-lg-55p {
    width: 55%;
  }

  .mx-wd-lg-55p {
    max-width: 55%;
  }

  .mn-wd-lg-55p {
    min-width: 55%;
  }

  .wd-lg-55-force {
    width: 55px !important;
  }

  .wd-lg-55p-force {
    width: 55% !important;
  }

  .mx-wd-lg-55p-force {
    max-width: 55% !important;
  }

  .mn-wd-lg-55p-force {
    min-width: 55% !important;
  }

  .wd-lg-60 {
    width: 60px;
  }

  .wd-lg-60p {
    width: 60%;
  }

  .mx-wd-lg-60p {
    max-width: 60%;
  }

  .mn-wd-lg-60p {
    min-width: 60%;
  }

  .wd-lg-60-force {
    width: 60px !important;
  }

  .wd-lg-60p-force {
    width: 60% !important;
  }

  .mx-wd-lg-60p-force {
    max-width: 60% !important;
  }

  .mn-wd-lg-60p-force {
    min-width: 60% !important;
  }

  .wd-lg-65 {
    width: 65px;
  }

  .wd-lg-65p {
    width: 65%;
  }

  .mx-wd-lg-65p {
    max-width: 65%;
  }

  .mn-wd-lg-65p {
    min-width: 65%;
  }

  .wd-lg-65-force {
    width: 65px !important;
  }

  .wd-lg-65p-force {
    width: 65% !important;
  }

  .mx-wd-lg-65p-force {
    max-width: 65% !important;
  }

  .mn-wd-lg-65p-force {
    min-width: 65% !important;
  }

  .wd-lg-70 {
    width: 70px;
  }

  .wd-lg-70p {
    width: 70%;
  }

  .mx-wd-lg-70p {
    max-width: 70%;
  }

  .mn-wd-lg-70p {
    min-width: 70%;
  }

  .wd-lg-70-force {
    width: 70px !important;
  }

  .wd-lg-70p-force {
    width: 70% !important;
  }

  .mx-wd-lg-70p-force {
    max-width: 70% !important;
  }

  .mn-wd-lg-70p-force {
    min-width: 70% !important;
  }

  .wd-lg-75 {
    width: 75px;
  }

  .wd-lg-75p {
    width: 75%;
  }

  .mx-wd-lg-75p {
    max-width: 75%;
  }

  .mn-wd-lg-75p {
    min-width: 75%;
  }

  .wd-lg-75-force {
    width: 75px !important;
  }

  .wd-lg-75p-force {
    width: 75% !important;
  }

  .mx-wd-lg-75p-force {
    max-width: 75% !important;
  }

  .mn-wd-lg-75p-force {
    min-width: 75% !important;
  }

  .wd-lg-80 {
    width: 80px;
  }

  .wd-lg-80p {
    width: 80%;
  }

  .mx-wd-lg-80p {
    max-width: 80%;
  }

  .mn-wd-lg-80p {
    min-width: 80%;
  }

  .wd-lg-80-force {
    width: 80px !important;
  }

  .wd-lg-80p-force {
    width: 80% !important;
  }

  .mx-wd-lg-80p-force {
    max-width: 80% !important;
  }

  .mn-wd-lg-80p-force {
    min-width: 80% !important;
  }

  .wd-lg-85 {
    width: 85px;
  }

  .wd-lg-85p {
    width: 85%;
  }

  .mx-wd-lg-85p {
    max-width: 85%;
  }

  .mn-wd-lg-85p {
    min-width: 85%;
  }

  .wd-lg-85-force {
    width: 85px !important;
  }

  .wd-lg-85p-force {
    width: 85% !important;
  }

  .mx-wd-lg-85p-force {
    max-width: 85% !important;
  }

  .mn-wd-lg-85p-force {
    min-width: 85% !important;
  }

  .wd-lg-90 {
    width: 90px;
  }

  .wd-lg-90p {
    width: 90%;
  }

  .mx-wd-lg-90p {
    max-width: 90%;
  }

  .mn-wd-lg-90p {
    min-width: 90%;
  }

  .wd-lg-90-force {
    width: 90px !important;
  }

  .wd-lg-90p-force {
    width: 90% !important;
  }

  .mx-wd-lg-90p-force {
    max-width: 90% !important;
  }

  .mn-wd-lg-90p-force {
    min-width: 90% !important;
  }

  .wd-lg-95 {
    width: 95px;
  }

  .wd-lg-95p {
    width: 95%;
  }

  .mx-wd-lg-95p {
    max-width: 95%;
  }

  .mn-wd-lg-95p {
    min-width: 95%;
  }

  .wd-lg-95-force {
    width: 95px !important;
  }

  .wd-lg-95p-force {
    width: 95% !important;
  }

  .mx-wd-lg-95p-force {
    max-width: 95% !important;
  }

  .mn-wd-lg-95p-force {
    min-width: 95% !important;
  }

  .wd-lg-100 {
    width: 100px;
  }

  .wd-lg-100p {
    width: 100%;
  }

  .mx-wd-lg-100p {
    max-width: 100%;
  }

  .mn-wd-lg-100p {
    min-width: 100%;
  }

  .wd-lg-100-force {
    width: 100px !important;
  }

  .wd-lg-100p-force {
    width: 100% !important;
  }

  .mx-wd-lg-100p-force {
    max-width: 100% !important;
  }

  .mn-wd-lg-100p-force {
    min-width: 100% !important;
  }

  .wd-lg-150 {
    width: 150px;
  }

  .wd-lg-150p {
    width: 150%;
  }

  .mx-wd-lg-150p {
    max-width: 150%;
  }

  .mn-wd-lg-150p {
    min-width: 150%;
  }

  .wd-lg-150-force {
    width: 150px !important;
  }

  .wd-lg-150p-force {
    width: 150% !important;
  }

  .mx-wd-lg-150p-force {
    max-width: 150% !important;
  }

  .mn-wd-lg-150p-force {
    min-width: 150% !important;
  }

  .wd-lg-200 {
    width: 200px;
  }

  .wd-lg-200p {
    width: 200%;
  }

  .mx-wd-lg-200p {
    max-width: 200%;
  }

  .mn-wd-lg-200p {
    min-width: 200%;
  }

  .wd-lg-200-force {
    width: 200px !important;
  }

  .wd-lg-200p-force {
    width: 200% !important;
  }

  .mx-wd-lg-200p-force {
    max-width: 200% !important;
  }

  .mn-wd-lg-200p-force {
    min-width: 200% !important;
  }

  .wd-lg-250 {
    width: 250px;
  }

  .wd-lg-250p {
    width: 250%;
  }

  .mx-wd-lg-250p {
    max-width: 250%;
  }

  .mn-wd-lg-250p {
    min-width: 250%;
  }

  .wd-lg-250-force {
    width: 250px !important;
  }

  .wd-lg-250p-force {
    width: 250% !important;
  }

  .mx-wd-lg-250p-force {
    max-width: 250% !important;
  }

  .mn-wd-lg-250p-force {
    min-width: 250% !important;
  }

  .wd-lg-300 {
    width: 300px;
  }

  .wd-lg-300p {
    width: 300%;
  }

  .mx-wd-lg-300p {
    max-width: 300%;
  }

  .mn-wd-lg-300p {
    min-width: 300%;
  }

  .wd-lg-300-force {
    width: 300px !important;
  }

  .wd-lg-300p-force {
    width: 300% !important;
  }

  .mx-wd-lg-300p-force {
    max-width: 300% !important;
  }

  .mn-wd-lg-300p-force {
    min-width: 300% !important;
  }

  .wd-lg-350 {
    width: 350px;
  }

  .wd-lg-350p {
    width: 350%;
  }

  .mx-wd-lg-350p {
    max-width: 350%;
  }

  .mn-wd-lg-350p {
    min-width: 350%;
  }

  .wd-lg-350-force {
    width: 350px !important;
  }

  .wd-lg-350p-force {
    width: 350% !important;
  }

  .mx-wd-lg-350p-force {
    max-width: 350% !important;
  }

  .mn-wd-lg-350p-force {
    min-width: 350% !important;
  }

  .wd-lg-400 {
    width: 400px;
  }

  .wd-lg-400p {
    width: 400%;
  }

  .mx-wd-lg-400p {
    max-width: 400%;
  }

  .mn-wd-lg-400p {
    min-width: 400%;
  }

  .wd-lg-400-force {
    width: 400px !important;
  }

  .wd-lg-400p-force {
    width: 400% !important;
  }

  .mx-wd-lg-400p-force {
    max-width: 400% !important;
  }

  .mn-wd-lg-400p-force {
    min-width: 400% !important;
  }

  .wd-lg-450 {
    width: 450px;
  }

  .wd-lg-450p {
    width: 450%;
  }

  .mx-wd-lg-450p {
    max-width: 450%;
  }

  .mn-wd-lg-450p {
    min-width: 450%;
  }

  .wd-lg-450-force {
    width: 450px !important;
  }

  .wd-lg-450p-force {
    width: 450% !important;
  }

  .mx-wd-lg-450p-force {
    max-width: 450% !important;
  }

  .mn-wd-lg-450p-force {
    min-width: 450% !important;
  }

  .wd-lg-500 {
    width: 500px;
  }

  .wd-lg-500p {
    width: 500%;
  }

  .mx-wd-lg-500p {
    max-width: 500%;
  }

  .mn-wd-lg-500p {
    min-width: 500%;
  }

  .wd-lg-500-force {
    width: 500px !important;
  }

  .wd-lg-500p-force {
    width: 500% !important;
  }

  .mx-wd-lg-500p-force {
    max-width: 500% !important;
  }

  .mn-wd-lg-500p-force {
    min-width: 500% !important;
  }

  .wd-lg-550 {
    width: 550px;
  }

  .wd-lg-550p {
    width: 550%;
  }

  .mx-wd-lg-550p {
    max-width: 550%;
  }

  .mn-wd-lg-550p {
    min-width: 550%;
  }

  .wd-lg-550-force {
    width: 550px !important;
  }

  .wd-lg-550p-force {
    width: 550% !important;
  }

  .mx-wd-lg-550p-force {
    max-width: 550% !important;
  }

  .mn-wd-lg-550p-force {
    min-width: 550% !important;
  }

  .wd-lg-600 {
    width: 600px;
  }

  .wd-lg-600p {
    width: 600%;
  }

  .mx-wd-lg-600p {
    max-width: 600%;
  }

  .mn-wd-lg-600p {
    min-width: 600%;
  }

  .wd-lg-600-force {
    width: 600px !important;
  }

  .wd-lg-600p-force {
    width: 600% !important;
  }

  .mx-wd-lg-600p-force {
    max-width: 600% !important;
  }

  .mn-wd-lg-600p-force {
    min-width: 600% !important;
  }

  .wd-lg-650 {
    width: 650px;
  }

  .wd-lg-650p {
    width: 650%;
  }

  .mx-wd-lg-650p {
    max-width: 650%;
  }

  .mn-wd-lg-650p {
    min-width: 650%;
  }

  .wd-lg-650-force {
    width: 650px !important;
  }

  .wd-lg-650p-force {
    width: 650% !important;
  }

  .mx-wd-lg-650p-force {
    max-width: 650% !important;
  }

  .mn-wd-lg-650p-force {
    min-width: 650% !important;
  }

  .wd-lg-700 {
    width: 700px;
  }

  .wd-lg-700p {
    width: 700%;
  }

  .mx-wd-lg-700p {
    max-width: 700%;
  }

  .mn-wd-lg-700p {
    min-width: 700%;
  }

  .wd-lg-700-force {
    width: 700px !important;
  }

  .wd-lg-700p-force {
    width: 700% !important;
  }

  .mx-wd-lg-700p-force {
    max-width: 700% !important;
  }

  .mn-wd-lg-700p-force {
    min-width: 700% !important;
  }

  .wd-lg-750 {
    width: 750px;
  }

  .wd-lg-750p {
    width: 750%;
  }

  .mx-wd-lg-750p {
    max-width: 750%;
  }

  .mn-wd-lg-750p {
    min-width: 750%;
  }

  .wd-lg-750-force {
    width: 750px !important;
  }

  .wd-lg-750p-force {
    width: 750% !important;
  }

  .mx-wd-lg-750p-force {
    max-width: 750% !important;
  }

  .mn-wd-lg-750p-force {
    min-width: 750% !important;
  }

  .wd-lg-800 {
    width: 800px;
  }

  .wd-lg-800p {
    width: 800%;
  }

  .mx-wd-lg-800p {
    max-width: 800%;
  }

  .mn-wd-lg-800p {
    min-width: 800%;
  }

  .wd-lg-800-force {
    width: 800px !important;
  }

  .wd-lg-800p-force {
    width: 800% !important;
  }

  .mx-wd-lg-800p-force {
    max-width: 800% !important;
  }

  .mn-wd-lg-800p-force {
    min-width: 800% !important;
  }

  .wd-lg-850 {
    width: 850px;
  }

  .wd-lg-850p {
    width: 850%;
  }

  .mx-wd-lg-850p {
    max-width: 850%;
  }

  .mn-wd-lg-850p {
    min-width: 850%;
  }

  .wd-lg-850-force {
    width: 850px !important;
  }

  .wd-lg-850p-force {
    width: 850% !important;
  }

  .mx-wd-lg-850p-force {
    max-width: 850% !important;
  }

  .mn-wd-lg-850p-force {
    min-width: 850% !important;
  }

  .wd-lg-900 {
    width: 900px;
  }

  .wd-lg-900p {
    width: 900%;
  }

  .mx-wd-lg-900p {
    max-width: 900%;
  }

  .mn-wd-lg-900p {
    min-width: 900%;
  }

  .wd-lg-900-force {
    width: 900px !important;
  }

  .wd-lg-900p-force {
    width: 900% !important;
  }

  .mx-wd-lg-900p-force {
    max-width: 900% !important;
  }

  .mn-wd-lg-900p-force {
    min-width: 900% !important;
  }

  .wd-lg-950 {
    width: 950px;
  }

  .wd-lg-950p {
    width: 950%;
  }

  .mx-wd-lg-950p {
    max-width: 950%;
  }

  .mn-wd-lg-950p {
    min-width: 950%;
  }

  .wd-lg-950-force {
    width: 950px !important;
  }

  .wd-lg-950p-force {
    width: 950% !important;
  }

  .mx-wd-lg-950p-force {
    max-width: 950% !important;
  }

  .mn-wd-lg-950p-force {
    min-width: 950% !important;
  }

  .wd-lg-1000 {
    width: 1000px;
  }

  .wd-lg-1000p {
    width: 1000%;
  }

  .mx-wd-lg-1000p {
    max-width: 1000%;
  }

  .mn-wd-lg-1000p {
    min-width: 1000%;
  }

  .wd-lg-1000-force {
    width: 1000px !important;
  }

  .wd-lg-1000p-force {
    width: 1000% !important;
  }

  .mx-wd-lg-1000p-force {
    max-width: 1000% !important;
  }

  .mn-wd-lg-1000p-force {
    min-width: 1000% !important;
  }

  .wd-lg-auto {
    width: auto;
  }

  .wd-lg-auto-force {
    width: auto !important;
  }
}
@media (min-width: 1200px) {
  .wd-xl-5 {
    width: 5px;
  }

  .wd-xl-5p {
    width: 5%;
  }

  .mx-wd-xl-5p {
    max-width: 5%;
  }

  .mn-wd-xl-5p {
    min-width: 5%;
  }

  .wd-xl-5-force {
    width: 5px !important;
  }

  .wd-xl-5p-force {
    width: 5% !important;
  }

  .mx-wd-xl-5p-force {
    max-width: 5% !important;
  }

  .mn-wd-xl-5p-force {
    min-width: 5% !important;
  }

  .wd-xl-10 {
    width: 10px;
  }

  .wd-xl-10p {
    width: 10%;
  }

  .mx-wd-xl-10p {
    max-width: 10%;
  }

  .mn-wd-xl-10p {
    min-width: 10%;
  }

  .wd-xl-10-force {
    width: 10px !important;
  }

  .wd-xl-10p-force {
    width: 10% !important;
  }

  .mx-wd-xl-10p-force {
    max-width: 10% !important;
  }

  .mn-wd-xl-10p-force {
    min-width: 10% !important;
  }

  .wd-xl-15 {
    width: 15px;
  }

  .wd-xl-15p {
    width: 15%;
  }

  .mx-wd-xl-15p {
    max-width: 15%;
  }

  .mn-wd-xl-15p {
    min-width: 15%;
  }

  .wd-xl-15-force {
    width: 15px !important;
  }

  .wd-xl-15p-force {
    width: 15% !important;
  }

  .mx-wd-xl-15p-force {
    max-width: 15% !important;
  }

  .mn-wd-xl-15p-force {
    min-width: 15% !important;
  }

  .wd-xl-20 {
    width: 20px;
  }

  .wd-xl-20p {
    width: 20%;
  }

  .mx-wd-xl-20p {
    max-width: 20%;
  }

  .mn-wd-xl-20p {
    min-width: 20%;
  }

  .wd-xl-20-force {
    width: 20px !important;
  }

  .wd-xl-20p-force {
    width: 20% !important;
  }

  .mx-wd-xl-20p-force {
    max-width: 20% !important;
  }

  .mn-wd-xl-20p-force {
    min-width: 20% !important;
  }

  .wd-xl-25 {
    width: 25px;
  }

  .wd-xl-25p {
    width: 25%;
  }

  .mx-wd-xl-25p {
    max-width: 25%;
  }

  .mn-wd-xl-25p {
    min-width: 25%;
  }

  .wd-xl-25-force {
    width: 25px !important;
  }

  .wd-xl-25p-force {
    width: 25% !important;
  }

  .mx-wd-xl-25p-force {
    max-width: 25% !important;
  }

  .mn-wd-xl-25p-force {
    min-width: 25% !important;
  }

  .wd-xl-30 {
    width: 30px;
  }

  .wd-xl-30p {
    width: 30%;
  }

  .mx-wd-xl-30p {
    max-width: 30%;
  }

  .mn-wd-xl-30p {
    min-width: 30%;
  }

  .wd-xl-30-force {
    width: 30px !important;
  }

  .wd-xl-30p-force {
    width: 30% !important;
  }

  .mx-wd-xl-30p-force {
    max-width: 30% !important;
  }

  .mn-wd-xl-30p-force {
    min-width: 30% !important;
  }

  .wd-xl-35 {
    width: 35px;
  }

  .wd-xl-35p {
    width: 35%;
  }

  .mx-wd-xl-35p {
    max-width: 35%;
  }

  .mn-wd-xl-35p {
    min-width: 35%;
  }

  .wd-xl-35-force {
    width: 35px !important;
  }

  .wd-xl-35p-force {
    width: 35% !important;
  }

  .mx-wd-xl-35p-force {
    max-width: 35% !important;
  }

  .mn-wd-xl-35p-force {
    min-width: 35% !important;
  }

  .wd-xl-40 {
    width: 40px;
  }

  .wd-xl-40p {
    width: 40%;
  }

  .mx-wd-xl-40p {
    max-width: 40%;
  }

  .mn-wd-xl-40p {
    min-width: 40%;
  }

  .wd-xl-40-force {
    width: 40px !important;
  }

  .wd-xl-40p-force {
    width: 40% !important;
  }

  .mx-wd-xl-40p-force {
    max-width: 40% !important;
  }

  .mn-wd-xl-40p-force {
    min-width: 40% !important;
  }

  .wd-xl-45 {
    width: 45px;
  }

  .wd-xl-45p {
    width: 45%;
  }

  .mx-wd-xl-45p {
    max-width: 45%;
  }

  .mn-wd-xl-45p {
    min-width: 45%;
  }

  .wd-xl-45-force {
    width: 45px !important;
  }

  .wd-xl-45p-force {
    width: 45% !important;
  }

  .mx-wd-xl-45p-force {
    max-width: 45% !important;
  }

  .mn-wd-xl-45p-force {
    min-width: 45% !important;
  }

  .wd-xl-50 {
    width: 50px;
  }

  .wd-xl-50p {
    width: 50%;
  }

  .mx-wd-xl-50p {
    max-width: 50%;
  }

  .mn-wd-xl-50p {
    min-width: 50%;
  }

  .wd-xl-50-force {
    width: 50px !important;
  }

  .wd-xl-50p-force {
    width: 50% !important;
  }

  .mx-wd-xl-50p-force {
    max-width: 50% !important;
  }

  .mn-wd-xl-50p-force {
    min-width: 50% !important;
  }

  .wd-xl-55 {
    width: 55px;
  }

  .wd-xl-55p {
    width: 55%;
  }

  .mx-wd-xl-55p {
    max-width: 55%;
  }

  .mn-wd-xl-55p {
    min-width: 55%;
  }

  .wd-xl-55-force {
    width: 55px !important;
  }

  .wd-xl-55p-force {
    width: 55% !important;
  }

  .mx-wd-xl-55p-force {
    max-width: 55% !important;
  }

  .mn-wd-xl-55p-force {
    min-width: 55% !important;
  }

  .wd-xl-60 {
    width: 60px;
  }

  .wd-xl-60p {
    width: 60%;
  }

  .mx-wd-xl-60p {
    max-width: 60%;
  }

  .mn-wd-xl-60p {
    min-width: 60%;
  }

  .wd-xl-60-force {
    width: 60px !important;
  }

  .wd-xl-60p-force {
    width: 60% !important;
  }

  .mx-wd-xl-60p-force {
    max-width: 60% !important;
  }

  .mn-wd-xl-60p-force {
    min-width: 60% !important;
  }

  .wd-xl-65 {
    width: 65px;
  }

  .wd-xl-65p {
    width: 65%;
  }

  .mx-wd-xl-65p {
    max-width: 65%;
  }

  .mn-wd-xl-65p {
    min-width: 65%;
  }

  .wd-xl-65-force {
    width: 65px !important;
  }

  .wd-xl-65p-force {
    width: 65% !important;
  }

  .mx-wd-xl-65p-force {
    max-width: 65% !important;
  }

  .mn-wd-xl-65p-force {
    min-width: 65% !important;
  }

  .wd-xl-70 {
    width: 70px;
  }

  .wd-xl-70p {
    width: 70%;
  }

  .mx-wd-xl-70p {
    max-width: 70%;
  }

  .mn-wd-xl-70p {
    min-width: 70%;
  }

  .wd-xl-70-force {
    width: 70px !important;
  }

  .wd-xl-70p-force {
    width: 70% !important;
  }

  .mx-wd-xl-70p-force {
    max-width: 70% !important;
  }

  .mn-wd-xl-70p-force {
    min-width: 70% !important;
  }

  .wd-xl-75 {
    width: 75px;
  }

  .wd-xl-75p {
    width: 75%;
  }

  .mx-wd-xl-75p {
    max-width: 75%;
  }

  .mn-wd-xl-75p {
    min-width: 75%;
  }

  .wd-xl-75-force {
    width: 75px !important;
  }

  .wd-xl-75p-force {
    width: 75% !important;
  }

  .mx-wd-xl-75p-force {
    max-width: 75% !important;
  }

  .mn-wd-xl-75p-force {
    min-width: 75% !important;
  }

  .wd-xl-80 {
    width: 80px;
  }

  .wd-xl-80p {
    width: 80%;
  }

  .mx-wd-xl-80p {
    max-width: 80%;
  }

  .mn-wd-xl-80p {
    min-width: 80%;
  }

  .wd-xl-80-force {
    width: 80px !important;
  }

  .wd-xl-80p-force {
    width: 80% !important;
  }

  .mx-wd-xl-80p-force {
    max-width: 80% !important;
  }

  .mn-wd-xl-80p-force {
    min-width: 80% !important;
  }

  .wd-xl-85 {
    width: 85px;
  }

  .wd-xl-85p {
    width: 85%;
  }

  .mx-wd-xl-85p {
    max-width: 85%;
  }

  .mn-wd-xl-85p {
    min-width: 85%;
  }

  .wd-xl-85-force {
    width: 85px !important;
  }

  .wd-xl-85p-force {
    width: 85% !important;
  }

  .mx-wd-xl-85p-force {
    max-width: 85% !important;
  }

  .mn-wd-xl-85p-force {
    min-width: 85% !important;
  }

  .wd-xl-90 {
    width: 90px;
  }

  .wd-xl-90p {
    width: 90%;
  }

  .mx-wd-xl-90p {
    max-width: 90%;
  }

  .mn-wd-xl-90p {
    min-width: 90%;
  }

  .wd-xl-90-force {
    width: 90px !important;
  }

  .wd-xl-90p-force {
    width: 90% !important;
  }

  .mx-wd-xl-90p-force {
    max-width: 90% !important;
  }

  .mn-wd-xl-90p-force {
    min-width: 90% !important;
  }

  .wd-xl-95 {
    width: 95px;
  }

  .wd-xl-95p {
    width: 95%;
  }

  .mx-wd-xl-95p {
    max-width: 95%;
  }

  .mn-wd-xl-95p {
    min-width: 95%;
  }

  .wd-xl-95-force {
    width: 95px !important;
  }

  .wd-xl-95p-force {
    width: 95% !important;
  }

  .mx-wd-xl-95p-force {
    max-width: 95% !important;
  }

  .mn-wd-xl-95p-force {
    min-width: 95% !important;
  }

  .wd-xl-100 {
    width: 100px;
  }

  .wd-xl-100p {
    width: 100%;
  }

  .mx-wd-xl-100p {
    max-width: 100%;
  }

  .mn-wd-xl-100p {
    min-width: 100%;
  }

  .wd-xl-100-force {
    width: 100px !important;
  }

  .wd-xl-100p-force {
    width: 100% !important;
  }

  .mx-wd-xl-100p-force {
    max-width: 100% !important;
  }

  .mn-wd-xl-100p-force {
    min-width: 100% !important;
  }

  .wd-xl-150 {
    width: 150px;
  }

  .wd-xl-150p {
    width: 150%;
  }

  .mx-wd-xl-150p {
    max-width: 150%;
  }

  .mn-wd-xl-150p {
    min-width: 150%;
  }

  .wd-xl-150-force {
    width: 150px !important;
  }

  .wd-xl-150p-force {
    width: 150% !important;
  }

  .mx-wd-xl-150p-force {
    max-width: 150% !important;
  }

  .mn-wd-xl-150p-force {
    min-width: 150% !important;
  }

  .wd-xl-200 {
    width: 200px;
  }

  .wd-xl-200p {
    width: 200%;
  }

  .mx-wd-xl-200p {
    max-width: 200%;
  }

  .mn-wd-xl-200p {
    min-width: 200%;
  }

  .wd-xl-200-force {
    width: 200px !important;
  }

  .wd-xl-200p-force {
    width: 200% !important;
  }

  .mx-wd-xl-200p-force {
    max-width: 200% !important;
  }

  .mn-wd-xl-200p-force {
    min-width: 200% !important;
  }

  .wd-xl-250 {
    width: 250px;
  }

  .wd-xl-250p {
    width: 250%;
  }

  .mx-wd-xl-250p {
    max-width: 250%;
  }

  .mn-wd-xl-250p {
    min-width: 250%;
  }

  .wd-xl-250-force {
    width: 250px !important;
  }

  .wd-xl-250p-force {
    width: 250% !important;
  }

  .mx-wd-xl-250p-force {
    max-width: 250% !important;
  }

  .mn-wd-xl-250p-force {
    min-width: 250% !important;
  }

  .wd-xl-300 {
    width: 300px;
  }

  .wd-xl-300p {
    width: 300%;
  }

  .mx-wd-xl-300p {
    max-width: 300%;
  }

  .mn-wd-xl-300p {
    min-width: 300%;
  }

  .wd-xl-300-force {
    width: 300px !important;
  }

  .wd-xl-300p-force {
    width: 300% !important;
  }

  .mx-wd-xl-300p-force {
    max-width: 300% !important;
  }

  .mn-wd-xl-300p-force {
    min-width: 300% !important;
  }

  .wd-xl-350 {
    width: 350px;
  }

  .wd-xl-350p {
    width: 350%;
  }

  .mx-wd-xl-350p {
    max-width: 350%;
  }

  .mn-wd-xl-350p {
    min-width: 350%;
  }

  .wd-xl-350-force {
    width: 350px !important;
  }

  .wd-xl-350p-force {
    width: 350% !important;
  }

  .mx-wd-xl-350p-force {
    max-width: 350% !important;
  }

  .mn-wd-xl-350p-force {
    min-width: 350% !important;
  }

  .wd-xl-400 {
    width: 400px;
  }

  .wd-xl-400p {
    width: 400%;
  }

  .mx-wd-xl-400p {
    max-width: 400%;
  }

  .mn-wd-xl-400p {
    min-width: 400%;
  }

  .wd-xl-400-force {
    width: 400px !important;
  }

  .wd-xl-400p-force {
    width: 400% !important;
  }

  .mx-wd-xl-400p-force {
    max-width: 400% !important;
  }

  .mn-wd-xl-400p-force {
    min-width: 400% !important;
  }

  .wd-xl-450 {
    width: 450px;
  }

  .wd-xl-450p {
    width: 450%;
  }

  .mx-wd-xl-450p {
    max-width: 450%;
  }

  .mn-wd-xl-450p {
    min-width: 450%;
  }

  .wd-xl-450-force {
    width: 450px !important;
  }

  .wd-xl-450p-force {
    width: 450% !important;
  }

  .mx-wd-xl-450p-force {
    max-width: 450% !important;
  }

  .mn-wd-xl-450p-force {
    min-width: 450% !important;
  }

  .wd-xl-500 {
    width: 500px;
  }

  .wd-xl-500p {
    width: 500%;
  }

  .mx-wd-xl-500p {
    max-width: 500%;
  }

  .mn-wd-xl-500p {
    min-width: 500%;
  }

  .wd-xl-500-force {
    width: 500px !important;
  }

  .wd-xl-500p-force {
    width: 500% !important;
  }

  .mx-wd-xl-500p-force {
    max-width: 500% !important;
  }

  .mn-wd-xl-500p-force {
    min-width: 500% !important;
  }

  .wd-xl-550 {
    width: 550px;
  }

  .wd-xl-550p {
    width: 550%;
  }

  .mx-wd-xl-550p {
    max-width: 550%;
  }

  .mn-wd-xl-550p {
    min-width: 550%;
  }

  .wd-xl-550-force {
    width: 550px !important;
  }

  .wd-xl-550p-force {
    width: 550% !important;
  }

  .mx-wd-xl-550p-force {
    max-width: 550% !important;
  }

  .mn-wd-xl-550p-force {
    min-width: 550% !important;
  }

  .wd-xl-600 {
    width: 600px;
  }

  .wd-xl-600p {
    width: 600%;
  }

  .mx-wd-xl-600p {
    max-width: 600%;
  }

  .mn-wd-xl-600p {
    min-width: 600%;
  }

  .wd-xl-600-force {
    width: 600px !important;
  }

  .wd-xl-600p-force {
    width: 600% !important;
  }

  .mx-wd-xl-600p-force {
    max-width: 600% !important;
  }

  .mn-wd-xl-600p-force {
    min-width: 600% !important;
  }

  .wd-xl-650 {
    width: 650px;
  }

  .wd-xl-650p {
    width: 650%;
  }

  .mx-wd-xl-650p {
    max-width: 650%;
  }

  .mn-wd-xl-650p {
    min-width: 650%;
  }

  .wd-xl-650-force {
    width: 650px !important;
  }

  .wd-xl-650p-force {
    width: 650% !important;
  }

  .mx-wd-xl-650p-force {
    max-width: 650% !important;
  }

  .mn-wd-xl-650p-force {
    min-width: 650% !important;
  }

  .wd-xl-700 {
    width: 700px;
  }

  .wd-xl-700p {
    width: 700%;
  }

  .mx-wd-xl-700p {
    max-width: 700%;
  }

  .mn-wd-xl-700p {
    min-width: 700%;
  }

  .wd-xl-700-force {
    width: 700px !important;
  }

  .wd-xl-700p-force {
    width: 700% !important;
  }

  .mx-wd-xl-700p-force {
    max-width: 700% !important;
  }

  .mn-wd-xl-700p-force {
    min-width: 700% !important;
  }

  .wd-xl-750 {
    width: 750px;
  }

  .wd-xl-750p {
    width: 750%;
  }

  .mx-wd-xl-750p {
    max-width: 750%;
  }

  .mn-wd-xl-750p {
    min-width: 750%;
  }

  .wd-xl-750-force {
    width: 750px !important;
  }

  .wd-xl-750p-force {
    width: 750% !important;
  }

  .mx-wd-xl-750p-force {
    max-width: 750% !important;
  }

  .mn-wd-xl-750p-force {
    min-width: 750% !important;
  }

  .wd-xl-800 {
    width: 800px;
  }

  .wd-xl-800p {
    width: 800%;
  }

  .mx-wd-xl-800p {
    max-width: 800%;
  }

  .mn-wd-xl-800p {
    min-width: 800%;
  }

  .wd-xl-800-force {
    width: 800px !important;
  }

  .wd-xl-800p-force {
    width: 800% !important;
  }

  .mx-wd-xl-800p-force {
    max-width: 800% !important;
  }

  .mn-wd-xl-800p-force {
    min-width: 800% !important;
  }

  .wd-xl-850 {
    width: 850px;
  }

  .wd-xl-850p {
    width: 850%;
  }

  .mx-wd-xl-850p {
    max-width: 850%;
  }

  .mn-wd-xl-850p {
    min-width: 850%;
  }

  .wd-xl-850-force {
    width: 850px !important;
  }

  .wd-xl-850p-force {
    width: 850% !important;
  }

  .mx-wd-xl-850p-force {
    max-width: 850% !important;
  }

  .mn-wd-xl-850p-force {
    min-width: 850% !important;
  }

  .wd-xl-900 {
    width: 900px;
  }

  .wd-xl-900p {
    width: 900%;
  }

  .mx-wd-xl-900p {
    max-width: 900%;
  }

  .mn-wd-xl-900p {
    min-width: 900%;
  }

  .wd-xl-900-force {
    width: 900px !important;
  }

  .wd-xl-900p-force {
    width: 900% !important;
  }

  .mx-wd-xl-900p-force {
    max-width: 900% !important;
  }

  .mn-wd-xl-900p-force {
    min-width: 900% !important;
  }

  .wd-xl-950 {
    width: 950px;
  }

  .wd-xl-950p {
    width: 950%;
  }

  .mx-wd-xl-950p {
    max-width: 950%;
  }

  .mn-wd-xl-950p {
    min-width: 950%;
  }

  .wd-xl-950-force {
    width: 950px !important;
  }

  .wd-xl-950p-force {
    width: 950% !important;
  }

  .mx-wd-xl-950p-force {
    max-width: 950% !important;
  }

  .mn-wd-xl-950p-force {
    min-width: 950% !important;
  }

  .wd-xl-1000 {
    width: 1000px;
  }

  .wd-xl-1000p {
    width: 1000%;
  }

  .mx-wd-xl-1000p {
    max-width: 1000%;
  }

  .mn-wd-xl-1000p {
    min-width: 1000%;
  }

  .wd-xl-1000-force {
    width: 1000px !important;
  }

  .wd-xl-1000p-force {
    width: 1000% !important;
  }

  .mx-wd-xl-1000p-force {
    max-width: 1000% !important;
  }

  .mn-wd-xl-1000p-force {
    min-width: 1000% !important;
  }

  .wd-xl-auto {
    width: auto;
  }

  .wd-xl-auto {
    width: auto !important;
  }
}
.wd-100v {
  width: 100vw;
}

.wd-1 {
  width: 1px;
}

.wd-2 {
  width: 2px;
}

.wd-3 {
  width: 3px;
}

.wd-4 {
  width: 4px;
}

.wd-6 {
  width: 6px;
}

.wd-7 {
  width: 7px;
}

.wd-8 {
  width: 8px;
}

.wd-9 {
  width: 9px;
}

.wd-16 {
  width: 16px;
}

.wd-32 {
  width: 32px;
}

.wd-36 {
  width: 36px;
}

.wd-48 {
  width: 48px;
}

.wd-64 {
  width: 64px;
}

.wd-72 {
  width: 72px;
}

.wd-170 {
  width: 170px;
}

.wd-180 {
  width: 180px;
}

.wd-190 {
  width: 190px;
}

.wd-220 {
  width: 220px;
}

.wd-230 {
  width: 230px;
}

.mx-wd-1350 {
  max-width: 1350px;
}

.table_user_foto {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.table_user_foto .users_letter {
  font-size: 40px !important;
  padding: 15px 0 !important;
  text-align: center !important;
}

.wallet-info {
  border: 2px solid var(--color_line2);
  color: var(--color_text1);
  padding: 0px 6px 2px 6px;
  border-radius: 0px;
}

.wallet-danger {
  border: 2px solid #e41229 !important;
  color: #e41229;
  padding: 0 5px;
  border-radius: 3px;
}

.form-control {
    color: #111;
}

.btn-with-help {
  position: absolute;
  border: unset;
  right: 0;
  width: 40px;
  overflow: hidden;
  padding: 5px;
  z-index: 2;
  height: 38px;
  border-radius: 0;
  opacity: 0.5;
}

input + .btn-with-help {
    right: -21px !important;
    border-radius: 0 5px 5px 0 !important;
}

.btn-outline-warning {
  color: #4292c5;
  background-color: transparent;
  background-image: none;
  border-color: #4292c5;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #0069aa;
  border-color: #0069aa;
  opacity: 1;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 3px rgba(244, 153, 23, 0.5);
}
