﻿/* Change value in site-app.less*/
/* Go to http://less2css.org to convert less to css*/
/* Paste css below*/
/*Convert less to css  http://less2css.org/ */
.top-logo {
    background-color: transparent;
    background-image: url('images/logo_mobile.png');
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px;
    margin: 0px;
    background-size: contain;
    /*width: 80px;
    height: inherit;*/
       width: 200px;
    height: 115px;
    margin-top: -23px;
}

/*Siriporn add on 25/03/2026*/
.top-logo-en {
    background-color: transparent;
    background-image: url('images/logo_mobile_en.png');
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px;
    margin: 0px;
    background-size: contain;
    /*width: 80px;
    height: inherit;*/
    width: 200px;
    height: 115px;
    margin-top: -23px;
}

/*
Siriporn comment on 16/06/2020
.help-block {
    display: none;
    visibility: hidden;
}*/

body {
            font-family: db_helvethaica_x;
}

@media screen and (max-width: 760px) {
    .main-title {
        margin-top: 30px;
        font-size: 18px;
        font-weight: 800;
    }
}
.container #genBreadcrumb{
    margin-top:10px;
    font-size: 16px;
}
body {
    /*font-family: Leelawadee, Tahoma, sans-serif;*/
    font-family: db_helvethaica_x;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
}

label.required:after {
    content: " *";
    color: #ff0000;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.input {
    margin: 7px 0px 5px 0px;
    top: 0px;
    left: 0px;
}

.row-input {
    margin-bottom: 7px;
}

.text {
    text-align: right;
}

header > div.container > div.row:first-child {
    background: #F5F5F5;
}

    header > div.container > div.row:first-child > div {
        height: 74px;
    }

        header > div.container > div.row:first-child > div:first-child {
            margin-top: 1px;
            padding-left: 0px;
        }

            header > div.container > div.row:first-child > div:first-child > div {
                float: left;
            }

            header > div.container > div.row:first-child > div:first-child > h1 {
                color: #318CE7;
                font-family: db_helvethaica_x;
            }

.userinfo {
    position: absolute;
    top: 30px;
    right: 20px;
    color: #FFFFFF;
    font-family: db_helvethaica_x;
}

@media screen and (max-width: 760px) {
    .userinfo {
        position: absolute;
        top: 5px;
        right: 20px;
        color: #FFFFFF;
        font-family: db_helvethaica_x;
        font-size: 14px;
    }
}

.top-header {
    background-color: #F5F5F5;
}

.top-subDiv {
    background-color: #71c5e8;
}

.top-breadcrumb {
    background-color: #f5f5f5;
    background-image: url(../images/bot_guil_stl_rgh.png);
    background-repeat: no-repeat;
    background-position: right;
    padding: 0px;
    background-size: contain;
}

.div2px {
    background-color: #cccccc;
    height: 0px;
}

.navbar-collapse {
    border: 0px;
}

div[id$='mainMenu'] {
    background-color: #0339D2;
    height: 51px; 
}

div[id$='mainMenu']  > ul > li > a{
    color:white;
}

.top-menu {
    background-color: #0339D2;
    vertical-align: central;
}

    .top-menu #menuMain {
        text-align: left !important;
    }

        .top-menu #menuMain ul {
            text-align: left !important;
        }

            .top-menu #menuMain ul li a {
                background-color: transparent !important;
                font-size: 14px !important;
            }

