
/*

@font-face {
    font-family: 'Custom Icons';
    src: url('fonts/custom-icons/custom-icons.eot');
    src: url('fonts/custom-icons/custom-icons?#iefix') format('embedded-opentype'),
         url('fonts/custom-icons/custom-icons.woff') format('woff'),
         url('fonts/custom-icons/custom-icons.ttf') format('truetype'),
         url('fonts/custom-icons/custom-icons.svg#Glyphter') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^='icon-']:before{
	display: inline-block;
	font-family: 'Custom Icons';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-bitskin360:before{content:'\0041';}
.icon-collection:before{content:'\0042';}
.icon-sales:before{content:'\0043';}
.icon-dashboard:before{content:'\0044';}
.icon-projects:before{content:'\0045';}
.icon-tracker:before{content:'\0046';}

.nav.navbar-nav-custom > li > a {
    padding: 10px 20px;
}

.navbar-form-custom .form-control {
    height: 60px;
	padding: 10px 20px;
}

.header-section {
    padding-top: 25px;
}

.content-header-media .header-section {
	background: rgba(0, 0, 0, 0.15);
}

.content-header h1,
.content-header h2 {
    line-height: 26px;
}

.sidebar-brand,
.sidebar-title {
	height: 60px;
}

.sidebar-brand {
	padding-top: 10px;
	padding-bottom: 10px;
}

.sidebar-user {
	position: relative;
	padding-left: 10px;
	padding-bottom: 40px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
}

.sidebar-user-name {
	margin-top: 3px;
}

.sidebar-user-links {
	margin-bottom: 10px;
}

.sidebar-user-avatar {
	float: none;
	display: inline-block;
	position: absolute;
	bottom: -32px;
	left: 50%;
	margin: 0 0 0 -32px;
}

.sidebar-nav {
	padding-top: 50px;
	font-size: 17px;
}

.sidebar-nav > li > a {
	padding: 10px 13px 11px;
}

.sidebar-nav a.active {
    padding-left: 8px;
}

.sidebar-nav a > .sidebar-nav-icon {
    font-size: 24px;
    width: 24px;
}

.sidebar-nav a > i {
	vertical-align: middle;
	line-height: 1;
}




@media screen and (max-width: 768px) { 

    .modal-medium-width {
        width: 95%;
        margin: 0 auto;
    }
    
    .modal-large-width {
        width: 95%;
        margin: 0 auto;
    }
    
}


@media screen and (min-width: 768px) { 

    .modal-medium-width {
        width: 80%;
        margin: 0 auto;
    }
    
    .modal-large-width {
        width: 95%;
        margin: 0 auto;
    }
    
}


@media screen and (min-width: 992px) { 

    .modal-medium-width {
        width: 70%;
        margin: 0 auto;
    }
    
    .modal-large-width {
        width: 90%;
        margin: 0 auto;
    }
    
}

@media screen and (min-width: 1200px) { 

    .modal-medium-width {
        width: 60%;
        margin: 0 auto;
        max-width: 900px;
    }
    
    .modal-large-width {
        width: 90%;
        margin: 0 auto;
        max-width: 1200px;
    }
    
}



a[data-toggle="lightbox-pdf"], a[data-toggle="lightbox-maps"] {
    cursor: zoom-in;
}

.mfp-iframe-holder, .mfp-iframe-holder .mfp-close {
    cursor: zoom-out;
}


.timeline-icon.customer,
.active .timeline-icon.customer{
    border-color: #ff0000 !important;
    background-color: #ff0000 !important;
}



#page-content,
body.dashboard #page-content-inner .header-section,
body.dashboard .header-section-inner {
    max-width:1400px !important;
}


body.dashboard #page-content,
body.dashboard #page-container{
    max-width:100% !important;
}


.container {
    width: 100%;
}


.margin-left {
    margin-left: 10px !important;
}

.margin-right {
    margin-left: 10px !important;
}


.timeline-list .timeline-icon {
    left: 180px;
}
.timeline-list:after {
    left: 195px;
}
.timeline-list .timeline-time {
    width: 170px;
}
.timeline-list .timeline-content {
    margin-left: 220px;
}


.select2-choice {
    min-width: 100px;	
}



.header-section h1 i {
    font-size: 40px;
    line-height: 34px;
}




.login-title{
    background: url(../img/layout/login_header.jpg) no-repeat top center !important;
    position: relative;
    height: 122px;
}

.login-title span{
    position: absolute;
    top: -30px;
    left: 50%;
    background: url(../img/layout/padlock.png) no-repeat top center;
    width: 65px;
    height: 65px;
    margin-left: -34px;
}

.login-title h1{
    font-family: 'nexa_boldregular';
    font-size: 33px!important;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    margin-bottom: -2px;
    margin-top: 23px;
}
.login-title small{
    font-family: 'nexa_lightregular';
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.21em;
    padding-left: 0px;
}
#loginform .btn{
    background-color: #2B539D;
    border-color: #244683;
    font-size: 18px;
}


#login-container a{
    color:#2B539D;
}
#login-container a:hover{
    text-decoration: underline;
}

#main-container {
    background: transparent;
}
body {
    background-color: transparent;
}

*/



