<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#sygtoolbar {
    border: 1px solid #ccc;
}

#adminwrapper, .adminwrapper {
    position: relative;
    width: 100%;
    background-color: #FFF;
    padding-top: 30px;
    padding-bottom: 30px;
}

#toolribbon {
    /*position: fixed;
    top: 0px;
    width: 99%;
    height: 50px;
    background-color: #808080;*/
}

.loginbox{
    margin-left:30px;
    padding:50px;
    background-color:#f5f5f5;
}

#toolbar {
    position: fixed;
    top: 0px;
    right: 0;
    padding-top: 0;
    z-index: 2000;
    /*  width: 800px;
    height:50px;
   z-index: 1000;
    border: 2px solid #6689c4;*/
}

#toolbarWrapper {
    position: absolute;
    border: 1px solid #6689c4;
    border-radius: 4px;
    background-color: #c2d0e7 !important; /*#c2d0e7 !important;*/
    
    width: 220px;
    cursor: move;
    text-align: center;
    z-index: 1000; /* need a solution to this - in older systems the toolbar was rendered before the menu, but due to nested partial views, it isn't here*/
    top:10px;
}

    #toolbarWrapper .button {
        border-radius: 3px;
        font-size: 0.8em;
       
    }

    #toolbarWrapper .ctrlbtn {
        width: 95px;
        line-height:1.2;
    }

    #toolbarWrapper select{
        height: 2rem;
        margin-right:5px;
        margin-left:5px;
        width:65%;
    }

    #toolbarWrapper .plabel{
        display:inline-block;
        font-size:0.8em;
        width:40px;
        text-align:left;
    }

    #toolbarWrapper .buttonrow div {
        padding-top: 10px;
    }

    #toolbarWrapper label{
        display:inline-block;
        min-width:50px;
    }

    .cmsEditorHeader {
        background-color: #13216C;
        color: #FFF;
        width: 100%;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        margin-bottom: 5px;
    }

.buttonbox {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

#btnSaveAll {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70px;
}

.fakebutton {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0.5rem 0;
    padding: 0.7em;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-transition: background-color 0.25s ease-out,color 0.25s ease-out;
    transition: background-color 0.25s ease-out,color 0.25s ease-out;
    font-family: inherit;
    font-size: 0.8em;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #2ba6cb;
    color: #fefefe !important;
}

a.fakebutton:hover {
    color: #fefefe;
    background-color: #258dad;
    -webkit-transition: background-color 0.25s ease-out,color 0.25s ease-out;
    transition: background-color 0.25s ease-out,color 0.25s ease-out;
}


.titlerow {
    color: white;
    background-color: #13216C;
    background-image: url(../images/toolbartop.jpg);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: top;
    border-radius: 4px 4px 0px 0px;
}

.hilite {
    background-color: #FFFF99 !important;
}

tr.selected {
    background-color: #1192D3 !important;
}

.whiteborder {
    border: 1px solid transparent;
}

.redborder {
    border: 1px solid red;
}

.redborderselected {
    border: 1px solid red !important;
}

.templatebuttons {
    border: 1px solid red;
    height: 16px;
    width: 50px;
    margin-top: -13px;
    margin-left: -1px;
    display: none;
    background-color: red;
    position: absolute;
    z-index: 700;
}

    .templatebuttons img {
        margin-right: 4px;
        margin-top: -8px;
    }


#tblTemplate {
    display: table;
    border-collapse: collapse;
    width: 100%;
}

div:focus {
    outline: none;
}

#tabpanel {
    margin: 5px;
}

#divUploadedFile {
    display:none;
    margin: 5px;
    border: 1px solid #ccc;
    padding: 10px;
}

    #divUploadedFile .txtBox{
        width:240px;
        display:inline;
    }

    div.flboxborder {
        border: 1px solid #ccc;
        margin: 15px 0px;
        padding: 5px 10px;
    }
    div.flboxborder &gt; h3 {
        width: 130px;
        background-color: #FFF;
        margin-top: -17px;
        margin-left: 15px;
        padding-left: 10px;
        font-size: 16px;
        color: #003EFF;
    }

.flbutton {
    border-style: solid;
    border-width: 0;
    line-height: normal;
    margin: 0 0 1.25rem;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    font-size: 1rem;
    background-color: #1192D3;
    border-color: #ABABAB;
    color: #FFF;
    transition: background-color .3s ease-out;
    padding: 0.5rem;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom:0px;
}

    .flbutton:hover {
        transition: background-color .3s ease-out;
        background-color: #005BAC;
        color: #FFF;
    }

.flbox {
    width: 250px;
    height: 28px;
    padding: 4px 3px 4px 3px;
    display: inline-block;
    border: 1px solid #d3d3d3;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    margin: 5px;
}

.fileList {
    border: 1px solid #CCC;
    overflow: auto;
    max-height: 420px;
    margin:10px;
}

#tblMedia tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1;
}

