﻿/* 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. */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.after-run .site-menubar-fold .site-navbar .navbar-container {
    margin-left: 0px !important;
}

.after-run .site-menubar-fold .site-navbar .navbar-brand {
    display: none !important;
}


.mylogo {
    max-height:50px;
    margin-top: 8px;
}

.btn .icon {
    margin: 8px 3px !important;
}

.btn-floating i {
    margin-top: 10px;
}

hr
{
margin-top: 0px;
margin-bottom: 0px;
}

textarea {
    resize:none !important;
}

.thumbnail
{
margin-bottom: 0px;
}

.ribbon{
    width: 0px;
    height: 0px;
}

.div-login {
    height:100%;
    background-image: url(/images/wallpaper.jpg);
    background-position-y: top;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
}


#saving {
    width: 100%;
    height: 100%;
    /*background-color: #262626;*/
    background-color: #fff;
    position: absolute;
    z-index: 98;
    top: 0px;
    left: 0px;
    display: none;
}

#loader {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 98;
    top: 0px;
    left: 0px;
    display: none;
}

/*################### pagina chestionar #####################*/
.nav-button {
    font-size: 32px;
    color: #76838f;
}

.save-button {
    background-color: white;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    font-size: 40px;
    color: lightgray;
}

.wizard-margin-right {
    margin-right: 200px;
}

.wizard-margin-left {
    margin-left: 200px;
}

/*################### //pagina chestionar #####################*/

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/* Adiministrare */
.admin-button {
    border: 1px solid #337ab7;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
    width: 120px;
    height: 120px;
    margin: 10px;
    float: left;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
}
/* Custom */

ul {
    padding: 0;
    /*list-style-type: none;*/
    margin-left: 10px;
}

li {
    padding: 0 5px;
}

td li {
    padding: 0 5px;
    list-style-type: circle;
}

th {
    background-color: #000;
    color: #fff;
}


/*CUSTOM CHECKBOX*/

/* Customize the label (the container) */
.custominput {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    /* Hide the browser's default checkbox */
    .custominput input {
        position: absolute;
        opacity: 0;
        cursor: pointer
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border: 1px solid #2196F3;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #eee;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 5px;
    top: 1px;
    width: 8px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.shadow {
    box-shadow: 5px 5px 5px #bfbfbf;
    border-radius: 10px;
    padding: 20px 20px 20px 20px;
}

.btn-big {
    font-size: 24px;
}

/* ######## BOOTSTRAP RESET */
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}

.datetimepicker td, .datetimepicker th {
    background-color: #fbffbe !important;
    color: #000 !important;
}

.datetimepicker {
    background-color: #c3ffb4;
}

/* ####### main css reset ######## */
.admin-main {
    padding-top: 0px !important;
}

.table thead th {
    vertical-align: text-bottom;
}

.table td, .table th {
    padding: 5px;
}

.avatar-title {
    font-size: 30px !important;
}

.avatar {
    float:right;
}

.avatar2 {
    position: relative;
    display: inline-block;
    width: 70px;
    white-space: nowrap;
    vertical-align: bottom;
    border-radius: 1000px;
}

.avatar2 img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0 none;
    border-radius: 1000px;
}

.image-box {
    background-color: #fff !important;
}

.admin-sidebar .menu .menu-item.opened .sub-menu {
    background-color: #222843 !important;
}

.datepicker table tr td, .datepicker table tr th {
    background-color: #fff;
    color: #000;
}


/* ROOT ANIMATION */
@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

#root {
    /*animation: 0.5s ease-out 0s 1 slideInFromRight;*/
    background-color: #fff;
}

/**/
.uphover :hover {
    -webkit-box-shadow: 10px 10px 10px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 10px -8px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 10px -8px rgba(0,0,0,0.75);
}

.uphover * :hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.panel-empty-dashed {
    border: 1px solid black; 
    border-style: dashed;
    background-color:bisque;
}

    .panel-empty-dashed :hover {
        -webkit-box-shadow: 10px 10px 10px -8px rgba(0,0,0,0.75);
        -moz-box-shadow: 10px 10px 10px -8px rgba(0,0,0,0.75);
        box-shadow: 10px 10px 10px -8px rgba(0,0,0,0.75);
        background-color: #fff;
        color: #000;
    }

.panel-empty-dashed * :hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.clickable-area :hover {
    cursor: pointer;
    background-color: #f3f7f9;
}

.table > thead > tr > th {
    color: #fff;
}



/* ######### RESPONSIVE ########### */

@media only screen and (max-width: 600px) {

    .body-content {
        padding: 0px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .padding-30 {
        padding: 0px !important;
    }

    .col-md-12 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .panel {
        margin-bottom: 5px;
    }

    .example-popover {
        left: 60px;
    }
}

/* ####### END RESPONSIVE ##########*/

.parentpost {
    background-color: #eeeeee;
    border-radius: 20px;
}

.childpost
{
    border: 1px solid #eeeeee;
    border-radius: 20px;
}