/*
Demo commmon to all pages
*/

html, body {
	height: 100%;
}

body {
	background: #FFF none;
}

div#wrapper {
    width: 100% !important;
    max-width: 100% !important;
    background: #FFF none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    margin: 0 auto;
    min-height: 550px;
    padding-top: 47px;
}

#container {		
	width: 984px;	/* Override */
}

p {
	/* font-size: 16px; */
}

#wrapperBottom {
    width: 983px;
    height: 0;
    margin: 0 auto;
}

#footer {
    width: 100%;
    max-width: 100%;
    min-height: 100px;
    margin: 0 auto 10px auto;
}

#staticContent {
    padding: 20px 40px;;
}

#topNav {
    display:none;
    width: 983px;
    height: 21px;
    margin: 0 auto;
}

#topNav .closeWindow {
    width: 100px;
    height: 25px;
    background-color: #333333;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    float: right;
    margin: 0 25px 0 0;
    padding: 5px 0 0 0;
}

#topNav .closeWindow:hover {
    cursor: pointer;
    color: #CC6600;
}

#topNav .navItem {
    height: 15px;
    margin: 5px 0 0 0;
    padding: 0 13px 0 0;
    float: right;
    font-size: 10px;
    text-align: center;
    color: #000000;
}

#topNav .loggedIn {
    float: left;
    border-left: 0px;
    color: #30416f;
}

#topNav .environment {
    color: red;
    width: 80px;
    float: left;
    border-left: 0px;
}

#topNav .navItem a {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
}

#topNav .navItem a:hover {
    color: #2F2F2F;
    text-decoration: underline;
}

#logo_1, #logo_2, #header-wrapper {
    width: 100% !important;
    height: 210px;
    margin: 0 auto;
    background: url(/communityplatform/public/images/community/slc/slc-header.png) no-repeat top center;
    max-width: 100% !important;
    background-size: cover;
}

#header {
    max-width:1000px;
    width:100%;
    float:none;
    margin:0 auto;
    position:relative;
}
#makeHomepage {
    float: left;
    background: url(/communityplatform/public/images/community/slc/house-icon.png) no-repeat 5px center #939598;
    background-size: 20px;
    color: #FFF;
    font-weight: normal;
    font-size: 13px;
    padding: 8px 10px 8px 30px;
    margin: 10px 0 0;
}
#weather {
    float:right;
    font-size: 13px;
    margin-top: 10px;
    color: #939598;
    text-align: right;
}
#logo {
    float: none;
    margin: 0 auto;
    position: relative;
    background: url(/communityplatform/public/images/community/slc/slc-logo.png) no-repeat top center;
    width: 300px;
    height: 120px;
    clear: both;
    background-size: 100%;
}

#logo_1 .clickAreaLeft,
#logo_2 .clickAreaLeft {
    width: 700px;
    height: 50px;
    cursor: pointer;
    margin: 0 0 0 20px;
    float: left;
    font-weight : bold;
    color : #30416F;
    font-size: 28px;
    padding: 0 ;
    font-size: 12px;
}

#logo_1 .clickAreaRight,
#logo_2 .clickAreaRight {
    width: 250px;
    height: 80px;
    cursor: pointer;
    margin: 20px 0 0 50px;
    float: left;
}

#logo_1 h1,
#logo_1 h2,
#logo_2 h1,
#logo_2 h2 {
	color:#035379 !important;
	margin: 5px 0 0;
	padding:0;
}

#logo_1 h1,
#logo_2 h1 {
  	color:#573D06 !important;
  	line-height: 72px;
  	font-size: 26px;
	margin-left: 10px;
}

#logo_1 h2,
#logo_2 h2 {
	font-size: 15px;
	width: 530px !important;
	margin-top: 8px;
}

#logoImg {
    background-image: url('../../images/community/slc/cornucopia.jpg');
	background-position:left center;
	background-repeat:no-repeat;	
	width:337px;
	height:55px;
	float:right;
	margin: -66px 10px 0 0;
	text-indent: 62px;
	line-height: 60px;
	font-weight: bold;
	color:#573D06;
}

