/*
    Document   : ALM Mapping
    Created on : 02/09/2019
    Author     : Ruwan Atapattu - Virtusa EAG
    Description:
        This is where any of your application specific styles should be included
*/


div,
ul,
li,
span,
p,
a{
    line-height: 1 !important;
}

body{
    background-color: #f9f9f9;
}

/*------------ Override JET component -------------*/

.oj-datepicker-calendar td span, 
.oj-datepicker-calendar td a{
    line-height: 31px !important;
}

.oj-combobox-choice{
    cursor: pointer !important;
}

.oj-combobox-choice,
.oj-combobox-choice input{
    background-color: #fff;
}

.oj-combobox-choice .oj-combobox-divider{
    display: none;
}

.oj-combobox-choice a:before{
    content: "";
}

.oj-combobox-choice a{
    background: url(images/down_arrow.png);
    width: 18px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0;
    margin: 3px 2px 0 0;
}

.oj-combobox-choice input{
    padding-left: 5px;
    font-size: 13px;
    font-weight: 600;
}

.oj-listbox-results li:nth-child(odd){
    background-color: #f4f4f4;
}

.oj-listbox-results li div{
    margin-left: 5px;
    font-size: 12px;
    min-height: 0px;
    padding: 12px 0px;
}

.oj-listbox-results li:hover{
    background-color: #e7e7e7;
}

.oj-treeview-list span{
    color: #000 !important;
    font-size: 12px;
}

.oj-treeview-list .oj-treeview-item .oj-treeview-item-content{
    padding: 7px 15px 7px 5px;
}

.treeview-checkbox{
    display: inherit;
    margin-bottom: -4px;
    margin-right: 5px;
}

ul.oj-treeview-list li .oj-treeview-item-text{
    font-weight: 600;
}

ul.oj-treeview-list li ul.oj-treeview-list li .oj-treeview-item-text{
    font-weight: 300;
}

.oj-listview-item{
    padding: 0 !important;
}

.oj-listview-item.oj-hover{
    background-color: transparent;
    border-top: 1px solid #f9f9f9;
}

.oj-listview.oj-focus-ancestor ul.oj-listview-element:not(.oj-listview-card-layout) .oj-listview-item.oj-focus, 
.oj-listview.oj-focus-ancestor ul.oj-listview-element:not(.oj-listview-card-layout) .oj-listview-item.oj-focus + li.oj-listview-item{
    border-top: 1px solid #f9f9f9;
}

.oj-dialog{
    border-radius: 5px;
    border: none;
}

.oj-dialog-header{
    background-color: #333;
    padding: 5px 10px;
}

.oj-dialog-header h1{
    font-size: 14px;
    color: #fff;
}

.oj-listview-loading-icon{
    display: none !Important;
}

.btn.oj-disabled button,
.btn.oj-disabled button:hover{
    background-color: #ededee !important;
    color: #999 !important;
    border-color: #e5e6e6 !important; 
}

.btn button{
    border: none;
    border-radius: 3px;
    font-size: 12px;
}

.oj-menu-dropdown a{
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto !important;
}

.oj-button .oj-button-text, .oj-button-nocomp{
    overflow: initial;
}

oj-button.table_save_btn.oj-default button{
    background-color: #333 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 3px;
    cursor: pointer;
}

oj-button.table_save_btn.oj-hover button:hover{
    background-color: #000 !important;
    color: #fff !important;
    border: none !important;
}

.btn_dark.oj-active button{
    background-color: #000 !important;
}

.btn_dark button{
    background-color: #333 !important;
    color: #fff !important;
    transition: ease 0.3s;
}

.btn_default button{
    background-color: #ededee !important;
    color: #333 !important;
    border: 1px solid #333;
    transition: ease 0.3s;
}

.btn_blue_def button{
    background-color: #fff !important;
    color: #246c8d !important;
    border: 1px solid;
    border-color: #317798 !important;
    transition: ease 0.3s;
}

.btn_dark.oj-hover button{
    background-color: #444 !important;
    color: #fff !important;
    transition: ease 0.3s;
}

.btn_default button:hover{
    background-color: #d9d9d9 !important;
    color: #333 !important;
    border-color: #333;
    transition: ease 0.3s;
}