#custom-bootstrap-menu.navbar-default {
    font-size: 14px;
    /*background-color: #002141;*/
    background-color:#318CE7;
    border-width: 0px;
    border-radius: 0px;
    height: 43px;
    min-height: 43px;
}

    #custom-bootstrap-menu.navbar-default > div.container {
        height: 43px;
    }

        #custom-bootstrap-menu.navbar-default > div.container .navbar-brand {
            color: #ffffff;
            height: 43px;
        }

        #custom-bootstrap-menu.navbar-default > div.container .navbar-nav {
            margin: 0px -15px;
        }

            #custom-bootstrap-menu.navbar-default > div.container .navbar-nav > li > a {
                color: #ffffff;
                background-color: #0339D2;
                height: 43px;
                border-radius: 0px;
                -webkit-border-radius: 0px;
                -moz-border-radius: 0px;
            }

                #custom-bootstrap-menu.navbar-default > div.container .navbar-nav > li > a:hover {
                    color: #71c5e8;
                    background-color: #0339D2;
                }

                #custom-bootstrap-menu.navbar-default > div.container .navbar-nav > li > a:focus {
                    color: #71c5e8;
                    background-color: #0339D2;
                }

            #custom-bootstrap-menu.navbar-default > div.container .navbar-nav > .active > a {
                color: #71c5e8;
                background-color: #0339D2;
                height: 43px;
            }

                #custom-bootstrap-menu.navbar-default > div.container .navbar-nav > .active > a:hover {
                    color: #71c5e8;
                    background-color: #0339D2;
                }

                #custom-bootstrap-menu.navbar-default > div.container .navbar-nav > .active > a:focus {
                    color: #71c5e8;
                    background-color: #0339D2;
                }

        #custom-bootstrap-menu.navbar-default > div.container .navbar-header {
            height: 43px;
        }

            #custom-bootstrap-menu.navbar-default > div.container .navbar-header a {
                padding-top: 14px;
            }

            #custom-bootstrap-menu.navbar-default > div.container .navbar-header button {
                margin-top: 4px;
            }

        #custom-bootstrap-menu.navbar-default > div.container .navbar-collapse.navbar-menubuilder.collapse > ul > li > a {
            padding-top: 12px;
        }

        #custom-bootstrap-menu.navbar-default > div.container .navbar-collapse.navbar-menubuilder.collapse.in > ul > li > a {
            line-height: 24px;
        }

    #custom-bootstrap-menu.navbar-default .navbar-toggle {
        border-color: #71c5e8;
    }

        #custom-bootstrap-menu.navbar-default .navbar-toggle:hover {
            background-color: #318CE7;
        }

            #custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar {
                background-color: #71c5e8;
            }

        #custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
            background-color: #318CE7;
        }

            #custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
                background-color: #71c5e8;
            }

        #custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
            background-color: #71c5e8;
        }

li.dropdown {
    background-color: transparent;
    color:white;
}

.navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a {
    color: black;
}

    .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a:hover {
        background-color: #71c5e8;
    }

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: black;
}

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        background-color: #71c5e8;
    }

.nav .open > a {
    background-color: #71c5e8;
}

    .nav .open > a:hover {
        background-color: #71c5e8;
    }

    .nav .open > a:focus {
        background-color: #71c5e8;
    }


    
#subDiv {
    height: 10px;
}

    #subDiv > div {
        height: 10px;
        background: url('../images/bot_guil_lft.png') no-repeat;
        background-color: transparent;
        margin-top: 0px;
        background-size: contain;
    }

@media (max-width: 768px) {
    #subDiv {
        height: 17px;
    }

        #subDiv > div {
            height: 17px;
            background: url('../images/bot_guil_lft.png') no-repeat;
            background-color: transparent;
            margin-top: -3px;
            background-size: contain;
        }
}

div#breadcrumb {
    background-color: transparent;
    height: 47px;
}

.breadcrumb {
    background-color: transparent;
    border: 0px solid #f5f5f5;
    border-radius: 4px;
    display: block;
}

    .breadcrumb li {
        font-size: 14px;
    }

    .breadcrumb a {
        color: #999999;
    }

        .breadcrumb a:hover {
            color: #999999;
        }

    .breadcrumb > .active {
        color: #999999;
    }

    .breadcrumb > li + li:before {
        color: #cccccc;
        content: "\003E\00a0";
    }

@media screen and (max-width: 760px) {
    .breadcrumb {
        background-color: transparent;
        border: 0px solid #f5f5f5;
        border-radius: 4px;
        display: block;
    }

        .breadcrumb li {
            font-size: 10px;
        }

        .breadcrumb a {
            color: #999999;
        }

            .breadcrumb a:hover {
                color: #999999;
            }

        .breadcrumb > .active {
            color: #999999;
        }

        .breadcrumb > li + li:before {
            color: #cccccc;
            content: "\003E\00a0";
        }
}

div#namePage {
    background-color: transparent;
    height: 46px;
}

div[id$='genNamePage'] {
    padding: 0px 30px 8px 30px;
    color: #0339D2;
    font-weight: bolder;
    font-size: 18pt;
}

#wrapper {
    min-height: 100%;
    position: relative;
}
/*Footer*/
.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    background-color: #E2E2E2;
    color: #a3afbd;
    width: 100%;
}

#bottomMenu1 {
    padding-top: 10px;
    display: block;
    text-align: right;
}

    #bottomMenu1 > a {
        color: #999999;
    }

#bottomMenu2 {
    display: none;
    text-align: right;
}

