/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,700,600italic,700italic,800,800italic|Open+Sans+Condensed:300,300italic,700);*/

@font-face {
    font-family: open sans;
    src: url('../fonts/OpenSans-Light.ttf');
}

html, body {
	height: 100%;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
	background: #2f4050;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #6a6a6a;
}

@media (max-width: 600px) {
	body {
		font-family: verdana, arial, tahoma;
	}
}

.login-container {
    margin: 50px auto;
    max-width: 500px;
    /*background: #000;*/
	background: #3f3f3f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
}

.remind-password-container {
    margin: 50px auto;
    max-width: 500px;
	background: #3f3f3f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    opacity: 0;
}

.login-logo {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
}

.login-logo img {
    display: inline-block;
    max-width: 255px;
}

.login-container .btn-primary {
    /*background: #2f4050;
    border: 1px #2f4050 solid;*/
    color: #fff;
    width: 100% !important;
    margin-bottom: 10px;
}

.remind-password-container .btn-primary {
	color: #fff;
	width: 100% !important;
	margin-bottom: 10px;
}

.login-inner {
}

body.wraper, .fixed-footer, .navbar-static-top, .navbar-fixed-top, .top-margin, .fixed-sidebar, .navbar-static-left, .min-menu, body.min-menu .navbar-default {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.wraper {
	height: 100%;
}

.navbar-static-left {
	width: 200px;
	position: absolute;
	z-index: 2000;
}

.navbar-default {
	box-shadow: none;
}

.navbar-static-left .userbox {
	background-image: url('../design/userboxbg.png');
	background-repeat: no-repeat;
	background-position: center;
}

.userbox {
	text-align: center;
	padding: 15px;
	position: relative;
	/*-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.5);*/
	border-bottom: 1px #293846 solid;
}

.userbox .userpicture{
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	border-radius: 70px;
	background-repeat: no-repeat;
	background-size: cover;
	width: 70px;
	height: 70px;
	background-position: top center;
	display: inline-block;
}

.min-menu .userbox .userpicture{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 40px;
	height: 40px;
	background-position: top center;
	display: inline-block;
}

.userbox .usertext h2 {
	font-size: 17px;
	color: #fff;
	margin: 5px;
}

.userbox .usertext div {
	font-size: 12px;
	color: #ACACAC;
	cursor: pointer;
}

.userbox .usertext i {
	margin: 0px 5px;
}

.min-menu .userbox .usertext {
	display: none;
}

.min-menu #menutext {
	display: none;
}

.min-menu .nav > li > a > i {
	margin-right: 0px;
	font-size: 25px;
}

.userbox .user-profile-box {
	text-align: left;
	padding: 15px 23px;
	font-size: 12px;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
	position: absolute;
	background: #fff;
	margin-left: 26px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 3;
	margin-top: 5px;
	line-height: 23px;
}

.userbox .user-profile-box a {
	color: #585858;
	cursor: pointer;
}

.nav > li > a {
    color: #a7b1c2;
    font-weight: 600;
    padding: 14px 20px 14px 13px;
    border-left: 5px #2f4050 solid;
    cursor: pointer;
}

.nav > li > a:hover {
	background-color: #293846;
	color: white;
	border-left: 5px #1ab394 solid;
}

.nav > li > a > i {
	margin-right: 10px;
}

.nav > li .menu-label {
	position: absolute;
	right: 3px;
	top: 9px;
	padding-top: 5px;
	font-size: 9px;
	padding: 4px;
}

.nav > li > .almenu {
 	background-color: #293846;
	border-left: 5px #1ab394 solid;
    color: #a7b1c2;
	margin-left: 0px;
	list-style-type: none;
	display: none;
}

.nav > li.active .almenu {
	display: block;
}

body.min-menu .nav > li.active .almenu {
	display: none;
}

.nav > li > .almenu a {
    color: #a7b1c2;
	font-size: 12px;
	line-height: 30px;
}

.nav > li > .almenu a:hover {
	text-decoration: none;
}

body.min-menu .nav > li > .almenu, body.min-menu-open .nav > li > .almenu {
	position: absolute;
	margin-left: 70px;
	top: 0px;
	border-left: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 180px;
	clip-depth: 2;
}

.navbar-header button {
	background: #1ab394;
	border: 1px solid #1ab394;
	color: #fff;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: normal;
	font-size: 17px;
}

.top-margin {
	margin-top: 50px;
}

body.fixed-sidebar .navbar-static-left {
    position: fixed;
    width: 200px;
    z-index: 2001;
    height: 100%;
}

body.min-menu .navbar-static-left {
	width: 70px;
}

.navbar-default {
	background: none;
}

.page-wrapper {
	margin: 0 0 0 200px;
	height: 100%;
	background: #FFFFFF;
}

body.min-menu .page-wrapper {
	margin: 0 0 0 70px;
}

.page-wrapper .wrapper-row {
	margin-left: 0px;
	margin-right: 0px;
	height: auto;
}

.page-wrapper .col-lg-12 {
	padding-left: 0px;
	padding-right: 0px;
	height: 100%;
}

.border-bottom {
	margin-left: 0px;
	margin-right: 0px;
	/*border-bottom: 5px #1ab394 solid;*/
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.5);
}

.border-top {
	border-top: 5px #1ab394 solid;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.5);
}

.navbar-fixed-top, .navbar-static-top {
    background: #f3f3f4;
    margin-bottom: 0px;
    padding-left: 15px;
	padding-right: 15px;
	line-height: 50px;
	border-bottom: 5px #1ab394 solid;
}

.navbar-right {
	margin-right: 0px;
}

.wrapper-inner {
	background: #FFF;
	padding: 15px 0px;
	height: 100%;
}

.wrapper-inner .inner-box {
	margin-right: 0px;
	margin-left: 0px;
	padding: 15px;
	background-color: #f5f5f5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.wrapper-inner .inner-box .item-box {
	float: left;
	margin: 5px;
	width: 100px;
	height: 100px;
	text-align: center;
}

.navbar-header {
	width: 40%;
	float: left;
}

.navbar-header .menubar {
	float: left;
	margin-right: 20px;
}

.navbar-header .logo img {
	margin-top: 7px;
	max-height: 40px;
}

