﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}*/

/* Provide sufficient contrast against white background */
/*a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}*/

/* Sticky footer styles
-------------------------------------------------- */
/*html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}*/

/* Sticky footer styles
-------------------------------------------------- */
/*html {
  position: relative;
  min-height: 100%;
}

body {*/
  /* Margin bottom by footer height */
  /*margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;*/ /* Vertically center the text there */
/*}*/


.login-page, .register-page {
    /*background: #181F38;*/
    background-image: url("/Resources/bat-arka-fon.png"); /* arka fon*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right;
    background-size: 15%;
    background: #1b89c6;
    background: -moz-radial-gradient(center, ellipse cover, #8ae1fc 0%, #8ae1fc 15%, #0b5893 89%, #0b5893 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #8ae1fc), color-stop(15%, #8ae1fc), color-stop(89%, #0b5893), color-stop(100%, #0b5893));
    background: -webkit-radial-gradient(center, ellipse cover, #8ae1fc 0%, #8ae1fc 15%, #0b5893 89%, #0b5893 100%);
    background: radial-gradient(ellipse at center, #8ae1fc 0%, #8ae1fc 15%, #0b5893 89%, #0b5893 100%);
}

.skin-blue .main-header .navbar {
    background-color: #181F38;
}

.skin-blue .main-header .logo {
    background-color: #181F38;
    color: #fff;
    border-bottom: 0 solid transparent;
}

.skin-blue .main-header li.user-header {
    background-color: #181F38;
}

.box.box-primary {
    border-top-color: #181F38;
}

.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a {
    color: #fff;
    background: #1e282c;
    border-left-color: #181F38;
}

.skin-blue .main-header .logo:hover {
    /*  background-color: #1e282c; */
    background-color: #db9926;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
    /* background-color: #367fa9; */
    background-color: #db9926;
}


.content {
    min-height: 100px;
    padding: 2px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.login-box-msg {
    color: ghostwhite;
    font-weight: bold;
}

.loginbtn {
    /*background-image: url("/Resources/buton1.jpg");*/
    color: #181F38;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.vertical-center {
    height: 100%;
    width: 100%;
    text-align: center; /* align the inline(-block) elements horizontally */
}

.main-footer {
    background: #fff;
    padding: 5px;
    color: #444;
    border-top: 1px solid #d2d6de;
}

#blue-logo {
    height: 75%;
    width: 75%;
    padding-top: 30px;
}

.login-logo {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .login-box-body, .register-box-body {
        background-color: transparent;
        padding-top: 60%;
    }
}

@media only screen and (max-width: 767px) {
    /* Add your Mobile Styles here */
    .login-box-body, .register-box-body {
        background-color: transparent;
        padding-top: 10%;
        padding-left: 20%;
    }
}

.navbar-nav > .notifications-menu > .dropdown-menu {
    height: 160px;
    width: auto;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: 90px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.bg-tomato {
    background-color: tomato;
}

.bg-darkseagreen {
    background-color: darkseagreen;
}

.text-white {
    color: white;
}

.scroll-h {
    overflow-x: auto;
}

.center-720-px {
    width: 720px;
    margin: auto;
    height: auto;
}

.center-960-px {
    width: 960px;
    margin: auto;
    height: auto;
}

.center-1200-px {
    width: 1200px;
    margin: auto;
    height: auto;
}

.left-50-percent {
    position: relative;
    float: left;
    width: 50%;
    height: auto;
}

.left-25-percent {
    position: relative;
    float: left;
    width: 25%;
    height: auto;
}

.left-auto {
    position: relative;
    float: left;
    width: auto;
    height: auto;
}

.right-auto {
    position: relative;
    float: right;
    width: auto;
    height: auto;
}

.container-module1 {
    position: relative;
    float: right;
    width: 318px;
    height: 500px;
}

.container-module2 {
    position: relative;
    float: left;
    width: 318px;
    height: 500px;
}

.container-module1-large {
    position: relative;
    float: right;
    width: 413px;
    height: 650px;
}

.container-module2-large {
    position: relative;
    float: left;
    width: 413px;
    height: 650px;
}

.module1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/M1_New.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}

.module1-gray {
    background-image: url(images/M1_New_Gray.png);
}

.module1-gray-light {
    background-image: url(images/M1_New_LightGray.png);
}

.module2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/M2_New.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}

.module2-gray {
    background-image: url(images/M2_New_Gray.png);
}

.module2-gray-light {
    background-image: url(images/M2_New_LightGray.png);
}
