@charset "windows-1252";

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

/*      Pagination      */
.page {
    
}

.page .actionLink {
    line-height: 30px;
    margin: 0 16px;
}

h1{ 
    font-weight: 500;
    text-align: center;
    color: white;
    background-color: black;
    line-height: 60px;
    margin:0;
} 

h2{
    font-weight: bold;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #dddddd;
    margin: 0;
}

h4 {
    font-weight: 400;
    min-height: 18px;
    margin: 0;
    display: inline-block;
}

.page-toolbar {
    border-bottom: 1px solid #dedede;   
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #f0f0f0 0%, #f9f9f9 10%, #f9f9f9 10%, #ffffff 23%, #ffffff 74%, #f9f9f9 89%, #f0f0f0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f0f0f0 0%,#f9f9f9 10%,#f9f9f9 10%,#ffffff 23%,#ffffff 74%,#f9f9f9 89%,#f0f0f0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f0f0f0 0%,#f9f9f9 10%,#f9f9f9 10%,#ffffff 23%,#ffffff 74%,#f9f9f9 89%,#f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
}

.page-toolbar, .page-selector {
    height: 30px;
    width: 100%;
    padding: 6px 0;
}

.warning{
    border: 1px solid red;
    color: red;
    padding: 32px 0;
    text-align: center;
    clear: both;
    margin: 20px;
    border-radius: 12px;
    background: #fff4f4;
    display:none;
    font-size: 11pt;
    font-weight: 400;
}

h2.heading{
    font-size: 18pt;
    font-weight: 400;
    line-height: 20pt;
    color: #333;
    border-bottom: 1px solid #d0d0d0;
    padding: 6px;
    height: 26px;
    overflow: hidden;
    text-align: center;
    margin:0;    
    line-height: 26px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

h1.heading{
    background-color: #f0f0f0;
    font-size: 16pt;
    font-weight: 400;
    line-height: 20pt;
    color: #333;
    border-bottom: 1px solid #d0d0d0;
    padding: 6px;
    height: 26px;
    overflow: visible;
    text-align: center;
    margin:0;    
    line-height: 26px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

h1.heading > a{
    color: #666;
    transition: color 0.3s;
    cursor: pointer;
    text-shadow: 1px 1px #bbbbbb;
    font-size: 12pt;
    margin-right: 16px;
    margin-top: -4px;
    float: right;
}

h1.heading > a i{
    line-height: 38px;
}

h1.heading > a:hover i{
    color:white;
}

h1.heading > a#cancelIcon{
    color:red;
    display:none;
}

h1.heading > a#saveIcon{
    color:#0000dd;
    display:none;
}

h4.heading {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background: #eaeaea;
    padding: 8px;
    display: block;
    text-align: center;
    color: #666;
    font-weight: 400;
    min-height: 18px;
    margin: 0;
}

.windowContainer .actionLink {
    line-height: 20px;
}

.actionLink {
    color: red;
    font-size: 10pt;
    margin: 12px 16px;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 28px;
}

.data-container{
    margin: 12px 0;
    border: 1px solid #ccc;
    display: flex;
    flex-grow: 1;
    border-radius: 16px;
    line-height: 20pt;
    font-size: 11pt;
    position: relative;
    overflow: hidden;
}

.data-container > div > div:not(:first-child){
    border-top: 1px solid #ccc;
}

.data-container > div > div{
    overflow: hidden;
    line-height: 28pt;
    height: 28pt;
}

.data-container > div > div:last-child{
    height: 100%;
}

.data-container > div > div:not(.text){
    padding-left:16px;
    padding-right:16px;
}

.data-container .heading {
    background-color: #f6f6f6;    
}

input[type="text"].heading{
    background-color: white;
    font-size: 12pt;
    font-weight: 400;
    line-height: 22px;
    color: #333;
    border-bottom: 1px solid #d0d0d0;
    padding: 3px 8px;
    border: 1px solid #e6e6e6;
    width: inherit;
    text-align: left;
    margin-top: 8px;
}

