﻿/* Main Layout */
/* V:19 */

html,
body,
form {
    margin: 0;
    padding: 0;
    height: 100%;
}

html {
    position: relative;
}

body {
    font: 400 13px "Segoe UI",Arial,Helvetica,sans-serif !important;
    /*overflow-y: scroll;*/
}

.RadWindow_Bootstrap {
    font: 400 13px "Segoe UI",Arial,Helvetica,sans-serif !important;
}

/* fonts */
h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
    color: #000 !important;
}

/* Containers */
.globalContainer {
    height: 100%;
    padding: 0;
    margin: 0;
}

.mainCiContent {
    position: absolute;
    right: 0;
    left: 213px;
    bottom: 0;
    top: 50px;
    background: #fff;
    margin: 0;
    padding: 0;
    border: 0;
}

#serverForm {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
}

.RuleSetRedirect {
    background: url(../images/gearwheels_standard.png);
    background-size: 80px 80px;
}

    .RuleSetRedirect:hover {
        background: url(../images/gearwheels_blue.png);
        background-size: 80px 80px;
    }

.cisignConfigRedirect {
    background: url(../images/toolbox_standard.png);
    background-size: 80px 80px;
}

    .cisignConfigRedirect:hover {
        background: url(../images/toolbox_blue.png);
        background-size: 80px 80px;
    }


.cioofConfigRedirect {
    background: url(../images/calendar_clock_standard.png);
    background-size: 80px 80px;
}

    .cioofConfigRedirect:hover {
        background: url(../images/calendar_clock_blue.png);
        background-size: 80px 80px;
    }

.cioofLiteConfigRedirect {
    background: url(../images/calendar_clock_standard.png);
    background-size: 80px 80px;
}

    .cioofLiteConfigRedirect:hover {
        background: url(../images/calendar_clock_blue.png);
        background-size: 80px 80px;
    }

.ciArchiveRedirect {
    background: url(../images/data_table_standard.png);
    background-size: 80px 80px;
}

    .ciArchiveRedirect:hover {
        background: url(../images/data_table_blue.png);
        background-size: 80px 80px;
    }

.ciTestcenterRedirect {
    margin-top: 25px;
    margin-left: 10px;
    background: url(../images/user_monitor_standard.png);
    background-size: 40px 40px;
}

    .ciTestcenterRedirect:hover {
        background: url(../images/user_monitor_blue.png);
        background-size: 40px 40px;
    }

.ciTestcenterRedirect2 {
    top: -10px;
    background: url(../images/user_monitor_standard.png);
    background-size: 40px 40px;
}

    .ciTestcenterRedirect2:hover {
        background: url(../images/user_monitor_blue.png);
        background-size: 40px 40px;
    }

.ciHelp {
    float: right;
    margin-top: 5px;
    margin-right: 10px;
    background: url(../images/question_standard.png);
    background-size: 32px 32px;
}

    .ciHelp:hover {
        background: url(../images/question_blue.png);
        background-size: 32px 32px;
    }

.ciHelp16 {
    float: right;
    margin-top: 1px;
    margin-right: 2px;
    background: url(../images/question_standard.png);
    background-size: 16px 16px;
}

    .ciHelp16:hover {
        background: url(../images/question_blue.png);
        background-size: 16px 16px;
    }

.h4DefaultPage {
    width: 80%;
    display: inline-block;
}

.ciCheckboxInline {
    display: inline !important;
}


/* toggle switch - start */
.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 18px;
    margin-right: 5px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #337ab7;
}

input:focus + .slider {
    box-shadow: 0 0 1px #337ab7;
}

input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

