html, header, body, input, select, .btn, textarea
{
	font-family: 'ProximaNova', Arial;
	letter-spacing: -0.2px;
}

h1, h2, h3, h4, h5, h6
{
    font-family: 'ProximaNova', Arial;
    font-weight: 100; 
    letter-spacing: -1px;
}

h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 26px;
}

h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 40px;
    color: #666;
}

h3 {
    color: #555;
    font-size: 19px;
    font-weight: bold;
    border-bottom: 3px solid #e5edef;
    padding: 0 6px 3px;
    letter-spacing: 0.01em;
}

hr {
    margin-top: 10px;
}

a {
	color: #53b9cf;
}

a:hover {
	color: #3d8c9d;
	text-decoration: none;
}

.btn {
    padding: 3px 12px;
}

.btn-default {
	color: #333;
	background-color: #ededed;
	border-color: #cccccc;
}

.btn-default:hover {
	background-color: #cccccc;
	border-color: #999999;
}

.btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-color: #93cc2e;
    border-color: #8bc12b;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
    background-color: #9ebd52;
    border-color: #9bbd49;
}

.btn-blue, .btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .open .dropdown-toggle.btn-blue {
    background-color: #53b9cf;
    border-color: #53b9cf;
    color: #fff;
}

legend {
    border-bottom: 3px solid #6fcfe3;
    color: #777;
}

.form-control {
	border: none;
	border-left: 6px solid #6fcfe3;
	border-radius: 2px;
}

.form-control:focus {
	border-left: 6px solid #53b9cf;
}

.input-group-addon {
    border: none;
}

.control-label {
    font-size: 15px;
    font-weight: normal;
    color: #454545;
}

.has-error .control-label {
    color: #454545;
}

.modal .control-label {
    font-size: 14px;
    color: #454545;
    font-weight: normal;
}

.dropdown-menu {
    border: 2px solid #6fcfe3;
    width: 100%;
}

.dropdown-menu>li>a:hover {
    background-color: #6fcfe3;
}

.modal-header {
    background-color: #53b9cf;
    border-bottom: 4px solid #6fcfe3;
    padding-bottom: 10px;
    border-radius: 6px 6px 0 0;
}

.modal-header h1, .modal-header .close {
    color: #fff;
}

.modal-body {
    max-height: 400px;
    overflow-y: auto;
}

.modal-body .alert .close {
    color: #98bfd1;
}

.modal-body, .modal-footer {
    background-color: #f5f5f5;
}

.modal-footer {
    margin-top: 0;
    border-top: none;
    border-radius: 0 0 6px 6px;
}

.nav>li a {
    cursor: pointer;
}

.nav-tabs {
    border-bottom: 3px solid #e5edef;
}

.nav-tabs>li {
    margin-bottom: -3px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background: #e5edef;
    border-color: transparent;
    color: #454545;
}

.nav-tabs>li {
    margin-right: 15px;
}

.nav-tabs>li>a {
    color: #106DB0;
    font-size: 15px;
    border: 1px solid #e5edef;
    border-right-color: transparent;
    padding: 5px 15px;
}

.nav-tabs>li>a:hover {
    background: #e5edef;
    border-color: transparent;
}

.nav-tabs>li>a::after {
    content:'';
    position:absolute;
    z-index: 1;
    top: -1px;
    right: -7px;
    bottom: 0;
    width: 20px;
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
    border-radius: 0 5px 0 0;
    border: 1px solid #e5edef;
    border-top-color: transparent;
    border-left-color: transparent;
}

.nav-tabs>li.active>a::after, .nav-tabs>li>a:hover::after {
    background: #e5edef;
    border-color: transparent;
}

.pagination {
    margin: 0;
}

/*.tooltip-inner {
    background-color: #53b9cf;
}*/

@media screen and (min-width: 768px) {
    .modal-dialog {
        left: 50%;
        width: 700px;
    }
}