@media screen and (max-width: 760px) {
    .footer {
        font-size: 10px;
        position: absolute;
        bottom: 15px;
        left: 0;
        height: 60px;
        background-color: #f5f5f5;
        color: #a3afbd;
        width: 100%;
    }

    #bottomMenu1 {
        display: none;
        text-align: center;
        background-color: #f5f5f5;
    }

    #bottomMenu2 {
        display: block;
        text-align: center;
        background-color: #f5f5f5;
        padding-bottom: 10px;
    }

        #bottomMenu2 > a {
            color: #999999;
        }
}

ul,
ol {
    margin: 0;
    margin-left: 20px;
    margin-right: 10px;
    padding: 0;
    margin-bottom: 10px;
    list-style-type:decimal;
}

ol > li {
    counter-increment: item;
}

ol > li:first-child {
  counter-reset: item;
}

ol ol > li {
    display: block;
}

ol ol > li:before {
    content: counters(item, ".") ". ";
    margin-left: -20px;
}

.color-palette {
    color: rgba(255, 255, 255, 0.87);
    font-weight: 800;
    width: 100%;
    padding-bottom: 5px;
}

    .color-palette .module-end {
        clear: left;
    }

    .color-palette .light {
        color: rgba(255, 255, 255, 0.87);
    }

    .color-palette .light-strong {
        color: #fff;
    }

    .color-palette .dark {
        color: rgba(0, 0, 0, 0.87);
    }

    .color-palette .dark-when-small {
        color: rgba(0, 0, 0, 0.87);
    }

    .color-palette .dark-strong {
        color: #000;
    }

    .color-palette .color-group,
    .color-palette .color-group:last-child {
        float: left;
        margin-left: 10px;
        padding-bottom: 20px;
        width: 31%;
        display: block;
    }

        .color-palette .color-group:after,
        .color-palette .color-group:last-child:after {
            content: "";
            display: table;
            clear: both;
        }

@media screen and (max-width: 760px) {
    .color-palette .color-group,
    .color-palette .color-group:last-child {
        padding-right: 0;
        padding-left: 0;
        margin-left: 0;
        width: 100%;
    }
}

.color-palette .color-group:first-child,
.color-palette .color-group:nth-of-type(3n+1),
.color-palette .color-group:last-child:first-child,
.color-palette .color-group:last-child:nth-of-type(3n+1) {
    clear: left;
    margin-left: 0;
}

@media screen and (max-width: 1240px) {
    .color-palette .color-group:first-child,
    .color-palette .color-group:nth-of-type(3n+1),
    .color-palette .color-group:last-child:first-child,
    .color-palette .color-group:last-child:nth-of-type(3n+1) {
        clear: none;
        margin-left: 10px;
    }
}

@media screen and (max-width: 760px) {
    .color-palette .color-group:first-child,
    .color-palette .color-group:nth-of-type(3n+1),
    .color-palette .color-group:last-child:first-child,
    .color-palette .color-group:last-child:nth-of-type(3n+1) {
        margin-left: 0;
    }
}

.color-palette .color-group li,
.color-palette .color-group:last-child li {
    list-style-type:decimal;
}

    .color-palette .color-group li.color,
    .color-palette .color-group:last-child li.color {
        padding: 15px;
    }

        .color-palette .color-group li.color .hex,
        .color-palette .color-group:last-child li.color .hex {
            float: right;
            text-transform: uppercase;
        }

    .color-palette .color-group li.main-color,
    .color-palette .color-group:last-child li.main-color {
        border-bottom: 4px solid #f9f9f9;
    }

        .color-palette .color-group li.main-color .name,
        .color-palette .color-group:last-child li.main-color .name {
            display: block;
            margin-bottom: 60px;
        }

    .color-palette .color-group li.divide,
    .color-palette .color-group:last-child li.divide {
        border-top: 4px solid #f9f9f9;
    }

.datagrid table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
    margin-bottom: 0px;
}

