﻿@font-face {
    font-family: 'Darwin'; /*a name to be used later*/
    src: url(../font/designer_block.ttf) /*URL to font*/
}

body {
    height: 100%;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: Arial;
    /*background-color: #4D87C1;*/
    /*background-color: #2782BF;*/
    margin: 0px;
    background-color: gray;
}


input:focus {
    outline-width: 0;
    border-color: dodgerblue !important;
    border-width: 2px !important;
}

select:focus {
    outline-width: 0;
    border-color: dodgerblue !important;
    border-width: 2px !important;
}

a {
    text-decoration: none;
}

#main-container {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#contentContainer {
    position: absolute;
    top: 0px;
    width: 100%;
    background-color: white;
}

#pageHeader {
    position: relative;
    top: 0px;
    height: 40px;
    background-color: #1A1A1A;
    width: 100%;
}

#pageIdentity {
    position: relative;
    width: 100%;
    height: 250px;
    color: white;
    background: rgba(63,141,204,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(63,141,204,1) 0%, rgba(25,115,194,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(63,141,204,1)), color-stop(100%, rgba(25,115,194,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(63,141,204,1) 0%, rgba(25,115,194,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(63,141,204,1) 0%, rgba(25,115,194,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(63,141,204,1) 0%, rgba(25,115,194,1) 100%);
    background: radial-gradient(ellipse at center, rgba(63,141,204,1) 0%, rgba(25,115,194,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f8dcc', endColorstr='#1973c2', GradientType=1 );
}

#pageIdentityName {
    font-size: 140px;
    /*color: #303030;*/
    color: white;
    font-family: 'Darwin';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#pageIdentityDesc {
    font-size: 30px;
    font-family: Arial;
}

#userHeader {
    position: absolute;
    right: 40px;
    color: white;
    display: inline-block;
    height: 100%;
}

#notificationsBar {
    position: absolute;
    left: 0px;
    background-color: white;
    height: 100%;
    width: 500px;
    background-image: url("../images/notif-icon.png");
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center left;
    border-radius: 0px 20px 20px 0px;
    border-right: solid;
    border-right-color: lightgray;
}

#notificationContent {
    position: relative;
    left: 45px;
    top: 50%;
    transform: translate(0%, -50%);
    color: dimgray;
    font-size: 22px;
    text-shadow: 2px 2px 1px lightgrey;
    white-space: nowrap;
    overflow: hidden;
    max-width: 405px;
}

#clearNotificationBtn {
    position: absolute;
    right: 0px;
    top: 5px;
    visibility: collapse;
    cursor: pointer;
}

#userHeader a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.verticalMiddle {
    position: relative;
    top: 50%;
    transform: translatey(-50%);
}

.horizontal-middle {
    position: relative;
    left: 50%;
    transform: translatex(-50%);
    display: table;
}

#topMenu {
    width: 100%;
}

    #topMenu table {
        border-collapse: collapse;
        border-spacing: 0;
        padding: 0px;
        margin: 0px;
        table-layout: fixed;
        width: 100%;
    }

        #topMenu table td {
            border-bottom: solid;
            border-width: 1px;
            border-color: #E9E9E9;
            padding: 10px;
            min-width: 100px;
            text-align: center;
        }

.inlineImg {
    vertical-align: middle;
}

.inlineCaption {
    vertical-align: middle;
    line-height: 20px;
    margin-left: 10px;
    font-weight: bold;
    color: #2E2E2E;
}

.inlineInput{

}

.darwin-table {
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0px;
    margin: 0px;
    table-layout: fixed;
    width: 100%;
}

    .darwin-table td {
        border-bottom: solid;
        border-width: 1px;
        border-color: #E9E9E9;
        padding: 10px;
        min-width: 100px;
        text-align: center;
        font-weight: bold;
        color: #2E2E2E;
    }

        .darwin-table td a {
            color: #2E2E2E;
            text-decoration: underline;
        }

    .darwin-table thead {
        background-color: #3F74C4;
        color: white;
        border-radius: 10px 10px 0px 0px;
        font-size: 20px;
        border-top: solid;
        border-top-color: #2F5081;
        border-top-width: 5px;
    }

        .darwin-table thead th {
            margin: 10px;
            padding: 10px;
            min-width: 100px;
        }


.darwinTableOdd {
    background-color: whitesmoke;
}

.darwinTableEven {
}

.darwin-dialog-container {
    background-color: whitesmoke;
    position: relative;
}

.darwin-dialog-container_top-border {
    height: 50px;
    width: 100%;
    background-color: lightgray;
    position: absolute;
}

.darwin-dialog-container_bottom-border {
    height: 41px;
    width: 100%;
    background-color: lightgray;
    position: absolute;
    bottom: 0px;
}

.darwin-dialog {
    display: table;
    position: relative;
    margin: 0 auto;
    /*border-radius: 10px;*/
    /*-webkit-box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.56);
    -moz-box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.56);
    box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.56);*/
    color: #303030;
    background-color: white;
    height: 100%;
}

.dialog-header {
    background-color: #3F74C4;
    padding: 13px;
    /* border-radius: 10px 10px 0px 0px; */
    color: white;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
    font-size: 21px;
}

