﻿body {
    padding-bottom: 20px;
    min-width: 620px;
    font-family: Raleway,sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}


/*Overwrite navbar colors*/
#topNavBar {
    background-image: linear-gradient(#349ed9, #005ea0);    
}
    #topNavBar a {
        color: #ffffff;
    }
    /*#topNavBar .nav a:hover{
        transform:scale(1.2);
        -webkit-transform: scale(1.2);
    }*/

#fade {
    display: none;
    position: fixed;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 150%;
    background-color: #ababab;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .70;
    filter: alpha(opacity=80);
}


#loadingModal {
    display: none;
    position: fixed;
    top: 45%;
    left: 45%;
    width: 100px;
    height: 120px;
    padding: 30px 15px 0px;
    border: 3px solid #ababab;
    box-shadow: 1px 1px 10px #ababab;
    border-radius: 20px;
    background-color: white;
    z-index: 9999;
    text-align: center;
    overflow: auto;
}


/***Step Wizard - Create the horizontal line which shows each step.*/
.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 50%;
    position: relative;
    margin-top:40px;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

/*Header description to place at the top of a page before real content*/
.headerDescription{
    margin: 15px 0;
}

/* Make text boxes appear as labels */
.TextBoxAsLabel {
    border: none;
    background: transparent;
}

.container-full {
    margin: 0 auto;
    width: 100%;
}
.ebridgeLogoImageContainer {
    max-width: 160px;
    min-height: 50px;
    height: 100%;
}

.ebridgeLogoImageContainer img {
    height: auto;
    width: 100%;
    max-width: 100%;
}

#modalLoad .modal-content {
    background-color: transparent;
    border: none;   
}

.modal-dialog {
    min-width:800px;
}

.modal-content {
    width: 800px;
    margin: 0 auto;
}

.panel {
    margin-bottom: 5px;
}

.form-group {
    margin-bottom: 5px;
}

/* partner tile CSS */
.orchestrationConnectionsContainer {
    width: 100%;
}

.orchestrationConnectionContainer {
    display: flex;
    flex: 0 0 200px;
    margin: 5% 0;
    flex-direction: column;
}

.documentCountContainer {
    padding: 1px 5px;
    background-color: #fff;
    border: 1px solid #095608;
    border-radius: 8px;
    box-shadow: 1px 1px 1px #184213;
}

.partnerDocInfoContainer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.logoContainer1 {
    width: 180px;
    margin: 0 1%;
    box-shadow: 1px 1px 1px;
    border: 1px solid darkgray;
    background-color: #fff;
    padding: 5%;
    position: relative;
    padding-bottom: 30px;
    height: 175px;
    display: flex;
    align-items: center;
}

.manageCompanyBtnGrp div button {
    padding:5%;
    margin:10%;
}

.orchestrationsContainer {
    display: flex;
    justify-content: center;
    width: 80%;
    margin: auto;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 3%;
}

.logo {
    height: auto;
    width: 100%;
    max-width: 180px;
    max-height: 150px;
    mix-blend-mode: multiply;
}

/* CSS for Orchestration page */
.arrows {
    flex-basis: 20%;
    max-width: 20%;
}

.arrowContainer {
    width: 100%;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 1px 1px 1px 1px;
}

.configArrow {
    display: block;
    margin: 0 auto;
}

.eotcConfigurationSelectionContainer {
    display: none;
    background-color: #fff;
    padding: 10px;
    box-shadow: 1px 1px 1px;
    position: absolute;
    top: 20%;
    right: 20px;
    z-index: 100;
}

.leftConfigurationSelectionContainer {
    display: none;
    background-color: #fff;
    padding: 10px;
    box-shadow: 1px 1px 1px;
    position: absolute;
    top: 20%;
    left: 65px;
    z-index: 100;
}


.eotcConfigurationSelectionContainer li, .leftConfigurationSelectionContainer li {
    display: inline-block;
}

.eotcConfigurationSelectionContainer a, .leftConfigurationSelectionContainer a {
    max-width: 35px;
    min-width: 15px;
    display: block;
    margin: 0 10px;
}

.eotcConfigurationSelectionContainer img, .leftConfigurationSelectionContainer img {
    /*height: auto;*/
    width: auto;
    max-width: 100%;
}

.leftConfigurationSelectionContainer .glyphicon {
    font-size: 2em;
    top: 8px;
}


#modalSelectConnection .list-group, #modalDeleteConnection .list-group {
    max-height: 80vh;
    overflow: scroll;
}

.orchestrationDocumentContainer {
    margin: 0 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-width: 550px;
    max-width: 700px;
}


.orchestrationDocument {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    position: relative; /*for the absolute menu*/
}

.orchestrationDocumentGrouping {
    background-color: #e0e0e0;
    border: 1px solid #b5b5b5;
    border-radius: 8px;
    padding-top: 5px;
}

.logoContainer2 {
    max-width: 180px;
    margin: auto;
    position: relative;
    padding-bottom: 5px;
    padding-right: 5px;
    flex-shrink: 0;
    text-align: center;
}

.configArrow {
    display: block;
    margin: 0 auto;
}

.orchestrationText {
    flex-basis: 30%;
    max-width: 30%;
    background-color: white;
    box-shadow: 1px 1px 1px 1px;
    border-radius: 8px;
}

.orchestrationAdd {
    flex-basis: 30%;
    max-width: 30%;
    background-color: white;
    box-shadow: 1px 1px 1px 1px;
    border-radius: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.btnPlusSign {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 1% 0;
    border: 1px solid #b5b5b5;
    width: 100%;
    padding: 10px;
    position: relative;
}

.orchestrationContentContainer {
    display: flex;
    /* justify-content:center;*/
    align-items: center;
    overflow: auto;
}

/*Config Fields*/
#config {
    margin-top: 50px;
    clear: both;
    display: none;
    /*max-height:75vh;
    overflow:auto;*/
}

.configSectionHeader {
    cursor: pointer;
}

.configSection {
    background-color: #ededed;
    border: 1px solid #dddddd;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 25px;
}

.configFields .panel-body {
    min-height: 200px;
}

.configField input:not([type='checkbox']) {
    /*width: 95%;*/
    display: inline-block;
}

.text-left {
    text-align: left !important;
}

.xmlFieldModal .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
}

.innerFieldContainer {
    padding: 10px;
}

#btnSaveConfigFields {
    border: 1px black solid;
    width: 25%;
    margin-bottom: 10px;
    min-width: 100px;
}

.modal-body {
    min-height:200px;
    max-height:90%;
}

.plusSign {
    display:block;
    width:80px; 
    height:80px; 
    margin-left:auto; 
    margin-right:auto;
    padding:5px 5px 5px 5px;
}

#changeSystemVersion, #upgradeERP {
    cursor: pointer;
}

.documentProcessStream {
    word-wrap:break-word;
}

#divOrcStep {
    /* The DIV surrounding each orchestration step */
    display:inline-block;
    width:100%;
}

.smallSign {
    width: 25px;
    height: 25px;
    display:block;
    margin-left: auto;
    margin-right: auto;
    padding: 2px 2px 2px 2px;
}

.btnSmallSign {
    display: inline-block;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 1% 0;
    border: 1px solid #b5b5b5;
    width: 10%;
    padding: 2px;
    position: relative;
}

.orcMouseover {
    /*background-color: #ababab;*/
    cursor: pointer;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: red;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: green;
}

input:focus + .slider {
    box-shadow: 0 0 1px green;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

