/*** LOGIN ***/
.login-layout {
	background-color: #1a82f7;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a82f7), to(#2F2727));
	
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #2F2727, #1a82f7);
	
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #2F2727, #1a82f7);
	
	/* IE 10 */
	background: -ms-linear-gradient(top, #2F2727, #1a82f7);
	
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #2F2727, #1a82f7);
}
.login-layout .widget-box {
	background: none !important;
}
.login-layout .widget-main {
	padding: 20px;
}

/*** YII ***/
/*
#yii-debug-toolbar {
	opacity: 0.2;
	filter: alpha(opacity=20);
	left: 0;
	right: 0;
	border-top: 1px solid #AAA;
}
#yii-debug-toolbar-min {
	opacity: 0.2;
	filter: alpha(opacity=20);
}
*/

.navbar-container {
	z-index: 99;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	background: #e2e2e2; //#438eb9;
}
.navbar-brand {
	padding: 3px !important;
	font-family: 'Roboto', sans-serif;
	line-height: 1.2;
	color: #FFF;	
	font-size:16px !important;
}

.breadcrumb {
	margin-left: 20px;	
}
.sidebar {
	width: 210px;
}
.sidebar + .main-content {
	margin-left: 210px;
}

/*** CONTENT ***/
/* backgrounds */
.bg-white{
	background: #fff;	
}
.bg-blue{
	background-color: #3ca2ba;
}
.bg-green{
	background-color: #95c11f;
}
.bg-orange{
	background-color: #f07351;
}
.bg-grey{
	background-color: #f3f3f3;
}
.bg-yellow{
	background-color: #fff9ce;
}
.bg-yellow.border-white{
	border: 4px solid #fff;
}

.bg-white.border-top{
	border-top: 5px solid #f3f3f3;
}
.bg-hexa-grey-big{
	background: #f3f3f3 url(../img/bg-hexa-grey-big.png) repeat-x center bottom;	
}
.bg-hexa-grey-medium{
	background: #f3f3f3 url(../img/bg-hexa-grey-medium.png) repeat-x center bottom;	
}
.bg-hexa-grey-tiny{
	background: #f3f3f3 url(../img/bg-hexa-grey-tiny.png) repeat-x center bottom;	
}
.bg-hexa-grey-top{
	background: #fff url(../img/bg-hexa-grey-top.png) repeat-x center top;	
}

.bg-shadow{
	padding-bottom: 20px;
	background: url(../img/bg-shadow.png) no-repeat center bottom;
	background-size: 100% 238px;
}

.widget-main {
	padding: 2px;
}
.cursor-p{
	cursor: pointer;
}

/*** FONT ***/
.bold{
	font-weight: bold;
}
.mini{
	font-size: 10px;
	line-height: 1px !important;
	font-weight: normal !important;
}
.nowrap {white-space: nowrap;}
.phone_pwd {
	font-family: monospace;
	font-size: 26px;
	font-weight: bold;
	color: #333;
}


/*** TABLE ***/
table {
	font-size: 12px !important;
}
table input {
	padding: 0px 4px !important;
	font-size: 12px !important;
	width: 96% !important;
}
th, td {
	padding: 4px !important;
	line-height: 2.2;
}
.table-header {
	background: #ffb752;
	font-size: 12px !important;
	/*font-weight: bold;*/
    line-height: 1.8;
    padding-left: 12px;
    margin-bottom: 1px;
    color: #FFF;		
}
.table-header-red {
	background:#990000;
	font-size: 12px !important;
    line-height: 1.8;
    padding-left: 12px;
    margin-bottom: 1px;	
	color: #FFF;	
}
.table-header-red-light {
	background:#e2755f;
	font-size: 12px !important;
	line-height: 1.8;
	padding-left: 12px;
	margin-bottom: 1px;
	color: #FFF;
}
.modal-header .close {
	font-size: 20px !important;
}
.tc-date {
	width: 140px;
}
.tc-small {
	width: 40px;
}
.tc-narrow {
	width: 80px;
}
.tc-narrow input{
	width: 80% !important;
}
.no-margin-bottom{
	margin-bottom: 0 !important;
}
.grid-view {
	padding-bottom: 36px;
}
.grid-view .form-control {
	font-size: 12px;
	height: 26px;
}
.grid-view .summary{
	background-color: #9cb5d4;
	padding: 1px 0 2px 4px;
	color: white;
}
.grid-view .pagination {
	float: right;
	margin: 0 1px 0 0;
}
.dataTables_wrapper .row {
	padding-left: 10px;
	padding-right: 10px;	
}
.not-set {
	color: #CCC;
}
.buttons-1 {
	width: 32px;
}
.buttons-2 {
	width: 68px;
}
.buttons-3 {
	width: 96px;
}
.buttons-4 {
	width: 126px;
}
.buttons-1 .btn {
	width: 28px;
}
.buttons-2 .btn {
	width: 28px;
}
.buttons-3 .btn {
	width: 28px;
}
.buttons-4 .btn {
	width: 28px;
}
th .asc:after {
	content: ' \25B2';
	color: red;
}
th .desc:after {
	content: ' \25BC';
	color: #03def1;
}

/*** FORM ***/
.btn-success {
	background-color: #2e8965 !important;
	border-color: #2e8965;
}
.form-horizontal .form-group {
	margin: 0;
	padding: 4px 4px 2px 1px;
	border-bottom: 1px solid #EEE;
}
.form-horizontal .form-group:nth-child(2n+1) {
    background-color: #f9f9f9;
}
.form-horizontal .form-group:nth-child(2n) {
    background-color: #EFEFEF;
}
.btn-group-form {
	margin-top: 4px;
}
.input-group[class*="col-"] {
	float: right;
}
.help-block {
	margin: 1px 0;
	color: #CCC
}
label {
    font-size: 13px;
    font-weight: normal;
}
.form-custom {
	width:auto !important;
	float:none !important;
}
textarea {
	height: auto !important;
}
div.required label.control-label:after {
    content: ' *';
    color: red;
}
.form-field-required:after {
	content: '* Pflichtfeld';
	color: #AAA;
}

/*** AJAX ***/
.btn-ajax i {
	width: 16px;
}

/*** BUTTONS ***/
.tooltip-inner {
	text-align: left;
}

/* DOMAINS */
div.table-products{
	border-top: 1px solid #d2d2d2;
	margin-bottom: 1em;
}
div.table-products.no-border-top{
	border-top: none;
}

.table-products .row{
	margin: 0 !important;
	border-bottom: 1px solid #d2d2d2;
}
.table-products .row-sum{
	border-top: 1px solid #d2d2d2;
}

.table-products td{
	padding: 14px 6px !important;
	vertical-align: middle !important;
}
.table-products .cell{
	padding-top: 14px !important;
	padding-bottom: 14px !important;
	vertical-align: middle !important;
}

.bg-yellow .table-products,
.bg-yellow .table-products .row{
	border-color: #d4cb89 !important;	
}

.table-products .checkbox{
	margin: 0 !important;	
}

.table-products h4{
	margin: 0;
}

.table-products .cell .btn{
	margin-top: -4px;	
	margin-bottom: -4px;
}

.table-products .cell .btn.mw130{
	min-width: 130px;	
}

.table-products .loading{
	height: 1em;
	background: url("../img/loading-three-bullets.gif") no-repeat left center;
}

.user-info {
    max-width: 160px !important;
}

/* Animation GIFs */
.loading {
	background: rgba(0, 0, 0, 0) url("//webspace.at/webspace/theme/img/loading-three-bullets.gif") no-repeat scroll left center;
    height: 1.2em;
}

.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

.pricing-span {
    margin: 0;
    width: 19%;
    max-width: 300px !important;
    min-width: 110px !important;
    float: left !important; 
}

/* provider.at Bestellung */
.domainOrder {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0px;
  height:35px; 
  background:#478fca !important;
  z-index: 10;
}

.alert-pink {
    background-color: #9585bf;
    border-color: #7461aa;
    color: #9585bf;
}

.modal-dialog {
    width: 800px !important;
    margin: 30px auto;
}

.text-green {
    color: #95c11f;
}

.text-orange {
    color: #f07351;
}

.alert-light {
	background: #EEEEEE;
}

/** DOMAIN MARKTPLATZ **/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


.tx-roboto{
	font-family: 'Open Sans', sans-serif !important;
}
.py-15{
	padding-top:15px;
	padding-bottom: 15px;
}

.py-5{
	padding-top:5px;
	padding-bottom: 5px;
}

.px-15{
	padding-left: 30px !important;
	padding-right:30px !important;
}
.tx-18{
	font-size: 18px;
}

.ml-15{
	margin-left:15px !important;
}

.radio-select{
	background-color: #ffffff;
	border: 1px solid #BABABA;
	border-radius: 10px;
	cursor: pointer;
	display: inline-block;
	height: 15px;
	margin-right: 15px;
	position: relative;
	width: 15px;
	-webkit-appearance: none;
}

.radio-select:checked:after {
	background-color: rgba(68, 68, 68, 0.53);
	border-radius: 10px;
	content: '';
	display: block;
	height: 15px;
	position: relative;
	width: 15px;
}

.d-none{
	display:none !important;
}

.vk-subtitle{
	font-weight: 500;
}

.vk-title{
	margin-bottom: 15px;
}
.vk-content{
	margin-top:20px;
}

#vk-price::before{
	content: 'Preis';
	position: absolute;
	left: 20px;
	font-size: 20px;
}

