@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css");

/*********************************************************************************/
/* PREVIEW                                                                   */
/*********************************************************************************/

html, body#preview, iframe {
	height: 100%;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0px;
}

body#preview { overflow-y: hidden;}

body#preview div {
	margin: 0 0 0 0;
}

body#preview div .underline {
	text-decoration: underline;
	cursor: pointer;
}




/*********************************************************************************/
/* LOGIN                                                                   */
/*********************************************************************************/

#login {
    overflow: hidden;
}

#login div.background {
	position: absolute;
	height: 100%;
	width: 100%;
	background:
	radial-gradient(black 15%, transparent 16%) 0 0,
	radial-gradient(black 15%, transparent 16%) 3px 3px,
	radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
	radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 3px 4px;
	background-color:#333;
	background-size:6px 6px;
}
#login { height: 100%; width: 100%;
}
#login .container {
	padding: 4em;
	padding-right: 2em;
	border-radius: 1em;
	width: 20em;
	position: fixed;
	top: 30%;
	left: 50%;
	margin-top: -50px;
	margin-left: -150px;
	background-color: #fff;
	border: .3em solid #f1f1f1;
	z-index: 99;

-webkit-box-shadow: inset 0px 0px 142px -40px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 142px -40px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 142px -40px rgba(0,0,0,0.75);
}
#login h3 {font-weight: bold; font-size: 1.2em; color: #333;}

#login #logo {
	margin-bottom: 1em;
	font-size: 2em;
	color: #f1f1f1;
}

#login #logo img {
	height: 50px;
}

#login label {
	font-weight: bold;
	color: #333;
}




/*********************************************************************************/
/* MODULE MENU                                                                   */
/*********************************************************************************/

#modulemenu {
	width: 100%;
	margin-bottom: 20px;
}
	#modulemenu ul {
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		list-style-type: none;
		border-left: 1px dotted #eee;
	}

	#modulemenu li {
		position: relative;
		margin-left: 0;
		line-height: 2.5em;
	}

	#modulemenu li.hoofdgroep {
		margin-top: 20px;
	}

	#modulemenu ul ul li {
		margin-left: 0.7em;
	}

	.blok {
		position: relative;
	}

	h5 {
		text-transform: capitalize;
		font-size: 1em;
		font-weight: bold;
	}

	#modulemenu h3 {
		position: relative;
		display: inline;
		text-transform: uppercase;
		font-size: 0.9em;
		color: #999;
		margin-left: 0.4em;
	}
	#modulemenu h4 {
		position: relative;
		display: inline;
		font-weight: normal;
		font-size: 1em;
		color: #999;
		margin-left: 0.4em;
	}
	#modulemenu a{
	}

	.icons {
		position: relative;
		float: right;
		top: 0.1em;
	}

	.icons img {
		height: 1.2em;
	}




/*********************************************************************************/
/* MEDIABESTANDEN DRAG DROP                                                      */
/*********************************************************************************/
#medialist {
	padding: 20px;
	padding-top: 10px;
	min-height: 40px;
	color: #666;
	font-size: 1.3em;
	line-height: 1.5em;
	background:
	linear-gradient(135deg, #ddd 25%, transparent 25%) -5px 0,
	linear-gradient(225deg, #ddd 25%, transparent 25%) -5px 0,
	linear-gradient(315deg, #ddd 25%, transparent 25%),
	linear-gradient(45deg, #ddd 25%, transparent 25%);
	background-size: 25px 25px;
	background-color: #eee;
	overflow: hidden;
}

.mediashow_item {
	position: relative;
	overflow: auto;
	display: block;
	width: 100%;
	padding: 3px;
	padding-top: 12px;
	margin: 2px;
	cursor: move;
	border: 1px solid #ccc;
	background: #f2f2f2;
}
.mediashow_item div {
	position: relative;
	float: left;
	margin: 3px;
}

#mediabestanden ul {
	list-style-type: none;
}

#mediabestanden ul span {
	position: absolute;
	font-size: .8em;
}
#mediabestanden li a {
	cursor: pointer;
	display: block;
}
#mediabestanden img {
	cursor: move;
	height: 50px;
}
#mediabestanden ul li:hover{
	background-color: #4b4b4b;
}
#mediabestanden ul {
	margin-left: 10px;
}
#mediafolders ul li{
	clear: both;
}


.slide-out-div {
	background: #2a2a2a;
	opacity:0.9;
	width: 250px;
	border: 0px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
.slide-out-div ul{
	margin: 0px;
}
.slide-out-div a {
	color: #ccc;
	font-size: 1.1em;
	line-height: 2em;
	text-decoration: none;
}
/*#mediabestanden .text {
        display:none;
        width:461px;
        margin:15px 0px 15px 0px;
        padding:10px;
        background-color:#FFF;
}
#mediabestanden .expand {
        text-decoration:underline;
        cursor:hand;
        cursor:pointer;
}*/
.thumb {
	height: 30px;
	width: 30px;
	overflow: hidden;
}
.thumb img{
	height: 30px;
}

.dashboard-avatar { width: auto; margin-right: 0; margin-bottom: .5em; }


/*********************************************************************************/
/* MEDIASHOWS LIJST                                                      */
/*********************************************************************************/

.dashboard-list button {
	position: relative;
	float: right;
	margin-left: 10px;
}



/*********************************************************************************/
/* DEFINITIONS LIJST                                                      */
/*********************************************************************************/

div#listScopeTemplate i {
	position: relative;
	padding: 0.3em;
	top: -1em;
	right: -1em;
	float: right;
	background: #aaa;
	color: #fff;
}

div#listScopeTemplate {
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	padding: 1em;
	background: #eee;
	color: #fff;
	margin-bottom: 1em;
	overflow: hidden;
}

.extraSettings {
	position: absolute !important;
	margin: 0 1em 1em 1em;
	background-color: #ddd;
	z-index: 9999
}
.extraSettings div {
	padding: 1em;
}


/*********************************************************************************/
/* BOOTSTRAP:     			                                                      */
/*********************************************************************************/

.navbar .brand { font-size: 1.5em;}

.btn-info {
  background-color: #ccc;
  background-repeat: repeat-x;
  background-image: none;
  border-color: #bbb;
  color: #333;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #ddd;
  color: #333;
}
.btn-info:active,
.btn-info.active {
  background-color: #ddd;
}



/*********************************************************************************/
/* ALGEMEEN:     			                                                      */
/*********************************************************************************/

.hide {
	display: none;
}
.floatright {
	position: relative;
	float: right;
}
.extra-top {
	margin-top: 40px;
}
.extra-bottom {
	margin-bottom: 40px;
}

.float-top-20 {
	position: fixed;
	right: -1em;
	top: 20%;
	padding: 0 0 0 .5em;
}
.float-top-20 button {
	display: block;
	margin: 0 0 .2em 0;
	font-size: 1.5em;
	width: 2.5em;
	height: 2.5em;
}
.float-top-20:hover{
	transition: .5s;
	right: 0;
}

@media (max-width: 767px) {
    body {
        padding: 0 !important;
    }
    #login .container {
        left: 44%;
    }
}
