.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a, .page-sidebar .page-sidebar-menu > li > a {
    color: #5C5A5A;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > i, .page-sidebar .page-sidebar-menu > li > a > i {
    color: #5C5A5A;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li:hover > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.open > a, .page-sidebar .page-sidebar-menu > li:hover > a, .page-sidebar .page-sidebar-menu > li.open > a {
    background: #f2f6f9;
    color: #5C5A5A;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li:hover > a > i, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li.open > a > i, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li.active > a > i, .page-sidebar .page-sidebar-menu .sub-menu > li:hover > a > i, .page-sidebar .page-sidebar-menu .sub-menu > li.open > a > i, .page-sidebar .page-sidebar-menu .sub-menu > li.active > a > i {
    color: #5C5A5A;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li:hover > a > i, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.open > a > i, .page-sidebar .page-sidebar-menu > li:hover > a > i, .page-sidebar .page-sidebar-menu > li.open > a > i {
    color: #5C5A5A;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li > a > i, .page-sidebar .page-sidebar-menu .sub-menu > li > a > i {
    color: #5C5A5A;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li:hover > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li.open > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li.active > a, .page-sidebar .page-sidebar-menu .sub-menu > li:hover > a, .page-sidebar .page-sidebar-menu .sub-menu > li.open > a, .page-sidebar .page-sidebar-menu .sub-menu > li.active > a {
    color: #E43518;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a, .page-sidebar .page-sidebar-menu > li.active > a {
    border-left: 3px solid #E43518 !important;
    margin-left: -3px;
    padding-left: 15px;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a, .page-sidebar .page-sidebar-menu > li.active > a, .page-sidebar .page-sidebar-menu > li.active.open > a {
    color: #d72424;
}
.page-sidebar .page-sidebar-menu a {
    font-size: 14px;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a > i, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a > i, .page-sidebar .page-sidebar-menu > li.active > a > i, .page-sidebar .page-sidebar-menu > li.active.open > a > i {
    color: #d72424;
}
.md-shadow-z-2-i {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0) !important;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > .username {
    color: #5C5A5A;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > i {
    color: #5C5A5A;
}
.page-footer {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10000;
    bottom: 0;
    background: #FFFFFF !important;
    border-top: 1px solid #e9ecf3 !important;
}
.page-footer .page-footer-inner {
    float: right;
    margin-right: 40px;
}
.page-footer .page-footer-inner .left {
    float: left !important;
    margin-right: 40px !important;
}
.icon-logo-lights {
    background-image: url(../img/favicon.png);
}
.fa-small-font {
    font-size: 12px !important;
}
.fa-medium-font {
    font-size: 18px !important;
}
.fa-big-font {
    font-size: 24px !important;
}

a {
    color: #ee250f;
}
.disabled {
    pointer-events: none;
    cursor: default;
    color: grey;
}

.form .form-actions {
    background-color: white;
    border-bottom: 1px solid #c8c5c56e;
}

/* FLASH MESSAGES*/
div.flash-message {
    color: #302929;
    clear: both;
    font-size: 13px;
    padding: 10px;
    text-align: center;
    width: 100%;
    z-index: 9999;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
}
.login div.flash-message {
    top: 0;
    position: absolute;
}
.login .backstretch img{
    filter: blur(6px);
    -webkit-filter: blur(6px);
}
div.flash-message.error {
    background: none repeat scroll 0 0 #f8d40ff2;
}
div.flash-message.success {
    background: none repeat scroll 0 0 #4fb7bcf2;
}
div.flash-message span.close-alert {
    color: white;
    float: right;
}
div.flash-message span.close-alert:hover {
    cursor: pointer;
}

td.truncate-long {
    max-width: 400px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
td.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px !important;
    vertical-align: middle !important;
    font-size: 13px;
    padding: 4px !important;
    max-width: 100px;
}

.table.table-bordered thead > tr > th {
    background-color: #e1e1e1;
    padding: 4px !important;
}

.modal#exercise_modal_view {
    position: fixed;
    height: 860px;
}
.modal#exercise_modal_view .modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.5;
    height: 100% !important;
}

