﻿/* Mobile */

@media only screen and (max-width: 767px) {
    [class*="mobile hidden"],
    [class*="tablet only"]:not(.mobile),
    [class*="computer only"]:not(.mobile),
    [class*="large screen only"]:not(.mobile),
    [class*="widescreen only"]:not(.mobile),
    [class*="or lower hidden"] {
        display: none !important;
    }
}
/* Tablet / iPad Portrait */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #maincontent {
        width: auto !important;
        max-width: auto !important;
    }

    #secondarycontent {
        width: auto !important;
        max-width: auto !important;
    }

    [class*="mobile only"]:not(.tablet),
    [class*="tablet hidden"],
    [class*="computer only"]:not(.tablet),
    [class*="large screen only"]:not(.tablet),
    [class*="widescreen only"]:not(.tablet),
    [class*="or lower hidden"]:not(.mobile) {
        display: none !important;
    }
}
/* Computer / Desktop / iPad Landscape */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    [class*="mobile only"]:not(.computer),
    [class*="tablet only"]:not(.computer),
    [class*="computer hidden"],
    [class*="large screen only"]:not(.computer),
    [class*="widescreen only"]:not(.computer),
    [class*="or lower hidden"]:not(.tablet):not(.mobile) {
        display: none !important;
    }
}
/* Large Monitor */

@media only screen and (min-width: 1200px) and (max-width: 1919px) {
    [class*="mobile only"]:not([class*="large screen"]),
    [class*="tablet only"]:not([class*="large screen"]),
    [class*="computer only"]:not([class*="large screen"]),
    [class*="large screen hidden"],
    [class*="widescreen only"]:not([class*="large screen"]),
    [class*="or lower hidden"]:not(.computer):not(.tablet):not(.mobile) {
        display: none !important;
    }
}
/* Widescreen Monitor */

@media only screen and (min-width: 1920px) {
    [class*="mobile only"]:not([class*="widescreen"]),
    [class*="tablet only"]:not([class*="widescreen"]),
    [class*="computer only"]:not([class*="widescreen"]),
    [class*="large screen only"]:not([class*="widescreen"]),
    [class*="widescreen hidden"],
    [class*="widescreen or lower hidden"] {
        display: none !important;
    }
}

textarea#samlpretty {
    width: 100%;
    height: 800px;
    resize: none;
}

div.actions {
    margin-top: 10px;
    margin-bottom: 50px;
    padding-bottom: 10px;
}

div.ui.bottom.attached.segment.content {
    border-style: none !important;
}

div#docparent {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}

div#doc {
    margin: auto;
    max-width: 98vw;
    max-height: 85vh;
    overflow: scroll;
}

body div {
    font-family: "Open Sans" !important;
}

body {
    background-color: #FFFFFF;
}

    body img.logo {
        margin-left: 2em !important;
    }

.main.container {
    margin-top: 2em;
}

#main.ui.text.container {
    max-width: inherit !important;
}

#maincontent.ui.text.container {
    max-width: 100% !important;
}

div.overflow {
    max-height: 80vh;
    overflow-x: auto;
    overflow-y: auto;
}

div.overflow70 {
    max-height: 70vh;
    overflow-x: auto;
    overflow-y: auto;
}

.hide {
    display: none !important;
}

.stickyheader thead tr:first-child > th {
    position: sticky !important;
    top: 0;
    z-index: 2;
}

.stickyheader thead th.sorted {
    background: #e4e5e6;
}

.ui.sortable.table thead th.sorted {
    background: #e4e5e6 !important;
}

.pointer {
    cursor: pointer;
}

.main.menu {
    border-radius: 0;
    border: none;
    box-shadow: none;
    transition: box-shadow 0.5s ease, padding 0.5s ease;
}

    .main.menu .item img.logo {
        margin-right: 1.5em;
        width: 6em !important;
    }

.overlay {
    float: left;
    margin: 0em 3em 1em 0em;
}

    .overlay .menu {
        position: relative;
        left: 0;
        transition: left 0.5s ease;
    }

.main.menu.fixed {
    background-color: #FFFFFF;
    border: 1px solid #DDD;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.overlay.fixed .menu {
    left: 800px;
}

.text.container .left.floated.image {
    margin: 2em 2em 2em -4em;
}

.text.container .right.floated.image {
    margin: 2em -4em 2em 2em;
}

.ui.footer.segment {
    margin: 5em 0em 0em;
    padding: 5em 0em;
}

.ui.borderless.main.menu.fixed {
    position: fixed;
    top: 0px;
    left: auto;
    z-index: 101;
}