#headerTitles {
	
}
#headerTitles h1, #headerTitles h2 {

}

#mainNav {
    z-index: 15;
    position: fixed;
    top: 0;
    width: 100% !important;
    max-width: 100% !important;
    left: 0;
    height: 40px;
    margin: 0 auto;
    font-size: 14pt;
    text-align: center;
    color: #FFFFFF;
    clear: both;
    background-color: #141A34;
}

div#mainNav>ul {
    max-height: 40px;
    max-width: 1000px;
    margin: 0 auto;
    float: none;
    position: relative;
}

#mainNav .navItem {
    min-height: 34px;
    float: left;
    margin:0px;
}

#mainNav .navItem:hover, #mainNav .selected {
    background-color: #274A89;
}

#mainNav .last {
    border-right:none;
}

#mainNav .navItem a {
    display:block;
    float:left;
    padding: 10px 28px 9px;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
}

#mainNav .navItem .navTitle {
    display: block;
    font-size: 12px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

#mainNav .navItem .navDesc {
	display: block;
	font-size: 14px;
}
.navItem.home.slc-logo {
    background: url(/communityplatform/public/images/community/slc/slc-logo-sm.png) no-repeat center left;
}

#mainContent {
    margin: 0 auto;
    /* min-height: 800px; */
}

#footer {
    background:#141A34;
    color:#FFFFFF;
    width: 960px;
    height: 55px;
    margin: 5px auto 0 auto;
    font-size: 9pt;
    clear: both;
    border-top: none;
}

#footer .logo {
    width: 354px;
    height: 60px;
    background-image: url('../../images/community/common/clp_logo.png');
    background-repeat: no-repeat;
    float: left;
    color:#FFFFFF;
}

#footer .footerText {
    width: 150px;
    margin: 5px 0 0 80px;
    float: left;
    text-align: right;
    color:#FFFFFF;
}

#footer .footerNav {
    width: 500px;
    float: left;
    margin: 5px 0 0 0;
    color:#FFFFFF;
}

#footer .footerNav .navItem {
    width: 95px;
    float: right;
    padding: 0 5px;
    text-align: center;
}

#footer .footerNav .small {
    width: 65px;
}

#footer .footerNav .navItem a {
    color:#FFFFFF;
    text-decoration: none;
}

#footer .footerNav .navItem a:hover {
    text-decoration: underline;
}

/* th used in heading for knowledgebase detail.php items (tom): options:
light blue: 92CAF0 
dark blue on light blue: background-color: #C2EFEF; color: #003964;
dark blue background: 0865AB
*/
th, .headingReverse {
    color: black;
    padding:13px 15px;
    background-color: #C5DFF1 !important;
}

#libraryDiv th.subCatTableHeader {
	background-color:transparent;
	background-image:none;
}

