body {
    padding-bottom: 40px;
    background-color: #eee;
    font-family: Verdana;
}

h1 {
    font-size: 40pt;
}

a {
    color: #33567f;
}

.item-msg > a {
        color: #33567f;
}

label {
    color: #33567f;
    max-width: 100%;
    font-weight: normal;
    margin-bottom: 0;
}

label:hover {
    text-decoration: underline;
}

.fa {
    font-size: 32pt;
}

.form-signin {
    padding: 15px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.form-login {
    width: 330px;
}

.form-remindpass {
    width: 330px;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input {
    margin-bottom: 3px;
}

.btn-main {
    border-radius: 4px;
    padding: 5px 30px;
}

.btn-adv {
    padding: 3px 10px;
    font-size: 14px;
    background-color: transparent;
}

.btn-adv:hover {
    border: 1px solid #337AB7;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.form-div {
    margin-top: 40px;
}

.form-remind-div {
    margin-top: 40px;
}

.regform-photo {
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #fff;
    color: #999;
    border-radius: 4px;
}

.box {
    /*background-color: #f7f7f7;*/
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-border-radius: 0 0 120px 120px / 0 0 6px 6px;
    border-radius: 0 0 120px 120px / 0 0 6px 6px;
}

.box-title {
    border-bottom: 1px solid #cacaca;
    margin-bottom: 15px;
    font-size: 14pt;
    letter-spacing: 1px;
}

.inline {
    display: inline;
}

.alert-my {
    position: absolute;
    width: 100%;
    top: 0;
    text-align: center;
    border-radius: 0;
}

.alert-area {
    position: absolute;
    width: 100%;
    top: 50px;
    text-align: center;
    border-radius: 0;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-top-5 {
    margin-top: 5px;
}

.form-reg-photo {
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #fff;
    color: #999;
    border-radius: 4px;
    margin-top: 18px;
    margin-bottom: 4px;
}

.form-capcha {
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #fff;
    color: #999;
    border-radius: 4px;
}

.navbar-main {
    background-color: #14345A;
    border-color: #14345A;
    border-radius: 0;
}

.navbar-brand {
    width: 100px;
    padding: 0px 20px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #d3d3d3;
}

.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
    color: #fff;
}

.navbar-active {
    background-color: #345071;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}

.profile-avatar {
    max-height: 200px;
    border: 1px solid lightgray;
    float: left;
    margin-bottom: 10px;
}

.profile-events {
    margin-top: 30px;
}

.profile-info p {
    margin-bottom: 5px;
}

.profile-info-str {
    padding-bottom: 23px;
    display: block;
}

.profile-events h4 {
    font-size: 21px;
    margin-left: 15px;
}

.profile-events li, .events-list li {
    list-style-type: none;
    margin-left: -20px;
}

.profile-input-label {
    float: left;
    line-height: 2.8;
    margin-right: 20px;
    width: 200px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 5px 20px;
}

@media (max-width: 767px) {
    .navbar-main {
        /*background: linear-gradient(to top, #B1C9E2, #FCFCFD);*/
        background-color: #fff;
    }

    .navbar-brand {
        padding: 0;
    }

    .navbar-active {
        background-color: #345071;
        color: #fff;
    }

    .navbar-default .navbar-nav > .navbar-active > a, .navbar-default .navbar-nav > .navbar-active > a:hover {
        color: #fff;
    }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover {
        color: #000;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle {
        border: 1px solid #888;
    }

    .stat-table {
        margin-top: 0;
    }

}

label.uploadbutton {
    overflow: hidden;
    cursor: pointer;
}

label.uploadbutton input {
    display: none;
}

label.uploadbutton .button {
    text-align: center;
    transition: background 0.2s;
    display: inline-block;

    color: #33567f;
    max-width: 100%;
    font-weight: normal;
}

label.uploadbutton .button:hover {
    text-decoration: underline;
}

label.uploadbutton .input {
    width: 300px;
    display: inline-block;
}

span {
    text-decoration: none;
    /*color:#000;*/
}

.fc-title, .fc-title:active, .fc-title:hover, .fc-title:visited, .fc-time {
    /*color:#fff;*/
    text-decoration: none;
}

div.dataTables_wrapper div.dataTables_filter label:hover {
    text-decoration: none;
}

/*navbar dropdown notify*/

ul.dropdown-notify {
    max-height: 600px;
    width: 470px;
    background-color: #eee;
    font-size: 11pt;
}

ul.dropdown-notify li .item {
    display: block;
    padding: 3px 10px;
    margin: 3px 0;
    border-bottom: 1px solid lightgrey;
}

ul.dropdown-notify li .item:hover {
    background-color: #f3f3f3;
}

ul.dropdown-notify li .item:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

ul.dropdown-notify li .item-left {
    float: left;
}

ul.dropdown-notify li .item-left img,
ul.dropdown-notify li .item-left span.item-info {
    float: left;
}

ul.dropdown-notify li .item-left span.item-info {
    padding-left: 10px;
}

ul.dropdown-notify li .item-left span.item-info span {
    display: block;
}

ul.dropdown-notify li .item-right {
    float: right;
}

ul.dropdown-notify li .item-right button {
    margin-top: 14px;
}

/*comments*/

.user {
    font-size: 14px;
    font-weight: bold;
    display: inline;
    margin-top: 0;
}

.avatar {
    max-height: 50px;
    margin-right: 10px;
}


/* Photo block */

.photo-link{
    color: #000;
}

.photo-link:hover, .photo-link:active, .photo-link:focus, .photo-link:visited{
    color: #000;
    text-decoration: none;
}

.photo-link h4{
    text-decoration: none;
}

.lang {
    margin-top: 10px;
    background: #14345a;
    color: #fff;
    font-weight: bold;
    border: 0;
    padding: 0;
}

.langauth {
    margin-top: 10px;
    background: #eee;
    /*color: #fff;*/
    font-weight: bold;
    border: 0;
    padding: 0;
    box-shadow: 0;
}