﻿body {

    margin:0;
    padding:0;
    font-family: 'Segoe UI';
    font-size: 12px;
    scrollbar-width:20px;
    background: #f9f9f9;
    color: rgb(255, 165, 0);   
}


.alert-red {
  color: darkolivegreen;
  background-color: rgba(251, 16, 16, 0.45);
  border-color: rgba(251, 16, 16, 0.45);
}

.alert-orange {
  color: darkolivegreen;
  background-color: rgba(255, 165, 0, 0.45);
  border-color: rgba(255, 165, 0, 0.45);
}


.alert-magenta {
  color: darkolivegreen;
  background-color: rgba(255, 0, 255, 0.45);
  border-color: rgba(255, 0, 255, 0.45);
}


.ui-autocomplete {
z-index: 10000!important;

}

.datarow_even {
    background-color: rgba(211, 211, 211, 0.25);
}

table.sumrow tbody tr {

    background-color: white!important;
}

    @-moz-keyframes blink {  
          0% { opacity: 1.0; }
          50% { opacity: 0.0; }
          100% { opacity: 1.0; }
        }

    @keyframes blink {  
          0% { opacity: 1.0; }
          50% { opacity: 0.0; }
          100% { opacity: 1.0; }
        }

    @-webkit-keyframes blink {
          0% { opacity: 1.0; }
          50% { opacity: 0.0; }
          100% { opacity: 1.0; }
        }

.blink {
    -moz-animation: blink 1s step-start 0s infinite;
    -o-animation: blink 1s step-start 0s infinite;
    -webkit-animation: blink 1s step-start 0s infinite;
    animation: blink 1s step-start 0s infinite;
}

.toast {

    position: relative;
    background-color: green;
    height: 80px;
    width: 240px;
    margin-bottom: 3px;
    box-shadow: rgba(0,0,0,0.5) 2px 2px 2px;

}

    .toast .toastclose {
    
        position: absolute;
        top: 4px;
        right: 4px;
        color: white;
        cursor:pointer;
    
    }

    .toast .toastheader {
    
        font-size: 14px;
        color: white;
        padding:4px;
        padding-left: 10px;
    
    }
    .toast .toastmessage {

        font-size: 12px;
        color: white;
        padding:4px;
        padding-left: 10px;
    }



.validationElement {
    background-color: lightcoral;
}


.extensionIframe {

    border: 0;
    width:0;
    height:0;
    visibility:hidden;
}




button:disabled {
color: gray!important;
}


body, td {
color:#666666;

}

.deleted {
    text-decoration: line-through;
}


a {
    text-decoration: none;
    color: #1b75b6;
}
    a:hover {
        text-decoration: underline;    
    }

img {
    border: 0;
}

    input[type='text'],
    input[type='password'],
    textarea    
    {       
            padding:4px;
            border: 1px solid #444;
            padding-right:8px;
    }

    select {

         padding:3px;
        border: 1px solid #444;

    }


    input[type='text']:focus,
    input[type='password']:focus,
    textarea:focus
    {    
        border-color:#1b76b7;
        border-right-width:5px;     
        padding:4px;
    }


/**************************
            COLORS
***************************/

.brown {    
    background-color: rgb(181,28,68);
}

