/*
	Theme Name: holocam.io BACKEND
	Author:     Pedro Stoehr, pedro.stoehr@warptec.com
	Author URI: https://warptec.com
*/

/*
    COLORS
*/


@import url('../../dist/css/lith.css');
@import url('lib/jquery.mCustomScrollbar/jquery.mCustomScrollbar.min.css');

/*! LITH overrides ----------------------------------------------------- */


.vertical {
	vertical-align: middle;
}

.btn-dropdown-footer {
	background-color: transparent;
	box-shadow: none;
	border-top: 1px solid rgba(0,0,0,.1);
	color: rgb(180,180,180)!important;
	width: 100%;
	display: block;
	font-size: .7rem;
	height: 28px;
	line-height: 28px;
	border-radius: 0;
}
.btn-dropdown-footer:hover {
	border-top: 1px solid rgba(0,0,0,.05);
	background-color: rgba(0,0,0,.05);
	color: rgb(0,0,0)!important;
	box-shadow: none;
}

/*! THEME -------------------------------------------------------------- */

.page {
	min-height: 100%;
}

body {
    background-color: #f2f2f2;
    color: #000;
    
    font-family: 'AudiTypeScreen',Verdana, Geneva, sans-serif;
    font-size: 1rem;
}
.ma-backdrop {
	cursor: pointer;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9 !important;
}



/*! COLORS ------------------------------------------------------------- */

div#login.theme-default{background-image:url(img/AR8_151010.jpg);background-size:cover;}
@media (max-width: 1600px) {
    div#login.theme-default {
        background-image: url(img/loginbg.jpg);
    }
}

