/* NAV BAR SETTINGS */
.ultimate-nav-dalae
{
    border-bottom: 1px solid #e0e0e0;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
    box-shadow: 0 0 4px rgba(0,0,0,.2);
}

.dalae-logo
{
    height: 45px;
    padding-left: 5px;
    -webkit-transition: 0.5s height ease-in, 0.5s margin ease-in, 0.5s border ease-in;
    transition: 0.5s height ease-in, 0.5s margin ease-in, 0.5s border ease-in;

}
.dalae-logo-sm
{
    height: 35px;
    padding-left: 5px;
    -webkit-transition: 0.5s padding ease-out, 0.5s margin ease-out, 0.5s border ease-out;
    transition: 0.5s padding ease-out, 0.5s margin ease-out, 0.5s border ease-out;
}
.dalae-logo-text
{
    font-size: 9pt;
    font-weight: 500;
    display: block;
    -webkit-transition: 0.5s width ease-in, 0.5s margin ease-in, 0.5s border ease-in;
    transition: 0.5s width ease-in, 0.5s margin ease-in, 0.5s border ease-in;
}

.dalae-logo-text-sm
{
    display: none;
    -webkit-transition: 0.5s width ease-out, 0.5s margin ease-out, 0.5s border ease-out;
    transition: 0.5s width ease-out, 0.5s margin ease-out, 0.5s border ease-out;
}
.dalae-box {
    border-bottom: 5px solid #24A5EA;
    margin-bottom: 20px;
}

.bg-blue {
    background-color: #61b1f6 !important;
    color:white;
}

.dalae-navbar
{
    height: 100%;
}

.dalae-navbar .navbar-nav .nav-link,.dalae-navbar .navbar-nav .nav-link:hover,.dalae-navbar .navbar-nav .nav-link:focus
{
    color: #000;
    font-weight: 500;
}

.dalae-navbar ul.navbar-nav li {
    float: left;
}

.dalae-navbar ul.navbar-nav li a.dalae-nav-link {
    padding-top: 30px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    height: 100%;
    -webkit-transition: 0.5s padding ease-in, 0.5s margin ease-in, 0.5s border ease-in;
    transition: 0.5s padding ease-in, 0.5s margin ease-in, 0.5s border ease-in;
}
.dalae-navbar ul.navbar-nav li a.dalae-nav-link-sm {
    padding-top: 10px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    height: 100%;
    -webkit-transition: 0.5s padding ease-out, 0.5s margin ease-out, 0.5s border ease-out;
    transition: 0.5s padding ease-out, 0.5s margin ease-out, 0.5s border ease-out;
}

.dalae-navbar ul.navbar-nav li.active a,.dalae-navbar ul.navbar-nav li.active a:hover, .dalae-navbar ul.navbar-nav li.active a:focus {
    border-bottom: 3px solid #00a2e9;
}
.dalae-navbar ul.navbar-nav li a:hover, .dalae-navbar ul.navbar-nav li a:focus{
    border-bottom: 3px solid #BBDEFB;
    -webkit-transition: none;
    transition: none;
}

.dropdown-menu a.dropdown-item
{
    padding: .25rem 1.5rem !important;
    border-bottom: none !important;
}
.dropdown-menu a.active, .dropdown-menu a.dropdown-item:focus
{
    color: #212529;
    background-color: #86c0ff;;
}
.dropdown-menu a.dropdown-item:hover, .dropdown-menu a.dropdown-item:focus
{
    border-bottom: none !important;
}

    /* END NAVBAR SETTING */

.dalae-search-global
{
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #e4e4e4;
}

