﻿html {
    background-color: #fff;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    color: #333;
    font-size: 12px;
    font-family: "Segoe UI", Calibri, Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

.page {
    margin: 0 auto;
    padding: 5px 10px;
}

hr{
    border:none;
    border-top:1px solid #ddd;
}
*{
    border-radius:0px !important;
}

.displayPanel {
    background-color:#fafafa;
    border:1px solid #7ac0da;
    border-radius:5px;
    z-index:10;
}
/*color:#e9feff; 555*/
.displayPanel .title {
	background-color:#009dce;
	border-bottom:1px solid #c7d1d6;
	color:#3399ff;
	font-family:sans-serif, Arial;
	font-size:13px;
	font-weight:bold;
	margin:0px;
	padding:5px 0px 6px 10px;
}
.displayPanel .component {
	padding:0px;
	margin:auto;
}
.displayPanel .component > svg {
	margin: -33px !important;
	border:none !important;
}
.displayPanel .component > svg > rect:nth-of-type(1){
	display:none;
}

#Parameters > div {
    padding: 5px 0px 6px 10px;
}

table.parComp tr td {
    padding:5px;
}

table.tableView {
    border:1px solid #5055a8;
    color:#000066;
    font-family:'Segoe UI', Arial, sans-serif;
    font-size:13px;
}
table.tableView th
{
    background: #0a2c5a;
    color:#f8f8ff;
    padding:6px;
}
table.tableView tr td
{
    padding:6px;
}

table.tableView tr
{
    border:1px solid #eeeeff;
    border-bottom:1px solid #aeaecf;
}

table.tableView tr:nth-child(even) {
    background-color: #daf2fc;
}
table.tableView tr:nth-child(odd) {
    background-color: #fcf6f2;
}

/*
a {
color: #333;
outline: none;
padding-left: 3px;
padding-right: 3px;
text-decoration: underline;
}

a:link, a:visited,
a:active, a:hover {
	color: #333;
}

a:hover {
	background-color: #c7d1d6;  
}
*/

header, footer, hgroup,
nav, section {
    display: block;
}

.clear {
    clear:both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight:500;
}

h1 {
    font-size: 2em;
}

h2 {
    color:#334499;
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout*/
.main {
    margin: 0 auto;
    padding: 0px 5px 10px 20px;
}

footer {
    clear: both;
    background-color: #fff;
    font-size: .8em;
    height: 30px;
    text-align:center;
}


/* site title*/
.site-title {
    color: #c8c8c8;
    font-size: 2.4em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    margin-left:10px;
    outline: none;
    text-decoration: none;
}

.site-subtitle {
    color: #999;
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    margin: 0 0 0 12px;
}


/* Project Display related. */
ul.thumbnail {
    margin: 10px 0px 0px 0px;
    padding:0;
}
ul.thumbnail li {
    float:left;
    list-style-type:none;
    margin:5px;
    width:280px;
    border:1px solid #dddddd;

    background: #cadaff;
	background: -webkit-linear-gradient(top, #fafaff 0%, #e5edf0 50%, #fafaff 100%);
	background: -moz-linear-gradient(top, #fafaff 0%, #e5edf0 50%, #fafaff 100%);
	background: -o-linear-gradient(top, #fafaff 0%, #e5edf0 50%, #fafaff 100%);
	background: -ms-linear-gradient(top, #fafaff 0%, #e5edf0 50%, #fafaff 100%);
	background: linear-gradient(top, #fafaff 0%, #e5edf0 50%, #fafaff 100%);
	border-radius: 5px 5px 5px 5px;
}
    ul.thumbnail li h3 {
        color:#1b0b81;
        margin:3px;
    }
ul.thumbnail li a > div {
    padding:8px;
}
ul.thumbnail li a:hover {
    background: #bacaff;
	background: -webkit-linear-gradient(top, #fafaff 0%, #c5cdf0 50%, #fafaff 100%);
	background: -moz-linear-gradient(top, #fafaff 0%, #c5cdf0 50%, #fafaff 100%);
	background: -o-linear-gradient(top, #fafaff 0%, #c5cdf0 50%, #fafaff 100%);
	background: -ms-linear-gradient(top, #fafaff 0%, #c5cdf0 50%, #fafaff 100%);
	background: linear-gradient(top, #fafaff 0%, #c5cdf0 50%, #fafaff 100%);
}
    ul.thumbnail li a {
        display:block;
        text-decoration:none;
    }
    ul.thumbnail li img {
        height:60px;
        margin:0px 8px 0px 0px;
        width:60px;
    }

/* login*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 10px 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-family:Arial;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #55c;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: underline;
        }

/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: rgba(220, 235, 245, 0.54);
        color: #3e5667;
        margin: 10px 5px 10px 5px;
        padding: 10px 20px 10px 20px;
        border-radius:6px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #228;
        }

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

input, textarea, select {
    border: 1px solid #e2e2ff;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 3px 0 4px 0;
    padding: 3px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {
        background-color: #009dce;
        border: 1px solid #787878;
        color:white;
        cursor: pointer;
        font-size: 1em;
        font-weight: 600;
        padding: 5px 10px;
        margin-right: 8px;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}



/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 5px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }
        
    /* footer
    ----------------------------------------------------------*/

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}


/* ============================================================
   DASHBOARD - TOGGLE SWITCH
   ============================================================ */

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
    cursor: pointer;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.toggle-slider {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: #e9e9eb;
    border-radius: 22px;
    transition: background .3s cubic-bezier(.4,0,.2,1);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.04);
}

.toggle-slider:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 2px;
    top: 2px;
    background: #fff;
    border-radius: 50%;
    transition: transform .3s cubic-bezier(.34,1.56,.64,1);
    box-shadow:
        0 1px 3px rgba(0,0,0,0.15),
        0 1px 1px rgba(0,0,0,0.06),
        0 0 0 0.5px rgba(0,0,0,0.04);
}

input:checked + .toggle-slider {
    background: #34c759;
}

input:checked + .toggle-slider:before {
    transform: translateX(18px);
}

.toggle-switch:active .toggle-slider:before {
    width: 22px;
}

input:checked + .toggle-slider:active:before,
.toggle-switch:active input:checked + .toggle-slider:before {
    width: 22px;
    transform: translateX(14px);
}

.toggle-switch:hover .toggle-slider {
    filter: brightness(0.97);
}

/* ============================================================
   DASHBOARD ADMIN - PANEL & TABLE
   ============================================================ */

#appAccordion .panel.panel-default {
    margin: 0;
    border-radius: 0;
    border-left: none;
    border-right: none;
}

#appAccordion .panel-heading {
    cursor: pointer;
    background: #f7f7f7;
    padding: 10px 15px;
}

#appAccordion .panel-title {
    margin: 0;
}

#appAccordion .panel-title .fa-folder-o {
    margin-right: 6px;
    color: #0078d4;
}

#appAccordion .panel-title .badge {
    margin-left: 8px;
    background: #0078d4;
}

#appAccordion .panel-title .fa-chevron-down {
    margin-top: 2px;
}

#appAccordion .table {
    margin: 0;
}

#appAccordion .table thead {
    background: #fafafa;
}