@media screen and (max-width: 496px) {

    .product-category {
        width:98%;
        float: left;
        margin: 1%;
    }

}



@media screen and (min-width: 496px) {

    .product-category {
        width:48%;
        float: left;
        margin: 1%;
    }

}


@media screen and (min-width: 768px) {

    .product-category {
        width:31%;
        float: left;
        margin: 1%;
    }

}


@media screen and (min-width: 992px) {

    .product-category {
        width:18%;
        float: left;
        margin: 1%;
    }
}

@media screen and (min-width: 1200px) {

    .product-category {
        width:18%;
        float: left;
        margin: 1%;
    }

}




.user-logged-in #top-section-logo {
    padding-top: 80px;
    padding-bottom: 20px;
}

#top-section-logo {
    padding-top: 0px;
    padding-bottom: 0px;
}


header {
    padding: 20px 0 !important;
}


header.header-scroll {
    padding: 10px 0 !important;
}


.site-section {
    padding: 10px 0 20px 0;
}



#loginform #link-register-login {
    margin-right: 10px;
}


.fa-2 {
    font-size: 2em;
}

.fa-3 {
    font-size: 3em;
}

.fa-4 {
    font-size: 4em;
}

.fa-5 {
    font-size: 5em;
}



.p_10 {
    padding: 10px;
}

.p_top_10 {
    padding-top: 10px;
}

.p_bottom_10 {
    padding-bottom: 10px;
}

.p_left_10 {
    padding-left: 10px;
}

.p_right_10 {
    padding-right: 10px;
}


.m_10 {
    margin: 10px;
}

.m_tom_10 {
    margin-tom: 10px;
}

.m_bottom_10 {
    margin-bottom: 10px;
}

.m_left_10 {
    margin-left: 10px;
}

.m_right_10 {
    margin-right: 10px;
}





.p_20 {
    padding: 20px;
}

.p_top_20 {
    padding-top: 20px;
}

.p_bottom_20 {
    padding-bottom: 20px;
}

.p_left_20 {
    padding-left: 20px;
}

.p_right_20 {
    padding-right: 20px;
}


.m_20 {
    margin: 20px;
}

.m_tom_20 {
    margin-tom: 20px;
}

.m_bottom_20 {
    margin-bottom: 20px;
}

.m_left_20 {
    margin-left: 20px;
}

.m_right_20 {
    margin-right: 20px;
}

.block {
	padding-bottom: 20px;
}



/*
    No more Tables
*/

@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    .no-more-tables table,
    .no-more-tables thead,
    .no-more-tables tbody,
    .no-more-tables th,
    .no-more-tables td,
    .no-more-tables tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .no-more-tables tr { border: 1px solid #ccc; }

    .no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 40% !important;
        white-space: normal;
        text-align:left;
    }

    .no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 40% !important;
        padding-right: 10px;
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    .no-more-tables td:before { content: attr(data-title); }
}


.store-item-rating {
    background-color: rgba(255,255,255,0.6) !important;
}

.themed-background {
    background: #0130e2 url("../img/layout/mutanox-header-verlauf-global.jpg") repeat-x;
}

.store-item-info {
    background: #f9f9f9 url("../img/layout/mutanox-navi-verlauf-hell.jpg") repeat-x top;
    height: 5em;
}


/* Counter */
.counter {
    text-align: left;
    color: #000;
}

.counter span {
    font-weight: 700;
    font-size: 56px;
    text-align: left;
    display: block;
}

.counter small {
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
}


.dataTables_filter input {
    margin-left: 5px;
}