.modal#exercise_modal_delete {
    position: absolute;
    /*height: 860px;*/
}
.modal#exercise_modal_delete .modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.5;
    height: 100% !important;
}

/*station*/
.station .portlet-body{
    /*min-height: 754px;*/
    /*height: 754px;*/
}
.station .previous-next {
    font-size: 14px;
    display: inline-block;
    color: grey;
    line-height: 34px;
    font-family: "Oswald";
    float: right;
    margin-top: 7px;
}
.station .previous-next a:hover{
    color: #c74539;
    text-decoration: none;
}
.station .video-window{
    padding: 0;
    position: relative;
    width: 88%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%);
}
.station .yt-video-window { 
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden; }

.station .yt-video-window iframe, 
.station .yt-video-window object,
.station .yt-video-window embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.station .video-window video{
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.station .video-settings .exercise-repetitions  {
    font-size: 25px;
    font-family: "Oswald";
    z-index: 1;
    width: 100%;
}
.station .video-settings .exercise-repetitions.overlay  {
    top: 10px;
    position: absolute;
    color: #FFF;
    left: 20px;
}
.station .video-settings .exercise-repetitions.normal  {
    position: relative;
    color: #333333;
}
.station .video-settings .exercise-repetitions span{
    color: #d53232;
}
.station .video-settings .exercise-weight {
    font-size: 25px;
    font-family: "Oswald";
    z-index: 1;
    width: 100%;
}
.station .video-settings .exercise-weight.overlay {
    top: 50px;
    position: absolute;
    color: #FFF;
    left: 20px;
}
.station .video-settings .exercise-weight.normal {
    position: relative;
    color: #333333;
}
.station .video-settings .exercise-weight span{
    color: #d53232;
}
.station .video-description {
    font-size: 14px;
    z-index: 1;
    width: 98%;
    margin-left: 16px;
    margin-bottom: 20px;
    margin-top: 4px;
    font-size: 16px;
}
.station .video-description.overlay {
    bottom: 50px;
    position: absolute;
    background-color: rgba(200, 0, 0, 0.15);
    color: #FFF;
    padding: 10px 20px;
    /*margin-left: 1%;*/
}
.station .video-settings .video-description.normal {
    position: relative;
    color: #333333;
    padding: 10px 0;
}
.station .video-settings .exercise-logo {
    top: 10px;
    position: absolute;
    z-index: 1;
    right: 40px;
    width: 130px;
    height: 50px;
    text-align: center;
    background-color: rgba(221, 221, 221, 0.5);
    color: #FFF;
    /*padding: 10px 20px;*/
    border-radius: 2px;
}
.station .video-settings .exercise-logo.overlay img {
    width: 90px;
    margin-top: 10px;
}
.station .video-settings .exercise-logo.normal img{
    width: 70px;
}
.station .portlet-title {
    margin-bottom: 4px;
    border-bottom: solid 1px lightgray !important;
    min-height: 40px !important;
}
.station .portlet-title .actions {
    float: right;
    margin-left: 20px;
}
.station .portlet-title .actions .btn {
    font-size: 8px;
    margin-top: 5px;
}
.station .caption {
  font-size: 16px !important;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: -1.2px;
  height: 30px;
  padding-top: 9px;
  position: relative;
  float: right;
}
.station .attendance {
  float: right;
  margin-top: 5px;
} 
.station .attendance a {
  font-size: 12px !important;
  line-height: 18px;
  color: #646c6c99;
  background-color: #acacac47;
  border: 1px solid #3babb0 !important;
  margin-top: -2px;
  height: 35px;

}
.station .attendance a.present {
  background-color: #3babb0;
  color: white;
}
/* .station .attendance i {
  color: #646c6c;
  font-size: 24px;
  position: absolute;
  margin-left: -26px;
  margin-top: 8px;
  -webkit-text-stroke: 0.01em #000000af;
} */
.station .attendance span.present {
  margin-top: 8px;
  font-size: 13px;
  line-height: 20px;
}
.station span.separator {
  font-size: 20px;
  margin-left: 5px;
}
.station .caption .station-number{
    color: #06888e;
}
.station .caption .nickname {
    color: #d53232;
    font-weight: normal;
    margin-right: 20px;
}
.station .btn.fullscreen {
    border-radius: 5px;
}
.station .btn.fullscreen i {
  color: #fff;
  border-radius: 5px;
}
.station .class-date {
    font-size: 14px;
    /*color: #06888e;*/
    float: right;
    font-weight: normal;
    letter-spacing: normal;
}
.station-exercise a:hover {
    text-decoration: none;
}
.station-exercise img {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    padding-right: 24px;
    margin: 2px;
    opacity: 0.60;
    z-index: 1;
    filter: blur(2px);
    -webkit-filter: blur(2px);
}
.station .video-explanation-button {
    font-size: 15px;
    margin-right: 10px;
    font-family: Oswald;
    border: 1px solid turquoise;
    padding-top: 2px;
    border-radius: 5px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
    background: aliceblue;
    color: #156e73;
}
.station .portlet-header-logo {
  float: left;
}
.station .portlet-header-logo img {
  height: 44px;
  margin-top: 5px;
}
.class-exercises {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
}
.class-exercises .exercise-thumbnail {
    width: 100%;
    height: auto;
    max-height: 300px;
    min-height: 120px;
    border: 1px solid #23c4a691;
    text-align: center;
    margin-bottom: 20px;
    color: #FFF;
    z-index: 2;
    position: relative;
    background: #333232;
    border-radius: 5px;
}
.class-exercises .exercise-thumbnail:hover {
    box-shadow: 3px 3px 3px #888;
    background: black;
    color: #07dde8 !important;
}
.class-exercises .station {
    font-size: 34px;
    padding-top: 10px;
    font-weight: bold;
    color: #d93333e6;
    text-align: center;
    height: 80px;
    font-family: "Oswald";
}
.class-exercises .exercise {
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 8px;
    margin-right: 8px;
    padding-bottom: 10px;
}
.class-exercises .station-exercise {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.portlet {
  border: 0 !important;
  border-radius: 5px !important;
}
.portlet.light {
  padding: 10px 10px 10px 10px;
}
.portlet.box > .portlet-body {
  background-color: #f3f3f3 !important;
  padding: 8px;
}
.md-shadow-z-2, .ver-inline-menu, .panel, .popover, .portlet {
  box-shadow: 0 0 0 rgb(0 0 0 / 0%), 0 0 0 rgb(0 0 0 / 0%) !important;
}
.portlet.box > .portlet-title.routine-day-title {
    background-color: #3babb0;
    color: #FFF;
}
.portlet.box-title.internal {
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 0;
}
.portlet.box-title.internal .portlet-title {
    color: #069595b8;
    padding: 0 25px;
}
.portlet.box-title.internal .portlet-title .caption {
    font-size: 24px;
}
span.isDefaultTemplate {
    color: #cb5a5e;
    font-weight: bold;
}
div#triangle-up {
    width: 0;
    height: 0;
    border-left: 150px solid transparent;
    border-right: 0px solid transparent;
    border-top: 150px solid #0d638f;
    position: absolute;
    right: 15px;
    top: 0px;
}
td.check-if-default {
    position: relative;
}
div#triangle-up-row {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 0px solid transparent;
    border-top: 25px solid #0d638f;
    position: absolute;
    top: 2px;
    right: 2px;
}
.form-control.birthday, .form-control.startDate {
    padding-top: 0;
}
.save-week {
    float: right;
}
.save-week button {
    background-color: #3babb0;
    color: #FFF;
}
span#class-messages, span#student-data-class-messages {
    color: #302929;
    clear: both;
    font-size: 13px;
    padding: 5px 23px 5px 5px;
    text-align: right;
    display: inline-block;
    width: 100%;
    margin-top: 12px;
    border-radius: 5px;
}
span#class-messages.success, span#student-data-class-messages.success {
  color: #12a6ab;
  font-size: 15px;
}
span#class-messages.error, span#student-data-class-messages.error {
    background-color: #f8d40ff2;
}