.navbar-top-links li {
	float: right;
	color: #969696;
	position: relative;
}

.navbar-top-links i {
	font-size: 18px;
	margin-right: 15px;
	margin-left: 15px;
	position: relative;
	top: 2px;
	cursor: pointer;
}

.navbar-top-links .label {
	position: absolute;
	top: 12px;
	right: 2px;
	font-size: 10px;
	font-weight: 100;
}

.footer {
	min-height: 30px;
	line-height: 25px;
	background: #f3f3f4;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
	text-align: center;
}

.fixed-footer .footer {
	position: fixed;
	width: 100%;
	bottom: 0;
}

.navbar-fixed-top {
	z-index: 2001;
}

/**
* datatables
*/

.dataTables_filter label {
	float: none;
	font-size: 11px;
}

.dataTables_wrapper {
	background: #fff;
	padding: 10px;
}

.dataTables_wrapper .row {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
}

.dataTables_wrapper .col-sm-6 {
	background: #2f4050;
	color: #fff;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #2f4050;
    border-color: #2f4050;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding: 7px 15px;
}

.dataTables_wrapper .col-sm-6 input{
	font-size: 11px;
	height: 25px;
	padding: 3px 10px;
}

.dataTables_wrapper .col-sm-6 select{
	font-size: 11px;
	height: 25px;
	padding: 3px 10px;
}

.dataTables_info  {
	font-size: 11px;
	padding-left: 10px;
}

.dataTables_paginate {
	padding-right: 10px;
}

.dataTables_wrapper .col-sm-12 {
	padding: 0px;
}

.dataTables_wrapper thead {
	background: #bbbbbb;
	line-height: 40px;
	color: #fff;
}

.dataTables_wrapper th {
	border: 1px #D0D0D0 solid;
	padding-left: 5px;
	font-size: 12px;
}

.dataTables_wrapper .odd {
	background: #fff;
}

.dataTables_wrapper .even {
	background: #F0F0F0;
}

.dataTables_wrapper td {
	border: 1px #D0D0D0 solid;
	padding: 5px;
	font-size: 12px;
}

.dataTables_wrapper .userpicbox {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-repeat: no-repeat;
	background-size: cover;
	width: 30px;
	height: 30px;
	background-position: top center;
	display: inline-block;
}

.table-responsive {
    border: 0px solid #ddd;
}

.listbtn {
	padding: 3px 0px;
	width: 30px;
	margin: 3px;
}

tfoot {
    display: table-header-group;
    font-size: 12px;
	font-weight: 100;
	background: #bbbbbb;
	color: #bbbbbb;
	line-height: 25px;
}

.dataTables_wrapper tfoot th {
	font-weight: 100;
	padding-left: 0px;
	padding: 1px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}

tfoot input {
    width: 100%;
    padding: 0px 0px;
    box-sizing: border-box;
    border: 1px #fff solid;
    color: #585858;
    line-height: 20px;
}

tfoot select {
	width: 100%;
	color: #585858;
	border: 1px #fff solid;
}

tfoot select option{
	color: #585858;
}

.dataTables_wrapper .hidden-text {
	position: absolute;
	top: -8px;
	color: rgb(255, 255, 255);
	font-size: 1px;
	width: 1px;
	height: 1px;
}

.search {
	border-radius: 4px;
	padding: 15px 15px 0px;
	background-color: #f5f5f5;
	margin-left: 10px;
	margin-right: 10px;
}

.search .form-group {
	float: left;
	width: 20%;
}

.search .form-group label {
	font-size: 12px;
	width: auto;
	margin-right: 10px;
	line-height: 25px;
}

.search input, .search select {
	float: left;
	height: 25px;
	font-size: 12px;
	margin-right: 10px;
	/*max-width: 100%;*/
	width: auto;
	padding: 0px 5px;
}

.total-box {
	border-radius: 4px;
	padding: 15px 15px 0px;
	background-color: #f5f5f5;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;
}

.total-box .totalmin {
	float: left;
	width: 20%;
	font-size: 12px;
	margin-bottom: 12px;
	color: #C83F17;
}

.total-box .totalmin span {
	font-weight: bold;
}

.button-box {
	text-align: right;
	padding: 20px;
	background-color: #f5f5f5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 15px;
}

.form-content .nav > li > a:hover {
    border-left: 1px solid #2f4050;
}

.nav-tabs {
    /*border-bottom: 1px solid #2f4050; */
}

.nav-tabs > li a {
	background-color: #fff;
	border: 1px solid #d6d6d6;
	color: #d6d6d6;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #2f4050;
    border: 1px solid #2f4050;
    border-left: 1px solid #2f4050;
    border-bottom-color: transparent;
}

.form-content .tab-content {
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
    padding: 15px;
}

.form-group label {
	/*float: left;*/
	font-weight: 100;
	line-height: 33px;
	width: 300px;
}

.form-content .title {
	border-bottom: 1px #E0E0E0 dotted;
	margin: 10px 0;
}

.form-content .user-container .userpicbox {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 70px;
	height: 70px;
	background-position: top center;
	display: inline-block;
}

.form-content .user-container label {
	width: 150px;
}

.form-item {
	width: 200px;
	line-height: 30px;
}

.form-item .item-text {
	float: right;
}

.form-item-semi {
	width: 200px;
	line-height: 28px;
	margin-left: 45px;
}

.form-item-semi .item-text {
	float: right;
}

.form-group-title {
	background: url(../design/bg-modtitle-bottom.png) bottom left no-repeat;
	padding-bottom: 10px;
	font-weight: 600;
	margin-bottom: 10px;
}

.form-content .inbox {
    float: left;
    width: 400px;
    padding: 15px 0px;
}

.form-content .graybar {
    float: left;
    width: 400px;
    height: 3px;
    background: #DDD none repeat scroll 0% 0%;
}

.form-content .colorbar {
    float: left;
    height: 3px;
    width: 1px;
    margin-top: -3px;
    background-image: url("../design/passwordstrength.jpg");
}

.form-content .percent {
    float: left;
    margin-top: 0px;
    padding-right: 7px;
}

.form-content #result {
    float: left;
    color: #F00;
}

.form-content #result {
    float: left;
    color: #F00;
}

