/**
 *  Simo layout
 */
.simo-layout {
	display: flex;
}

.simo-content {
	width: 100%;
}

/**
 *  Simo sidebar
 */

.simo-sidebar {
	width: 300px;
	background-color: #fff;
}

.simo-sidebar-collapsed:hover {
	position: absolute;
	width: 300px;
}

.simo-sidebar-collapsed {
	width: 50px;
}

.simo-sidebar .simo-sidebar-title {
	margin: 5px;
}

.simo-sidebar .simo-sidebar-collapsed .simo-sidebar-collapse {
	text-align: center;
}

.simo-sidebar-collapsed .nav-text {
	display: none;
}

.simo-sidebar.simo-sidebar-left {
	border-right: 1px solid #e7e7e7;
	min-height: 100%;
	font-size: 14px;
	float: left;
}

.simo-sidebar .simo-nav-title {
	padding: 10px 15px 0;
}

.simo-sidebar ul.nav.simo-nav > li.active > a {
	color: #000;
	font-weight: bold;
}

/**
 *  Simo title bar.
 */
.simo-titlebar {
	background-color: #f8f8f8;
	font-size: 18px;
	height: 50px;
	padding: 10px 0 2px 10px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 0px;
	width: 100%;
}

.simo-content .simo-titlebar {
	padding-left: -15px;
    padding-right: 15px;
}

.simo-titlebar.simo-titlebar-fixed + div {
	margin-top: 50px;
}

.simo-titlebar.simo-titlebar-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}


/**
 *  Simo button bar.
 */
.simo-buttonbar {
	min-height: 70px;
}

.simo-buttonbar .simo-buttonbar-content {
	background-color: #fff;
	box-shadow: 0 5px 5px rgba(255, 255, 255, 1);
	padding: 10px 20px 10px 5px;
	z-index: 100;
}

/**
 * Simo input group hint button should look like input group addon with help cursor
 */
.simo-input-group-hint {
    background-color: #eee;
    cursor: help;
}

/**
 * Simo color does not have a label and need therefore a fixed width in select pickers and list views
 */
.simo-color {
	padding: 3px 11px;
	color: white;
}

.simo-color:empty {
	display: inline;
}

.simo-color.simo-color-sulu, .simo-color.simo-color-turquoise-blue, .simo-color.simo-color-marigold-yellow {
	color: black;
}

.simo-color-sulu {
	background-color: #95ef63;
}
.simo-color-vanilla {
	background-color: #d2b8a3;
}
.simo-color-turquoise-blue {
	background-color: #74e8d3;
}
.simo-color-limeade {
	background-color: #82ba00;
}
.simo-color-vivid-tangerine {
	background-color: #ff8581;
}
.simo-color-light-wisteria {
	background-color: #e2a8e4;
}
.simo-color-picton-blue {
	background-color: #3bd5fb;
}
.simo-color-bondi-blue {
	background-color: #03b3b2;
}
.simo-color-macaroni-and-cheese {
	background-color: #ffc471;
}
.simo-color-silver {
	background-color: #cccccc;
}
.simo-color-cerise {
	background-color: #dc4fad;
}
.simo-color-allports {
	background-color: #008299;
}
.simo-color-marigold-yellow {
	background-color: #f9ec75;
}
.simo-color-salmon {
	background-color: #fb886e;
}
.simo-color-cardinal {
	background-color: #ac193d;
}
.simo-color-malibu {
	background-color: #5db2ff;
}
.simo-color-regent-st-blue {
	background-color: #a8c8e4;
}
.simo-color-supernova {
	background-color: #ffcc00;
}
.simo-color-punch {
	background-color: #d24726;
}
.simo-color-lochmara {
	background-color: #0072c6;
}
.simo-color-shadow-blue{
    background-color: #8080b1;
}
.simo-color-purple{
    background-color: #6f42c1;
}

/**
 * Type ahead select box is initially empty, so we set a min width.
 */
.simo-ajax-select .dropdown-menu {
    min-width: 250px !important;
}
/**
 * Ajax select status text should look like an information text.
 */
.simo-ajax-select-status {
    padding: 5px 20px;
    color: #0A4B73;
    cursor: not-allowed;
    font-weight: bold;
    min-width: 140px;
}
/**
 * Ajax select load-more button should look like a link
 */
.simo-ajax-select-more {
    padding: 5px 20px;
    cursor: pointer;
}

.truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/**
 * Display alert box and loading spinner in the center of the screen
 */
.simo-loading-spinner-info .alert {
    bottom: 0;
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 400px;
    text-align: left;
}

.simo-loading-spinner-info .spinner-container {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.simo-loading-spinner-info .spinner-container i {
    margin-left: 6px;
    margin-top: 18px;
}

.simo-loading-spinner-info .spinner-container .simo-table-overlay-animation-wrapper {
    height: unset;
}

.simo-loading-spinner-info .spinner-container .simo-table-overlay-animation {
    height: 50px;
    width: 65px;
}

/** The following css is is used to display 2 frames (e.g. mainFrame + OAS) side by side (or in top/bottom mode) */
@media only screen
and (max-width: 1499px) {
    #side-by-side-iframe {
        border-top: 2px solid #cccccc;
    }
}

.side-by-side-container {
    display: inline;
    height: 50%;
    width: 100%;
}

@media only screen
and (min-width: 1500px) {
    .side-by-side-container {
        border: 0;
        border-left: 1px solid #F5F5F5;
        float: left;
        width: 49.8%;
        height: 100%;
    }
}
