/* HEADER - NAVBAR */

#navbar-master {
    padding: 0px;
    width: 100%;
    /* height: 60px; */
    /* position: fixed; */
    top: 0;
    padding-right: 20px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-color: black;
    /* 
    img{
        padding-top: 10px;
        max-width: 180px;
    }
    */
    /*
    width: calc(100% - 250px);
    position: fixed; left: 150px;
    position: fixed; right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    */
}
.dropdown-menu>li {
    display: list-item;
}
.dropdown-menu>li>a {
    display: flex;
    align-items: center;
}
.dropdown-menu>li>a:hover {
    /* color: #ffffff !important;*/ 
    /* text-decoration: none; */
    color:#4FC3F7 !important;
    background: rgba(255, 255, 255, 0.2) !important;
}
.dropdown-menu>.divider {
    background-color: rgb(157, 157, 157);
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a, .navbar-default .navbar-nav .open .dropdown-menu {
    background-color: #000000;
    border-bottom-color:rgb(157, 157, 157);
    color:rgb(157, 157, 157);
    font-family: "Roboto";
    font-size: 20px !important;
}

#wrapper.toggled #navbar-master {
    /*width:calc(100% - 250px);*/
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/* CUSTOM COLORS FOR TEXT */

.txt-header{
    color: #00415d;
}

.txt-small-note{
    font-size: 0.6em;
}


/* CUSTOM BUTONS */
.btn-spacing{
    margin-left: 10px;
    margin-right: 10px;
}

.btn-close {
    color: #fff;
    background-color: red;
    border-color:darkred;
}
.btn-close:hover,
.btn-close:focus {
    color: #dddddd;
    background-color: red;
    border-color: red;
}

.btn-action {
    color: white;
    background-color: #3A6EA5;
    border-color: #3A6EA5;
}
.btn-action:hover,
.btn-action:focus {
    color: #dddddd;
    background-color: #3A6EA5;
    border-color: #3A6EA5;
}

.btn-submit {
    color: white;
    background-color: #3193D2;
    border-color: #3A6EA5;
}
.btn-submit:hover,
.btn-submit:focus {
    color: #dddddd;
    background-color: #3193D2;
    border-color: #3A6EA5;
}

.btn-cancel {
    color: white;
    background-color: #C0C0C0;
    border-color: gray;
}

.borders{
    border: 1px solid red;
}


.tile-container {
    display: flex;
    flex-flow: row wrap;

    .tile {        
        align-items: center;
        justify-content: center;
        color: white;
        background-color: #11b6ee;
        width: 188px;
        height: 188px;
        margin: 20px;
        text-align: center;
        
        padding: 4px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

        .tile-header {            
            display: flex;
            align-items: center;
            justify-content: center;
            height: 70%;
            width: 100%;
            font-size: 40px;

            span {
                font-size: 80px;
            }

            
        }

        .tile-footer {
            display: block;
            height: 30%;
            font-size: 18px;
           
            p {
                font-size: 18px;
                margin: 0;
            }
        }
    }

    .tile:hover {
        text-decoration: none;
    }
}

.show-button-like-link {
    background: none !important;
    color: #00F;
    border: none;
    padding: 0 !important;
    font: inherit;
    font-size: 11px;
    /*border is optional*/
    border-bottom: 1px solid #444;
    cursor: pointer;
}

.skysset-shadow-panel {
    border-radius: 10px;
    box-shadow: 12px 12px 2px 1px rgb(0 0 0 / 0.2);
}