ui.borderless.main.menu.placeholder {
    display: block;
    visibility: hidden;
}

.overlay.placeholder {
    display: none;
}

#main_login {
    height: 100%;
}

#login.ui.container.segment {
    width: 30%;
}

#spinner.ui.active.dimmer {
    z-index: 1060 !important;
}

.stay_left {
    float: left !important;
}

.stay_right {
    float: right !important;
}

.thumbs.up {
    color: green
}

.thumbs.down {
    color: red
}

.eye {
    color: green
}

    .eye.slash {
        color: red
    }

.padright20px {
    padding-right: 20px !important;
}

.padright10px {
    padding-right: 10px !important;
}

.padright5px {
    padding-right: 5px !important;
}

.marginright20px {
    margin-right: 20px !important;
}

.marginright10px {
    margin-right: 10px !important;
}

.marginright5px {
    margin-right: 5px !important;
}

.marginbottom10px {
    margin-bottom: 10px !important;
}

.marginbottom5px {
    margin-bottom: 5px !important;
}

.user.plus.icon {
    color: green !important;
}

.user.times.icon {
    color: red !important;
}

.force.right.floated {
    float: right !important;
}

.ui.text.container {
    padding-top: 80px;
}

.capitalize {
    text-transform: capitalize;
}

.sortHeader {
    cursor: pointer !important;
}

.borderless {
    border: none !important;
    box-shadow: none !important;
}

.contents {
    display: contents !important;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.disabled.title {
    cursor: default;
    background-color: #dcddde !important;
    color: rgba(0, 0, 0, 0.4) !important;
    opacity: 0.3 !important;
    background-image: none !important;
    box-shadow: none !important;
    pointer-events: none;
}

#dashboard {
    /* width: unset!important;
    margin-left: 25px!important;
    margin-right: 25px!important; */
    max-width: 75% !important
}

#tertiarycontent {
    max-width: 100% !important
}

.top.sidebar {
    min-height: 50% !important;
}

.mt-8 {
    margin-top: 8px !important;
}

#main .menu div.item:not(.disabled) {
    cursor: pointer !important;
}

div.ui.item a.action.type.item {
    font-weight: bolder !important;
    border-radius: 150px !important;
}

div.ui.item a.logout.item {
    font-weight: bolder !important;
    border-radius: 150px !important;
}


div.wizard-step {
    display: block;
}

div.hidden-wizard-step {
    display: none;
}

div.stepheader {
    display: inline-block;
    width: 100%;
}

div.homeheader {
    display: inline-block;
    width: 100%;
}

div.homestep {
    float: left;
    padding-top: 35px;
    font-size: 16px;
    margin: 20px;
    font-weight: bold;
    color: #003169;
}

div.step {
    float: left;
    padding-top: 25px;
    font-size: 16px;
    font-weight: bold;
    color: #003169;
}

.small-logo {
    padding-top: 10px;
}

div.step-back, div.step-logout {
    float: right;
    padding-top: 30px;
    font-size: 12px;
    color: #003169;
}

div.step-logout {
    padding-top: 50px;
}

.step-back button, .step-back a, .step-logout button {
    background: #fff !important;
    color: #003169 !important;
    font-weight: bold;
    border: none;
    cursor: pointer;
    font-family: "Open Sans" !important;
}

.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
    /*border-bottom: 1px solid #efefef;*/
}

.divTableHead {
    background-color: #003169;
    display: table-header-group;
    font-weight: bold;
    font-size: 16px;
    color: #FFF;
    overflow: hidden;
}

.divTableHead {
    display: table-cell;
    text-align: left;
    font-size: 16px;
    vertical-align: top;
    padding: 20px 20px 15px
}


.divTableCell {
    display: table-cell;
    padding: 20px 10px;
    text-align: left;
    font-size: 14px;
    vertical-align: top;
    border-bottom: 1px solid #FFF;
/*    border-bottom: 1px solid #003169;*/
}

.divTableCell textarea {
        font-family: inherit;
        font-size: inherit;
    }

.divTableHead label {
    float: right;
    font-size: 12px;
    margin-top: 3px;
}

.select-all-switch label {
    padding-right: 30px;
    margin-top: 0;
}

.divTable select {
    padding: 3px;
    border-radius: 3px;
    width: 200px;
    margin-top: 30px;
}

.divTableCell div input.newProduct {
    max-width: 200px;
}

div.centered {
    text-align: center;
}