.dalae-form-search
{
    padding: 0 10%;
}
.dalae-home-search
{
    border-radius: 50px;
    width: 100% !important;
    padding: 1rem 2rem;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.08);
}
.dalae-home-search:focus
{
    border-color: #ced4da;
    border-bottom: 3px solid #00a2e9;
    color: #495057;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.08);
    padding-bottom: 14px;
}
.dalae-input-group
{
    width: 100% !important;
}
.dalae-input-group>.form-control:not(:last-child) {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.input-group-append {
    margin-left: -50px;
}
.sbico-c {
    background: transparent;
    border: 0;
    float: right;
    line-height: 44px;
    margin-top: -1px;
    outline: 0;
    padding-right: 16px;
    position: relative;
    top: -1px;
}
.sbico {
    display: inline-block;
    height: 24px;
    width: 24px;
    cursor: pointer;
    vertical-align: middle;
    color: #4285f4;
}
._wtf {
    display: inline-block;
    fill: currentColor;
    height: 24px;
    line-height: 24px;
    position: relative;
    width: 24px;
}
.dalae-input-group>.form-control:focus {
    z-index: 0;
}

.jumbotron {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.dalae-single
{
    padding-top: 20px;
}
.dalae-home
{
    padding: 0;
    margin-bottom: 0;
    background: #fff; /* Old browsers */
}
.dalae-home-img
{

}
.dalae-home-text .home-title
{

}
.dalae-home-text .home-desc
{
    color: #fff;
}
.dalae-home-img
{
    width: 100%;
    background-size:cover;
}
.dalae-home-img .home-img
{
    width: 100%;
}
.dalae-pl-div
{
    margin-top: -50px;
    background: transparent;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #00a2e9;
}
.home-spoil-d
{
    margin-bottom: 60px;
    padding-bottom: 70px;
    border-bottom: 1px solid #00a2e9;
}
.home-spoil
{
    width: 200px;
    height: 200px;
    border-radius: 100px;
    background-color: #fff;
    position: absolute;
    clip: rect(0,200px,130px,0);
    margin-top: -65px;
}
.home-spoil-end
{
    margin-top: -99px;
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: #fff;
    border-radius: 100px;
    border: 1px solid white;
    clip: rect(0px,200px,50px,0px);
    -webkit-transform:rotate(-180deg);
    border-top: 1px solid #00a2e9;
}
.home-spoil-title
{
    text-align: center;
    padding-top: 25px;
}

.home-spoil-value
{
    padding-top: 20px;
    text-align: center;
}

.dalae-pl
{
    position: relative;
    background: #fff;
    margin-top: -100px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    padding-top: 20px;
    border-top: 1px solid #00a2e9;
    border-left: 1px solid #00a2e9;
    border-right: 1px solid #00a2e9;
    border-bottom: 1px solid #fff;
    margin-bottom: -2px;
}
.home-pl-title
{
    text-align: center;
}
.home-pl-value
{
    text-align: center;
}
.home-pl-d
{
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #00a2e9;
}

.dalae-footer
{
    color: #dedede;
    background: #262626;
    margin-bottom: 0px;
}

.dalae-footer a
{
    color: #00a2e9;
}

/* DALAE NEWS BOX */

.dalae-news-list
{
    position: relative;
    margin-bottom: 30px;
    transition: opacity 0.25s ease-out;
    border-bottom: double;
    border-bottom-color: #eee;
}

.dalae-news-header
{
    padding: 15px 15px 5px 15px;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #eee;
}

.dalae-news-list .dalae-news-header h3
{
    font-size: 16px;
    padding-top: 5px;
    margin-bottom: 5px;
    position: relative;
}

.dl-blue .dalae-news-header h3:before, .dl-cyan .dalae-news-header h3:before
{
    position: absolute;
    width: 2px;
    height: 26px;
    left: -15px;
    top: 0;
    content: '';
}
.dl-blue .dalae-news-header h3:before
{
    background-color: #00a2e9;
}
.dl-blue .dalae-news-header h3 strong
{
    color: #00a2e9;
}

.news-list-with-footer.dl-blue
{
    border-bottom-color: #00a2e9;
}

/*.dalae-news-list .dalae-news-header h3.dl-cyan:before, .dalae-news-list .dalae-news-header h3.dl-purple:before, .dalae-news-list .dalae-news-header h3.dl-blue:before, .dalae-news-list .dalae-news-header h3.dl-blush:before, .dalae-news-list .dalae-news-header h3.dl-green:before, .dalae-news-list .dalae-news-header h3.dl-amber:before {*/
    /*position: absolute;*/
    /*width: 2px;*/
    /*height: 26px;*/
    /*left: -15px;*/
    /*top: 0;*/
    /*content: '';*/
/*}*/

/*.dalae-news-list .dalae-news-header h3.dl-blue strong {*/
    /*color: #00a2e9;*/
/*}*/

/*.dalae-news-list .dalae-news-header h3.dl-blue:before {*/
    /*background-color: #00a2e9;*/
/*}*/

.dalae-news-list .dalae-news-body
{
    padding: 10px 0px;
}
.dalae-news-list .dalae-news-body p
{
    color: #333;
    font-weight: 500;
}
.dalae-news-body .direct-chat-info
{
    font-size: 11pt;
}
.dalae-news-body .direct-chat-name
{
    color: #666;
}
.dalae-news-body .direct-chat-timestamp
{
    color: #999;
    font-size: 9pt;
    display: block;
}

a.media:hover
{
    text-decoration: none;
}

.dalae-news-body .dalae-first-news-big
{
    padding: 10px 10px;
}
.dalae-first-news-big:hover, .dalae-first-news-big:focus
{
    background: #edf8fd;
    cursor: pointer;
}

.dalae-first-news-big h5.first-news-big-title
{
    padding-top: 5px;
    text-align: center;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    padding-bottom: 5px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.dalae-first-news-big p.first-news-big-text
{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.dalae-news-body .dalae-first-news-md
{
    padding: 10px 10px;
}
.dalae-first-news-md:hover, .dalae-first-news-md:focus
{
    background: #edf8fd;
    cursor: pointer;
}

.dalae-first-news-md h5.first-news-md-title
{
    padding-top: 5px;
    text-align: center;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    padding-bottom: 5px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.dalae-first-news-md p.first-news-md-text
{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.media
{
    padding: 10px 10px;
    border-bottom: 1px solid #eee;
}
.media:last-child
{
    border-bottom: none;
}

.media:hover,.media:focus {
    background: #edf8fd;
    cursor: pointer;
}

.media .media-body
{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify !important;
}

.media .media-body h6
{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-bottom: 2px;
    line-height: 1.5em;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.custom-font {
    font-family: "Poppins","Arial",sans-serif;
}

.dalae-news-body .nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active
{
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: -30px;
    background: linear-gradient(60deg, #26c6da, #00a2e9);
    box-shadow: 0 12px 20px -10px rgba(0, 188, 212, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(0, 188, 212, 0.2);
    color: #fff !important;
}
.nav-pills .nav-link:hover
{
    border-top: 2px solid #26c6da;
    padding-bottom: 6px;
}
.nav-pills .nav-link.active:hover
{
    border-top: none;
    padding-bottom: 15px;
}
.dalae-news-body-nav
{
    padding: 15px 20px !important;
    background: #f7f7f9;
}
.dalae-news-footer-nav
{
    padding: 15px 20px !important;
    background: #f7f7f9;
}
.line-footer
{
    padding: 15px;
    border: 1px solid #dedede;
}
.line-footer .title
{
    font-size: 12pt;
    padding: 0 15px;
    margin-top: -25px;
    float: left;
    background: #f7f7f9;
}
.line-footer code
{
    display: inline-block;
}
.list-full
{
    width: 100%;
}
.news-list-with-footer
{
    border-bottom: 3px solid;
}
.nav
{
    margin-left: 15px;
    margin-right: 15px;
}
.tab-content
{
    padding: 40px 20px 20px 20px;
}
.dalae-news-list .nav .nav-link, .dalae-news-list .nav .nav-link:hover
{
    color: #444;
}

.dalae-box-info
{
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    margin-top: 50px;
    border: 1px solid #eee;
    border-bottom: 5px solid #24A5EA;
    margin-bottom: 20px;
}
.dalae-box-info-no-seach-bar
{
    margin-top: 5px !important;
}
.dalae-box-info-header
{
    padding-top: 5px;
    border-bottom: 1px solid #eee;
}
.dalae-box-info-header h6
{
    text-transform: uppercase;
    padding: 5px 10px;
    font-weight: bold;
}
.dalae-box-info-body
{
    padding: 10px;
    font-size: 10pt;
}
.dalae-box-info-body p
{

}

.bg-white
{
    background: #fff;
}
.badge-primary {
    color: #fff;
    background-color: #007bff;
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
.badge-info {
    color: #fff;
    background-color: #17a2b8;
}
.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
.badge-dark {
    color: #fff;
    background-color: #343a40;
}
.badge-twitter
{
    color: #fff;
    background-color: #1da1f2;
}
.badge-facebook
{
    color: #fff;
    background-color: #4867aa;
}
.badge-rss
{
    color: #fff;
    background-color: #ffa500;
}
.badge-rss i
{
    color: #000000;
}