.datagrid {
    background: #fff;
    overflow-x: auto;
    border: 1px solid #E2E2E2;
}

    .datagrid table td,
    .datagrid table th {
        padding: 5px 10px;
    }

    .datagrid table thead th, .datagrid th {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6b6a6a), color-stop(1, #6b6a6a));
        background: -moz-linear-gradient(center top, #6b6a6a 5%, #6b6a6a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6B6A6A', endColorstr='#6B6A6A');
        background-color: #6B6A6A;
        color: #FFFFFF;
        font-size: 14px;
        font-weight: bold;
        border-left: 1px solid #9D9C9C;
    }

        .datagrid table thead th:first-child {
            border: none;
        }

    .datagrid table tbody td {
        color: #7D7D7D;
        border-left: 1px solid #E2E2E2;
        font-size: 14px;
        font-weight: normal;
    }

    .datagrid table tbody tr:nth-of-type(odd) {
        background: #f5f5f5;
        color: #6B6A6A;
    }

    .datagrid table tbody td:first-child {
        border-left: none;
    }

    .datagrid table tbody tr:last-child td {
        border-bottom: none;
    }

    .datagrid table tfoot td div {
        border-top: 1px solid #F5F5F5;
        background: #E2E2E2;
    }

    .datagrid table tfoot td {
        padding: 0;
        font-size: 12px;
    }

        .datagrid table tfoot td div {
            padding: 2px;
        }

        .datagrid table tfoot td ul {
            margin: 0;
            padding: 0;
            list-style: decimal;
            text-align: right;
        }

    .datagrid table tfoot li {
        display: inline;
    }

        .datagrid table tfoot li a {
            text-decoration: none;
            display: inline-block;
            padding: 2px 8px;
            margin: 1px;
            color: #F5F5F5;
            border: 1px solid #9D9C9C;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6b6a6a), color-stop(1, #6b6a6a));
            background: -moz-linear-gradient(center top, #6b6a6a 5%, #6b6a6a 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6B6A6A', endColorstr='#6B6A6A');
            background-color: #6B6A6A;
        }

    .datagrid table tfoot ul.active,
    .datagrid table tfoot ul a:hover {
        text-decoration: none;
        border-color: #9D9C9C;
        color: #F5F5F5;
        background: none;
        background-color: #9D9C9C;
    }

div.dhtmlx_window_active,
div.dhx_modal_cover_dv {
    position: fixed !important;
}

/* Setting Step Box */
.setting-step-panel {
    height: 50px;
    margin: auto;
    width: 95%;
    /*margin: 10px;*/
    /*display: inline;*/
}

#step1 :hover, #step2 :hover, #step3 :hover, #step4 :hover, #step5 :hover {
    cursor: pointer;
    /*  background-color:#ede9e9;*/
}

.setting-step {
    width: 200px;
    height: 50px;
    border: solid 1px;
    padding: 5px;
    margin-right: 10px;
    float: left;
}

    .setting-step :hover {
    }

    .setting-step .expandable {
    }

    .setting-step .expanded {
        width: 20px;
        height: 20px;
        float: right;
        background-image: url("~/images/icon_arrow2.png");
    }

    .setting-step .collapsed {
        width: 20px;
        height: 20px;
        background-image: url("~/images/icon_arrow1.png");
    }

    .setting-step .header {
    }

    .setting-step .desc {
    }

.vertical-content-container {
    margin-bottom: 10px;
}

/*.main-paragraph
{
   width:100% ;
}
.paragraph1,.paragraph2,.paragraph3{
    width:100% ;
}
.paragraph1
{
    
     margin-left: 20px;
}
.paragraph2
{
    
     margin-left: 40px;
}
.paragraph3
{

     margin-left: 60px;
}*/


/*Modal Popup*/
.popup-form {
    background-color: white;
    border: 2px solid;
    width: 400px;
    min-width: 200px;
}

    .popup-form .popup-header {
        background-color: #318CE7;
        color: white;
        font-size: 16px;
        font-weight: bold;
        vertical-align: central;
        padding: 10px;
    }

    .popup-form .popup-content {
        padding: 20px;
        background-color: white;
        font-size: 12px;
    }

    .popup-form .popup-button-container {
        background-color: #318CE7;
        padding: 10px;
        text-align: right;
        vertical-align: central;
    }

    .popup-form .popup-footer {
    }

.modal-popup-bg {
    background-color: #318CE7;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.tag-div {
    border: none;
    padding: 10px; 
}

#eventnow {
    background-color: #66ccff !important;
}

#eventended {
    background-color: #999999 !important;
}

/*gridview pager*/
.gridpager {
    border-top: 1px solid #F5F5F5;
}

    .gridpager,
    .gridpager td {
        padding: 0;
        margin: 0;
        background: #E2E2E2;
    }

/*Menu*/
.menu {
    background-color: transparent;
    color: #FFF;
}

.level1 {
    color: White;
    background-color: Black;
    font-variant: small-caps;
    font-size: large;
    font-weight: bold;
}

.level2 {
    color: Blue;
    font-family: db_helvethaica_x !important;
    font-size: medium;
    background-color: Gray;
}