.orange {
    background-color: #ce4b27;
    background-image: linear-gradient(to bottom, #ce4b27, #cf2d00);
    background-repeat: repeat-x;
}

.orange:hover {
    background-color: #cf2d00;
    background-image: linear-gradient(to bottom, #cf2d00, #ce4b27);
}

.blue-violate {
    background-color: rgb(91, 58, 182);
}

.magenta {
    background-color: rgb(163, 0, 170);
}

.green {
    background-color: #2eb40a;
    background-image: linear-gradient(to bottom, #2eb40a, #228d06);
    background-repeat: repeat-x;
}

.green:hover {
    background-color: #228d06;
    background-image: linear-gradient(to bottom, #228d06, #2eb40a);
    color: #fff !important;
}

.bondi-blue {
    background-color: #0093a8;
    background-image: linear-gradient(to bottom, #0093a8, #017e90);
    background-repeat: repeat-x;
}

.dark-yellow {
    background-color: rgb(232, 138, 5);
}

.blue {
    background-color: #1b75b6;
    background-image: linear-gradient(to bottom, #1b75b6, #004b7f);
    background-repeat: repeat-x;
}

.red {
    background-color: red;
}

.fontred {
    color: red;
}

.scrollviewer {

    position:absolute;
    top:33px;
    left:0;
    right: 0px;
    bottom: 5px;
    overflow-y:scroll;
    overflow-x: hidden;
}



#appheader {

    height: 45px;
    padding: 5px 0 7px 5px;

    background-color: #1b76b7;
    background-image: linear-gradient(to bottom, #1b76b7, #004a7e);
    background-repeat: repeat-x;
}

#appheader img {
    
     height: 25px;

}

/*#shellwrapper {

    position: absolute;
    top: 50px;
    left:0px;
    right:0px;
    bottom:0px;
}*/


/*#sidebar {

    position: absolute;
    top:0px;
    left:0px;
    width: 260px;
    bottom:0px;
    background-color: #e1e1e1;
}


#userinfo {    
    position: relative;    
    border-bottom: 5px solid #F18900;
}

#userinfo #image {
     margin: 10px 10px 5px 10px;
     width: 50px;
     height: 50px;
     border: 2px solid #ccc;    
}

#userinfo #name {
    position: absolute;
    top: 10px;
    left: 80px;
    font-weight: bold;
    color: #444;     
}


#instancechooser {
    position: absolute;
    top: 30px;
    left: 80px;
}

#languagechooser {
    position: absolute;
    top: 50px;
    left: 80px;

}*/



/*#navigation {
    position: absolute;
    top: 77px;
    bottom: 0px;
    left: 0px;
    right: 0px;   
}*/

#navigation_main {
    position: absolute;
    top: 0px;
    left:0px;
    bottom: 0px;
    width: 50px;
    background-color: #1b76b7;
}

#navigation_main ul {
    list-style-type:none;
    margin: 0;
    padding: 0;
}

    #navigation_main ul li a {
        display:block;
        width: 50px;
        height: 50px;
        line-height: 48px;
        text-align:center;
        font-size: 24px;
        color: #fff;    
    }

    #navigation_main ul li.active a,
    #navigation_main ul li a:hover {
        text-decoration:none;
        background-color: #e1e1e1;
        color: #F18900;        
    }

#navigation_sub {
    position: absolute;
    top:0px;
    left: 50px;
    bottom: 0px;
    width:210px;
     overflow:hidden;
}

    #navigation_sub .tab {
        display:none;       
    }
    #navigation_sub .tab.active {
        display:block;
    }

    #navigation_sub h4 {
        margin: 0px;
        padding: 0 15px 0 15px;
        line-height: 50px;
        font-size: 16px;
        font-weight:normal;
        text-transform: uppercase;
        border-bottom: 1px solid #d1d1d1;
        box-shadow: inset 0px -1px 0px rgba(255,255,255,0.6)    
    }

.tilelist {
    list-style-type:none;
    padding:0;
    margin: 0;
    margin-left: 15px!important;
    margin-top: 15px!important;
    text-align:center;
}

    .tilelist::after {
        clear:both;
    }

    .tilelist li {
        position: relative;
        float: left;
        display:inline-block;
        width: 82px;
        height: 82px;
        margin: 0 15px 15px 0;
        border-style: none;
        border-width: medium!important;
        border-color: currentColor!important;
        box-shadow:none;    
    }

    .tilelist li a {
        display:block;
        width: 82px;
        height: 82px;
        padding:0!important;
        text-decoration:none;
        box-shadow: none!important;
    }

        .tilelist li a i {
            width: auto!important;
            text-align: center;
            padding-top: 10px!important;
            padding-right: 0px!important;
            padding-bottom: 10px!important;
            padding-left: 0px!important;
            font-size: 30px!important;
            display:block!important;
            color: #fff !important;
        }
        .tilelist li a span {           
            text-align: center;
            padding-top: 0px!important;
            padding-right: 5px!important;
            padding-bottom: 0px!important;
            padding-left: 5px!important;
            font-size: 12px!important;
            display:block!important;
            color: #eee !important;
        }

.badge {

        border-radius:5px;
        border: 1px solid #e1e1e1;
        padding:2px;

}

.accordion {
    list-style-type:none;
    margin:0;
    padding:0;
}

    .accordion li {
        line-height: 20px;
        border-bottom: 1px solid #d1d1d1;    
    }
        .accordion li a {
            display: block;
            padding: 15px;
            color: #444;
            box-shadow: inset 0px -1px 0px rgba(255,255,255,0.6)
        }

            .accordion li a i {
                margin-right: 6px;            
            }

            .accordion li.active a,
            .accordion li a:hover {
                text-decoration:none;
                background-color: #fff;
                color:#da3610;
            }