.dialog-text {
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
}

.link-button {
    background-color: darkslategray;
    position: relative;
    display: inline-block;
    width: 50%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    color: white;
}

.darwin-dialog table {
    margin: 20px;
}

.darwin-dialog label {
    font-size: 20px;
    /*font-weight: bold;*/
    color: lightslategray;
}

.darwin-dialog input[type=text], input[type=password], input[type=select], select {
    border-radius: 10px;
    border: solid;
    border-width: 1px;
    min-height: 40px;
    border-color: #838383;
    padding-left: 10px;
    font-size: 25px;
    color: darkslategrey;
    outline: none;
    width: 100%;
    box-sizing: border-box;
}

.darwin-dialog input[type=submit] {
    background-color: cornflowerblue;
    border: 0px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    bottom: 0px;
}

    .darwin-dialog input[type=submit]:disabled {
        opacity: 0.5;
    }

.tableDialogFooter {
    background-color: green;
    border: 0px;
    width: 100%;
    padding-top: 31px;
    padding-bottom: 10px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.darwin-dialog input[type=checkbox] {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    padding: 15px;
}

    .darwin-dialog input[type=checkbox]:active {
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
    }

    .darwin-dialog input[type=checkbox]:checked {
        background-color: #e9ecee;
        border: 1px solid #adb8c0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
        color: #99a1a7;
    }

        .darwin-dialog input[type=checkbox]:checked:after {
            content: '\2714';
            font-size: 14px;
            position: absolute;
            top: 0px;
            left: 3px;
            color: #1587D2;
            font-size: 24px;
        }

.editFormBlock {
    background-color: whitesmoke;
    border-radius: 10px;
    padding: 5px;
    border: solid;
    border-width: 1px;
    border-color: lightgray;
    vertical-align: top;
    height: 100%;
    display: flex;
    flex-direction: column
}

.eitFormBlockHeader {
    /*color: dimgray;*/
    color: darkslategray;
    font-size: 30px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    border: solid;
    border-width: 0px 0px 1px 0px;
}


.sideMenu {
    min-width: 200px;
    min-width: 200px;
    border-top: solid;
    border-top-width: 5px;
    border-top-color: #2E2E2E;
    padding-top: 5px;
}

.sideMenuItem {
    color: darkgray;
    padding-top: 2px;
    padding-bottom: 2px;
}

    .sideMenuItem a {
        color: #3D3D3D;
        font-weight: bold;
    }

.editFormTable {
}

    .editFormTable th {
        padding-left: 10px;
        padding-right: 10px;
        border: solid;
        border-width: 0px 1px 0px 0px;
        border-color: black;
        font-weight: lighter;
        font-size: 17px;
        color: dimgray;
        font-weight: bold;
    }

    .editFormTable td {
        padding-left: 10px;
        padding-right: 10px;
    }

.no-right-border {
    border-right: 0px !important;
}

.iconDropZone {
    width: 20px;
    height: 20px;
    background-color: whitesmoke;
    border: dashed;
    border-width: thin;
    border-color: gray;
    border-radius: 50%;
}



.tableTextBox {
    font-size: 25px;
    border: none;
    border-bottom: solid;
    border-bottom-color: dimgray;
    background-color: rgba(255, 255, 255, 0);
    border-width: 1px;
    color: darkslategray;
    width: 100%;
}

.tableTextArea {
    font-size: 15px;
    border: none;
    border-bottom: solid;
    border-bottom-color: dimgray;
    background-color: rgba(255, 255, 255, 0);
    border-width: 1px;
    color: darkslategray;
    width: 100%;
    resize: none;
}

.buttonImage {
    cursor: pointer;
}

.editFormButton {
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    margin: 2px;
    cursor: pointer;
}

    .editFormButton a {
        color: white;
    }

.editFormButtonDarkGray {
    background-color: darkslategray;
    color: white;
}

.editFormButtonBlue {
    background-color: dodgerblue;
    color: white;
}

.editFormButtonDarkOrange {
    background-color: darkorange;
    color: white;
}

.editFormButtonGreen {
    color: white;
    background-color: green;
}

.submitButtonCorners {
    border-radius: 10px;
}

#notifWindowArea {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(71, 71, 71, 0.7);
    z-index: 1;
    display: none;
}

#notifWindow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    padding-bottom: 0px;
    opacity: 1.0;
    border-radius: 10px;
    border: solid;
    border-width: 2px;
    border-color: darkslategray;
    display: flex;
    flex-direction: column;
}

#notifOKButton {
    margin-top: 20px;
    background-color: cornflowerblue;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

#notifWindowText {
    font-weight: bold;
    color: darkslategray;
    font-size: 22px;
    max-width: 450px;
}

.hrefButton {
    display:block;
}

#OddColor{
    background-image:url(../images/color-picker.png);
    background-repeat:no-repeat;
    background-size:20px;
    background-position-y:center;
    background-position-x:10px;
    padding-left:40px;
}

#EvenColor {
    background-image: url(../images/color-picker.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position-y: center;
    background-position-x: 10px;
    padding-left: 40px;
}