form.dashboard {
    height:100%;
}

div.errors {
    text-align: left;
}

div.errors p {
    margin-top:0px;
    marbin-bottom:0px;
}

div.contact img {
    max-width: 200px;
}

div.failed {
    max-width: 300px;
    margin: 0 0 0.5em 6em;
}
.placeholder{
    color: #99999c !important;
    padding-top:1px !important;

    font-size:14px !important;
}

select.special {
    padding-left:52px;
}

select option {
    color:#000;
}
select option:first-child{
    color: #99999c;
    display: none;
}

select option{
    color: #555;
}

body.bg {
    background: url("/img/my_modular_bg.jpg") center center no-repeat transparent;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/my_modular_bg.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/my_modular_bg.jpg', sizingMethod='scale')";
    background-attachment: fixed;
}

div.clusters a.active {
    font-weight: bold;
}

select[name="function"] {
    /*font-size: 0.6em !important;*/
    height: 52px !important;
}

.container-fluid > .navbar-header > .navbar-brand > .brand-logo {
    background: url(../img/png/modular_basic_logo.png) 50% 50% no-repeat;
    background-size: auto 70%;
    border-right: 1px solid #5b5d6b;
}

.required {
    border: 2px solid #fc743f !important;
}

.input-group.google {
    padding: 0 !important;
    background-color: inherit !important;
}

.main .alert ul li:before {
    content: "";
    color: #fc743f;
}

.alert.text-left {
    font-size:12px !important;
}

.input-group.recaptcha-explanation {
    margin-top: 30px;
    padding-bottom: 5px;
    margin-bottom:5px;
    height: 35px;
}

/*Who is who*/
.contacts .block * {
    font-size: 16px;
}

.contacts .block {
    padding: 14px;
}

.contacts .block div.edit {
    float: right;
}

.contacts .block div.newblock {
    margin-top: 25px;
    padding-bottom: 14px;
    text-align: center;
}

.contacts .block span.adress {
    /*font-size: 14px;*/
    color: #fc743f;
    display: block;
    padding-bottom: 17px;
}

.contacts .block h1 {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 0;
}

.contacts .block h3 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 0;
}

.contacts .block hr {
    margin-top: 12px;
    margin-bottom: 12px;
}

.contacts .contact {
    display: table;
    width: 100%;
    margin-bottom: 7px;
}

.contacts .contact span.name {

}

div.imagecontainer {
    width: 50px;
    height: 50px;
    text-align: center;
}

div.contactimagecontainer {
    display: table-cell;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    text-align: center;
}

div.contactdatacontainer {
    vertical-align: middle;
    display: table-cell;
    width: calc(100% - 65px);
    padding-left: 15px;
}

i.contactimage {
    border: 1px solid #fc743f;
    color: #fc743f;
    width: 50px;
    height: 50px;
    padding: 0;
    padding-top: 16px;
    text-align: center;
}

div.contact img.contactimage {
    margin-left: auto;
    margin-right: auto;
    max-width: 50px;
    max-height: 50px;
}


td img.contactimage {
    margin-left: auto;
    margin-right: auto;
    max-width: 50px;
    max-height: 50px;
}

.contacts .contact span.name {
    display: block;
}

.contacts .contact span.area {
    display: block;
    text-transform: uppercase;
}

.contacts .contact span.email {
    display: block;
    color: #fc743f;
    /*font-size: 14px;*/
}

.contacts .list .country{
    display: block;
}

.contacts .contact div.edit {
    float: right;
}

#assets .navbar-nav {
    margin-right : 1px;
    /*margin-top: 3px;*/
}

#assets .navbar-nav button {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    border-spacing: 0;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
}

#assets .navbar-nav span.brand-name {
    word-break: keep-all;
    font-size: 0.9em;
    padding: 1em 1.3em 1em 1.2em;
}

/*/Who is who*/
.container-fluid > .navbar-header > .navbar-brand > a > .brand-logo {
    background: url(../img/png/modular_basic_logo.png) 50% 50% no-repeat;
    background-size: auto 70%;
    border-right: 1px solid #5b5d6b;
}

.container-fluid > .navbar-header > .navbar-brand > a > .brand-name {
    color: #fff;
}