.divTableRow:hover {
    background: #f0f0f0 !important;
}

.divTableCell div input {
    max-width: 75px;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.horizontal-layout {
    width: 100%;
    height: 100%;
}

.column-half {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 10px;
}

.error-column-half {
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 10px;
}

.instructions {
    display: inline-block;
    width: 50%;
    padding: 30px;
    text-align: left;
    color: #003169;
}

.error-instructions {
    display: inline-block;
    width: 45%;
    text-align: left;
    padding: 5px;
    color: #003169;
}

.instructions h3 {
    font-size: 16px;
    width: 220px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.instructions p {
    margin: 0px !important;
    width: 250px;
    font-size: 13px;
}

.errorText {
    color: red;
    font-weight: bold;
}

div.fields {
    padding-top: 20px;
}

div.fields input,
div.fields label,
div.fields select {
    display: block;
    text-align: left;
}

div.fields label {
    font-weight: bold;
    margin: 10px 0;
}

div.fields select,
div.fields input {
    width: 283px;
    padding: 4px;
    border-radius: 5px;
    border-color: lightgray;
    border-style: solid;
}

#filename {
    border-radius: 5px;
    border-color: lightgray;
    border-style: solid;
}

textarea.connectToTeams, textarea.createRecordingGroup, textarea.createAppInstance, textarea.createPolicy, textarea.getAzUsers {
    height: 60px;
    border-color: lightgray;
    width: 300px;
    font-family: Courier New;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    resize: none;
    border-radius: 5px;
}

input.uploadAdUsers {
    display: none;
    height: 30px;
    background: #D0F0FB;
    border-color: #D0F0FB;
}

.custom-file-upload {
    display: inline-block;
    padding: 8px 12px;
    cursor: pointer;
    background: #D0F0FB;
    border-color: #D0F0FB;
    vertical-align: top;
    border-width: 1px;
    border-style: solid;
    height: 35px;
}

input.uploadFilename {
    width: 280px;
    border-color: lightgray;
    font-family: Courier New;
    font-size: 12px;
    height: 35px;
}

button.copyText {
    background: #D0F0FB;
    border-color: #D0F0FB;
    height: 60px;
    vertical-align: baseline;
    float: right;
    margin-right: 18px;
    border-radius: 5px;
    border-style: none;
}

button.uploadFile {
    background: #D0F0FB;
    border-color: #D0F0FB;
    height: 24px;
    vertical-align: baseline;
    float: right;
    margin-right: 9px;
    border-radius: 5px;
}

div.space30px {
    margin-top: 45px;
    text-align: left;
    margin-left: 0px;
}

div.space20px {
    margin-top: 20px;
    text-align: left;
}

div.space80px {
    margin-top: 80px;
    text-align: left;
}

div.step-header {
    margin-top: 20px;
    text-align: left;
    margin-left: 20px;
}

div.step-header p {
    margin: 25px 25px 0 !important;
}

a.download {
    background: #fff !important;
    color: #000 !important;
    font-weight: bold;
    border: none;
    cursor: pointer;
    padding-left: 10px;
    text-decoration: underline;
}

.instructions li {
    padding: 10px 0;
}

.instructions ol {
    padding-left: 5px;
}

a.next-link {
    padding: 0 50px;
}

div.switchfields {
    color: #003169;
    text-align: left;
    margin: 20px;
    font-size: 14px;
}

div.select-all-switch {
    margin: 5px;
}

div.switches {
    float: right;
    padding-right: 20px;
}

div.switchfields hr {
    margin: 20px 0;
}

.column-half img.uploadIcon {
    float: left;
    margin-top: -5px;
}

.column-half img.copyIcon {
    float: left;
    margin-top: -3px;
}

div.usertable {
    height: 400px;
    overflow: auto;
    scrollbar-track-color: #003169;
    scrollbar-base-color: #D0F0FB;
    margin: 0 4px;
}

div.usertable {
    height: 650px;
    overflow: auto;
    scrollbar-track-color: #003169;
    scrollbar-base-color: #D0F0FB;
    margin: 0 4px;
}

.usertable::-webkit-scrollbar {
    width: 7px;
}

.usertable::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #FFF;
    background: #fff;
    margin: 0 5px;
    border-radius: 5px;
}

.usertable::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px #003169;
}

div.finish h1 {
    color: #003169;
    font-size: 64px;
    margin-top: 20px;
    font-weight: bold;
}

div.finish h2 {
    color: #003169;
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: lighter;
}

div.no-top-margin div.container {
    margin-top: 0px;
}