#divReports.hiliteBox2 {
	border:none;
	box-shadow: 0px 0px 6px 3px #E0E0E0;
	-webkit-box-shadow: 0px 0px 6px 3px #E0E0E0; 
	-moz-box-shadow: 0px 0px 6px 3px #E0E0E0; 
	background-color: #DCF3FD;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#DCF3FD), to(#C4E4F1));
	background-image: -webkit-linear-gradient(top, #DCF3FD, #C4E4F1);
	background-image:    -moz-linear-gradient(top, #DCF3FD, #C4E4F1);
	background-image:     -ms-linear-gradient(top, #DCF3FD, #C4E4F1);
	background-image:      -o-linear-gradient(top, #DCF3FD, #C4E4F1);
	background-image:         linear-gradient(to bottom, #DCF3FD, #C4E4F1);
}

body.userGroups #divReports {
	padding: 16px 20px;
}

.breadcrumb, .breadcrumbs {
	font-size: 10px;
	color: #666;
	margin-bottom:10px;
	display:block;
	text-align: left;
}

.submitButton {
	color:#000;
	padding:10px;
	font-size:14px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 0px 0px 6px 3px #CCC;
	-webkit-box-shadow: 0px 0px 6px 3px #CCC; 
	-moz-box-shadow: 0px 0px 6px 3px #CCC;
	background-color: #FFF0CE;
	 background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF0CE), to(#F0D596));
	 background-image: -webkit-linear-gradient(top, #FFF0CE, #F0D596);
	 background-image:    -moz-linear-gradient(top, #FFF0CE, #F0D596);
	 background-image:     -ms-linear-gradient(top, #FFF0CE, #F0D596);
	 background-image:      -o-linear-gradient(top, #FFF0CE, #F0D596);
	 background-image:         linear-gradient(to bottom, #FFF0CE, #F0D596); 
}
.submitButton:hover {
	text-decoration: underline;
	background-color: #F0D596;
	 background-image: -webkit-gradient(linear, left top, left bottom, from(#F0D596), to(#FFF0CE));
	 background-image: -webkit-linear-gradient(top, #F0D596, #FFF0CE);
	 background-image:    -moz-linear-gradient(top, #F0D596, #FFF0CE);
	 background-image:     -ms-linear-gradient(top, #F0D596, #FFF0CE);
	 background-image:      -o-linear-gradient(top, #F0D596, #FFF0CE);
	 background-image:         linear-gradient(to bottom, #F0D596, #FFF0CE); 	
}

.featuredSection {
	background-color:#FFF;
	margin-left: -2px;
	width: 90%;
	padding: 20px;
	margin-top: 25px 5%;
	box-shadow: 1px 1px 15px 1px #666;
	-webkit-box-shadow: 1px 1px 15px 1px #666; 
	-moz-box-shadow: 1px 1px 15px 1px #666; 
}

/********************/
/* Shared Resources */
/********************/

#mainContent #category_list {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#mainContent #category_list h4 {
	border-bottom: none;
	font-size:17px;
	padding: 10px 0px 10px 5px;
	letter-spacing:1px;
	text-transform: uppercase;
}
#mainContent #category_list ul {
	border: thin solid #999;
}
#mainContent #category_list ul li {
	border-bottom: 1px dotted #E1E1E1;
}
#mainContent #category_list a, #mainContent #category_list h4 a, #directory_content h3 {
	color:#003363;
}
#mainContent .listingHeaderLinks a {
	padding-right: 13px;
}

/********************/
/*  Tools   */
/********************/

#tools ul {
	list-style:none;
	padding-left:15px;
}

/* Tasks */
body.tasks td.rwDark {
	background-color: #cadee6;
}

/********************/
/*  Community Indicators   */
/********************/

div.commInd #topBar.communityInd div.actions {
	width: 205px !important;
}
div.commInd #topBar.communityInd div.actions.two {
	width: 225px !important;
	margin-left: 18px;
}
div.commInd #topBar.communityInd div.actions.three {
	width: 171px !important;
	margin-left: 14px;
}
div.commInd #topBar.communityInd div.actions.four {
	width: 150px !important;
	margin-left: 25px;
}

div.commInd #topBar.communityInd div.actions div {
	font-size: 25px !important;
}
div.commInd #topBar.communityInd div.actions p {
	margin-left: 15%;
	font-size: 10px;
}
div.commInd #tabWrapper #mapWrapper,
div.commInd #tabWrapper #dataTableWrapper {
	margin-top:0px !important;
	background: #b6d8d1;
	background: -moz-linear-gradient(top,  #b6d8d1 0%, #ddede3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6d8d1), color-stop(100%,#ddede3));
	background: -webkit-linear-gradient(top,  #b6d8d1 0%,#ddede3 100%);
	background: -o-linear-gradient(top,  #b6d8d1 0%,#ddede3 100%);
	background: -ms-linear-gradient(top,  #b6d8d1 0%,#ddede3 100%);
	background: linear-gradient(to bottom,  #b6d8d1 0%,#ddede3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6d8d1', endColorstr='#ddede3',GradientType=0 );
	border: 1px solid #477e72 !important;
	min-height: 350px;
	height: inherit;
}
div.commInd #tabWrapper #mapWrapper {
	width: 98%;
	padding: 50px 1% 10px;
}

div.commInd #mapView {
	border: 1px solid #467d72 !important;
}
div.commInd #tabs.communityInd ul li a {
	background-color:#d0ede8 !important;
	color:#467d72 !important;
}
div.commInd #tabs.communityInd ul li.ui-state-active a,
div.commInd #tabs.communityInd .ui-state-active {
	color:#000 !important;
	background-color:#acdfd6 !important;
}
div.commInd #communityIndTblDiv #dataTable tr.odd {
	background-color: #d0ede8 !important;
}
div.commInd #communityIndTblDiv #dataTable tr.odd td.sorting_1 {
	background-color: #b2d6d0 !important;
}
div.commInd #communityIndTblDiv #dataTable tr.even {
	background-color: #FFF !important;
}
div.commInd #communityIndTblDiv #dataTable tr.even td.sorting_1 {
	background-color: #d1eee9 !important;
}
div.commInd #communityIndTblDiv #dataTable tbody tr:hover td, 
div.commInd #communityIndTblDiv #dataTable tbody tr:hover {
	background-color: #5ddac5 !important;
}
div.commInd #communityIndTblDiv #dataTable tbody tr.showing, 
div.commInd #communityIndTblDiv #dataTable tbody tr.showing td {
	background-color: #61e3cd !important;
}
div.commInd #entryBar #geographicArea,
div.commInd #entryBar #indicatorGroups,
div.commInd #entryBar #indicators,
div.commInd #entryBar #viewAs {
	background: #b6d8d1;
	background: -moz-linear-gradient(top,  #b6d8d1 0%, #ddede3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6d8d1), color-stop(100%,#ddede3));
	background: -webkit-linear-gradient(top,  #b6d8d1 0%,#ddede3 100%);
	background: -o-linear-gradient(top,  #b6d8d1 0%,#ddede3 100%);
	background: -ms-linear-gradient(top,  #b6d8d1 0%,#ddede3 100%);
	background: linear-gradient(to bottom,  #b6d8d1 0%,#ddede3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6d8d1', endColorstr='#ddede3',GradientType=0 );
    border: 1px solid #379485;
    color: #38504c;
}
div.commInd #selectionText{
	background-color:#8ceadb !important;
    border-top: 1px solid #358377;
    border-left: 1px solid #358377;
    border-right: 1px solid #358377;
    width: 98%;
	padding: 1%;
	margin-top: -1px;
}
div.commInd #entryBar #viewAs {
	width: 10%;
	padding: 20px 16px;
}
.slcSubtitle {
	margin-top: -24px;
	text-align: right;
	color: orange !important;
	font-weight: normal;
	font-style: italic;
}

/* Map */

#mainContent #entryBar .selectionBlock {
	background: #b6d8d1;
	background: -moz-linear-gradient(top,  #b6d8d1 0%, #ddede3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6d8d1), color-stop(100%,#ddede3));
	background: -webkit-linear-gradient(top,  #b6d8d1 0%,#ddede3 100%);
	background: -o-linear-gradient(top,  #b6d8d1 0%,#ddede3 100%);
	background: -ms-linear-gradient(top,  #b6d8d1 0%,#ddede3 100%);
	background: linear-gradient(to bottom,  #b6d8d1 0%,#ddede3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6d8d1', endColorstr='#ddede3',GradientType=0 );
    border: 1px solid #90beb5;
    color: #3b434a;
}
#mainContent #entryBar .selectionBlock .arrow {
	border-bottom: 15px solid #b6d8d1;
}
.ui-corner-all {
	border: 1px solid #90beb5;
}
#mainContent #tabWrapper #tabs {
	background: #b6d8d1;
	background: -moz-linear-gradient(top,  #b6d8d1 0%, #ddede3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6d8d1), color-stop(100%,#ddede3));
	background: -webkit-linear-gradient(top,  #b6d8d1 0%,#ddede3 100%);
	background: -o-linear-gradient(top,  #b6d8d1 0%,#ddede3 100%);
	background: -ms-linear-gradient(top,  #b6d8d1 0%,#ddede3 100%);
	background: linear-gradient(to bottom,  #b6d8d1 0%,#ddede3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6d8d1', endColorstr='#ddede3',GradientType=0 );
}
#mainContent #tabs ul li.ui-state-active a,
#mainContent #tabs .ui-state-active {
	background-color: #b1dcd4;
	color: #000;
	border-bottom: none !important;
}
#tabs ul li a {	
	background-color: #e3f2f0;
}
#mainContent .ui-widget-header {
	color: #398072;
}

/* Classifieds */

#classifiedsPage #leftColumn {
	width:73%;
}
#classifiedsPage #rightSidebar {
	width: 19%;
}
#classifiedsPage #rightSidebar .classifiedsCategories .title {
	font-size: 15px;
}

/**************************/
/** Classifieds Override **/
/**************************/

#classifiedsPage #leftColumn {
	width: 75%;
}

#classifiedsPage #rightSidebar .classifiedsCategories {
	background-color: #FFF;	
}

#classifiedsPage #rightSidebar .classifiedsCategories .title {
	font-size: 13px;
	height: 23px;
	padding: 7px 0 0px;
}