.btn_blue_def button:hover{
    background-color: #246c8d !important;
    color: #fff !important;
    border-color: #246c8d;
    transition: ease 0.3s;
}

.float_right{
    float: right;
}

#container,
.container{
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
}

.hr_line{
    width: 100%;
    height: 1px;
    background-color:#e6e6e6;
    margin: 10px 0;
}

.inline_elm{
    display: inline;
}


.commonAlert{
    position: fixed;
    background-color: #ccc;
    color: #fff;
    padding: 7px 15px;
    top: 80px;
    border-radius: 3px;
    display: none;
    width: max-content;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 9999;
}

.commonAlert.msg{
    background-color: rgba(26,188,156,1);
}

.commonAlert.err{
    background-color: rgba(192,57,43,0.8);
}

.waiting_section{
    background-color: #f5f5f5;
    padding: 7px 10px;
    text-align: left;
    margin: 15px auto;
    background-image: url(images/section_waiting.gif);
    background-repeat: no-repeat;
    background-position: center right 7px;
    width: 180px;
    font-size: 11px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}

/*----- Icons -----*/
.alm_ico{
    display: inline-block;
}

.add_ico{
    background: url(images/add_new_mapping.png);
    width: 24px;
    height: 24px;
    margin: 0;
    background-repeat: no-repeat;
    padding: 0 !important;
}

.ico_text{
    vertical-align: top;
    display: inline-block;
    color: whitesmoke;
}

.next_icon{
    background: url(images/next_arrow.png);
    width: 18px;
    height: 18px;
    padding: 0 !important;
    margin-right: 10px;
    background-repeat: no-repeat;
}

.common_icons.home_icon{
    background: url(../image/home.svg);
    width: 40px;
    height: 24px;
    padding: 0 !important;
    display: inline-block;
    background-size: 14px !important;
    border: 1px solid #4a81ad;
    border-radius: 3px;
    background-position: center;    
    margin-right: 10px;
    vertical-align: middle;
    transition: ease all 0.3s;
}

.common_icons.notification_icon{
    background: url(../image/notification.svg);
    width: 40px;
    height: 24px;
    padding: 0 !important;
    display: inline-block;
    background-size: 14px !important;
    border: 1px solid #4a81ad;
    border-radius: 3px;
    background-position: center;    
    margin-right: 10px;
    vertical-align: middle;
    transition: ease all 0.3s;
}

.common_icons.information_icon{
    background: url(../image/information.svg);
    width: 40px;
    height: 24px;
    padding: 0 !important;
    display: inline-block;
    background-size: 14px !important;
    border: 1px solid #4a81ad;
    border-radius: 3px;
    background-position: center;    
    margin-right: 10px;
    vertical-align: middle;
    transition: ease all 0.3s;
}

.common_icons.information_tooltip_icon{
    background: url(../image/information_tooltip.svg);
    width: 15px;
    height: 15px;
    padding: 0 !important;
    display: inline-block;
    /* background-size: 14px !important; */
    /* border: 1px solid #4a81ad;
    border-radius: 3px; */
    background-position: center;    
    margin-right: 10px; 
    vertical-align: right;
    transition: ease all 0.3s;
}

.common_icons.home_icon:hover,
.common_icons.notification_icon:hover,
.common_icons.information_icon:hover{
    border-color: #fff;
    transition: ease all 0.3s;
    cursor: pointer;
}

.back_icon{
    background: url(images/back_arrow.png);
    width: 18px;
    height: 18px;
    padding: 0 !important;
    margin-left: 10px;
    background-repeat: no-repeat;
}

.common_icons{
    background-repeat: no-repeat !important;
    background-size: 16px !important;
    background-position: center;    
}

.trash_ico{
    background: url(images/trash.png);
    width: 18px;
    height: 24px;
    padding: 0 !important;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-position: 0px 4px;
    opacity: 0.5;
}

.trash_ico:hover{
    background-position: 0px -24px;
    opacity: 0.5;
}

#globalBody .oj-web-applayout-content{
    padding-top: 0;
}

.status_bar{
    background-color: #e6e6e6;
    padding: 7px 20px;
    margin-bottom: 0px;
}

.logged_info{
    height: 24px;
}

.back_link{
    height: 25px;
    margin: 2px 0;
}