.wizard-step hr {
    width: 90%;
}

div.external-links {
    text-align: left;
    margin-left: 40px;
}

.column1 {
    width: 140px;
}
.column2 {
    width: auto;
}
.column3 {
    width: 205px;
}
.column4 {
    width: 213px;
}

.column-90 {
    width: 90%;
}

.column-10 {
    width: 10%;
}

div.wizard-step ul li {
    padding: 2px;
}

div.error-help {
    text-align: left;
    margin-left: 30px;
}

button.expand {
    background: #fff !important;
    color: #000 !important;
    font-weight: bold;
    border: none;
    cursor: pointer;
    padding-left: 10px;
    text-decoration: underline;
}

button.expandsettings {
    background: inherit;
    font-weight: bold;
    border: none;
    cursor: pointer;
    padding-left: 10px;
    text-decoration: underline;
}

/*button.expandsettings:hover {
    background: #f0f0f0;
}

*/
div.spinner-div {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(1, 1, 1, 0.2);
    top: 0px;
    right: 0px;
    z-index: 100000;
}

div.spinner-hidden {
    display: none;
}

div.middle-of-page {
    margin-top: 25%;
}

button.next-link {
    border: #003169;
    border-style: solid;
    border-radius: 25px;
    padding-left: 15px;
    padding-right: 15px;
    color: white !important;
    background: #003169 !important;
    cursor: pointer;
}

button.muted-link {
    border: #a1a1a1;
    border-style: solid;
    border-radius: 25px;
    padding-left: 15px;
    padding-right: 15px;
    color: white !important;
    background: #a1a1a1 !important;
    cursor: pointer;
}

div.addProtalAccess {
    float: right;
    margin-top: -5px;
    padding: 0 20px 0 0;
}

div.policy-switch {
    float: right;
    margin-top: -5px;
    padding: 0 20px 0 0
}

div.policy-options {
    max-width: 500px;
    margin-left: 50px;
    margin-top: 10px;
}

div.decision-button-div {
    padding: 35px 20px 10px;
    text-align: center;
}

div.decision-button-div-row {
    display: inline-block;
}

a.decision-button {
    margin: 10px;
    max-width: 200px;
}

div.home-page-decision {
    margin: 0 15px;
    width: 215px;
    padding: 10px;
    float: left;
    height: 175px;
}

div.home-page-decision-img {
    margin: 10px;
}

div.home-page-decision-text {
    margin: 10px;
    height: 40px;
}

img.green-tick {
    float: left;
    margin-top: -7px;
}

div.settings-column {
    text-align: right;
    padding: 5px 15px 5px 5px;
}


.settings-column label{
    margin: 5px 15px;
}

div.setting {
    display: flex;
    padding: 5px;
    font-size: 13px;
    color: #003169;
}

.switch-label {
    float: left;
    width: 200px;
}

div.users-list {
    display: block;
    padding: 20px;
    height: 400px;
    overflow: auto;
    scrollbar-track-color: #003169;
    scrollbar-base-color: #D0F0FB;
    margin: 0 4px;
}

div.remove-user {
    display: inline-block;
    margin: 20px; 
}

div.remove-user-label {
    margin-bottom: 10px;
}

div.confirmationMessage {
    margin-top: 45px;
    text-align: left;
    margin-left: 20px;
}

div.showEditSettings {
    display: block;
    text-align: left;
    min-width: 350px;
}

div.hideEditSettings {
    display: none;
}

div.settingCheckbox {
    margin-left: 5px;
    margin-top: 2px;
}

div.page-control {
    float: right;
}

div.vertical-settings {
    display: block;
}

div.call-classifications-label {
    width: 228px;
}

.hidden-expand {
    display: none;
}

.noTopPadding {
    padding-top: 0 !important;
}

.invisibleElement {
    visibility: hidden;
}

button.active-tab {
    border: #003169;
    border-style: solid;
    border-radius: 25px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff !important;
    background: #003169 !important;
    cursor: pointer;
}

button.inactive-tab {
    border: #a6c0de;
    border-style: solid;
    border-radius: 25px;
    padding-left: 15px;
    padding-right: 15px;
    color: #000 !important;
    background: #a6c0de !important;
    cursor: pointer;
}

button.leftMargin {
    margin-left: 5px;
}

div.show {
    display: block;
}

div.tabContainer {
    margin-top: 20px
}

div.tabPage {
    margin-right: 20px !important;
}

.displayInline {    
    display: inline !important;
}

div.loadMoreContainer {
    text-align: center;
}