﻿/* 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 */
}

.error {
    border: 1px solid red !important;
}

.checkbox input {
    margin-left: 0px !important;
}

.navbar-inverse {
    background-color: #162466 !important;
    border-color: #162466 !important;
}

.panel-heading-custom {
    width: 100%;
    margin-left: -13px;
    margin-bottom: 10px;
}

.home-text {
    font-size: 35px !important;
    color: white !important;
    margin: 5px 0px 0px -20px !important;
}

.navbar-collapse {
    padding-left: 0px !important;
}

.select2-container {
    width: 100% !important
}


/* The container */
.radio-container {
    display: block;
    position: relative;
    padding-bottom: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
}

    /* Hide the browser's default radio button */
    .radio-container input {
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    border: solid transparent;
    width: 100px;
    background-color: #eee;
    padding: 5px 15px 5px 15px;
    background-color: transparent;
    border-color: #162466;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
    background-color: #162466;
    color: white;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
    display: block;
}


.cronograma > .row {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-y: scroll;
    height: 800px;
}
.cronograma > .row > .col-xs4 {
    display: inline-block;
}

.cronograma > .row > .col-2 {
        display: inline-block;
}
.cronograma > .row > .col-3 {
        display: inline-block;
 }
.cronograma > .row > .col {
        display: inline-block;
 }

.conoverflow {
    overflow:scroll;
}

.overflowbreak {
    overflow-wrap:break-word;
}


.formLoader {
    overflow: hidden;
    height: 100%;
    position: absolute;
    width: 100%;
    min-height: 150px;
}

    .formLoader ul {
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 999999;
        margin: 0;
    }

@keyframes preload {
    0% {
        background: #ed7c00;
        opacity: 1
    }

    50% {
        background: #fff;
        opacity: 0.5
    }

    100% {
        background: #ed7c00;
        opacity: 1
    }
}

.formLoader .formLoading {
    display: block;
    height: 14px;
    margin: 0 auto;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    transform: translateX(-50%);
    position: absolute;
    width: 100%;
    padding: 0;
}

    .formLoader .formLoading li {
        background: #fff;
        opacity: 0.5;
        display: block;
        float: left;
        width: 12px;
        height: 12px;
        border: 1px solid #ed7c00;
        line-height: 12px;
        padding: 0;
        position: relative;
        margin: 0 0 0 4px;
        animation: preload 1s infinite;
        top: -50%;
        border-radius: 50%;
    }

        .formLoader .formLoading li:first-child {
            margin-left: 0
        }

        .formLoader .formLoading li:nth-child(2) {
            animation-delay: .15s
        }

        .formLoader .formLoading li:nth-child(3) {
            animation-delay: .3s
        }

.formLoader.formLoader-complete {
    opacity: 0;
    visibility: hidden;
    transition-duration: 1s
}

.bg-taskman {
    background-color: #5a9bb5eb !important;
}

.text-taskman {
    color: #5a9bb5eb !important;
}
.nomtascacronograma {
    white-space: normal !important;
    word-wrap: break-word;
}

.grid-resize-on {
    height: 657px;
    resize: vertical;
    overflow: auto;
}