.logged_info img,
.logged_info span,
.logged_info,
.home{
    display: inline-block;
}

.logged_info img{
    margin-right: 5px;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    border: 1px solid #666;
    overflow: hidden;
    margin-top: 3px;
}

.logged_info span{
    font-size: 12px;
    padding-top: 15px;
}

.user-block{
    margin-top: -10px;
    padding-bottom: 5px;
}

.icon-block,
.user-block{
    text-align: left;
    padding-left: 15px;
}

.notification,
.home,
.info{
    display: inline;
}

.map_header{
    color: #fff;
}

.alm_common_info,
.new_mapping{
    min-height: 60px;
}

.alm_common_info{
    padding: 0px 20px 7px 20px;
    border-radius: 0;
    background-color: #306984;
    background-image: linear-gradient(to right ,#377685, #2b5c83);
    background: #306984;
    background: linear-gradient(to right ,#377685, #2b5c83);
}

.header_button{
    padding: 0;
    text-align: right;
}

.new_mapping{
    display: block;
    margin-bottom: 0;
    min-height: 40px;
}

.new_mapping button.oj-button-button{
    padding: 0px;
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #333 !important;
    transition: ease 0.3s;
    text-align: center;
    color: #fff !important;
    border-color: #333 !important;
}

.new_mapping button.oj-button-button:hover,
.new_pool_project button.oj-button-button:hover{
    background-color: #111 !important;
    transition: ease 0.3s;
}

.new_pool_project{
    margin-top: 18px;
}

.new_pool_project button.oj-button-button{
    border-radius: 25px;
    background-color: #333 !important;
    transition: ease 0.3s;
    text-align: center;
    color: #fff !important;
    border-color: #333 !important;
    padding: 0 3px;
}

.oj-button-label .add_ico{
    background-color: #000;
    border-radius: 30px;
}

.add_icon button.oj-button-button{
    border-radius: 25px;
    background-color: #ffffff !important;
    transition: ease 0.3s;
    text-align: center;
    color: #fff !important;
    border-color: hsl(0, 0%, 100%) !important;
}

.add_icon button.oj-button-button:hover{
    background-color: #ffffff !important;
    transition: ease 0.3s;
    border-color: white;
}

.clear_left_padding{
    padding-left: 0 !important;
}

.clear_right_padding{
    padding-right: 0 !important;
}

.alm_common_attrib{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 12px;
    display: inline-block;
    width: 100%;
}

.alm_common_attrib li{
    display: inline-block;
    width: 10.000000%;
    vertical-align: top;
}

.alm_common_attrib li:last-child{
    border-left: 1px solid #458190;
    text-align: center;
}

.alm_attrib label,
.alm_list_attrib label,
.alm_list_attrib_collection label{
    font-size: 10px;
    font-weight: 300;
    opacity: 1;
}

.alm_attrib{
    padding-right: 10px;
}

.alm_attrib label{
    color: #fff;
}

#listview{
    border: none;
    display: initial;
}

.alm_list_attrib label,
.alm_list_attrib_collection label{
    color: #333;
}

.alm_list_attrib{
    margin-bottom: 25px;
}

.to_right .alm_list_attrib_collection{
    float: right;
}

.alm_list_attrib_collection{
    margin-bottom: 10px;
}

.alm_attrib .at_value{
    font-size: 12px;
    font-weight: 600;
    margin-top: 2px;
    opacity: 1;
}

.alm_list_attrib .at_value,
.alm_list_attrib_collection .at_value {
    font-size: 13px;
    font-weight: 600;
    margin-top: 1px;
    color: #000;
}

.mapping_list_container{
    margin-top: 20px;
}

.padding_container{
    padding: 0 10px;
}

.mapping_list_item{
    margin-top: 20px;
    background-color: #fff;
    padding: 20px 10px 10px 10px;
    -moz-box-shadow:    1px 2px 5px 0px #ccc;
    -webkit-box-shadow: 1px 2px 5px 0px #ccc;
    box-shadow:         1px 2px 5px 0px #ccc;
    border-radius: 5px;
}

.dropdown_with_btn oj-select-one,
.dropdown_with_btn oj-button,
.inline_button oj-button,
.dropdown_with_btn{
    display: inline-block;
}

.dropdown_with_btn{

}

.dropdown_with_btn oj-select-one,
.dropdown_with_btn oj-menu-button{
    /*width: 120px;*/
}

.dropdown_with_btn oj-button{
    /*width: 82px;*/
}

.dropdown_with_btn oj-button span.oj-button-text{
    padding: 10px 5px;
}

.project_title{
    padding: 21px 10px;
    font-size: 16px;
    font-weight: 600;
}

.pr_number{
    font-weight: 300;
    border: 1px solid #fff;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 5px;
}

.alm_list_collection{
    margin-top: 0px;
}

.alm_list_collection.float_right .inline_button oj-button{
    margin-left: 10px;
}

.info_label label{
    font-size: 12px;
    background-color: #fff;
    padding: 5px 15px;
    color: #377585;
    border-radius: 5px;
    border: 1px solid #377585;
}

.title_label{
    font-size: 14px;
    padding: 10px 25px;
    background-color: #ededee;
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
    border-radius: 5px;
}

.oj-select-multi ul li.oj-select-selected-choice{
    padding: 5px 7px 5px 15px;
    color: #fff;
    background-color: #333;
    border: none;
    border-radius: 3px;
    font-size: 12px;
}

.oj-select-multi ul li.oj-select-selected-choice .oj-select-clear-entry{
    margin-left: 7px;
    color: #676767;
    border: 1px solid #676767;
    border-radius: 12px;
    padding: 2px;
}

.oj-select-multi ul li.oj-select-selected-choice .oj-select-clear-entry:hover{
    color: #999;
    border-color: #999;
}

#checkboxtreecontainer{
    padding: 10px;
}

