﻿/* 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;
}


.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    /* The actual popup (appears on top) */
    .popup .popuptext {
        visibility: hidden;
        width: 160px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 8px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -80px;
    }

        /* Popup arrow */
        .popup .popuptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Toggle this class when clicking on the popup container (hide and show the popup) */
    .popup .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s
    }

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



.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;
    margin-top: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.card{
    border-radius:10px 10px 10px 10px;
}

p {
    margin: 0
}

.scrol1 {
    resize: vertical;
    overflow: auto;
}

.scrol {
    height: 150px;
    width: auto;
    overflow: auto;
    resize: vertical;
    border: 3px solid #ccc;
}


 .btn-seselis {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
 
}

.btn-mazas {
    font-size: 10px;
    padding: 2px 2px;
}


.menubg {
  
}

table tr td {
    padding: 0px !important;
}

.text-left {
    text-align: left;
}

table th {
    text-align: left !important;
   
}


h7 {
    display: block;
    font-size: .47em;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}



table.class_selector td {
    padding: 0px !important;
}

.gavejai {
    background-color: yellow;
    font-weight: bold;
}

 .form-check-input-lg

{
    border-radius: .10em;
    height: 20px;
    width: 20px;
}



h2 {
    margin: 50px 0;
}



.file-drop-area {
    position:relative;
    display: flex;
    align-items: center;
    width: 450px;
    max-width: 100%;
    padding: 40px;
    border: 1px solid #1b6ec2;
    border-radius: 3px;
    transition: 0.2s;
}

.file-drop-area1 {
    position: relative;
    display: flex;
    align-items: center;
    width: 850px;
    max-width: 100%;
    padding: 40px;
    border: 1px solid #1b6ec2;
    border-radius: 3px;
    transition: 0.2s;
}


.choose-file-button {
    flex-shrink: 0;
    background-color:cadetblue;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    color:white;
}

.file-message {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

.mt-100 {
    margin-top: 100px;
}

.mt-negatyve {
    margin-top: -20px;
   }


.button-add {
    background-image: url(/images/add.png); /* 16px x 16px */
 
    background-repeat: no-repeat; /* make the background image appear only once */
    background-position: 0px 0px; /* equivalent to 'top left' */
    border: none; /* assuming we don't want any borders */
    cursor: pointer; /* make the cursor like hovering over an <a> element */
    height: 25px; /* make this the size of your image */
    padding-left: 32px; /* make text start to the right of the image */
    padding-top:0px;
    vertical-align: middle; /* align the text vertically centered */
}


.button-add1 {
    font-size: 12px;
   
    background-image: url(/images/add1.png); /* 16px x 16px */

    background-repeat: no-repeat; /* make the background image appear only once */
    background-position: 0px 0px; /* equivalent to 'top left' */
    border: none; /* assuming we don't want any borders */
    cursor: pointer; /* make the cursor like hovering over an <a> element */
    height: 20px; /* make this the size of your image */
    padding-left: 28px; /* make text start to the right of the image */
    padding-right: 4px; /* make text start to the right of the image */
    padding-top: 1px;
    vertical-align: middle; /* align the text vertically centered */
}



@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1
    }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}

.bg-primary {
    background-color: #FFFACD !important;

}

table tr.separator {
    height: 10px;
}

.table-striped1 > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: red;
}

textarea {
    overflow: auto;
    min-height: 30px;
    max-height: 300px;
}



pre {
    white-space: pre-wrap; /* Since CSS 2.1 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}


.validation-summary-valid {
    display: none;
}

    .validation-summary-valid span {
        display: none;
    }
