/* here you can put your own css to customize and override the theme */



/* this css helps to sort bootstrap conflict with telerik template for grids by increasing margin.Removing this will cause
            for example the group members form group items to render incorectly
        */

.form-group {
    margin-bottom: 8px;
}
/*code below removes the conflict in box-sizing:border-box wich is the default in bootstrap*/
div.trv-report-viewer *,
div.trv-report-viewer *:before,
div.trv-report-viewer *:after {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
/*End sort bootstrap issue in report viewer..If you remove the above code report with table and crosstab tabs render extremly badly*/
#reportViewer1 {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 5px auto;
    font-family: 'segoe ui', 'ms sans serif';
    overflow: hidden;
}

#reportPane {
    position: relative;
    width: 90%;
    margin: 0 auto;
    font-family: 'segoe ui', 'ms sans serif';
    overflow: hidden;
}

#parametersPane {
    text-align: center;
}

#reportPaneInline {
    padding-right: 5px;
    padding-left: 5px;
}

#reportPanelInlineSxn2 {
    padding-right: 5px;
    /*padding-left: 5px;*/
    /*border: solid;
            border-width: thin;
            border-color: #94c0d2;*/
}

/* end this css helps to sort bootstrap conflict with telerik template for grids by increasing margin.Removing this will cause
            for example the group members form group items to render incorectly
        */

/* From  Custom CSS from version 2*/
.form_error {
    border: 1px solid #E74C3C;
    background: #FFF;
    color: #E74C3C;
}

#busyIndicator {
    position: absolute;
    top: 250px;
    left: 48%;
    z-index: 100;
    text-align: center;
    display: none;
}

img.profile-pic {
    width: 100%;
    height: 150px;
}

img.profile-pic-lock {
    width: 150px;
    height: 150px;
}

img.profile-pic-small {
    width: 50px;
    height: 30px;
}

a.profile-edit {
    top: 0px;
    right: 50px;
    margin: 0px;
    color: #FFF;
    opacity: 0.6;
    border: medium none;
    padding: 3px 9px;
    font-size: 12px;
    background: none repeat scroll 0% 0% #000;
    position: absolute;
}

div.upsection {
    width: 99.5%;
    margin: 0px;
    padding: 0px;
}

#pageloadAnimation {
    position: absolute;
    top: 25%;
    right: 50%;
    bottom: 50%;
    left: 45%;
    margin: 20px auto;
    z-index: 100;
    display: none;
}

kaactive {
    background-color: red;
}


/* end from version 2 css*/


.page-content {
    padding: 0px 0px 0px 0px;
}

.theme-panel {
    margin-top: -5px;
    margin-right: 5px;
}
/*make sure the notification occcupy a sizable area on the screen*/


.dropdown-menu.extended {
    width: 350px !important;
    max-width: 350px !important;
}

    .dropdown-menu.extended li a {
        line-height: 18px;
        padding: 5px 3px !important;
    }

    .dropdown-menu.extended li.external > a {
        color: #0066cc;
        background-color: #dde4fd;
    }

.dropdown-menu-list.scroller {
    background-color: #f4fafb;
}

    .dropdown-menu-list.scroller .read {
        background-color: #FFFFFF;
    }

    .dropdown-menu-list.scroller .not-read {
        background-color: #E0E0E0;
    }


.dropdown-menu-header {
    padding: 0px 5px 5px 5px;
    margin-bottom: 1px;
    border-bottom: 3px solid #c9d4f9;
    display: inline-block;
    width: 100%;
    background-color: #DDE4FC;
    height: 100%;
}

    .dropdown-menu-header .pull-right {
        color: #0066cc;
    }

    .dropdown-menu-header .pull-left {
        color: #0066cc;
    }

    .dropdown-menu-header .pointer {
        cursor: pointer;
    }
/* make the dash board look good reduce padding to save space below bread crumb*/
.breadcrumb {
    margin-bottom: 0px;
}

.page-content .page-breadcrumb.breadcrumb {
    margin-bottom: 0px;
}

/* manage the pop ups that will make the chat windows */
@media only screen and (max-width : 540px) {
    .chat-sidebar {
        display: none !important;
    }

    .chat-popup {
        display: none !important;
    }
}

/*body {
    background-color: #e9eaed;
}*/

