/* ütf-8 */
/* nav effect */

.navbar-toggle {
	height: 34px
}

.navbar-toggle .icon-bar {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.navbar-toggle:not(.collapsed ) .icon-bar:nth-child(2) {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.navbar-toggle:not(.collapsed ) .icon-bar:nth-child(3) {
	opacity: 0
}

.navbar-toggle:not(.collapsed ) .icon-bar:nth-child(4) {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -8px
}

/* nav effect */

.grab, .grab * {.
	/*http://www.google.com/intl/en_ALL/mapfiles/openhand.cur*/
	cursor: url('data:image/vnd.microsoft.icon;base64,AAACAAEAICACAAcABQAwAQAAFgAAACgAAAAgAAAAQAAAAAEAAQAAAAAAAAEAAAAAAAAAAAAAAgAAAAAAAAAAAAAA////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8AAAA/AAAAfwAAAP+AAAH/gAAB/8AAA//AAAd/wAAGf+AAAH9gAADbYAAA2yAAAZsAAAGbAAAAGAAAAAAAAA//////////////////////////////////////////////////////////////////////////////////////gH///4B///8Af//+AD///AA///wAH//4AB//8AAf//AAD//5AA///gAP//4AD//8AF///AB///5A////5///8='), all-scroll;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.grabbing, .grabbing * {
	/*http://www.google.com/intl/en_ALL/mapfiles/closedhand.cur*/
	cursor: url('data:image/vnd.microsoft.icon;base64,AAACAAEAICACAAcABQAwAQAAFgAAACgAAAAgAAAAQAAAAAEAAQAAAAAAAAEAAAAAAAAAAAAAAgAAAAAAAAAAAAAA////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8AAAA/AAAAfwAAAP+AAAH/gAAB/8AAAH/AAAB/wAAA/0AAANsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//////////////////////////////////////////////////////////////////////////////////////gH///4B///8Af//+AD///AA///wAH//+AB///wAf//4AH//+AD///yT/////////////////////////////8='), all-scroll;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

@media (max-width: 768px) {
	.navbar-collapse.collapse.in{
		overflow: auto !important;
	}
	.container-fluid>.navbar-collapse,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container>.navbar-header{
		margin: 0px;
	}
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
	.navbar-nav .open .dropdown-menu {
	    position: static;
	    float: none;
	    width: auto;
	    margin-top: 0;
	    background-color: transparent;
	    border: 0;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	}
}

option[disabled] {
	font-weight: bold;
}

textarea{
	resize: vertical;
	min-height: 34px;
}

@media (min-width: 768px) {
	.modal-xl {
		width: 90%;
	}
}

.progress-bar-site {
    background-color: #008174;
}

/* site-color: #008174 */
/* light-color: #00998a */


.declaration_items .head .col:first-child,
.declaration_items .item .col:first-child{
	padding-right: 0px;
}
.declaration_items .head .col:last-child,
.declaration_items .item .col:last-child{
	padding-left: 0px;
}
.declaration_items .head .col,
.declaration_items .item .col{
	padding-left: 5px;
	padding-right: 5px;
}
.declaration_items .item .form-control[readonly]{
	background: #fff;
}

.special-list .item.ui-sortable-helper{
	background-color: rgba(255,255,255,1);
	border: 1px rgba(0,0,0,0.3) dashed;
	-webkit-box-shadow:  0px 0px 5px rgba(0,0,0,0.3);
	-moz-box-shadow:  0px 0px 5px rgba(0,0,0,0.3);
	box-shadow:  0px 0px 5px rgba(0,0,0,0.3);
}
.special-list .item.ui-sortable-placeholder{
	visibility: initial !important;
	background-color: rgba(0,0,0,0.04);
}
.special-list .head .col:first-child,
.special-list .item .col:first-child{
	padding-right: 0px;
}
.special-list .head .col:last-child,
.special-list .item .col:last-child{
	padding-left: 0px;
}
.special-list .head .col,
.special-list .item .col{
	padding-left: 5px;
	padding-right: 5px;
}
.special-list .item .form-control[readonly]{
	background: #fff;
}

.special-list .item .sort-column-with-field .sorter{
	float: left;
	width: 30px;
	height: 34px;
	padding: 6px 7px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-color: #d2d6de;
	top: 0px;
}
.special-list .item .sort-column-with-field .sorter.disabled {
	background-color: #eee;
	cursor: not-allowed;
}
.special-list .item .sort-column-with-field .form-control{
	float: left;
	width: calc(100% - 30px);
}
.special-list .item .sort-column-with-field{
	clear: both;
}

.special-list .status,
.special-list .persons{
	margin-bottom: 34px;
}

.special-list .status .item.ui-sortable-helper,
.special-list .persons .item.ui-sortable-helper{
	padding-top: 5px;
	padding-bottom: 5px;
}

.fc.escalation .fc-time{
	display: none;
}

html{
	min-height: 100%;
}
.login-page, .register-page{
	height: 100%;
	background: #008174;
	background: #fff;
	/*background-size: cover;*/
	background-repeat: no-repeat;
	background-position: center center;
}
/*@media (max-width: 1360px){
	.login-page, .register-page{
		background-image: none !important;
	}
}*/
.login-page .logo{
	max-width: 100%;
	/*background: #008174;
	background: #fff;*/
	display: inline-block;
	padding: 10px;
}
.login-box, .register-box{
	margin: 7% auto 5% auto;
}
@media (max-width: 768px){
	.login-box, .register-box {
	    width: 50%;
	    margin-top: 20px;
	}
}
@media (max-width: 425px){
	.login-box, .register-box {
	    width: 90%;
	    margin-top: 20px;
	}
}
.login-page .logo.plus-icon{
	margin-top: 50px;
}
.login-box-body, .register-box-body{
	border: 5px #008174 solid;
}
.login-desc{
	margin-top: 10px;
	background: #fff;
	padding: 5px 15px;
	border: 5px rgba(255,255,255,0.5) solid;
}
.bg-gray{
	color: #fff;
}
.btn{
	border-radius: 0px;
}
.btn-file{
	position: relative;
	overflow: hidden;
}
.btn.btn-file > input[type='file']{
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 1000px;
	opacity: 0;
	cursor: pointer;
}
.fixed-table-container{
	border-radius: 0px;
}
.fixed-table-toolbar .bs-bars, .fixed-table-toolbar .search, .fixed-table-toolbar .columns{
	line-height: normal;
}
.btn-link:hover, .btn-link:focus{
	color: #00998a;
}
.btn-link{
	color: #008174;
}
.btn.btn-site{
	background: #00998a;
	border-color: #008174;
	color: #fff;
}
.text-site{
	color: #008174;
}
.box.box-site {
    border-top-color: #008174;
}
.label.label-site {
    background-color: #008174;
}
.fixed .main-header{
	background-color: #008174;
}
.navbar-nav > .user-menu > .dropdown-menu{
	border: none;
	padding: 0px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
}
a{
	color: #008174;
}
a:hover{
	color: #00998a;
}
.main-header .logo{
	width: 231px;
}
.sidebar-mini.sidebar-collapse .main-header .logo{
	padding: 0px;
}
.skin-site .main-header > .logo{
	border: none;
}
.user-panel > .info{
	position: relative;
	left: auto;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header{
	height: auto;
}
.skin-site .sidebar-menu > li.header{
	text-transform: uppercase;
}
.small-box:hover .icon{
	font-size: 90px;
}
.small-box:hover > .small-box-footer{
	color: #fff;
	background: rgba(0, 0, 0, 0.15);
}
[data-toggle="calendar"] i.edit, [data-toggle="calendar"] i.delete,
[data-toggle="table"] i.edit, [data-toggle="table"] i.delete{
	cursor: pointer;
	margin-left: 3px;
	margin-right: 3px;
}


.bootstrap-table thead .sortable.both:after {
    opacity: 0.2;
    content: "\e150";
}
.bootstrap-table thead .sortable.both.desc:after {
    opacity: 1;
    content: "\e156";
}
.bootstrap-table thead .sortable.both.asc:after {
    opacity: 1;
    content: "\e155";
}
.bootstrap-table thead .sortable{
	position: relative;
	cursor: pointer;
}
.bootstrap-table thead .sortable:after {
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: 0.5;
}
.bootstrap-table .columns.columns-right.btn-group.pull-right{
	float: left !important;
}
.fixed-table-container thead th .desc,
.fixed-table-container thead th .asc,
.fixed-table-container thead th .both{
	background-image: none;	
}
.bootstrap-datetimepicker-widget table td span.active,
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover{
	background-color: #008174;
}
.fixed-table-pagination .pagination-info{
	margin-left: 5px;
}
.fixed-table-pagination div.pagination .pagination{
	margin-right: 5px;
	margin-left: 5px;
}
.fixed-table-container{
	border: none;
}
.fixed-table-body{
	border: 1px solid #dddddd;
}
.fixed-table-loading{
	border-top: 1px solid #dddddd;
}



.twitter-typeahead{
	display: inherit !important;
	/*position: inherit !important;*/
}

.tt-input.disabled{
	background-color: #eee !important;
	cursor: not-allowed;
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 100%;
  margin: 0px 0;
  padding: 0px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #008174;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #008174;

}

.tt-suggestion p {
  margin: 0;
}

.tt-inline-input{
	background: transparent;
	border: 0px #fff solid;
	display: inline-block;
	margin-left: 5px;
}
.tt-inline-input:focus{
	outline: none;
}
.tt-inline{
	position: relative;
	cursor: text;
	height: auto;
}
.tt-inline .twitter-typeahead{
	float: left;
}
.tt-inline .label{
	margin: 2px 3px;
}
.tt-inline .glyphicon-remove{
	cursor: pointer;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background-color: #00998a;
	border-color: #008174;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
	background-color: #008174;
}

.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box{
	border-radius: 0px;
}
.jconfirm .jconfirm-box .jconfirm-buttons button{
	border-radius: 0px;
}
.form-control.error{
	border-color: #e65555;
}
label.error{
	display: block;
	background: #e65555;
	color: #fff;
	padding: 2px 6px;
}
.filter-control{
	position: relative;
}
.bootstrap-datetimepicker-widget{
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
	z-index: 999;
}
.daterangepicker td.in-range{
	background-color: #00998a;
	color: #fff;
	border-radius: 0px;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover{
	background-color: #008174;
	color: #fff;
	border-radius: 0px;
}
.daterangepicker td.start-date,
.daterangepicker td.end-date,
.daterangepicker td.start-date.end-date,
.daterangepicker td.active, .daterangepicker td.active:hover{
	background-color: #008174;
	color: #fff;
	border-radius: 0px;
}
.daterangepicker .input-mini.active{
	border-color: #008174;
	border-radius: 0px;
}
.daterangepicker .input-mini{
	border-radius: 0px;
}
.ranges li{
	color: #000; 
	border-radius: 0px;
}
.ranges li.active{
	border-color: #008174;
	background-color: #008174;
	color: #fff; 
	border-radius: 0px;
}
.ranges li:hover{
	border-color: #00998a;
	background-color: #00998a;
	color: #fff;
}
.main-header.test{
	background-color: #e01d1d;
}
.main-header.test .navbar{
	background-color: #e01d1d;
}
.main-header.test .navbar:after{
	content: "TESZT KÖRNYEZET!";
	position: relative;
	color: #fff;
	font-weight: bold;
	float: left;
    margin-top: -35px;
    left: 64px;
}
.main-header.test .navbar .sidebar-toggle:hover{
	background-color: #e01d1d;
}
.sanatmetal-banner{
	height: 123px;
	background-color: #008174;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.checkboxtree ul,
.checkboxtree li{
	list-style: none;
}
.checkboxtree label,
.checkboxtree span{
	display: block;
	font-weight: normal;
	padding: 2px;
	margin: 3px;
}
.checkboxtree label input{
	margin-right: 4px;
}

.bootstrap-datetimepicker-widget table td{
	width: auto;
}
.bootstrap-datetimepicker-widget a[data-action]{
	width: 100%;
}
.bootstrap-datetimepicker-widget .timepicker table td span{
	width: 100%;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second{
	width: 100%;
}
.small-box{
	overflow: hidden;
}
.small-box > .inner{
	height: 102px;
}
.small-box h3{
	white-space: normal;
	font-size: 32px;
	margin-right: 84px;
}
.small-box:hover,
.small-box:focus,
.small-box:active{
	color: #fff;
}

pre{
	padding: 0px;
	margin: 0px;
}
input.transparent{
	background: transparent;
	border: none;
}
input.transparent:focus{
	outline: none;
}
.table-cross-hover > tbody > tr > td.hover{
	background-color: #f5f5f5;
}

.escalation-settings .time{
	font-weight: bold;
	font-size: 16px;
}
.escalation-settings .level{
	font-size: 20px;
}

.btn.btn-animated{
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.devices a[data-toggle="tab"]{
	font-weight: bold;
	color: #333;
}
.devices a[data-toggle="tab"] input{
	position: absolute;
	left: -9999px;
}
.devices a[data-toggle="tab"] input+i{
	display: none;
}
.devices a[data-toggle="tab"] input:checked+i{
	display: inline-block;
}


.snackbar {
	visibility: hidden;
	min-width: 250px;
	background-color: #333;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	padding: 16px;
	position: fixed;
	z-index: 1;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
}
.snackbar.info{
	background-color: #00c0ef;
}
.snackbar.success{
	background-color: #00a65a;
}
.snackbar.warning{
	background-color: #f39c12;
}
.snackbar.danger{
	background-color: #dd4b39;
}

.snackbar.show {
	visibility: visible;

	/* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
	from {bottom: 30px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
	from {bottom: 30px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
}
.black-link{
	color: #333;
}
.black-link:hover,
.black-link:focus,
.black-link:active {
	color: #333;
}

#contacts fieldset {
	position: relative;
	margin: 0 20px;
}

#contacts fieldset .remove-contact {
	position: absolute;
	right: 5px;
	top: 35px;
}

.save-partner-price {
	position: relative;
	top: -1px;
	height: 25px;
	left: -3px;
}

.non-existing .form-group input, .non-existing .form-group select, .non-existing .form-group textarea {
	border: 2px solid #ac2925;
	color: #ac2925;
}


#loading-content {
	position: absolute;
	width: 100%;
	height: 100%;
}

#spinner {
	position: relative;
	width: 100%;
	height: 100%;
}
#spinner:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin-left: -40px;
	margin-top: -40px;
	border: 5px solid #d1effa;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border-top-color: #19AEE6;
	border-right-color: #19AEE6;
	-moz-animation: rotate2 0.5s linear infinite;
	-webkit-animation: rotate2 0.5s linear infinite;
	animation: rotate2 0.5s linear infinite;
}

@-moz-keyframes rotate2 {
	0% {
		-moz-transform: rotateZ(-360deg);
		transform: rotateZ(-360deg);
	}
	50% {
		-moz-transform: rotateZ(-180deg);
		transform: rotateZ(-180deg);
	}
	100% {
		-moz-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
	}
}
@-webkit-keyframes rotate2 {
	0% {
		-webkit-transform: rotateZ(-360deg);
		transform: rotateZ(-360deg);
	}
	50% {
		-webkit-transform: rotateZ(-180deg);
		transform: rotateZ(-180deg);
	}
	100% {
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
	}
}
@keyframes rotate2 {
	0% {
		-moz-transform: rotateZ(-360deg);
		-ms-transform: rotateZ(-360deg);
		-webkit-transform: rotateZ(-360deg);
		transform: rotateZ(-360deg);
	}
	50% {
		-moz-transform: rotateZ(-180deg);
		-ms-transform: rotateZ(-180deg);
		-webkit-transform: rotateZ(-180deg);
		transform: rotateZ(-180deg);
	}
	100% {
		-moz-transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
	}
}


div[data-notify] {
	z-index: 9999 !important;
}