﻿/* Set padding to keep content from hitting the edges */
html{
    font-size :1rem;
}

.body-content {
   /* margin-top: 15px;*/
  /*  padding-left: 15px;*/
    /*padding-right: 15px;*/
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
/*same font-face across site*/
body {
    font-family: 'Roboto', sans-serif;
    font-size : 1rem;
    /*font-size: 16px;*/ /* You can adjust the size as needed */
    line-height: 1.5;
}

/*h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

p, div, span, a, li { 
    font-weight: 300;
}*/

/* Override <a> tag styles globally */
a:not(.btn) {
    color: #000 !important;
    text-decoration: none !important;
    font-size: 1rem !important;
}
    a:not(.btn):hover {
        color: #36e748 !important;
        text-decoration: none !important;
        font-size: 1rem !important;
    }
.card-title {
    color: #000 !important;
}
/* Override button styles */
/*button, .btn {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;*/ /* Adjust the font size */
    /*padding: 10px 15px;*/ /* Custom padding */
/*}*/

/* Override link styles */
/*a {
    font-family: 'Roboto', sans-serif;
    color: #007bff;*/ /* Custom link color */
/*}*/

/*..........................*/

/*card slider*/

/*.carousel-inner {
    padding: 1em;
}*/

.card {
    margin: 0 0.5em;
 /*   box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);*/
    border:1px solid #eee;
}
/*
.carousel-control-prev,
.carousel-control-next {
    background-color: #e1e1e1;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}*/







#success_message {
    display: none;
}


/*file drop*/
#dropArea {
    /*    background: #cedbc5;*/
    background-repeat: no-repeat;
    /*border: black dashed 1px;*/
    height: 300px;
    width: 70%;
    text-align: center;
    /* line-height: 150px;*/
    padding-top: 4%;
    /* background-image: url('upload.png');
    background-attachment: fixed;
    background-position: center;*/
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top: 1%;
    margin-bottom: 1%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* margin: 0 auto;*/
    /*padding-top: 12px;*/
}

.active-drop {
    background: #77bafa !important;
    border: solid 2px blue !important;
    opacity: .5;
    color: black !important;
}

/*.................................*/
.hide{
    display :none;

 }
/*................*/
ul.loginUl {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*   background-color: #333333;*/
}

    ul.loginUl li {
        float: left;
    }

        ul.loginUl li a {
            display: block;
            color: red;
            text-align: center;
            padding: 4px;
            text-decoration: none;
            font-size: larger;
        }

            ul.loginUl li a:hover {
                color: #f77a7a;
                font-size: larger;
                /* background-color: #111111;*/
            }