.theme-default .login-box{background-color:#FFF;background-image: none;}
.theme-default .login-brand span{color:#081734}
.theme-default .login-center a{color:#999}
/*.theme-default .theme-default .recoverform input{background-color:#FFF;color:#000;-webkit-box-shadow:inset 0 0 0 1px #999;-moz-box-shadow:inset 0 0 0 1px #999;-ms-box-shadow:inset 0 0 0 1px #999;-o-box-shadow:inset 0 0 0 1px #999;box-shadow:inset 0 0 0 1px #999}*/
/*.theme-default .login-form input:active,.theme-default .login-form input:focus,.theme-default .recoverform input:active,.theme-default .recoverform input:focus{background-color:white;color:#000;-webkit-box-shadow:inset 0 0 0 2px #999;-moz-box-shadow:inset 0 0 0 2px #999;-ms-box-shadow:inset 0 0 0 2px #999;-o-box-shadow:inset 0 0 0 2px #999;box-shadow:inset 0 0 0 2px #999}*/
/*.theme-default .login-form .action,.theme-default .recoverform .action{background-color:#999;color:#FFF}*/
/*.theme-default .login-form ::-webkit-input-placeholder,.theme-default .recoverform ::-webkit-input-placeholder{color:#999}
.theme-default .login-form :-moz-placeholder,.theme-default .recoverform :-moz-placeholder{color:#999}
.theme-default .login-form ::-moz-placeholder,.theme-default .recoverform ::-moz-placeholder{color:#999}
.theme-default .login-form :-ms-input-placeholder,.theme-default .recoverform :-ms-input-placeholder{color:#999}
.theme-default .login-form .action,.theme-default .recoverform .action{background-color:#999;color:#FFF}
.theme-default .login-link,.theme-default .recover-link{color: #999}
.theme-default .login-link:hover,.theme-default .recover-link:hover{color:#081734}*/
.theme-default .login-footer,
.theme-default .login-footer a{color:#999}
.theme-default .login-form h3 {color:#081734}
/*@media (max-width: 767px) {
    .theme-default .login-box {
        background-image: url(img/loginbg.jpg);
        background-position-x: center;
    }
}*/

/* ----- */


.theme-default .header {
	background-color: #323232;
	color: #FFF;
}
.theme-default .header .header-logo a{
	color: #FFF;
}
.theme-default .header .header-dropdown>.dropdown-icon-counts{
	background: rgb(255,75,75)
}
.theme-default .header .header-dropdown {
	color: #FFF;
}
.theme-default .header .header-dropdown:hover,
.theme-default .header .header-dropdown:active,
.theme-default .header .header-dropdown:visited{
	background-color:rgba(255,255,255,.15);
	color: #FFF
}
.theme-default .header .header-credits a {
	background-color:rgb(35,127,212);
}
.theme-default .header .header-credits a:hover {
	background-color: #FFC107;
	color:#000;
}

.theme-default .page {
	background-color:#F2F2F2;
    color: #333333;
}
.theme-default .sidebar {
	background-color: #323232;
}
    .theme-default .sidebar .main-menu > li {
        padding: 0 10px;
    }
    .theme-default .sidebar .main-menu > li > a {
        color: rgba(242,242,242,.7);
    }

.theme-default .sidebar .main-menu .active>a,
.theme-default .sidebar .main-menu a.active,
.theme-default .sidebar .main-menu a:hover {
	color: #FFF;
}
    .theme-default .sidebar .main-menu > li > a > i {
        color: rgba(242,242,242,.7);
    }
.theme-default .sidebar .main-menu>li.active>a>i {
	color:#f2f2f2;
}
.theme-default .sidebar .main-menu>li>a:hover {
	background-color: rgba(255,255,255,.1);
}
.theme-default .sidebar .sidebar-profile {
	background-color: rgb(35,127,212);
	color: #FFF;
}
.theme-default .sidebar .sidebar-profile ul {
	background-color:rgb(35,127,212)
}
.theme-default .sidebar .sidebar-profile ul li {
	border-color: rgba(255,255,255,.1)
}
.theme-default .sidebar .sidebar-profile ul li a {
	color: rgba(255,255,255,.7);
}
.theme-default .sidebar .sidebar-profile ul li a:hover {
	color: #FFF;
}
.theme-default .btn,
.theme-default .btn-floating {
	background-color: rgb(255,75,75);
    box-sizing: border-box;
}
.theme-default h2 {
	color: #333333;
    font-weight: 500;
}
h1,h2 {

    font-family: 'AudiTypeExtended';
}


/*! LOGIN -------------------------------------------------------------- */

body#login{background: no-repeat center center;background-repeat:no-repeat;background-position:center center;background-size:cover;background-attachment:fixed}
.login-box{float:right;height:100%;position:relative;width:360px}
.login-brand{padding:40px 0 0 40px;width:calc(100% - 40px)}
/*.login-center{padding:0 40px;}
.login-form label,.recoverform label{display:none}
.login-form .input-container,.recoverform .input-container{position:relative;width:100%}
.login-form input,.recoverform input{border:0;box-sizing:border-box;-moz-box-sizing:border-box;height:42px;margin-right:17px;padding:0 15px;-webkit-transition:box-shadow .1s ease-in-out;-moz-transition:box-shadow .1s ease-in-out;-ms-transition:box-shadow .1s ease-in-out;-o-transition:box-shadow .1s ease-in-out;transition:box-shadow .1s ease-in-out;width:100%;line-height:42px}
.login-form input.btn-padding,.recoverform input.btn-padding{padding-right:48px}
.login-form input:active,.login-form input:focus,.recoverform input:active,.recoverform input:focus{outline:none}
.login-form .action,.recoverform .action{border:0;cursor:pointer;height:42px;display:block;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:42px;padding:0}
.login-form .action i,.recoverform .action i{font-size:32px}
.recoverform{display:block}
.login-link,.recover-link{display:inline-block;cursor:pointer;font-size:.8rem}
.login-link span{padding-left:20px;position:relative}*/
.login-footer{font-size:.8rem;position:absolute;bottom:10px;left:40px}

@media screen and (min-width:.1em) and (max-width: 48em){ /* SMALL ONLY*/ 
	.login-box{display:block;float:none;width:100%}
}

/*! HEADER ------------------------------------------------------------- */

.header {
    left: 0;
    min-height: 50px;
    padding: 0;
    position: fixed;
    top: 0;
    width: 240px;z-index:11;
}
.header-inner{height:60px;line-height:50px;list-style:none;margin-bottom:0;margin-top:10px;}
.header-inner>li:not(.pull-right){float:left;margin-left:-15px;}
.header-logo a{background:url(img/audi-logo.svg) no-repeat center center;display:block;height:34px;margin-top:14px;text-indent:-9999px;width:140px}
.header-trigger{cursor:pointer;display:none!important;height:50px;width:35px;position:relative;font-size: 35px;}
.header-trigger i{position: absolute;left:50%;top:50%;}
.header .header-dropdown{display:block;text-align:center;z-index:1;position:relative;-webkit-transition-duration:250ms;transition-duration:250ms;border-radius:2px;height:32px;margin-top:9px;position:relative;}
.header .dropdown-content.w260{margin-top:10px;max-width:100%!important;width:260px!important}
.header .dropdown-content.w180{margin-top:10px;max-width:100%!important;width:180px!important}
.header .header-dropdown>.dropdown-icon.square{width:36px}
.header .header-dropdown>.dropdown-icon-counts{border-radius:2px;font-size:.6rem;font-style:normal;line-height:15px;padding:0 5px;position:absolute;right:6px;top:2px}
.header .dropdown-title{border-bottom:1px solid rgba(0,0,0,.1);color:#999;display:block;font-size:.8rem;font-weight:400;line-height:32px;text-align:center;text-transform:uppercase}
.header .dropdown-content{border-radius:3px}
.header .dropdown-content ul{list-style-type:none;margin:8px 0;padding:0}
.header .dropdown-content li{min-height:28px}
.header .dropdown-content li>a,.header .dropdown-content li>span{font-size:.8rem;padding:2px 16px}
.header .dropdown-content li>a i{font-size:16px;margin-right:4px;vertical-align:middle}
.header .header-credits {display:inline-block;margin:12px 12px 0 0;}
.header .header-credits a {border-radius:3px!important;display:block;height: 24px;line-height:24px;padding:0 10px;color:#FFF;font-size:.9rem;}

@media (max-width:1279px) {
	
}

:-webkit-full-screen [data-ma-action=fullscreen]{display:none}
:-moz-full-screen [data-ma-action=fullscreen]{display:none}
:-ms-fullscreen [data-ma-action=fullscreen]{display:none}
:fullscreen [data-ma-action=fullscreen]{display:none}

/*! PAGE --------------------------------------------------------------- */

.page{padding-bottom:110px;padding-top:10px;position:relative}
.sidebar-toggled .page{height:100vh;overflow:hidden}

/*! SIDEBAR ------------------------------------------------------------ */

#sidebar{font-size:.8rem;width:240px}
.sidebar{box-shadow:0 1px 1px rgba(0,0,0,.1);height:calc(100% - 50px);overflow-y:auto;position:fixed;transition:all;-webkit-transition-duration:.3s;transition-duration:.3s;top:60px;z-index:21}
.sidebar .main-menu{list-style:none;margin:20px 0 0 0;padding-left:0;}
.sidebar .main-menu a,.sidebar .profile-head{-webkit-transition:color;-o-transition:color;transition:color;-webkit-transition-duration:.3s;transition-duration:.3s}
.sidebar .main-menu>li>a{display:block;font-weight:500;padding:8px 20px;position:relative}
.sidebar .main-menu>li>a i{font-size:24px;margin-right:4px;margin-left:-4px;vertical-align:middle}
.sidebar .sub-menu>a,.sidebar .profile-head{position:relative}
.sidebar .sub-menu>a:after,.sidebar .sub-menu>a:before,.sidebar .sidebar-profile>.profile-head:after,.sidebar .sidebar-profile>.profile-head:before{position:absolute;top:50%;margin-top:-11px;font-family:'Material Icons';font-size:16px;right:15px;-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:250ms;transition-duration:250ms;opacity:0}
.sidebar .sub-menu:hover>a:after,.sidebar .sub-menu:hover>a:before,.sidebar .sub-menu.toggled>a:after,.sidebar .sub-menu.toggled>a:before,
.sidebar .sub-menu:hover>.profile-head:after,.sidebar .sub-menu:hover>.profile-head:before,.sidebar .sub-menu.toggled>.profile-head:after,.sidebar .sub-menu.toggled>.profile-head:before{opacity:1}
.sidebar .sub-menu>a:before,.sidebar .sub-menu>.profile-head:before{content:"\E145";-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
.sidebar .sub-menu>a:after,.sidebar .sub-menu>.profile-head:after{content:"\E15B";transform:scale(0)}
.sidebar .sub-menu.toggled>a:before,.sidebar .sub-menu.toggled>.profile-head:before{content:"\E145";-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}
.sidebar .sub-menu.toggled>a:after,.sidebar .sub-menu.toggled>.profile-head:after{content:"\E15B";-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
.sidebar .sub-menu ul{display:none;list-style:none;margin:0;padding:0}
.sidebar .sub-menu ul>li>a{color:#989898;display:block;font-weight:500;padding:6px 20px}
.sidebar .sub-menu ul>li:first-child>a{padding-top:12px}
.sidebar .sub-menu ul>li:last-child>a{padding-bottom:12px}
.sidebar .sub-menu ul>li ul{background-color:#F7F7F7;font-size:12px;margin:10px 0}
.sidebar .sub-menu.active>ul{display:block}
.sidebar .sidebar-profile{cursor:pointer}
.sidebar .sidebar-profile ul li{min-height:24px;padding:0;margin: 0 20px;}
.sidebar .sidebar-profile ul li a{font-weight:300;line-height:24px;padding:0}
.sidebar .sidebar-profile ul li{border-top:1px solid}
.sidebar .sidebar-profile .profile-head{padding:10px 20px;min-height:60px}
.sidebar .sidebar-profile .media{overflow:visible}
.sidebar .sidebar-profile .media:after,.sidebar .sidebar-profile .media:before{content:" ";display:table}
.sidebar .sidebar-profile .media>.pull-left{padding-right:15px}
.sidebar .sidebar-profile .media-body{display:block;line-height:1.2;padding-top:4px;width:auto;}
.sidebar .sidebar-profile .media-body small {display:block}
.sidebar .sidebar-profile .profile-head img{border:2px solid rgba(255,255,255,.2);border-radius:50%;height:40px;margin-right:10px;width:40px}
.sidebar .sidebar-profile.sub-menu ul>li:first-child>a{padding-top:0}
.sidebar .sidebar-profile.sub-menu ul>li:last-child>a{padding-bottom:0}
.sidebar .sidebar-profile.sub-menu ul>li>a{padding:6px 20px!important}

@media (max-width:1279px) {
	#sidebar{-webkit-box-shadow: 5px 5px 15px -5px rgba(0,0,0,.4);-moz-box-shadow: 5px 5px 15px -5px rgba(0,0,0,.4);box-shadow: 5px 5px 15px -5px rgba(0,0,0,.4);-webkit-transform: translate3d(-260px,0,0);transform: translate3d(-260px,0,0)}
	#sidebar.toggled{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
    .header {
        
        -webkit-transform: translate3d(-192px,0,0);
        transform: translate3d(-192px,0,0);
        
    }
        .header .header-trigger {
            display: inline-block !important
        }

    .theme-default .header {
        background-color: transparent;
        color: #323232;
    }
	
}

@media(min-width: 768px){
    .header .header-trigger{
        width: 0px;
        margin-right: -10px;
    }
}



.abp-nav__action {
    border-bottom: 1px solid rgba(255,255,255,.05);
}

/*! CONTENT ------------------------------------------------------------ */



@media (min-width:1280px) {
	.content{padding-left:260px;padding-right:15px}
}
@media (min-width:768px) and (max-width:1279px) {
	.content{padding-left:45px;padding-right:15px}
}


/* ----- */

.card {
	position: relative;
	background: #222;
	color: #000;
	margin-bottom: 5px;
    margin-top: 0;
    margin-right: 2px;
    margin-left: 2px;
    border: none;
}
.card.no-header {
	padding-top:26px;
}
.card .card-header {
	position: relative;
	display: block;
	padding: 26px 20px;
	border-radius: 2px 2px 0 0;
    font-size: 1.1rem;
}
.card .card-title {
		color: #FFF;
}
.card .card-header h2 {
	margin: 0;
	padding:0;
	line-height: 100%;
}
.card .card-header h1 {
    color: #fff;
    font-weight: 500;
}

.card .card-header h2 small {
	font-size: 1rem;
	display: block;
	margin-top: 8px;
	color: #909090;
	font-weight: 400;
}
.card .card-header .btn-floating {
	position: absolute;
	right: 25px;
	top:26px;
	z-index: 1;
}


.card-content.image-padding {
	padding: 10px 20px 20px 20px;
}
.card .card-title {
	font-weight: 400;
	font-size: 1.2rem;
}

.card-search {
	border-radius: 3px;
		border: 1px solid #333;

	background-color: #232323;
}

.card-search input {
	width: 100%;
	height: 42px;
	line-height: 42px;
	border: 0;
	padding: 0 24px 0 42px;
	background-color: transparent;
	position: relative;
	font-weight: 400;
}
.card-search:before {
	position:absolute;top:0;font-family:'Material Icons';content:'\E8B6';font-size:24px;height:42px;line-height:44px;left:10px;color:#CCC;
}


/*
.card-nav ul {display:flex;list-style-type:none;width:100%;height:42px;margin:0;}
.card-nav li{flex:1 1 auto}
.card-nav li a{border-top: 1px solid #FFF;border-bottom: 1px solid #EEE;border-right:1px solid #FFF;color:#999;display:block;height:42px;line-height:42px;padding:0 10px;text-align:center}
.card-nav li:last-child a{border-right:0}
.card-nav li.active a{border-top: 1px solid #EEE;border-bottom: 1px solid #FFF;border-right-color:#EEE;background-color:#FFF;color:#000}
*/

.superaction {
	display: block !important;
	border: 2px solid #DDD !important;
	border-radius: 3px !important;
	text-align: center !important;
	color: #000;
	margin-bottom: 10px;
}
.superaction:hover {
	color: #000;
}





.card .card-body {
	/*padding: 0 20px;*/
}



.actions {
	position: absolute;
	right: 10px;
	z-index: 2;
	top: 15px;
	list-style-type: none;
}
.actions li a {
	text-align: center;
	color: #999;
	padding: 0 4px;
}
.actions li {
	float: left;
}
.actions li a:hover i {
	color: #212121
}
.actions li i {
	font-size: 18px !important
}


.dropdown {
	position: relative;
}

.dropdown-menu {
	position: absolute;
	left: 0;
	top:-6px;
	z-index: 9;
	display: none;
	min-width: 160px;
	list-style: none;
	text-align: left;
	background-color: #fff;
	box-shadow:0 2px 6px rgba(0,0,0,.3);
	background-clip: padding-box;
	border-radius: 3px;
	padding: 10px 0;
}

.dropdown-menu-right,.dropdown-menu.pull-right {
	left: auto;
	right: 0;
}
.dropdown-menu.open {
	display: block;
-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;	
     -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:.2s;
    -moz-animation-duration:.2s;
    animation-duration:.2s;   
}


.dropdown-menu-left {
	left: 0;
	right: auto;
}

.dropdown-menu li {
	font-size: .8rem;
	width: 100%;
	padding: 0;
}
.dropdown-menu li a {
	color: #212121;
	text-align: left;
	display: block;
	padding: 6px 10px;
}
.dropdown-menu li a:hover {
	background-color: #EEE;
}



@-webkit-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }



/*! LITH UPDATES */


.table {
	font-size: .85rem;
	margin-bottom: 0;
}
.table th,
.table td{
	padding-top: 8px;
	padding-bottom: 8px;
}
.table tr {
    color: #000;
}
.table td {
	border-top: 1px solid rgba(255,255,255,.2);
}
.table>thead>tr>th {
	background-color: rgba(255,255,255,.2);
	vertical-align: middle;
	font-weight: 400;
	color: #FFF;
	border-width: 1px;
	text-transform: uppercase;
}
.table>tbody>tr>td:first-child,
.table>tbody>tr>th:first-child,
.table>tfoot>tr>td:first-child,
.table>tfoot>tr>th:first-child,
.table>thead>tr>td:first-child,
.table>thead>tr>th:first-child {
	padding-left: 30px;
}
.table>tbody>tr>td:last-child,
.table>tbody>tr>th:last-child,
.table>tfoot>tr>td:last-child,
.table>tfoot>tr>th:last-child,
.table>thead>tr>td:last-child,
.table>thead>tr>th:last-child {
	padding-right: 30px;
}
/*.table>tbody>tr:last-child>td,
.table>tfoot>tr:last-child>td {
	padding-bottom: 20px;
}*/



.table-tools>tbody>tr>td:last-child,
.table-tools>tbody>tr>th:last-child,
.table-tools>tfoot>tr>td:last-child,
.table-tools>tfoot>tr>th:last-child,
.table-tools>thead>tr>td:last-child,
.table-tools>thead>tr>th:last-child {
	width:40px;
}
.tools-2x>tbody>tr>td:last-child,
.tools-2x>tbody>tr>th:last-child,
.tools-2x>tfoot>tr>td:last-child,
.tools-2x>tfoot>tr>th:last-child,
.tools-2x>thead>tr>td:last-child,
.tools-2x>thead>tr>th:last-child {
	/*width:96px;*/
    width: auto;
}
.table-tools a i {
	font-size:16px;
	border: 1px solid #666;
	color: #FFF;
	border-radius: 3px;
	background-color: #545454;
	padding: 2px;
}
.tools-2x a {
	float: left;
	margin-right: 4px;
}
.tools-2x a:last-child {
	margin-right: 0;
}
.table-tools a:hover i {
	border-color: #666;
	background-color: #333;
	color: #FFF;
}

.table-tools>tbody>tr:hover{
	background-color: rgba(255,255,255,.1);
	color: #FFF;
}


.table-striped td,
.table-striped th {
	border: 0 !important;
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th {
	border-bottom: 0;
	border-left: 0;
}

.table-bordered,
.table-bordered>tbody>tr>td:last-child,
.table-bordered>tbody>tr>th:last-child,
.table-bordered>thead>tr>th:last-child {
	border-right: 0;
}

.table-bordered>thead>tr>th {
	border-left: 0;
}







.table-responsive {
	border: 0;
}


.table-responsive {
	overflow-x: auto;
	min-height: .01%;
}

@media screen and (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 13.5px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #F5F5F5;
	}

	.table-responsive>.table {
		margin-bottom: 0;
	}

	.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
		white-space: nowrap;
	}

	.table-responsive>.table-bordered {
		border: 0;
	}

	.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child {
		border-left: 0;
	}

	.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child {
		border-right: 0;
	}

	.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th {
		border-bottom: 0;
	}
}


.block-header {
	position: relative;
}
.block-header>h2 {
	font-size: .8rem;
	color: #999;
	margin: 0;
	font-weight: 400;
	text-transform: uppercase;
}
.block-header .actions {
	position: absolute;
	right: 0;
	top: 11px;
	z-index: 4;
}



.product-data{
		font-size: .8rem;
	background-color: #EEE;
	display: block;
	margin: 24px 0 32px 0;
	padding: 12px 24px;
}

.product-data dl{

	margin: 0;
	padding: 0;
	width: 100%;
}



.product-data dt{
	border-top: 1px solid #DDD;
	margin: 0 0 0 0;
	padding: 6px 0 0 0;
	font-weight: 400;
	text-transform: uppercase;
}


.product-data dd{
	border: 0;
	margin: 0 0 0 0;
	padding: 0 0 6px 0;
}

.product-data dt:first-of-type,
.product-data dd:first-of-type {
	border: 0
}

@media screen and (min-width:57.9em) {
	.product-data dl{
		display:flex;
		flex-wrap: wrap;
	}
	.product-data dt{
		width: 40%;
		display: inline-block;
		padding: 6px 0;
	}
	.product-data dd{
		border-top: 1px solid #DDD;
		width: 60%;
		display: inline-block;
		padding: 6px 0;
	}
}

.tree-subnode {
    background: url('img/tree-subnode.svg') no-repeat -8px center;
}
.tree-subnode-end {
    background: url('img/tree-subnode-end.svg') no-repeat -8px center;
}
.tree-subnode-parent {
    background: url('img/tree-subnode-parent.svg') no-repeat -8px center;
}
.tree-subnode-parent-default {
    background: url('img/tree-subnode-parent-default.svg') no-repeat -8px center;
}


.note {
	background-color: #E3F2FD;
	padding: 10px 20px;
}
.note p:last-child {
	margin-bottom: 0;
}



input.pure {
	background-color: #FFF;
	font-weight: 400;
	border: 0;
	width: 100%;
	padding: 0px 0;
	text-align: center;
}

input.pure:focus {
	background-color: rgba(255,193,7,.2);
}

.card .card-body.card-padding {
	padding: 26px 30px;
}

.card .card-body.card-padding-sm {
	padding: 15px;
}


.bg-cyan {
	background-color: #00BCD4 !important;
}

.bg-lightgreen {
	background-color: #8BC34A !important;
}
.bg-promo a {
	border-bottom: 1px solid rgba(0,0,0,.2);
	color: #212121 !important;
}
.bg-promo {
	background-color: #E1F5FE;
}

.tableSort th {
	
	position: relative;
-webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */
}
.tableSort .th-icon {
	position: absolute;
	right: 0;
	top: 50%;
	color: rgb(255,75,75);
	transform: translateY(-50%);
}

.tableSort [data-sort] {
    /* Styles */
    cursor: pointer;
    padding-right: 24px;
}
.tableSort .arrow {

}

.btn-floating.btn-large.halfway-fab{bottom:-28px}
.btn-floating.btn-large i{line-height:56px}
.btn-floating.halfway-fab{position:absolute;right:24px;bottom:-20px}
.btn-floating.halfway-fab.left{right:auto;left:24px}
.btn-floating i{width:inherit;display:inline-block;text-align:center;color:#fff;font-size:1.2rem;line-height:40px}

.btn-floating {
	border-radius: 3px;
	background-color: rgb(35,127,212) !important;
}


/*! RESPONSIVE, BABY! */
@media screen and (min-width: 61.9em){ /* LARGE */ 
	.superaction {
		margin-bottom: 30px;
	}
	.superaction i,
	.superaction span {
		display: block
	}
	.superaction i {
		font-size: 2rem;
		padding-top: 20px;
	}
	.superaction span {
		text-transform: uppercase;
		padding-top: 6px;
		font-size: .8rem;
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 61.9em){ /* SMALL + MEDIUM */ }
@media screen and (min-width:47.9em) and (max-width: 61.9em){ /* MEDIUM ONLY */ }
@media screen and (min-width:.1em) and (max-width: 48em){ /* SMALL ONLY*/ }

.holo-action {
	position: absolute !important;
	right: 24px;
	bottom: -20px;
	padding-top: 0;
	z-index:1!important;
}
.holo-action ul{right:42px!important;top:4px!important;}
.holo-action ul li{display:inline-block;margin:15px 4px 0 0!important}

.btn-floating.white {
	background-color: #FFF!important;
}
.btn-floating.red {
	background-color: rgb(255,75,75)!important;
}
.btn-floating.white i {
	color: #666 !important;
}


.holo-action,
.card-upload  {
	    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}




.card-upload {
	height: calc(100vh - 190px);
	border: 1px dashed #666;
}
.card-upload form {
	height: 100%;
	width: 100%;
	position: relative;
}

.card-upload .upload-message {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

.card-upload .upload-message i {
	display: block;
	font-size: 6rem;
	margin-bottom: 20px;
}
.card-upload .upload-message .error,
.card-upload .upload-message .success {
	color: #FFF;
}

a.underline-on-hover:hover, a.underline-on-hover:active, a.underline-on-hover:focus {
    text-decoration: underline !important;
}


/* MODAL STYLES
-------------------------------*/

/*! Modals */
.modal {
    background-color: #FFF;
    border-radius: 2px;
    display: none;
    left: 0;
    margin: auto;
    overflow-y: auto;
    padding: 0;
    position: fixed;
    right: 0;
    width: 66%;
    will-change: top,opacity
}

.modal-body p {
    text-align: left;
    color: #000;
}

    .modal h1, .modal h2, .modal h3, .modal h4 {
        margin-top: 0
    }

    .modal .modal-content {
        padding: 24px
    }

    .modal .modal-close {
        cursor: pointer;
        font-size: 70px;
        color: #000;
    }

    .modal .modal-footer {
        background-color: #FFF;
        border-radius: 0 0 2px 2px;
        height: 56px;
        padding: 4px 6px;
        width: 100%
    }

        .modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-flat {
            float: right;
            margin: 6px 0
        }

.lean-overlay {
    background: #000;
    bottom: 0;
    display: none;
    height: 125%;
    left: 0;
    position: fixed;
    right: 0;
    top: -100px;
    width: 100%;
    will-change: opacity;
    z-index: 999
}

.modal.modal-fixed-footer {
    height: 70%;
    padding: 0
}

    .modal.modal-fixed-footer .modal-content {
        height: calc(100% - 56px);
        max-height: 100%;
        overflow-y: auto;
        position: absolute;
        width: 100%
    }

    .modal.modal-fixed-footer .modal-footer {
        border-top: 1px solid rgba(0,0,0,0.1);
        bottom: 0;
        position: absolute
    }

.modal.bottom-sheet {
    border-radius: 0;
    bottom: -100%;
    margin: 0;
    max-height: 100%;
    top: auto;
    width: 100%;
    will-change: bottom,opacity
}

.aui-button-group {
    margin-top: 80px;
    text-align: right;
}
.modal h6 {
    font-size: 47px;
    line-height: 56px;
    color: #000;
    text-align: left;
}

@media only screen and (max-width: 992px) {
    .modal {
        width: 80vw;
        margin: 17vw;
    }
    .modal h6 {
        font-size: 35px;
    }
}

modal {
    /* modals are hidden by default */
    display: none;
    
}
.modal {
    /* modal container fixed across whole screen */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* z-index must be higher than .modal-background */
    z-index: 1000;
    /* enables scrolling for tall modals */
    overflow: auto;
    display: block;
    background: #4D4D4D;
    display: flex;
    flex-flow: row;
    /*justify-content: center;*/
    /*position: relative;*/
    min-height: 100vh;
    opacity: 1;
    background-color: #fff;
}
.modal-body {
    padding: 40px 20px;
    background: #fff;
    /* margin exposes part of the modal background */
    margin: 40px;
    color: #cccccc;
    text-align: center;
    opacity: 1;
    max-height: 100%;
}
.modal h1 {
    color: #cccccc;
}




.modal-background {
    /* modal background fixed across whole screen */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* semi-transparent black  */
    background-color: #000;
    opacity: 0.75;
    /* z-index must be below .modal and above everything else  */
    z-index: 900;
}



body.modal-open {
    /* body overflow is hidden to hide main scrollbar when modal window is open */
    overflow: hidden;
}

/**
 * Modal dialog
 */
.audi-modal-dialog {
    display: flex;
    flex-flow: row;
    justify-content: center;
    position: relative;
    min-height: 100vh;
    opacity: 1;
    background-color: #fff;
}

.audi-modal-body {
    display: flex;
    flex-flow: column;
    justify-content: center;
    min-width: 1px;
    max-width: 100%;
    min-height: 100vh;
    max-height: 100vh;
}



/*! GRID WRAPPER */
.container {
    padding-right: .9375rem;
    padding-left: .9375rem;
    margin-right: auto;
    margin-left: auto
}

    .container:before, .container:after {
        display: table;
        content: " "
    }

    .container:after {
        clear: both
    }

@media(min-width: 34em) {
    .container {
        max-width: 100%
    }
}

@media(min-width: 48em) {
    .container {
        max-width: 100%;
        margin-top: 20px;
    }
}

@media(min-width: 62em) {
    .container {
        max-width: 100%;
    }
}
@media (max-width:768px) {
    .container {
        margin-top: 20px;
    }
}
/*Others

------------------------*/
#loadingdiv {
    background-image: url(img/indicator.gif);
    background-size:cover;
    width: 100px;
    height: 100px;
}
#loadingdiv2 {
    background-image: url(img/loading-13.gif);
    background-size: cover;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.panelicon {
    color: #fff;
    margin-top: 5px;
}

.material-icons {
    cursor: pointer;
}
.row {
    margin: 0;
}
.container {
    max-width: 100%;
}

footer p {
    text-align: right;
    width: 90%;
    color: #000000;
    margin-bottom: 0;
    font-size: .8rem;
}
footer div {
    padding-left: 35px;
    padding-right: 30px;
}
footer div a {
    color: #000;
    font-size: .8rem;
    font-weight: 500;
}
footer {
    background-color: #F2F2F2;
    min-height: 4vh;
    color: #000;
    position: fixed;
    bottom: 0;
    left: 240px;
    width: calc(100% - 240px);
    font-size: 0.8rem;
    display: block;
}
@media (max-width: 1023px) {
    footer {
        width: 100%;
        position: static;
        bottom: unset;
        left: 0;
    }

}
@media (max-width:400px) {
    footer div {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width:490px) {
   
    .btn-primary {
        min-width: 145px;
        max-width: 145px;
        padding: 0;
    }
    .btn-secondary {
        min-width: 145px;
        max-width: 145px;
        padding: 0;
    }
}

    .alignleft {
        float: left;
    }

    .alignright {
        float: right;
    }

    .card.card-cars {
        background-image: url('img/audi-portal-image.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-size: cover;
        background-position: center;
        border: none;
        color: white;
    }

    .btn-transparent {
        background: transparent;
        padding: 10px 20px;
        border: 1px #fff solid;
        color: #fff;
        max-width: 260px;
        text-align: center;
    }

    .tabletitle {
        color: #000000;
        font-weight: 600;
    }

    .listtable tr {
        /*border-bottom: 1px solid #333333;*/
        font-weight: 500;
        color: #000;
    }

    .profil {
        background: #4d4d4d;
        width: 220px;
    }

    ._error {
        color: #bb0a30;
    }

    .btn-secondary {
        border: 1px solid #000;
    }

    .aui-select {
        appearance: none;
        outline: 0;
        background: linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
        background-position-x: 0%, 0%, 0%;
        background-position-y: 0%, 0%, 0%;
        background-repeat: repeat, repeat, repeat;
        background-size: auto auto, auto auto, auto auto;
        background-position: calc(100% - 21px) calc(1em + 2px), calc(100% - 16px) calc(1em + 2px), 100% 0;
        background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
        background-repeat: no-repeat;
        font: 300 1em/100%;
        line-height: 100%;
        line-height: 1.5em;
        padding: 0.5em 3.5em 0.5em 1em;
        border-radius: 0;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .aui-textfield__label {
        cursor: text;
    }



    /**aui checkbox**/

    .aui-checkbox {
        display: inline-block;
        color: #000;
        cursor: pointer;
        display: inline-block;
        position: relative;
        font-weight: 400;
        line-height: 1.5;
        -webkit-tap-highlight-color: transparent;
        -webkit-tap-highlight-color: rgba(255,255,255,0);
    }

    .aui-js-checkbox {
        padding-left: 2.5em;
    }

    aui-js .aui-checkbox__input, .aui-js .aui-radio__input, .aui-switch .aui-switch__input {
        /*-webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;*/
        position: absolute;
        width: 0;
        height: 0;
        overflow: hidden;
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        opacity: 0;
        z-index: -1;
    }

    .aui-checkbox__box {
        display: block;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 1.5em;
        height: 1.5em;
        border: 1px solid rgba(0,0,0,.5);
        transition: box-shadow .15s linear,border .15s linear;
        cursor: pointer;
        pointer-events: none;
        z-index: 1;
    }

    .aui-checkbox__tick {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: .75em;
        height: .75em;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><polygon fill='%23333333' points='4.945 12 0 7.699 0.667 6.92 4.708 10.435 11.132 0 12 0.543 4.945 12' /></svg>") center center no-repeat;
        opacity: 0;
        transition: opacity .15s cubic-bezier(.75,.02,.5,1);
        pointer-events: none;
    }

    .btn-primary:hover {
        background: #333;
    }
    /*input[type="checkbox" i] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}*/

    /**preloader**/
    #preloaderwrapper {
        position: relative;
        /*background:#333;*/
        height: 100%;
    }

    .profile-main-loader {
        width: 45px;
        z-index: 9000 !important;
    }

        .profile-main-loader .loader {
            position: relative;
            margin: 0px auto;
            width: 76px;
            height: 76px;
        }

            .profile-main-loader .loader:before {
                content: '';
                display: block;
                padding-top: 100%;
            }

    .circular-loader {
        -webkit-animation: rotate 2s linear infinite;
        animation: rotate 2s linear infinite;
        height: 100%;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        margin: auto;
    }

    .circular-loader-bck {
        width: 60px;
        height: 60px;
        position: absolute;
        top: 7px;
        left: 7px;
        margin: auto;
        border-radius: 50%;
        border: 1px #000 solid;
    }

    .loader-path {
        stroke-dasharray: 150,200;
        stroke-dashoffset: -10;
        -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
        animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
        stroke-linecap: round;
    }

    @-webkit-keyframes rotate {
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes rotate {
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @-webkit-keyframes dash {
        0% {
            stroke-dasharray: 1,200;
            stroke-dashoffset: 0;
        }

        50% {
            stroke-dasharray: 89,200;
            stroke-dashoffset: -35;
        }

        100% {
            stroke-dasharray: 89,200;
            stroke-dashoffset: -124;
        }
    }

    @keyframes dash {
        0% {
            stroke-dasharray: 1,200;
            stroke-dashoffset: 0;
        }

        50% {
            stroke-dasharray: 89,200;
            stroke-dashoffset: -35;
        }

        100% {
            stroke-dasharray: 89,200;
            stroke-dashoffset: -124;
        }
    }

    @-webkit-keyframes color {
        0% {
            stroke: #bb0a30;
        }

        40% {
            stroke: #bb0a30;
        }

        66% {
            stroke: #bb0a30;
        }

        80%, 90% {
            stroke: #bb0a30;
        }
    }

    @keyframes color {
        0% {
            stroke: #bb0a30;
        }

        40% {
            stroke: #bb0a30;
        }

        66% {
            stroke: #bb0a30;
        }

        80%, 90% {
            stroke: #bb0a30;
        }
    }
    /*! END OF LINE */