*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html, body{padding: 0; margin: 0;}

body{font-size: 14px; line-height: 1.43; color: #333333; font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;}

strong{font-weight: bold}
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary{display: block}

h1,h2,h3,h4,h5,h6{font-weight: 500; line-height: 1.1}
h1{font-size: 2em}

a{color: #337ab7; text-decoration: none; cursor: pointer !important;}
a:hover, a:focus{color: #23527c; text-decoration: none}
a:visited{color: #337ab7}

form{float: left}

.row{width: 100%; float:left; position: relative}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12{
    position: relative; float: left; padding-left: 10px; padding-right: 10px;  }
.col-1{width: 8.333%} .pad-1{margin-left: 8.33%}
.col-2{width: 16.667%;} .pad-2{margin-left: 16.667%}
.col-3{width: 25%;} .pad-3{margin-left: 25%}
.col-4{width: 33.333%;} .pad-4{margin-left: 33.333%}
.col-5{width: 41.667%;} .pad-5{margin-left: 41.667%}
.col-6{width: 50%;} .pad-6{margin-left: 50%}
.col-7{width: 58.333%;} .pad-7{margin-left: 58.333%}
.col-8{width: 66.667%;} .pad-8{margin-left: 66.667%}
.col-9{width: 75%;} .pad-9{margin-left: 75%}
.col-10{width: 83.333%;} .pad-10{margin-left: 83.333%}
.col-11{width: 91.667%;} .pad-11{margin-left: 91.667%}
.col-12{width: 100%;}

.col-divider{border-bottom: solid 1px #dddddd; margin-bottom: 15px}

.alert{padding: 10px; margin-bottom: 15px; border: solid 1px transparent; border-radius: 5px}
.alert-warning {color: #8a6d3b; background-color: #FCF8E3; border-color: #faebcc}
.alert-danger {color: #a94442; background-color: #F2DEDE; border-color: #ebccd1}

.pull-left{float:left}
.pull-right{float: right}

.form-group{margin-left: -10px; margin-right: -10px; margin-bottom: 15px; float: left; position: relative; width: 100%}
.control-label{padding-top: 7px; text-align: right}
.value-label{padding-top: 7px; text-align: left; font-weight: bold}
.control-label > sup{color: red}
.input-group{display: table; position: relative; border-collapse:  separate}
.input-group-btn{position: relative; white-space: nowrap; vertical-align: middle; display: table-cell; width: 1%}
.form-control{width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.43; border: solid 1px #cccaca; box-shadow: inset 0 1px 1px rgba(0,0,0,.075); transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s}
.input-group .form-control{position: relative; width: 100%; display: table-cell; z-index: 2}

.input-group-addon{
    padding: 6px 18px;
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
    display: table-cell;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
}

.input-help{position: absolute; left: 100%;width: 300px; padding-left: 30px; height: 34px; line-height: 34px;}
.input-help > .input-error{color: red; }
.input-error{color: red; }

input[type=text], input[type=password]{
    border-color: #d0d0d0; color: #3c3c3c; background-color: #ffffff;
}

input[type=text]:disabled, input[type=password]:disabled{
    background-color: #f5f5f5;
}

button{-webkit-appearance: button}
select{border-radius: 0 !important;}

.btn {
    position: relative;
    background-color: #f5f5f5;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: solid 1px transparent;
    z-index: 2;
}

.btn[disabled]{cursor: not-allowed; box-shadow: none; opacity: 0.65}
.btn:hover{color: #333333; text-decoration: none}
.btn:focus, .btn:active{outline: thin dotted;  outline: 5px auto -webkit-focus-ring-color;  outline-offset: -2px; box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);}

.radio, .checkbox{
    position: relative; display: block;
}
.checkbox{padding-top: 7px; min-height: 27px;}

table{
    font-size: 12px;
}

form.form-vertical .control-label{
    text-align: left;
    font-weight: bold;
}