@charset "utf-8";

@media (min-width: 768px) {
    .container {
       /* width: 750px;*/
    }
}
h1{
	/*text-align: center;*/
	padding-left: 30px;
	color: crimson;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	background-color: #f8f8f8;
}
.navbar {
    margin-top: 12px;
    padding-left: 80px;
 /* background: #f8f8f8 url(../img/statsperform-logo.png) no-repeat 18px 12px;*/
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.navbar-brand {
    float: left;
    padding: 15px 45px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-logo {
    float: left;
    width: 113px;
    margin-left: 20px;
    margin-right: -14px;
    height: 54px;
    background: #f8f8f8 url(../img/statsperform-logo.png) no-repeat -9px -5px;
}

div.content {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
	margin-bottom: 20px;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div {
    display: block;
    unicode-bidi: isolate;
}
body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
}
.build {
    padding: 0 15px 30px 15px;
}
form {
    display: block;
    margin-top: 0em;
    unicode-bidi: isolate;
}

.build .row {
    padding: 10px 0;
}

.row {
    margin-right: -15px;
    margin-left: 5px;
}

.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;*/
}

@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 {
        float: left;
    }
}

.col-xs-12 {
   /* width: 100%;*/
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#widget_form .btn {
    /*max-width: 90%;*/
    white-space: normal;
}
/*
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
*/

button, html input[type="button"] {
    cursor: pointer;
    -webkit-appearance: button;
}

.btn-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}