/* Added by smronju */

/** General Styles for Roster (Backgrounds, and Icons) **/
.darkblue{background:#02225D;}
.darkgrey{background:#363636; color:#fff;}
.subheaderGrey{background:#999999;}
.lightgrey{background:#EEEEEE;}
.oddrow{background:#fff;}
.evenrow{background:#DFDFDF;}

/** styles for icons sprite (just add to div or span). Paths will change as needed**/
.home{height:25px; min-width:16px; background:url('../img/ds.calendar.sprite.png') no-repeat 0 4px; display:block; text-indent:25px;}
.away{height:25px; min-width:16px; background:url('../img/ds.calendar.sprite.png') no-repeat 0px -20px;display:block; text-indent:25px;}
.practice{height:25px; min-width:16px; background:url('../img/ds.calendar.sprite.png') no-repeat 0px -45px;display:block; text-indent:25px;}
.tournament{height:25px; min-width:16px; background:url('../img/ds.calendar.sprite.png') no-repeat 0px -70px; display:block; text-indent:25px;}
.location{height:25px; min-width:16px; background:url('../img/ds.calendar.sprite.png') no-repeat 0px -98px; display:block; text-indent:25px;}
.school{height:25px; min-width:16px; background:url('../img/ds.calendar.sprite.png') no-repeat 0px -118px; display:block; text-indent:25px;}
.facility{height:25px; min-width:16px; background:url('../img/ds.calendar.sprite.png') no-repeat 0px -143px; display:block; text-indent:25px;}
.team{height:25px; min-width:16px; background:url('../img/ds.calendar.sprite.png') no-repeat 0px -169px; display:block; text-indent:25px;}


.clearer {clear:both; display:block; font-size:0px; height:0px; overflow:hidden;}
.spacer {display:block; font-size:0px; height:10px;}

tr.homerow, tr.homerow td{color:#2C2970;}
tr.awayrow, tr.awayrow td{color:#890A03;}
tr.tournamentrow{color:#000;}
tr.practicerow{color:#48672E;}
tr.schoolrow{color:#F1592A;}
tr.facilityrow{color:#00A651;}
tr.teamrow{color:#17677F;}

.calendarholder{background:#EEEEEE; height:100%;}

/** Menu Options **/
.menu-options{height:40px;}
.menu-options a, .menu-options span{color:#0000FF; text-decoration:none; font-weight:bold; font-size:16px;line-height: 30px;}
.menu-options a:hover{text-decoration:underline;}
.menu-options .view-options a{font-weight:normal; color:#1528FF; font-size:12px;}

/** Appiled styles for Roster **/ 
.rosterHolder{width:100%;}
.rosterHolder .filters{padding:10px; margin-bottom:3px;}
.rosterHolder .filters .key{background:#EEEEEE; height: 25px;}
.rosterHolder .filters .key .keyitem{float:left; padding: 0 10px; border-right: 1px solid #eeeeee;}

.rosterHolder .heading{padding:5px; font-size:22px; text-align:center;}

.rosterHolder .subheading{padding:3px; font-size:12px; font-weight:normal; min-height:20px; font-weight:bold;}

.rosterHolder .targetedfilter{width:25%;}

.rosterHolder .rostertable{width:100%;}
.rosterHolder .rostertable table{width:100%; border:1px #CCCCCC solid; border-collapse:collapse;}  
.rosterHolder .rostertable th{font-weight:bold; color:#000; text-align: center; font-size:12px;}
.rosterHolder .rostertable td{font-weight:bold; padding:3px; border:1px #CCCCCC solid; font-size:12px;}
.rosterHolder .rostertable td span.location a{color:#0000FF;}

/** Disabled Roster Table Row **/
.rosterHolder .rostertable tr.cancelled, .rosterHolder .rostertable tr.postponed, .rosterHolder .rostertable tr.rescheduled{background-color:#ACACAC !important; height:30px;}
.rosterHolder .rostertable tr.cancelled td:nth-child(5){background:url('../img/ds.watermarks.red.cancelled.png') no-repeat top center;}
.rosterHolder .rostertable tr.postponed td:nth-child(5){background:url('../img/ds.watermarks.red.postponed.png') no-repeat top center;}
.rosterHolder .rostertable tr.rescheduled td:nth-child(5){background:url('../img/ds.watermarks.red.rescheduled.png') no-repeat top center;}

/*******************************************/
/*  Dialog Boxes
/*******************************************/
.dialoguebox {position:relative; top:0; left:0; overflow:hidden; visibility:hidden; font-size:11px; font-family:Arial, sans-serif; background-color:#FFFFFF; border-width:1px; border-style:solid; border-color:#999999; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -moz-box-shadow:3px 3px 3px #898989; -webkit-box-shadow:3px 3px 3px #898989; box-shadow:3px 3px 3px #898989; filter:progid:DXImageTransform.Microsoft.DropShadow(OffX=3, OffY=3, Color='gray');}
.dialoguebox .hd {margin:3px; padding:5px 8px; line-height:117%; white-space:nowrap; font-size:117%; color:#FFFFFF; background-color:#6C0000; font-weight:bold; border-width:1; border-style:solid; border-color:#898989; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
.dialoguebox .bd {padding:5px 10px 0; overflow:hidden; background:none no-repeat scroll center center transparent;}
.dialoguebox .ft {padding:0; text-align:right; overflow:hidden; background:url(../img/bg.input.iseek.powered.gif) no-repeat scroll 98% center transparent;}
.dialoguebox .button {width:75px; text-align:center;}

.dialoguebox .columnLeft {width:232px; float:left;}
.dialoguebox .columnRight {width:232px; float:right;}
.dialoguebox .bordered {padding:5px; border-width:1px; border-style:solid; border-color:#CCCCCC;}
.dialoguebox .shaded {padding:5px; border-width:1px; background-color:#F0F0F0; border-style:solid; border-color:#CCCCCC;}
.dialoguebox .sectionButtons {width:205px; margin:0 auto; text-align:center;}
.dialoguebox .sectionTitle, .dialoguebox .label {font-weight:bold;}
.dialoguebox .sectionSpacer {height:75px;}
.dialoguebox .sectionDivider {position:relative;}
.dialoguebox .sectionDivider .caption {display:block; margin:0 auto; position:absolute; top:-10px; left:225px; font-weight:bold; text-align:center; color:#AEAEAE; background-color:#FFFFFF;}
.dialoguebox .sublabel {font-style:italic;}
.dialoguebox input.scoreEntry {width:50px;}
.dialoguebox input.scoreResult {position:relative; top:2px;}

.selectorDialog {width:500px;}

/** SCORE EDITOR **/

#scoreEditorDialog {width:500px;}
#scoreEditorDialog .bdcenter {text-align:left;}
#scoreEditorDialog .columnLeft, #scoreEditorDialog .columnRight {width:220px; min-height:88px;}
#scoreEditorDialog .columnLeft, #scoreEditorDialog .columnRight, #scoreEditorDialog .sectionOvertime {padding:5px; border-width:1px; background-color:#F0F0F0; border-style:solid; border-color:#CCCCCC;}
#scoreEditorDialog .sectionInfo {font-size:12px; text-align:center;}
#scoreEditorDialog .tieResult {position:relative; top:2px;}
#scoreEditorDialog .messageBox, #scoreEditorDialog .errorBox {margin-bottom:10px; text-align:left;}
#scoreEditorDialog .sectionCaptcha img {border-width:0; cursor:pointer;}

#scoreEditorDialogLoader {width:470px; height:84%; position:absolute; background-color:#FFFFFF;}
#scoreEditorDialogLoader div {margin-top:45px; color:#929292; font-weight:bold; text-align:center;}
#scoreEditorDialogLoader img {display:block; margin:auto auto 40px;}
#scoreEditorDialogLoader #scoreEditorDialogExit {display:block; margin:0 auto;}
#scoreEditorDialogLoader div#scoreEditorDialogLoaderTeaser {margin-bottom:10px;}

.site-navigation li .nav1-arrow, .site-navigation li ul li .nav1-arrow{
	background-image: url(../img/arrow-right.png);
	background-position: 98% center;
	background-repeat: no-repeat;
	background-size: 12px;
}

.nav1-arrow.custom-page-arrow, .nav1-arrow.custom-page-arrow:hover{
	background-image: url(../img/arrow-left.png) !important;
	background-position: 1% center !important;
	background-repeat: no-repeat;
}

li.hide_item{
	display: none;
}

.key > span{
	line-height: 25px;
	padding: 0 10px;
	float: left;
	font-weight: bold;
}

.keyitem:hover{
	background: #cfcfcf;
}

.keyitem span{
	cursor: pointer;
	line-height: 25px;
}

.event_type_filter{
	display: none;
}

.apply-filter{
	float: right;
	margin-right: 10px;
	line-height: 25px;
	cursor: pointer;
	font-weight: bold;
}

.keyitem.active{
	background: #cfcfcf;
	font-weight: bold;
}

.pagination-links{
	margin: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 5px 0;
}

.pagination-links .inline{
	margin: 0 28%;
	overflow: hidden;
}

.pagination-links .inline li{
	display: inline;
	font-size: 12px;
}

.inline > li:last-child{
	margin-top: 2px;
}

.inline input[type='text']{
	width: 35px;
	padding: 1px;
	margin-right: 20px;
}

.inline input{
	width: 35px;
}

.inline span{
	padding: 0 10px 0 20px;
}

.pagination-anchor{
	border: 1px solid #ccc;
	padding: 2px 3px 0;
	margin: 0 3px 0 0;
}

.pagination-anchor img{
	width: 10px;
}

.league-schedule-table tr td{
	color: #000000 !important;
}

/*a.button, input[type=submit], input[type=button], input[type=reset],*/
a.button, input[type=submit], input[type=reset],
ul.button-nav li a, div.generic-button a {
	background: url( ../img/white-grad.png ) top left repeat-x;
	border: 1px solid #ddd;
	padding: 3px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	color: #888;
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer;
}

a.button:hover, a.button:focus, input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover,
ul.button-nav li a:hover, ul.button-nav li.current a,
div.generic-button a:hover {
	border-color: #aaa;
	color: #555;
	outline: none;
}

.calendar-grid-view.ui-dialog-content.ui-widget-content{
	height: auto !important;
}

/* end smronju's css */

/*********************************************
 DS-Ad
*********************************************/

.ds-ad--skyscraper {
    height: 600px;
    width: 120px;
    position: absolute;
    right: -140px;
    top: 25px;
    /*background: #ccc;*/
    background-color: transparent;
}


#page {
    position: relative;
    overflow: visible;
}

/*
.ds-ad--skyscraper--2, .ds-ad--skyscraper--3, .ds-ad--skyscraper--4, .ds-ad--skyscraper--5, .ds-ad--skyscraper--6 {
    display:none;
}
*/


.schedule-accordion-div {
    /*height:auto !important;*/
    max-height: 500px;
}

strong, b, .sp-thumbnail-content-container .title, #divContent1 .date, #divContent2 .date, #widget_schedule_3 .date, #chalkboardcontainer h1, #chalkboardcontainer h2, #chalkboardcontainer h3, #chalkboardcontainer h4, #chalkboardcontainer h5, #chalkboardcontainer h6, .chalkboard-message a {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 800;
    /*text-transform: uppercase;*/
    letter-spacing: -1px;
    opacity: .8;
}

/*************************************************************
* Tweaks for Calendar Styles
**************************************************************/

.schedule-table--no-event {
    margin-top: 15px;
    margin-bottom: 15px;
}
.schedule-table--no-event th {
    border-bottom: 0px !important;
}

#sidebar-accordion {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
#sidebar-accordion h3 {
    border-radius: 0px;
    /*background: #a7a7a7 !important; /* Color */
    padding: 3px 0;
}
#sidebar-accordion h3.ui-accordion-header-active {
    /*background: #000086 !important;  /* Color */
}
#sidebar-accordion .logo img {
    overflow: hidden;
    border-radius: 100%;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    height: 40px;
    width: 40px;
    margin: 21px 18px 21px 4px;
}
#sidebar-accordion .result {
    margin-top: 3px;
}
#sidebar-accordion .ui-accordion-header-icon {
    left: initial;
    right: .5em;
    color: #fff;
}
#sidebar-accordion .ui-icon-circle-triangle-w {
    left: initial;
    right: .5em;
    color: #fff;
}
#sidebar-accordion .ui-accordion-content {
    width: 100%;
    box-sizing: border-box;
    padding-left: 1em;
    padding-right: 1em;
}
#sidebar-accordion .ui-accordion-content .button_album, #sidebar-accordion .ui-accordion-content .button_action {
    /*color: #fff;*/
    box-sizing: border-box;
}
#sidebar-accordion .ui-accordion-content .button_album:hover, #sidebar-accordion .ui-accordion-content .button_action:hover {
    text-decoration: none;
}
#sidebar-accordion .schedule-list {
    margin-left: -1em;
    margin-right: -1em;
    padding-left: 1em;
    padding-right: 1em;
}
#sidebar-accordion .schedule-list__actions {
    padding-top: 20px;
    padding-bottom: 0px;
}
#sidebar-accordion .chalkboardRow {
    min-height: 0px;
    border-bottom: 1px dotted #ccc;
}

.eventCalendar {
    margin: 0 auto 0px auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    height: 315px;
}
.eventCalendar .clndr {
    transform: scale(0.8);
    margin-top: -38px;
}

/*# sourceMappingURL=ds-team-styles.css.map */


/*************************************************************
 * Tweaks for Calendar Styles
 **************************************************************/
.schedule-table--no-event {
    margin-top: 15px;
    margin-bottom: 15px;
}
.schedule-table--no-event th {
    border-bottom: 0px !important;
}

#sidebar-accordion {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
#sidebar-accordion h3 {
    border-radius: 0px;
    background: #a7a7a7 !important;
    padding: 3px 0;
}
#sidebar-accordion h3.ui-accordion-header-active {
    background: #000086 !important;
}
#sidebar-accordion .logo img {
    overflow: hidden;
    border-radius: 100%;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    height: 40px;
    width: 40px;
    margin: 21px 18px 21px 4px;
}
#sidebar-accordion .result {
    margin-top: 3px;
}
#sidebar-accordion .ui-accordion-header-icon {
    left: initial;
    right: .5em;
    color: #fff;
}
#sidebar-accordion .ui-accordion-content {
    width: 100%;
    box-sizing: border-box;
    padding-left: 1em;
    padding-right: 1em;
}
#sidebar-accordion .ui-accordion-content .button_album, #sidebar-accordion .ui-accordion-content .button_action {
    color: #fff;
    box-sizing: border-box;
}
#sidebar-accordion .ui-accordion-content .button_album:hover, #sidebar-accordion .ui-accordion-content .button_action:hover {
    text-decoration: none;
}
#sidebar-accordion .schedule-list {
    margin-left: -1em;
    margin-right: -1em;
    padding-left: 1em;
    padding-right: 1em;
}
#sidebar-accordion .schedule-list__actions {
    padding-top: 20px;
    padding-bottom: 0px;
}
#sidebar-accordion .chalkboardRow {
    min-height: 0px;
    border-bottom: 1px dotted #ccc;
}

.eventCalendar {
    margin: 0 auto 0px auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    height: 315px;
}
.eventCalendar .clndr {
    transform: scale(0.8);
    margin-top: -38px;
}

/* =============================================================
 *
 * Digital Sports Article/Gallery/Application Page Columns
 * May need extra class to trigger columns width.
 *
 ============================================================ */
.article-page .col1 {
    width: 550px;
    width: calc(100% - 350px);
}

.article-page .col1, .article-page .col2 {
    box-sizing: border-box;
}

.article-page .col1 .entry {
    width: 100%;
}

.article-page .col2 {
    width: 325px;
}

/* =============================================================
 *
 * Digital Sports Calendar Columns
 * May need extra class to trigger columns width.
 *
 ============================================================ */
html.calendar-page, html.calendar-page body {
    width: 99%;
    max-width: 100%;
    padding: 0;
}

.calendar-page .teambanner {
    width: 100%;
    background-size: cover;
}

.calendar-page #school_logo {
    width: 100%;
    height: auto;
}

.calendar-page #search-bar #register {
    width: 100%;
}

.calendar-page .col1 {
    box-sizing: border-box;
    width: calc(100% - 350px - 180px );
}

.calendar-page .col1 #schedule-pod-widget {
    width: 100%;
}

