/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */



#wrapper {
    width: 100%;		
}

#wrapper2 {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}



.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;

	
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
	color:#3E8CFC;/*Moon Add*/
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li,
.sidebar .nav-forth-level li,
.sidebar .nav-fifth-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
	color:#74abf9;/*Moon Add*/
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

.sidebar .nav-forth-level li a {
    padding-left: 67px;
}

.sidebar .nav-fifth-level li a {
    padding-left: 82px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 745px;
    overflow-y: auto;
}


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {


.chat-panel .panel-body {
    height: 250px;
    overflow-y: scroll;
}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

.chat-panel .panel-body {
    height: 250px;
    overflow-y: scroll;
}
}







.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.huge2 {
    font-size: 25px;
	text-align:right;
	padding-right:10px;
	/*height:58px;*/
}
.huge3 {
    font-size: 14px;
	text-align:right;
	padding-right:10px;
	/*height:58px;*/
}

.huge4 {
    font-size: 25px;
    text-align:left;
    padding-left:15px;
    /*height:58px;*/
}

.huge5 {
    font-size: 14px;
    text-align:left;
    padding-left:15px;
    /*height:58px;*/
}



.font {
    font-size: 25px;
}







/*Moon*/




.panel-bluebg{
background: rgb(48,122,178); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(48,122,178,1) 0%, rgba(41,160,217,1) 30%, rgba(41,161,218,1) 67%, rgba(49,135,193,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(48,122,178,1)), color-stop(30%,rgba(41,160,217,1)), color-stop(67%,rgba(41,161,218,1)), color-stop(100%,rgba(49,135,193,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(48,122,178,1) 0%,rgba(41,160,217,1) 30%,rgba(41,161,218,1) 67%,rgba(49,135,193,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(48,122,178,1) 0%,rgba(41,160,217,1) 30%,rgba(41,161,218,1) 67%,rgba(49,135,193,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(48,122,178,1) 0%,rgba(41,160,217,1) 30%,rgba(41,161,218,1) 67%,rgba(49,135,193,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(48,122,178,1) 0%,rgba(41,160,217,1) 30%,rgba(41,161,218,1) 67%,rgba(49,135,193,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#307ab2', endColorstr='#3187c1',GradientType=0 ); /* IE6-9 */
} 


.panel-redbg{
background: rgb(187,44,98); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(187,44,98,1) 0%, rgba(216,69,128,1) 30%, rgba(216,69,128,1) 67%, rgba(194,49,96,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(187,44,98,1)), color-stop(30%,rgba(216,69,128,1)), color-stop(67%,rgba(216,69,128,1)), color-stop(100%,rgba(194,49,96,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(187,44,98,1) 0%,rgba(216,69,128,1) 30%,rgba(216,69,128,1) 67%,rgba(194,49,96,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(187,44,98,1) 0%,rgba(216,69,128,1) 30%,rgba(216,69,128,1) 67%,rgba(194,49,96,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(187,44,98,1) 0%,rgba(216,69,128,1) 30%,rgba(216,69,128,1) 67%,rgba(194,49,96,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(187,44,98,1) 0%,rgba(216,69,128,1) 30%,rgba(216,69,128,1) 67%,rgba(194,49,96,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb2c62', endColorstr='#c23160',GradientType=0 ); /* IE6-9 */
}


.panel-orangebg{
background: rgb(255,103,15); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,103,15,1) 0%, rgba(255,120,43,1) 26%, rgba(247,136,51,1) 68%, rgba(255,103,15,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,103,15,1)), color-stop(26%,rgba(255,120,43,1)), color-stop(68%,rgba(247,136,51,1)), color-stop(100%,rgba(255,103,15,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,103,15,1) 0%,rgba(255,120,43,1) 26%,rgba(247,136,51,1) 68%,rgba(255,103,15,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,103,15,1) 0%,rgba(255,120,43,1) 26%,rgba(247,136,51,1) 68%,rgba(255,103,15,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,103,15,1) 0%,rgba(255,120,43,1) 26%,rgba(247,136,51,1) 68%,rgba(255,103,15,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,103,15,1) 0%,rgba(255,120,43,1) 26%,rgba(247,136,51,1) 68%,rgba(255,103,15,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff670f', endColorstr='#ff670f',GradientType=0 ); /* IE6-9 */
} 


.panel-greenbg{
background: rgb(128,189,46); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(128,189,46,1) 0%, rgba(154,218,41,1) 26%, rgba(153,217,41,1) 68%, rgba(129,193,49,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(128,189,46,1)), color-stop(26%,rgba(154,218,41,1)), color-stop(68%,rgba(153,217,41,1)), color-stop(100%,rgba(129,193,49,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(128,189,46,1) 0%,rgba(154,218,41,1) 26%,rgba(153,217,41,1) 68%,rgba(129,193,49,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(128,189,46,1) 0%,rgba(154,218,41,1) 26%,rgba(153,217,41,1) 68%,rgba(129,193,49,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(128,189,46,1) 0%,rgba(154,218,41,1) 26%,rgba(153,217,41,1) 68%,rgba(129,193,49,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(128,189,46,1) 0%,rgba(154,218,41,1) 26%,rgba(153,217,41,1) 68%,rgba(129,193,49,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80bd2e', endColorstr='#81c131',GradientType=0 ); /* IE6-9 */
}

.panel-purplebg{
background: rgb(159,44,221); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(159,44,221,1) 1%, rgba(194,58,209,1) 47%, rgba(194,60,209,1) 56%, rgba(159,44,221,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(159,44,221,1)), color-stop(47%,rgba(194,58,209,1)), color-stop(56%,rgba(194,60,209,1)), color-stop(100%,rgba(159,44,221,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(159,44,221,1) 1%,rgba(194,58,209,1) 47%,rgba(194,60,209,1) 56%,rgba(159,44,221,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(159,44,221,1) 1%,rgba(194,58,209,1) 47%,rgba(194,60,209,1) 56%,rgba(159,44,221,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(159,44,221,1) 1%,rgba(194,58,209,1) 47%,rgba(194,60,209,1) 56%,rgba(159,44,221,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(159,44,221,1) 1%,rgba(194,58,209,1) 47%,rgba(194,60,209,1) 56%,rgba(159,44,221,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f2cdd', endColorstr='#9f2cdd',GradientType=0 ); /* IE6-9 */
}


/*GREEN*/
.panel-green a:hover {
    color: #3d8b3d;
}
.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green2 {
    /*border-color: #5cb85c;*/
}

.panel-green2 .panel-heading {
    /*border-color: #5cb85c;*/
    color: #fff;
    /*background-color: #a3c538;*/
}

.panel-green2 a {
    color: #a3c538;
}

.panel-green2 a:hover {
    color: #7d9129;
}

.panel-green3 {
    /*border-color: #5cb85c;*/
}

.panel-green3 .panel-heading {
    /*border-color: #5cb85c;*/
    color: #fff;
    /*background-color: #a3c538;*/
}

.panel-green3 a {
    color: #a3c538;
}

.panel-green3 a:hover {
    color: #7d9129;
}



/*BLUE*/
.panel-blue {
    /*border-color: #d9534f;*/
}

.panel-blue .panel-heading {
    /*border-color: #d9534f;*/
    color: #fff;
	/*background:#29a0d9;*/

}

.panel-blue a {
    color: #45aaff;
}

.panel-blue a:hover {
    color: #358dc9;
}

.panel-blue2 {
    /*border-color: #d9534f;*/
}

.panel-blue2 .panel-heading {
    /*border-color: #d9534f;*/
    color: #fff;
	/*background:#29a0d9;*/

}

.panel-blue2 a {
    color: #45aaff;
}

.panel-blue2 a:hover {
    color: #358dc9;
}



/*PURPLE*/
.panel-purple {
   /* border-color: #ff6633;*/
}

.panel-purple .panel-heading {
    /*border-color: #ff6633;*/
    color: #fff;
   /* background-color: #ff6633;*/
}

.panel-purple a {
    color: #B169DB;
}

.panel-purple a:hover {
    color: #9F2CDD;
}





/*Orange*/
.panel-orange {
   /* border-color: #ff6633;*/
}

.panel-orange .panel-heading {
    /*border-color: #ff6633;*/
    color: #fff;
   /* background-color: #ff6633;*/
}

.panel-orange a {
    color: #ff6633;
}

.panel-orange a:hover {
    color: #e85412;
}






/*RED*/
.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}


.panel-red2 {
   /* border-color: #ff6633;*/
}

.panel-red2 .panel-heading {
    /*border-color: #ff6633;*/
    color: #fff;
    /*background-color: #e73945;*/
}

.panel-red2 a {
    color: #e73945;
}

.panel-red2 a:hover {
    color: #ad1b3d;
}

.panel-red3 {
   /* border-color: #ff6633;*/
}

.panel-red3 .panel-heading {
    /*border-color: #ff6633;*/
    color: #fff;
    /*background-color: #e73945;*/
}

.panel-red3 a {
    color: #e73945;
}

.panel-red3 a:hover {
    color: #ad1b3d;
}
/*

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}
*/
/*


.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}*/

.fa-search2{ background:url(../Img/btniSearch.gif);
background-repeat:no-repeat;
width:20px;
height:20px;}


.fa-calendar2 { background:url(../Img/btnCalendar.gif);
background-repeat:no-repeat;
width:20px;
height:20px;}

/*btn*/

.fa-bar2 { background:url(../Img/btnChart.gif);
background-repeat:no-repeat;
width:16px;
height:13px;}

.fa-bar3 { background:url(../Img/btnDownlinet.gif);
background-repeat:no-repeat;
width:21px;
height:13px;}

.fa-news2 { background:url(../Img/btnNews.gif);
background-repeat:no-repeat;
width:24px;
height:13px;}

#cart_items .cart_info 
.table.table-condensed.total-result {
  margin-bottom: 10px;
  margin-top: 35px;
  color: #696763
}

#cart_items .cart_info 
.table.table-condensed.total-result tr {
  border-bottom: 0
}

#cart_items .cart_info 
.table.table-condensed.total-result span {
  color: #FE980F;
  font-weight: 700;
  font-size: 16px
}

#cart_items .cart_info 
.table.table-condensed.total-result 
.shipping-cost {
  border-bottom: 1px solid #F7F7F0;
}


#do_action {
  margin-bottom: 50px;
}

.breadcrumbs {
  position: relative;
}

.breadcrumbs .breadcrumb {
  background:transparent;
  margin-bottom: 75px;
  padding-left: 0;
}

.breadcrumbs .breadcrumb li a {
  background:#FE980F;
  color: #FFFFFF;
  padding: 3px 7px;
}

.breadcrumbs .breadcrumb li a:after {
  content:"";
  height:auto;
  width: auto;
  border-width: 8px;
  border-style: solid;
  border-color:transparent transparent transparent #FE980F;
  position: absolute;
  top: 11px;
  left:48px;

}

.breadcrumbs .breadcrumb > li + li:before {
  content: " ";
}

#cart_items .cart_info {
  border: 1px solid #E6E4DF;
  margin-bottom: 50px
}


#cart_items .cart_info .cart_menu {
  background: #FE980F;
  color: #fff;
  font-size: 16px;
  font-family:  "Century Gothic";
  font-weight: normal;
}

#cart_items .cart_info .table.table-condensed thead tr {
  height: 51px;
}


#cart_items .cart_info .table.table-condensed tr {
  border-bottom: 1px solid#F7F7F0
}

#cart_items .cart_info .table.table-condensed tr:last-child {
  border-bottom: 0
}

.cart_info table tr td {
  border-top: 0 none;
  vertical-align: inherit;
}


#cart_items .cart_info .image {
  padding-left: 30px;
}


#cart_items .cart_info .cart_description h4 {
  margin-bottom: 0
}

#cart_items .cart_info .cart_description h4 a {
  color: #363432;
  font-family: 'Roboto',sans-serif;
  font-size: 20px;
  font-weight: normal;

}

#cart_items .cart_info .cart_description p {
  color:#696763
}


#cart_items .cart_info .cart_price p {
  color:#696763;
  font-size: 18px
}


#cart_items .cart_info .cart_total_price {
  color: #FE980F;
  font-size: 24px;
}

.cart_product {
  display: block;
  margin: 15px -70px 10px 25px;
}

.cart_quantity_button a {
  background:#F0F0E9;
  color: #696763;
  display: inline-block;
  font-size: 16px;
  height: 28px;
  overflow: hidden;
  text-align: center;
  width: 35px;
  float: left;
}


.cart_quantity_input {
  color: #696763;
  float: left;
  font-size: 16px;
  text-align: center;
  font-family: 'Roboto',sans-serif;
  
}


.cart_delete  {
  display: block;
  margin-right: -12px;
  overflow: hidden;
}


.cart_delete a {
  background:#F0F0E9;
  color: #FFFFFF;
  padding: 5px 7px;
  font-size: 16px
}

.cart_delete a:hover {
  background:#FE980F
}


.bg h2.title {
  margin-right:0;
  margin-left:0;
  margin-top: 0;
}

.heading h3 {
  color: #363432;
  font-size: 20px;
  font-family:  "Century Gothic";
}

.heading p {
  color: #434343;
  font-size: 16px;
  font-weight: 300;
}


#do_action .total_area {
  padding-bottom: 18px !important;
}

#do_action .total_area, #do_action .chose_area {
  border: 1px solid #E6E4DF;
  color: #696763;
  padding: 30px 25px 30px 0;
  margin-bottom: 80px;
}

.total_area span {
  float: right;
}

.total_area ul li {
  background:#E6E4DF;
  color: #696763;
  margin-top: 10px;
  padding: 7px 20px;
}


.user_option label {
  color: #696763;
  font-weight: normal;
  margin-left: 10px;
}


.user_info {
  display: block;
  margin-bottom: 15px;
  margin-top: 20px;
  overflow: hidden;
}

.user_info label {
  color: #696763;
  display: block;
  font-size: 15px;
  font-weight: normal;

}

.user_info .single_field {
  width: 31%
}

.user_info .single_field.zip-field input {
  background: transparent;
  border: 1px solid#F0F0E9
}

.user_info > li {
  float: left;
  margin-right: 10px
}

.user_info > li > span {
}

.user_info input, select, textarea {
  background: #F0F0E9;
  border:0;
  color: #696763;
  padding: 5px;
  width: 100%;
  border-radius: 0;
  resize: none
}

.user_info select:focus {
  border: 0
}


.chose_area .update {
  margin-left: 40px;
}

.update, .check_out {
  background: #FE980F;
  border-radius: 0;
  color: #FFFFFF;
  margin-top: 18px;
  border: none;
  padding: 5px 15px;
}
.update{
    margin-left: 40px;
}

.check_out {
  margin-left: 20px
}


li.dropdown {
  list-style: none;
}

@media print{
	.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%}
	.page-header{margin:0px 0 10px;}
	h1.page-header{font-size:20px;}
}