span#student-data-class-messages {
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px;
  width: 100%;
}

a#class-messages-close {
  display: inline;
  position: absolute;
  top: 17px;
  right: 18px;
  color: #332f2f;
  background: #7f754085;
  padding: 0px 6px;
  border-radius: 5px;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #e1dddd;
}
fieldset legend {
    display: block;
    width: auto;
    font-size: 14px;
    border: 0;
    margin-bottom: 8px;
}
.btn.turquoise {
    background-color: #3babb0;
    color: #FFF;
}
#stages.turquoise .caption {
    color: #3babb0 !important;
    font-weight: bold;
}
.btn.add-blue {
    background-color: #0d638f;
    color: #FFF;
}
.form-actions a.btn,
.form-actions button.btn {
    margin-bottom: 10px;
}
div.box-title {
    background-color: #403e3e;
}
div.box-title i.icon{
    color: #f46262 !important;
    margin-top: 1px !important;
}
#stage_days_accordion .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: #cb5a5e;
    font-weight: bold;
}
#stage_days_accordion .panel-title a:not(.collapsed),
#stage_days_accordion .panel-title a:hover{
    color: #4388c6ed;
    font-weight: bold;
}
#stage_days_accordion.panel-group {
    padding: 10px;
}
#stage_days_accordion .portlet.exercises {
    margin-top: 10px;
}
.nav-tabs,
.nav-pills {
    margin-bottom: 0px;
}
.nav-tabs {
    border-bottom: 1px solid #4388c6ed;
}
.nav-tabs > li > a,
.nav-pills > li > a {
    color: #2d8286;
}
#stage_days_accordion .nav-tabs > li.active > a,
#stage_days_accordion .nav-tabs > li.active > a:focus,
#stage_days_accordion .nav-tabs > li.active > a:hover {
    color: #3babb0;
    font-weight: bold;
    border-color: #4388c6ed;
    border-bottom-color: transparent;
}
.tabs-left.nav-tabs > li.active > a,
.tabs-left.nav-tabs > li.active > a:focus,
.tabs-left.nav-tabs > li.active > a:hover {
    color: #2871bf;
    font-weight: bold;
    margin-right: -2px;
    z-index: 10;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #4388c6ed;
}
.panel-default.panel-global {
    margin-bottom: 5px;
    border: 1px solid #36b7bd5e;
    box-shadow: none;
}
.panel-default.panel-global .panel-heading {
    background-color: #0d638f;
    color: #FFFFFF;
}
.panel-default.panel-global > .panel-heading h4 {
    font-size: 20px;
    font-weight: normal;
}
.panel-default.panel-global .panel-collapse {
    padding-bottom: 1px;
}
.panel-default.panel-interior {
    margin-bottom: 0;
    /*margin-left: 4px;*/
    /*margin-right: 4px;*/
    box-shadow: 0 0 0;
}
.panel-default.panel-interior .panel-heading {
    background-color: #dfebf7;
    color: #0d638f;
}
.panel-default.panel-interior .panel-collapse div[class*=col-] {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
#stage_days_accordion .tab-content {
    border: 1px solid #4388c6ed;
    padding: 0 12px 0px 12px;
    border-top: 0;
}
.portlet.box.stage.exercises > .portlet-title {
    background-color: #4388c6ed;
}
.tab-pane .portlet-body {
    /*padding: 5px !important;*/
}
.tab-pane .portlet-body table{
    margin-bottom: 5px;
}
.tab-pane .portlet > .portlet-title {
    min-height: 38px;
}
.tab-pane .portlet.box {
    box-shadow: none;
    border: 1px solid #81c4bd47 !important;
    background-color: #b8c9d01f;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}
.table-striped > tbody > tr:nth-of-type(2n) {
    background-color: #ffffff;
}
#routine-overview .tabs-left.nav-tabs {
    border-right: 0 !important;
}
#routine-overview .panel-collapse > .row {
    background-color: #f4f1f191;
    margin-left: auto;
    margin-right: auto;
}
#routine-overview .panel-collapse .tab-content {
    background-color: #FFFFFF;
    border-left: 1px solid #dbdada;
}
#routine-overview .panel-collapse .row > div {
    padding-right: 0;
    padding-left: 0;
}
#routine-overview .tab-pane.active{
    /*background-color: #ffffff;*/
    padding-bottom: 1px;
}
#routine-overview .tab-pane.active .portlet.box{
    margin-left: 5px;
    margin-right: 5px;
}