#volunteers.classifiedsCategories a:hover {
	text-decoration: underline;
}
#volunteers.classifiedsCategories a#volBtn {
	margin: 5px;
	width: 84%;
	border-top: 0;
}

#detailDialog #postingDetail, 
#editDialog #postingDetail, 
#noAssociation {
	background-color: #FFFFFF;
}
#postingDetail #detailAccordion {
	border: 2px solid #7BB1A6;
}
#postingDetail #detailAccordion h3 {
	background-color: #7BB1A6;
}
.classifiedsDialog .ui-button.ui-widget.ui-button-text-only span {
	background-color: #7BB1A6 !important;
}
.classifiedsDialog .ui-button.ui-widget.ui-button-text-only span:hover {
	background-color: #5ed4bc !important;
}

.classifiedsDialog .ui-multiselect.ui-widget, 
.classifiedsDialog .ui-multiselect-menu.ui-widget-content .ui-widget-header, 
.classifiedsDialog .ui-multiselect-menu.ui-widget-content, 
.classifiedsDialog .ui-datepicker.ui-widget-content {
	font-size:12px;
	font-weight: normal;
	padding: 4px 0 2px 7px;
	border-radius:4px;
}

.classifiedsDialog .ui-multiselect-menu.ui-widget.ui-widget-content.ui-multiselect-single .ui-widget-header.ui-multiselect-header {
	border: 1px solid #5ed4bc!important;
}
.postingItem .buttons input {
	background-color: #7ab0a6;
}
.postingItem .buttons input:hover {
	background-color: #5ed4bc;
}

/**********************/
/** Library Override **/
/**********************/

#divReports {
	float: right;		
	margin-right: -10px !important;
}	
#divReports.hiliteBox2.libraryHome {
	background: #b6d8d1;
	background: -moz-linear-gradient(top,  #b6d8d1 0%, #ddede3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6d8d1), color-stop(100%,#ddede3));
	background: -webkit-linear-gradient(top,  #b6d8d1 0%,#ddede3 100%);
	background: -o-linear-gradient(top,  #b6d8d1 0%,#ddede3 100%);
	background: -ms-linear-gradient(top,  #b6d8d1 0%,#ddede3 100%);
	background: linear-gradient(to bottom,  #b6d8d1 0%,#ddede3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6d8d1', endColorstr='#ddede3',GradientType=0 );
}

#profileWrapper #rightColumn #tabs {
	background-color: #FFF !important;
}

/* Mobile */

@media screen and (max-width : 480px) {
    #logo_1 h1, #logo_2 h1 {
        line-height: normal;
    }
    #logo_1, #logo_2 {
        height: 110px;
    }
}

/* End Mobile */

/* Source: Bootstrap */
/*
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
*/
/* End Source: Bootstrap */
