﻿
html,
body {
    height: calc(100vh - 50px);
    margin: 0px;
    padding: 0px;
}

html {
    font-size: 14px;
}

body {
    min-width: 320px;
    background: #b2e0ee;
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.4285em;
    color: rgba(0, 0, 0, 0.87) !important;
}

input[required] {
    background-color: #f3fee3 !important;
}

div .required {
    background-color: #f3fee3 !important;
}

div .required > input {
    background-color: #f3fee3 !important;
}

/*#region _Layout*/
body.pushable {
    background: #b2e0ee !important;
}

.pusher {
    margin: 0;
    margin-top: 12px;
    /*margin-left: 20px;*/
    margin-right: 10px;
    padding: 15px;
    background-color: #b2e0ee !important;
}

body.pushable > .pusher {
    background-color: #b2e0ee !important;
}



.pushable {
    height: 100%;
    overflow-x: hidden;
    padding: 0 !important;
}

.ui.grid > .column:not(.row) {
    padding-top: 0;
    padding-bottom: 1rem;
}

.ui.menu .item img.logo {
    margin-right: 1.5em;
}

.ui.menu .item:before {
    width: 0px;
}

.ui.secondary.menu .item {
    cursor: pointer !important;
}

:focus {
    outline: none !important;
}

.main.container {
    margin-top: 7em;
}

.wireframe {
    margin-top: 2em;
}

.ui.footer.segment {
    margin: 5em 0em 0em;
    padding: 5em 0em;
}


#leftMenu {
    margin-top: 35px;
    margin-left: 15px;
    margin-bottom: 10px;
    padding: 0;
    width: 95px;
}

    #leftMenu p {
        color: black;
    }

    #leftMenu a:hover {
        background-color: rgba(240, 240, 240, 0.5);
    }

.restofwindow {
    overflow: auto;
    height: calc(100vh - 390px);
    background-color:white;
}

.fieAlertMessage {
    position:fixed !important;
    z-index:1000;
    top:0px;
    left:0px;
    width: 100%;
}

.YouveGotMail i{
    color:orange !important;
}
/*#endregion*/
/*#region tables*/
.ui.table thead th {
    padding: 2px !important;
}

.ui.table thead th .dropdown {
    background-color: transparent;
}

listheader {
    padding:15px;    
    display:block;
}
/*#endregion*/

/*#region Detail Pages*/
.infoSection {
    display: inline-block;
    vertical-align: top;
    background-color: white;
}

    .infoSection section {
        min-width: 280px;
        width: calc(32% - 10px);
        display: inline-block;
        margin: 10px;
        vertical-align: top;
    }

        .infoSection section h3 {
            color: #3b5e7b;
            font-size: 14pt;
            font-weight: lighter;
            width: 100%;
            border-bottom: 1px solid #3b5e7b;
        }

    .infoSection field {
        display: none;
        width: 100%;
    }

        .infoSection field input, .infoSection field textarea, .infoSection field select {
            width: 100%;
        }