#routine-overview .tab-pane.active .portlet.box > .portlet-title > .caption {
    color: #0a7dc1;
    font-size: 16px;
}
#routine-overview .tab-pane.active .portlet-body{
    overflow: auto;
    /*margin-right: 4px;*/
    padding: 0px;
}
#routine-overview .nav > li > a {
    padding: 7px 7px !important;
}
#routine-overview.accordion > .portlet-body > .panel-global > .panel-heading h4 a:hover {
    color: #FFFFFF;
    background-color: #0e76a8;
}

/* Split files view */
#fileMessages {
    background-color: #e34e4e70;
    padding: 8px;
    border-radius: 2px;
    width: 100%;
    display: none;
}

.btn-upload-video-file {
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 20px;
}

/*Colors*/
.font-turquoise {
    color: #3babb0;
}
.font-blue {
    color: #0d638f;
}
.font-red {
    color: #f36a5a;
}
.font-yellow {
    color: #f7ca18;
}

.border-red {
    border-color: #f36a5a;
}

/* Audio */
audio, canvas, progress, video {
    display: block;
    width: 100%;
}

/* Video players */

.zoom-video-window .r-header {
  display: none;
}

@font-face {
  font-family: "Oswald";
  src: url('../fonts/Oswald-Regular.ttf');
}