.level3 {
    color: black;
    background-color: Silver;
    font-family: db_helvethaica_x !important;
    font-size: small;
}

.hoverstyle {
    font-weight: bold;
}

.level4 {
    background-color: Gray !important;
    color: White !important;
    font-size: small;
}


/* Custom Dynamic Tag Controls */
.DynamicTab {
    border-bottom: 1px solid !important;
    margin: 0 !important;
}

    .DynamicTab .Tab {
        border-top: 1px solid !important;
        border-left: 1px solid !important;
        border-right: 1px solid !important;
        /*padding: 3px 7px !important;*/
    }

    .DynamicTab .CommandTab {
        width: 50px !important;
        border-top: 1px solid !important;
        border-left: 1px solid !important;
        border-right: 1px solid !important;
        /*padding: 3px 7px !important;*/
        margin-bottom: -10px !important;  
    }

    .DynamicTab .Tab,.DynamicTab .Tab-Active, .DynamicTab .CommandTab {   
        height: 30px;
        border-radius: 5px 5px 0px 0px;
    }
    .DynamicTab .Tab-Active
    {
        border-bottom:1px solid white !important;  
        margin-bottom: -3px !important;  
    }
    .DynamicTab .TabContentContainer {
     
        border-left: 1px solid !important;
        border-right: 1px solid !important;
        border-bottom: 1px solid !important;
        padding: 10px !important;
        margin: 0 !important;
    }
    .DynamicTab .HeaderPanel{
           border-bottom: 1px solid !important;
    }

.active-step {
    background-color:rgb(161,169,138);
    color:white;
    font-weight:bold;  
}





/*.navbar-custom {
    background-color: #003865;
    border-color: #002644;
}

    .navbar-custom .navbar-brand {
        color: #ffffff;
    }

        .navbar-custom .navbar-brand:hover,
        .navbar-custom .navbar-brand:focus {
            color: #e6e6e6;
            background-color: transparent;
        }

    .navbar-custom .navbar-text {
        color: #ffffff;
    }

    .navbar-custom .navbar-nav > li:last-child > a {
        border-right: 1px solid #002644;
    }

    .navbar-custom .navbar-nav > li > a {
        color: #ffffff;
        border-left: 1px solid #002644;
    }

        .navbar-custom .navbar-nav > li > a:hover,
        .navbar-custom .navbar-nav > li > a:focus {
            color: #c0c0c0;
            background-color: transparent;
        }

    .navbar-custom .navbar-nav > .active > a,
    .navbar-custom .navbar-nav > .active > a:hover,
    .navbar-custom .navbar-nav > .active > a:focus {
        color: #c0c0c0;
        background-color: #002644;
    }

    .navbar-custom .navbar-nav > .disabled > a,
    .navbar-custom .navbar-nav > .disabled > a:hover,
    .navbar-custom .navbar-nav > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }

    .navbar-custom .navbar-toggle {
        border-color: #dddddd;
    }

        .navbar-custom .navbar-toggle:hover,
        .navbar-custom .navbar-toggle:focus {
            background-color: #dddddd;
        }

        .navbar-custom .navbar-toggle .icon-bar {
            background-color: #cccccc;
        }

    .navbar-custom .navbar-collapse,
    .navbar-custom .navbar-form {
        border-color: #002441;
    }

    .navbar-custom .navbar-nav > .dropdown > a:hover .caret,
    .navbar-custom .navbar-nav > .dropdown > a:focus .caret {
        border-top-color: #c0c0c0;
        border-bottom-color: #c0c0c0;
    }

    .navbar-custom .navbar-nav > .open > a,
    .navbar-custom .navbar-nav > .open > a:hover,
    .navbar-custom .navbar-nav > .open > a:focus {
        background-color: #002644;
        color: #c0c0c0;
    }

        .navbar-custom .navbar-nav > .open > a .caret,
        .navbar-custom .navbar-nav > .open > a:hover .caret,
        .navbar-custom .navbar-nav > .open > a:focus .caret {
            border-top-color: #c0c0c0;
            border-bottom-color: #c0c0c0;
        }

    .navbar-custom .navbar-nav > .dropdown > a .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff;
    }

@media (max-width: 767) {
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
    }

        .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #c0c0c0;
            background-color: transparent;
        }

    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #c0c0c0;
        background-color: #002644;
    }

    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}

.navbar-custom .navbar-link {
    color: #ffffff;
}

    .navbar-custom .navbar-link:hover {
        color: #c0c0c0;
    }*/
