
/**button**/
.btn {
    font-size: 14px;
    border-radius: 3px;
    text-transform: uppercase;
    outline: none;
    -webkit-appearance: none;
    box-shadow: none;
}

.btn:hover,
.btn:focus {
    box-shadow: 0 3px 15px 0 rgba(0,0,0,.25);
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
}

.btn:active {
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

.btn-medium {
    min-width: 120px;
    min-height: 40px;
    line-height: 40px;
    padding: 0 15px;
}

.btn-176x60 {
    min-width: 176px;
    min-height: 60px;
    line-height: 60px;
    padding: 0;
}

.btn-176x42 {
    min-width: 176px;
    min-height: 42px;
    line-height: 42px;
    padding: 0;
}

.btn-primary,
.btn-primary:hover, 
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
    background: #00afe9;
    border-color: #00afe9;
}

.btn-default {
    background-color: #fff;
    background-image: none;
    border-color: #00afe9;
    color: #00afe9;
}
.btn-default:hover,
.btn-default:focus {
    background-color: #fff;
    background-image: none;
    border-color: #00afe9;
    color: #00afe9;
}
.btn-default:active,
.btn-default.active {
    background-color: #fff;
    background-image: none;
    border-color: #00afe9;
    color: #00afe9;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    background-image: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus {
    border-radius: 20px;
    border-color: #00afe9;
    background-color: #fff;
    color: #00afe9;
}

.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
    background-color: #00afe9;
    color: #fff;
}

.btn-no-rounded,
.btn-no-rounded:hover,
.btn-no-rounded:focus {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}


/****Form***/
.form-control {
    border-color: #d8f0f6;
    box-shadow: none;
    color: #4c4949;
    height: 49px;
}

.form-control:focus {
    border-color: #009ac7;
    box-shadow: none;
}

.form-group-bottom-50 {
    margin-bottom: 50px;
}

label {
    font-weight: normal;
    color: #009bc8;
}


/***label***/
.label {
    font-weight: normal;
}

.label-default {
    background-color: #c7c3c3;
    color: #4c4949;
}

/***badge***/
.badge {
    min-width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    padding: 0;
    border-radius: 50%;
    background-color: #1d50a1;
    font-weight: normal;
}


/***modal***/
.modal-content {
    border-radius: 3px;
}

/*caret*/
.caret {
    color: #AFAFAF;
    position: relative;
    top: 1px;
}

/*col*/
.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 {
    padding-right: 8px;
    padding-left: 8px;
}

.page-header {
    margin-bottom: 16px;
}