﻿/*
    Added by
    Ayomi
*/

body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.logo-center {
    margin: 0 auto; 
}

.text-topic {
    font-size: 18px;
    letter-spacing: .2px;
}

.tile-height {
    height: 80px !important;
}

.checkbox .checkbox-material .check {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    /* border: 1px solid rgba(0, 0, 0, .54); */
    border: 1px solid rgb(251, 96, 3);
    overflow: hidden;
    z-index: 1;
    border-radius: 0px;
}

.checkbox input[type=checkbox]:checked + .checkbox-material .check {
    background: #fb6003;
}

.checkbox .checkbox-material .check {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    /* border: 1px solid rgba(0, 0, 0, .54); */
    border: 1px solid rgb(251, 96, 3);
    overflow: hidden;
    z-index: 1;
    border-radius: 0px;
}
.text-card {
    color: #fff;
}

.bg-c-blue {
    background: linear-gradient(45deg,#4099ff,#1e62b0);
}

.bg-c-green {
    background: linear-gradient(45deg,#2ed8b6,#03A9F4);
}

.bg-c-yellow {
    background: linear-gradient(45deg,#d5bb96,#e89011);
}

.bg-c-pink {
    background: linear-gradient(45deg,#FF5370,#bf0c29);
}

.bg-c-purple {
    background: linear-gradient(45deg,#b663a8,#9C27B0);
}

.bg-c-orange {
    background: linear-gradient(45deg,#ff5a40,#FFC107);
}

.bg-c-gre {
    background: linear-gradient(45deg,#009688,#673AB7);
}

.bg-c-bl {
    background: linear-gradient(45deg,#40ff46,#1e62b0);
}

.bg-c-red {
    background: linear-gradient(45deg,#ff40408a,#d50f00);
}


.card {
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 5px 0 10px 0;
}

    .card .card-block {
        padding: 25px;
        height: 10em;
    }

.order-card i {
    font-size: 26px;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.p-l-r-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.card-padding {
    padding: 0em 1.2em 0em 0em;
}
.m-t-1 {
    margin-top: 0.7em;
}
.module-name {
    font-weight: 500;
    color: #fff;
    display: inline-block;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    line-height: 1.2em;
}
.navbar-header {
    width:100%

}
.navbar, .navbar.navbar-default {
    background-color: #094f70;
    color: #fff;
    height: 45px;
    border-bottom: 1px solid #094f70;
}
.text-color {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    float: right;
    padding: .3em 3em 0em 0em;
}

    .text-color:hover {
        color: #f95f03;
        font-weight: 400;
        transition:all 0.5s;
    }

.icon-color {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    float: right;    
}
.text-color1 {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    float: right;
    padding: .3em 8em 0em 0em;
}

    .text-color1:hover {
        color: #f95f03;
        font-weight: 400;
        transition: all 0.5s;
    }
.card [data-background-color="purple"] {
    background: linear-gradient(60deg, #094F70, #094F70);
    box-shadow: none !important;
    border-radius: 0px;
}

/********************************/
.wrapper {
    width: 100%;
    background-image: url('/Images/vbg.png');
    background-size: 100%;
    padding: 0 !important;
}

#dock-container {
    position: fixed;
    bottom: 120px;
    text-align: center;
    right: 20%;
    left: 20%;
    width: 60%;
    background: rgba(255,255,255,0.2);
    /*border-radius: 10px 10px 0 0;*/
    border-radius: 0;
}

    #dock-container li {
        list-style-type: none;
        display: inline-block;
        position: relative;
        cursor:pointer !important;
    }

        #dock-container li img {
            
            -webkit-box-reflect: below 2px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.7, transparent), to(rgba(255,255,255,.5))); /* reflection is supported by webkit only */
            -webkit-transition: all 0.3s;
            -webkit-transform-origin: 50% 100%;
            margin-right: 10px;
            border-radius: 5px;
            cursor: pointer !important;
        }

        #dock-container li:hover img {
            -webkit-transform: scale(2);
            margin: 0 2em;
        }

        #dock-container li:hover + li img,
        #dock-container li.prev img {
            -webkit-transform: scale(1.5);
            margin: 0 1.5em;
        }

        #dock-container li span {
            display: none;
            position: absolute;
            bottom: 230px;
            left: 0;
            width: 100%;
            background-color: rgba(0,0,0,0.75);
            padding: 4px 0;
            border-radius: 5px;
        }

        #dock-container li:hover span {
            display: block;
            color: #fff;
        }