.portlet.light .form .form-body {
  padding-left: 10px;
  padding-right: 10px;
}
.portlet.light .form .form-actions {
  padding-left: 10px;
  padding-right: 10px;
}

.class-header {
    border: 1px solid #80808070;
    border-radius: 5px;
    height: auto;
    margin-bottom: 10px;
    background-color: #86aba817;
    padding-left: 10px;
    padding-right: 0px;
    /* padding-top: 5px; */
    min-height: 46px;
}

#student_data_modal div.footer div {
  padding: 0 !important;
}

.modal .form-actions.row .footer {
  border-top: 1px solid #80808054;
    padding-top: 10px;
}

.modal-dialog {
  margin: 105px auto !important;
}

.modal .modal-dialog select {
    font-size: 13px;
    color: #333;
    background-color: #ffffffba;
    border: 1px solid #e5e5e5bf;
    border-radius: 5px;
}

.modal .modal-content {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #14a3b1;
}
.modal .modal-header {
  background: #cb0000a6;
  color: white;
  min-height: 55px;
}

.student-data-content .row.bottom-border {
  border-bottom: 1px solid #80808030;
}
.student-data-content .modal-body {
    position: relative;
    padding: 12px 0px;
}
#see_student_progress_modal .modal-dialog {
  width: 75%;
  min-width: 660px;
  top: 8%;
}
.student-progress-content {
  padding: 10px;
}
#attendance-percentage {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}

.toggle-password {
  float: right;
  right: 10px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .station .caption {
    font-size: 14px !important;
  }
}

.attendance.fa.fa-check {
  color: #3babb0;
  font-size: 20px;
  position: absolute;
  -webkit-text-stroke: 0.01em #000000af;
}
.attendance.fa.fa-times {
  color: #f36a5a;
  font-size: 20px;
  position: absolute;
  -webkit-text-stroke: 0.01em #000000af;
}
.attendance.fa.fa-times.disabled {
  color: #aaaaaa;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
}