.calendar-page .col2 {
    width: 350px;
}

.calendar-page .ds-ad--skyscraper {
    top: 65px;
    right: 60px;
}

.calendar-page footer, .calendar-page #footer {
    width: 100%;
    box-sizing: border-box;
}

.calendar-page footer, .calendar-page #footer {
    width: 100%;
    box-sizing: border-box;
}

.calendar-page footer .small-3, .calendar-page #footer .small-3 {
    width: 33.33%;
}

.calendar-page footer .row, .calendar-page #footer .row {
    padding: 15px 0;
}

/* =============================================================
 *
 * Digital Sports Team/League and other tab view pages
 * May need extra class to trigger columns width.
 * Only user if ad spot is a skyscaper.
 *
 ============================================================ */
.homeview div[id*='divContent'] {
    width: calc(100% - 180px) !important;
}

@-ms-viewport {
.bootstrap {
    width: device-width;
} }
.bootstrap .visible-xs, .bootstrap .visible-sm, .bootstrap .visible-md, .bootstrap .visible-lg {
    display: none !important;
}
.bootstrap .visible-xs-block, .bootstrap .visible-xs-inline, .bootstrap .visible-xs-inline-block, .bootstrap .visible-sm-block, .bootstrap .visible-sm-inline, .bootstrap .visible-sm-inline-block, .bootstrap .visible-md-block, .bootstrap .visible-md-inline, .bootstrap .visible-md-inline-block, .bootstrap .visible-lg-block, .bootstrap .visible-lg-inline, .bootstrap .visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .bootstrap .visible-xs {
        display: block !important;
    }
    .bootstrap table.visible-xs {
        display: table;
    }
    .bootstrap tr.visible-xs {
        display: table-row !important;
    }
    .bootstrap th.visible-xs, .bootstrap td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .bootstrap .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .bootstrap .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .bootstrap .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .bootstrap .visible-sm {
        display: block !important;
    }
    .bootstrap table.visible-sm {
        display: table;
    }
    .bootstrap tr.visible-sm {
        display: table-row !important;
    }
    .bootstrap th.visible-sm, .bootstrap td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .bootstrap .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .bootstrap .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .bootstrap .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .bootstrap .visible-md {
        display: block !important;
    }
    .bootstrap table.visible-md {
        display: table;
    }
    .bootstrap tr.visible-md {
        display: table-row !important;
    }
    .bootstrap th.visible-md, .bootstrap td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .bootstrap .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .bootstrap .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .bootstrap .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .bootstrap .visible-lg {
        display: block !important;
    }
    .bootstrap table.visible-lg {
        display: table;
    }
    .bootstrap tr.visible-lg {
        display: table-row !important;
    }
    .bootstrap th.visible-lg, .bootstrap td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .bootstrap .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .bootstrap .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .bootstrap .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .bootstrap .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .bootstrap .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .bootstrap .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .bootstrap .hidden-lg {
        display: none !important;
    }
}
.bootstrap .visible-print {
    display: none !important;
}
@media print {
    .bootstrap .visible-print {
        display: block !important;
    }
    .bootstrap table.visible-print {
        display: table;
    }
    .bootstrap tr.visible-print {
        display: table-row !important;
    }
    .bootstrap th.visible-print, .bootstrap td.visible-print {
        display: table-cell !important;
    }
}
.bootstrap .visible-print-block {
    display: none !important;
}
@media print {
    .bootstrap .visible-print-block {
        display: block !important;
    }
}
.bootstrap .visible-print-inline {
    display: none !important;
}
@media print {
    .bootstrap .visible-print-inline {
        display: inline !important;
    }
}
.bootstrap .visible-print-inline-block {
    display: none !important;
}
@media print {
    .bootstrap .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .bootstrap .hidden-print {
        display: none !important;
    }
}
.bootstrap .row {
    margin-left: -15px;
    margin-right: -15px;
}
.bootstrap .col, .bootstrap .col-xs-1, .bootstrap .col-sm-1, .bootstrap .col-md-1, .bootstrap .col-lg-1, .bootstrap .col-xs-2, .bootstrap .col-sm-2, .bootstrap .col-md-2, .bootstrap .col-lg-2, .bootstrap .col-xs-3, .bootstrap .col-sm-3, .bootstrap .col-md-3, .bootstrap .col-lg-3, .bootstrap .col-xs-4, .bootstrap .col-sm-4, .bootstrap .col-md-4, .bootstrap .col-lg-4, .bootstrap .col-xs-5, .bootstrap .col-sm-5, .bootstrap .col-md-5, .bootstrap .col-lg-5, .bootstrap .col-xs-6, .bootstrap .col-sm-6, .bootstrap .col-md-6, .bootstrap .col-lg-6, .bootstrap .col-xs-7, .bootstrap .col-sm-7, .bootstrap .col-md-7, .bootstrap .col-lg-7, .bootstrap .col-xs-8, .bootstrap .col-sm-8, .bootstrap .col-md-8, .bootstrap .col-lg-8, .bootstrap .col-xs-9, .bootstrap .col-sm-9, .bootstrap .col-md-9, .bootstrap .col-lg-9, .bootstrap .col-xs-10, .bootstrap .col-sm-10, .bootstrap .col-md-10, .bootstrap .col-lg-10, .bootstrap .col-xs-11, .bootstrap .col-sm-11, .bootstrap .col-md-11, .bootstrap .col-lg-11, .bootstrap .col-xs-12, .bootstrap .col-sm-12, .bootstrap .col-md-12, .bootstrap .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.bootstrap .col, .bootstrap .col-xs-1, .bootstrap .col-xs-2, .bootstrap .col-xs-3, .bootstrap .col-xs-4, .bootstrap .col-xs-5, .bootstrap .col-xs-6, .bootstrap .col-xs-7, .bootstrap .col-xs-8, .bootstrap .col-xs-9, .bootstrap .col-xs-10, .bootstrap .col-xs-11, .bootstrap .col-xs-12 {
    float: left;
}
.bootstrap .col-xs-12 {
    width: 100%;
}
.bootstrap .col-xs-11 {
    width: 91.66666667%;
}
.bootstrap .col-xs-10 {
    width: 83.33333333%;
}
.bootstrap .col-xs-9 {
    width: 75%;
}
.bootstrap .col-xs-8 {
    width: 66.66666667%;
}
.bootstrap .col-xs-7 {
    width: 58.33333333%;
}
.bootstrap .col-xs-6 {
    width: 50%;
}
.bootstrap .col-xs-5 {
    width: 41.66666667%;
}
.bootstrap .col-xs-4 {
    width: 33.33333333%;
}
.bootstrap .col-xs-3 {
    width: 25%;
}
.bootstrap .col-xs-2 {
    width: 16.66666667%;
}
.bootstrap .col-xs-1 {
    width: 8.33333333%;
}
.bootstrap .col-xs-pull-12 {
    right: 100%;
}
.bootstrap .col-xs-pull-11 {
    right: 91.66666667%;
}
.bootstrap .col-xs-pull-10 {
    right: 83.33333333%;
}
.bootstrap .col-xs-pull-9 {
    right: 75%;
}
.bootstrap .col-xs-pull-8 {
    right: 66.66666667%;
}
.bootstrap .col-xs-pull-7 {
    right: 58.33333333%;
}
.bootstrap .col-xs-pull-6 {
    right: 50%;
}
.bootstrap .col-xs-pull-5 {
    right: 41.66666667%;
}
.bootstrap .col-xs-pull-4 {
    right: 33.33333333%;
}
.bootstrap .col-xs-pull-3 {
    right: 25%;
}
.bootstrap .col-xs-pull-2 {
    right: 16.66666667%;
}
.bootstrap .col-xs-pull-1 {
    right: 8.33333333%;
}
.bootstrap .col-xs-pull-0 {
    right: auto;
}
.bootstrap .col-xs-push-12 {
    left: 100%;
}
.bootstrap .col-xs-push-11 {
    left: 91.66666667%;
}
.bootstrap .col-xs-push-10 {
    left: 83.33333333%;
}
.bootstrap .col-xs-push-9 {
    left: 75%;
}
.bootstrap .col-xs-push-8 {
    left: 66.66666667%;
}
.bootstrap .col-xs-push-7 {
    left: 58.33333333%;
}
.bootstrap .col-xs-push-6 {
    left: 50%;
}
.bootstrap .col-xs-push-5 {
    left: 41.66666667%;
}
.bootstrap .col-xs-push-4 {
    left: 33.33333333%;
}
.bootstrap .col-xs-push-3 {
    left: 25%;
}
.bootstrap .col-xs-push-2 {
    left: 16.66666667%;
}
.bootstrap .col-xs-push-1 {
    left: 8.33333333%;
}
.bootstrap .col-xs-push-0 {
    left: auto;
}
.bootstrap .col-xs-offset-12 {
    margin-left: 100%;
}
.bootstrap .col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.bootstrap .col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.bootstrap .col-xs-offset-9 {
    margin-left: 75%;
}
.bootstrap .col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.bootstrap .col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.bootstrap .col-xs-offset-6 {
    margin-left: 50%;
}
.bootstrap .col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.bootstrap .col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.bootstrap .col-xs-offset-3 {
    margin-left: 25%;
}
.bootstrap .col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.bootstrap .col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.bootstrap .col-xs-offset-0 {
    margin-left: 0%;
}
@media (min-width: 768px) {
    .bootstrap .col, .bootstrap .col-sm-1, .bootstrap .col-sm-2, .bootstrap .col-sm-3, .bootstrap .col-sm-4, .bootstrap .col-sm-5, .bootstrap .col-sm-6, .bootstrap .col-sm-7, .bootstrap .col-sm-8, .bootstrap .col-sm-9, .bootstrap .col-sm-10, .bootstrap .col-sm-11, .bootstrap .col-sm-12 {
        float: left;
    }
    .bootstrap .col-sm-12 {
        width: 100%;
    }
    .bootstrap .col-sm-11 {
        width: 91.66666667%;
    }
    .bootstrap .col-sm-10 {
        width: 83.33333333%;
    }
    .bootstrap .col-sm-9 {
        width: 75%;
    }
    .bootstrap .col-sm-8 {
        width: 66.66666667%;
    }
    .bootstrap .col-sm-7 {
        width: 58.33333333%;
    }
    .bootstrap .col-sm-6 {
        width: 50%;
    }
    .bootstrap .col-sm-5 {
        width: 41.66666667%;
    }
    .bootstrap .col-sm-4 {
        width: 33.33333333%;
    }
    .bootstrap .col-sm-3 {
        width: 25%;
    }
    .bootstrap .col-sm-2 {
        width: 16.66666667%;
    }
    .bootstrap .col-sm-1 {
        width: 8.33333333%;
    }
    .bootstrap .col-sm-pull-12 {
        right: 100%;
    }
    .bootstrap .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .bootstrap .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .bootstrap .col-sm-pull-9 {
        right: 75%;
    }
    .bootstrap .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .bootstrap .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .bootstrap .col-sm-pull-6 {
        right: 50%;
    }
    .bootstrap .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .bootstrap .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .bootstrap .col-sm-pull-3 {
        right: 25%;
    }
    .bootstrap .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .bootstrap .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .bootstrap .col-sm-pull-0 {
        right: auto;
    }
    .bootstrap .col-sm-push-12 {
        left: 100%;
    }
    .bootstrap .col-sm-push-11 {
        left: 91.66666667%;
    }
    .bootstrap .col-sm-push-10 {
        left: 83.33333333%;
    }
    .bootstrap .col-sm-push-9 {
        left: 75%;
    }
    .bootstrap .col-sm-push-8 {
        left: 66.66666667%;
    }
    .bootstrap .col-sm-push-7 {
        left: 58.33333333%;
    }
    .bootstrap .col-sm-push-6 {
        left: 50%;
    }
    .bootstrap .col-sm-push-5 {
        left: 41.66666667%;
    }
    .bootstrap .col-sm-push-4 {
        left: 33.33333333%;
    }
    .bootstrap .col-sm-push-3 {
        left: 25%;
    }
    .bootstrap .col-sm-push-2 {
        left: 16.66666667%;
    }
    .bootstrap .col-sm-push-1 {
        left: 8.33333333%;
    }
    .bootstrap .col-sm-push-0 {
        left: auto;
    }
    .bootstrap .col-sm-offset-12 {
        margin-left: 100%;
    }
    .bootstrap .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .bootstrap .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .bootstrap .col-sm-offset-9 {
        margin-left: 75%;
    }
    .bootstrap .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .bootstrap .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .bootstrap .col-sm-offset-6 {
        margin-left: 50%;
    }
    .bootstrap .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .bootstrap .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .bootstrap .col-sm-offset-3 {
        margin-left: 25%;
    }
    .bootstrap .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .bootstrap .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .bootstrap .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {
    .bootstrap .col, .bootstrap .col-md-1, .bootstrap .col-md-2, .bootstrap .col-md-3, .bootstrap .col-md-4, .bootstrap .col-md-5, .bootstrap .col-md-6, .bootstrap .col-md-7, .bootstrap .col-md-8, .bootstrap .col-md-9, .bootstrap .col-md-10, .bootstrap .col-md-11, .bootstrap .col-md-12 {
        float: left;
    }
    .bootstrap .col-md-12 {
        width: 100%;
    }
    .bootstrap .col-md-11 {
        width: 91.66666667%;
    }
    .bootstrap .col-md-10 {
        width: 83.33333333%;
    }
    .bootstrap .col-md-9 {
        width: 75%;
    }
    .bootstrap .col-md-8 {
        width: 66.66666667%;
    }
    .bootstrap .col-md-7 {
        width: 58.33333333%;
    }
    .bootstrap .col-md-6 {
        width: 50%;
    }
    .bootstrap .col-md-5 {
        width: 41.66666667%;
    }
    .bootstrap .col-md-4 {
        width: 33.33333333%;
    }
    .bootstrap .col-md-3 {
        width: 25%;
    }
    .bootstrap .col-md-2 {
        width: 16.66666667%;
    }
    .bootstrap .col-md-1 {
        width: 8.33333333%;
    }
    .bootstrap .col-md-pull-12 {
        right: 100%;
    }
    .bootstrap .col-md-pull-11 {
        right: 91.66666667%;
    }
    .bootstrap .col-md-pull-10 {
        right: 83.33333333%;
    }
    .bootstrap .col-md-pull-9 {
        right: 75%;
    }
    .bootstrap .col-md-pull-8 {
        right: 66.66666667%;
    }
    .bootstrap .col-md-pull-7 {
        right: 58.33333333%;
    }
    .bootstrap .col-md-pull-6 {
        right: 50%;
    }
    .bootstrap .col-md-pull-5 {
        right: 41.66666667%;
    }
    .bootstrap .col-md-pull-4 {
        right: 33.33333333%;
    }
    .bootstrap .col-md-pull-3 {
        right: 25%;
    }
    .bootstrap .col-md-pull-2 {
        right: 16.66666667%;
    }
    .bootstrap .col-md-pull-1 {
        right: 8.33333333%;
    }
    .bootstrap .col-md-pull-0 {
        right: auto;
    }
    .bootstrap .col-md-push-12 {
        left: 100%;
    }
    .bootstrap .col-md-push-11 {
        left: 91.66666667%;
    }
    .bootstrap .col-md-push-10 {
        left: 83.33333333%;
    }
    .bootstrap .col-md-push-9 {
        left: 75%;
    }
    .bootstrap .col-md-push-8 {
        left: 66.66666667%;
    }
    .bootstrap .col-md-push-7 {
        left: 58.33333333%;
    }
    .bootstrap .col-md-push-6 {
        left: 50%;
    }
    .bootstrap .col-md-push-5 {
        left: 41.66666667%;
    }
    .bootstrap .col-md-push-4 {
        left: 33.33333333%;
    }
    .bootstrap .col-md-push-3 {
        left: 25%;
    }
    .bootstrap .col-md-push-2 {
        left: 16.66666667%;
    }
    .bootstrap .col-md-push-1 {
        left: 8.33333333%;
    }
    .bootstrap .col-md-push-0 {
        left: auto;
    }
    .bootstrap .col-md-offset-12 {
        margin-left: 100%;
    }
    .bootstrap .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .bootstrap .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .bootstrap .col-md-offset-9 {
        margin-left: 75%;
    }
    .bootstrap .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .bootstrap .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .bootstrap .col-md-offset-6 {
        margin-left: 50%;
    }
    .bootstrap .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .bootstrap .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .bootstrap .col-md-offset-3 {
        margin-left: 25%;
    }
    .bootstrap .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .bootstrap .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .bootstrap .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .bootstrap .col, .bootstrap .col-lg-1, .bootstrap .col-lg-2, .bootstrap .col-lg-3, .bootstrap .col-lg-4, .bootstrap .col-lg-5, .bootstrap .col-lg-6, .bootstrap .col-lg-7, .bootstrap .col-lg-8, .bootstrap .col-lg-9, .bootstrap .col-lg-10, .bootstrap .col-lg-11, .bootstrap .col-lg-12 {
        float: left;
    }
    .bootstrap .col-lg-12 {
        width: 100%;
    }
    .bootstrap .col-lg-11 {
        width: 91.66666667%;
    }
    .bootstrap .col-lg-10 {
        width: 83.33333333%;
    }
    .bootstrap .col-lg-9 {
        width: 75%;
    }
    .bootstrap .col-lg-8 {
        width: 66.66666667%;
    }
    .bootstrap .col-lg-7 {
        width: 58.33333333%;
    }
    .bootstrap .col-lg-6 {
        width: 50%;
    }
    .bootstrap .col-lg-5 {
        width: 41.66666667%;
    }
    .bootstrap .col-lg-4 {
        width: 33.33333333%;
    }
    .bootstrap .col-lg-3 {
        width: 25%;
    }
    .bootstrap .col-lg-2 {
        width: 16.66666667%;
    }
    .bootstrap .col-lg-1 {
        width: 8.33333333%;
    }
    .bootstrap .col-lg-pull-12 {
        right: 100%;
    }
    .bootstrap .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .bootstrap .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .bootstrap .col-lg-pull-9 {
        right: 75%;
    }
    .bootstrap .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .bootstrap .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .bootstrap .col-lg-pull-6 {
        right: 50%;
    }
    .bootstrap .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .bootstrap .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .bootstrap .col-lg-pull-3 {
        right: 25%;
    }
    .bootstrap .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .bootstrap .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .bootstrap .col-lg-pull-0 {
        right: auto;
    }
    .bootstrap .col-lg-push-12 {
        left: 100%;
    }
    .bootstrap .col-lg-push-11 {
        left: 91.66666667%;
    }
    .bootstrap .col-lg-push-10 {
        left: 83.33333333%;
    }
    .bootstrap .col-lg-push-9 {
        left: 75%;
    }
    .bootstrap .col-lg-push-8 {
        left: 66.66666667%;
    }
    .bootstrap .col-lg-push-7 {
        left: 58.33333333%;
    }
    .bootstrap .col-lg-push-6 {
        left: 50%;
    }
    .bootstrap .col-lg-push-5 {
        left: 41.66666667%;
    }
    .bootstrap .col-lg-push-4 {
        left: 33.33333333%;
    }
    .bootstrap .col-lg-push-3 {
        left: 25%;
    }
    .bootstrap .col-lg-push-2 {
        left: 16.66666667%;
    }
    .bootstrap .col-lg-push-1 {
        left: 8.33333333%;
    }
    .bootstrap .col-lg-push-0 {
        left: auto;
    }
    .bootstrap .col-lg-offset-12 {
        margin-left: 100%;
    }
    .bootstrap .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .bootstrap .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .bootstrap .col-lg-offset-9 {
        margin-left: 75%;
    }
    .bootstrap .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .bootstrap .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .bootstrap .col-lg-offset-6 {
        margin-left: 50%;
    }
    .bootstrap .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .bootstrap .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .bootstrap .col-lg-offset-3 {
        margin-left: 25%;
    }
    .bootstrap .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .bootstrap .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .bootstrap .col-lg-offset-0 {
        margin-left: 0%;
    }
}
.bootstrap .clearfix, .bootstrap .clearfix:before, .bootstrap .clearfix:after, .bootstrap .row:before, .bootstrap .row:after {
    content: " ";
    display: table;
}
.bootstrap .clearfix:after, .bootstrap .row:after {
    clear: both;
}
.bootstrap .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.bootstrap .pull-right {
    float: right !important;
}
.bootstrap .pull-left {
    float: left !important;
}
.bootstrap *, .bootstrap *:before, .bootstrap *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