.slider.round {
    border-radius: 18px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/* toggle switch - end */



/* header */
.homeLogo {
    /*background: url('../images/cis-circle-flat-trans.png') no-repeat center;*/
    width: 60px;
    height: 50px;
    float: left;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
    padding-top: 12px;
    /*content: "☰";*/
}

    .homeLogo:hover {
        color: white !important;
    }

.header1 {
    background-image: url('../images/header_blue.gif');
    background-repeat: repeat-x;
    left: 0;
    right: 0px;
    height: 50px;
}

.topNav {
    text-align: right;
}

    .topNav > div.rnvRootGroupWrapper {
        border: 0;
    }

    .topNav li.rnvItem {
        color: #fff;
    }

    .topNav .rwzSprite {
        font-size: 1em;
        margin-right: 5px;
    }

    .topNav .rnvRootLink {
        border-top: 0 !important;
        border-bottom: 0 !important;
        color: #fff !important;
    }

.rwzSprite.fa.space-right {
    margin-right: 5px;
}

.rnvSlide .rnvUL {
    background-color: #eee;
}

.productName, .navTitle {
    height: 50px;
    float: left;
    vertical-align: middle;
    line-height: 50px;
    padding: 0 13px;
    color: white;
    font-size: 24px;
    border-left: 1px solid rgba(255,255,255,.5);
}

.productName {
    width: 190px;
    text-align: center;
}


.header1 .rnvLink {
    border-top: none !important;
    border-bottom: none !important;
    border-right: none !important;
    border-left: 1px solid rgba(255,255,255,.5);
}

.ciCloudApps {
    height: 200px;
    width: 300px;
    background-color: #ddd;
}

    .ciCloudApps .btn {
        height: 50px;
        padding-left: 10px;
    }
/* END header */

a.aspNetDisabled {
    color: #333;
    text-decoration: none;
}

/* Button styles */
.RadButton_Bootstrap {
    font-family: "Segoe UI",Arial,Helvetica,sans-serif !important;
    font-weight: 400 !important;
}

button.RadButton.fa .rbIcon:before {
    font-family: FontAwesome;
}

button.RadButton.fa .p-icon {
    vertical-align: auto;
}

.btn {
    font-size: 16px !important;
    font-weight: 400 !important;
}

.disabledButton {
    cursor: not-allowed !important;
}

.flatButton {
    border: none !important;
    background: none !important;
}


.RadGrid .rgDragIcon {
    cursor: unset !important;
}

.RadGrid .rgDragIcon {
    padding: unset !important;
    cursor: grab !important;
    cursor: -moz-grab !important;
    cursor: -webkit-grab !important;
    cursor: move !important; /* fallback if grab cursor is unsupported */
}

    .RadGrid .rgDragIcon:before {
        font-family: FontAwesome !important;
        content: "\f0c9" !important;
    }

    .RadGrid .rgDragIcon:hover {
        text-decoration: none !important;
    }

.RadGrid .rgIcon.rgDelIcon:before {
    font-family: FontAwesome !important;
    content: "\f014 " !important;
}

td.gridButtonColumn {
    padding: unset !important;
    text-align: center !important;
}

/* END -- Button styles */
/* modal window */
.RadWindow {
    position: fixed !important;
    z-index: 99001 !important; /* FIX RadWindow must be over top navbar */
}

.rwTitleWrapper {
    padding-top: 0 !important;
}

.rwTitleBar {
    padding-top: 7px;
    padding-bottom: 7px;
}

.rcbSlide {
    z-index: 99002 !important;
}

.TelerikModalOverlay {
    width: 99.9% !important;
    height: 100% !important;
    overflow: hidden !important;
    position: fixed !important;
}

/* media */
@media screen and (max-width: 800px) {
    #ctl00_ctl00_Content_RadTreeView1 {
        width: 0px
    }

    #mainCiContent {
        left: 0px;
    }

    #sidebarLegal {
        width: 0px;
        display: none;
    }

    .productName, .navTitle {
        font-size: 16px;
    }

    .productName {
        width: 95px
    }
}

@media screen and (max-height: 940px) {
    .sidebar > ul > li > div > a > span {
        font-size: 15px !important;
        line-height: 0px !important;
    }

    .sidebar a.sidebarButton.closebtn > span {
        font-size: 36px !important;
    }
}