.modulehead {
    position:relative;
    margin-top: 10px;
}

    .modulehead h3 {
        line-height: normal;
        padding-bottom: 12px;
        font-size: 24px;
        font-weight: normal;
        margin: 0 0 20px 0;
        border-bottom: 1px solid #eee;    
    }

    .modulehead ul {
        list-style-type: none;
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 0;
        margin: 0;
        text-align:right;
    }

        .modulehead ul li {
            width: 30px;
            height: 30px;
            text-align: left;
            display: inline-block;        
        }
            .modulehead ul li a {
                width: 30px;
                height: 30px;
                text-align: center;
                color: #fff;
                line-height: 30px;
                display:block;
            }
                .modulehead ul li a:hover {
                    text-decoration:none;
                }

.breadcrumb {
    list-style-type: none;
    padding: 8px 15px 8px 15px;
    margin: 0 0 5px 0;
    background-color: #ddd;
}

    .breadcrumb li {
        display: inline-block;        
    }

        .breadcrumb li .divider {
            color: #666;
            padding: 0 5px 0 5px;
        }


.listheader {


}


.filtercolumn {
    position: absolute;
    top: 150px;
    left: 20px;
    bottom:10px;
    width: 160px;
}

.filtercolumn .filters {    
    list-style-type: none;
    margin:0;
    padding:0;
    margin-bottom:3px;
}

.filtercolumn .filters::after {        
    clear:both;
}

.grid {
    position: absolute;
    top: 33px;
    left: 0;
    bottom:40px;
    right: 0;   

    border-top: 1px solid #ddd;
    /*border-left: 1px solid #ddd;*/
    /*border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;*/
}

    .grid.fullgrid {
        left: 20px;        
    }

    .grid .data-grid {    
        width: 100%;        
        border-collapse: collapse;
        bottom: 30px;
    }


.data-grid {
    border-right: 1px solid #ddd;
}

.data-grid td, .data-grid th {

    line-height: 18px;
    padding: 4px 6px 4px 6px;

    text-align:left;
    /*border-left: 1px solid #ddd;*/
    border-bottom: 1px solid #ddd;
}

.data-grid thead td {
    
}

    .data-grid thead td:last-child {
        padding-right:21px;    
    }

    .data-grid thead td div {
        font-weight:bold;  
        overflow:hidden!important;
        white-space: nowrap;
    }

.data-grid tbody tr:nth-child(2n+1) > td {
    /*background-color: #f9f9f9;*/
}


    .data-grid tbody tr:hover {
    
        background-color: lightgray;
        
    }

    .data-grid td .opened {
    
            height:10px;
            width:10px;
            background-color: mediumorchid;    
    }

