﻿        
html, body, form {
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0;
    font-family: Tahoma;
    overflow: hidden;
}

h4
{
    margin: 7px 0;
}
.FakeLink
{
    cursor: pointer;
}   
       
.ListItem,
.ListItem:visited
{
    font: normal 18px Roboto;
    cursor: pointer;
    padding-left:20px;
    padding-right:20px;
    color: inherit;
    text-decoration: none;
} 
.subtext {
    font: normal 12px Roboto;
    padding-left:20px;
    position: relative;
    top: -10px;
}
.Page_Container {
    top:0;
    bottom:0;
    width:100%;
    float:left;
    display:table;
    height: 100%;
    min-height: 100%;
    overflow:hidden;
    position: fixed;
    z-index: 1;
}
.HeaderPatch {
    height:20px; 
    width: 200px;
    right: 5px;
    position:absolute;
    margin-top:17px;
}
.Header {
    top: -20px;
    bottom: 0;
    height: 100%;
    width: 280px;
    float:left;
    position:relative;
    color: white;
    font: normal 32px Tahoma;
    padding: 10px;
    overflow:hidden;
    display: table-cell;
}

.Header_Logo
{
    left: 15px;
    top: 15px;
    height: 147px;
    width: 147px;
    border: 5px solid white;
    border-radius: 75px;
    background-image: url(Images/Icon.png);
    position: fixed;
    z-index: 99;
}

.Header_Logo_Outer
{
    left: 12px;
    top: 12px;
    height: 158px;
    width: 158px;
    border-radius: 75px;
    position: fixed;
    z-index: 94;
}


.Header_Text {
    z-index: 99;
    position:  relative;
}

.Header_Text_Container {
    margin-top: 53px;
    left: 128px;
    right: auto;
    position: fixed;
    z-index: 97;
    color: black;
    background-color: white;
    border: 1px solid grey;
    border-left: none;
    padding: 8px;
    padding-left: 50px;
    border-radius: 30px;
}
        
.Header_Links {
    top: 80px;
    margin: -50% 0;
    position:relative;
    padding-top: 80px;
}

.Header_LinkContainer a, 
.Header_LinkContainer a:hover,
.Header_LinkContainer a:Visited {
    text-decoration:none;
    font:normal 24px Roboto;
    vertical-align: middle;
    margin: 10px;
    text-align: right;
}
.Header_LinkContainer {
    vertical-align: middle;
    margin: 5px;
    height: 47px;
    padding: 8px;
    font: normal 28px tahoma;
    text-align: right;
}

.Content {
    top: -20px;
    height: 100%;
    min-height: 100%;
    width: 100%;
    display: table-cell;
    position: relative;
}

          
.Container {
    top:0;
    bottom:0;
    width: 100%;
    float:left;
    display:table;
    height: 100%;
    min-height: 100%;
    position: relative;
    z-index: 1;
}

.CustomerDetailContainerOuter {
    top: 0;
    bottom: 0;
    height:100%;
    width: 100%;
    float:left;
    position:relative;
    font: normal 12px Tahoma;
    padding: 0 20px;
}
        
.CustomerDetailContainerInner
{
    top: 256px;
    position:relative;
}

.SiteDetailsLinkContainer {
    margin-bottom: 10px;
    text-decoration: none;
}