.lightList {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .lightList li {
        border-bottom: 1px solid #eee;
        padding: 10px;
        width: 100%;
        border-top: 1px solid #eee;
    }

        .lightList li:first-child {
            border-top: none;
        }

        .lightList li label {
            width: 50%;
            display: inline-block;
        }

        .lightList li span {
            color: #6f9e30;
            font-weight: bolder;
        }

        .lightList li number {
            color: #6f9e30;
            font-weight: bolder;
            text-align: right;
            width: 50%;
        }


        .lightList li a, .lightList li a:focus, .lightList li a:active, .lightList li a:visited {
            color: #2196F3;
            font-weight: bolder;
        }
/*#endregion*/

/*#region Tabs*/
.cTabs {
    width: calc(100% - 20px);
    margin: 14px;
    margin-top: 20px;
    overflow: hidden;
}

    .cTabs menu {
        margin: 0 !important;
        padding: 0 !important;
        width: 100px;
        overflow-y: hidden;
        overflow-x: hidden;
        /*-ms-overflow-style: none;*/
        position:relative;
    }        

        .cTabs menu ul {
            list-style: none;
            margin: 0;
            margin-left:5px;
            padding: 0;
            width: 2000px;
            background-color: white;
            border-radius: 5px 5px 0;
            display:inline-block;
        }

            .cTabs menu ul li {
                display: inline-block;
                background-color: white;
                margin-right: 1px;
                text-align: center;
                padding: 15px 10px 15px 10px;
                border-radius: 5px 5px 0 0;
                color: black;
                font-size: 10pt;
            }

                .cTabs menu ul li:hover {
                    cursor: pointer;
                }

        .cTabs .scrollTabs {
            overflow-x: scroll !important;            
        }

        /*.cTabs menu::-webkit-scrollbar .scrollTabs {
            display: inherit;
        }*/

.cTabs_Active {
    background-color: #3b5e7b !important;
    color: white !important;
}


.cTabs tab {
    display: inline-block;
    border: 1px solid #3b5e7b;
    padding: 5px;
    width: calc(100% - 15px);
    min-height: 300px;
    margin-bottom: 150px;
    background-color: white;
    border-radius: 5px;
}


    .cTabs tab h2 {
        font-size: 0.9em;
        color: #808080;
        font-weight: lighter;
    }

/*#endregion*/

/*#region List*/
.cList {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}

    .cList.loading {
    }

        .cList.loading:after {
            position: absolute;
            content: '';
            top: calc(100% / 2);
            left: 50%;
            margin: -1.25em 0em 0em -1.25em;
            width: 2.5em;
            height: 2.5em;
            -webkit-animation: button-spin 0.6s linear;
            animation: button-spin 0.6s linear;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            border-radius: 500rem;
            border-color: #767676 transparent transparent;
            border-style: solid;
            border-width: 0.2em;
            -webkit-box-shadow: 0px 0px 0px 1px transparent;
            box-shadow: 0px 0px 0px 1px transparent;
        }

    .cList li {
        margin: 0;
        padding: 5px;
        border-bottom: 1px solid #00b6f1;
        cursor: pointer;
        position: relative;
        vertical-align: top;
    }

        .cList li:hover {
            background-color: #d4f2fc;
        }

        .cList li img {
            float: left;
            margin: 5px;
        }

        .cList li h3 {
            font-size: 12pt;
            padding: 5px;
            margin: 0;
        }

            .cList li h3 span {
                color: #808080;
            }

        .cList li p {
            font-size: 12pt;
            padding: 5px;
            margin: 0;
        }

    .cList actions {
        display: inline-block !important;
        position: absolute;
        top: 2px;
        right: 2px;
    }

    .cList table tr td {
        padding: 5px;
    }

    .cList table tr:nth-child(odd) {
        background-color: #fafafa;
    }


    .cList table tr td:first-child {
        font-weight: normal;
        padding-right: 20px;
    }

    .cList table tr td:last-child {
        font-weight: bold;
        text-align: right;
    }

    .cList table {
        display: block;
    }

    .cList tbody {
        display: block;
    }

    .cList tr {
        display: flex;
        justify-content: space-between;
    }

    .cList .cListAlert {
        background-color: #e1a39e !important;
    }

        .cList .cListAlert td {
            color: white;
        }

.cListfooter {
    color: #087ba1;
    margin: 5px;
}

    .cListfooter span {
        font-weight: bold;
    }
/*#endregion*/

/*#region chat window*/

chatWindow div {
    width: 100%;
    overflow: scroll;
}

    chatWindow div table, chatwindow table tbody, .chatWindow table tbody tr {
        display: block;
        max-width: 600px;
    }

        chatWindow div table tr td {
            max-width: 400px;
            width: 100%;
            padding: 10px;
        }

            chatWindow div table tr td span {
                font-size: 10pt;
                color: #808080;
            }

            chatWindow div table tr td p {
                margin: 0;
                padding: 0;
            }

                chatWindow div table tr td p:last-child {
                    border-radius: 5px;
                    background-color: #ccc;
                    padding: 10px;
                    color: white;
                    font-weight: 400;
                }

        chatWindow div table .contact {
            display: flex;  
            justify-content: flex-start;
        }

            chatWindow div table .contact td p:last-child {
                background-color: #ff6f15;
            }

        chatWindow div table .you {
            display: flex;
            justify-content: flex-end;
        }

            chatWindow div table .you td p:last-child {
                background-color: #2196F3;
            }

chatWindow input[type="text"] {
    margin-top: 20px;
    box-sizing: border-box;
    width: calc(100% - 60px);
    padding: 10px;
}

.pusher {
    height: 200px !important;
}

/*#endregion*/
/*#region tracking */
.trackingList {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

    .trackingList li {
        box-sizing: border-box;
        max-width: 50%;
        min-width: 340px;
        border-right: 3px solid rgb(111, 158, 48);
        list-style: none;
        position: relative;
    }

        .trackingList li:nth-child(even) {
            display: flex;
            justify-content: flex-end;
        }

        .trackingList li::after {
            content: '';
            width: 10px;
            height: 10px;
            border: 2px solid rgb(111, 158, 48);
            background: white;
            position: absolute;
            right: -6px;
            top: 50%;
            border-radius: 100%;
        }

        .trackingList li::before {
            content: '';
            width: 25px;
            height: 2px;
            background: transparent;
            border: 2px dashed #d1d1d1;
            position: absolute;
            right: 3px;
            top: calc(50% + 3px);
            border-radius: 0;
        }

        .trackingList li:nth-child(odd)::before {
            right: -28px;
        }

        .trackingList li div {
            padding: 10px 40px;
            margin: 0;
            max-width: 500px;
        }

        .trackingList li:nth-child(even) div {
            text-align: right;
        }

        .trackingList li:nth-child(even) table tbody {
            float: right;
        }

        .trackingList li:nth-child(odd) div {
            position: relative;
            right: -100%;
            display: block;
        }

        .trackingList li div h5 {
            color: #686868;
            color: #00b6f1;
            margin: 0;
            padding: 0;
            font-size: 1em;
        }

        .trackingList li div h4 {
            margin: 0;
            padding: 10px 0 10px 0;
            color: #274346;
            font-size: 1.3em;
        }

        .trackingList li div table tr {
            color: #00b6f1;
            color: #686868;
            font-size: 0.9em;
        }

/*#endregion*/
/*#endregion*/

/*#region Headers*/
.box-header {
    padding: 20px;
    font-weight: bold;
    font-size: 16px;
    background: #393C3D;
    border-radius: 5px 5px 0 0;
    position: relative;
    height: 45px;
    background-color: transparent;
    color: white;    
}
.box-header h2 {
    color:#3b5e7b !important;
    margin:-15px !important;
}


    .box-header actions {
        right: 80px;
        top:5px;
        position:absolute;
        width:100px;
    }


/*#endregion*/


/*#region Numbers*/
numbers {
    background-color: white !important;
    display: block;
    padding: 0px;
    overflow-x: auto;
    margin: 0;
    cursor:pointer;
}

    numbers ul {
        width: 1200px;
        height: 100px;
        list-style: none;
        margin:10px;
        padding:0;
    }

        numbers ul li {
            display: inline-block;
            border-radius: 150px;
            width: 100px;
            height: 100px;
            background-color: #e9e4e4;
            text-align: center;
            font-size: 10pt;
            vertical-align:top;
            margin-right: 20px;
        }


            numbers ul li h3 {
                margin: 0;
                padding-top: 5px;
                padding-bottom: 5px;
                font-size: 10pt;
            }

            numbers ul li number {
                font-size: 16px;
                font-weight: bold;
                display: block;
                margin-top: 20px;                
            }

            numbers ul li span {
                font-size: 10px;
                font-weight: lighter;            
            }

            numbers ul li span img {
                height: 10pt;
                margin-right:5px;
            }

            numbers ul li:hover {
                border: 3px solid #ccc;
            }

    numbers .active {
        border:3px solid #6f9e30;
    }
/*#endregion*/


/*#region breadcrumbs*/

.breadcrumb {
    background-color: #3b5e7b;
    padding: 5px;
    width: 100%;
    color: white;
}

    .breadcrumb a.section {
        color: #ccc;
    }

    .breadcrumb i {
        color:white !important;
    }
/*#endregion*/

/*#region Wizards*/

.wizard {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

    .wizard li {
        display: inline-block;
        width: 200px;
        height: 100px;
        background-color: #3b5e7b;
        color: white;
        padding: 5px;
        margin: 5px;
        cursor: pointer;
        vertical-align: top;
    }

        .wizard li:hover {
            background-color: #30b7e2;
        }

        .wizard li h3 {
            margin: 0;
            margin-bottom: 5px;
            padding-bottom: 5px;
            border-bottom: 1px solid white;
        }

    .wizard form {
        background-color:white;
        border:none;
        border-radius:5px;
    }

    .wizard form fieldset {        
        border: none;
    }

    .wizard .step {
        cursor:pointer;
    }
    
/*#endregion*/


/*#region Dashboard*/

.dashContentDiv {
    width: 300px;
    height: 300px;
    overflow: hidden;
    display: inline-block;
    margin: 10px;
    border: 1px solid #114d5c;
    background-color: white;
}

    .dashContentDiv h3 {
        margin: 1px;
        padding: 5px;
        font-size: 14pt;
        width: calc(100% + 2px);
        text-align: center;
        background-color: #89bf40;
        color: white;
        margin-left: -1px;
    }

        .dashContentDiv h3 img {
            height: 16pt;
            margin-right: 10px;
            margin-bottom: -5px;
            display: inline-block;
        }

        .dashContentDiv h3 em {
            font-size: 8pt;
        }

.Dash_Variance {
    position: relative;
}

    .Dash_Variance number {
        position: absolute;
        left: 20px;
        top: 50px;
        font-size: 80pt;
        color: #114d5c;
    }

    .Dash_Variance subtitle {
        font-size: 10pt;
        color: #808080;
        display: block;
        margin-bottom: 40px;
    }

    .Dash_Variance previous {
        position: absolute;
        bottom: 10px;
        left: 20px;
        color: #808080;
    }

        .Dash_Variance previous ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .Dash_Variance previous ul li {
                font-size: 14pt;
                padding: 5px;
            }

    .Dash_Variance variance {
        font-size: 12pt;
    }

/*#endregion*/



/*#region certs*/
.StatusOutOfDate {
    background-color: #cb9090 !important;
    color:white;
}


.StatusToReview {
    background-color: #b8dd86 !important;
    color: white;
}

.StatusWithIssue {
    background-color: #cb9090 !important;
    color: white;
}
/*#endregion*/

#tblRecords tr {
    cursor:pointer;
}