/* sidebar */
.sidebar {
    position: absolute;
    left: 0;
    top: 50px;
    bottom: 35px;
    background-color: #35373d;
    box-shadow: inset -7px 0 9px -7px rgba(0,0,0,.7);
    width: 213px;
    outline: none;
}

    .sidebar .RadTreeView .rtUL {
        display: block;
    }

    .sidebar > ul.rtUL > li > ul.rtUL {
        margin-bottom: 25px;
    }

    .sidebar > ul {
        padding: 0;
        margin: 0;
    }

        .sidebar > ul > li {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

            .sidebar > ul > li > div > a > span {
                padding: 25px 20px;
                border-top: solid 1px #555;
                display: block;
                text-decoration: none;
                font-size: 14px;
                line-height: 10px;
            }

            .sidebar > ul > li > ul > li > div > a {
                display: block;
                padding: 10px 5px;
            }

    .sidebar a {
        color: #ccc;
    }

        .sidebar a.active {
            color: #fff;
            background: rgba(0,0,0,.3) !important;
        }

        .sidebar a:hover,
        .sidebar a:active,
        .sidebar a:focus,
        .sidebar .rtHover {
            color: #fff;
            background: rgba(0,0,0,.2);
            text-decoration: none;
        }

    .sidebar > ul > li > div > ul {
        margin-bottom: 20px;
    }

    .sidebar a.sidebarButton > span::before {
        font-family: Fontawesome;
        font-size: 23px;
        font-size: 23px;
        margin-right: 10px;
        position: relative;
        top: 2px;
    }

    .sidebar a.sidebarButton.closebtn > span {
        font-size: 36px;
        margin-left: 144px;
        line-height: 0px;
        padding-top: 18px;
        line-height: 0px;
    }

    .sidebar a.sidebarButton.dashboard > span::before {
        content: "\f0e4";
    }

    .sidebar a.sidebarButton.rules > span::before {
        content: "\f1de";
    }

    .sidebar a.sidebarButton.mailFlow > span::before {
        content: "\f074";
    }

    .sidebar a.sidebarButton.disclaimers > span::before {
        content: "\f2c3";
    }

    .sidebar a.sidebarButton.cisign > span::before {
        content: "\f085";
    }

    .sidebar a.sidebarButton.ooflite > span::before {
        content: "\f085";
    }

    .sidebar a.sidebarButton.testcenter > span::before {
        content: "\f2d2";
    }

    .sidebar a.sidebarButton.profile > span::before {
        content: "\f1ad";
    }

    .sidebar a.sidebarButton.billing > span::before {
        content: "\f09d";
    }

    .sidebar a.sidebarButton.users > span::before {
        content: "\f0c0";
    }


    .sidebar a.sidebarButton.list > span::before {
        content: "\f03a";
    }

    .sidebar a.sidebarButton.help > span::before {
        content: "\f29c";
    }

    .sidebar a.sidebarButton.csp > span::before {
        content: "\f2b5";
    }

    .sidebar .rmLeftImage {
        width: 35px;
        font-size: 23px;
        text-align: center;
        margin-right: 5px;
    }


.sidebarLegal {
    position: fixed;
    left: 0;
    bottom: 0px;
    height: 35px;
    background-color: #35373d;
    box-shadow: inset -7px 0 9px -7px rgba(0,0,0,.7);
    width: 213px;
    outline: none;
    color: #ccc;
    font-size: 70%;
    text-align: center;
    padding-top: 10px;
}

    .sidebarLegal a {
        color: #ccc;
    }

        .sidebarLegal a:hover,
        .sidebarLegal a:active,
        .sidebarLegal a:focus,
        .sidebarLegal .rtHover {
            color: #fff;
            text-decoration: none;
        }


/* END sidebar */

/* Diagram */
.k-layer {
    text-align: center;
}

/* Tinymce */
.tinymce-full .mce-tinymce, .tinymce-full .mce-container-body, .tinymce-full #code_ifr {
    min-height: 100%;
    border: none !important;
}

.tinymce-full .mce-container-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

    .tinymce-full .mce-container-body .mce-edit-area {
        position: absolute;
        top: 69px;
        bottom: 37px;
        left: 0;
        right: 0;
    }

.tinymce-full.tinymce-readonly .mce-container-body .mce-edit-area {
    top: 4px;
    bottom: 4px;
    border: none;
}

.tinymce-full .mce-tinymce .mce-statusbar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/* Splitbar */
.rspResizeBar, .rspResizeBarHorizontal {
    background: #eee !important;
}

.rspResizeBarOver, .rspResizeBarOverHorizontal {
    background: #ccc !important;
}

/* RadGrid */
.rgRowActionButton {
    border-width: 0 0 1px 0 !important;
}

