﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.datePic {
}

.NumberOnly {
}

.now {
}

.dateTimePic {
}

.NotForSql {
}

.NumberGreaterThan0Only {
}

.NegativeValue {
    color: #c71c22;   
}

.PozitiveValue {
    color: #097912;    
}

.ModalFullscreen {
    padding-left: 0 !important;
}


.ModalFullscreen .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.ModalFullscreen .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
    padding-top: 53px;
    border:none;
}



.ui-dialog.primary .ui-widget-header {
    background: #2fa4e7 !important;
    color: #ffffff !important;
}

.ui-dialog.success .ui-widget-header {
    background: #699934 !important;
    color: #ffffff !important;
}

.ui-dialog.info .ui-widget-header {
    background: #02325f !important;
    color: #ffffff !important;
}

.ui-dialog.warning .ui-widget-header {
    background: #dd5600 !important;
    color: #ffffff !important;
}

.ui-dialog.danger .ui-widget-header {
    background: #c71c22 !important;
    color: #ffffff !important;
}

.ui-widget-content a {
    color: #fff !important;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 14px;
    padding-left: 15px;
    padding-right: 15px;
}

.botNavPage {
    margin-bottom: 30px;
    padding-bottom: 50px;
    padding-top: 2px;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.navbar-inverse {
    background-color: #033769;
    border-color: #033769;
}

    .navbar-inverse .navbar-brand {
        color: #fff;
    }

/*
.mobile-app-icon-bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background: #ddd;
}



    .mobile-app-icon-bar a {
        padding: 1.25rem;
        cursor: pointer;
        color: #969696;
        text-decoration: none;
    }

        .mobile-app-icon-bar a:hover, .mobile-app-icon-bar a:focus {
            text-decoration: none;
        }

        .mobile-app-icon-bar a i {
            padding-left: 10px;
        }

        .mobile-app-icon-bar a p {
            margin: 0 0 0px;
            font-size: 0.8em;
            text-align: center;
        }



    .mobile-app-icon-bar .active {
        background-color: #fff;
        color: #000000;
    }

    .mobile-app-icon-bar a svg,
    .mobile-app-icon-bar a i,
    .mobile-app-icon-bar a img {
        font-size: 2rem;
        max-height: 2rem;
        max-width: 2rem;
    }*/


.mobile-app-icon-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    display: flex;
    overflow-x: auto;
    background: #e2e2e2
}

    .mobile-app-icon-bar a {
        padding: 1.25rem;
        cursor: pointer;
        color: #969696;
        text-decoration: none;
    }

        .mobile-app-icon-bar a p {
            margin: 0 0 0px;
            font-size: 0.8em;
            text-align: center;
        }




    .mobile-app-icon-bar .barItem {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-grow: 1;
        min-width: 50px;
        overflow: hidden;
        white-space: nowrap;
        font-family: sans-serif;
        font-size: 13px;
        color: #969696;
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
        transition: background-color 0.1s ease-in-out;
    }

    .mobile-app-icon-bar .active {
        background-color: #fff;
        color: #033769;
    }


.nav__icon {
    font-size: 18px;
}



.NoDataDiv {
    padding-top: 150px;
}






/*Watchlist Start*/
.WLAddSymbol {
    margin-top: 5px;
}


.WL_Bot {
    font-size: 0.8em;
    color: #b3afaf;
}

/*Watchlist End*/


#notifications {
    cursor: pointer;
    position: fixed;
    right: 0px;
    z-index: 9999;
    bottom: 0px;
    margin-bottom: 22px;   
    width: 100%;
}

    #notifications .alert-tost {
        background-color: #1c1c1c;
        border-color: #040404;
        color: #f6f7f6;
    }

.BigIcon{
    font-size:22px;
}