.SiteDetailsContainer
{
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

.infoPanel
{
    float: left;
    display: block;
    padding-right: 20px;
    max-height: 600px;
    overflow-y:auto;
}

.SiteButtonContainer
{
    position: fixed;
    top: 50%;
    margin-top: -225px;
    left: 500px;
}

.SiteButton
{
    font: normal 10pt tahoma;
    float: left;
    color: gray;
}

.SiteButton a
{
    text-decoration: none;
    color: gray;
}

.AccountName {
    font: bold 10pt tahoma;
    float: left;
    color: black;
    margin: 0 7px 0 0;
}


.SiteButtonSelected
{
    font: bold 10pt tahoma;
    float: left;
    color: black;
}

.SiteButtonSelected a
{
    text-decoration: none;
    color: black;
}

input[type=password],
input[type=text]
{
    width: 300px;
    height: 30px;
    font-size: 15px;
    padding: 0px;
    margin-bottom: 10px;
}

select
{
    width: 300px;
    height: 34px;
    font-size: 15px;
    padding: 0px;
    margin-bottom: 10px;
}

textarea
{
    resize: none;
    font-size: 15px;
    padding: 5px;
    margin-bottom: 10px;
    width: 290px;
    height: 80px;
    overflow-y: scroll;
}

.CustomerDetailAddContainer 
{
    top: 50%;
    margin-top:-200px;
    position: fixed;
    margin-left: 30px;
}

.CustomerQuickLinksListContainerOuter
{           
    height: 100%;
    width: 200px;
    min-height: 100%;
    float:left;
    display:block;
    background-color: lightblue;
}
        
.CustomerQuickLinksListContainerInner {
    top: 50%;
    margin-top: -50%;
    position:relative;
}

.search {
    width: 180px !important;
    padding: 0 !important;
    height: 25px !important;
    margin: 8px 10px 0;
    border: none;
    outline: none;
    background-color: transparent;
}
.ListHeader {
    padding-left: 5px;
    padding-top: 5px;
}
.CustomerQuickLinkContainer
{
}       

.UpdateDatabaseButton {
  background: Orange;
  -webkit-border-radius: 60;
  -moz-border-radius: 60;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 8px 12px 8px 12px;
  border: solid #1f628d 1px;
  text-decoration: none;
  right: 99px;
  position: relative;
}

.UpdateDatabaseButton:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.QuickLink,
.QuickLink:visited {
    text-decoration: none;
    cursor:pointer;
    color:black;
    background-color: transparent;
    border: 0 none transparent;
    font-size: small;
    font: normal 12px Tahoma;
    padding: 0;
}

.GreyScreen {
    position: fixed;
    width:100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    opacity:0.4;
    filter:alpha(opacity=40);
}

.MessageBox {
    height: 400px;
    width: 700px;
    background-color:white;
}

        
.CustomerListContainerOuter {
            
    bottom: 0;
    height: 100%;
    width: 340px;
    float:left;
    position:relative;
    font: normal 22px Tahoma;
    padding: 0;
    overflow:hidden;
}

.CustomerListContainerInner {
    overflow-y: auto;
    max-height: Calc(100% - 105px);
    height: Calc(100% - 105px);
    margin-top: 105px;
    width: 340px;
    position: fixed;
}

.CustomerListContainerInner table{
    width: 320px;
}


.CustomerDetailIFrameContainer {
            
    height: 100%;
    width: 100%;
    min-height: 100%;
    display:table-cell;
    
}

.CustomerDetailIframe {
    border: none;
    height:100%;
    width:100%;
    overflow: hidden;
}

    .popupGreyScreen 
    {
        z-index: 9998;
        opacity:0.7;                      
        -Moz-Opacity:0.7;                   
        filter:alpha(opacity=70); 
        background-color:Gray;
        left: 0px;
        top: 0px;
        width:100%;
        height:100%;
        position: fixed;
    }

    .popupMessageBox_Container
    {
        z-index:            9999;
        background-color:   transparent;
        left:               0;
        top:                0;
        width:              100%;
        height:             100%;
        position:           fixed;
        text-align:         center;
    }

    .popupMessageBox
    {
        color:              white;
        position: 		    fixed;
        width: 				700px;
	    height:             200px;
        top:                50%;
        margin-left:        100px;
        margin-top:         -100px;
        font-family:        Tahoma;
        font-size:          x-large;
        vertical-align:     middle;
        padding-top:        30px;
        display:block;
        background-color: red;
    }
    
    .popupEditorBox
    {
        color:              white;
        position: 		    fixed;
        width: 				1000px;
	    height:             700px;
        top:                50%;
        margin-left:        150px;
        margin-top:         -350px;
        font-family:        Tahoma;
        font-size:          x-large;
        vertical-align:     middle;
        padding-top:        30px;
        display:block;
        background-color: white;
    }

    .popupMessageBox_ButtonContainer
    {
        width: 100%;
        top: 140px;
        align-items:center;
        display:block;
        position:absolute;
    }
    
    .popupEditorBox_ButtonContainer
    {
        width: 100%;
        top: 680px;
        align-items:center;
        display:block;
        position:absolute;
    }

    .popupMessageText
    {
        position:relative;
    }
    
    .popupEditorBox_Title
    {
        top: -10px;
        position:relative;
        color:black;
        font-size: medium;
        width: 100%;
    }
    .popupMessageBox_Button
    {
        background-color: white;
        height: 40px;
        width: 100px;
        border: none;
        font-size:large;
        padding: 8px;
        box-sizing: border-box;
        
        text-shadow: none;
        text-decoration: none;
        color: red;
        
        display: inline-block;
        top:auto;

    }

    .popupEditorBox_Button
    {
        background-color: white;
        height: 40px;
        width: 100px;
        font-size:large;
        padding: 8px;
        box-sizing: border-box;
        
        text-shadow: none;
        text-decoration: none;
        color:black;
        border: 2px solid black;
        
        display: inline-block;
        
        top:0;
        margin-top:0;

    }

    .popupEditorBox_TextInput
    {
        
        margin-left: 10px;
        width: 900px;
        min-width: 900px;
        height: 580px;
        position: relative;
    }

    .AppLink{
        background-color: silver;
        width: 300px;
        min-width: 300px;
        height: 25px;
        margin-top: 20px;
        padding: 6px;
    }

        .AppLink a {
            text-decoration: none;
            color: black;
            font-size: 11pt;
        }
        .AppLink i{
            float: right;
            font-size: 14pt;
            margin: 4px 4px 0 0;
        }

.FileList {
    height: 100%;
    width: 100%;
    min-height: 100%;
    display: table-cell;
}

.HeaderLink_Icon {
    float: left;
    margin: 8px;
    width: 30px;
    text-align: center;
}

        .ScriptTextBox{
            height: 500px;
            width: 800px;
            width: 800px;
            min-width: 800px;
            overflow-y: scroll;
        }
        .VersionTextBox
        {
            font-weight: bold;
            width: 200px;
            max-width: 200px;
            max-height: 25px;
            margin-right: 0;
        }

.LogonButton {
    border: none;
    font-size: 40pt;
    padding: 40px;
    cursor: pointer;
    border-radius: 100px;
}
.colorPicker {
    position: relative;
    width: 10px;
    height: 10px;
    border: 1px solid black;
    margin-left: 10px;
    float: left;
}

/*
    Icons from font awesome
*/

  
.Status_Beta {color: orange;}
.StatusIcon_Beta:before {content: "\f1b3";}

.Status_Create,
.Status_Dev {color: darkblue;}
.StatusIcon_Dev:before {content: "\f085";}
     
.Status_Ok {color: green;}
.StatusIcon_Ok:before {content: "\f00c";}

.Status_Error {color: red;}
.StatusIcon_Error:before {content: "\f071";}

.Status_Warn {color: orangered;}
.StatusIcon_Warn:before {content: "\f06a";}

.Status_Ignored {color: darkgrey;} 
.StatusIcon_Ignored:before {content: "\f070";}
  
.Status_New {color: orange;}
.StatusIcon_New:before{content: "\f005";}

.Status_Suspended {color: darkgrey;} 
.StatusIcon_Suspended:before {content: "\f05e";}

.Status_Create{ padding: 8px;}
