@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900&subset=latin,latin-ext);

body { margin:0 auto; }

/* ALT FONT */
h1,h2,h3,h4,h5,h6,
body > header,
a.module figcaption,
figure.module figcaption,
#floatingNavBar .nav li a,
body > nav .nav li a,
table th,
p, label, input, textarea, button,
a
.btn { font-family: "Lato", Arial, sans-serif; margin:0 0; padding:0 0; }
input[readonly], textarea[readonly], button[readonly], select[readonly] { background-color: #DEDEDE; }

h1,h2,h3,h4,h5,h6 { margin:2px 0; }
h1,h4 {     color: #454545;
    font-size: 16px;
    font-weight: 900;
    margin: 30px 0 10px;
    text-align: left;
    text-transform: uppercase; }
p { font-size: 13px; line-height: 1.5em; }

.btn { color:#FFF; }
.btn:focus,
.btn:active { color: #FFF; }

body > header {  padding: 9px 15px; height: 85px; background-color: #FFFFFF; border-bottom: 1px #aed2ec solid; color: #333; }
body > header:before { display: none; position: absolute; content: "weboskiCMS"; font-size: 100px; left: 0;  top: -39px; color: rgba(255, 255, 255, 0.65); z-index: 1; }

body > header aside { /*background:transparent url(../imgs/logo.png) no-repeat top left; background-size:cover; */ position:relative; z-index:2; }
body > header aside h3 { font-weight: 400; letter-spacing: 0px; font-size: 16px; margin-top: 10px; text-rendering: optimizeLegibility; text-transform:uppercase;}
body > header aside h3 a { color:#676767; font-size:inherit; }
body > header aside h3 a span { display:block; color:#000; font-weight:900; margin-top:10px; }
body > header aside h3 a:hover { opacity: 0.8; }

body header nav .btn { padding: 7px 20px;
    background-color: #2694fb;
    font-size: 14px;
    margin-top: 14px;
    color: #FFFFFF;
    border-radius: 20px; }

form.googleMapsForm {  }
form.googleMapsForm .left { float: left; width: 340px;; }
form.googleMapsForm .right { float: right; width: 500px; }

form.googleMapsForm.formalize input,
form.googleMapsForm.formalize select,
form.googleMapsForm.formalize textarea { width: 230px; }

#floatingNavBar { border-radius: 0; border-right: 1px #aed2ec solid; background-color: #2d3338; color: #000; padding: 0px 0px; margin: 0 -15px; height: calc(100vh - 120px); width:200px !important; }
#main { margin: 15px 0 0; }
#floatingNavBar ul { padding:20px 0; }
.nav > li { display:block; }
#floatingNavBar .nav li a {     
	color: #adadad;
    font-weight: 400;
    display: block;
    padding: 7px 25px;
    font-size: 15px;
    position: relative;
    text-align: left; }
#floatingNavBar .nav > li.active > a,
#floatingNavBar .nav > li:hover > a {     color: #FFF;
    padding-left: 35px;
    background-color: rgba(0,0,0,.2);
    box-shadow: inset 0px 0px 15px rgba(0,0,0,.35), inset 5px 0px #FFF; }


a.switchLoading, a.switch0, a.switch1, a.switch2  { display:inline-block; font-family: 'WebHostingHub-Glyphs'; background: none; width: auto; height: auto; font-style: normal; display: inline-block; font-size: 24px; vertical-align: middle; margin-right: 6px; }
a.switchLoading:before { content:'\f65f'; }
a.switch0:before { color:#e74c3c; content: '\f478'; /* X sign */ }
a.switch1:before { color:#49B61F; content: '\f479'; /* OK sign */ }
a.switch2:before { color:#FFCC00; content: '\f0a3'; /* ? sign */ }
a.switchLoading:hover, a.switch0:hover, a.switch1:hover, a.switch2:hover { opacity:.75; text-decoration:none; }


/* Start icons */
a.module,
figure.module { background-color:#3498DB; background-position:center 25%; background-repeat:no-repeat; height:120px; }
a.module figcaption,
figure.module figcaption { padding:10px; color:#FFF; font-size:19px; text-align: center; display: block; width: 100%; font-weight:200; }
a.module:hover,
figure.module:hover { background-color:#F39C12; cursor:pointer; }

.formalize {
	width:100%; max-width:100%;
}
.formalize fieldset {
    padding: 10px 20px;
    margin: 0 0px 12px;
    border: 1px solid #aed2ec;
    background-color: #ffffff;
    border-radius: 0px;
    box-shadow: 7px 7px #cbdae4;
    border-width: 1px 0 0 1px;
}
.formalize legend {
    font-family: Lato;
    padding: 5px 10px;
    width: auto;
    font-weight: 800;
    font-size: 15px;
    text-shadow: 0px 2px 0px #fff;
    background-color: #ebf5fc;
    text-transform: uppercase;
    border: 1px #aed2ec solid;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.formalize input:not([type="radio"]):not([type="checkbox"]), .formalize select, .formalize textarea {
    box-shadow: 0 0;
    border-radius: 0px;
    border: 1px #dfdfdf solid;
    background-color: #f5f5f5;
    color: #777;
    width: 100%;
    padding: 10px 15px;
    max-width: 500px;
}
.formalize input:not([type="radio"]):not([type="checkbox"]):active, 
.formalize select:active, 
.formalize textarea:active,
.formalize input:not([type="radio"]):not([type="checkbox"]):focus, 
.formalize select:focus, 
.formalize textarea:focus
{
	border-color:#aed2ec;
	background-color:#FFF;
}
.formalize label:not(.inline) {
    display: inline-block;
    width: 300px;
    margin: 2px 5px 2px;
    font-size: 12px;
    text-align: right;
    line-height: 26px;
    vertical-align: middle;
    text-transform: uppercase;
    padding-right: 15px;
}
.formalize label.inline { width: auto; display: inline; text-align: left; }

.mod-newsy, 
.mod-news 		{ background-image:url(ico-news.png); }
.mod-settings 	{ background-image:url(ico-settings.png); }
.mod-pages		{ background-image:url(ico-pages.png); }
.mod-users 		{ background-image:url(ico-users.png); }
.mod-images 		{ background-image:url(ico-images.png); }
.mod-gmaps,
.mod-map 		{ background-image:url(ico-gmaps.png); }

.mod-config 		{ background-image:url(ico-advanced.png); }
.mod-shop		{ background-image:url(ico-shop.png); }
.mod-seo		{ background-image:url(ico-seo.png); }
.mod-offer 		{ background-image:url(ico-offer.png); }

/* Main navigation */
.navbar-inverse { font-size:15px; }
.navbar-inverse .nav > li > a { font-size:13px; }


/* Tables */
table:not(.table) { border-spacing: 1px; border: 1px #aed2ec solid; border-collapse:collapse;     box-shadow: 5px 11px rgba(80, 103, 119, 0.17);
}
table tr { /* border-bottom:2px #FFF solid; */ }

table thead tr { background-color:#FFF; border-bottom:1px #aed2ec solid; }
table thead tr th {     padding: 7px 8px;
    color: #000;
    text-transform: uppercase;
    text-align: left;
    font-weight: 900;
    font-size: 11px; }
table thead tr th a{ color:inherit; } 
table thead tr th a:hover{ opacity:.5; text-decoration:none; } 

table tbody tr.level-1 { background-color:#FFFFFF; }
table tbody tr.level-2 { background-color:#f5f5f5; font-size:13px; }
table tbody tr.level-3 { background-color:#efefef; font-size:13px; }
table tbody tr.level-4 { background-color:#d5d5d5; font-size:12px; }
table tbody tr.level-5 { background-color:#c5c5c5; font-size:12px; }

table tbody tr td { line-height: 1.2em; font-family: "Lato", Arial; font-size:14px; }
table tbody tr td a { font-weight:bold; }

table tbody tr.level-1 td { padding:4px; border-bottom: 1px #e9e9e9 solid; }
table tbody tr.level-2 td { padding:4px; border-bottom: 1px #FFF solid; }
table tbody tr.level-3 td { padding:4px; border-bottom: 1px #FFF solid; }
table tbody tr.level-4 td { padding:4px; border-bottom: 1px #FFF solid; }
table tbody tr.level-5 td { padding:4px; border-bottom: 1px #FFF solid; }

table tbody  tr.showhover:hover { background-color:rgba(255, 255, 255, 0.45); }

table tbody tr.input-toggled { background: #d6eaf8; }
table tbody tr.input-toggled:hover { background: #a7d7f9; }

table:not(.table) tr td:last-of-type { text-align:right; }


table.filterTable { background-color: #FFFFFF;
    display: inline-block;
    padding: 5px 8px;
    border-spacing: 5px;
    border-collapse: separate; }
table.filterTable thead tr { background-color:transparent; }
table.filterTable thead tr th { color:#343434; padding: 2px; }
table.filterTable input[type=number],
table.filterTable input[type=text],
table.filterTable select {
	border:1px #aed2ec solid;	
	padding:5px 8px;
	font-size: 13px;
	background-color:#ebf5fc;	
}

.news--table { text-align: center; }
.news--table thead tr th  { text-align: center; }

/* Bars over tables */
#subpageContent > header > nav,
#subpageContent > footer > nav { display: inline-block; text-align: left; 	width: 80%; }
#subpageContent > header > aside { display: inline-block; text-align: right; width:19%; }


/* Buttons
	- Default */
/*
table button.btn { display:inline-block; padding:4px 8px; background-color:#3498DB; color:#FFF; }
table button.btn:hover { cursor:pointer; background-color:#2C3E50; color:#FFF; }
*/
.btn,
.pluploadmain a.blank { display:inline-block; padding:4px 6px; background-color:#3498DB; color:#FFF; font-size:13px; }
.btn:hover,
.pluploadmain a.blank:hover { cursor:pointer; background-color:#2C3E50; color:#FFF; }
/* Color buttons */
.btn-red { background-color:#e74c3c !important; }
.btn-red:hover { background-color:#cc0000 !important; }
.btn-green { background-color:#49B61F !important; }
.btn-yellow,
.pluploadmain a.blank {     background-color: #ff8d00 !important;
    padding: 8px 15px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Lato";
    font-weight: 300;
    margin: 10px 0; }
.btn-yellow:hover,
.pluploadmain a.blank:hover { background-color:#D35400 !important; color:white;}

/* Forms */
.formalize label { font-weight:200; }
.formalize input, .formalize select, .formalize textarea {
	font-family:"Roboto Condensed", "Arial Narrow", Arial;
	padding:7px 10px;
	position: relative;
	box-shadow:inset 0px 3px 0px rgba(0,0,0,.1);
	font-size:17px;
	font-weight:600;
}
.formalize select:focus, .formalize input:focus, .formalize textarea:focus {
	border-color: #575757;
	color: #000000;
	background: white;
	box-shadow: 0 0;
	border-radius: 0;
}
.formalize label span { font-size: 11px; color: #8D8D8D; }
fieldset.summary {
	border:0;
	background:transparent;
}

.summary.summary__fixed {
    position: fixed;
    bottom: 29px;
    right: 0;
    z-index: 999999;
    text-align: right;
    background: #fff;    
    border-top: 1px #aed2ec solid;
    border-left: 1px #aed2ec solid;
    border-radius: 9px 0 0 0;    
}


/* Footer */
body > footer { background-color: #313131; color: #EFEFEF; font-family: "Lato", Arial; font-size: 13px; border-top: 2px #dfdfdf solid; padding: 5px 10px; }
body > footer a { color:#FFFFFF; }
body > footer a:hover { color:#cdcdcd; }

/* Checkbox replaces */
.checkbox-checked, .checkbox-unchecked {
	font-size:24px; 
}
.checkbox-checked { color:#49B61F; }
.checkbox-unchecked { color:#e74c3c; }



/* submit/cancel - module bottom buttons */
fieldset.summary { text-align: center; margin-top: 40px; position: fixed; bottom: 0px; right: 0; z-index: 100000; background: #FFF; border-radius: 0; border: solid #dfdfdf; border-width: 1px 0 0 1px; margin: 0; }
.btnbig,
.btnbig:hover,
.btnbig:active { transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; }

.btnbig { border: none; vertical-align: middle; line-height: 35px; font-size: 18px; margin: 10px 25px; display: inline-block; vertical-align: top; background-color: #1C3C8F; color: #fff; padding: 5px 20px 5px; border-radius: 4px; background-color: #3498DB; }
.btnbig:hover { text-decoration: none; background-color: #2C3E50; }
.btnbig:active {  }
.btnbig span { font-size: 20px; margin-right: 13px; }


input[type=text][name^=attachment]{ width: 600px; border: #ecf0f1 2px solid; padding: 5px; }



.login_page button span{
	display:inline-block;
	width:27px;
	height:32px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url('lock.png');
	position: relative;
	top: 4px;
	margin-right: 5px;
}




#subpageContent > h2 {
	padding: 5px 12px 10px;
	font-size: 20px;	
	margin-bottom: 20px;
	font-weight: 200;
}
.messages {
	position:relative;
}
a.message-close {
	color: #000;
	font-size: 18px;
	font-weight: 900;
	background-color: #FFF;
	border-radius: 16px;
	width: 32px;
	height: 32px;
	display: block;
	text-align: center;
	position: absolute;
	right: -15px;
	top: -15px;
	padding-top: 2px;
}
a.message-close:hover {
	text-decoration:none;
	background-color:#000;
	color:#FFF;
}
.messages .message{
	display: block;
	background: #2c3e50;
	color: white;
	text-align: center;
	padding: 30px;
	font-size: 22px;
	margin-bottom: 3px;
	border-radius: 10px;
}
.message.error{
	background:#5F1A1A;
}
.messages .message:last-child{
	margin-bottom:20px;
}


/* Able to transition effect */
.btn,
.fx-ease { -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out; }


.formalize input.select2-search__field:not([type="radio"]):not([type="checkbox"]),
.formalize select.select2-search__field,
.formalize textarea.select2-search__field { box-shadow: none; background: transparent; border: none; border-radius: 0; }
.formalize .select2-container { width: 100% !important; }


.tooltip { width: 200px; }

.panel.panel-primary .panel-title .badge { color: #337ab7; background-color: #fff; }


.wrapper.edit .onedit-hide { display: none; }
.wrapper:not(.edit) .onedit-show { display: none; }

.small-form {line-height: 32px;}
.small-form label {width: 33%;display: inline-block;vertical-align: middle;margin: 0;line-height: 14px;padding: 3px 5px;}
.small-form input:not([type="radio"]):not([type="checkbox"]),
.small-form select,
.small-form textarea,
.small-form .right {width: 63%;display: inline-block;vertical-align: top;padding: 5px 10px;line-height: 20px; margin-bottom: 5px;}
.small-form label,
.small-form input:not([type="radio"]):not([type="checkbox"]),
.small-form select,
.small-form textarea,
.small-form .right {margin-bottom: 5px;}
.small-form br + br { display: none; }

.filterTable {background-color: #FFFFFF;display: block;padding: 5px 12px;box-shadow: 5px 11px rgba(80, 103, 119, 0.17);border: 1px #aed2ec solid;}
.filterTableItem {display: inline-block;vertical-align: top;width: 160px;}
.filterTableItem.summary { width: auto; white-space: nowrap; }
.filterTableItem .title {text-transform: uppercase;text-align: left;font-weight: 700;font-size: 11px;color: #343434;padding: 2px;}
.filterTableItem .field {line-height: 58px;font-family: "Lato", Arial;font-size: 14px;}
.filterTable input[type=number],
.filterTable input[type=text],
.filterTable select {border:1px #aed2ec solid;padding:5px 8px;font-size: 13px;background-color:#ebf5fc;line-height: 1.3em;box-sizing: border-box;height: 30px; margin: 14px 0; }
.filterTableAlt { display: none; }
.filterTableAlt.active { display: block; }

.formalize .el-select label { display: block; margin: 0 12px 0 0; font-size: 12px; line-height: 17px; text-align: left; vertical-align: baseline; text-transform: none; }

.sub-text { font-size: 0.8em; opacity: 0.6; font-weight: 400; }


.comment-app { width: 450px; }
.comment-app-comment { width: 100%; height: 100px; }
.comment-app-view {  }
.comment-app-buttons { text-align: right; margin-top: 10px; }
.comment-app-save {  }
.comment-app-cancel {  }
.comment-app-edit {  }