.form-content .result {
    font-size: 13px;
}

.form-group-help {
	margin-left: 10px;
	font-size: 16px;
	color: #5bc0de;
}

.cke_editable {
    cursor: text;
    padding: 15px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
    -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;
    margin-left: 150px;
}

.multiselectbox {
    position: relative;
    margin-bottom: 22px;
}

.multiselectcontainer {
    background: #FFF none repeat scroll 0% 0%;
    width: 400px;
    height: 42px;
    position: absolute;
    top: 0px;
    /*left: 150px;*/
    padding-left: 5px;
    pointer-events: none;
    border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out 0s,
    box-shadow 0.15s ease-in-out 0s;
    overflow-y: scroll;
}

.menuselecttext {
    float: left;
    background: #E0E0E0;
    border: 1px #C0C0C0 solid;
    display: inline-block;
    color: #585858;
    margin-right: 5px;
    padding: 5px 5px;
    pointer-events: auto;
    margin-top: 3px;
}

.menuselecttext .fa {
    color: #B41010;
    cursor: pointer;
}

.kapcsolt-termek-box .item1 {
    float: left;
	background: #fff;
	border: 1px #F0F0F0 solid;
	width: 90%;
	padding: 5px;
	line-height: 38px;
}

.kapcsolt-termek-box .item2 {
    float: left;
	background: #fff;
	border: 1px #F0F0F0 solid;
	width: 10%;
	padding: 5px;
	line-height: 35px;
}

.kapcsolt-termek-box .item3 {
    float: left;
	background: #fff;
	border: 1px #F0F0F0 solid;
	padding: 5px;
	line-height: 35px;
}


.form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
    max-width: 83%;
}

.file-input .fileinput-upload-button {
	display: none;
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
	text-shadow: 0 0 0 #fff;
}

/**
* on-off switch
*/
.onoffswitch {
    position: relative;
    width: 50px;
    -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: 0px solid #2f4050;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    top: 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: 18px;
    padding: 0;
    line-height: 18px;
    font-size: 10px;
    color: white;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "BE";
    padding-left: 5px;
    background-color: #1AB394;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "KI";
    padding-right: 5px;
    background-color: #C20000;
    color: #FFFFFF;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 0px;
    background: #FFFFFF;
    position: absolute;
    top: 2px;
    bottom: 2px;
    right: 28px;
    border: 0px solid #C2C2C2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    border-radius: 3px;
    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: 4px;
}







.onoffswitch {
    position: relative;
    width: 55px;
    -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: 1px solid #1AB394;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
    border-radius: 2px;
}

.onoffswitch-inner {
    display: block;
    idth: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 20px;
    padding: 0;
    line-height: 20px;
    font-size: 13px;
    color: white;
    box-sizing: border-box;
    font-weight: 100;
}
.onoffswitch-inner:before {
    content: "Be";
    padding-left: 5px;
    background-color: #1AB394;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "Ki";
    padding-right: 5px;
    background-color: #FFFFFF;
    color: #1AB394;
    text-align: right;
}

.yesno:after {
	content: "Igen";
}

.yesno:before {
	content: "Nem";
}

.onoffswitch-switch {
    display: block;
    width: 16px;
    margin: 2px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 32px;
    border: 1px solid #1AB394;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
    border-radius: 2px;
    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;
}

.prefix {
	line-height: 33px;
	margin: 0px 5px;
}

/**
* egyéb
*/

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.pointer {
	cursor: pointer;
}

.clear {
	clear: both;
}

.width100 {
	max-width: 100px;
}

.width200 {
	max-width: 200px;
}

.width400 {
	max-width: 400px;
}

.width300 {
	max-width: 300px;
	margin-right: 5px;
}

.width325 {
	max-width: 325px;
	margin-right: 5px;
}

