/* here you can put your own css to customize and override the theme */

h1 {
    color: #f9f9f9 !important;
}

.dropdown-menu-v2 > li > a {
    color: #f9f9f9 !important;
}

.dropdown-menu-v2:before {
    border-color: transparent transparent #4e5a64 !important;
}

.dropdown-menu-v2 {
    background: #4e5a64 !important;
}

.dropdown-menu-v2 {
    min-width: 0px !important;
    padding: 0px 0 !important;
}

    .dropdown-menu-v2 .divider {
        margin: 0px 0;
    }

    .dropdown-menu-v2 > li > a:hover, .dropdown-menu-v2 > li > a:focus {
        background: #009dc7;
        text-decoration: none;
        color: #009dc7;
    }
/*Alerts Start*/
.alert-danger {
    background-color: #fbe1e3;
    border-color: #fbe1e3;
    color: #e73d4a;
}

.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.field-validation-error {
    color: #b10000;
    font-size: smaller;
}

.field-validation-valid {
    display: none;
}

div.success {
    color: green;
}

div.error {
    color: red;
}

.mousePointer {
    cursor: pointer;
}

.feeds li {
    color: Black !important;
    font-weight: bold;
}

    .feeds li .col2 > .count {
        padding: 4px 9px 5px 4px;
        text-align: right;
        color: Black !important;
        font-weight: bold;
    }

a.disabled {
    pointer-events: none;
    cursor: default;
}
/*Alerts End*/

.page-header .navbar .topbar-actions .btn-group-green .btn {
    top: 6px;
    padding: 8px;
    position: relative;
    background: #36c6d3;
    color: #fff;
    width: 35px;
    height: 35px;
}

.page-header .navbar .topbar-actions .btn-group-green {
    position: relative;
    margin: 0 30px 0 15px;
}

.page-header .navbar .topbar-actions .btn-group-orange .btn {
    top: 6px;
    padding: 8px;
    position: relative;
    background: #F1C40F;
    color: #fff;
    width: 35px;
    height: 35px;
}

.page-header .navbar .topbar-actions .btn-group-orange {
    position: relative;
    margin: 0 30px 0 15px;
}

/*address * to required attributes */
.requiredAsterisk:after {
    content: "*";
    font-weight: bold;
    color: red;
}



.isSearched {
    border-color: #67809F;
    border-width: 2px;
    border-style: dashed;
    padding: 2px;
}



/*ContactImage style*/
#contactImageRow .btn-file {
    position: relative;
    overflow: hidden;
}

    #contactImageRow .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

#contactImageRow #contactImage {
    width: 200px;
    height: 200px;
}

#contactImageRow #contactImageContainer {
    text-align: center;
}