:root {
    --darkblue: #16273b;
    --lightblue: #213d5c;
    --background:#efefef;
    --background2:#dfdfdf; ;
}

BODY {
    background-color: var(--background);
    font-size: 12pt;
    letter-spacing: 0.05em;

}
BODY.NoLogin {
    font-size: 11pt;
    background-color: var(--darkblue);

}

DIV.SideCard {
    width: calc(310px);
    height: 100vh;
    background-color: var(--darkblue);
    float: left;
    position: fixed;
    /*
    -webkit-transition: all .2s linear;  -moz-transition: all .2s linear;  -o-transition: all .2s linear;  transition: all .2s linear;
    */
     
}

DIV.ContentCard {
    width: calc(100% - 310px);
    margin-left: 310px;
    min-height: 100px;
    height: 100vh;
    float: left;
    /*
    -webkit-transition: all .2s linear;  -moz-transition: all .2s linear;  -o-transition: all .2s linear;  transition: all .2s linear;
    */

}

DIV.SideCard .Inner, DIV.ContentCard .Inner {
    padding: 20px;
}

DIV.SideCard UL {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    margin-top: 40px;

}

DIV.SideCard UL#SideCardMainUL {
    display: inline-block;
}
DIV.SideCard UL LI A {
    color: #efefef;

    margin: 0px;
    padding: 0px;

}
DIV.SideCard UL LI {
    margin-bottom: 10px;
}

DIV.SideCard UL LI IMG { width: 20px; height: auto; vertical-align: middle; margin-right: 10px; }
DIV.SideCard UL LI a:Hover {
    opacity: .8;

}


DIV.SideCard UL UL {
    margin: 0px;
    padding: 0px;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
}

DIV.SideCard UL UL LI { margin-bottom: 5px;}
DIV.SideCard UL UL LI {font-size: 80%;}
INPUT.Button, INPUT.ButtonSmall, INPUT.ButtonSmall2 , A.LinkButton {
    font-family: 'Open Sans';
    background-color: var(--darkblue);
    height: 45px;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}

A.LinkButton{
    display: inline-block;
    height: auto;
    line-height: 40px;
}

INPUT.ButtonLarge { text-align: center; width: 100%;}

.PageHeader INPUT.Button, .PageHeader INPUT.ButtonSmall, .PageHeader INPUT.ButtonSmall2 {
    background-color: var(--lightblue2);
}
INPUT.ImageButton {
    height: auto;
    padding-left: 30px;
    background-position: 8px 10px;
}
INPUT.ImageButtonIconOnly {
    height: auto;
}

INPUT.Button:hover, INPUT.ButtonSmall:hover, INPUT.ButtonSmall2:hover, A.LinkButton:hover {
    background-color: #2EE59D;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-7px);
}

DIV.ArticleLeftRow {
    float: left;
    width: 300px;
    margin-right: 20px;
    font-size: 11px;
}

DIV.ArticleRightRow {
    float: left;
    width: calc(100% - 320px);
    font-size: 11px;


}
DIV.ArticleRightRow DIV.ContentArea{

}
DIV.ArticleHeadline3, DIV.ArticleBorder3, DIV.ArticleHeadline2, DIV.ArticleBorder2 {
    width: 100%;
}

div.Tabs UL LI.Active, div.ArticleBorder3 DIV.Tabs ul li.Active {
    border-bottom-color: var(--background);
}



DIV.ContentArea DIV.Field DIV.FieldInput SELECT {
    width: 100%;
    padding: 10px;
    outline: none;

}

DIV.ContentArea DIV.Field DIV.FieldInput INPUT, DIV.ContentArea DIV.Field DIV.FieldInput SELECT, DIV.ContentArea DIV.Field DIV.FieldInput TEXTAREA {

    padding: 10px;
    outline: none;
    border:none;
    width: calc(100% - 0px);
    box-sizing: border-box;


}

DIV.ContentArea DIV.Field DIV.FieldInput SELECT {
    -webkit-appearance: none;


    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23000000'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
    background-size: 8px;
    background-position: calc(100% - 10px) 15px;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}

DIV.ArticleHeadline1, DIV.ArticleHeadline2, DIV.ArticleHeadline3 {
    background-color: var(--darkblue);

}

