﻿html {
     font-size: 10px;
     position: relative;
     min-height: 100%;
}

@media (min-width: 768px) {
     html {
          font-size: 14px;
     }
}

body {
     font-family: 'Rubik', serif !important;
     /*margin-bottom: 60px;*/
}


/* arabic */
@font-face {
     font-family: 'Rubik';
     font-style: normal;
     font-weight: 300 900;
     src: url(/resorce/uomus_font.woff2) format('woff2');
     unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
/* cyrillic-ext */
@font-face {
     font-family: 'Rubik';
     font-style: normal;
     font-weight: 300 900;
     src: url(/resorce/uomus_font.woff2) format('woff2');
     unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
     font-family: 'Rubik';
     font-style: normal;
     font-weight: 300 900;
     src: url(/resorce/uomus_font.woff2) format('woff2');
     unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
     font-family: 'Rubik';
     font-style: normal;
     font-weight: 300 900;
     src: url(/resorce/uomus_font.woff2) format('woff2');
     unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
     font-family: 'Rubik';
     font-style: normal;
     font-weight: 300 900;
     src: url(/resorce/uomus_font.woff2) format('woff2');
     unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
     font-family: 'Rubik';
     font-style: normal;
     font-weight: 300 900;
     src: url(/resorce/uomus_font_2.woff2) format('woff2');
     unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}




.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
     box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.text-shadow {
     text-shadow: 0 0 5px black;
}

.bg-slateblue {
     background-color: darkslateblue !important;
}

.bg-slateblueLight {
     background-color: #6a5eb2 !important;
}

.bg-slateblueDark {
     background-color: #1e135b !important;
}

.bg-slateblueLight_dark {
     background-color: #6a5eb2 !important;
     transition: all .1s;
}

     .bg-slateblueLight_dark:hover {
          background-color: #1e135b !important;
     }

.bg-slateblue_dark {
     background-color: darkslateblue !important;
     transition: all .1s;
}

     .bg-slateblue_dark:hover {
          background-color: #1e135b !important;
     }

.btn-slateblue {
     color: #fff;
     background-color: darkslateblue;
     border-color: darkslateblue;
}

     .btn-slateblue:hover {
          color: #fff;
          background-color: #33296b;
          border-color: #33296b;
     }

.btn-outline-slateblue {
     color: slateblue;
     border-color: slateblue;
}

     .btn-outline-slateblue:hover {
          color: white;
          background-color: darkslateblue;
          border-color: darkslateblue;
     }

.dropdown-menu-slateblue {
     background-color: darkslateblue;
     border-color: rgba(0,0,0,.15);
}

.dropdown-menu{
     background-color: white;
     box-shadow: 0 0 20px -10px;
     text-align:center!important;
     padding:0;
}

.dropdown-item {
     color: #212529;
     padding: 10px 0;
}

     .dropdown-item:hover {
          color: #2c3137;
          transition: color .1s ease-in-out,background-color .1s ease-in-out,border-color .15s ease-in-out;
          background-color: rgba(0, 0, 0, 0.17);
     }

.dropdown-line {
     height: 1px;
     width: 100%;
     background-color: lightgray;
}

.table-cell-hover td:hover {
     background-color: rgba(0,0,0,0.075)
}

.form-control {
     border: 1px solid darkslateblue;
}

.form-select {
     border: 1px solid darkslateblue;
     outline: none;
}

.page-link {
     color: darkslateblue;
     background-color: #fff;
     border: 1px solid darkslateblue;
}

.nav-link, .navbar-brand {
     color: #ffff;
     transition: color .1s ease-in-out,background-color .1s ease-in-out,border-color .15s ease-in-out;
}

.navbar-light .navbar-nav .nav-link {
     color: #ffff;
}

     .navbar-light .navbar-nav .nav-link:focus,
     .navbar-light .navbar-nav .nav-link:hover {
          color: rgb(200,200,200);
     }

.navbar-light .navbar-brand {
     color: #ffff;
}

     .navbar-light .navbar-brand:focus,
     .navbar-light .navbar-brand:hover {
          color: #ffff;
          color: rgb(200,200,200);
     }

.nav .nav-link {
     color: mediumslateblue;
}

     .nav .nav-link:hover {
          color: slateblue;
     }

     .nav .nav-link.active {
          color: slateblue;
     }

.noti-progress {
     transition: none;
     animation: noti-progress 3s linear;
     animation-play-state: running;
}

.alert:hover .noti-progress {
     animation-play-state: paused;
}

.alert:hover {
     cursor: wait;
}

@keyframes noti-progress {
     from {
          width: 0;
     }

     to {
          width: 100%;
     }
}

.offcanvas {
     position: unset;
     height: 100%;
}

#wrapper {
     display: flex;
     flex-direction: row;
     min-height: 100vh;
}

#sidebar-wrapper {
     width: 250px;
}

#wrapper.toggled #sidebar-wrapper {
     margin-right: -250px;
}
