﻿
.my_legacy_container {
    width: 960px;
}

.myEditCategory_Step2_Container, myEditCategory_Step3_Container {
    padding-top: 1em;
    /*width: 800px !important;*/
    overflow: auto;
}

.my_div_overflow {
    /* This rule can be applied to asp.net controls that cannot be customized (ex. HTML editor, fileupload, etc). */
    overflow: auto;
}

.my_btn_wrap_text {
    /* This rule is being used in combination with Bootstrap button. It gives the ability to wrap text in a button properly */
    white-space: normal;
}

.my_tbl_background {
    background-color: white;
}

.my_tbl_height {
    max-height: 600px;
    overflow-y: auto;
}
/*-------------------------------------------------------------------------------------*/
/* TreeView  */
.myTreeViewContainer {
    padding-top: 1em;
    overflow: auto;
}

.myNodeStyle {
    color: #333333;
}

.myHoverNodeStyle {
    color: #333333;
}
/*-------------------------------------------------------------------------------------*/




.modalbackground {
    background-color: Gray;
    opacity: 0.5;
    filter: Alpha(opacity=50);
}

.modal_exit_btn {
    float: right;
}

.modalpopup_parentcategory {
    background-color: white;
    padding: 1em;
    overflow: auto;
    height: 500px;
    width: 400px;
}

.modalpopup_parentcategory_inner_div_body {
    height: 300px;
    overflow: auto;
}

.modalpopup_msg_panel {
    background-color: white;
    padding: 1em;
    overflow-y: auto;
}

.modalpopup_acuris_list {
    height: 300px;
    overflow: auto;

}
/*-------------------------------------------------------------------------------------*/
/* The following rule was added by stathis to make the control ajaxToolkit:CalendarExtender shown properly when used in combination with bootstrap */
/*.my_ajax_calendar_container
{
    position: relative;
    z-index: 3000 !important;
}*/

/*-------------------------------------------------------------------------------------*/
/* The following rule was added by stathis to make the time picker <div> properly aligned when used in combination with bootstrap */
.my_timepicker_div {
    margin-top: 0.3em !important;
}
/*-------------------------------------------------------------------------------------*/