/*.chat-sidebar {
    width: 200px;
    position: fixed;
    height: 100%;
    right: 0px;
    top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid rgba(29, 49, 91, .3);
}

.sidebar-name {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 4px;
    font-size: 12px;
}*/

/*.sidebar-name span {
        padding-left: 5px;
    }

    .sidebar-name a {
        display: block;
        height: 100%;
        text-decoration: none;
        color: inherit;
    }

    .sidebar-name:hover {
        background-color: #e1e2e5;
    }

    .sidebar-name img {
        width: 32px;
        height: 32px;
        vertical-align: middle;
    }*/
.chat-border {
    border: 1px solid #dee2e6 !important;
}

.popup-box {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 220px;
    /*height: 285px;*/
    height: 360px;
    background-color: rgb(237, 239, 244);
    width: 350px;
    border: 1px solid #dee2e6 !important;
    /* border: 1px solid rgba(29, 49, 91, .3);*/
}

    .popup-box .popup-head {
        background-color: #007bff !important;
        padding: 5px;
        color: white;
        font-weight: bold;
        font-size: 14px;
        clear: both;
        height: 40px;
        border-top-left-radius: .60rem !important;
        border-top-right-radius: .60rem !important;
    }

        .popup-box .popup-head .popup-head-left {
            float: left;
        }

            .popup-box .popup-head .popup-head-left .user_name {
                min-width: 20px;
            }

        .popup-box .popup-head .popup-head-right {
            float: right;
            opacity: 0.5;
        }

            .popup-box .popup-head .popup-head-right a {
                text-decoration: none;
                color: inherit;
            }

    .popup-box .popup-messages {
        height: 100%;
        /*overflow-y: scroll;*/
    }

/*.chats.li.message *,
.chats.li.message *:before,
.chats.li.message *:after {
    -moz-border-radius: 25rem !important;
    -webkit-border-radius: 25rem !important;
    border-radius: 25rem !important;
}*/

.tools i {
    color: #a1a1a1;
    cursor: pointer;
    font-size: 20px;
    margin-right: 6px;
}

.dropdown-menu.inbox li > a .photo > img {
    height: 40px;
    width: 40px;
    border-radius: 50px !important;
}

.dropdown-menu.notification li > a .time {
    font-size: 12px;
    font-weight: 600;
    text-align: right;
    font-style: italic;
    margin: 2px;
    color: #61618e;
}

.chat-form {
    margin-top: 5px;
    padding: 0px;
}

.chats li {
    padding: 0px;
}

    .chats li .message {
        font-size: 13px;
        /*border-radius: 25rem !important;*/
    }

        .chats li .message .body img {
            width: 100%;
        }

    .chats li.out .message {
        margin-right: 0px;
        /*margin-left: 5px;*/
    }

    .chats li.in .message {
        margin-left: 55px;
        /*margin-right: 15px;*/
        background: #c1c1c1;
        /*padding: 5px 235px 2px 12px;*/
    }

    .chats li.in img.avatar {
        margin-left: 5px;
    }
/* fb like chat pop up manager interface*/
/*.chat-main {
    position: fixed;
    width: 300px;
    bottom: 0;
    /*right: 200px;
}

.chat-header {
    background: #4267B2;
    padding-top: 1px;
    padding-bottom: 1px;
}

.username i {
    font-size: 9px;
}

.username h6 {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
}

.options i {
    font-size: 14px;
    font-weight: normal;
    opacity: 0.7;
}

.options .live-video {
    font-size: 6px;
}

.chats {
    /*height: 260px;
    overflow-x: scroll;
    overflow-x: hidden;
}

    .chats ul li {
        list-style: none;
        clear: both;
        font-size: 13px;
    }

    .chats .send-msg {
        float: right;
    }

.receive-msg img {
    border-radius: 100%;
    height: 30px;
    width: 12%;
}

.receive-msg-img {
    display: inline;
}

.receive-msg .receive-msg-desc {
    display: inline-block;
}

    .receive-msg .receive-msg-desc p {
        background: #c1c1c1;
    }

.message-box input {
    border: none;
    font-size: 13px;
    opacity: 0.7;
}

    .message-box input:focus {
        outline: none;
    }




/*end fb likefinal chat pop up manager interface*/
/* end manage the pop ups that will make the chat windows */

/*Region search list*/
button .pending-list {
    width: 100%;
}

/*Region for kendo ui*/
.k-loading-mask {
    z-index: 50000;
}
