@import url(../fonts/sourcesanspro/font-styles.css);

#footer, #head {
    background: url(../images/binding_dark.png);
    color: #fff
}

#footer h4, #head h4 {
    font-size: 15px;
    font-weight: 500
}

#footer span, #head span {
    color: #ff8c00;
    margin-right: 5px
}

body {
    font-family: 'Open Sans Pro', sans-serif;
    line-height: 30px;
    background: color(#ffffff)/*url(../images/geometry.png)*/
}

#menu, h2, h3, h4 {
    font-family: 'Open Sans Pro', sans-serif;
}

.noti-div h4 {
    padding: 10px
}

.noti-div i {
    display: block;
    padding: 5px
}

.noti-div a, .noti-div a:hover {
    text-decoration: none
}

.img-max-width {
    max-width: 270px
}

#menu {
    padding: 0 !important
}

#head {
    padding: 10px
}

#head .header-mid {
    max-height: 65px
}

#main h3 {
    color: #000;
    padding: 0 0 10px;
    line-height: 40px
}

#main .hr-div hr {
    padding-bottom: 30px
}

.logout-link {
    margin-bottom: 40px !important
}

#footer {
    padding: 0;
    margin-top: 50px
}

#footer h3 {
    color: #ff8c00
}

.captcha {
    width: 100%;
    height: auto;
    -webkit-border-radius: 2%;
    -moz-border-radius: 2%;
    border-radius: 2%;
    -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 3px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(0, 0, 0, .2)
}

.imgsms {
    width: 60%;
    height: auto;
    -webkit-border-radius: 2%;
    -moz-border-radius: 2%;
    border-radius: 2%;
    -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 3px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(0, 0, 0, .2)
}

.table-user-information > tbody > tr {
    border-top: 1px solid #ddd
}

.table-user-information > tbody > tr:first-child, .table-user-information > tbody > tr > td {
    border-top: 0
}

.bold {
    font-weight: 700
}

.callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px
}

.callout h4 {
    margin-top: 0;
    margin-bottom: 5px
}

.callout p:last-child {
    margin-bottom: 0
}

.callout code {
    border-radius: 3px
}

.callout-default {
    border-left-color: #777
}

.callout-default h4 {
    color: #777
}

.callout-primary {
    border-left-color: #428bca
}

.callout-primary h4 {
    color: #428bca
}

.callout-success {
    border-left-color: #5cb85c
}

.callout-success h4 {
    color: #5cb85c
}

.callout-danger {
    border-left-color: #d9534f
}

.callout-danger h4 {
    color: #d9534f
}

.callout-warning {
    border-left-color: #f0ad4e
}

.callout-warning h4 {
    color: #f0ad4e
}

.callout-info {
    border-left-color: #5bc0de
}

.callout-info h4 {
    color: #5bc0de
}

.error_input {
	font-size: 12px;
    color: #d9534f;
}

.error_input_suggestion {
	font-size: 12px;
    color: #d9534f;
	display:none;
}