#checkboxtreecontainer #allocationtreeelement{
    margin-left: 40px;
}

.oj-listview-no-data-message{
    display: block;
    margin-top: 20px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

.panel_block{
    margin-bottom: 20px;
    border-color: #e0e1e1;
    border-radius: 3px;
    margin-top: 10px;
    padding: 10px 10px 20px 10px;
}

.panel_container{
    margin: 0 15px;
}

.panel_label{
    font-size: 14px;
    font-weight: 600;
    background-color: #e6e6e6;
    display: block;
    padding: 7px 15px;
    margin-bottom: 20px;
}

.tbl_header{
    background-color: #333;
    color: #fff;
    padding: 7px 15px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
}

.tbl_row{
    border-bottom: 1px solid #e6e6e6; 
    padding: 0px;
}

.tbl_row .oj-switch-track{
    top: 72%;
}

.tbl_row input{
    font-size: 13px !important;
}


.oj-switch .oj-switch-track, 
.oj-switch.oj-default .oj-switch-track{
    height: 20px;
    width: 36px;
    background-color: #fff;
    border-color: #cecece;
    cursor: pointer;
}

.oj-switch.oj-hover .oj-switch-track{
    background-color: #f5f5f5;
    border-color: #cecece;
}

.oj-switch .oj-switch-thumb, 
.oj-switch.oj-default .oj-switch-thumb {
    height: 14px;
    width: 14px;
    margin-top: -0.57142rem;
    margin-left: 0.1rem;
    border-radius: 10px;
    box-shadow: 0 2px 2px -2px hsla(0, 0%, 0%,0.9);
    border-color: #8a8d8f;
    background-color: #8a8d8f;
}

.oj-switch.oj-active .oj-switch-thumb,
.oj-switch.oj-hover .oj-switch-thumb{
    height: 14px;
    width: 14px;
    margin-top: -0.57142rem;
    margin-left: 0.1rem;
    border-color: #284e67;
    background-color: #365d77;
}

.oj-switch.oj-disabled .oj-switch-thumb{
    height: 14px;
    width: 14px;
    margin-top: -0.57142rem;
    margin-left: 0.1rem;
}

.oj-switch.oj-disabled .oj-switch-track {
    border-color: #cbcccd;
}

.oj-switch.oj-selected .oj-switch-track,
.oj-switch.oj-selected.oj-hover .oj-switch-track{
    background-color: #365d76;
    border-color: #333;
}

.bottom_border .oj-switch-track{
    margin-top: -10px;
}

.oj-switch.oj-selected .oj-switch-thumb,
.oj-switch.oj-selected.oj-active .oj-switch-thumb,
.oj-switch.oj-selected.oj-hover .oj-switch-thumb{
    height: 14px;
    width: 14px;
    margin-top: -0.57142rem;
    margin-right: 0.1rem;
    border-color: #fff;
    background-color: #fff;
}

.bottom_border{
    border-bottom: 1px solid #eee;
}

.pool_project_table{
    width: 100%;
}

.pool_project_table thead th{
    font-weight: 600;
    background-color: #333;
    color: #fff;
}

.pool_project_table .oj-table-column-header-cell.oj-hover{
    background-color: #333;
    color: #fff;
}

.pool_project_table tr:nth-child(odd) .oj-table-data-cell{
    background-color: #f9f9f9;
}

.pool_project_table tr .oj-table-data-cell oj-input-date input{
    border:1px solid #ccc !important;
    background-color: #fff !important;
}

.pool_project_table tr .oj-table-data-cell.oj-hover{
    background-color: #f2f2f3;
}

.pool_project_table .oj-table-body-message{
    text-align: center;
}

.delete_pool_proj.oj-button button.oj-button-button{
    padding: 0px;
    border: none;
    background-color: transparent !important;
}


/* Custom CSS Piranavan */
.alm_rightMenu{
    width: 15.000000% !important;
}
#ErrorContainer li {
    line-height: 1.5 !important;
    padding-right: 10px;
}
.areaInside{
    /* padding: 10px 10px 10px 10px; */
    line-height: 1.5 !important;
    display: inline-block;
    text-align: left;
}
.areadefault{
    width:70%;
    margin-left: 140px;;
    background-color: rgba(192,57,43,0.8);
    color: #fff;
    border-radius: 7px;
    visibility:hidden;
    display: none;
    line-height: 1.5;
}
.area{
    width:70%;
    margin-left: 15%;
    background-color: rgba(192,57,43,0.8);
    color: #fff;
    border-radius: 7px;
    visibility:visible; 
    margin-top: 15px;
    text-align: center;
    display: block;
    line-height: 1.5;
}

