 body {
    background-color: #ededed;
}

#wizard-spinner-div {
    width: 50px;
    height: 50px;
    border: 5px solid #ccc;
    border-top-color: #ff6a00;
    border-radius: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    margin: auto;
    /*animation*/
    animation: round 2s linear infinite;
}

@keyframes round {
    from{transform: rotate(0deg);}
    to{transform: rotate(360deg);}
}

.information {
    color: gray;
    font-size: 12px;
    vertical-align: top;
    cursor: pointer !important;
}

.video-link-div {
	background-color: #cfcfcf;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}

label {
    color:666;
    font-family: Verdana, Arial, sans-serif;
    font-style: bold;
    font-size:small;
}

.label-above {
    display:block;
}

#main-div {
    margin-top: 40px;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: white !important;
    color: #4290B9 !important;
}

.btn-primary {
    background-color: #888888;
    border-color: #888888;
}

.btn-primary:hover  {
    background-color: #a8a8a8 !important;
    border-color: #a8a8a8 !important;
}

#main-nav-bar {
    background-color: #4290B9;
}

.navbar-inverse {
    background-color: #4290B9;
    border-color: #4290B9;
}

#navbar-image {
    height: 50px;
    padding: 5px;
    padding-left: 10px;
    width: auto;

}

#info-div {
    margin-bottom: 4px;
}

.selection-div {
    border-width: 1px;
    border-style: solid;
    border-radius: 8px;
    border-color: #008040;
    margin-left: 8px;
    float: left;
}

.vertical-checkboxes {
    padding: 5px;
}

.vertical-checkboxes label {
    display: block;
    width: max-content;
/*  float: left; */
    white-space: nowrap;
}

.vertical-checkboxes input {
    vertical-align: middle;
}

.vertical-checkboxes label span {
    vertical-align: middle;
}

.progress {
    margin-top: 6px;
}

.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }

.clear {
    clear:both;
}

/*************** TAB STUFF *****************/

/* Style the tab */
div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #fafafa;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #4290B9;
    color: white;
}

/* Style the tab content */
.tabcontent {
    width: 100%;
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

/************* LOGIN PAGE ***************/

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/********** UPLOAD/DOWNLOAD **************/

#type-radio-div {
    margin-top: 10px;
}

#csv-filechooser {
    width: 80%;
}

#depreciation-chooser {
    padding-left: 5px;
    width: 100px;
}

.dataGrid {
    width: 100%;
    height: 400px;
 }

.multi-checkbox-lists-div {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: auto;
    overflow: hidden;
}

/************* BULK CREATE ***************/

#environments-div {
    width: 240px;
    border-width: 1px;
    border-style: solid;
    border-radius: 8px;
    border-color: #008040;
    padding: 2px;
    float: left;
}

#common-sla-div {
    width: 500px;
    border-width: 1px;
    border-style: solid;
    border-radius: 8px;
    border-color: #008040;
    padding: 2px;
    float: left;
}

/************* DAY ZERO ***************/

#left-options-div {
    width: 270px;
    height: 520px;
    border-width: 1px;
    border-style: solid;
    border-radius: 8px;
    border-color: #008040;
    padding: 8px;
    margin: 2px;
    float: left;
}

#customer-location-div {
    padding-top: 8px;
}

#compliance-groups-div {
    padding-top: 8px;
}

#right-options-div {
    width: 670px;
    height: 520px;
    border-width: 1px;
    border-style: solid;
    border-radius: 8px;
    border-color: #008040;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 2px;
    float: left;
}

.tech-landscape-row-div {
    padding-top: 4px;
    margin: 0;
}

/************ DESIGN ADVISOR *************/

.design-advisor-rule-labeling-div {
    float : left;
}

.design-advisor-rule-parameter-div {
    float : left;
    margin-top : 4px;
    margin-right : 16px;
    margin-left : 0px;
    margin-bottom : 4px;
}

.design-advisor-applied-rule-summary-div {
    float : left;
    width : 400px;
}

.design-advisor-provider-summary-div {
    margin-top : 8px;
    margin-right : 8px;
    margin-left : 0px;
    margin-bottom : 0px;
    padding : 4px;
    border-width: 2px;
    border-style: solid;
    border-radius: 4px;
    border-color: black;
}

.rule-selector-rule-label {
    color: #1d58f5;
    font-size: 12pt;
}

#design-advisor-rules-div {
    margin-top : 4px;
    margin-bottom : 4px;
    padding : 4px;
    border-width: 1px;
    border-style: dotted;
    border-radius: 4px;
    border-color: black;
}

#design-advisor-scorecard-option-div {
   margin-top : 12px;
}

/************ BULK IMPORT ************/

.import-defaults-div {
    width: 100%;
    flex-shrink: 0;
    height: 100%;
    border-width: 1px;
    border-style: dotted;
    border-radius: 8px;
    border-color: black;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 2px;
    float: left;
}

.import-selections-and-start-interior-div {
    width: 100%;
    flex-shrink: 0;
    height: 100%;
    border-width: 1px;
    border-style: dotted;
    border-radius: 8px;
    border-color: black;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 2px;
    float: left;
}

#import-selections-div {
    width: 100%;
    height: 100%;
}

#import-start-div {
    width: 100%;
    height: 100%;
}

.import-filter-field-selector {
    width: 348px;
}

#import-status-div {
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-style: dotted;
    border-radius: 8px;
    border-color: black;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 2px;
    float: left;
}

.import-bulk-session-status-div {
    border-width: 1px;
    border-style: dashed;
    border-radius: 5px;
    border-color: black;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    margin: 2px;
}

.import-bulk-session-details-div {
    padding-left: 5px;
    padding-bottom: 3px;
}

/*********** BULK ADOPT **********/

.bom-grouping {
    float:left;
    padding:10px;
    border: 1px solid #ccc;
    border-radius:3px;
}

.tree-service-provider {
    padding:3px;
    background-color:#80a7c4;
    font-size:x-large;
    clear:both;
}

.tree-datacenter {
    margin-left:20px;
    padding:5px;
    background-color:#93b4cc;
    font-size:large;
    border-top:1px solid;
    clear:both;
}

.tree-cloud-service {
    margin-left:20px;
    padding:3px;
    background-color:#b3cadb;
    font-size:medium;
    border-top:1px solid;
    clear:both;
}

.segment {
    margin-bottom:10px;
    border: 1px solid #333;
    border-radius:3px;
    padding:20px;
    overflow:hidden;
}

.subsegment {
    margin-bottom:4px;
    border: 1px solid #333;
    border-radius:3px;
    padding:10px;
    overflow:hidden;
}

.lightborder {
  border-right: 1px solid #999;
  padding:4px;
}

.btn-segment {
    float:right;
    margin-top: 1em;
}

.node-display-tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px;
    transition: 0.3s;
    background-color: #999;
}

.node-display {
    font-family:"Courier New", Monospace;
    border: 1px solid #666;
    background-color: #ccc;
}

/*********** Footer **********/

.footer {
    height: auto;
    width: 100%;
    flex-shrink: 0;
    position: absolute;
    background-color: #fafafa;
}

.footer-body {
    width: 90%;
    width: calc(100% - 50px);
    flex-shrink: 0;
}

/*.footer-logo {
    margin-left: 25px;
}*/

.col {
  float: left;
  padding: 12px 25px 12px 10px;
  width: 300px;
  margin-left: 20px;

}

/*********** INTEGRATION TAB **********/



.integration-step-div {
    height: 100%;
    width: 100%;
    border-width: 1px;
    border-style: dotted;
    border-radius: 8px;
    border-color: black;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 2px;
    float: left;
}