.rgEditForm {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .rgEditForm > div.row {
        margin: 0;
    }


/* helpers */
.none-outline {
    outline: none !important;
}

.label-absolute {
    /*width: auto;
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  right: 100%;*/
    width: 35%;
}

.floatRight {
    float: right;
}

.inline {
    display: inline;
}

.displayBlock {
    display: block;
}

.disabled {
    pointer-events: none;
    opacity: 0.4;
}

/* fixes */
.RadComboBox_Bootstrap {
    position: relative;
}

.ciGroupCombo .rcbInner {
    width: 100% !important;
}

.RadCheckBox .rbText {
    display: inline !important;
}

.RadComboBox .rcbEmptyMessage {
    font-style: normal !important;
}

/* checkbox in selected rows */
.rgSelectedRow .RadCheckBox .rbIcon {
    color: #fff !important;
}

/* flash */
.alert-flash {
    margin-bottom: 0;
    border-radius: 0;
    transition: all ease 1s;
    /*z-index: 9999;*/
}

.content .alert-flash {
    /*position: absolute;*/
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}


/* Forms */
.radio input[type="radio"] {
    margin-left: 0 !important;
    margin-bottom: 10px;
}

.radio label {
    margin-bottom: 10px;
    padding-top: 1px;
}

.input-validation {
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: 7px;
    margin-left: 10px;
    font-size: 1em;
    color: #a94442;
    white-space: nowrap;
}

.input-validation-static {
    margin-top: 3px;
    color: #a94442;
    font-size: 1em;
    white-space: nowrap;
}

.form-group {
    position: relative;
}

.form-center .riLabel,
.form-center .rcbLabel {
    width: 30%;
    text-align: right;
    box-sizing: border-box;
}

.form-center .form-group-middle,
.form-center .riContentWrapper,
.form-center .rcbInner {
    width: 40%;
    box-sizing: border-box;
}

.form-center .rbButton {
    box-sizing: border-box;
}

.form-center .form-group-middle {
    margin-left: 30%;
}

.form-center .input-validation {
    left: 70%;
}


#ctl00_ctl00_Content_Content_winUpload_C span.ruFakeInput {
    width: 300px;
}

li.ruSelectWrap {
    margin-top: 10px;
}

.noWrapLabel {
    white-space: nowrap;
}

    .noWrapLabel .rbText {
        white-space: normal;
        text-align: left;
    }


.box h3 {
    height: 34px;
    line-height: 34px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -34px;
    padding: 0 15px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px 5px 0 0;
}

.blueTitle {
    background-position: 0 -100px;
    background-color: #0f4086;
}
/* Dashboard */
h2.dash-news {
    font-size: 110%;
    font-weight: 500;
}



/* Sidebar and header1 fixed and collapsable on small resolutions */
.sidebar {
    position: fixed;
    transition: all ease .2s;
    white-space: nowrap;
}


.header1 {
    position: fixed;
    z-index: 1000;
}

.RadLabel[disabled=disabled] {
    color: #aaa;
}


#-default {
    height: 300px;
    padding: 0px;
}

.panel-body {
    min-height: 255px;
    padding: 0px;
    border: 2px solid transparent
}

    .panel-body:hover {
        border-color: lightgray; /*change the transparent border*/
    }

.vertical-center {
    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

.prodbanner {
    height: auto;
    min-height: 300px;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 5px solid #a1cb2f;
    background: #fff;
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.16);
    z-index: 999999;
}

    .prodbanner.orange {
        border-top: 5px solid #cc9933;
    }

    .prodbanner.red {
        border-top: 5px solid #a5001e;
    }

    .prodbanner.blue {
        border-top: 5px solid #0094ff;
    }

.prodbannergrey {
    height: auto;
    min-height: 300px;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 5px solid #a1cb2f;
    background: rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.16);
    z-index: 999999;
}

.green {
    border-top: 5px solid #a1cb2f;
}

.prodbannergrey.blue {
    border-top: 5px solid #0094ff;
}

.banner {
    min-height: 310px;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 5px solid #a1cb2f;
    background: #fff;
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.16);
    z-index: 999999;
}

    .banner.green {
        border-top: 5px solid #a1cb2f;
    }

    .banner.orange {
        border-top: 5px solid #cc9933;
    }

    .banner.red {
        border-top: 5px solid #a5001e;
    }

    .banner.white {
        border-top: 5px solid #FFFFFF;
    }

    .banner.grey {
        border-top: 5px solid #ccc;
    }