#projectlist .remove {
    position: absolute;
    right: 6px;
    left: 0;
    text-align: right;
    height: 36px;
}

#projectlist .remove > a{
    display:none;
}

#projectlist .remove:hover > a {
    display:inline-block;
}


#projectlist {
    
}

input[type="text"].bubble, input[type="password"].bubble, input[type="number"].bubble, select.bubble {
    line-height:20pt;
    height:20pt;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    padding: 0 8px;
    border-radius: 12px;
    border: 1px solid#ccc;
    box-sizing: border-box;
}

select.bubble2 {
    line-height:20pt;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    padding: 8px 12px;
    border-radius: 30px;
    border: 1px solid#ccc;
    box-sizing: border-box;
}

input[type="text"].fill, input[type="password"].fill {
    width: 100%;
    height: 100%;
    border: none;
    padding-left:16px;
    font-family: 'Montserrat', sans-serif;
    color: #333;
}

input[type="text"].fill.error, select.error{
    border: 1px solid #ff8383;
    background-color: #ffeeee;
}

h1.heading > input[type="text"]{
    margin: 0;
    padding: 1px 12px;
    text-align: center;
    background-color: white;
    border: 1px solid #ccc;
    color: #666;
    border-radius: 3px;
    font-size: 16pt;
    font-weight: 400;
    display: none;
    font-family: 'Montserrat', sans-serif;
    width: 40%;
    position: relative;
    top: -2px;
    left: 14px;
}

#backButton {
    top: 0;
    position: absolute;
    height: 38px;
    width: 38px;
    display: block;
}

#backButton > i {
    font-weight: 200;
    color: #aaa;
    font-size: 20pt;
    line-height: 40px;
    margin-left: 6px;
    cursor: pointer;
}

#backButton > i:hover {
    color: #d3191c;
}



.userContainer {
    background: #ddd;
    color: white;
    border-radius: 50px;
    text-align: center;
}

.userContainer.large {
    margin: 20px auto;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 70px;
}

.userContainer.large > i {
    line-height: 100px;
}

.userContainer.small {
    display: inline-block;
    margin: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: inherit;
}

.userContainer.small > i {
    line-height: 20px;
}

.bigContent{
    max-width: 1200px;
    padding: 0 12px;
    margin: auto;
    margin-bottom: 30px;
}

.pic-container {
    margin: 12px;
    margin-left: 0;
    border: 1px solid #ccc;
    border-radius: 16px;
    padding: 20px;
    overflow: hidden;
    position:relative;
    min-width: 40px;
    display: flex;
}

.pic-container img{
    display:block;
    margin:auto;
    max-height:500px;
}

.pic-container.edit{
    cursor: pointer;
}

.pic-container.edit > div {
    position: absolute;
    bottom: 12px;
    right: 20px;
    font-size: 36px;
    color: #ddd;
    display: none;
}

.pic-container.edit:hover img{
    opacity: 0.5;
}

.pic-container.edit:hover > div{
    display: block;
}

.action-container, .description-container{
    margin: auto;
    border: 1px solid #ccc;
    border-radius: 16px;
    line-height: 20pt;
    font-size: 11pt;
    padding:12px;
    margin-bottom: 12px;
    overflow: auto;
}

.greyBtn, .redBtn{
    
    border: 1px solid #a50000;
    background: red;
    color: white;
    cursor: pointer;
    padding: 0 12px;
    margin: 0 8px;
    font-size: 9pt;
    font-weight: 600;
    transition: background 0.5s;
    display: inline-block;
    line-height: 28px;
    
}

.redBtn{
    
    border: 1px solid #a50000;
    background: red;
    
}

.redBtn:hover{
    background: #ff9977;
    border: 1px solid #ff8800;
}

.greyBtn{
    
    border: 1px solid #737373;
    background: #9a9a9a;
    
}

.greyBtn:hover{
    background: #c5c5c5;
    border: 1px solid #9a9a9a;
}
