@import "http://fonts.googleapis.com/css?family=Arsenal&subset=latin,latin-ext";


/**
 * MacOS X like theme for elFinder.
 * Required jquery ui "smoothness" theme.
 *
 * @author Dmitry (dio) Levashov
 **/

/* input textarea */
.elfinder input,
.elfinder textarea {
	color: #000;
	background-color: #FFF;
}

/* dialogs */
.std42-dialog, .std42-dialog .ui-widget-content { background-color:#ededed; background-image:none; background-clip: content-box; }

/* navbar */
.elfinder .elfinder-navbar { background:#dde4eb; }
.elfinder-navbar .ui-state-hover  { color:#000; background-color:#edf1f4; border-color:#bdcbd8; }
.elfinder-navbar .ui-state-active { background: #3875d7;    border-color:#3875d7; color:#fff; }
.elfinder-navbar .elfinder-droppable-active {background:#A7C6E5 !important;}
/* disabled elfinder */
.elfinder-disabled .elfinder-navbar .ui-state-active { background: #dadada; border-color:#aaa; color:#fff; }

/* workzone */
.elfinder-workzone { background:#fff; 
    float: left !important;
    width: 100% !important;}

/* current directory */
/* selected file in "icons" view */
.elfinder-cwd-view-icons .elfinder-cwd-file .ui-state-hover { background:#ccc; }

/* list view*/
.elfinder-cwd table thead td.ui-state-hover { background:#ddd; }
.elfinder-cwd table tr:nth-child(odd) { background-color:#edf3fe; }
.elfinder-cwd table tr {
	border: 1px solid transparent;
	border-top:1px solid #fff;
}
.elfinder-cwd .elfinder-droppable-active td { background:#A7C6E5 !important; }


/* common selected background/color */
.elfinder-cwd-view-icons .elfinder-cwd-file .elfinder-cwd-filename.ui-state-hover,
.elfinder-cwd table td.ui-state-hover,
.elfinder-button-menu .ui-state-hover { background: #3875d7; color:#fff;}
/* disabled elfinder */
.elfinder-disabled .elfinder-cwd-view-icons .elfinder-cwd-file .elfinder-cwd-filename.ui-state-hover,
.elfinder-disabled .elfinder-cwd table td.ui-state-hover { background:#dadada;}

/* statusbar */
.elfinder .elfinder-statusbar { color:#555; }
.elfinder .elfinder-statusbar a { text-decoration:none; color:#555;}


.std42-dialog .elfinder-help, .std42-dialog .elfinder-help .ui-widget-content { background:#fff;}

/* contextmenu */
.elfinder-contextmenu .ui-state-active { background: #6293df; color:#fff; }
.elfinder-contextmenu .ui-state-hover { background: #3875d7; color:#fff; }
.elfinder-contextmenu .ui-state-hover .elfinder-contextmenu-arrow { background-image:url('../img/arrows-active.png'); }

/* dialog */
.elfinder .ui-dialog input:text.ui-state-hover,
.elfinder .ui-dialog textarea.ui-state-hover {
	background-image: none;
	background-color: inherit;
}
/* Custom styles */
.elfinder-cwd-wrapper.elfinder-cwd-wrapper-list.elfinder-cwd-fixheader {
	background: #fff;
}
body, html {
	margin: 0 !important;
	padding: 0 !important;
	/*background: url(/img/subtle/swirl_pattern.png) repeat;*/
}
/* Iskanje */
.ui-widget-content.elfinder-button.elfinder-button input {
	color: #000;
	border: 1px solid rgba(0,0,0,0.4);
}
.ui-widget-content.elfinder-button.elfinder-button:before {
    content: 'Iskanje';
    position: absolute;
    color: #000;
    left: -54px;
    top: 3px;
    font-size: 0.9em;
}

.ui-front.ui-widget.ui-widget-content.elfinder-button-menu.ui-corner-all {
	display: none !important; 
}


#logout_form {
    position: absolute;
    z-index: 100;
    top: 6px;
    left: 160px;
}
#logout_form input {
    border: none;
    cursor: pointer;
    cursor: hand;
    background: #cce8ff;
    border: 1px solid #99d1ff;
    border-radius: 4px;
    height: 26px;
    padding: 5px;
}
.elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button {
	background: #cce8ff !important;
    border: 1px solid #99d1ff !important;
}
.elfinder-quicklook-navbar {
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    left: 0;
    bottom: 0;
    top: 20px;
    width: auto;
    height: 47px;
    padding: 7px;
    margin-left: 0;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.elfinder-quicklook-navbar-icon-close {
    background-position: 0 -128px;
    display: block;
}

.elfinder-quicklook-navbar-icon-next, .elfinder-quicklook-navbar-icon-prev, .elfinder-quicklook-navbar-icon-fullscreen {
    display: none;
}
.elfinder-quicklook {
    position: absolute;
    background: url(../img/quicklook-bg.png);
    overflow: hidden;
    height: 430px !important;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    padding: 20px 0 40px;
    background: #ccc !important;
}
/* Custom styles - Login 
#login_form {
	width: 450px;
    min-height: 200px;
    margin: 15% auto;
    background: rgba(0,0,0,0.6);
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,0.2);
    padding-bottom: 30px;
    box-shadow: inset 0 0 6px rgba(255,255,255,1);
}
#login_form label {
	width: 250px;
	display: block;
	margin: 15px auto;
    font-family: 'Arsenal', sans-serif;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,0.6);
}
#login_form input[type="text"], #login_form input[type="password"] {
    width: 100%;
    display: block;
    padding: 10px;
    background: rgba(0,0,0,0.5);
    font-family: 'Arsenal', sans-serif;
    color: #fff;
    border: 1px solid rgba(0,0,0,0.9);
    box-shadow: inset 0 0 1px rgba(255,255,255,0.6);
}
#login_form input[type="submit"] {
	width: 272px;
    margin: 10px auto 0 100px;
    display: block;
    padding: 10px;
    background: rgba(0,0,0,0.5);
    border: 1px solid rgba(0,0,0,0.9);
    box-shadow: inset 0 0 1px rgba(255,255,255,0.6);
    font-family: 'Arsenal', sans-serif;
    color: #fff;
    font-size: 1.3em;
    text-shadow: 0 0 2px rgba(0,0,0,0.6);
}
#login_form input[type="submit"]:hover {
    background: rgba(0,0,0,0.8);
    cursor: pointer; cursor: hand;

}
#login_form h1 {
    font-family: 'Arsenal', sans-serif;
    text-align: center;
    padding: 0;
    margin-top: 15px;
    color: #fff;
    text-shadow: 0 0 4px rgba(0,0,0,0.6);
}
#login_form p {
    font-family: 'Arsenal', sans-serif;
    font-size: 0.8em;
    color: #f00;
    width: 250px;
    margin: 10px auto 0 auto;
    text-align: center;

}
*/
/* LOGIN THEME */

body{
	margin:0;
	color:#6a6f8c;
	background:#c8c8c8;
	font:600 16px/18px 'Open Sans',sans-serif;
}
*,:after,:before{box-sizing:border-box}
.clearfix:after,.clearfix:before{content:'';display:table}
.clearfix:after{clear:both;display:block}
a{color:inherit;text-decoration:none}

.login-wrap{
	width:100%;
	margin:auto;
	max-width:525px;
	min-height:670px;
	position:relative;
	background:url(https://raw.githubusercontent.com/khadkamhn/day-01-login-form/master/img/bg.jpg) no-repeat center;
	box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}
.login-html{
	width:100%;
	height:100%;
	position:absolute;
	padding:90px 70px 50px 70px;
	background:rgba(40,57,101,.9);
}
.login-html .sign-in-htm,
.login-html .sign-up-htm{
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
	-webkit-transform:rotateY(180deg);
	        transform:rotateY(180deg);
	-webkit-backface-visibility:hidden;
	        backface-visibility:hidden;
	-webkit-transition:all .4s linear;
	transition:all .4s linear;
}
.login-html .sign-in,
.login-html .sign-up,
.login-form .group .check{
	display:none;
}
.login-html .tab,
.login-form .group .label,
.login-form .group .button{
	text-transform:uppercase;
}
.login-html .tab{
	font-size:22px;
	margin-right:15px;
	padding-bottom:5px;
	margin:0 15px 10px 0;
	display:inline-block;
	border-bottom:2px solid transparent;
}
.login-html .sign-in:checked + .tab,
.login-html .sign-up:checked + .tab{
	color:#fff;
	border-color:#1161ee;
}
.login-form{
	min-height:345px;
	position:relative;
	-webkit-perspective:1000px;
	        perspective:1000px;
	-webkit-transform-style:preserve-3d;
	        transform-style:preserve-3d;
}
.login-form .group{
	margin-bottom:15px;
}
.login-form .group .label,
.login-form .group .input,
.login-form .group .button{
	width:100%;
	color:#fff;
	display:block;
}
.login-form .group .input,
.login-form .group .button{
	border:none;
	padding:15px 20px;
	border-radius:25px;
	background:rgba(255,255,255,.1);
}
.login-form .group input[data-type="password"]{
	text-security:circle;
	-webkit-text-security:circle;
}
.login-form .group .label{
	color:#aaa;
	font-size:12px;
}
.login-form .group .button{
	background:#1161ee;
}
.login-form .group label .icon{
	width:15px;
	height:15px;
	border-radius:2px;
	position:relative;
	display:inline-block;
	background:rgba(255,255,255,.1);
}
.login-form .group label .icon:before,
.login-form .group label .icon:after{
	content:'';
	width:10px;
	height:2px;
	background:#fff;
	position:absolute;
	-webkit-transition:all .2s ease-in-out 0s;
	transition:all .2s ease-in-out 0s;
}
.login-form .group label .icon:before{
	left:3px;
	width:5px;
	bottom:6px;
	-webkit-transform:scale(0) rotate(0);
	        transform:scale(0) rotate(0);
}
.login-form .group label .icon:after{
	top:6px;
	right:0;
	-webkit-transform:scale(0) rotate(0);
	        transform:scale(0) rotate(0);
}
.login-form .group .check:checked + label{
	color:#fff;
}
.login-form .group .check:checked + label .icon{
	background:#1161ee;
}
.login-form .group .check:checked + label .icon:before{
	-webkit-transform:scale(1) rotate(45deg);
	        transform:scale(1) rotate(45deg);
}
.login-form .group .check:checked + label .icon:after{
	-webkit-transform:scale(1) rotate(-45deg);
	        transform:scale(1) rotate(-45deg);
}
.login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm{
	-webkit-transform:rotate(0);
	        transform:rotate(0);
}
.login-html .sign-up:checked + .tab + .login-form .sign-up-htm{
	-webkit-transform:rotate(0);
	        transform:rotate(0);
}

.hr{
	height:2px;
	margin:60px 0 50px 0;
	background:rgba(255,255,255,.2);
}
.foot-lnk{
	text-align:center;
}

.heading {
    width: auto;
    text-align: center;
    position: absolute;
    z-index: 10;
    font-family: 'Open Sans',sans-serif;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    border-color: #1161ee;
    padding-bottom: 7px;
    left: 21%;
    font-weight: 300;

}