h3 {
	margin-top: 10px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.relative {
	position: relative;
}

.openclose {
	float: right;
}

body.min-menu {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.breadcrumb h2 {
	font-size: 24px;
	font-weight: 100;
	margin-top: 5px;
}

.breadcrumb a {
	font-size: 12px;
	font-weight: 100;
	color: #333;
}

.breadcrumb i {
	margin: 0px 10px;
}

.form-content .title i {
	font-size: 19px;
	float: right;
}

.form-content .tab-title {
	padding: 15px 0px 5px;
	border-bottom: 1px dotted #d5d5d5;
	margin-bottom: 10px;
	font-size: 16px;
}

.hozzaszolas-container {
	border-bottom: 1px solid rgb(204, 204, 204);
	margin-bottom: 5px;
}

.hozzaszolas-title {
	font-size: 12px;
	line-height: 32px;
}

.hozzaszolas-title i {
	float: right;
	font-size: 18px;
}

.hozzaszolas-inner {
	margin: 10px;
	font-size: 12px;
	padding: 5px;
	display: none;
}

.uzenet-box {
	background: #f5f5f5;;
	padding: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 15px;
	display: none;
}

.uzenet-box .title {
	margin-bottom: 10px;
}

.kezdolap-box {
	background: #f5f5f5;;
	padding: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-height: 1000px;
}

.kezdolap-box h2 {
	font-size: 25px;
	font-weight: 100;
	margin-top: 0px;
	float: left;
}

.kezdolap-box i {
	font-size: 22px;
	float: right;
	color: #C0C0C0;
}

.uzenet-row {
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 15px;
	position: relative;
}

.uzenet-row .uzenet-header {
	font-size: 12px;
	border-bottom: 1px solid #E0E0E0;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.uzenet-row .uzenet-inner {
	font-size: 12px;
}

.uzenet-row .uzenet-header i {
	color: #C0C0C0;
	margin-left: 10px;
	cursor: pointer;
}

.uzenet-row .uzenet-header .btn-box {
	position: absolute;
	top: 10px;
	right: 10px;
}

.form-content {
	background-color: #f5f5f5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	border: 1px #f5f5f5 solid;
	position: relative;
}

.form-content-button-group {
	position: absolute;
	top: 15px;
	right: 15px;
}

.szoveg-doboz {
    background: #f5f5f5;
    border-top: 3px solid #e7eaec;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.szoveg-doboz .title {
	min-height: 50px;
	font-size: 16px;
	font-weight: bolder;
	padding: 10px 15px;
}

.szoveg-doboz .title .label {
	font-size: 11px;
}

.szoveg-doboz .doboz-content {
    color: inherit;
    padding: 15px 20px 20px;
    border-color: #fff;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0px;
    height: 500px;
}

.szoveg-doboz .doboz-item {
    padding: 10px 0px;
    border-bottom: 1px #e7eaec solid;
    display: table;
    width: 100%;
}

.userpicbox-container {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    width: 10%;
}

.szoveg-doboz .doboz-item .userpicbox {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border-radius: 20px;
    display: inline-block;
}

.szoveg-doboz .doboz-text {
    overflow: hidden;
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
    width: auto;
    padding: 0px 10px;
}

.szoveg-doboz .doboz-sufix {
    text-align: right;
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
}

.szoveg-doboz .alert {
	border: 1px #fff solid;
	font-size: 17px;
	position: relative;
	color: #969696;
}

.szoveg-doboz .alert a {
	color: #f0ad4e;
}

.szoveg-doboz .alert i {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 22px;
	color: #f0ad4e;
}

.szoveg-doboz .alert .text {
	font-size: 13px;
	margin-top: 5px;
}

.szoveg-doboz .alert .text i {
	position: static;
	color: #f0ad4e;
	line-height: 9px;
	font-size: 15px;
	margin: 0px 10px;
}

.szoveg-doboz .doboz-text a {
	color: #f0ad4e;
}

.szoveg-doboz .doboz-text .doboz-text-alt {
	padding-top: 3px;
	font-size: 11px;
	color: #969696;
}

.szoveg-doboz .doboz-text .doboz-text-alt i {
	margin-right: 5px;
	color: #f0ad4e;
}

.szoveg-doboz .doboz-text .doboz-text-alt .userpicbox-min {
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	border-radius: 50%;
	float: left;
	margin-right: 5px;
}

.szoveg-doboz .doboz-text i {
	margin-right: 5px;
	line-height: 18px;
	margin-left: 5px;
	cursor: pointer;
}

.szoveg-doboz .doboz-text {
	color: #969696;
}

.szoveg-doboz .doboz-text .doboz-text-alt i {
	/*float: left; */
}

.no-data {
	color: #e6e6e6;
	font-size: 35px;
	text-align: center;
	height: 200px;
	vertical-align: middle;
	/*display: table-cell;*/
}

.email_menu {
	line-height: 30px;
	margin: 5px 15px;
	border-bottom: 1px #F0F0F0 solid;
	cursor: pointer;
}

.email_menu i {
	margin-right: 10px;
}

.read-title {
	font-size: 16px;
	margin-bottom: 10px;
}

.read-title i {
	margin-right: 10px;
}

.read-text {
	font-size: 12px;
}

.read-box {
	margin-top: 15px;
	border-top: 1px solid rgb(255, 255, 255);
	padding: 20px 15px;
}

.read-inner {
	padding: 0px 15px;
}

.read-inner h3 {
	border-bottom: 1px #fff solid;
	padding-bottom: 10px;
	width: 100%;
	margin-bottom: 25px;
}

.read_att_outer {
	width: 20%;
	padding: 5px;
	height: 190px;
	float: left;
}

.read_att_box {
	background: #fff;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
	font-size: 34px;
	color: #E0E0E0;
	text-align: center;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.5);
}

.read-att-icon {
	font-size: 20px;
	color: #585858;
}

.read-att-icon i {
	margin-top: 12px;
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
}

.read_att_box .text {
	font-size: 13px;
	padding: 5px 0;
	font-weight: 600;
}


/**
* config box
*/

.config-container {
	position: absolute;
	top: 90px;
	right: 0;
	overflow: hidden;
}

.config-outer-box {
	margin-right: -220px;
	position: relative;
	z-index: 2000;
	transition-duration: 0.8s;
}

.config-button {
	background: #1ab394;
	position: absolute;
	padding: 7px 10px 7px 13px;
	border-radius: 20px 0 0 20px;
	font-size: 16px;
	top: 0;
	left: 0;
	width: 40px;
	color: #fff;
	cursor: pointer;
}

.config-box {
	width: 220px;
	margin-left: 40px;
	background: #f3f3f4;
}

.config-outer-box.show {
    margin-right: 0;
}

.show {
	display: block !important;
}

.config-container .config-box .title {
    font-size: 16px;
    text-align: center;
    padding: 10px;
    color: #676a6c;
    background: #d6d6d6;
    line-height: 17px;
    /*margin-bottom: 5px;*/
}

.config-container .config-box .item {
    padding: 5px 10px;
}

.config-container .config-box .color-shema {
    width: 100%;
    height: 35px;
    margin-bottom: 1px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    font-weight: 100;
    font-size: 12px;
    position: relative;
}

.config-container .config-box .item-text {
    float: right;
    width: 130px;
	font-size: 13px;
	line-height: 27px;
}

.style-skin1 {
    background-image: url('../design/header-profile-skin1.png');
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.margin-top {
	margin-top: 50px;
}

body.min-menu .margin-top {
	margin-top: 50px;
}

body.min-menu-open .margin-top {
	margin-top: 50px;
}

.second-color {
	width: 12%;
	height: 25px;
	position: absolute;
	top: 5px;
	left: 44px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.t-color {
	width: 12%;
	height: 25px;
	position: absolute;
	top: 5px;
	left: 83px;
	background: #a7b1c2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.f-color {
	width: 12%;
	height: 25px;
	position: absolute;
	top: 5px;
	left: 124px;
	background: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.fi-color {
	width: 12%;
	height: 25px;
	position: absolute;
	top: 5px;
	left: 164px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.onload {
    position: fixed;
    z-index: 3000;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	text-align: center;
    background: rgba(255,255,255,0.5);
    display: none;
}

.onload2 {
    position: fixed;
    z-index: 3000;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    text-align: center;
    background: rgba(255,255,255,1);
}

.onload .onload-gear, .onload2 .onload-gear{
	width: 50px;
	display: inline;
	height: 80px;
	position: fixed;
	top: 40%;
	left: 50%;
}

#extra-szallitas {
	position: fixed;
	z-index: 3000;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	text-align: center;
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0% 0%;
	display: none;
}

.szallitas-row {
	width: 1000px;
	display: inline-block;
	background: #fff;
	border: 1px solid #ccc;
	margin-top: 5%;
	height: 600px;
	overflow-x: auto;
	position: relative;
}

.engedelyezett {
	color: #007D00;
	cursor: pointer;
	width: 50px;
}

.tiltott {
	color: #C83F17;
	cursor: pointer;
	width: 50px;
}

.spec-box {
	border: 1px solid rgb(204, 204, 204);
    padding: 10px;
    margin: 10px;
}

.szallitas-row .close {
	position: absolute;
	top: 10px;
	right: 10px;
}

#koltseg-tabla {
	border-collapse: collapse;
	border: 1px solid #ccc;
	background: #fff none repeat scroll 0% 0%;
}

#koltseg-tabla th {
	border: 1px solid #ccc;
	line-height: 30px;
	padding: 0px 5px;
}

#koltseg-tabla td {
	border: 1px solid #ccc;
	line-height: 30px;
	padding: 5px;
}

body.min-menu .onload {
	left: 70px;
}

.nav > li > a:hover i{
	webkit-animation: fa-spin 0.5s linear;
	animation: fa-spin 0.5s linear;
}

.navbar-header .menubar:hover i{
	webkit-animation: fa-spin 0.5s linear;
	animation: fa-spin 0.5s linear;
}

.btn:hover i {
	webkit-animation: fa-spin 0.5s linear;
	animation: fa-spin 0.5s linear;
}

.email_menu:hover i {
	webkit-animation: fa-spin 0.5s linear;
	animation: fa-spin 0.5s linear;
}

.read-att-icon i:hover {
	webkit-animation: fa-spin 0.5s linear;
	animation: fa-spin 0.5s linear;
}

.fileinput-upload-button {
	/*display: none;*/
}

.map-container {
	position: absolute;
	z-index: -5;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background: rgba(255,255,255,0.8);
}

.map-container .map-inner {
	display: inline-block;
	margin-top: 5%;
	padding: 20px;
	border-radius: 5px;
	background-color: #f5f5f5;
	border: 1px #e6e6e6 solid;
	position: relative;
	padding-top: 40px;
}

.map-container #map_canvas {
	width: 100%;
	height: 500px;
}