.close{
    float:right;
    position:relative;
    margin-top:-10px;
    margin-right: -10px;
    cursor: pointer;
    color:white;
    background-color:#404040;
    border-radius: 15px;
    padding: 5px;
}


/*-----------Tool tip-----------------*/


/* .tooltip label:hover, 
.tooltip label:active, 
.tooltip input:hover+label, 
.tooltip input:active+label{
    font-weight: bold; 
} */
 
.tooltip {
  position: relative;
  display: inline-block;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875em;
  font-weight: 350;
  width: 90%;
  height: 20px !important;
}


@media only screen and (min-width: 1201px) {
    .tooltip .tooltiptext {
        position: relative;
        visibility: hidden;
        width: 200px;
        background-color: rgb(255, 255, 255);
        color: #333;
        text-align: left;
        border-radius: 6px;
        padding: 12px 12px 12px 12px;
        border: 1px solid #a89c9c; 
        position: absolute;
      
        /*Right tool tip*/
        z-index: 1;
        top: -5px;
        left: 105%;
      }
}

/* When the screen size gets smaller than 1200px */
@media only screen and (max-width: 1200px) {
    .tooltip .tooltiptext {
        position: relative;
        visibility: hidden;
        width: 200px;
        background-color: rgb(255, 255, 255);
        color: #333;
        text-align: left;
        border-radius: 6px;
        padding: 12px 12px 12px 12px;
        border: 1px solid #a89c9c; 
        position: absolute;    
     
        /*Bottom Tool tip*/
        z-index: 1;
        top: 100%;
        left: 45%;
        margin-left: -60px;
    }
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.span1 {
    line-height: 1.5 !important;
    display: inline-block; /* change the display type           */
    margin: 2px 0;        /* apply the needed vertical margins */
}

.tooltiptext Li{
    padding-bottom: 5px;
}
   
.labelName{
    width:90% !important; 
    float: left !important;
}

.labelIcon{
    width:10% !important; 
    float: right !important;
    padding-top: 2px;;
}

.oj-text-field-container{
    margin-top: 10px;
}

#chorusEffectiveStartDate{
    margin-top: 4px;
}