.GridColumnSortable {
    cursor: pointer;
}

    .GridColumnSortable div {
     cursor: pointer;    
    }

    .GridColumnSortable.sorted {
    
        background-color: orange!important;
    
    }


    .GridColumnSortable.sorted_desc {
    
            background: #f9a931;
            background: -moz-linear-gradient(top, #f9a931 0%, #ffffff 63%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9a931), color-stop(63%,#ffffff));
            background: -webkit-linear-gradient(top, #f9a931 0%,#ffffff 63%);
            background: -o-linear-gradient(top, #f9a931 0%,#ffffff 63%);
            background: -ms-linear-gradient(top, #f9a931 0%,#ffffff 63%);
            background: linear-gradient(to bottom, #f9a931 0%,#ffffff 63%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9a931', endColorstr='#ffffff',GradientType=0 );    
    }

    .GridColumnSortable.sorted_asc {
            background: #ffffff;
            background: -moz-linear-gradient(top, #ffffff 37%, #f9a931 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(37%,#ffffff), color-stop(100%,#f9a931));
            background: -webkit-linear-gradient(top, #ffffff 37%,#f9a931 100%);
            background: -o-linear-gradient(top, #ffffff 37%,#f9a931 100%);
            background: -ms-linear-gradient(top, #ffffff 37%,#f9a931 100%);
            background: linear-gradient(to bottom, #ffffff 37%,#f9a931 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9a931',GradientType=0 );        
    }


.pager {
   position: absolute;
   bottom:4px;
   height: 30px;   
   right:20px;

}

.listactions {
    position:absolute; left:0px; top:0;
    /*margin-bottom: 5px;*/
}

.listactions button, .listmassactions button {

    border: 0;
    height: 28px;
    width: 28px;
    cursor: pointer;
    color: white;
}

    .listactions button[disabled] {
        color: gray;
    }
    


.gridtopactions button {

    border: 0;
    height: 20px;
    width: 20px;
    cursor: pointer;
    color: white;

}

    .gridtopactions button i {
        margin-left:-3px;
    }

.formheader h4 {
    padding: 0;
    margin:0;
    padding:5px;
    color: #fff;
}

.formheader a {
    color: #fff;
    font-size: 12px;
}

.formcontent {
    margin:0;
    padding:0;
    background-color: #eee;
    margin-bottom: 5px;
}

    .formcontent .subcontentlist {
            margin:0;
            padding:0;
    }

    .formcontent .subcontentlist li {
        cursor: pointer;    
        padding: 4px;
        min-width: 140px;
    }

    .formcontent .subcontentlist li:hover {       
        background-color: #F18900;        
    }


.formrow::after {
    clear:both;
}

.formrow label {

    display: block;
    width: 155px;
    float:left;
    text-align: right;
    padding-top:8px;
    color: #444;
    padding-right: 15px; 
    
}

.formrow .formfield {
    margin:0;
    padding: 5px 0 5px 0;
    margin-left:170px;
    position:relative;
}

.formrow .formfield_sub {
    margin:0;
    padding: 5px 0 5px 0;
    margin-left:280px;
    position:relative;
}


    .formrow .formfield input[type='text'],
    .formrow .formfield textarea,
    .formrow .formfield select {    
        /*padding:4px;*/
        width: 95%;
    }

    .formrow .formfield_sub input[type='text'],
    .formrow .formfield_sub textarea,
    .formrow .formfield_sub select {    
        /*padding:4px;*/
        width: 72%;
    }

.formbuttons {
    margin: 5px 0 0 0;
}

    .formbuttons button {
    
        border: 0;
        cursor: pointer;
        padding: 4px;
        font-size: 14px;
        color: white;
    }


.checkboxlist {
    list-style-type: none;
    margin:0;
    margin-left: 170px;    
    padding:10px;
    padding-left:0px;
 }

.editlistchooser {
    list-style-type: none;
    margin:10px;
    padding:0;
    border: 1px solid gray;
    width: 200px;
    height: 400px;
    overflow: scroll;
    float:left; 

}

    .editlistchooser li {
       padding: 5px;
        cursor:pointer;
    }

        .editlistchooser li:hover,
        .editlistchooser li.active
        {
            background-color: #F18900;
        }

.editlistbuttons {
    padding:10px;
    padding-top:0;
}
    .editlistbuttons button {
        border: 0;
        cursor:pointer;
        color:#fff;
    }


.editlistform {
    margin-left:210px;
}






/* UI UPDATE 1*/


.userinfo {
    position:absolute;
    top: 0;
    right: 0;
    width: 240px;
    height: 45px;
    padding: 5px 5px 7px 5px;
}

    .userinfo img {
        height: 35px;
        width: auto;
        position: absolute;
        top: 5px;
        right: 10px;
        background: #fff;
        border: 1px solid #004a7e;
        padding: 4px;
    }

    .userinfo .username {
        position:absolute;
        top: 4px;
        right: 65px;
        color: #fff;
    }

    .userinfo .username a {
        color: #fff;
        margin: 0 0 0 5px;
    }

    .userinfo .tenantchooser {
        position:absolute;
        top: 25px;
        right: 65px;
    }

    .userinfo .tenantchooser select {
        border: 1px solid #fff;
        padding: 2px 10px;
        color: #004a7e;
    }

    .userinfo .languagechooser {
        position:absolute;
        top: 52px;
        left: 75px;
    }

   

.shellcontainer {
    position: absolute;
    top: 62px;
    left:0px;
    right:0px;
    bottom:0px;

    
}

.shellheader {
    margin:0;
    padding:0;
    margin-left: 240px;
    height: 40px;
    border-bottom: 1px solid #1b76b7;
}

    .shellheader ul {
        list-style-type: none;
        margin: 0;
        padding: 0 0 0 10px;
        
    }

        .shellheader ul li {
            margin:0;
            margin-right: 3px;
            margin-top: 9px;
            padding:2px;
            float: left;
            height: 26px;
            border: 1px solid #ccc;
            border-bottom:0;
            background-color: #e1e1e1;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            cursor: pointer;
        }
            .shellheader ul li.active {
                border: 1px solid #1b76b7;
                background-color: #1b76b7;
                background-image: linear-gradient(to bottom, #1b76b7, #004a7e);
                background-repeat: repeat-x;
                cursor: pointer;
            }

            
            .shellheader ul li.active span, 
            .shellheader ul li.active a  {
                color: #fff;
                cursor: pointer;
            }

            .shellheader ul li.active a  {
                color: #fff;
                cursor: pointer;
                margin: 0 3px 0 1px;
            }

            .shellheader ul li i {
                color: #1b76b7;
                padding: 1px 2px 1px 1px;
                font-size:16px;
                margin-top: 4px;
                margin-left: 4px;
            }

            .shellheader ul li a i {
            
                font-size:14px;
                color: #1b76b7;
                margin:0;
                padding:0;
            
            }

            .shellheader ul li.active i {
               color: white;
            }

            .shellheader ul li span {
                margin-bottom:2px;
                margin-right: 5px;
            }

.modulecontainer {

    position: absolute;
    top: 50px;
    left: 250px;
    right:10px;
    bottom:0px;
    /*border: 1px solid red;*/

}

.actioncontainer 
{    
    width: 240px;
    background-color: white;
    margin: 10px 0 10px 0;
}

    .actioncontainer .actioncontainerheader {
    
        background-color: #e88a05;
                background-image: linear-gradient(to bottom, #e88a05, #e86a05);
                background-repeat: repeat-x;

        color: white;
        font-size: 16px;
        padding-left: 10px;
        height: 26px;
        padding: 3px 0 3px 10px;
    }

    .actioncontainer .actioncontainerform {
    
        padding:5px;
    

    }


.navigationcontainer {

    position: absolute;
    width: 240px;
    left: 0;
    top: -4px;
    bottom: 0;
    background-color: #e1e1e1;
}

    .navigationcontainer ul {
    
        list-style-type:none;
        margin:0;
        padding:0;

    }

        .navigationcontainer ul li {
            
        }
            
            .navigationcontainer ul li div
             {
                background-color: #1b76b7;
                background-image: linear-gradient(to bottom, #1b76b7, #004a7e);
                background-repeat: repeat-x;
                color: white;
                height: 26px;
                padding-left: 10px;
                font-size: 14px;
                text-transform: uppercase;
                padding-top: 4px;
                cursor: pointer !important;
                border-bottom: 1px solid #e1e1e1 !important;
            }
            .navigationcontainer ul li div:hover
            {
                background-color: #1b76b7;
                background-image: none;
                color:#fff;
            }

            .navigationcontainer ul li ul li {
                display:none;
                background-color:#e1e1e1;
                color: black;
                height: 21px;
                padding: 5px 2px 2px 15px !important;
                cursor: pointer !important;
                margin: 0 !important;
                border-bottom: 1px solid #1b76b7 !important;
            }

                .navigationcontainer ul li ul li:hover {
                
                   background-color: white;
                
                }

            .navigationcontainer ul li.active ul li {
                display:block;
            }


.kpi_element {

    float: left;
    margin-right:10px;
}


    .langpicker {
        width:50px!important;
    }
    .langinput {
        width: 92%!important;    
    }
    .langpreview {
        display:block;
    }


.ui-autocomplete {


    height: 400px;
    overflow: scroll;
}

#categorytree ul div:hover, 
#categorytree ul ul li div:hover {
    color: #fff !important;
}

.selected > div {
    color: #fff !important;
}

#categorytree ul div, 
#categorytree ul ul li div {
   padding: 0 5px;
}




/******************************/

#plumbcontainer {    
    position: relative;
}

.chartitem {

    border: 1px solid gray;
    width: 200px;
    margin:5px; 
    padding: 7px;
    position: absolute;
    background-color: darkolivegreen;
    cursor: pointer;
}

    .chartitem.active {
    
        background-color: #ce4b27;
        -webkit-box-shadow: 0px 0px 17px 1px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 17px 1px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 17px 1px rgba(0,0,0,0.75);
    
    }

.chartitem h4 {
    font-weight: normal;
    margin:0;
    color: white;
    text-align: center;
    cursor: pointer;
}

    .chartitem i {
    
        color: white;
        float: right;
        cursor: pointer;
        padding-left: 5px;
    }


.workflowitemform {
    float:right; 
    width:300px;
     margin-top:22px; 
  
     background-color: #eee;
     padding: 5px 0 0 5px;
}


    .workflowitemform label {
    
        padding: 4px;
    
    }

    .workflowitemform .formfield {
    
        margin: 5px;
    }