﻿/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

.icon-block {
  padding: 0 15px;
}

  .icon-block .material-icons {
    font-size: inherit;
  }

.validation-error {
  color: red;
}

nav {
  background-color: #757575;
}

.calendario-item {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

  .calendario-item p {
    white-space: nowrap;
  }


.btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

  .btn-group > .btn:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .btn-group > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
  }

  .btn-group > .btn:last-child:not(:first-child),
  .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .btn-group > .btn-inactive {
    background-color: #607d8b;
  }

  .btn-group > .btn {
    -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0px rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0px rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0);
  }

  .btn-group > .btn-inactive:hover {
    background-color: #728F9D;
  }

  .btn-group > .btn:hover {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  }

#calendar {
  max-width: 900px;
  margin: 0 auto;
}

.box {
  width: 80%;
  height: 80%;
  border: 5px;
}

.imgbox {
  width: 100%;
  height: 100%;
}

.tabs .tab a {
  color: rgba(38, 166, 154, 0.7);
  /*Custom Text Color*/
}

  .tabs .tab a:hover {
    color: #26a69a;
    /*Custom Color On Hover*/
  }

  .tabs .tab a:focus.active {
    color: #26a69a;
    /*Custom Text Color While Active*/
    background-color: rgba(38, 166, 154, 0.2);
    /*Custom Background Color While Active*/
  }

.tabs .indicator {
  background-color: #26a69a;
  /*Custom Color Of Indicator*/
}

.mt1 {
  margin-top: 1px;
}

.mt2 {
  margin-top: 2px;
}

.mt3 {
  margin-top: 3px;
}

.mt4 {
  margin-top: 4px;
}

.btn-160 {
  width: 160px;
}

a.disabled {
    pointer-events: none;
    color: #ccc;
}

.center {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column; 
    justify-content: center;
}

.center-row {
    /*text-align: center;*/
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.footer-header-color {
    background-color: #1E3567 !important;
}

.paddingtop {
    padding-top: 25px !important;
}

.dropdown-nested {
    overflow-y: visible;
}


/* THROBBER */
.throbber-header {
    font-size: 145%;
}

.throbber {
    display: none;
}

.throbber .curtain {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #3e4d45;
    opacity: 0.9;
    filter: alpha(opacity=90);
    z-index: 9999;
}

.throbber .curtain-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.throbber .curtain-content div {
    text-align: center;
    padding: 250px;
    color: #FFF;
}

.icon-bar {
    width: 100%;
    /*background-color: #757575;*/
    overflow: auto;
    padding-bottom: 6px;
    /*height: 60px;
        text-align: center;*/
}

.icon-bar a {
    float: left;
    width: 20%;
    text-align: center;
    padding: 2px 0;
    transition: all 0.3s ease;
    margin-right: 5px;
    /*color: white;*/
    font-size: 30px;
    /*background-color: #26a69a;*/
}

.icon-bar a:hover {
    background-color: #2BBBAD;
}

.margin-left {
    margin-left: 10px;
}

.mybc ul {
    margin: 2px 2px;
}

    .mybc ul li {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        width: auto;
        margin: 5px 1px 0 0;
        text-indent: 35px;
        position: relative;
    }

        .mybc ul li:before {
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            left: -2px;
            border-style: solid;
            border-width: 15px 0 15px 15px;
            border-color: transparent transparent transparent #fff;
            z-index: 0;
        }

        .mybc ul li:first-child:before {
            border-color: transparent;
        }

        .mybc ul li a:after {
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            right: -15px;
            border-style: solid;
            border-width: 15px 1px 15px 15px;
            border-color: transparent transparent transparent #757575;
            z-index: 10;
        }

        .mybc ul li.active a {
            background: #1E3567;
            z-index: 100;
        }

            .mybc ul li.active a:after {
                border-left-color: #1E3567;
            }

        .mybc ul li a {
            display: block;
            background: #757575;
            color: white !important;
        }

/*.mybc ul li a:hover {
        background: pink;
    }*/

/* .mybc ul li a:hover:after {
        border-color: transparent transparent transparent pink; 
    }*/


@media only screen and (max-width : 992px) {
    .breadcrumb-item {
        font-size: small;
    }

    td {
        font-size: small;
    }

    th {
        font-size: small;
    }
}
.dotGreen {
    height: 15px;
    width: 15px;
    background-color: green;
    border-radius: 50%;
    display: inline-block;
}

.dotYellow {
    height: 15px;
    width: 15px;
    background-color: yellow;
    border-radius: 50%;
    display: inline-block;
}

/* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
}

/* Right-aligned section inside the top navigation */
.topnav-right {
    float: right;
}


/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Add an active class to highlight the current page */
.active-menu {
    background-color: #04AA6D;
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown-menu {
    float: left;
    overflow: hidden;
}

    /* Style the dropdown button to fit inside the topnav */
    .dropdown-menu .dropbtn {
        font-size: 17px;
        border: none;
        outline: none;
        color: white;
        padding: 14px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }

/* Style the dropdown content (hidden by default) */
.dropdown-menu-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99999;
}

    /* Style the links inside the dropdown */
    .dropdown-menu-content a {
        float: none !important;
        color: black !important;
        padding: 12px 16px !important;
        text-decoration: none !important;
        display: block !important;
        text-align: left !important;
    }

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown-menu:hover .dropbtn {
    background-color: #555;
    color: white;
}

/* Add a grey background to dropdown links on hover */
.dropdown-menu-content a:hover {
    background-color: #ddd;
    color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown-menu:hover .dropdown-menu-content {
    display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
    .topnav a:not(:first-child), .dropdown-menu .dropbtn {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive a.icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }

        .topnav.responsive .dropdown-menu {
            float: none;
        }

        .topnav.responsive .dropdown-menu-content {
            position: relative;
        }

        .topnav.responsive .dropdown-menu .dropbtn {
            display: block;
            width: 100%;
            text-align: left;
        }
}


.fixed-action-btn{
    z-index:0 !important;
}

.wrapperDivider {
    background-color: black;
    height: 1px;
    margin: 32px 0 0;
    text-align: center;
}

.wrapperDivider span {
    position: relative;
    top: -8px;
    padding: 0 15px;
    font-weight: 500;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 1em;
    color: #000000;
    background: #ffffff;
}

.textItalic {
    font-style: italic;
    font-size: 12px;
    font-weight: bold;
}

.notification-badge {
    position: relative;
    right: 12px;
    top: -40px;
    color: #030303;
    background-color: #bfbfbf;
    margin: 0 -.8em;
    border-radius: 50%;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 15px;
}

.grid-container {
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    border: 2px solid black;
    grid-gap: 1px;
    background-color: black;
    max-height: 100px;
}

    .grid-container > div {
        background-color: white;
        padding: 5px;
        text-align: left;
    }