.map-container .map-inner .close {
	position: absolute;
	top: 5px;
	right: 5px;
}

.kezdolap-map-container {
	position: absolute;
	z-index: -5;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	/*display: none;*/
	background: rgba(255,255,255,0.8);
}

.kezdolap-map-container .kezdolap-map-inner {
	display: inline-block;
	margin-top: 5%;
	padding: 20px;
	border-radius: 5px;
	background-color: #f5f5f5;
	border: 1px #e6e6e6 solid;
	position: relative;
	padding-top: 40px;
	width: 80%;
	height: 75%;
}

.kezdolap-map-container .kezdolap-map-inner .close {
	position: absolute;
	top: 5px;
	right: 5px;
}

.iw-content {
	line-height: 20px;
	text-align: left;
}

.iw-subTitle {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px #e6e6e6 solid;
}

.icon-group {
	margin: 10px 0px;
	max-width: 400px;
	text-align: center;
}

.icon-group i {
	font-size: 65px;
	cursor: pointer;
	color: #ACACAC;
	margin-right: 10px;
}

.icon-group i.fa-user-plus:hover {
	color: #007D00;
}

.icon-group i.fa-user-times:hover {
	color: #C83F17;
}

.icon-group .green {
	color: #007D00;
}

.icon-group .red {
	color: #C83F17;
}

.calendar-container {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 3000;
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0% 0%;
	text-align: center;
	display: none;
}

.calendar-container .calendar-inner {
	display: inline-block;
	margin-top: 10%;
	border-radius: 5px;
	background-color: #f5f5f5;
	border: 1px #e6e6e6 solid;
	position: relative;
	padding: 20px 40px;
	text-align: left;
	width: 500px;
	position: relative;
}

.calendar-container .calendar-inner .targy {
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px #fff solid;
}

.calendar-container .calendar-inner .item {
	font-size: 13px;
	line-height: 22px;
}

.calendar-container .calendar-inner .close {
	position: absolute;
	top: 10px;
	right: 10px;
}

/**
* supernote
*/
.note-editor.note-frame {
	border: none;
	border-radius: 0;
	margin-left: -15px;
	margin-right: -15px;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
}

.panel-default > .panel-heading {
	background-image: none;
	background-color: #eaeaea;
}

.panel-heading {
	border-radius: 0;
}

/**
* sitemap
*/

.sitemap {
	list-style-type: none;
	line-height: 25px;
	font-size: 15px;
}

.sitemap a {
	color: #585858;
}

.sitemap > li > ul {
	border-left: 5px #e6e6e6 solid;
	list-style-type: none;
	padding: 0;
}

.sitemap .sitemap-bar {
	float: left;
	background: #e6e6e6;
	height: 1px;
	width: 50px;
	margin-top: 13px;
	margin-right: 5px;
}

/**
* idovonal
*/

.timeline {
	list-style-type: none;
	position: relative;
	margin: 0px;
	padding: 0px;
}

.timeline .timeline-outer {
	position: relative;
	min-height: 50px;
}