.container-fluid > .navbar-header > .navbar-brand > a:hover > .brand-name {
    text-decoration: underline;
}

div.login div.recaptcha-explanation-forgot {
    margin-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    height: 35px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

div.tool > div.wrapper > form > p.intro {
    min-height: 60px;
}

div.tool > div.wrapper > form > div.input-group {
    /*background: #eeeeee;*/
    margin-top: 20px;
}
#footer {
    border-top: 1px solid #eeeef1;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.05);
    box-shadow: 0 0 5px rgba(0,0,0,.05);
    background: #fcfcfc;
    color: #727587;
    padding: 0;
    position: fixed;
    z-index: 10000;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    font-size: .75em;
    display: block;
}
@media (min-width: 1200px) {
    #footer {
        padding-left: 3em;
        padding-right: 3em;
    }
}

#footer ul, #footer li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

#footer ul li:first-child, #footer li li:first-child {
    border: none;
    padding-left: 0;
    margin-right: 0;
}

#footer ul li, #footer li li {
    border-left: 1px solid #e0e1e5;
    padding: 0 0 0 1em;
    margin: 0 0 0 1em;
    line-height: 1.4;
}

#footer ul a, #footer li a {
    color: #727587;
    text-decoration: none;
}

#footer ul a:hover, #footer li a:hover {
    color: #fc743f;
    text-decoration: underline;
}

#footer .links, #footer .info {
    display: inline-block;
    padding: 0.6em 0;
    line-height: 1.4em;
}

@media (min-width: 768px) {
    #footer .info {
        float: right;
    }
}
.register-container .wrapper {
    text-align: left;
}
.register-container .wrapper ul,
.register-container .wrapper ol {
    margin-left: 20px;
}

.register-container .wrapper ol li,
.register-container .wrapper ul li{
    font-size: 1.5rem;
    margin: 2px 0;
    list-style-type: disc;
    padding-left: 0;
    text-indent: 0;
}
.register-container table th:first-child {
    width: 30%;
}

.register-container ul li::before {
    content: none;
}

.register-group p {
    font-size: 1.4rem;
}

.newsletter {
    float: left;
    /*width: 100%;*/
}

#announcements table {
    margin-top: 15px;
}

#announcements table td {
}

#announcements table .form-control {
    font-size: 1em;
}

#announcements table ul li {
    list-style-type: none;
}

#announcements.announcements-edit table .multi {
    height: 15em;
}

#announcements .announcement {
    border-bottom: 1px solid;
    border-color: #eee;
}

.announcements {
    border: 1px solid #c0c0c0;
    padding: 0px 10px;
    position: relative;
}

.announcements .view-all a {
    color: #35363f;
    text-decoration: underline;
}

.announcements .announcement-content {
    border-bottom: 1px solid;
    border-color: #eee;
    padding-bottom: 5px;
}

.announcements .announcement-content .announcement-message {
    overflow: hidden;
    max-height: 4em;
    margin-bottom: 0px  ;
    font-size: 1.5rem;
}
.announcements .announcement-content .announcement-message p {
    font-size: inherit;
}


.announcements .announcement-content h3 {
    font-weight: initial;
}

.announcement-content p a {
    color: inherit;
    text-decoration: underline;
}

.sidebar {
    display: flex;
    flex-direction: column;
}

.announcement-content .read-more {
    font-size: 0.8em;
}

.side-section.service {
    margin-top: auto;
    border-top: none;
}

.side-section.service .contact {
    margin-bottom: 40px;
}

#announcements-news {
    color: #ffffff;
    background-color: #fc743f;
    border-color: #fc743f;
    position: absolute;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    left: -38px;
    top: 14px;
    font-size: 0.6em;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 0 8px 0 0;
    /*-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25%, 90% 0);*/
    /*clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25%, 90% 0);*/
}

.table.user-table > thead > tr > th,
.table.user-table > tbody > tr > th,
.table.user-table > tfoot > tr > th,
.table.user-table > thead > tr > td,
.table.user-table > tbody > tr > td,
.table.user-table > tfoot > tr > td {
    padding: 0.7em;
}

.table.user-table td.edit,
.table.user-table td.delete,
.table.user-table td.activate,
.table.user-table td.deactivate {
    padding: 8px 2px !important;
}