#tblMedia tbody tr.trselected {
    background-color: #1192D3;
}

#divUploadedFile .previewImg {
    max-height:250px;
}


body.admin {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

div.pnlAdmin{
    max-width:1000px;
    margin-left:auto;
    margin-right:auto;
}

#pnlAdmin p{
    font-size:16px;
}

table.assocTable td {
    padding-right: 10px;
}

table.assocTable td select {
    width: 300px;
    height:250px;
}

    table.assocTable td.addRemoveCol {
        padding-top:20px;
        padding-left:10px;
    }

/***Image Picker******/
.imgPicker {
    width: 100px;
    height: 100px;
    display: inline-block;
    text-align:center;
}

.imgscroll {
    overflow: auto;
    height: 340px;
    border: 1px solid #CCC;
    background-color: White;
    width: 510px;
}

.greyborder {
    border: 1px solid #CCC;
}

.imgPicker img {
    max-height: 100px;
    max-width: 100px;
   
}
    /*****List Tables********/
    .tblList {
        border: 1px solid #666;
        border-collapse: collapse;
        min-width:600px;
    }

    .tblList td{
        padding:5px;
        border:1px solid #666;
    }

        .tblList td.title {
            max-width: 650px;
            min-width: 300px;
        }

        .tblList td.chkcols {
            width: 90px;
        }
    .tblList tr:nth-child(even) {
        background-color: #D5E3EB;
    }

        .tblList th {
            background-color: #4e195b;
            color: #FFF;
        }

a.pager {
    border: 1px solid #D5E3EB;
    padding: 5px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}

a.deleterecord, a.deleterecord:link, a.deleterecord:active, a.deleterecord:visited, a.deleterecord:hover,
a.deletemember, a.deletemember:link, a.deletemember:active, a.deletemember:visited, a.deletemember:hover {
    color: #444;
}

a.editlink, a.editlink:link, a.editlink:active, a.editlink:visited, a.editlink:hover {
    color: #222;
}
/******End List Tables******/
/****Error Messages*****/
#errorwrapper {
    display: none;
    padding: 5px;
}

ul.sysmsg, .sysmsg ul {
    margin-top: 5px;
    margin-bottom: 5px;
    list-style: none;
    margin-left: 0px;
}

    ul.sysmsg li, .sysmsg ul li {
        border: 1px solid #cccccc;
        background-color: #FFFFD4;
        padding: 3px;
        /*font-size: 13px;*/
        font-size: 15px;
    }

    ul.sysmsg img {
        vertical-align: middle;
        margin-right: 3px;
    }
/****End Error Messages */

.adminboxborder{
    border:1px solid #ccc;
    margin-top:25px;
    padding:5px;
    min-height:140px;
}

.adminsmallboxborder {
    border: 1px solid #ccc;
    margin-top: 25px;
    padding: 5px;
    min-height: 60px;
}

ul.chklist {
    column-count: 2;
    list-style-image: none;
    list-style-type: none;
}

.morespace {
    margin-top:5px;
    margin-bottom:5px;
}

.hasDatepicker{
    max-width:140px;
}

#additionaltabpanel ul .ui-state-active a, #additionaltabpanel .ui-tabs .ui-tabs-nav li a,
#tabpanel ul .ui-state-active a, #tabpanel .ui-tabs .ui-tabs-nav li a,
.ui-tabs .ui-tabs-nav li a {
    font-size: 0.9em;
    white-space: normal;
    min-height: 60px;
    max-width: 110px;
}

#adminmenu {
    border: 1px solid #666;
    margin-left: auto;
    margin-right: auto;
    max-width: 1260px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size:0.8em;
}


    .memberimg {
        min-height: 150px !important;
    }

.feedback p label{
    display:inline-block;
    width:200px;
    padding-right:20px;
    color:#666666;
    font-weight:600;
}

.feedback p{
    font-size:14px;
}

#divManageVideo{
    padding:20px;
}

#divManageVideo textarea{

    height:100px;
    width:400px;
}

.imgClear{
    margin-top:10px;
}

#eventadmin textarea{
    width:350px;
    height:120px;
}

#eventadmin textarea#Heading {
    width: 100%;
    height: 100px;
}

#editBanner {
    cursor: pointer;
    position: absolute;
    top: 220px;
    right: 20px;
}
/*//TinyMCE override*/
.tox .tox-collection__item-label {
    color: currentColor;
    display: inline-block;
    flex: 1;
    -ms-flex-preferred-size: auto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    /*syg mod/override*/
    word-break:normal !important;
    min-width:240px;
}

.divaowlist{
    padding-left:50px;
    margin-bottom:20px;
    margin-top:0px;
}

.topaow label{
    font-weight:bold;
}

.memimg{
    padding-top:60px;
    padding-left:10px;
}

#btnHeader{
    position:absolute;
    top:400px;
    right:20px;
    z-index:100;
}

#popHeaderPicker {
    z-index: 1001;
}
</pre></body></html>