DIV.Login INPUT, DIV.Login SELECT {
    padding: 10px;
    box-sizing: border-box;
    width: 200px;
}

DIV.Login INPUT.Button {
    width: 100%;
}

DIV.ContentArea DIV.Field DIV.FieldInput INPUT.FieldWithIcon {
    width: calc(100% - 34px);
    box-sizing: border-box;
    margin-right: 10px;
}
DIV.ContentArea DIV.Field DIV.FieldInput IMG.FieldIcon  {
    width: 24px;
    height: 24px;
    line-height: normal;
    vertical-align: top;
    margin-top: 6px;
    cursor: po;

}
DIV.ContentArea DIV.Field DIV.FieldInput IMG.FieldIcon:Hover {
    opacity: .7;
}
DIV.PageHeader {
    background-color: var(--darkblue);
    color: #FFFFFF;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

DIV.PageHeader h1 {
    color: #FFFFFF;
    margin: 0;
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: normal;

}
DIV.PageHeader h1.hasSelect  {
    margin-top: 6px;
}
DIV.PageHeader h1.HasButtons  {
    margin-top: 10px;
}
SELECT#PageHeaderOpenContainer {
    background-color: var(--lightblue);
    padding: 10px;
    color: #FFFFFF;
    border-radius: 5px;
}

.PageHeader SELECT {
    background-color: var(--lightblue);
    padding: 10px;
    color: #FFFFFF;
    border-radius: 5px;

}
LI.ActiveNavigationLink {
    background-color: var(--lightblue2);
}

DIV.FileUploadArea {
    background-color: #FFFFFF;
}

DIV.ArticleFieldFiles {
    padding: 10px;
}

DIV.ContentArea DIV.Field DIV.FieldTitle {
    line-height: 35px;
    vertical-align: middle;

}

DIV.ArticleBorder1, DIV.ArticleBorder2, DIV.ArticleBorder3{
    border-top:none;

}