.timeline .hideme {
	/*opacity: 0;*/
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.timeline .timeline-time {
	float: left;
	width: 10%;
	text-align: center;
	padding-top: 12px;
}

.timeline .timeline-icon {
	float: left;
	margin-left: 1%;
	width: 42px;
	margin-top: 0px;
}

.timeline .timeline-icon .timeline-icon-box {
	width: 42px;
	height: 42px;
	display: inline-block;
	border-radius: 50%;
	/*border: 3px solid #1ab394;*/
	background: #1ab394;
	color: #fff;
	text-align: center;
	position: absolute;
	z-index: 1;
}

.timeline .timeline-icon .timeline-icon-box i {
	font-size: 21px;
	margin-top: 11px;
}

.timeline .timeline-body {
	float: left;
	border-left: 3px solid #1ab394;
	min-height: 50px;
	margin-left: 2.2%;
	z-index: 0;
	padding-left: 50px;
	padding-bottom: 20px;
	width: 45%;
}

.timeline .timeline-body .timeline-body-inner {
	background: #fff;
	border-radius: 5px;
	position: relative;
	min-height: 50px;
	padding: 15px 20px;
	border: 1px #e6e6e6 solid;
	margin-bottom: 15px;
}

.timeline-body-inner i {
	color: #fff;
	position: absolute;
	top: 9px;
	left: -18px;
	font-size: 55px;
}

.timeline .timeline-body-inner::before {
	content: '';
	display: block;
	position: absolute;
	border: 10px solid transparent;
	border-right-color: #e6e6e6;
	left: -20px;
	top: 10px;
}

.timeline .timeline-body .timeline-body-header {
	display: block;
	border-bottom: 1px #e6e6e6 solid;
	padding-bottom: 10px;
}

.timeline .timeline-body .timeline-body-content {
	display: block;
	padding: 10px 0;
	line-height: 25px;
}

.timeline-body-inner .timeline-userbox {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 40px;
	height: 40px;
	background-position: top center;
	display: inline-block;
	float: left;
	margin-right: 20px;
}

.timeline-body-inner .timeline-username {
    float: left;
	color: #1ab394;
	margin-top: 10px;
	font-weight: bold;
}

.timeline-body-inner .timeline-title {
	float: right;
	color: #1ab394;
	margin-right: 10px;
	margin-top: 10px;
	font-weight: bold;
}

.onovercontainer {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	text-align: center;
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0% 0%;
	display: none;
}

.onovercontainer .onoverinner {
	background: #fff;
	margin-top: 5%;
	display: inline-block;
	padding: 20px;
	border-radius: 5px;
	border: 1px solid #e6e6e6 ;
	width: 50%;
	position: relative;
	text-align: left;
}

.onovercontainer .onoverinner .close {
	position: absolute;
	top: 5px;
	right: 5px;
}

.file-preview-frame {
	height: 180px;
}

.banner-box {
	background: #D0D0D0;
	max-width: 800px;
	padding: 10px;
	margin-bottom: 10px;
}

.banner-box .img-box {
	float: left;
	max-width: 300px;
	margin-right: 15px;
}

.banner-box span {
	float: left;
	line-height: 33px;
	margin-right: 5px;
	width: 60px;
}

.banner-box .btn-box {
	padding-left: 65px;
	margin-bottom: 10px;
}

.banner-box .btn-box button {
	margin-right: 10px;
}

.widthauto {
	width: auto;
}

.width350 {
	max-width: 350px;
}

.form-text {
	border-bottom: 1px #F0F0F0 solid;
}

.form-text label {
	float: left;
	width: 150px;
	/*text-align: right;*/
	margin-right: 10px;
}

.form-text .form-group-text {
	line-height: 33px;
}

.form-content .table-responsive table th{
	line-height: 30px;
	border-bottom: 1px #D0D0D0 solid;
	background: #F0F0F0;
	color: #585858;
}

.form-content .table-responsive table td {
	line-height: 25px;
	border-bottom: 1px #D0D0D0 solid;
}

.kategoria-outer {
	position: absolute;
    right: 10px;
    top: 40px;
    z-index: 10000;
}

.t_kat_outer {
    float: right;
    position: fixed;
    right: 0;
    color: #fff;
    top: 145px;
    right: -333px;
    z-index: 5;
}

.t_kat_outer .t_kat_box {
    background: #337ab7;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: auto;
    max-height: 350px;
    line-height: 25px;
    padding: 10px;
    position: relative;
    z-index: 1;
}

.t_kat_outer .t_kat_box .t_kat_item a {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}

.invisib {
    opacity: 0.2;
}



/**
* skinek
*/
body.skin1, .style-skin1, body.skin1 .dataTables_wrapper .col-sm-6 {
	background: #2f4050;
}

.style-skin1 .second-color {
	background: #1ab394;
}

body.skin1 .pace .pace-progress {
  background: #1ab394;
  position: fixed;
  z-index: 3000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

body.skin1 .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #1ab394;
}
body.skin1 .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #1ab394;
}

body.skin1 .login-container .btn-primary, body.skin1 .slimScrollBar {
	background: #2f4050;
}

body.skin1 .navbar-header button, body.skin1 .btn-primary {
	background: #1ab394;
	border: 1px solid #1ab394;
}

body.skin1 .sitemap > li > ul {
	border-left: 5px #1ab394 solid;
}

body.skin1 .sitemap .sitemap-bar {
	background: #1ab394;
}

body.skin1 .nav > li > a:hover, body.skin1 .nav > li > .almenu, body.skin1 .nav > li.active > a {
	background-color: #293846;
	border-left: 5px #1ab394 solid;
}

.style-skin1 .fi-color {
	background: #293846;
}

body.skin1 .nav > li > a {
    border-left: 5px #2f4050 solid;
}

body.skin1 .form-content .nav > li > a {
    border-left: 1px #d6d6d6 solid;
}

body.skin1 .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #2f4050;
    border: 1px solid #2f4050;
    border-left: 1px solid #2f4050;
}

body.skin1 .userbox {
    border-bottom: 1px #293846 solid;
}

body.skin1 .navbar-fixed-top, body.skin2 .navbar-static-top {
    border-bottom: 5px #1ab394 solid;
}

body.skin1 .border-top {
    border-top: 5px #1ab394 solid;
}

body.skin1 .config-container .config-button, body.skin1 .dataTables_wrapper thead, body.skin1 .dataTables_wrapper tfoot {
    background: #1ab394;
}

body.skin1 .dataTables_wrapper tfoot {
    color: #1ab394;
}

body.skin1 .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #2f4050;
    border-color: #2f4050;
}

body.skin1 .wrapper-inner h2 {
	color: #1ab394;
	margin: 20px;
}


/*skin2*/
body.skin2, .style-skin2, body.skin2 .dataTables_wrapper .col-sm-6 {
	background: #3e2c42;
}

.style-skin2 .second-color {
	background: #f0ad4e;
}

