/* CSS Document */

        .mainheader .input-group-btn:last-child > .btn {
            background: #ff7f00;
            background: -moz-linear-gradient(left, #ff7f00 0%, #fe5e00 100%);
            background: -webkit-linear-gradient(left, #ff7f00 0%, #fe5e00 100%);
            background: linear-gradient(to right, #ff7f00 0%, #fe5e00 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7f00', endColorstr='#fe5e00', GradientType=1);
            height: 34px;
            padding: 6px 22px;
            font-size: 14px;
            float: left;
            color: #fff;
            border-radius: 0px 8px 8px 0px;
        }

        /*.mainheader .input-group .form-control{
            height:38px !important;
            width:450px!important;
        }*/

        .main-header .form-control {
            height: 34px !important;
            width: 100% !important;
        }

        .mainheader table, th, td {
            border: 1px solid #ccc !important;
            padding: 6px !important;
        }

        /*.mainheader  .input-group {
            width: 80% !important;
            margin-left:6% !important;
        }*/
        .mainheader .container {
            width: 95% !important;
        }

        .mainheader .col-md-10 {
            margin-top: 15px !important;
        }

        .mainheader .ms-pt-xs {
            padding-top: 0px !important;
            padding-bottom: 10px !important;
        }

        #header {
            background: #7d479f;
            background: -moz-linear-gradient(top, #7d479f 0%, #0084c4 100%);
            background: -webkit-linear-gradient(top, #7d479f 0%, #0084c4 100%);
            background: linear-gradient(to bottom, #7d479f 0%, #0084c4 100%);
        }

        #header a:hover {
            color: #f8f8f8;
        }

        .mainheader .dropdownMenu-lvl3 a {
            color: #333 !important;
            font-size: 13.5px;
        }

        .mainheader .dropdownMenu-lvl3 a:hover {
            color: #2ea3d1 !important;
        }

        .mainheader .top-header {
            color: #333333;
            background: none !important;
        }

        .mainheader .nav-header .nav li {
            position: static;
        }

        .mainheader .nav-header .dropdown {
            position: static;
        }

        .mainheader .caret {
            border-top: 4px solid !important;
        }

        .mainheader .dropdownMenu-lvl3 {
            -webkit-column-break-inside: avoid;
            page-break-inside: avoid;
            break-inside: avoid;
        }

        .mainheader .ms-lh-24 {
            line-height: 24px;

        }

        .mainheader .navbar-nav > li > .dropdown-menu {
            margin-top: -1px !important;
        }

        /* .mainheader .nav > li > a {
             padding: 10px 25px 10px 0px !important;
         }
     */
        @media screen and (max-width: 1200px) {
            .mainheader .dropdownMenu-lvl3 {
                max-width: 160px;
            }
        }