/* NEW KODOLS 
Created by Artis Dzundza */

* { padding: 0; margin: 0; }

body,html {
	min-height: 100% !important;
    height: 100%;
	width:100%;
	background:#e54848;
	overflow-x: hidden;
}

/*WP */
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #e54848;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	font-size:12px;
	line-height:12px;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
	background:#fff;
	
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* SIDEBAR    */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.submenu {
   list-style: none;
	padding: 0;
	margin: 0;
}

.sidebar-nav a
{
	display: block;
	text-decoration: none;
	padding: 10px;
	color: #fff;
}
.sidebar-nav a:hover 
{
	background-color: rgba(256,256,256,0.2);
	color:#fff;
}

.sidebar-nav li:hover  .submenu  {
    display: block;
	max-height: 200px;
}

.sidebar-nav a {
    color:#ecb4b4;
	padding-left:20px;
}
.sidebar-nav .focused
{
	color:#fff;
	font-weight:bold;
	background-color: rgba(0,0,0,0.1);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.submenu 
{
	overflow: hidden;
	max-height: 0;
	-webkit-transition: all 0.5s ease-out;
}
.sidebar-nav .active
{
	display: block;
	max-height: 200px;
}


.side-menu
{
	color:#424242;
	padding: 5px 5px 5px 5px;
	border-radius:5px;
	cursor:pointer;
	
}

.tools-actv
{
	color:red;
}
@media(max-width:400px)
{
	.dtinf{display:none;}
}


@media(min-width:768px) {
	
	
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}


#logo
{
	height:40px;
	width:85px;
	float:left;
	margin-left:50px;
}

.user-bar
{
	height: 40px;
    background: #e7e7e7;
    -webkit-user-select: none;
    margin-left: 0!important;
    margin-right: 0!important;
}

.tool-bar{
	
    height: 50px;
    color: #fff;
    line-height: 50px;
    background: #f8f8f8;
    /* background: #29b6f6; */
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    z-index: +2;
    animation-name: box-border;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
	border-bottom:2px solid #e74949;
}



.search-set
{
	height:24px;
	margin-top:13px;
	outline:none;
	border:none;
	
}


.v-form-box
{
	min-width:100%;
	display:block;
	width:100%;
	height:auto;
	float:left;
	border-radius:5px;
	margin-top:20px;
}
.vf-box
{
	padding-top:4px;
	margin-top:2px;
	float:left;
	width:100%;
	background:#f8f8f8;
	color:#747474;
	padding-bottom:20px;
	font-weight:bold;
}
.v-form-group{
	
	width: 250px;
	float:left;
	height:auto;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
	padding-top:4px;
	
}
.form-con
{
	font-weight:normal;
	display: block;
	width:100%;
    height: 26px;
	float:left;
    /*padding: 6px 12px;*/
	padding-left:6px;
	padding-right:6px;
    font-size: 12px;
	line-height:26px;
   
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.disabledinput
{
	opacity: 0.5;
    filter: alpha(opacity=50);
	cursor:not-allowed;
	
}


/*RESPONSIVE */


@media (max-width:767px)
{
	.v-form-group
	{
		width:100%;
	}
}
.sum_but
{
	width:100%;
	border:none;
	outline:none;
	background-color:#fff;
	height:40px;
	color:#e54848;
	
}
.sum_but:hover
{
	background-color:#b13434;
	color:#fff;
	
}
.btn-ls-opt
{
	float:left;
	display:block;
	outline:none;
	border:none;
	background:#e55f5f;
	color:#fff;
	font-size:12px;
	margin-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:8px;
	padding-left:8px;
	border-radius:2px;
	margin-top:2px;
}
.btn-ls-opt-grey
{
	float:left;
	display:block;
	outline:none;
	border:none;
	background:#777;
	color:#fff;
	font-size:12px;
	margin-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:8px;
	padding-left:8px;
	border-radius:2px;
	margin-top:2px;
}
.btn-ls-opt:hover,.btn-ls-opt-grey:hover
{
	opacity: 0.5;
    filter: alpha(opacity=50);
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.logout_button
{
	width:20px;
	height:40px;
	line-height:40px;
	margin-left:6px;
	color:#fff;
	text-align:center;
	background:#6d6d6d;
	cursor:pointer;
	
}
.logout_button:hover
{
	opacity: 0.5;
    filter: alpha(opacity=50);
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.conf-button
{
    position: fixed;
    bottom: 0px;
	width:100%;
	left:0px;
	height:40px;
	line-height:40px;
	background: -moz-linear-gradient(left,  rgba(255,137,137,0) 0%, rgba(90,48,48,0) 48%, rgba(0,0,0,0.15) 74%, rgba(0,0,0,0.3) 100%); 
	background: -webkit-linear-gradient(left,  rgba(255,137,137,0) 0%,rgba(90,48,48,0) 48%,rgba(0,0,0,0.15) 74%,rgba(0,0,0,0.3) 100%); 
	background: linear-gradient(to right,  rgba(255,137,137,0) 0%,rgba(90,48,48,0) 48%,rgba(0,0,0,0.15) 74%,rgba(0,0,0,0.3) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff8989', endColorstr='#4d000000',GradientType=1 ); 
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	
	
}
.conf-button:hover
{
	background-color:rgba(0,0,0,0.4);
}
.conf-but-h
{
	position:relative;
	float:right;
	margin-right:100px;
	height:30px;
	border:none;
	outline:none;
	background-color:rgba(0,0,0,0.4);
	color:#fff;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	margin-top:5px;
	line-height:30px;
	border-radius:2px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	
}
.conf-but-h:hover
{
	background-color:#e54848;
}
.button-outline
{
	outline:none;
	border:none;
	padding-left:10px;
	padding-top:4px;
	padding-right:10px;
	padding-bottom:4px;
	background:transparent;
	border:1px solid #e54848;
	color:#e54848;
	float:right;
	border-radius:2px;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:5px;	
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.button-outline:hover
{
	background:#e54848;
	color:#fff;
}

.edit_button
{
	background-color:#e54848;
	color:#fff;
	font-size:10px;
	padding-left:6px;
	padding-right:6px;
	padding-top:4px;
	padding-bottom:4px;
	text-decoration:none;
	border-radius:2px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.delete_button
{
	background-color:#d0d0d0;
	color:#000;
	font-size:10px;
	padding-left:6px;
	padding-right:6px;
	padding-top:4px;
	padding-bottom:4px;
	text-decoration:none;
	border-radius:2px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.edit_button:hover,.delete_button:hover
{
	background-color:#505050;
	color:#fff;
	text-decoration:none;
}

.active_tab
{
	background-color:#505050;
}
.hidden-s
{
	display:none;
}

.cwc{
	position:relative;
	cursor:help;
	
}

.cc{
	display:none;
	position:absolute; 
	z-index:100;
	border:1px;
	border-radius:2px;
	background-color:rgba(0,0,0,0.8);
	padding:3px;
	color:#fff; 
	font-size:10px;
	line-height:10px;
	top:40px; 
	left:20px;
}

.cwc:hover span.cc{
  display:block;
  
}
.day_view
{
	float:left;
	margin-left:10px;
	width:100%;
	
}
.add_day
{
	float:left;
	height:30px;
	line-height:30px;
	border-radius:50%;
	margin-left:20px;
	color:#fff;
	background-color:#505050;
	width:30px;
	text-align:center;
	cursor:pointer;
}
.time_add
{
	margin-top:0px;
	top:0px;
	width:40px;
	height:26px;
	line-height:26px;
	border:none;
	outline:none;
	background:none;
	text-decoration:underline;
	font-size:10px;
}
#form_pirmdiena,#close_time
{
	display:none;
}
.day_added
{
	background-color:#e54848;
	color:#fff;
	width:120px;
	height:24px;
	font-weight:normal;
	float:left;
	line-height:24px;
	margin-left:20px;
	font-size:10px;
	border-radius:4px;
	border:1px solid #d94343;
}
.day_removed
{
	font-weight:normal;
	float:left;
	width:400px;
	line-height:30px;
	height:30px;
	font-size:10px;
	margin-left:10px;
	border-left:2px solid #00a2ff;
	padding-left:5px;
	color:#fff;
	background-color:rgba(0,0,0,0.6);
	display:none;
}
#ready_close
{
	cursor:pointer;
}



.chbx_t
{
	width: 23px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
	
}
.label_t
{
	display: block;
    padding-left: 15px;
    text-indent: -15px;
    float:left;
	font-size:12px;
	font-weight:normal;
	margin-left:10px;
	border-left:1px solid #d2d2d2;
	color:#989898;
}
.pass-exam
{
	background-color:#ed3232;
	color:#fff;
	font-size:12px;
}
.failed-exam
{
	background-color:#c8c8c8;
	color:#fff;
	font-size:12px;
}
.progress-exam
{
	background-color:#ed9732;
	color:#fff;
	font-size:12px;
}


.time_add::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
.time_add:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
.time_add::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
.time_add:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}

/* Notifications */
.notification-E a,.notification-C a,.notification-R a{
	color:#e54848;
	cursor:pointer;
}

div[class^="notification-"] {
    padding-top:4px;
	padding-bottom:4px;
	font-size:12px;
	width:244px;
	border-top:1px solid #ccc;
	display: block;
	max-width:244px;
	word-break: break-word;
	color:#808080;
}

.notif-count{
	background:#e54848; 
	color:#fff; 
	font-size:xx-small; 
	position: absolute; 
	top: 5px; 
	left: 10px;
	height:12px;
	line-height:12px;
	padding-left:4px;
	padding-right:4px;
	border-radius:4px;
}
.notif-count.bounce{
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}
.notf-new{
	color: #333 !important;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}



/*ANIM */
.load_ring {
    border: 3px solid #999;
    -webkit-border-radius: 30px;
    height: 18px;
    width: 18px;
    position: absolute;
    left:20px;
    top:214px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.0
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}

.exam_history{
	padding-top:2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	font-size:12px;
	border-radius: 4px;
	margin-top:6px;
	float:left;
	background-color: #e54848;
	margin-left:10px;
}
.exam_history a{
	color:white;
	cursor: pointer;
}
.exam_history a:hover{
	text-decoration: none;
}
.exam_history:hover{
	background-color: #333;
}
















