﻿/* =========== RESET STYLES START =========== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
blockquote, q {quotes: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need ?cellspacing=?0?? in the markup */
table {border-collapse: collapse;border-spacing: 0;}
table td, table th { padding: 0;}
input[type="radio"],input[type="checkbox"]{box-sizing: border-box; margin: 0; padding: 0;}
/*--- Text elements --- */
p{ margin: 0; }
strong { font-weight: bold; }
em,dfn { font-style: italic; }
sup, sub { line-height: 0; }
abbr, acronym{ border-bottom: 1px dotted #666; }
address{ font-style: italic; }
del{ color:#666; }
a{text-decoration: none;color: #00f;}
a:hover{text-decoration: underline; outline: none}
a:active {outline:none}
/*--- Lists --- */
ul, ol{list-style: none;margin: 0;}
li ul, li ol{ margin:0 }
dl{ margin: 0; }
dd{ margin-left: 0;}
/* =========== RESET STYLES END =========== */

/* =========== Sticky Footer START =========== */
* {
    margin:0;
    padding:0;
} 
html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
}
.wrapper-inner {
    overflow:auto;
    padding-bottom: 70px;
}
.main-footer {
    position: relative;
	margin-top: -70px;
	height: 70px;
	clear:both;
    background: #e7e3da;
}
body:before {
    content:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px;
}
/* =========== Sticky Footer END =========== */

*, *:after, *:before {
    box-sizing: border-box;
}

body{
    font-size: 14px;
    line-height: 1.3;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    background: #f0eeea;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
.main-footer{
    font-weight: 600;
    font-size: 13px;
    color: #757164;
    line-height: 70px;
    overflow: hidden;
    padding: 0 50px;
}
.main-footer a {
    color: #ce8e4a;
}
.main-footer .contacts {
    width: 45%;
    float: left;
}
.main-footer .contacts .spacer{
    margin: 0 25px;
}
.main-footer .copy{
    width: 45%;
    float: right;
    text-align: right;
}
.main-header {
    background: #252638 ;
    padding: 20px 0 36px;
}
.main-header .main-logo{
    background: url(images/new-logo.png) no-repeat;
    width: 267px;
    height: 74px;
    display: block;
    margin: 0 auto;
}
.content {
    padding: 50px;
    max-width: 1200px;
    margin: 0 auto;
}
.login-header{
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    background: url(images/bg-login-header.png) no-repeat center bottom;
    margin-bottom: 45px;
    padding-bottom: 35px;
}
.login-tabs {
    margin-bottom: 45px;
    text-align: center;
}
.login-tabs .link {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    margin: 0 25px;
    color: #ce8e4a;
}
.login-tabs .link:hover, .login-tabs .link.active {
    color: #000;
    text-decoration: none;
}
.login-tabs .link.active:before {
    content: "";
    background: url(images/login-arrow.png) no-repeat;
    width: 13px;
    height: 8px;
    position: absolute;
    left: 50%;
    bottom: -14px;
    margin-left: -7px;
}
.login-container {
    background: #fff;
    border: 8px solid #fff;
    padding: 70px;
    max-width: 570px;
    box-shadow: 0 0 0 1px #f1ede8 inset;
    margin: 0 auto;
}
.login-container .item {
    border: 1px solid #dcd3c1;
    border-radius: 3px;
    margin-bottom: 14px;
    padding-left: 55px;
    position: relative;
    height: 46px;
}
.login-container .label {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 55px;
    background: #f4f2eb;
    border-radius: 3px 0 0 3px;
    border-right: 1px solid #dcd3c1;
    text-indent: -3000px;
    
}
.login-container .label:before {
    content: "";
    background: url(images/icons-login.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
}
.login-container .label.login:before {
    width: 19px;
    height: 21px;
    margin: -10px 0 0 -10px;
}
.login-container .label.password:before {
    background-position: 0 -22px;
    width: 25px;
    height: 25px;
    margin: -12px 0 0 -12px;
}
.login-container .text-field {
    border: none;
    background: transparent;
    width: 100%;
    padding: 0 15px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
.login-submit {
    display: block;
    background: #e1ae77;
    border: 2px solid #e1ae77;
    width: 100%;
    box-shadow: 0 0 0 3px #fff inset;
    border-radius: 2px;
    font-style: italic;
    font-size: 18px;
    font-family: Georgia;
    line-height: 43px;
    cursor: pointer;
    color: #fff;
}
.forgot-pass {
    margin-top: 15px;
    text-align: right;
}
.login-container .validation-summary-errors {
    color: red;
}
.login-container .validation-summary-errors li {
    margin: 6px 0;
}
.login-text {
    margin-bottom: 15px;
    font-weight: 600;
}
.forgot-back-link {
    margin-top: 15px;
}
.employee-project-list{
    overflow: hidden;
    margin: 0 -8px;
    padding-top: 20px;
}
.employee-project-item {
    float: left;
    width: 25%;
    padding: 0 8px 16px;
}
.employee-project{
    display: block;
    background-color: #fff;
    box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.75);
    cursor: pointer;
    padding: 10px 10px 15px;
}
.employee-project:hover {
    text-decoration: none;
}
.employee-project-item:nth-child(4n+1) {
    clear: left;
}
.employee-project .image {
    display: block;
    height: 250px;
    background-position: center;
    background-size: cover;
    margin-bottom: 15px;
}
.employee-project .image.no-img{
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(images/no_image.png);
}
.welcome-header {
    overflow: hidden;
}
.welcome-header .links {
    float: right;
}
.welcome-header .links a {
    float: left;
    background: #e1ae77;
    border: 1px solid #e1ae77;
    box-shadow: 0 0 0 1px #fff inset;
    border-radius: 2px;
    font-style: italic;
    font-size: 14px;
    font-family: Georgia;
    line-height: 25px;
    cursor: pointer;
    color: #fff;
    padding: 0 15px;
    font-weight: 400;
    color: #fff;
    margin-left: 10px;
}
.welcome-header .links a:first-child {
    margin-left: 0;
}
.welcome-header .links a:hover {
    text-decoration: none;
}
.project-image {
    margin: 30px 0 20px;
    float: left;
    width: 25%;
    height: 200px;
    background-position: center;
    background-size: cover;
}
.project-image.no-img {
    background-image: url(images/no_image.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.project-description{
    padding-left: 28%;
    margin: 30px 0 20px;
}
.project-text {
    margin: 5px 0 20px;
}
.project-documentation {
    font-weight: 600;
    margin-bottom: 5px;
}
.project-links {
    margin: 0 -5px;
}
.project-links .link{
    padding: 2px 5px;
    white-space: nowrap;
    display: inline-block;
}

.inform_tbl {
    margin-top: 20px;
    text-align: center;
    border-collapse: unset;
}
.inform_tbl .date {
    text-align: left;
}
.inform_tbl .center_td {
    border-left: 1px solid #dddbd7;
}
.inform_tbl th {
    padding-bottom: 10px;
}
.inform_tbl th, .inform_tbl td {
    border-bottom: 1px dashed #000;
    vertical-align:middle;
    padding: 5px;
}
.inform-tbl-wrapper {
    clear: both;
}
.updated-project {
    background: #ce8e4a;
    border-radius: 3px;
    color: #fff;
    display: block;
    margin-top: 5px;
    padding: 5px;
    text-align: center;
}

@media only screen and (max-width: 639px) {
    .main-footer{
        padding: 30px 15px;
        height: auto;
        line-height: 1.3;
    }
    .main-footer .contacts, .main-footer .copy {
        float: none;
        width: 100%;
        text-align: center;
    }
    .main-footer .contacts {        
        padding-bottom: 20px;
    }
    .main-footer .contacts .spacer {
        margin: 0 0 0 20px;
    }
    .main-footer .copy span{
        display: block;
    }
    .content {
        padding: 30px 15px;
    }
    .login-tabs .link {
        border: 2px solid #e1ae77;
        display: block;
        line-height: 40px;
        font-size: 14px;
        margin: 0;
        text-align: center;
        margin: 5px 0;
    }
    .login-tabs .link.active {
        border-color: #000;
    }
    .login-tabs .link:before {
        display: none;
    }
    .login-container {
        padding: 20px 15px;
    }
    .employee-project-item {
        width: 100%;
        float: none;
    }
    .welcome-header .links {
        float: none;
        display: block;
        overflow: hidden;
        padding: 5px 0 15px;
    }
    .project-image {
        float: none;
        width: 100%;
    }
    .project-description {
        margin: 10px 0 20px;
        padding-left: 0;
    }
    .inform-tbl-wrapper {
        overflow: auto;
    }
    .main-header{
        padding: 10px 0 20px;
    }
    .main-header .main-logo {
        width: 180px;
        height: 50px;
        background-size: cover;
    }
}
@media only screen and (min-width: 640px) and (max-width: 980px) {
    .employee-project-item {
        width: 50%;
    }
    .employee-project-item:nth-child(2n+1) {
        clear: left;
    }

}