.justify-content-between{
	justify-content: space-between;
}

.vk-label {
	font-weight: 600;
	font-size: 15px;
	display: inline-block;
	width: auto;
	text-align: left;
	margin-right:15px;
}

.my-auto{
	margin-top: 5px;
}

.vk-ns{
	display: flex;
	justify-content: space-between;
	align-items:center;
	margin: 10px 0;
}

.vk-box{
	display: flex;
	justify-content: flex-start;

}

.vk-vka{
	display: flex;
	justify-content: flex-start;
	align-items:center;
	margin: 10px 0;
}

.vk .form-horizontal .form-group:nth-child(2n) {
	background-color: rgba(239, 239, 239, 0);
}

.vk .form-horizontal .form-group:nth-child(2n+1) {
	background-color: rgba(249, 249, 249, 0);
}

.vk .form-horizontal .form-group {
	margin: 0;
	padding: 4px 4px 2px 1px;
	border-bottom: 1px solid rgba(238, 238, 238, 0);
}

.badge-new{
	position: absolute;
	background: #D25A44;
	border-radius: 50%;
	text-align: center;
	left:14px;
	top:20px;
	width: 25px;
	color: #f8fafc;
	font-size: 10px !important;
}

.numberCircle {
	position: absolute;
	font-size: 8px;
	right: 45px;
	top: 8px;
	width: 18px;
	height: 18px;
	box-sizing: initial;
	background: #D25A44;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	line-height: 2em;
	box-sizing: content-box;
}
.numberCircle1 {
	position: absolute;
	font-size: 8px;
	right: 45px;
	top: 8px;
	width: 18px;
	height: 18px;
	box-sizing: initial;
	background: #D25A44;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	line-height: 2em;
	box-sizing: content-box;
}

.border-light-l{
	border-left: 1px solid #80808047;
}

.bootbox > .modal-dialog {
	z-index: inherit;
}