html,
body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
h1{
    margin:0 0 15px 0;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/*main styles*/
#spinner
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1050;
    background:#fff url(../img/loading.gif) 50% 50% no-repeat;
}
.kv-upload-progress{
    position:fixed;
    top:20px;
    right:20px;
    z-index:9999;
    width:40%;
    background:#3071A9;
    padding:10px 10px 0 10px;
    color:#fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
}
.field-gallery-image{
    width:100%;
    float:left;
}

/* template styles - skin backend */
header{
    float:left;
    width:100%;
    background:#1C2B36;
}
header .wrap-logo{
    width:20%; 
    float:left;
    padding:20px 0 20px 30px;
}
#left-page{
    background: #1C2B36;
    padding:0;
    min-height:450px;
}
#right-page{
    padding:0 0 0 0;
}
#right-page #content{
    padding-left:25px;
    padding-right:25px;
}
.breadcrumb{
    padding-top:15px;
    padding-bottom:15px;
    margin-bottom:10px;
}
.navbar{
    border-radius: 0px;
    margin-bottom:0;
    background: #1C2B36;
    padding-left:25px;
    padding-right:25px;
}
.navbar img{
    margin-left:45px;
}
.navbar-brand{
    margin:0;
    padding:5px 0 5px 0;
}
.dropdown{
    float:right;
    color:#fff;
}
.dropdown a.dropdown-toggle{
    color:#fff;
    float:left;
    padding:15px 25px 15px 25px;
}
.dropdown:hover a.dropdown-toggle{
    background:#3A3A3A;
    text-decoration:none;
}
.footer {
    height: 60px;
    background-color: #1C2B36;
    padding-top: 30px;
    color:#fff;
}
/** main menu **/
.main-menu{
    margin-top:35px;
    border-bottom:0;
}
.main-menu li{
    margin:0 !important;
}
.main-menu li a{
    font-family: 'Open Sans', sans-serif;
    color:#fff;
    margin:0;
    padding:15px 25px 15px 25px;
}
.main-menu li a:hover, .main-menu li.active a{
    background:#578EBE;
    border:0;
    border-radius: 0;
    padding:15px 25px 15px 25px;
}
.main-menu li a .glyphicon{
    padding-right:10px;
    font-size:18px;
    position:relative;
    top:3px;
}
/*sortable*/
.drag-td:hover{
    background:#3BB4F9 url(../img/sortable.png) center center no-repeat !important;
    text-indent: -9999px;
    width:40px;
}

/*faq*/
.remove-faq{
    float:right;
}

/* overwrite bootsrap*/
.navbar-fixed-top{
    z-index:0 !important;
}

/* create/edit item */
.actions-item{
    margin-bottom:20px;
}

/*tabs*/
.tab-content{
    padding:20px;
    border-right:1px solid #DDDDDD;
    border-bottom:1px solid #DDDDDD;
    border-left:1px solid #DDDDDD;
}

/* MENU - module */
.menu-types-list{}
.menu-types-list a{margin-right:10px;}

/* table grid */
.table > tbody > tr:hover{
	background-color:#00D157 !important;
	color:#fff;
}
.table-striped > tbody > tr:nth-of-type(odd) > td{
  background: none !important;
}
/* popover delete */
h3.popover-title{
	color:#000 !important;
}
/*uploader*/
.uploader-fixed{
    position:fixed;
    bottom:20px;
    right:20px;
    background:#fff;
    width:500px;
    display:inline-block;
    z-index:9999;
    padding:20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #1C2B36;
}

/*loading*/
.loading-content{
	display:none;
	width:100%;
	height:400px;
	background:url(../img/loading-content.gif) center center no-repeat;
}

/*login form*/
.site-login{
	width:450px;
	margin:0 auto;
}
.site-login h1{
	margin:0 0 30px 0;
	padding:0;
	clear:both;
}
.site-login #login-form{

}
.site-login #login-form .form-group{
	margin:0;
	padding:0;
}
.wrap-login-btn{
	text-align:center;
}
.wrap-login-btn button{
	margin:0 auto;
}

/* images - sortable */
#images{
	width:100%;
	text-align:left;
	list-style:none;
	clear:both;
	float: left;
}
#images li {
	float:left;
	display:block;
	width:270px;
	height:220px;
	cursor:pointer;	
	background:#D6D6D6;
	margin:0 5px 5px 0;
	padding:10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; 
}
#images li  img{
	margin-bottom:5px;
}
#images li.active {
	background:#4c96d8;
}
#images li span {
	font-weight:bold;
}
.ui-sortable-placeholder{
	border:1px dashed #D3D3D3 !important;
	background:#F2F2F2 !important;
	visibility: visible !important;
}

/* workshop - registration */
.grid-registers .image{
	float:left;
	margin:0 5px 0 5px;
	border:1px solid #565656;
}