﻿body {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    color: #666666;
    background-color: #ffffff;
}

a,
a:hover,
a:focus {
    color: #2196F3;
}

a[disabled],
a.disabled,
a.aspNetDisabled { 
	pointer-events: none;
	cursor: default
}

a img {
    border: none;
}

h2 {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0;
}

.btn {
    font-size: 1em;
    text-transform: uppercase;
}

.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:hover,
.btn-default:active:focus {
    background-color: #e8e8e8;
	border-color: #e8e8e8;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus,
.open>.dropdown-toggle.btn-primary,
.open>.dropdown-toggle.btn-primary:hover,
.open>.dropdown-toggle.btn-primary:focus {
    color: #ffffff;
    background-color: #2196F3;
    border-color: #2196F3;
}

.btn.disabled, .btn[disabled], 
.btn.disabled.active, .btn[disabled].active,
.btn.disabled.focus, .btn[disabled].focus, 
.btn.disabled:active, .btn[disabled]:active, 
.btn.disabled:focus, .btn[disabled]:focus, 
.btn.disabled:hover, .btn[disabled]:hover,
.btn.aspNetDisabled {
    background-color: #e8e8e8;
    border-color: #e8e8e8;
}

.input-group-btn .btn {
    font-size: 14px;
}

.btn-group .dropdown-menu {
    font-size: 1em;
}

.form-control {
    font-size: 1em;
    padding: 4px 8px;
}

.panel-group .panel {
    border-radius: 0;
}

/* --- Header --- */

.navbar {
    height: 70px;
    background-color: #000000;
    margin-bottom: 0;
}

.navbar-nav > li > a {
    font-size: 1.1em;
	text-transform: uppercase;
    color: #ffffff;
	padding: 0;
	margin: 0 15px;
}

.navbar-nav .dropdown-menu > li > a {
    font-size: 1em;
}

.navbar-nav .dropdown-menu > li > a > i {
	padding-left: 5px;
	padding-top: 3px;
	float: right;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li.active > a,
.navbar-nav > li.dropdown.open > a {
    background: none;
}

.navbar-nav > li > a > .fa {
    margin-right: 5px;
}

.navbar-top {
    margin: 0;
	padding-top: 5px;
}

.navbar-top > li > a {
    font-size: 1em;
}

.navbar-bottom {
	padding-top: 40px;
}

.navbar-bottom > li > a:hover,
.navbar-bottom > li > a:focus,
.navbar-bottom > li.active > a,
.navbar-bottom > li.dropdown.open > a {
	padding-bottom: 5px;
	border-bottom: solid 5px #2196F3;
}

/* --- Footer --- */

footer {
    font-size: 0.8em;
	color: #ffffff;
    background-color: #000000;
    padding: 10px 0;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 10;
}

/* --- Content --- */

.section-main {
    padding-top: 70px;
    padding-bottom: 50px;
	min-height: 500px;
}

.section-main > .container-fluid {
    position: relative;
}

.section-main > .container-fluid > .section-title {
    background-color: #ffffff;
    padding-top: 10px;
    position: sticky;
    top: 70px;
    z-index: 1000;
}

.section-filter label {
    font-weight: normal;
}

/* OLD DESIGN */

.form-control + .form-control {
    margin-left: 5px;
}

/* --- Content --- */

.content {
	min-height: 570px;
	padding: 10px 0;
	/* Used to position loader */
	position: relative;
    max-width: 1170px;
	margin: auto;
}

.content .content-large {
    background-color: white;
	border: solid 1px #c5c5c5;
	min-height: 570px;
	padding: 10px;
}

.content .content-left {
    width: 210px;
	margin-right: 10px;
    float: left;
}

.content .content-left .line {
	width: 220px;
    height: 1px;
	background-color: #bebebe;
	margin: 15px 0 5px 0;
}

.content .content-left .nav-bar {
    width: 220px;
    padding-top: 10px;
    float: left;
}

.content .content-left .nav-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.content .content-left .nav-bar li {
    background: none;
    border-top: solid 1px #c5c5c5;
    margin: 0;
    padding: 0;
}

.content .content-left .nav-bar li:hover {
	background-color: #ddd;
}

.content .content-left .nav-bar li a {
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #282f3a;
    padding: 8px 8px 8px 0;
    display: block;
}

.content .content-left .nav-bar li.L2, .content .content-left .nav-bar li.LS2 {
    border-bottom: solid 1px #c5c5c5;
}

.content .content-left .nav-bar li.FS2 a, .content .content-left .nav-bar li.MS2 a, .content .content-left .nav-bar li.LS2 a {
    background: #ffffff url(../Images/Nav.png) repeat-y top right;
	padding: 8px;
}

.content .content-right {
	background-color: white;
	width: 720px;
	min-height: 570px;
	border: solid 1px #c5c5c5;
	padding: 10px;
    float: left;
}

@media (min-width: 1280px) {
	.content .content-right {
		width: 920px;
	}
}

/* --- Dashboard --- */

.dashboard-item {
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.dashboard-item.size-1 {
	float: left;
	width: 33.33333333333333%;
}

.dashboard-item.size-2 {
	float: left;
	width: 50%;
}

.dashboard-item.size-3 {
	float: left;
	width: 66.66666666666666%;
}

.dashboard-item.size-4 {
	float: left;
	width: 100%;
}

.dashboard-item .panel-heading {
	cursor: move;
}

.dashboard-item .panel-heading .dropdown {
	float: right;
	padding: 0 5px;
}

.dashboard-item .panel-heading .dropdown:hover {
	cursor: pointer;
}

.dashboard-item .panel-wrapper {
	max-width: 100%;
	overflow-x: auto;
}

.dashboard-item table th {
	background-color: transparent;
}

.dashboard-item table tr {
	cursor: pointer;
}

.popup-dashboard .slider {
	width: 180px;
	margin-top: 10px;
}

/* --- Page --- */

.banner {
	background-color: transparent;
	margin: 0 8px;
	padding: 1px;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.banner.selected {
	background-color: #418bca;
}

/* --- Order --- */

.order-comment {
	font-size: 12px;
	margin: 5px 0 0 10px;
}

/* --- Loader--- */

/*.loader {
	background-color: #ffffff;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 1000000000;
	display: none;
}

.loader-image {
    background: url(../Images/loader.gif) no-repeat top left;
	width: 32px;
	height: 32px;
	position: absolute;
    top: 50%;
    left: 50%;
}*/

/* --- ToolBar --- */

.toolbar {
	height: 45px;
	margin-bottom: 10px;
}

.toolbar.inner-toolbar {
	height: 35px;
	border-bottom: none;
	margin-bottom: 0px;
}

.toolbar .toolbar-label {
	margin-top: 7px;
	margin-right: 10px;
	float: left;
}

.toolbar .toolbar-item {
	margin-right: 10px;
	float: left;
}

.toolbar .toolbar-item-right {
	margin-left: 10px;
	float: right;
}

.toolbar .object-info {
	margin-top: 0px;
	max-width: 200px;
}

@media (min-width: 1280px) {
	.toolbar .object-info {
		margin-top: 17px;
		max-width: none;
	}
}

.toolbar .pagination {
	margin-top: 0;
}

/* --- Views --- */

.view-title {
	margin: 0 0 10px 15px;
}

.view-title h1 {
	width: 50%;
	float: left;
}

.view-title .object-info {
	margin-top: 10px; 
	float: right
}

/* --- Lists --- */

.list-wrapper {
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}

.list-wrapper .no-item {
	font-size: 16px;
	font-weight: bold;
	color: #999;
	text-align: center;
	margin-top: 200px;
	display: none;
}

.table > thead > tr > th {
    text-transform: uppercase;
    background-color: #F9F9F9;
    border-bottom-width: 1px;
}

.table td.button-row {
	padding-top: 13px;
}

.table-list tr.selected {
	background-color: #eeeeee;
}

.table-list .menu {
	width: 50px;
	padding: 2px 0 1px 7px;
	margin-top: -3px;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.table-list .menu:hover {
	background-color: #dedede;
}

.table-list .menu .menu-container {
	position: absolute;
}

.table-list .menu span {
	margin-top: 2px;
}

.table-list .menu .dropdown {
	position: relative;
	left: 14px;
	top: -20px;
}

.table-list .menu .dropdown .caret {
	margin-top: -2px;
}

.table-list .menu .dropdown .dropdown-toggle {
	padding: 3px 10px;
}

.table-list .menu .dropdown .dropdown-menu {
	left: -30px;
	top: 25px;
}

/* --- Tables --- */

table tr td.footer-label {
	background-color: white;
	font-size: 14px;
	font-weight: bold;
	padding-top: 12px;
	text-align:right;
}

table th.right, table tr td.right {
	text-align: right;
}

/* --- Segment --- */

.select-list-header {
	height: 30px;
	background-color: #d9edf7;
	font-weight: bold;
	padding: 6px 0 0 8px;
}

.select-list-header .sort {
	float: right;
	margin-right: 20px;
}

ul.select-list {
	height: 250px;
	margin: 0;
	list-style-type: none;
	overflow-y: auto;
	-webkit-padding-start: 0px;
}

ul.select-list li {
	padding: 5px;
	border-top: solid 1px #dddddd;
	cursor: move;
}

ul.select-list li:hover {
	background-color: #f5f5f5;
}

ul.select-list.available li span, ul.select-list.selected li span {
	display: none;
	float: right;
	margin-right: 10px;
}

ul.select-list.error {
	border: solid 1px #b94a48;
}

div.select-list.error {
	color: #b94a48;
}

/* --- Document --- */

.document-link, .document-format {
    font-size: 12px;
	width: 110px;
	height: 150px;
	margin: 0 10px 10px 0;
	float: left;
	display: block;
	padding: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}

.document-link.selected, .document-format.selected, .playlist-item.selected {
	background-color: #87c4fa;
}

.document-link table, .document-format table {
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 110px;
}

.document-link .name, .document-format .name {
	text-align: center;
}

.document-format {
	height: 130px;
	position: relative;
}

.document-format .remove {
	position: absolute;
	top: -10px;
	right: -5px;
	display: none;
}

/* --- Sitemap --- */

.sitemap {
	margin: 20px;
}

.sitemap-content {
	height: 260px;
	margin-bottom: 10px;
	overflow-y: auto;
}

.sitemap-content ul, li {
	list-style: none;
}

/* --- Kweetix Apps Manager overrides --- */

.form-item {
    min-height: 35px;
    margin-bottom: 10px;
}

.form-item .form-label {
    font-weight: 700;
    width: 140px;
    text-align: right;
    margin-top: 6px;
    float: left;
}

.form-item .form-value {
    margin-left: 15px;
    float: left;
}

.form-item .form-comment {
	margin: 6px 0 0 15px;
    float: left;
}

.form-item .form-error {
    color: #b94a48;
	margin: 6px 0 0 15px;
    float: left;
}

@media (min-width: 1280px) {
	.form-item .form-label {
		width: 200px;
	}
}

@media (min-width: 1280px) {
	.form-item .form-editor {
		margin-left: 100px;
	}
}

/* --- Bootstrap overrides --- */

.tab-content, .panel-group, .well {
	margin-top: 10px;
}

.panel-heading {
   cursor: pointer;
}

.panel-heading span {
	font-size: 1.1em;
    text-transform: uppercase;
    color: #2196F3;
}

.tooltip-inner {
	min-width: 100px;
}

.popover {
	min-width: 170px;
}

.table {
	margin-bottom: 0px;
}

/* --- JSTree overrides --- */

.treeView {
	overflow-x: auto;
	padding-bottom: 5px;
}

.jstree-default-context li {
	background: none;
}

.treeView li a {
	font-size: 12px;
}

/* --- Select2 overrides --- */

.no-dropdown {
    display: none !important;
}

div.select2-container.error {
	border: solid 1px #b94a48;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

ul.select2-results {
	margin-left: 5px;
}

/* --- Upload --- */

.upload-panel {
	position: absolute;
	width: 500px;
	height: 180px;
	top: 200px;
	left: 200px; 
}

.upload-panel .title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	display: none;
}

.upload-panel .processing {
	font-weight: bold;
	text-align:center;
	margin-top: 50px;
	display: none;
}

.upload-panel .buttons {
	position: relative;
	top: 10px;
}

.uploader {
    background:rgb(0,0,0);
	background:rgba(0,0,0,0.7);
	-ms-filter:alpha(opacity=70);
	filter:alpha(opacity=70);
    width: 100%;
    height: 100%;
    margin-top: -5px;
    padding-bottom: 10px;
    position: absolute;
    top: 0;
    left: 0;
	display: none;
	z-index: 1000000000;
}

/* --- Playlist --- */

.playlist-item {
	background-color: #ffffff;
	width: 145px;
	height: 145px;
	margin: 0 10px 10px 0;
	float: left;
	display: block;
	padding: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.playlist-item.error {
	background-color: #f2dede;
}

.playlist-item.error.selected {
	background-color: #c4e3f3;
}

.playlist-item .name {
	text-align: center;
}

.playlist-item table {
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 110px;
}

.playlist-item:hover {
	cursor: move;
}

#sortable-playlist li {
	float: left;
}

/* --- MediaLibrary --- */

.media-library-thumbnail {
	text-align: center;
}

.media-library-thumbnail img {
	max-height: 50px;
}

/* --- Dashboard --- */

.dashboard table tbody tr {
	cursor: pointer;
}

/* --- Booking --- */

.booking-content .network-header a {
	text-decoration: none;
	cursor: pointer;
}

.booking-content .network-content {
	margin-top: 15px;
    overflow-x: auto;
}

.booking-content .network-content table tr td.first {
	min-width: 120px;
}

table.booking-planning-view tbody td.selected {
	background-color: #418bca;
}

div.booking-content tbody td.selected {
	background-color: #418bca;
}

.booking-content .network-content select {
    width: 145px;
}

table.booking-planning-view tbody td.selected .contact, 
table.booking-planning-view tbody td.selected .product,
table.booking-planning-view tbody td.selected a {
	color: white;
}

table.booking-planning-view tbody td .product.period12 {
	max-width: 150px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

table.booking-planning-view tbody td .product.period4 {
	max-width: 300px;
}

table.booking-planning-view tbody td.selected .dropdown-menu > li > a {
	color: #333;
}

/* --- Schedule --- */

.schedule .form-item {
	margin-bottom: 3px;
}

.schedule .form-item.header {
	min-height: 30px;
}

.schedule table {
	table-layout:fixed;
}

.schedule table tr {
	text-align: center;
}

.schedule table tr th,
.schedule table tr td {
	width: 65px;
    padding: 2px;
}

.schedule table tr th {
	text-align: center;
}

/* --- Login --- */

.section-login {
    padding-top: 230px;
}

.section-login .container {
    max-width: 960px;
}

.section-login h1 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 25px;
}

.section-login h2 {
    margin-bottom: 15px;
}

.section-login .lead {
    font-size: 24px;
    text-align: center;
}

.section-login .form {
    background-color: #f6f6f6;
    padding: 30px;
}

.section-login .alert {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: 10px;
    padding: 15px;
}

/* x-editable overrides */

.editable-click, a.editable-click, a.editable-click:hover {
	cursor: pointer;
	border-bottom: none;
}

/* FileUpload */

.btn-file {
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.fancybox-skin {
    background-color: #ffffff;
    border-radius: 0;
}

.form-item .form-comment {
    margin: 6px 0 0 10px;
    float: left;
}

.popup-content {
    padding: 10px 0;
    margin-right: 5px;
}

.popup-line {
    background-color: #bebebe;
    height: 1px;
    margin: 5px 0;
}

.popup.scrollable .popup-content {
    overflow-y:auto;
	max-height: 400px;
}

.popup.scrollable .popup-buttons {
    padding:10px;
}

/*--- Dropdown SubMenu (Restore feature that Bootstrap 3 removed) --- */

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}

.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -5px;
}

.dropdown-submenu:hover > a:after {
	border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