TABLE.Listing { margin:0px; padding:0px; width:100%; border-spacing: 0px;  }
TABLE.Listing TD { border-bottom:1px solid #fff;}
TABLE.ListingSmall {font-size: 80%;}

TABLE.Listing tr:nth-of-type(even) {
    background-color:#F4F4F4;

}
TABLE.Listing tr:nth-of-type(odd) {
    background-color:#efefef;

}
TABLE.Listing tr.Inactive {
    text-decoration:line-through;
}

TABLE.Listing thead TR { background-color: var(--darkblue) !important; color:#D2DADF }
TABLE.Listing thead A { color:#D2DADF;}
TABLE.Listing TD { margin:0px; padding:6px;}
TABLE.Listing TR.VerySmall TD { margin:0px; padding:1px; font-size:8pt;}
TABLE.Listing TR TD.VerySmall { font-size:8pt;}

IMG.ImageIcon {
    width: 30px;
    height: 30px;
}

.GalleryUploadArea {
    background-color: #FFFFFF;
}

.ImageDescription {
    font-size: 80%;
}

div.Tabs {
    height: auto;
    font-size: 13px;
    clear: both;
    border: none;

}
div.Tabs UL {
    margin: 0px;
    padding: 0px;
}
div.Tabs UL LI {
    margin-right: 5px;
    padding: 0px;

}
div.Tabs UL LI, div.Tabs UL LI.Active {

    border-color:#CCCCCC;
}
div.Tabs UL LI.Active {
    border-bottom: solid 3px var(--darkblue);
    background-color: #FFFFFF;
}
div.Tabs UL LI:first-child{

}
div.Tabs UL LI.Active {

}

div.BoxedEditArea {
    background-color: #FFFFFF;
    border: solid 1px #cccccc;
    padding: 20px;
}

.BoxedEditArea DIV.FieldTitle {
    width: calc(25% - 10px);
    margin-right: 10px;
}

.BoxedEditArea DIV.FieldInput {
    width: calc(75%);
}

.BoxedEditArea TEXTAREA.FieldText {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}

.BoxedEditArea INPUT.FieldWide {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}

DIV.ContentArea {
    padding: 0px;
}
DIV.ContentArea .Tabs {
    font-size: 12px;
    margin-bottom: 0px;

}

DIV.ContentArea .TabAreaContent {

    padding: 8px;
    margin-top: -1px;
    border-bottom:none;
    border-right: none;
}

DIV.ArticleBorder3 {
    border:none;
}
DIV.ArticleBorder3 UL {
    margin: 0px;
}

div.Tabs UL LI, div.ArticleBorder3 DIV.Tabs ul li {

    border-bottom-color:var(--background);
    opacity: 1;

}
div.Tabs UL LI.Active, div.ArticleBorder3 DIV.Tabs ul li.Active {

    border-bottom-color:var(--background);
    border-top-color: var(--darkblue);
    opacity: 1;
    font-weight: 600;


}
div.Tabs UL LI, div.ArticleBorder3 DIV.Tabs ul li {
    padding: 8px;
}


DIV.ContentArea DIV.FieldInputText, DIV.ContentArea DIV.FieldInputText-2Rows {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
}

DIV.ContentArea DIV.FieldInput TEXTAREA {
    line-height: 14px;
}

DIV.ContentArea .FieldHolder_checkbox  DIV.Field DIV.FieldTitle {
    line-height: 22px;
}

DIV.ContentArea .FieldHolder_checkbox {

    margin-bottom: 4px;
}

DIV.ContentArea DIV.Field DIV.FieldInput DIV.CheckboxHolder INPUT, DIV.CheckboxHolder INPUT.Field{
    margin-top: 4px;
}

.ContentArea .ContentHeadline {
    margin-top: 20px;

}

.ContentArea DIV.FileUploadArea {
    border:solid 1px #999999;
}

div.ContentAreaInner {
    height: 100px;
    overflow: auto;

}

DIV.ArticleBorder3 {
    border-bottom: solid 1px #999999;

}

DIV.TabSwitchLine {
    border-bottom: solid 1px #999999;
    margin-top: -1px;
}

DIV.ContentArea DIV.AssignedRelations UL LI {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 24px;
}

DIV.ContentArea DIV.AssignedRelations UL LI:last-child {
    border-bottom: none;
}

DIV.ContentArea DIV.AssignedRelations UL {
    margin-bottom: 10px;
}

DIV.ContentArea DIV.ClickableArticle {
    text-decoration: none;

}

DIV.PageArea {
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    padding: 10px;
    margin-bottom: 20px;
}

DIV.ContentTab, DIV.HasTabs {
    margin-top: -1px;
}

DIV.Tabs ul li.Active {
    border-bottom:none;
    padding-bottom: 10px;
}

DIV#NotificationHolder {
    z-index: 999999;

    position: absolute;
    display: block;
    width: 80%;
    margin-left: 10%;
    height: 100px;
    margin-top: -100px;



    -webkit-transition: all .8s linear;  -moz-transition: all .8s linear;  -o-transition: all .8s linear;  transition: all .8s linear;

}
DIV.NotificationBorder {
    line-height: 100%;
}
.NoLogin DIV#NotificationHolder {

    display: none;
}
DIV#NotificationHolder .NotificationBorder {
    border:none;
    padding: 20px;
    border: solid 1px var(--lightblue2);
    background-color: var(--lightblue);
    margin-top: 8px;
    border-radius: 10px;
    color:#FFFFFF;
}

DIV.ArticleRightRow DIV.Tabs ul li.Active {
    background-color: var(--background);
}

DIV.ActiveImage .Image { float: left; width: 200px;}
DIV.ActiveImage .Tools { float: left; }



LI.ArticleLinkHolderFolder .FolderSettings {
    opacity: 0;
}

LI.ArticleLinkHolderFolder:Hover .FolderSettings {
    opacity: 1;
}

LI.ArticleLinkHolderFolder .FolderSettings IMG {
    width: 18px;
    height: 18px;

}

DIV.FooterInfo {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #FFFFFF;
    font-size: 70%;
    width: 100%;
}
DIV.FooterInfo A {
    color: #FFFFFF;
}

DIV.FooterInfo IMG {
    filter: invert();
    width: 24px;
    height: 24px;
}

DIV.FooterInfo .Right {
    float: right;
}

DIV.FooterInfo A.MR {
    margin-right: 10px;
}