#appAccordion .table th.col-public {
    width: 40px;
    text-align: center;
}

#appAccordion .table th.col-action {
    width: 50px;
}

#appAccordion .table td {
    vertical-align: middle;
}

#appAccordion .table td.col-public {
    text-align: center;
}

/* Public Link inline edit group */
.public-link-group {
    display: flex;
    align-items: center;
    gap: 4px;
}

.public-link-prefix {
    color: #999;
    font-size: 12px;
    white-space: nowrap;
}

.tiny-link-input {
    border: 1px solid transparent;
    background: transparent;
    padding: 2px 6px;
    font-size: 12px;
    color: #0078d4;
    width: 160px;
    transition: border-color .2s, background .2s;
}

.tiny-link-input:hover {
    border-color: #ddd;
    background: #fafafa;
}

.tiny-link-input:focus {
    border-color: #0078d4;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0,120,212,0.15);
}

.public-link-group .btn-preview,
.public-link-group .btn-copy {
    padding: 3px 6px;
    font-size: 11px;
}

.public-link-group .btn-copy .fa-check {
    color: #34c759;
}

/* ============================================================
   PUBLIC DASHBOARD - HEADER
   ============================================================ */

.main-header-public {
    min-height: 50px;
}

.main-header-public .navbar {
    background: #3c8dbc;
}

.main-header-public .public-badge {
    color: rgba(255,255,255,0.85);
    font-size: 13px;
    padding: 15px 20px;
    display: inline-block;
}

.main-header-public .public-badge .fa-globe {
    margin-right: 5px;
}

/* ============================================================
   PUBLIC DASHBOARD - SIDEBAR
   ============================================================ */

.main-sidebar-public {
    padding-top: 50px;
    background: #222d32;
}

.sidebar-public-title {
    color: rgba(255,255,255,0.6);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 15px 15px 10px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.sidebar-public-title .fa-globe {
    margin-right: 4px;
}

.main-sidebar-public .sidebar-menu .header {
    color: #0078d4;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 15px 6px;
    letter-spacing: 0.3px;
}

.main-sidebar-public .sidebar-menu > li > a {
    color: #b8c7ce;
    padding: 10px 15px;
    font-size: 13px;
    border-left: 3px solid transparent;
    transition: all .2s ease;
}

.main-sidebar-public .sidebar-menu > li > a:hover {
    background: rgba(255,255,255,0.05);
    color: #fff;
    border-left-color: #3c8dbc;
}

.main-sidebar-public .sidebar-menu > li.active > a {
    background: rgba(255,255,255,0.08);
    color: #fff;
    border-left-color: #3c8dbc;
}

.main-sidebar-public .sidebar-menu > li > a .fa {
    width: 20px;
    text-align: center;
    margin-right: 6px;
    font-size: 14px;
}