.bannerinfo {
    min-height: 310px;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 15px solid #a1cb2f;
    background: #fff;
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.16);
    z-index: 999999;
}

    .bannerinfo.orange {
        border-top: 5px solid #cc9933;
    }

.color-danger {
    color: #a5001e;
}

.color-warning {
    color: #cc9933;
}

.color-ok {
    color: #a1cb2f;
}

.banner h1 {
    line-height: 25px;
}

.banner h3 {
    line-height: 25px;
    background-color: rgba(0,0,0,.1);
    margin: 0;
    padding: 10px 10px 10px 10px;
}

.banner > table > tbody > tr > td:first-child,
.banner > div > table > tbody > tr > td:first-child {
    padding-left: 15px;
}


/* Billing page paid status */
.paid-status {
    display: block;
    border-radius: 20px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #8E8278;
    color: #8E8278;
}

    .paid-status.paid {
        background-color: #a1cb2f;
        border: 1px solid #a1cb2f;
        color: #fff;
    }

    .paid-status.overdue {
        background-color: #cc9933;
        border: 1px solid #cc9933;
        color: #fff;
    }

/* Manage connectors*/
.loginBlock {
    display: inline-block;
    margin: 10px;
    border: 1px solid #eee;
    box-shadow: 0 2px 2px #ccc;
    width: 215px;
    height: 183px;
    padding: 20px;
    cursor: pointer;
    background: #fff;
    font-size: 18px !important;
}

.loginBlockMFA {
    display: inline-block;
    margin: 10px;
    border: 1px solid #eee;
    box-shadow: 0 2px 2px #ccc;
    width: 215px;
    height: 183px;
    padding: 20px;
    cursor: pointer;
    background: #fff;
    font-size: 18px !important;
    background-color: #337ab7 !important;
    color: #fff !important;
}

    .loginBlockMFA:hover {
        background: #286090 !important;
    }

.loginBlock:hover {
    background: lightgray !important;
}

/* Connectors progress */
/*.progress-step {
}*/

.progress-step .step {
    display: inline-block;
    width: 320px;
}

.progress-step .loading {
    background-image: url('/images/loading.gif');
    background-size: 16px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    color: darkblue;
    font-weight: 700;
}

    .progress-step .loading.error {
        background-image: none;
        padding-left: 0;
        color: darkred;
    }

.progress-step .done,
.progress-step .loading-done {
    font-weight: 700;
    color: green;
}

.progress-step .loading,
.progress-step .loading-done,
.progress-step .done {
    display: none;
}

.progress-step.progress-loading .loading,
.progress-step.progress-loading .loading-done,
.progress-step.progress-done .done {
    display: inline-block;
}

.progress-step.progress-done .loading {
    display: none;
}

.progress-step.progress-error .loading {
    display: none;
}

.thumbnailPhoto {
    display: inline-block;
    height: 40px;
    border-radius: 50%;
    margin: -9px 0;
    vertical-align: text-top;
}


tr.mute > td {
    color: #bbb !important;
}

.editorServerSidePreview {
    box-shadow: 0px 10px 10px 2px rgba(0,0,0,.132);
}

.serverSidePreview {
    padding: 10px;
    box-sizing: border-box;
}

.tbLabel {
    padding-left: 10px
}

.login-col-line {
    border: 0;
    border-style: solid;
    border-left-width: 1px;
    border-color: #ccc
}

.login-or {
    position: absolute;
    top: 50%;
    left: 0%;
    margin-top: -36px;
    margin-left: -20px;
    width: 40px;
    height: 68px;
    text-align: center;
    line-height: 68px;
    vertical-align: middle;
    background-color: #fff;
}

.login-microsoft {
    padding: 0 30px;
    margin-top: 15px;
    text-align: center;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

/* helper classes */

/* height */
.max-height {
    height: 100% !important;
}

.normalWeight {
    font-weight: normal;
}

/* margin */
.no-margin {
    margin: 0 !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

/* padding */
.no-padding {
    padding: 0 !important;
}

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

/* Default Page*/
.defaultPageFont {
    font-size: 13px;
}
