@charset "UTF-8";

/* -------------------------- admin fonts ANFANG --------------------------  */
/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('roboto/roboto-v27-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('roboto/roboto-v27-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('roboto/roboto-v27-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('roboto/roboto-v27-latin-100.woff') format('woff'), /* Modern Browsers */
       url('roboto/roboto-v27-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('roboto/roboto-v27-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('roboto/roboto-v27-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('roboto/roboto-v27-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('roboto/roboto-v27-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('roboto/roboto-v27-latin-300.woff') format('woff'), /* Modern Browsers */
       url('roboto/roboto-v27-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('roboto/roboto-v27-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('roboto/roboto-v27-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('roboto/roboto-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('roboto/roboto-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('roboto/roboto-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('roboto/roboto-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('roboto/roboto-v27-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('roboto/roboto-v27-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('roboto/roboto-v27-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('roboto/roboto-v27-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('roboto/roboto-v27-latin-500.woff') format('woff'), /* Modern Browsers */
       url('roboto/roboto-v27-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('roboto/roboto-v27-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('roboto/roboto-v27-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('roboto/roboto-v27-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('roboto/roboto-v27-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('roboto/roboto-v27-latin-700.woff') format('woff'), /* Modern Browsers */
       url('roboto/roboto-v27-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('roboto/roboto-v27-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('roboto/roboto-v27-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('roboto/roboto-v27-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('roboto/roboto-v27-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('roboto/roboto-v27-latin-900.woff') format('woff'), /* Modern Browsers */
       url('roboto/roboto-v27-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('roboto/roboto-v27-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
} 
/* --------------------------  fonts ENDE --------------------------  */

body
{
background-image: url(../../../admin/images/login-background.jpg);
background-position: center center;
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;	
}

.navbar-brand img {
    height: auto!important;
	max-width: 150px;
	max-height: 120px;
	padding-bottom: 15px;
	padding-top: 15px;

}
.navbar-dark {
background: rgb(7,155,218);
background:none;
border-bottom-color: rgba(255,255,255,.1);

}




.switch {
    display: inline-block;
    vertical-align: middle
}

.switch input {
    display: none;
    height: 0;
    width: 0;
    visibility: hidden
}

.switch-light label {
    position: relative;
    display: block;
    cursor: pointer;
    width: 44px;
    height: 22px;
    margin: 0;
    background: #999;
    border-radius: 64px;
    text-indent: -9999px;
    transition: .3s
}

.switch-light label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 28px;
    transition: .3s
}

.switch-light input:checked+label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%)
}

.switch-light label:active:after {
    width: 40px
}

.switch-light input:disabled+label {
    opacity: .5;
    cursor: default
}

.switch-light input:disabled+label:active:after {
    width: 28px
}

.switch-flat label {
    position: relative;
    display: block;
    cursor: pointer;
    width: 64px;
    height: 32px;
    margin: 0;
    background: #fff;
    border: 4px solid #ccc;
    border-radius: 64px;
    text-indent: -9999px;
    transition: .3s
}

.switch-flat label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 26px;
    height: 20px;
    background: #ccc;
    border-radius: 26px;
    transition: .3s
}

.switch-flat input:checked+label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%)
}

.switch-flat input:disabled+label {
    opacity: .5;
    cursor: default
}

.switch-slide label {
    position: relative;
    display: block;
    cursor: pointer;
    width: 80px;
    height: 36px;
    margin: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    transition: .3s
}

.switch-slide label .active {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 50%;
    height: 100%;
    transition: .3s
}

.switch-slide label .active:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 15px;
    width: 8px;
    height: 16px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg) scale(1)
}

.switch-slide label .inactive {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #ccc;
    transition: .3s
}

.switch-slide label .inactive:after,
.switch-slide label .inactive:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 7px;
    width: 1px;
    height: 20px;
    background-color: #666
}

.switch-slide label .inactive:before {
    transform: rotate(45deg)
}

.switch-slide label .inactive:after {
    transform: rotate(-45deg)
}

.switch-slide input:checked+label .active {
    left: 0
}

.switch-slide input:checked+label .inactive {
    right: -50%
}

.switch-slide input:disabled+label {
    opacity: .5;
    cursor: default
}

.switch-classic label {
    position: relative;
    display: block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 0;
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 2px;
    text-indent: -9999px;
    transition: .3s
}

.switch-classic label:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 5px;
    width: 6px;
    height: 11px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: .3s;
    opacity: 0;
    transform: rotate(45deg) scale(0)
}

.switch-classic input:checked+label:after {
    opacity: 1;
    transform: rotate(45deg) scale(1)
}

.switch-classic input:disabled+label {
    opacity: .5;
    cursor: default
}

.switch-flip label {
    position: relative;
    display: block;
    cursor: pointer;
    min-width: 70px;
    transition: all .2s ease;
    font-family: "Open Sans", sans-serif
}

.switch-flip label:after,
.switch-flip label:before {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    padding: 8px 12px;
    min-width: 70px;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #fff;
    backface-visibility: hidden;
    border-radius: 4px;
    transition: all .4s ease
}

.switch-flip label:before {
    content: attr(data-flip-off);
    background: red
}

.switch-flip label:after {
    content: attr(data-flip-on);
    transform: rotateY(-180deg)
}

.switch-flip label:active:before {
    transform: rotateY(-20deg)
}

.switch-flip input:checked+label:before {
    transform: rotateY(180deg)
}

.switch-flip input:checked+label:after {
    left: 0;
    transform: rotateY(0)
}

.switch-flip input:checked+label:active:after {
    transform: rotateY(20deg)
}

.switch-flip input:disabled+label {
    opacity: .5;
    cursor: default
}

.switch-light input:checked+label {
    background: #027772
}

.switch-flat input:checked+label {
    border-color: #027772
}

.switch-flat input:checked+label:after {
    background: #027772
}

.switch-slide label .active {
    background: #027772
}

.switch-slide input:checked+label {
    border-color: #027772
}

.switch-classic input:checked+label {
    background: #027772;
    border-color: #027772
}

.switch-flip label:after {
    background: #027772
}

@media (max-width: 768px) {

.navbar-dark {
border-bottom-color: transparent!important;

}
}


