/* app css stylesheet */
a.panelselection {
    text-decoration: none;
    color: #222;
}
.panelselection {
    margin: 2.5%;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    background-color: #ddd;
    width :170px;
    height:170px;
    color: #000;
}

.panelselection > .paneltext {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 170px;
    width: 170px;
    overflow-wrap: break-word;
}

.panelselection > svg {
    margin: 22px;
}

.panelmain{
    margin: 0 auto;
    padding: 3px;
    width: 75%;   
    position: relative;
    text-align: center;
}
.dropdown-menu{
    max-height: 500px;
    overflow: auto;
}

.centerreg{
  text-align: center;
}

#codeeditor { 
        
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        min-height: 400px;
        border-radius:6px;
    }

    .transformable {
    -webkit-transition: height 1000ms linear;
    -moz-transition: height 1000ms linear;
    -o-transition: height 1000ms linear;
    -ms-transition: height 1000ms linear;
    transition: height 1000ms linear;

}

.small {
    width: 600px;
}

.big {
    width: 950px;
}

canvas { outline: none; }

.pageinput{
  width: 65px;
  height: 25px;
  margin-left: -30px;
}

.pageinputright{
  margin-left: -20px;
  margin-top: 2px;
}

#validSlide{
        margin-bottom: 10px;
}

.gshDisplay {
    border-color: #66c8cd;
    font-size: 12px;
    margin-bottom: 12px;
}


/* DataManagement Import/Export */

.migrationCard {
    position: relative;
    width: 100%;
    min-height: 50px;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    font-size: 18px;
    color: #222;
    display: flex;
}

.modal {
    overflow-y: auto;
}

.nav-modal {
    margin: auto;
}

.nav-overflow {
    max-height: calc(100vh - 225px);
    overflow-y: auto;
    overflow-x: hidden;
}

.progress {
    position: relative;
    height: 45px;
    border-radius: 0px;
    -webkit-box-shadow: none;
}

.progress span {
    left:4%;
    position: fixed;
    display: block;
    width: 100%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #222;
    font-size: 25px;
    margin-top: 15px;
}

.breakwrap{
    overflow-wrap: break-word;
}

.conflict-progress-bar {
    border: 0px;
    background-color: #abd0f0;
    webkit-box-shadow: none;
    box-shadow: none;
    position:unset; 
    min-width:2em; 
    width:0%;
}

.nav-caret {
    margin-right: 10px;
    margin-top: 3px
}

.nav-conflict-pointer {
    padding-top: 5px;
    padding-left: 10px;
}

.conflict-list {
    list-style-type: none;
    margin-bottom: 10px;
}

.list-datamgmt-group {
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    font-size:16px;
}

.list-datamgmt-item {
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 400;
}

.conflict-valid {
    color: green;
    margin-left: 5px;
}

.conflict-panel-right {
    border-left: 1px solid #c1bfbf;
    min-height: 200px;
}

.conflict-input-panel {
    padding-left: 10px;
    padding-top: 10px;
}

.next-unresolved-conflict {
    color: #e87722
}

.conflict-rename-input {
    margin-bottom: 10px;
    margin-left: 5px;
}

.conflict-padding-left {
    padding-left: 10px;
}

.conflict-importloc-input {
    margin-bottom:10px;
}

.import-panel {
    margin-left: 20px;
    margin-right: 20px;
}

.export-panel {
    margin-left: 20px;
    margin-right: 20px;
}

.conflict-horiz-margin {
    min-height: 220px;
    margin-left: 20px;
    margin-right: 20px;
}

.conflict-error {
    float: left !important;
    margin-left: 60px;
    margin-top: -10px !important;
}

.conflict-error-message {
    float: left !important;
    margin-left: 15px;
    margin-top: -10px;
    font-size: 12px;
    color: #e87722;
}

.conflict-nav-mini {
    float: left;
}

.conflict-checkbox-input {
    margin-bottom: 10px;
}

.conflict-footer-margin {
    margin-bottom:20px;
}

.bardiv{
        padding: 0px;
}

svg-header > svg {
    fill: white;
    height: 34px;
    width: 34px;
}

svg-header svg path[fill],
svg-header svg path[style*="fill"] {
    fill: white !important;
    fill-opacity: 1 !important;
}

svg-header svg path[fill="none"] {
    fill: none !important;
}

svg-header svg path[style*="fill=none"] {
    fill: none !important;
}


svg-panel > svg {
    height: 80px;
    width: 80px;
}

.link-input {
    width: 100%;
}

/* End DataManagement Import/Export */
