@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i';
@import url("st_reset.css");
@import url("st_animate.css");
@import url("st_login.css");
@import url("st_header.css");
@import url("st_aside.css");
@import url("st_nav.css");
@import url("st_form.css");
@import url("st_dialog.css");
@import url("st_user.css");
@import url("st_news.css");
@import url("st_jobsbank.css");
@import url("st_dashboard.css");
@import url("st_fonts.css");
@import url("st_accordion.css");
@import url("st_pager.css");
@import url("st_flex.css");
@import url("st_proyect.css");
@import url("st_tabs.css");
@import url("st_media.css");
@import url("st_post.css");
@import url("st_scheduler.css");
html, body{
	height: 100%;
	margin: 0;
	padding: 0;
}
body{
	background:#f0f0f2;
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: 400;
}
/* Sizes */
.wrap{ width: 100%; height: 100%; }
aside{ width: 16%; }
header{ width: 84%; left: 16%; }
.header{ padding: 0.5% 2.5%; }

.content{ position: absolute; left: 16%; width: 80%; margin: 57px 0 0 0; padding: 2%; }
.section_title{ padding: 2% 0 4% 0; }
/* Theme Colors */

.header{ background: #FFF; color: #304453; border-bottom:solid 1px #dfdfdf; }
.content h3, .header h3{ color: #0093e1; }
.content a{ color: #00adef; }
aside{ background: #31373d; color: #FFF; }
aside h2{ background: #22272b; color: #d8d9dd; } 
nav{}
nav a{ color: #FFF; }

/* Animate */
.header, .content{ -webkit-transition: all .3s linear; }


.section_title{ overflow: hidden; }
.section_title h2{ font-size: 2em; font-weight: 300; float: left; text-transform: uppercase; }
.section_title a{ background: #0093e1; border:solid 1px #0093e1; color: #FFF !important; float: right; padding: 0.8em 1.7em; border-radius: 35px; font-weight: 400; text-transform: capitalize; }
.section_title a:hover{ background: none; border:solid 1px #0093e1; color: #0093e1 !important; }



.content h3{ font-size: 1.4em; text-transform: uppercase; margin-bottom: 2%; font-weight: 400; }

.f-news figure{ width: 48% !important; }

.content p{ font-weight: 300; margin-bottom: 5px; }
.content .date-author{
	border-top: solid 1px #EEE;
    font-weight: 300;
	font-style: italic;
	font-size: 0.85em;
	padding: 0;
	margin: 10px 0;
	overflow: hidden;
}
.content .date-author span{
	padding: 0 10px 0 0;
}
.content iframe{
    width: 100%;
}
.box_options{ padding: 0; margin: 1em 0 0 0; overflow: hidden; }
.onoffswitch {
    position: relative;
    width: 75px;
    float: left;
    margin: 10px 0 0 0;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 5px;
}
.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 35px;
    padding: 0;
    line-height: 35px;
    font-size: 16px;
    color: #FFF;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 11px;
    background: #00adef;
    color: #FFF;
}
.onoffswitch-inner:after {
    content: "OFF";
	padding-left: 25px;
    padding-right: 11px;
    background: #EEE;
    color: #999;
    text-align: right;
}
.onoffswitch-switch {
    display: block;
    width: 20px;
    height: 20px;
    margin: 7px 5px 0 0;
    background: #FFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100px;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner { margin-left: 0; }
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch { right: 0px; }

/* OPtions */

.options{ text-align: right; width: 120px; float: right; }
.options form{ width: auto !important; display: inline-block !important; }
.options a{
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 44px;
    text-align: center;
    color: #FFF;
    display: inline-block;
    vertical-align: top;
    font-size: 1.1em;
    margin: 0 0 0 5px;
    
}


.add{ background: #00adef; color: #FFF !important; }
.del{ background: #ff6347; color: #FFF !important; }
.edit{ background: #00adef; color: #FFF !important; }
.view{ background: #00CE00; color: #FFF !important; }
.cancel{ background: #ff4b2d; color: #FFF !important; }

.save{ background: #009100; color: #FFF !important; }

.del:hover{
    background: #900;
}

.edit:hover{
    background: #2e3192;
}

.view:hover{
    background: #008200;
}

#cropContainerEyecandy{
	border:solid 1px blue;
	height:300px;
	width: 100%;
	position: relative;
}

/*jquery ui*/
fieldset {
    display: block;
    -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em;
    min-width: -webkit-min-content;
    border-width: 2px;
    border-style: groove;
    border-color: threedface;
    border-image: initial;
}

legend {
    display: block;
    -webkit-padding-start: 2px;
    -webkit-padding-end: 2px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

#custom-handle {
    width: 2em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
}

#slider { margin: 30px; }
.small-icon{ float: left; width: 60px; height: 60px; }
.small-icon img{ width: 50px; }
.space-wyg{ width: 100%; height: 115px; }
.download_formsexcel{  margin-bottom: 1%; text-align: right; }
.download_formsexcel a{ display: inline-block; color: #FFF; padding: 1% 2%; background: #00CE00; border-radius: 3px; }
.download_formsexcel span{ font-size: 1em; margin-right: 0.5em; }

#loading{display: none; position: absolute; overflow: hidden; top: 50%; left: 50%; z-index: 999;}
#loading img{width: 64px;}

.slim-btn {  width: 36px !important;  background-color: rgba(0,0,0,.7) !important;}
.ctl_controlls{display: none;}
.ctl_controlls p a{    width: 90%;
    text-align: center;
    display: block;
    padding: .5em 1em;
    color: #ffffff;
    background: #2E3192;
    border-radius: 5px;
    margin-bottom: 1em;}
.trumbowyg-editor ul{
    display: block !important;
    list-style-type: disc !important;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.trumbowyg-editor li{
    display: list-item !important;
    width: 100% !important;
    list-style-type: disc !important;
}