﻿.dropdown-large {
    position: static !important;
}
.dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
        padding: 0;
        margin: 0;
    }
.dropdown-menu-large > li > ul > li {
            list-style: none;
        }
.dropdown-menu {
    background-color: #fff;
}
.skin-red .main-header .navbar .dropdown-menu li a {
    color: black;
}
.skin-red .main-header .navbar .dropdown-menu li a:hover {
        background-color: #999;
    }
.dropdown-menu-large > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
        text-decoration: none;
        background-color: transparent;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        cursor: not-allowed;
    }
.dropdown-menu-large .dropdown-header {
    color: #428bca;
    font-size: 18px;
}
.removeLeftPad {
    padding-left: 0px;
}
.dropdown-menu {
    min-width: 200px;
}
.dropdown-menu.columns-2 {
    min-width: 400px;
}
.dropdown-menu.columns-3 {
    min-width: 600px;
}
.dropdown-menu li a {
        padding: 5px;
        font-weight: 300;
    }
.multi-column-dropdown {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.multi-column-dropdown li a {
        display: inline-block;
        clear: both;
        line-height: 1.428571429;
        color: #333;
        white-space: normal;
    }
.questionDialog {
    width: 35%;
}
.multi-column-dropdown li a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f7eeee;
    display: inline-block;
}
.imgSize {
    width: 30px;
    height: 30px;
}
.box {
    top: 2px;
}
.TabGaps {
            padding-left: 5px;
            padding-right: 0px;
            height: 245px;
        }
.carousel-indicators li {
            background-color: rgb(63, 80, 181);
        }
.carousel-indicators .active {
            background-color: #f39c12;
        }
.carousel-control {
            color: #3f50b5;
        }
.btnWidth {
            width: 134px;
        }
.panel-body {
            padding: 1px 0px 5px 0px;
        }
.list-group-item {
            padding: 10px;
        }
.list-group {
            padding-left: 0;
            margin-bottom: -5px;
        }
@media(min-width : 767px) {

    .dropdown-menu {
        min-width: 280px;
    }
}
@media (max-width: 768px) {
    .dropdown-menu-large {
        margin-left: 0;
        margin-right: 0;
    }

        .dropdown-menu-large > li {
            margin-bottom: 30px;
        }

            .dropdown-menu-large > li:last-child {
                margin-bottom: 0;
            }

        .dropdown-menu-large .dropdown-header {
            padding: 3px 15px !important;
        }
}
@media (max-width: 767px) {
    .dropdown-menu.multi-column {
        overflow-x: hidden;
    }

    .navbar-nav .open .dropdown-menu {
        position: absolute;
        background-color: white;
    }

    .skin-blue .main-header .navbar .dropdown-menu li a {
        color: black;
    }

    .multi-column-dropdown li a {
        font-size: 11px;
    }

    .dropdown-menu.columns-3 {
        min-width: 300px;
        height: 400px;
    }

    /*.profileimg {
        padding-left: 60px;
    }*/

    .questionDialog {
        width: 70%;
    }

    .payslip{
        width: 100%;
    }

    .profileColor {
        font-size: 14px;
    }

    .label-default {
        font-size: 12px;
    }

    .dropdown-menu .divider {
        background-color: aliceblue;
    }

    .skin-blue .main-header .navbar .dropdown-menu li.divider {
        background-color: rgba(78, 75, 75, 0.1);
    }

    .skin-blue .main-header .navbar .dropdown-menu li a:hover {
        background-color: #f7eeee;
    }
    .userImg  {
        margin: 0px auto;
        width: 67%;
    }
}
