﻿/*top most header Start*/
.header-top.dark {
    background-color: #015486;
    border-bottom: 1px solid #015486;
    padding: 4px;
}

/*li*/
.styleOptions {
    margin: 0;
    padding: 0;
}
.styleOptions li {
        float: left;
        list-style-type: none;
        line-height: 20px;
    }
.text-blue, .text-white {
    font-weight: bolder;
    line-height: 25px;
}

#clock, .text-white {
    color: #fff;
}


.list-unstyled, .chart-legend, .contacts-list, .users-list, .mailbox-attachments {
    list-style: none;
    margin: 0;
    padding: 0;
}


/*bootstrap row class*/
.rowNew {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
}


/*search bar below right menu */
.pull-right {
    float: right !important;
}

.navlinks {
    margin-top: 12px !important;
    margin-bottom: 10px !important;
    margin-left: -9px !important;
}

.tp-link-ul {
    color: #ddd;
    padding-left: 0;
}

.pull-right {
    float: right;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

user agent stylesheet
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
li {
    text-align: -webkit-match-parent;
}

/*search bar */
.search-form {
    float: right;
    width: 330px;
    height: auto;
    background: #fff;
    border-radius: 5px;
    clear: both;
    padding: 3px;
}
.search-field {
    border: 1px solid #015486;
}

.search-field {
    float: left;
    width: 293px;
    height: 26px;
    padding: 0 5px;
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 12px;
    color: #888;
    font-style: italic;
    font-weight: 400;
    background: #fff;
    border: 1px solid #005587;
    border-radius: 5px 0 0 5px;
}

/*search image class */
.submit-container {
    background: #015486;
}

.submit-container {
    height: 26px;
    background: #015486;
    border-radius: 0 5px 5px 0;
}

.submit, .submit-container {
    float: left;
    width: 30px;
    padding: 0;
    cursor: pointer;
}

.submit {
    height: 21px;
    margin: 0;
    border: 0 solid #000;
    background: url(../Images/magnifier.png) 6px 3px no-repeat;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.submit, .submit-container {
    float: left;
    width: 30px;
    padding: 0;
    cursor: pointer;
}


/*for font-face awesome icon color*/
.faIcon {
    color: #015486 !important;
}



/*slider css*/
.carousel-item {
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