body.skin2 .pace .pace-progress {
  background: #f0ad4e;
  position: fixed;
  z-index: 3000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

body.skin2 .login-container .btn-primary, body.skin2 .slimScrollBar {
	background: #3e2c42;
}

body.skin2 .navbar-header button, body.skin2 .btn-primary {
	background: #f0ad4e;
	border: 1px solid #f0ad4e;
}

body.skin2 .sitemap > li > ul {
	border-left: 5px #f0ad4e solid;
}

body.skin2 .sitemap .sitemap-bar {
	background: #f0ad4e;
}

body.skin2 .nav > li > a:hover, body.skin2 .nav > li > .almenu, body.skin2 .nav > li.active > a {
	background-color: #251a27;
	border-left: 5px #f0ad4e solid;
}

.style-skin2 .fi-color {
	background: #251a27;
}

body.skin2 .nav > li > a {
    border-left: 5px #3e2c42 solid;
}

body.skin2 .form-content .nav > li > a {
    border-left: 1px #d6d6d6 solid;
}

body.skin2 .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #3e2c42;
    border: 1px solid #3e2c42;
    border-left: 1px solid #3e2c42;
}

body.skin2 .userbox {
    border-bottom: 1px #251a27 solid;
}

body.skin2 .navbar-fixed-top, body.skin2 .navbar-static-top {
    border-bottom: 5px #f0ad4e solid;
}

body.skin2 .border-top {
    border-top: 5px #f0ad4e solid;
}

body.skin2 .config-container .config-button, body.skin2 .dataTables_wrapper thead, body.skin2 .dataTables_wrapper tfoot {
    background: #f0ad4e;
}

body.skin2 .dataTables_wrapper tfoot {
    color: #f0ad4e;
}

body.skin2 .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #3e2c42;
    border-color: #3e2c42;
}

body.skin2 .wrapper-inner h2 {
	color: #f0ad4e;
	margin: 20px;
}

/*skin3*/
body.skin3, .style-skin3, body.skin3 .dataTables_wrapper .col-sm-6 {
	background: #5c473a;
}

.style-skin3 .second-color {
	background: #bfaf80;
}

body.skin3 .pace .pace-progress {
  background: #bfaf80;
  position: fixed;
  z-index: 3000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

body.skin3 .login-container .btn-primary, body.skin3 .slimScrollBar {
	background: #5c473a;
}

body.skin3 .navbar-header button, body.skin3 .btn-primary {
	background: #bfaf80;
	border: 1px solid #bfaf80;
}

body.skin3 .sitemap > li > ul {
	border-left: 5px #bfaf80 solid;
}

body.skin3 .sitemap .sitemap-bar {
	background: #bfaf80;
}

body.skin3 .nav > li > a:hover, body.skin3 .nav > li > .almenu, body.skin3 .nav > li.active > a {
	background-color: #49392e;
	border-left: 5px #bfaf80 solid;
}

.style-skin3 .fi-color {
	background: #49392e;
}

body.skin3 .nav > li > a {
    border-left: 5px #5c473a solid;
}

body.skin3 .form-content .nav > li > a {
    border-left: 1px #d6d6d6 solid;
}

body.skin3 .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #5c473a;
    border: 1px solid #5c473a;
    border-left: 1px solid #5c473a;
}

body.skin3 .userbox {
    border-bottom: 1px #49392e solid;
}

body.skin3 .navbar-fixed-top, body.skin3 .navbar-static-top {
    border-bottom: 5px #bfaf80 solid;
}

body.skin3 .border-top {
    border-top: 5px #bfaf80 solid;
}

body.skin3 .config-container .config-button, body.skin3 .dataTables_wrapper thead, body.skin3 .dataTables_wrapper tfoot {
    background: #bfaf80;
}

body.skin3 .dataTables_wrapper tfoot {
    color: #bfaf80;
}

body.skin3 .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #5c473a;
    border-color: #5c473a;
}

body.skin3 .wrapper-inner h2 {
	color: #bfaf80;
	margin: 20px;
}

/*skin4*/
body.skin4, .style-skin4, body.skin4 .dataTables_wrapper .col-sm-6 {
	background: #650006;
}

.style-skin4 .second-color {
	background: #e45f56;
}

body.skin4 .pace .pace-progress {
  background: #e45f56;
  position: fixed;
  z-index: 3000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

body.skin4 .login-container .btn-primary, body.skin4 .slimScrollBar {
	background: #650006;
}

body.skin4 .navbar-header button, body.skin4 .btn-primary {
	background: #e45f56;
	border: 1px solid #e45f56;
}

body.skin4 .sitemap > li > ul {
	border-left: 5px #e45f56 solid;
}

body.skin4 .sitemap .sitemap-bar {
	background: #e45f56;
}

body.skin4 .nav > li > a:hover, body.skin4 .nav > li > .almenu, body.skin4 .nav > li.active > a {
	background-color: #430004;
	border-left: 5px #e45f56 solid;
}

.style-skin4 .fi-color {
	background: #430004;
}

body.skin4 .nav > li > a {
    border-left: 5px #650006 solid;
}

body.skin4 .form-content .nav > li > a {
    border-left: 1px #d6d6d6 solid;
}

body.skin4 .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #650006;
    border: 1px solid #650006;
    border-left: 1px solid #650006;
}

body.skin4 .userbox {
    border-bottom: 1px #430004 solid;
}

body.skin4 .navbar-fixed-top, body.skin4 .navbar-static-top {
    border-bottom: 5px #e45f56 solid;
}

body.skin4 .border-top {
    border-top: 5px #e45f56 solid;
}

body.skin4 .config-container .config-button, body.skin4 .dataTables_wrapper thead, body.skin4 .dataTables_wrapper tfoot {
    background: #e45f56;
}

body.skin4 .dataTables_wrapper tfoot {
    color: #e45f56;
}

body.skin4 .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #650006;
    border-color: #650006;
}

body.skin4 .wrapper-inner h2 {
	color: #e45f56;
	margin: 20px;
}

/*skin5*/
body.skin5, .style-skin5, body.skin5 .dataTables_wrapper .col-sm-6 {
	background: #1f1f1f;
}

.style-skin5 .second-color {
	background: #a0a0a0;
}

body.skin5 .pace .pace-progress {
  background: #a0a0a0;
  position: fixed;
  z-index: 3000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

body.skin5 .login-container .btn-primary, body.skin5 .slimScrollBar {
	/*background: #b70a0e;*/
}

body.skin5 .navbar-header button, body.skin5 .btn-primary {
	/*background: #a0a0a0;
	border: 1px solid #a0a0a0;*/
}

body.skin5 .sitemap > li > ul {
	border-left: 5px #2aad20 solid;
}

body.skin5 .sitemap .sitemap-bar {
	background: #2aad20;
}

body.skin5 .nav > li > a:hover, body.skin5 .nav > li > .almenu, body.skin5 .nav > li.active > a {
	background-color: #000000;
	border-left: 5px #a0a0a0 solid;
}

.style-skin5 .fi-color {
	background: #000000;
}

body.skin5 .nav > li > a {
    border-left: 5px #1f1f1f solid;
}

body.skin5 .form-content .nav > li > a {
    border-left: 1px #d6d6d6 solid;
}

body.skin5 .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #1f1f1f;
    border: 1px solid #1f1f1f;
    border-left: 1px solid #1f1f1f;
}

body.skin5 .userbox {
    border-bottom: 1px #000000 solid;
}

body.skin5 .navbar-fixed-top, body.skin5 .navbar-static-top {
    border-bottom: 5px #a0a0a0 solid;
}

body.skin5 .border-top {
    border-top: 5px #a0a0a0 solid;
}

body.skin5 .config-container .config-button, body.skin5 .dataTables_wrapper thead, body.skin5 .dataTables_wrapper tfoot {
    background: #a0a0a0;
}

body.skin5 .dataTables_wrapper tfoot {
    color: #a0a0a0;
}

body.min-menu .nav > li > .almenu {
	border-left: 0px;
}

body.skin5 .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #1f1f1f;
    border-color: #1f1f1f;
}

body.skin5 .wrapper-inner h2 {
	color: #a0a0a0;
	margin: 20px;
}

.keptar {
	position: absolute;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.keptar .keptar-belso {
	width: 80%;
	background: #fff;
	display: inline-block;
	margin-top: 5%;
}

.summernote-img-box {
	/*border: 1px #D0D0D0 solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;/*
	padding: 15px;
	/*display: none;*/
}

.summernote-img-box .img-box {
	float: left;
	width: 160px;
	height: 160px;
	text-align: center;
	background: #fff;
	margin: 5px;
	border: 1px #ccc solid;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.summernote-img-box .img-box img {
	max-width: 140px;
	max-height: 140px;
	display: inline-block;
	cursor: pointer;
}

.tipus-box {
	background: #fff;
	padding: 15px;
}

.tipus-box .tipus-item {
	margin: 5px;
	border-bottom: 1px #ccc dotted;
	padding-bottom: 5px;
}

.k_stat_box {
	background: #fff;
	margin-bottom: 5px;
	padding: 10px;
	line-height: 25px;
}

@media (max-width: 1000px) {
	.navbar-static-left {
		animation-name: menutomin;
    	animation-duration: 0.3s;
		width: 70px;
	}
	.page-wrapper {
		animation-name: wrapermin;
    	animation-duration: 0.3s;
		margin-left: 70px;
	}
	body.fixed-sidebar .navbar-static-left {
		animation-name: menutomin;
    	animation-duration: 0.3s;
		width: 70px;
	}
	.fixed-footer .footer {
	    width: 90.1%;
	}
	.userbox {
		/*display: none;*/
	}
	#menutext {
		display: none;
	}
	.nav > li > a > i {
		margin-right: 0px;
		font-size: 25px;
	}
	.userbox .userpicture{
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		background-repeat: no-repeat;
		background-size: cover;
		width: 40px;
		height: 40px;
		background-position: top center;
		display: inline-block;
	}
	.userbox .usertext {
		display: none;
	}
	.tablet-no-display {
		display: none;
	}
	.user-container label {
		display: none;
	}
	body.tablet-menu-close .navbar-static-left {
		display: none;
	}
	body.tablet-menu-close .page-wrapper {
		margin-left: 0;
	}
	.total-box .totalmin {
		width: 50%;
	}

}

@media (max-width: 600px) {
	.navbar-static-left {
		display: none;
	}
	body.min-menu .page-wrapper {
		margin-left: 0;
	}
	body.min-menu-open .page-wrapper {
		margin-left: 70px;
	}
	.fixed-footer .footer {
	    width: 100%;
	}
	.page-wrapper {
		margin-left: 0;
	}
	body.min-menu-open .navbar-static-left {
		display: block;
		width: 70px;
	}
	.nav-header {
		display: none;
	}
	.nav .mobile-no-display {
		display: none;
	}
	.dataTables_filter {
		display: none;
	}
	.dataTables_wrapper .col-sm-6 {
		padding-bottom: 0px;
	}
	.dataTables_info {
		display: none;
	}
	.button-box {
		text-align: center;
		padding: 0;
	}
	/*.form-group label {
		font-size: 12px;
		width: 50%;
	}
	.width400 {
		max-width: 50%;
	}*/
	.width200 {
		max-width: 50%;
		margin-left: 50%;
	}
	.user-container label {
		display: none;
	}
	.user-container .btn-file {
		font-size: 12px;
		line-height: 20px;
	}
	.form-content .inbox {
		width: 100%;
	}
	.form-content .graybar {
		width: 100%;
	}
	.width300 {
		max-width: 50%;
		margin-right: 0px;
	}
	.width325 {
		max-width: 50%;
		margin-right: 0px;
	}
	.navbar-header .logo img {
	    margin-top: 12px;
	    max-height: 30px;
	}
	.breadcrumb h2, h1, h2 {
		font-size: 16px;
	}
     .mobile-no-display {
		display: none;
	}
	/*.multiselectcontainer {
		left: 50%;
	}
	.search .form-group {
    	width: 50%;
	} */
	.total-box .totalmin {
		width: 100%;
	}
	.folder-box, .label-box, .read-inner .form-content-button-group {
		display: none;
	}
	.calendar-container .calendar-inner {
		width: 100%;
	}
	.width40percent {
		max-width: 35%;
	}
	.breadcrumb, .breadcrumb a {
		font-size: 9px;
	}
	.form-group label {
		float: none;
		width: 100%;
	}
	.multiselectcontainer {
		width: 100%;
		left: 0;
	}
	.nav-tabs > li {
		width: 100%;
	}
}

