﻿@font-face {
    font-family: 'WorkSansNeue';
    src: url("fonts/WorkSansMed.ttf");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'WorkSansNCB';
    src: url("fonts/WorkSans BlackCond.ttf");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'WorkSansNB';
    src: url("fonts/WorkSansBold.ttf");
}

@font-face {
    font-family: 'WorkSansNLT';
    src: url("fonts/WorkSansLt.ttf");
}

.enable-link:link {
    color: blue !important;
    text-decoration: underline !important;
}
.enable-link:visited {
    color: blue !important;
    text-decoration: underline !important;
}
.enable-link:hover {
    color: blue !important;
    text-decoration: underline !important;
}
A:link {
    color: inherit;
    text-decoration: none;
}
A:visited
{
    color: inherit;
    text-decoration: none;
}
A:hover
{
    color: inherit;
    text-decoration: none;
}
input, textarea 
{
    font-size: 16px;
    font-family: Segoe UI Light, Verdana, Tahoma, Arial;
    background: #f1f1f1;
    border: 1px solid #cbcbcf;
}
pre
{
    font-size: 16px;
    font-family: Segoe UI Light, Verdana, Tahoma, Arial;
    margin: 0px;
   word-break: keep-all;
    white-space: pre-wrap;
}
body
{
    /*background: -moz-linear-gradient(top,  #F1F1F1 0%,#D2D2D2 100%);*/ /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8));*/ /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top,   #F1F1F1 0%,#D2D2D2 100%);*/ /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top,   #F1F1F1 0%,#D2D2D2 100%);*/ /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top,  #F1F1F1 0%,#D2D2D2 100%);*/ /* IE10+ */
    /*background: linear-gradient(top,  #F1F1F1 0%,#D2D2D2 100%);*/ /* W3C */
    font-size: 16px;
    font-family: Segoe UI Light, Verdana, Tahoma, Arial;
    padding: 0px 6%;
    margin: 0px;
}

.k-overlay {
    display: none !important;
}
#body_login 
{
    font-size: 16px;
    font-family: Segoe UI Light, Verdana, Tahoma, Arial;
    padding: 0px;
    margin: 0px;
    background: #FFF;
}

#body_title_login 
{
    width: 90px;
    vertical-align: top;
}

#body_section_login 
{
    border: 1px solid #005ead;
    background: #FFF;
    margin: 0px auto;
    display: block;
    height: 100%;
    -moz-border-radius: 10px; /* Gecko browsers */
    -webkit-border-radius: 10px; /* Webkit browsers */
    border-radius: 10px; /* W3C syntax */
}

#body_section_login_usermsg 
{
    height: 53px;
}

#body_section_login_logo
{
    vertical-align: bottom;
    text-align: center;
}

#body_footer_login 
{
    position: relative;
    bottom: 0;
    background: #005ead;
    width: 100%;
    height: 150px;
}

.footer-container
{
    margin: auto;
    padding-top: 40px;
    width: 80%;
}

.footer-links-text
{
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    margin-bottom: 20px;
}

.footer-copyright-text {
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

#advertisement_top_div 
{
    text-align: center;
    width: 100%;
}

.advertisement_top_block 
{
    display: inline-block;
    vertical-align: top;
    width: 580px;
    height: 465px;
}

#advertisement_bottom_div
{
    text-align: center;
    height: 490px;
    padding-top: 40px;
}

.advertisement_bottom_block 
{
    display: inline-block;
    height: 445px;
    width: 570px;
}

.advertisement_login_top_img 
{
    height: 400px;
    width: 520px;
    padding-left: 30px;
    padding-top: 20px;
}

.advertisement_login_bottom_img 
{
    height: 440px;
    width: 555px;
}

.terms_of_use_page
{
    width: 500px !important;
    padding-top: 125px;
}

#body_section_terms_of_use
{
    height: auto;
    width: 87%;
    border: solid 2px;
    border-color: #77C5D5;
    border-style: groove;
    margin: auto;
    margin-top: 15px;
    text-align: center;

}

#terms_of_use_title
{
    margin: auto;
    display: table;
    text-align: center;
}

#terms_of_use_title_text 
{
    vertical-align: bottom;
    display: table-cell;
    font-weight: normal !important;
}

#terms_of_use_instructions
{
    height:70px;
    width: 200px;
    margin: auto;
    display: table;
    text-align: center;
    line-height: 13px;
}

#terms_of_use_instructions_text 
{
   font-weight: bold;
   font-size: 13px !important;
   vertical-align: middle;
   display: table-cell;
}

#terms_of_use_agreement 
{
    height: 20px;
    margin: auto;
    display: table;
    text-align: center;
}

#terms_of_use_agreement_text 
{
    font-size: 11px;
    vertical-align: middle;
    display: table-cell;
}

.linkLightBlue 
{
    color: #77c5d5 !important;
    cursor: pointer;
    text-decoration: underline !important;
}

.terms_of_use_buttons_container 
{
    display: inline-block;
    width: 21%;
}

.terms_of_use_button
{
    height: 32px;
    margin-top: 12px;
    text-transform: uppercase;
}

#terms_of_use_cancelBtn
{
    width: 70px;
}

#terms_of_use_continueBtn 
{
    width: 85px;
    background-color: #005ead;
    color: white;
    border: none;
}

#terms_of_use_continueBtn:hover 
{
    width: 85px;
    background-color: #0a559b;
    color: white;
    border: none;
}

#terms_of_use_continueBtn[disabled]
{
    width: 85px;
    background-color: #a7a7a7;
    color: white;
    border: 1px solid #797979;
}


#body_header
{
    height: 80px;
}

#body_title 
{
    font-family: Segoe UI Light;
    width: 90px;
    padding-left: 15px;
    padding-top: 5px;
}

#body_log
{
    font-family: Segoe UI Light;
    font-size: 18px;
    width: 100%;
    text-align: right;
}

#body_section
{
    border: 1px solid #005ead;
    background: #FFF; /*-moz-box-shadow: 0px 0px 25px #555;     -webkit-box-shadow: 0px 0px 25px #555;     box-shadow: 0px 0px 25px #555;*/
    margin: 0px auto 6px;
    display: block;
    height: 100%;
    -moz-border-radius: 10px; /* Gecko browsers */
    -webkit-border-radius: 10px; /* Webkit browsers */
    border-radius: 10px; /* W3C syntax */
}

#body_footer 
{
    height: auto;
    text-align: right;
    padding-right: 3px;
}

#body_menu
{
    background-color: #005ead;
    margin: -1px;
    -moz-border-radius: 10px 10px 0px 0px; /* Gecko browsers */
    -webkit-border-radius: 10px 10px 0px 0px; /* Webkit browsers */
    border-radius: 10px 10px 0px 0px; /* W3C syntax */
    padding: 2px 0px 2px 0px;
}

/* MENU */
#body_menu .k-header
{
    background: none;
    border: none;
}


#body_menu .k-state-hover, #body_menu .k-state-hover:hover
{
    background: none;
}
#body_menu .k-link
{
    color: #fff;
    font-size: 18px;
    line-height: 21px;
}
#body_menu .k-menu .k-group .k-item > .k-link
{
    color: #000;
    text-align: left;
    line-height: 25px;
    padding: 8px 8px 10px 10px;
}
#body_menu .k-group
{
    background: #fff;
    min-width: 220px;
}
#body_menu .k-group .k-state-hover:hover
{
    background-color: #FF6300 ;
}


#body_menu .k-group .k-state-hover > .k-link
{
     background-color: #FF6300 ;
    color: #FFFFFF;
}
#body_menu .k-group .k-state-hover[tag=nohover]:hover
{
    background: none;
}
#body_menu .k-group .k-state-hover[tag=nohover] > .k-link
{
    color: #000;
    background: none;
}
#body_menu .k-state-active, #body_menu .k-state-active:hover, #body_menu .k-active-filter, #body_menu .k-tabstrip #body_menu .k-state-active
{
    background-color: #005ead;
}

#body_menu .k-popup
{
    border-width: 0px 1px 1px 1px;
    -moz-box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.3);
    -webkit-box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.3);
    box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.3);
    margin-top: 4px;
    background-color: #F7F7F7;
}

#body_menu .k-menu .k-item > .k-link > .k-i-arrow-s
{
    margin-right: -10px;
    background-position: 0px 0px;
}
#body_menu .k-menu .k-item > .k-link > .k-i-arrow-s:before {
    content:"" !important;
}
#body_menu .k-menu .k-item > .k-link > .k-icon
{
    margin: 2px -10px 0px 10px;
    background-image: url('images/menuarrows.png');
    height:10px !important;
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
/*-------------------kendo window style-----------------------------------*/
.k-window
{
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
/*------------------------testing result page style-------------------------------------*/
#TestingResultGrid .bottom-border
{
    border-bottom: 1px solid #c5c5c5;
}
#TestingResultGrid .padding
{
    padding: 3px 10px;
}
#TestingResultGrid .k-detail-row .k-detail-cell
{
    padding-top: 0px !important;
}

/* kendo grid style */
.k-filter-menu
{
    line-height: normal !important;
}
.k-grid .k-grid-header .k-header
{
    /*background: #005ead;*/
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    line-height: normal !important;
}
.k-grid .k-header .k-link
{
    line-height: normal !important;
}
.k-grid .k-grid-header .k-header .k-state-active
{
    background-color: transparent;
}
.k-grid .k-i-collapse
{
    background-image: url('/Content/images/icon_minus.png') !important;
    background-position: 0 !important;
}
.k-grid .k-i-expand
{
    /*background-image: url('/Content/images/icon_plus.png') !important;*/
    background-position: 0 !important;
}
.k-grid tr:hover
{
    background: none !important;
    background: unset !important;
}

.k-grid .k-alt:hover
{
    background-color: unset !important;
}
.k-grid .k-alt
{
    background: none !important;
    background-color: unset !important;
}
.k-grid .k-header .k-i-arrow-s, .k-grid .k-si-arrow-s
{
    background-image: url('/Content/images/i_arrow_up.png') !important;
    background-position: 0 !important;
}
.k-grid .k-header .k-i-arrow-n, .k-grid .k-si-arrow-n
{
    background-image: url('/Content/images/i_arrow_down.png') !important;
    background-position: 0 !important;
}
.k-grid .k-grid-toolbar
{
    background-color: #005ead !important;
}
.k-state-selected, .k-button:active, .k-draghandle.k-state-selected:hover
{
    background-color: #28FF00 !important;
    border-color: #fff !important;
    color: #000 !important;
}
.k-pager-wrap
{
    line-height:1.375em !important;
}
.k-pager-wrap > .k-link
{
    line-height:1.375em !important;
    height:1.375em !important;    
}
.k-pager-numbers .k-link
{
    line-height:1.375em !important;
}
.k-pager-wrap > .k-link, .k-pager-numbers .k-link, .k-pager-numbers .k-state-selected
{
    min-width:1.375em !important;
}
.k-pager-nav .k-icon
{
    margin-bottom:5px !important;
}
.k-grid .k-group-indicator
{
    background-color: #005ead !important;
}
.k-grid .k-group-indicator .k-link
{
    color: #fff;
}
.k-grid .k-grouping-row .k-i-collapse
{
    background-image: url('/Content/images/icon_minus.png') !important;
    background-position: 0 !important;
}
.k-grid .k-grouping-row .k-i-expand
{
    background-image: url('/Content/images/icon_plus.png') !important;
    background-position: 0 !important;
}

.k-grid .k-grid-edit-row .k-dropdown-wrap
{
    background: none !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.k-grid .k-grid-edit-row .k-dropdown-wrap .k-input
{
    height: 20px !important;
    line-height: 20px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background: #f1f1f1 !important;
}
.k-grid .k-grid-edit-row .k-dropdown-wrap .k-select
{
    line-height: 0;
}
.k-grid .k-grid-edit-row .k-dropdown-wrap .k-select .k-i-arrow-s
{
    background-image: url('/Content/images/dropdownarrow.png') !important;
    background-position: center !important;
    padding-top: 5px !important;
}
.k-grid .k-grid-edit-row .k-list .k-state-hover, .k-list .k-state-hover:hover
{
    background: none !important;
    color: #fff !important;
    background-color: #005ead !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.k-grid .k-grid-edit-row .k-dropdown .k-state-active
{
    border: 1px solid #c5c5c5 !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.k-grid .k-pager-sizes .k-header
{
    background: none;
}

/*-------------------------dropdownlist style------------------------------------------*/
#CustomDropDownOptions .k-dropdown-wrap
{
    background: none !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
#CustomDropDownOptions .k-dropdown-wrap .k-input
{
    height: 20px !important;
    line-height: 20px !important;
    /*padding-top: 0px !important;*/
    padding-bottom: 0px !important;
}
#CustomDropDownOptions .k-dropdown-wrap .k-select
{
    line-height: 18px !important;
    min-height: 0px !important;
}
#CustomDropDownOptions .k-dropdown-wrap .k-select .k-i-arrow-s
{
    background-image: url("images/dropdownarrow.png") !important;
    background-position: center !important;
    vertical-align: baseline !important;
}
#CustomDropDownOptions .k-header
{
    /*background: #f1f1f1 !important;*/
}
#CustomDropDownOptions .k-list .k-state-hover, .k-list .k-state-hover:hover
{
    background: none !important;
    color: #fff !important;
    background-color: #005ead !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
#CustomDropDownOptions .k-list .k-state-selected, .k-list .k-state-selected:link, .k-list .k-state-focused
{
    border-width: 0px !important;
    border-style: none !important;
    background: none !important;
    background-color: #28FF00 !important;
    -moz-border-radius: 0px !important; /* Gecko browsers */
    -webkit-border-radius: 0px !important; /* Webkit browsers */
    border-radius: 0px !important; /* W3C syntax */
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
#CustomDropDownOptions .k-dropdown .k-state-active
{
    border: 1px solid #c5c5c5 !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

/*----------multiselect style--------------------------------------------------*/
.k-multiselect, .k-multiselect
{
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.k-multiselect
{
    min-height: 1.04em !important;
    background-color: #f1f1f1 !important;
}
.k-multiselect input
{
    height: 15px !important;
    line-height: 15px !important;
    border-style: none !important;
}
.k-multiselect .k-button
{
    color: #fff;
    background: none !important;
    background-color: #005ead !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding-top: 2px !important;
    padding-bottom: 0px !important;
    min-height: 20px !important;
}
.k-multiselect li
{
    line-height: 0.8em !important;
}
.k-multiselect .k-state-hover
{
    color: #f1f1f1 !important;
}
.k-multiselect ul li .k-delete
{
    background-image: url("images/multiselect_delete.png") !important;
    background-position: center !important;
}

/*radio and checkbox style*/
.checkbox_radio_label
{
    background: url("images/radio_off.png") no-repeat 0 0 transparent;
    background-position: 0% 80%;
    display: inline-block;
    padding-left: 20px;
}

.checkbox_radio_checked
{
    background: url("images/radio_on-teal.png") no-repeat 0 0 transparent;
    background-position: 0% 80%;
}

/*alter window button style*/
#confirmButton, #cancelButton, #okbutton, #buttonFirst, #buttonSecond
{
    height: 30px;
}
#confirmButton, #cancelButton, #okbutton
{
    width: 90px;
}
.k-panelbar
{
    border: 0px solid !important;
}
.k-panelbar > .k-item
{
    border: none !important;
}
#actionWFTaskEditDiv .k-panelbar .k-panelbar-content
{
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:10px;
    padding-right:10px;
}
.k-panelbar > .k-item > .k-link, .k-panel > .k-item > .k-link
{
    line-height: 25px !important;
    border: 1px #c5c5c5 solid !important;
    background-color: #F7F7F7 !important;
    padding: 0 5px !important;
    font-size: 16px !important;
}
.k-panelbar > .k-item > .k-link .k-i-arrow-s
{
    background-image: url('/Content/images/controltesting_panel_down.png') !important;
    background-position: 0 !important;
}
.k-panelbar > .k-item > .k-link .k-i-arrow-n
{
    background-image: url('/Content/images/controltesting_panel_up.png') !important;
    background-position: 0 !important;
}
.k-panelbar > .k-item > .k-state-focused.k-state-selected
{
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.k-panelbar > .k-item > .k-state-selected
{
    background-color: #F7F7F7 !important;
    color: #515967 !important;
}

/*TreeView DropDown style*/

.TreeDropDownList
{
    display: none;
    padding: 5px 10px 5px 5px !important;
    border: 1px solid grey !important;
    margin-left: 0px !important;
    min-height: 20px !important;
    min-width: 250px !important;
    position: absolute !important;
    max-height: 200px !important;
    overflow: auto !important;
    background-color: White !important;
}
.k-treeview .k-i-collapse
{
    background: url("images/k-treeview-minus.png") center center !important;
}
.k-treeview .k-i-expand
{
    background: url("images/k-treeview-plus.png") center center !important;
}
.k-treeview .k-state-hover, .k-treeview .k-state-hover:hover
{
    border-style: none !important;
    background: none !important;
    background-color: #005ead !important;
    color: #fff !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.k-treeview .k-state-selected, .k-treeview .k-list .k-state-selected:link, .k-treeview .k-list .k-state-focused
{
    border-style: none !important;
    background: none !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.TreeDropDownText_Input
{
    cursor: pointer;
    min-height: 1.5em;
    padding-right: 15px;
    background: url("images/dropdownarrow.png") center right no-repeat;
    border: 1px solid #c5c5c5;
    background-color: #f1f1f1;
}
.TreeDropDownText_Input_Image
{
    cursor: pointer !important;
}

/************************TreeView Style*******************************/
#locationsAndProcessesTreeview .k-checkbox input
{
    display: none;
}
#locationsAndProcessesTreeview .k-i-collapse
{
    background: url("images/icon_minus.png") center center !important;
}
#locationsAndProcessesTreeview .k-i-expand
{
    background: url("images/icon_plus.png") center center !important;
}
#locationsAndProcessesTreeview .k-state-hover, #locationsAndProcessesTreeview .k-state-hover:hover
{
    border-style: none !important;
    background: none !important;
    background-color: #fff !important;
    color: #515967 !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
#locationsAndProcessesTreeview .k-state-selected, #locationsAndProcessesTreeview .k-list .k-state-selected:link, #locationsAndProcessesTreeview .k-list .k-state-focused
{
    border-style: none !important;
    background: none !important;
    background-color: #fff !important;
    color: #515967 !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
#locationsAndProcessesTreeview .k-in.k-state-hover, #locationsAndProcessesTreeview .k-in.k-state-selected, #locationsAndProcessesTreeview .k-in.k-state-focused,#locationsAndProcessesTreeview span.k-in
{
    padding: 2px 4px 2px 5px !important;
    border:0 none !important;
}
#locationsAndProcessesTreeview .k-in.k-state-focused
{
    border-style: none !important;
}
#locationsAndProcessesTreeview .allLocations,#locationsAndProcessesTreeview .allProcesses
{
    background: url("images/alllocations_icon.png") center center !important;
}
#locationsAndProcessesTreeview .locations
{
    background: url("images/location_icon.png") center center !important;
}
#locationsAndProcessesTreeview .processes
{
    background: url("images/process_icon.png") center center !important;
}
#locationsAndProcessesTreeview .subProcesses
{
    background: url("images/subprocess_icon.png") center center !important;
}
#locationsAndProcessesTreeview .k-in .k-image
{
    width: 19px;
    height: 19px;
    cursor: pointer;
}
#locationsAndProcessesTreeview
{
    height: 90% !important;
}
#TreeView_processOwnerTree,#TreeView_subProcessOwnerTree
{
    z-index: 10003 !important;
}
 .disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

.n5standarddisabledinput input{
	   border: 1px solid #c5c5c5;
        background-color: #e6e7e8;
}
.n5standardinput .k-picker-wrap
{
    height: 90% !important;
}

.n5standardinput .k-picker-wrap .k-select
{
    min-height: 1.35em !important;
}
.n5standardinput .k-picker-wrap input
{
        height:90%;
        border:0px solid #c5c5c5 !important;
        background-color:#f1f1f1;
        padding-bottom:0px
}
.NoBackground input
{
    background:none !important;
}

.pad_right10
{
    padding-right: 10px;
}
.DivHiddenOverflow
{
    text-overflow: ellipsis;
    o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/*CreateSubPhase.cshtml*/
#subPhasePanelBar
{
    min-height: 540px;
}
#subPhasePanelBar .k-panelbar .k-link
{
    border-left-width: 0px !important;
    border-right-width: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
#subPhasePanelBar .k-panelbar li
{
    border-left: 1px solid #c5c5c5 !important;
    border-right: 1px solid #c5c5c5 !important;
}
#subPhasePanelBar .k-reset
{
    padding-bottom: 2px !important;
}
#subPhasePanelBar .k-panelbar .k-item
{
    padding-bottom: 0px !important;
}
#subPhasePanelBar .k-panelbar li .k-content
{
    margin-top: 3px !important;
}
.saveDiv_background
{
    float: right;
    color: #005ead;
}
.saveButton
{
    border-style: none;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: -3px;
}
.deleteButton
{
    border-style: none;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: -3px;
}
/**CreateSubPhase.cshtml**/
/*GenerateTestRecords.cshtml*/
#TestRecordsDiv .k-grid td
{
    border-width: 0px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    line-height: normal !important;
}
#TestRecordsDiv .k-grid td[role='gridcell']
{
    border-width: 0 0 0 0 !important;
}
#TestRecordsDiv .titleGridbackground
{
    background-color: rgb(6, 2, 82);
    color: White;
    padding: 5px 5px 5px 5px;
    line-height: normal;
    margin-top: 15px;
}
#TestRecordsDiv .refreshIcon
{
    background: url('/Content/images/Refresh_icon28.png') no-repeat center;
    width: 28px;
    height: 28px;
    display: block;
    float: left;
    margin-top: -3px;
}
#TestRecordsDiv .k-grid .k-grid-pager .k-link
{
    border-left-width: 1px !important;
    border-right-width: 1px !important;
    border-top-left-radius: 13px !important;
    border-top-right-radius: 13px !important;
    border-bottom-left-radius: 13px !important;
    border-bottom-right-radius: 13px !important;
}
#TestRecordsDiv .k-grid .k-pager-numbers li
{
    border: 0px solid #c5c5c5 !important;
}
#GenerateTestRecordsDiv .iconimagecss
{
    position: absolute;
    height: 19px;
    cursor: pointer;
    padding-top: 5px;
}
#treeview .k-icon
{
    display: none;
}
#subPhasePanelBar .k-panelbar #GenerateTestRecordsDiv li
{
    border-left: 0px solid !important;
    border-right: 0px solid !important;
}
#GenerateTestRecordsDiv .k-reset
{
    padding-bottom: 20px;
}
.checkbox_radio_disable
{
    color: #ccc;
}
.pad_left_10
{
    padding-left: 10px;
}
.pad_left_15
{
    padding-left: 15px;
}
.pad_left_20
{
    padding-left: 20px;
}
.pad_left_40
{
    padding-left: 40px;
}
.pad_bottom_8
{
    padding-bottom: 8px;
}
.padding_10
{
    padding: 10px;
}
.padding_5_10_5_10
{
    padding: 5px 10px 5px 10px;
}
.generateTestRecordsButton
{
    padding-left: 19px;
    text-decoration: underline;
    color: #2e2e2e;
}
.vertical_middle
{
    vertical-align: middle;
}
/**GenerateTestRecords.cshtml**/
/*ManageRolesAndPermissions.cshtml*/
.margin_auto
{
    margin: auto;
}
.margin_label
{
    margin: 5px 0px 8px 2px;
}
.margin_bottom20
{
    margin-bottom: 20px;
}
.margin_left560
{
    margin-left: 560px;
}
.margin_left5
{
    margin-left: 5px;
}
.margin_left0
{
    margin-left: 0px !important;
}
.font20
{
    font-size: 20px;
}
.font36
{
    font-size: 36px;
}
.text_underline
{
    text-decoration: underline;
    color: #060282;
}
.text_line_through
{
    text-decoration: line-through;
}
.text_right
{
    text-align: right;
    justify-content: right;
}
.text_center
{
    text-align: center;
}
.width22
{
    width: 22px;
}
.width55
{
    width: 55px;
}
.width60
{
    width: 60px;
}
.width70
{
    width: 70px;
}
.width80
{
    width: 80px;
}
.width85
{
    width: 85px;
}
.width100
{
    width: 100px;
}
.width110
{
    width: 110px;
}
.width115
{
    width: 115px;
}
.width120
{
    width: 120px !important;
}
.width130
{
    width: 130px;
}
.width145
{
    width: 145px;
}
.width150
{
    width: 150px;
}
.width160
{
    width: 160px;
}
.width170
{
    width: 170px;
}
.width195
{
    width: 195px;
}
.width200
{
    width: 200px;
}
.width250
{
    width: 250px;
}
.width280
{
    width: 280px;
}
.width230
{
    width: 230px;
}
.width270
{
    width: 270px;
}
.width300
{
    width: 300px;
}
.width320
{
    width: 320px;
}
.width360
{
    width: 360px;
}
.width375
{
    width: 375px;
}
.width420
{
    width: 420px;
}
.width425
{
    width: 425px;
}
.width430
{
    width: 430px;
}
.width438
{
    width: 438px;
}
.width444
{
    width: 444px;
}
.width450
{
    width: 450px;
}
.width500
{
    width: 500px;
}
.width700
{
    width: 700px;
}
.width720
{
    width: 720px;
}
.width740
{
    width: 740px;
}
.width775
{
    width: 775px;
}
.width800
{
    width: 880px;
}
.minwidth100
{
    width: 100px;
    min-width: 100px;
}
.cursor_pointer
{
    cursor: pointer;
}
.height16
{
    height: 16px;
}
/**ManageRolesAndPermissions.cshtml**/
/*ManageTestingCamp.cshtml*/
#TestingCampaignsDiv .k-grid td
{
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    line-height: normal !important;
}
#TestingCampaignsDiv .k-grid td[role='gridcell']
{
    /*border-width: 0 0 0 1px !important;*/
}
#TestingCampaignsDiv .k-grid .k-hierarchy-cell + td
{
    border-left: 0px !important;
}
#TestingCampaignsDiv .k-grid .k-textbox
{
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    height: 25px !important;
    padding: 2px 1px 2px 1px !important;
    line-height: 18px !important;
    background-color: #F1F1F1 !important;
}
#TestingCampaignsDiv .k-grid .k-header
{
   /* background: #005ead;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    line-height: normal !important;*/
}
#TestingCampaignsDiv .k-grid .k-input
{
    width: 150px !important;
}
#TestingCampaignsDiv .k-picker-wrap .k-select
{
    min-height: 0px !important;
}
#TestingCampaignsDiv .InsertTool
{
    background: url('/Content/images/icon_insert.png') no-repeat center;
    cursor: pointer;
    left: 140px;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0px;
}
#PeriodsGridDiv .InsertTool
{
    background: url('/Content/images/icon_insert.png') no-repeat center;
    cursor: pointer;
    left: 60px;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 4px;
}

#FiscalYear
{
    background: #f1f1f1;
    border: 1px solid lightgray;
}
#FrameworksDiv .InsertTool
{
    background: url('/Content/images/icon_insert.png') no-repeat center;
    cursor: pointer;
    left: 175px;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 10px;
}
#FrameworksDiv .SubInsertTool
{
    background: url('/Content/images/icon_insert.png') no-repeat center;
    cursor: pointer;
    left: 40px;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 3px;
}
.custom
{
    width: 25px;
    height: 25px;
    margin-bottom: -6px;
}
#TestingCampaignsDiv .k-grid-toolbar
{
    display: none;
}
.title_white
{
    padding-right: 35px;
    color: white !important;
}
.phaseNameDiv
{
    width: 260px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.subPhaseDiv
{
    width: 210px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.manage_button
{
    cursor: pointer;
    /*height: 18px;*/
    border-width: 0px;
    vertical-align: middle;
}
.period_button
{
    cursor: pointer;
    height: 20px;
    border-width: 0px;
    vertical-align: middle;
}
.pad_right5
{
    padding-right: 5px;
}
.campaigns_title
{
    font-size: 2.5em;
    padding: 10px 0px 10px 0px;
}
/**ManageTestingCamp.cshtml**/
/*ManageUsers.cshtml*/
#manageUsersPanelBar .k-panelbar > li
{
    padding-bottom: 0px !important;
    border-left: 1px solid #c5c5c5 !important;
    border-right: 1px solid #c5c5c5 !important;
    border-bottom: 1px solid #c5c5c5 !important;
}
#manageUsersPanelBar .k-panelbar > li .k-content
{
    padding: 0px 10px 10px 10px;
}
/**ManageUsers.cshtml**/
/*NewUser.cshtml*/
#newUserDIV .input
{
    height: 20px;
    line-height: 20px;
    background-color: #f1f1f1;
    border: 1px solid #c5c5c5;
    width: 250px;
}
.linkBlue
{
    color: #005ead !important;
    cursor: pointer;
    text-decoration: underline !important;
}
#newUserDIV .k-multiselect
{
    background-color: #f1f1f1 !important;
}
.no_padding
{
    padding: 0px;
}
/**NewUser.cshtml**/
/*SampleSizes.cshtml*/
#sampleSizesDiv
{
    /*width: 600px;*/
    padding: 15px;
}
#SampleSizesGrid table
{
    /*table-layout: fixed;*/
}
#SampleSizesGrid table td
{
    line-height: 1em !important;
}
#SampleSizesGrid table tbody td div
{
    display: inline-block;
}
.itemInput
{
    height: 12px;
    width: 30px;
    vertical-align: middle;
    line-height: 12px;
}
.filter
{
    opacity: 0.5;
}
label.checkbox_radio_label.checkbox_radio_checked.disableLabel
{
    opacity: 1;
}
label.checkbox_radio_label.disableLabel
{
    opacity: 0.5;
}
.updateAndCancelButton
{
    cursor: pointer;
    width: 19px;
    height: 19px;
    border-width: 0px;
}
/**SampleSizes.cshtml**/
/*SelectedControlsPanel.cshtml*/
#SelectControlsPanelDiv .k-grid td
{
    border-width: 0px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    line-height: normal !important;
}
#SelectControlsPanelDiv .k-grid td[role='gridcell']
{
    border-width: 0px 0px 0px 1px !important;
}
#SelectControlsPanelDiv .titleGridbackground
{
    background-color: rgb(6, 2, 82);
    color: White;
    padding: 5px 5px 5px 5px;
    line-height: normal;
    margin-top: 15px;
}
#SelectControlsPanelDiv .refreshIcon
{
    background: url('/Content/images/Refresh_icon28.png') no-repeat center;
    width: 28px;
    height: 28px;
    display: block;
    float: left;
    margin-top: -3px;
}
#SelectControlsPanelDiv .k-grid .k-grid-pager .k-link
{
    border-left-width: 1px !important;
    border-right-width: 1px !important;
    border-top-left-radius: 13px !important;
    border-top-right-radius: 13px !important;
    border-bottom-left-radius: 13px !important;
    border-bottom-right-radius: 13px !important;
}
#SelectControlsPanelDiv .k-grid .k-pager-numbers li
{
    border: 0px solid #c5c5c5 !important;
}
.refreshDiv
{
    float: right;
    cursor: pointer;
}
.delete_position
{
    width: 40px;
    text-align: center;
    padding: 0px;
}
/**SelectedControlsPanel.cshtml**/
.pad_left5
{
    padding-left: 5px;
}
.float_right
{
    float: right;
}
/**SelectionCriteria.cshtml**/
/*SubPhaseDefinition.cshtml*/
#subPhaseDefinitionDiv .input
{
    width: 370px;
    border: 1px solid #c5c5c5;
    background-color: #f1f1f1 !important;
}
#subPhaseDefinitionDiv .input:disabled, #subPhaseDefinitionDiv .input:readonly
{
    background-color: #FFFFFF;
}
#CustomDropDown_subPhase_status #CustomDropDownOptions .k-picker[role="combobox"], #CustomDropDown_chartFindingCriteriaList #CustomDropDownOptions .k-picker[role="combobox"], #CustomDropDown_chartControlCriteriaList #CustomDropDownOptions .k-picker[role="combobox"], #CustomDropDown_chartTestingCriteriaList #CustomDropDownOptions .k-dropdown
{
    background-color: #f1f1f1 !important;
}
#subPhaseDefinitionDiv #startDate
{
    /*height: 1.0em !important;*/
    line-height: 1.0em !important;
    background-color: #f1f1f1 !important;
}
#subPhaseDefinitionDiv #endDate
{
    /*height: 1.0em !important;*/
    line-height: 1.0em !important;
    background-color: #f1f1f1 !important;
}
#subPhaseDefinitionDiv .k-picker-wrap .k-select
{
    min-height: 1.35em !important;
}
.backgroud_fff
{
    background-color: #fff !important;
}
.height30
{
    height: 30px;
}
.title_attributes
{
    width: 120px;
    background-color: #f1f1f1;
}
/**SubPhaseDefinition.cshtml**/
/*UploadData.cshtml*/
#UploadSelectFileList .k-widget, #UploadSelectFileListMatrix .k-widget, #UploadSelectFileListTest .k-widget, #UploadSelectFileListTestResult .k-widget, #UploadSelectFileListNewUsers .k-widget, #UploadSelectFileListActions .k-widget, #UploadSelectFileTemplate .k-widget {
    background-color: White;
    border: 0px solid white;
}
#UploadSelectFileList .k-file
{
    height: 25px;
    border: 1px solid grey;
}
#UploadSelectFileList .k-file > .k-filename, #UploadSelectFileListMatrix .k-file > .k-filename, #UploadSelectFileListTest .k-file > .k-filename, #UploadSelectFileListTestResult .k-file > .k-filename, #UploadSelectFileListNewUsers .k-file > .k-filename, #UploadSelectFileListActions .k-file > .k-filename, #UploadSelectFileTemplate .k-file > .k-filename {
    margin-left: 0px;
    margin-top: 0px;
    width: 70%;
    vertical-align: text-top;
    height: 20px;
}
#UploadSelectFileList .k-upload-files, #UploadSelectFileListMatrix .k-upload-files, #UploadSelectFileListTest .k-upload-files, #UploadSelectFileListTestResult .k-upload-files, #UploadSelectFileListNewUsers .k-upload-files, #UploadSelectFileListActions .k-upload-files, #UploadSelectFileTemplate .k-upload-files {
    line-height: 1;
}
#UploadSelectFileList .k-file > .k-icon, #UploadSelectFileListMatrix .k-file > .k-icon, #UploadSelectFileListTest .k-file > .k-icon, #UploadSelectFileListTestResult .k-file > .k-icon, #UploadSelectFileListNewUsers .k-file > .k-icon, #UploadSelectFileListActions .k-file > .k-icon, #UploadSelectFileTemplate .k-file > .k-icon {
    display: none;
}
#UploadSelectFileList .k-button:not(.k-upload-action), #UploadSelectFileListMatrix .k-button:not(.k-upload-action), #UploadSelectFileListTest .k-button:not(.k-upload-action), #UploadSelectFileListTestResult .k-button:not(.k-upload-action), #UploadSelectFileListNewUsers .k-button:not(.k-upload-action), #UploadSelectFileListActions .k-button:not(.k-upload-action), #UploadSelectFileTemplate .k-button:not(.k-upload-action) {
    background-color: rgb(0, 94, 173) !important;
    color: #fff;
}
.title_width_background {
    width: 250px;
    backgroup-color: white;
}
/**UploadData.cshtml**/
/*UsersPanelBar.cshtml*/
#Grid_UsersPanel #FullName, #Grid_UsersPanel #Role
{
    height: 1.5em !important;
    line-height: 1.4em !important;
    background-color: #f1f1f1;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.title_plus
{
    cursor: pointer;
    padding-left: 5px;
    border-style: none;
}
/**UsersPanelBar.cshtml**/
/*ControlDefinition.cshtml*/
#DefinitionDiv .text_align_right
{
    text-align: right;
    width: 15%;
}
#Control_Defin_tabstripDiv .k-tabstrip .k-content 
{
    min-height: 180px !important;
    background: #f1f1f1;
}
.pad2
{
    padding: 2px 2px 2px 2px;
}
#DefinitionDiv .inputTextWidth
{
    width: 270px;
}

#DefinitionDiv .checkboxlistDiv
{
    font-size: 15px;
    border: 1px solid #c5c5c5;
    padding: 3px 3px 3px 3px;
}
#DefinitionDiv .checkboxlistDiv1
{
    font-size: 15px;
    padding: 0px 0px 0px 0px;
    border: 1px solid #c5c5c5;
}
#DefinitionDiv .checkboxlistDiv label
{
    padding-top: 2px;
    padding-bottom: 2px;
}
#DefinitionDiv .checkboxlistDiv1 label
{
    padding-top: 2px;
    padding-bottom: 2px;
}
#DefinitionDiv
{
    margin-left: -15px;
    margin-right: -15px;
}
#DefinitionDiv #lblMessage_OwningSubprocess
{
    font-style: normal !important;
}
#DefinitionDiv #ControlDescriptionDiv
{
    position: relative;
    z-index: 1;
}
#Control_ID_validationMessage
{
    position: absolute !important;
    z-index: 10003;
    margin-left: 0px;
    margin-top: 0px;
}
#Control_Name_validationMessage
{
    position: absolute !important;
    z-index: 10003;
    margin-left: -150px;
    margin-top: 30px;
}
.margin_left3
{
    margin-left: -3px;
}
.pad_top4
{
    padding-top: 4px;
}
/**ControlDefinition.cshtml**/
/*ControlObjectivesView.cshtml*/
.controlTool
{
    background: url('/Content/images/icon_insert.png') no-repeat center;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
}
#Grid_ControlObjectives .TreeDropDownList
{
    width: 350px !important;
    background: #f1f1f1 !important;
}
.title_object_backgroud
{
    border: 1px #fff solid;
    width: 120px;
    background-color: #005ead;
    color: #fff;
    height: 20px;
}
.label_object
{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.delete_position_width140
{
    width: 140px;
    text-align: center;
    padding: 0px;
}
/**ControlObjectivesView.cshtml**/
/*ControlsExplorer.cshtml*/
#dvNarrativesExplorer,
#dvFlowchartsExplorer {
    padding-left: 12px;
    padding-right: 12px;
}
    #dvControlsExplorer > table,
    #dvNarrativesExplorer > table,
    #dvFlowchartsExplorer > table {
        border-collapse: collapse;
    }

    #dvControlsExplorer .k-grid td {
        border-width: 0px !important;
        padding-top: 3px !important;
        padding-bottom: 3px !important;
        /*padding-left: 5px !important;*/
        padding-right: none !important;
        line-height: normal !important;
    }

        #dvControlsExplorer .k-grid td[role='gridcell'],
        #dvNarrativesExplorer .k-grid td[role='gridcell'],
        #dvFlowchartsExplorer .k-grid td[role='gridcell'] {
            border-width: 0 0 0 0 !important;
        }
    #dvControlsExplorer > th.k-header,
    #dvNarrativesExplorer > th.k-header,
    #dvFlowchartsExplorer > th.k-header {
        padding-left: unset !important;
        padding-right: unset !important;
    }
    #dvControlsExplorer .control_row_edit,
    #dvNarrativesExplorer .control_row_edit,
    #dvFlowchartsExplorer .control_row_edit {
        background-image: url('/Content/images/control_row_Edit.png') !important;
    }
    #dvControlsExplorer .control_row_defic,
    #dvNarrativesExplorer .control_row_defic,
    #dvFlowchartsExplorer .control_row_defic {
        background-image: url('/Content/images/control_row_Defic.png') !important;
    }
    #dvControlsExplorer .control_row_delete,
    #dvNarrativesExplorer .control_row_delete,
    #dvFlowchartsExplorer .control_row_delete {
        background-image: url('/Content/images/control_row_delete.png') !important;
    }
.create_finding
{
    background: url('/Content/images/control_row_Defic21px.png') no-repeat;
    width: 25px;
    height: 21px;
    display: inline-block;
    margin-bottom: -4px;
}
.display_none
{
    display: none;
}
/**ControlsExplorer.cshtml**/
/*ControlTabStrip.cshtml*/
.lock_for_edit
{
    border-style: none;
    cursor: pointer;
    width: 157px;
    height: 28px;
    background-image: url('/Content/images/lockforedit.png');
    background-repeat:no-repeat;
    background-size: cover;
}
.release_lock {
    border-style: none;
    cursor: pointer;
    width: 157px;
    height: 28px;
    background-image: url('/Content/images/releaselock.png');
    background-repeat: no-repeat;
    background-size: cover;
}
/**ControlTabStrip.cshtml**/
/*ObjectiveDefinition.cshtml*/
#objectiveDefinitionDiv .textinput
{
    height: 18px !important;
    line-height: 18px !important;
    border: 1px solid #c5c5c5;
    background: #f1f1f1;
}
#objectiveDefinitionDiv #objectiveCode
{
    width: 80px;
}
#objectiveDefinitionDiv #objectiveName
{
    width: 500px;
}
#objectivetab .k-content 
{
    min-height: 200px;
    background: #f1f1f1;
}
#objectiveCode_validationMessage
{
    position: absolute !important;
    z-index: 10003;
    margin-left: -63px;
    margin-top: 24px;
}
#objectiveName_validationMessage
{
    position: absolute !important;
    z-index: 10003;
    margin-left: -483px;
    margin-top: 24px;
}
.top20
{
    margin-top: 20px;
}
/**ObjectiveDefinition.cshtml**/
/*ProcessDefinition.cshtml*/
#processDefinitionDiv .textinput
{
    height: 18px !important;
    line-height: 18px !important;
    border: 1px solid #c5c5c5;
    background: #f1f1f1;
}
#processDefinitionDiv #processCode
{
    width: 80px;
}
#processDefinitionDiv #processName
{
    width: 160px;
}
#processDefinitionDiv #processOwner
{
    width: 250px;
}
#processDefinitionDiv #processSystems
{
    width: 312px;
}
#processDefinitionDiv #ProcessDescriptionDiv
{
    position: relative;
    z-index: 1;
}
#riskDescriptionDiv {
    min-height: 200px !important;
}
#objectiveDescriptionDiv {
    min-height: 200px !important;
}
#processtab .k-content
{
    min-height: 200px;
    background: #f1f1f1;
}

/* lxm  */
.k-content.k-state-active {
    -ms-word-wrap: break-word;
}
.k-button.k-button-icontext.k-upload-button {
    margin-top: 1px;
    margin-bottom: 1px;
}
.k-widget.k-dropdown.k-header.k-editor-widget {
    width: 137px!important;
}

#processCode_validationMessage
{
    position: absolute !important;
    z-index: 10003;
    margin-left: -63px;
    margin-top: 24px;
}
#processName_validationMessage
{
    position: absolute !important;
    z-index: 10003;
    margin-left: -143px;
    margin-top: 24px;
}
#AttachDiv .DivHiddenOverflow
{
    width: 120px;
}
#AttachDiv .k-textbox
{
    width: 140px;
}
#AttachDiv .UploadedByHiddenOverflow
{
    width: 120px !important;
}
#risktab .k-content 
{
    min-height: 200px;
    background: #f1f1f1;
}
#riskCode_validationMessage
{
    position: absolute !important;
    z-index: 10003;
    margin-left: -63px;
    margin-top: 24px;
}
#riskName_validationMessage
{
    position: absolute !important;
    z-index: 10003;
    margin-left: -483px;
    margin-top: 24px;
}
/**RiskDefinition.cshtml**/
/*SubProcessDefinition.cshtml*/
#SubProcessDefinitionDiv .k-tabstrip .k-content 
{
    min-height: auto;
    /*min-height: 200px !important;*/
    /*background: #f1f1f1;*/
    background: #fff;
}
#SubProcessDefinitionDiv #SubprocessDescriptionDiv
{
    position: relative;
    z-index: 1;
}
#subProcessCode_validationMessage
{
    position: absolute !important;
    z-index: 10003;
    margin-left: -170px;
    margin-top: 28px;
}
#subProcessName_validationMessage
{
    position: absolute !important;
    z-index: 10003;
    margin-left: -355px;
    margin-top: 28px;
}
#AttachDiv .DivHiddenOverflow
{
    width: 120px;
}
#AttachDiv .k-textbox
{
    width: 140px;
}
.dropdown_position
{
    text-align: left;
    width: auto;
}
/**SubProcessDefinition.cshtml**/

/*ColumnTypeTemplate.cshtml*/
.ColumnTypeTemplate
{
    background-color: #fff !important;
}
/**ColumnTypeTemplate.cshtml**/

/*ChooseWorkSheet.cshtml*/
ClosePopupDialog .divRadioBtnCollection
{
    min-height: 180px;
}
.height48
{
    height: 48px;
}
.height100
{
    height: 100px;
}
.RadioButton
{
    position: relative;
    overflow: auto;
    height: 200px;
}
/**ChooseWorkSheet.cshtml**/

/*ControlTestInformation.cshtml*/
.margin5
{
    margin: 5px;
}
.margin8
{
    margin: 8px;
}
.width75
{
    width: 75px;
}
.width30
{
    width: 30px;
}
.width325
{
    width: 325px;
}
.width310
{
    width: 310px;
}
.width340
{
    width: 340px;
}
.width245
{
    width: 245px;
}
.width470
{
    width: 470px;
}
.width823
{
    width: 823px;
}
.height40
{
    height: 40px;
}
.height80
{
    height: 80px;
}
.vertical_align_top
{
    vertical-align: top;
}
/**ControlTestInformation.cshtml**/

/*ControlTesting.cshtml*/
.margin_bottom5 {
    margin-bottom: 5px;
}

.margin_5 {
    margin: 5px;
}

.font_size36
{
    font-size: 36px;
}
.font_size24
{
    font-size: 24px;
}
.float_left
{
    float: left;
}
.text_align_right
{
    text-align: right;
}
.padding_10_0_10_0
{
    padding: 10px 0px 10px 0px;
}
.padding_0_3_0_10
{
    padding: 0px 3px 0px 10px;
}
/**ControlTesting.cshtml**/

/*ControlTestingHistory.cshtml*/
.word_break_break_all /*CSS3*/
{
    word-break: break-all;
}

#RelatedTableHistoryView .word_auto_break
{
    word-break: keep-all;
    white-space: pre-wrap;
}
#RelatedTableHistoryView .vertical_top_align
{
    vertical-align: top !important;
}
/**ControlTestingHistory.cshtml**/

/*ControlTestingScripts.cshtml*/
#ControlTestingScriptDiv textarea
{
    width: 99.5%;
    overflow: auto;
    background: #f1f1f1;
}
#TestingScript_TabDiv td
{
    vertical-align: top;
}
.k-spreadsheet .k-spreadsheet-toolbar.k-toolbar .k-button,
.k-spreadsheet .k-spreadsheet-sheets-bar .k-button {
    width: 50px !important;
}
#TestingScript_TabDiv .k-upload-sync .k-upload-button
{
    margin: 0px 0px 5px 0px !important;
}
#ControlAttribute .controlTool
{
    background: url('/Content/images/icon_insert.png') no-repeat center;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
}
#ControlAttribute .k-textbox
{
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    height: 22px !important;
    padding: 2px 1px 5px 1px !important;
    line-height: 8px !important;
}
#ControlAttribute .k-dropdown
{
    width: 110px !important;
}
#ControlAttribute .k-numerictextbox
{
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    height: 22px !important;
    width: 55px !important;
}
#ControlAttribute .k-numerictextbox .k-numeric-wrap
{
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
     height: 20px;
}
#ControlAttribute .k-numerictextbox .k-input
{
    height: 20px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    line-height: 15px !important;
    padding: 0px !important;
}
#ControlAttribute .k-numerictextbox .k-link
{
    background-color: #005ead !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    height: 10.5px !important;
    line-height: 0px !important;
}
#ControlAttribute .k-numerictextbox .k-icon
{
    height: 10px;
}
#ControlAttribute .k-numerictextbox .k-select
{
    border-width:0 0 0 0px;
    border-style:solid;
}

#Order_validationMessage
{
    margin-left: -60px !important;
}
#AttributeDesc_validationMessage
{
    margin-left: 30px !important;
}
#AttributeName_validationMessage
{
    margin-left: -40px !important;
}
#ControlAttribute table tbody .k-header
{
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
#TestingScript_TabDiv .uploadify-button
{
    background-color: rgb(0, 94, 173) !important;
    color: #fff;
}
#TestingScript_TabDiv .uploadify-progress
{
    display: none !important;
}
#TestingScript_TabDiv .uploadify-queue-item
{
    display: none !important;
}
#TestingScript_TabDiv .uploadify-queue-item-custom
{
    background-color: #F5F5F5;
    max-width: 350px !important;
    border: 1px solid grey;
    font: 11px Verdana, Geneva, sans-serif;
    margin-top: 5px;
    padding: 5px;
}
#TestingScript_TabDiv .uploadify-queue-item-custom .cancel a
{
    background: url('/Content/images/custom-uploadify-cancel.png') 0 0 no-repeat;
    float: right;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
    margin-top: 0 !important;
}
.width90
{
    width: 90px;
}
.title_object_backgroud_180
{
    border: 1px #fff solid;
    width: 180px;
    background-color: #005ead;
    color: #fff;
    height: 20px;
}
.img_edit_button
{
    cursor: pointer;
    height: 20px;
    vertical-align: middle;
    padding-right: 5px;
    border-width: 0px;
}
.img_delete_button
{
    cursor: pointer;
    height: 20px;
    vertical-align: middle;
    border-width: 0px;
}
.width_percentage70
{
    width: 70%;
}
.width40
{
    width: 40px;
}
.width50
{
    width: 50px;
}
.padding0
{
    padding: 0px !important;
}
/**ControlTestingScripts.cshtml**/

/*ControlTestingTemplate.cshtml*/
#ControlTestTemplateDiv
{
    padding-bottom: 50px;
}
#ControlTestTemplateDiv .k-grid td[role='gridcell']
{
    border-width: 0 0 0 0 !important;
}
#ControlTestTemplateDiv .titleGridbackground
{
    background-color: rgb(6, 2, 82);
    color: White;
    padding: 5px 5px 5px 5px;
    line-height: normal;
}
#ControlTestingTemplateGrid .k-dropdown
{
    background: none !important;
}
#ControlTestingTemplateGrid .k-dropdown .k-dropdown-wrap
{
    background-color: #f1f1f1 !important;
}

.break-word
{
    width: 430px;
    word-wrap: break-word;
}
.number
{
    background: url('/Content/images/circle.png') no-repeat;
    width: 22px;
    height: 22px;
    color: #fff;
    line-height: 1.1em !important;
    margin: 0 auto;
    text-align: center;
}
.k-picker-wrap #Date
{
    height: 1.3em !important;
    line-height: 1.3em !important;
    background-color: #f1f1f1;
}
#Description, #Author, #Number
{
    height: 1.8em !important;
    line-height: 1.4em !important;
    background-color: #f1f1f1;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
#ControlTestTemplateDiv .uploadify
{
    position: absolute !important;
    right: 0px !important;
    top: 3px !important;
}
#tickMarkExplanations .controlTool
{
    background: url('/Content/images/icon_insert.png') no-repeat center;
    width: 20px;
    height: 20px;
}
#tickMarkExplanations pre
{
    word-break: keep-all;
    white-space: pre-wrap;
}
.tickmarkCircle
{
    border-radius: 15px;
    padding: 0 7px;
    background-color: #ff6300;
    color: #fff;
    margin-left: 5px;
}
.tickmarkCircle_editable
{
    cursor: pointer;
}
.attchmentIcon
{
    vertical-align: middle;
    cursor: pointer;
}
#ControlTestingTemplateGrid .inputTemplate
{
    width: auto !important;
    height: auto !important;
    padding-top: 0px !important;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #f1f1f1 !important;
}
#ControlTestingTemplateGrid .cusbg{
    background-color: #f1f1f1 !important;
}
#TestItemDiv .cusbg
{
    background-color: #f1f1f1 !important;
}
#ControlTestingTemplateGrid .addTestItem
{
    cursor: pointer;
    width: 145px;
    height: 30px;
    background-image: url('/Content/images/addtestitem.png');
    float: left;
    background-repeat:no-repeat;
    background-size: cover;
}
#ControlTestingTemplateGrid .addAttribute
{
    cursor: pointer;
    width: 145px;
    height: 30px;
    background-image: url('/Content/images/addtrribute.png');
    float: right;
    background-repeat:no-repeat;
    background-size: cover;
}
#ControlTestingTemplateGrid
{
    min-width: 99% !important;
}
#ControlTestingTemplateGrid > table
{
    width: 100%;
    border-collapse: collapse;
}
#ControlTestingTemplateGrid table > tr > td
{
    white-space: nowrap;
}
#ControlTestingTemplateGrid .k-grid-content-expander
{
    display:none;
}
#ControlTestTemplateDiv .file_upload_template_css
{
    display: none;
    position: absolute;
}
.ControlTesting_custom
{
    background: url('/Content/images/control_row_Defic21px.png') no-repeat;
    width: 25px;
    height: 21px;
    display: inline-block;
    margin-bottom: -4px;
}
.text_decoration_underline
{
    text-decoration: underline !important;
}
.text_no_decoration {
    text-decoration: none !important;
}
.position_relative {
    position: relative;
}
.vertical_align_middle
{
    vertical-align: middle;
}
.ControlTestingTemplate_addTestItem
{
    border-style: none;
    cursor: pointer;
    width: 146px;
    height: 30px;
    background-image: url('/Content/images/addtestitem.png');
    background-repeat:no-repeat;
    background-size: cover;
}
.ControlTestingTemplate_addAttribute
{
    float: right;
    border-style: none;
    cursor: pointer;
    width: 145px;
    height: 30px;
    background-image: url('/Content/images/addtrribute.png');
    background-repeat:no-repeat;
    background-size: cover;
}
.overflow_x_scroll
{
    overflow-x: scroll;
}
.gird_add
{
    color: #fff;
    background-color: #005ead;
    height: 30px;
    padding-left: 5px;
    line-height: 30px;
}
.width920
{
    width: 920px;
}
.LockForEditing_div
{
    float: right;
    color: #005ead;
    margin-top: 20px;
    font-size: 18px;
}
.margin_right20
{
    margin-right: 20px;
}
.LockForEditing_img
{
    border-style: none;
    width: 15px;
    height: 22px;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: -3px;
}
.padding_right5
{
    padding-right: 5px;
}
.padding_right10
{
    padding-right: 10px;
}
.border_width0
{
    border-width: 0px;
}
.text_align_left
{
    text-align: left !important;
}
.padding_left10
{
    padding-left: 10px !important;
}
.line_height_1em
{
    line-height: 1em !important;
}
.line_height_40
{
    line-height: 40px !important;
}
/**ControlTestingTemplate.cshtml**/

/*ControlTestingTestPlan.cshtml*/
#controlTesing_testplan_grid pre
{
    word-break: keep-all;
    white-space: pre-wrap;
}
/**ControlTestingTestPlan.cshtml**/

/*CurrentTask.cshtml*/

.height150
{
    height: 150px;
}
#CurrentTaskForm #rejectToDiv
{
    text-align: left;
    padding: 5px;
    width: 200px;
    position: absolute;
    background-color: #fff;
    top: -80px;
    left: 440px;
    border: 1px solid rgba(82,90,104,0.2);
    z-index: 2;
}
#CurrentTaskForm #CustomDropDown_rejectToTaskID .k-dropdown
{
    background-color: #f1f1f1 !important;
}
.can_edit
{
    border: 1px solid #c5c5c5;
    background-color: white/*#f1f1f1*/ !important;
}
#CurrentTaskViewDiv #Text_Comments
{
    background-color: #F1F1F1;
}
#CurrentTaskViewDiv a
{
    cursor: pointer;
    color: blue;
    text-decoration: underline;
    padding-right: 5px;
}
#CurrentTaskViewDiv .uploadify-button
{
    background-color: grey !important;
    border: 1px solid blue !important;
    color: black;
}
#CurrentTaskViewDiv .uploadify-queue-item
{
    display: none !important;
}
.width_percentage50
{
    width: 50%;
}
.width_percentage100
{
    width: 100%;
}
.overflow_auto
{
    overflow: auto;
}
.min_height150
{
    min-height: 150px;
}
.min_height160
{
    min-height: 160px;
}
.min_height350
{
    min-height: 350px;
}
.CurrentTaskViewDiv_a
{
    text-decoration: underline !important;
    cursor: pointer;
    color: Blue !important;
}
.min_height320
{
    min-height: 320px;
}
.min_height580
{
    min-height: 580px;
}
.CurrentTask_uploadify
{
    position: relative;
    margin-bottom: 1em;
}

/**CurrentTask.cshtml**/

/*Deficiencies.cshtml*/
.break_word_Deficiencies
{
    word-wrap: break-word;
    min-height: 18px;
}
.titlebreak
{
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#DeficienciesGrid .bottom-border
{
    border-bottom: 1px solid #c5c5c5;
}
#DeficienciesGrid .padding
{
    padding: 3px 10px;
}
#DeficienciesGrid .k-detail-row .k-detail-cell
{
    padding-top: 0px !important;
}
/**Deficiencies.cshtml**/

/*PastTask.cshtml*/
.img_row_view
{
    border-style: none;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-bottom: -3px;
}
.text_align_center
{
    text-align: center !important;
    justify-content: center;
}
/**PastTask.cshtml**/

/*Testing.cshtml*/
#dvControlTestingList #dvSelectScope .k-dropdown
{
    background-color: #fff !important;
}
#dvControlTestingList .gridscope
{
    cursor: pointer;
}
#dvControlTestingList .k-grid .k-grid-header .k-header
{
    font-size: 14px !important;
    line-height: 0 !important;
}
#dvControlTestingList .k-grid .k-grid-header .k-link > .k-icon
{
    vertical-align: text-bottom !important;
}
#dvControlTestingList .k-grid .k-grouping-header .k-group-indicator .k-link
{
    margin-top: -10px !important;
}
#dvControlTestingList .k-grid .k-grouping-header .k-group-indicator .k-button-icon
{
    margin-top: -5px !important;
}
#dvControlTestingList .k-grid .k-grouping-header
{
    font-size: 16px !important;
    line-height: 25px !important;
    padding-left: 5px !important;
}
.padding_left680
{
    padding-left: 680px;
}
.padding_left930
{
    padding-left: 930px;
}
.padding_left900 {
    padding-left: calc(100% - 277px);
}
.background_color060252
{
    background-color: #005ead;
}
.heigh35
{
    height: 35px;
}
.border_none
{
    border: none;
}
.heigh_percentage100
{
    height: 100%;
}
.ControlTests
{
    color: #fff;
    font-size: 22px;
    width: 230px;
    text-align: left;
    line-height: 0;
    padding-left: 3px;
}
/**Testing.cshtml**/

/*TestingAddTickmarkView.cshtml*/
#TickMarkFormDiv .titleGridbackground
{
    background-color: rgb(6, 2, 82);
    color: White;
    height: 15px;
    padding: 5px 5px 5px 5px;
    line-height: normal;
}
#TickMarkFormDiv .iconNumBackgroup
{
    background: url('/Content/images/circle.png') no-repeat center;
    color: #fff;
    padding: 0px 8px 0px 8px;
}
#TickMarkFormDiv .tickmarkText
{
    float: right;
    max-width: 280px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#TickMarkFormDiv .TickmarklistDiv
{
    height: 164px;
    width: 98%;
    text-align: left;
    padding: 5px 5px 0px 5px;
    overflow: auto;
}
#NewTickmarkComments
{
    background-color: #f1f1f1;
}
.img_close_button
{
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
}
.margin5_0_0_0
{
    margin: 5px 0px 0px 0px;
}
.width_percentage99
{
    width: 99%;
}
.border_1_solid_grey
{
    border: 1px solid grey;
}
.margin_top5
{
    margin-top: 5px;
}
/**TestingAddTickmarkView.cshtml**/

/*TestingResult.cshtml*/
.break_word_TestingResult
{
    word-wrap: break-word;
    min-height: 18px;
}
/**TestingResult.cshtml**/

/*TestItemDetail.cshtml*/
#TestItemDiv #CustomDropDownOptions .k-dropdown-wrap
{
    background-color: #f1f1f1 !important;
    width: 170px !important;
}
#TestItemDiv .k-list-container
{
    width: 196px !important;
}
#AddTicketMarkWindow
{
    overflow: visible !important;
}
.min_height560
{
    min-height: 560px;
}
.width800
{
    width: 800px;
}
.width206
{
    width: 206px;
}
.padding_left30
{
    padding-left: 30px;
}
.TestItemDiv_ItemValue_input
{
    background-color: #f1f1f1;
    width: 196px;
    height: 18px;
    vertical-align: middle;
}
.add_tickmark
{
    vertical-align: middle;
    border-style: none;
    cursor: pointer;
    width: 127px;
    height: 24px;
    background-image: url('/Content/images/add_tickmark.png');
    background-repeat:no-repeat;
    background-size: cover;
}

.add_reviewnote
{
    vertical-align: middle;
    border-style: none;
    cursor: pointer;
    width: 150px;
    height: 24px;
    background-image: url('/Content/images/add_review_note.png');
    background-repeat:no-repeat;
    background-size: cover;
}
.complete_review
{
    vertical-align: middle;
    float: right;
    border-style: none;
    cursor: pointer;
    width: 30px;
    height: 25px;
    background-image: url('/Content/images/complete_review.png');
    background-repeat:no-repeat;
    background-size: cover;
}
.TestItemDiv_ItemValue_textarea
{
    width: 455px;
    background-color: #f1f1f1;
}
.tickmark_item
{
    width: 459px;
    border: 1px #fff solid;
    background-color: #E1E1E1;
    margin-bottom: 6px;
}
.delete_button_div
{
    border: 1px solid #c5c5c5;
    width: 270px;
    margin-bottom: 6px;
}
.delete_button_AttachFile {
    border-style: none;
    cursor: pointer;
    width: 12px;
    height: 23px;
    background-image: url('/Content/images/close_icon.png');
    line-height: 0px !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.save_button
{
    border-style: none;
    cursor: pointer;
    width: 82px;
    height: 24px;
    background-image: url('/Content/images/Button_save.png');
    background-repeat:no-repeat;
    background-size: cover;
}
.margin_top-35
{
    margin-top: -35px;
}
#TestItemDiv pre
{
    word-break: keep-all;
    white-space: pre-wrap;
}

#TestItemDiv .add_attachfile .k-dropzone
{
    padding: 0px;
}
#TestItemDiv .add_attachfile .k-dropzone em
{
    display: none;
}
#TestItemDiv .k-upload-button
{
     margin: 0em;
}
/**TestItemDetail.cshtml**/

/*TestItemTickMarkList.cshtml*/
.tickmark_view_div
{
    width: 459px;
    border: 1px #fff solid;
    background-color: #E1E1E1;
    margin-bottom: 6px;
}
.height21
{
    height: 21px;
}
.font_weight_bold
{
    font-weight: bold;
}
.tickmark_number
{
    width: 22px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    background-image: url('/Content/images/circle.png');
}
.width300
{
    width: 300px;
}
.delete_button
{
    background-repeat: no-repeat;
    border-style: none;
    cursor: pointer;
    background-color: transparent;
    width: 21px;
    background-image: url('/Content/images/close.png');
}
/**TestItemTickMarkList.cshtml**/

/*WorkflowTabStrip.cshtml*/
#WorkFlow_tabstripDiv .k-tabstrip .k-content
{
    min-height: 380px !important;
}
.item-link
{
    text-decoration: underline !important;
    cursor: pointer !important;
    color: Blue !important;
}
.width400
{
    width: 400px;
}
.padding_2_2_2_2
{
    padding: 2px 2px 2px 2px;
}
/**WorkflowTabStrip.cshtml**/

/*TicketInfo.cshtml*/
.comments
{
    width: 100%;
    overflow: auto;
    border: 1px solid #c5c5c5;
    background-color: #f1f1f1;
}
/**TicketInfo.cshtml**/
/*Attach.cshtml*/
#AttachDiv .k-textbox
{
    background-color: #f1f1f1 !important;
}
#AttachGrid #file_upload_attach
{
    left: 0px;
    top: 0px;
    position: absolute;
}
#AttachGrid #file_upload_attach-button
{
    background-repeat: no-repeat;
    background-position: center;
    background-color: #005ead !important;
}
#AttachGrid #file_upload_attach-queue
{
    display: none;
}
.manage_button_position
{
    text-align: center;
    padding-left: 10px;
    line-height: 1em;
}
.add_file_div
{
    /*width: 30px;
    height: 22px;
    top: 0px;
    left: 49px;
    position: absolute;*/
}
.cursor_default
{
    cursor: default;
}
/**Attach.cshtml**/
/*Attachment.cshtml*/
#Attachments .k-textbox
{
    background-color: #f1f1f1 !important;
}
#AttachmentGrid #file_upload_attachment
{
    left: 0px;
    top: 0px;
    position: absolute;
}
#AttachmentGrid #file_upload_attachment-button
{
    background-repeat: no-repeat;
    background-position: center;
    background-color: #005ead !important;
}
#AttachmentGrid #file_upload_attachment-queue
{
    display: none;
}
/**Attachment.cshtml**/
/*FindingDefinition.cshtml*/
.input_finding
{
    height: 19px;
    border: 1px solid #c5c5c5;
    background-color: #f1f1f1;
}
#CustomDropDown_weight #CustomDropDownOptions .k-picker[role="combobox"], #CustomDropDown_howFound #CustomDropDownOptions .k-picker[role="combobox"], #CustomDropDown_issueType #CustomDropDownOptions .k-picker[role="combobox"], #CustomDropDown_issueMode #CustomDropDownOptions .k-picker[role="combobox"], #CustomDropDown_issueStatus #CustomDropDownOptions .k-picker[role="combobox"], #CustomDropDown_probability #CustomDropDownOptions .k-picker[role="combobox"], #CustomDropDown_owners #CustomDropDownOptions .k-picker[role="combobox"],#CustomDropDown_responsible #CustomDropDownOptions .k-picker[role="combobox"],#CustomDropDown_findingClass  #CustomDropDownOptions .k-picker[role="combobox"], .backgroupd9EEEF5,#CustomDropDown_finding_phase #CustomDropDownOptions .k-picker[role="combobox"],#CustomDropDown_finding_subPhase #CustomDropDownOptions .k-dropdown
{
    background-color: #f1f1f1 !important;
}
#findingPanelBar .k-panelbar .k-content
{
    min-height: 50px !important;
}
#findingPanelBar .textarea
{
    background-color: #f1f1f1;
    border: 1px solid #c5c5c5;
    padding-left: 5px;
    padding-right: 5px;
    margin: 1px 10px 3px 10px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 96%;
}
#findingPanelBar .k-panelbar .k-link
{
    border-left-width: 0px !important;
    border-right-width: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
#findingPanelBar .k-panelbar li
{
    border-left: 1px solid #c5c5c5 !important;
    border-right: 1px solid #c5c5c5 !important;
}
#findingPanelBar .k-reset
{
    padding-bottom: 2px !important;
}
#findingPanelBar .k-panelbar .k-item
{
    padding-bottom: 0px !important;
}
#findingPanelBar .k-panelbar li .k-content
{
    background: none;
}
#lblIssueType, #lblIssueMode
{
    margin-left: -650px;
    color: #fff;
}
/*.field-validation-error
{
    position: absolute !important;
    z-index: 1;
    margin-left: -233px;
    margin-top: 24px;
}*/
#identifyDate_validationMessage
{
    position: absolute !important;
    z-index: 1;
    margin-left: -100px;
    margin-top: 24px;
}
.min_width80
{
    min-width: 80px;
}
.pad_left30
{
    padding-left: 30px;
}
#TreeDropDownViewDiv_locationTree .TreeDropDownText_Input
{    
    background-color: #f1f1f1 !important;
    background-position-x: 98%;
}
#TreeDropDownViewDiv_locationTree .TreeDropDownList
{    
    background-color: rgb(243, 243, 244) !important;
}
/**FindingDefinition.cshtml**/
/*FindingHistory.cshtml*/
#FindingHistoryView .k-grid td[role='gridcell']
{
    border-width: 0 0 0 1px !important;
}
#FindingHistoryView .k-grid .k-hierarchy-cell + td
{
    border-left: 0px !important;
}
#FindingHistoryView .padding
{
    padding: 3px 10px 3px 10px;
}
.word_break_all
{
    word-break: break-all;
}
/**FindingHistory.cshtml**/
/*FindingRelatedObjects.cshtml*/
#RelatedObjectsDiv .AddTool
{
    background: url('/Content/images/icon_insert.png') no-repeat center;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
}
#RelatedObjectsDiv .k-grid td
{
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    line-height: normal !important;
}
#RelatedObjectsDiv .k-grid td[role='gridcell']
{
    border-width: 0 0 0 1px !important;
}
#RelatedObjectsDiv .k-grid .k-textbox
{
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    height: 27px !important;
    padding: 0 1px !important;
    line-height: normal !important;
    background-color: #f1f1f1 !important;
}
.ctrlcode-link
{
    text-decoration: underline !important;
    cursor: pointer !important;
    color: Blue !important;
}
.delete_position_width100
{
    width: 100px;
    text-align: center;
    padding: 0px;
}
#Grid_RelatedObjectives .TreeDropDownList
{
    width: 450px !important;
}
/**FindingRelatedObjects.cshtml**/
/*FindingsExplorer.cshtml*/
#FindingsDiv .k-grid td
{
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
    line-height: normal !important;
}
#FindingsDiv .k-grid td[role='gridcell']
{
    border-width: 0 0 0 1px !important;
}
#FindingsDiv .k-grid-header .k-header
{
    padding-left: 4px !important;
    padding-right: 4px !important;
}

#FindingsDiv .k-grid-header .k-filterable .k-link
{
    padding-right: 2px !important;
}
#FindingsDiv .titleGridbackground
{
    background-color: rgb(6, 2, 82);
    color: White;
    padding: 5px 5px 5px 5px;
    line-height: normal;
    margin-top: 15px;
}
#FindingsDiv .AddTool
{
    background: url('/Content/images/icon_insert.png') no-repeat center;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
}
.checkspan
{
    width: 25px;
    height: 25px;
    background: url('/Content/images/control_list_solid.png') no-repeat center;
    display: block;
    cursor: pointer;
}
.uncheckspan
{
    width: 25px;
    height: 25px;
    background: url('/Content/images/control_list_hollow.png') no-repeat center;
    display: block;
    cursor: pointer;
}
.custom_finding
{
    background: url('/Content/images/control_row_Defic21px.png') no-repeat;
    width: 25px;
    height: 21px;
    display: inline-block;
    margin-bottom: -4px;
}
.finding_title
{
    font-size: 2.3em;
    padding: 5px 0px 5px 0px;
}
/**FindingsExplorer.cshtml**/
/*MitigatingControls.cshtml*/
#MitigatingControlsDiv .controlTool
{
    background: url('/Content/images/icon_insert.png') no-repeat center;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
}
#MitigatingControlsDiv
{
    padding: 5px 10px;
}
#MitigatingControlsDiv .k-grid .k-textbox
{
    padding: 0 1px !important;
}
#Grid_MitigatingControls .k-dropdown
{
    background: none !important;
}
#Grid_MitigatingControls .k-dropdown .k-dropdown-wrap
{
    background-color: #f1f1f1 !important;
}
#Grid_MitigatingControls #Comment
{
    height: 1.5em !important;
    line-height: 1.4em !important;
    background-color: #f1f1f1;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
#TreeDropDownViewDiv_ControlName
{
    height: 22px;
    background-color: #f1f1f1;
    border: 1px solid #c5c5c5;
}
#TreeDropDownViewDiv_ControlName #TreeDD_TXT_ControlName
{
    height: 17px;
    background-color: #f1f1f1;
    border: 0px solid #c5c5c5;
    vertical-align: top;
}
#TreeDropDownViewDiv_ControlName #TreeDD_TXT_Img_ControlName
{
    margin-bottom: 0px !important;
}
#TreeDropDownViewDiv_ControlName #TreeView_ControlName ul .k-item
{
    border-width: 0px !important;
    border-style: none !important;
}
#TreeDropDownViewDiv_ControlName #ControlName_validationMessage
{
    margin-top: 1.8em !important;
}
#Grid_MitigatingControls .TreeDropDownList
{
    width: 610px !important;
}
/**MitigatingControls.cshtml**/
/*RemediationEfforts.cshtml*/
.border
{
    border: 1px solid #b5b5b5;
}
.margin_bottom10
{
    margin-bottom: 10px;
}
.background
{
    background-color: #005ead;
    width: 38px;
    height: 28px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    float: left;
    padding-top: 5px;
}
#dvRemediationEfforts
{
    min-height: 158px;
}
.tempbackground
{
    background-color: #005ead;
    width: 38px;
    height: 28px;
    color: #fff;
    float: left;
    padding-top: 5px;
    vertical-align: middle;
    text-align: center;
}
#lblWorkLog
{
    margin-left: -650px;
    color: #b7b7b7;
    font-style: italic;
}
.lblComment
{
    color: grey;
    position: absolute;
    margin-top: 5px;
    margin-left: 5px;
    font-style: italic; 
}

/*.k-ie9 #workLogUpload .k-upload .k-upload-button
{
    margin-top: 25px !important;
    margin-left: 658px !important;
}
.k-ie11 #workLogUpload .k-upload .k-upload-button
{
    margin-top: 12px !important;
    margin-left: 646px !important;
}*/
#workLogUpload .k-upload .k-upload-button
{
    min-width:0px !important;
    left: 685px;
    top: 10px;
}
.k-upload .k-button:focus, .k-state-focused, .k-state-focused.k-button
{
    box-shadow: none !important;
}
#workLogUpload .k-header
{
    background-color: transparent !important;
    z-index: 0;
}
#workLogUpload .k-widget
{
    border-style: none !important;
}
#workLogUpload .k-upload-files
{
    margin-bottom: 0px !important;
    border-top-width: 0px !important;
    line-height: 1 !important;
}
#workLogUpload .k-upload-files .k-file
{
    border-bottom-width: 0px !important;
}
#workLogUpload .k-upload-status
{
    display: none;
}
#workLogUpload .k-upload-selected
{
    display: none;
}
#workLogUpload .k-clear-selected 
{
    display: none;
}
.file_path
{
    padding-top: 12px;
    padding-left: 5px;
    float: left;
    width: 750px;
}
.worklogDiv_position
{
    margin: 5px;
    border: 1px solid #c5c5c5;
    position: relative;
}
.firstName_position
{
    top: 0px;
    left: 5px;
    position: absolute;
}
.fileName_input_position
{
    top: 25px;
    left: 5px;
    position: absolute;
}
.file_name
{
    width: 650px;
    background-color: #f1f1f1;
    color: #000;
    border: 1px solid #c5c5c5;
}
.font_italic
{
    font-style: italic;
}
.fileSave_position
{
    top: 25px;
    left: 750px;
    position: absolute;
}
.height22
{
    height: 22px;
}
/**RemediationEfforts.cshtml**/
/*Login.cshtml*/
#CheckLoginBtn
{
    margin-left: 50px;
    width: 90px;
    height: 30px;
}
.loginPage 
{
    width: 500px;
    padding: 25px 0px 70px 0px;
    display: inline-block;
}
.height_auto
{
    height: auto;
}
.width140
{
    width: 140px;
}
.login_h1
{
    font-family: Segoe UI Light;
    font-size: 20pt;
    text-align: left;
}
.img_LogoIgniteIC
{
    border: none;
    border-spacing: 0px;
    border-collapse: collapse;
    margin: auto;
    height: 100px;
}
.login_LogoIgniteIC_td
{
    padding-top: 20px;
    font-size: 18pt;
}
.margin_left20
{
    margin-left: 20px;
}
.width_percentage66
{
    width: 66%;
}
.width_percentage40
{
    width: 40%;
}
.font_size_6pt
{
    font-size: 6pt;
}
/**Login.cshtml**/

/*ClaimList.cshtml*/
.overflow_view_img
{
    width: 21px;
    height: 21px;
    vertical-align: middle;
    cursor: pointer;
    border-width: 0px;
}
.overflow_claim_img
{
    width: 21px;
    height: 21px;
    vertical-align: middle;
    cursor: pointer;
    border-width: 0px;
}
.ICanClaimGrid
{
    text-align: center;
    padding-left: 10px;
    line-height: 1em;
}
.padding_right15
{
    padding-right: 15px;
}
/**ClaimList.cshtml**/

/*MyOpenTasks.cshtml*/
.margin10
{
    margin: 10px;
}
.border0
{
    border: 0px;
}
/**MyOpenTasks.cshtml**/

/*MyWorkSpace.cshtml*/
.MyWorkSpaceDiv
{
    font-size: 2.3em;
    padding: 5px 0px 5px 0px;
}
/**MyWorkSpace.cshtml**/

/*Dashboard.cshtml*/
#dvReportsDashboard
{
    width: 922px;
}
#ProcessList
{
    border-right-style: none !important;
    width: 922px;
    overflow-x: auto;
}
#ProcessList .k-grid-content table tbody tr .k-detail-cell
{
    padding: 0px !important;
}
#ProcessList table .k-grid-header
{
    display: none;
}
#ProcessList .k-grid-content table
{
    border-bottom: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
}
#ProcessList .k-grid-content td
{
    border-style: none;
    text-align: center;
}
#options
{
    width: 275px;
    text-align: left;
}
.backgroundtd
{
    background-color: #005ead;
    color: #fff;
    font-size: 23px;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
#titletr td
{
    font-size: 17px;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    line-height: 1.2em !important;
    vertical-align: top;
}
.titletd_border
{
    border-bottom: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
}
#titletable tr td
{
    text-align: center;
    border: 1px solid #c5c5c5;
}
.break-word
{
    width: 215px;
    word-wrap: break-word;
}
.keyhidden, .docshidden, .testinghidden
{
    border-top-color: #28ff00 !important;
    border-bottom-color: #28ff00 !important;
    background-color: #E1E1E1;
}
.backcolor
{
    border-color: #28ff00 !important;
    border-left-color: #c5c5c5 !important;
    background-color: #E1E1E1;
}
.GapsReComm
{
    background: url("/Content/images/scope_2.png") no-repeat;
    width: 20px;
    height: 20px;
    color: #fff;
    line-height: 1em !important;
    margin: 0 auto;
    cursor: pointer;
}
.borderLeft
{
    border-left-color: #28ff00 !important;
}
.text_left
{
    text-align: left !important;
}
#ProcessList .k-grid-toolbar
{
    background-color: #fff !important;
    padding: 0px !important;
}
#ProcessList .k-grid-toolbar table td
{
    padding: 0.4em !important;
}
.scrollBodyX tr
{
    position: relative;
}
.scrollBodyX td
{
    position: relative;
}
.scrollFixedColX
{
    z-index: 10;
}
.scrollFixedColY
{
    z-index: 10;
    border-left: 1px solid #c5c5c5 !important;
}
.subProcessNode
{
    border-left-width: 0px !important;
}
#ProcessList .k-alt .k-detail-cell div table
{
    background-color: unset !important;
}
#ProcessList .k-alt .k-detail-cell div
{
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
}
#ProcessList .k-grid-content
{
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 600px;
}
.year_label
{
    width: 175px;
    float: left;
    text-align: left;
    padding-bottom: 10px;
}
.process_label
{
    min-width: 260px !important;
    width: 260px !important;
    padding-left: 0px !important;
}
.icon_plus
{
    background-color: #fff !important;
    border-bottom: 1px solid #c5c5c5 !important;
    border-right-width: 0px !important;
    padding-top: 5px !important;
}
.process_title
{
    background-color: #fff !important;
    border-bottom: 1px solid #c5c5c5 !important;
    border-left-width: 0px !important;
    min-width: 210px !important;
    width: 240px !important;
    text-align: left !important;
    padding-left: 10px !important;
}
.min_width43
{
    width: 43px !important;
    min-width: 43px !important;
}
.min_width46
{
    width: 46px !important;
    min-width: 46px !important;
}
.min_width48
{
    width: 48px !important;
    min-width: 48px !important;
}
.min_width50
{
    width: 50px !important;
    min-width: 50px !important;
}
.min_width54
{
    width: 54px !important;
    min-width: 54px !important;
}
.min_width56
{
    width: 56px !important;
    min-width: 56px !important;
}
.min_width57
{
    width: 57px !important;
    min-width: 57px !important;
}
.min_width60
{
    width: 60px !important;
    min-width: 60px !important;
}
.min_width70
{
    width: 70px !important;
    min-width: 70px !important;
}
.min_width260
{
    width: 260px !important;
    min-width: 260px !important;
}
.min_width340
{
    width: 340px !important;
    min-width: 340px !important;
}
.min_width380
{
    width: 380px !important;
    min-width: 380px !important;
}
.min_width62
{
    width: 62px !important;
    min-width: 62px !important;
}
.min_width65
{
    width: 65px !important;
    min-width: 65px !important;
}
.min_width68
{
    width: 68px !important;
    min-width: 68px !important;
}
.min_width70
{
    width: 70px !important;
    min-width: 70px !important;
}
.min_width72
{
    width: 72px !important;
    min-width: 72px !important;
}
.min_width74
{
    width: 74px !important;
    min-width: 74px !important;
}
.min_width84
{
    width: 84px !important;
    min-width: 84px !important;
}
.min_width88
{
    width: 88px !important;
    min-width: 88px !important;
}
.min_width91
{
    width: 91px !important;
    min-width: 91px !important;
}
.min_height45
{
    min-height: 45px !important;
}
.min_width225
{
    min-width: 225px !important;
    width: 225px !important;
}
.min_width306
{
    min-width: 306px !important;
    width: 306px !important;
}
/**Dashboard.cshtml**/

/*DashboradDeficiency.cshtml*/
.font_size35
{
    font-size: 35px;
}
.font_size16
{
    font-size: 16px;
}
.padding_top10
{
    padding-top: 10px;
}
.margin20
{
    margin: 20px;
}
/**DashboradDeficiency.cshtml**/

/*DeficienciesView.cshtml*/
#deficieniesView .k-grid td[role='gridcell']
{
    border-width: 0 0 0 0 !important;
}
#deficieniesView .padding
{
    padding: 3px 10px 3px 10px;
}
#deficieniesView .break-word
{
    width: 670px;
    min-height: 40px;
    word-wrap: break-word;
}
.deficieniesView_Title
{
    width: 300px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/**DeficienciesView.cshtml**/

/*Report.cshtml*/
.padding10
{
    padding: 10px;
}
.reportListing_link
{
    cursor: pointer;
    font-size: normal;
}
.padding_top8
{
    padding-top: 8px;
}
/**Report.cshtml**/

/*CompletedWorkflowTickets.cshtml*/
#dvCompletedWFTicket .k-grid td
{
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    line-height: normal !important;
}
#dvCompletedWFTicket
{
    margin: 10px;
}
#dvCompletedWFTicket .actionScopeTop
{
    padding-left: 680px;
    margin-bottom: 10px;
}
#dvCompletedWFTicket .actionScopeBottom
{
    padding-left: 680px;
    margin-top: 10px;
}
#dvCompletedWFTicket .go
{
    text-decoration: underline;
    color: Blue;
    cursor: pointer;
}
#dvCompletedWFTicket #dvSelectScope > div
{
    background-color: #005ead;
    height: 35px;
}
#dvCompletedWFTicket #dvSelectScope > div > table
{
    border: none;
    height: 100%;
}
#dvCompletedWFTicket #dvSelectScope > div > table td
{
    color: #fff;
    font-size: 22px;
    width: 280px;
    text-align: left;
    line-height: 0;
    padding-left: 3px;
}
#dvCompletedWFTicket #CompletedWFTicket .headTemplateDiv
{
    width: 50px;
    margin: auto;
}
#dvCompletedWFTicket #CompletedWFTicket .headTemplateImg
{
    cursor: pointer;
    height: 20px;
}
#dvCompletedWFTicket #CompletedWFTicket .bodyTemplateDiv
{
    width: 50px;
    margin: auto;
}
#dvCompletedWFTicket #CompletedWFTicket .headTemplate
{
    text-align: center;
}
#dvCompletedWFTicket #CompletedWFTicket .magnifyingGlass
{
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
#dvCompletedWFTicket #CompletedWFTicket .gridscope
{
    cursor: pointer;
    height: 20px;
}
#dvCompletedWFTicket #CompletedWFTicket .bodyTemplate
{
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
}
#dvCompletedWFTicket #CompletedWFTicket table .k-grid-header .k-header
{
    padding-left: 0.5em;
    padding-right: 0.5em;
}
/**CompletedWorkflowTickets.cshtml**/

/*_Layout.cshtml*/
#lblBodySearch
{
    margin-left: -197px;
    font-size: 10pt;
    font-style: italic;
}
#imgBodySearch
{
    top: 10px;
    position: absolute;
    left: 180px;
}
#BtnSetPeriodID
{
    width: 90px;
    height: 30px;
    border:1px solid #c5c5c5;
}
.Layout_table
{
    border: none;
    border-spacing: 0px;
    border-collapse: collapse;
}
.Layout_SetClientAndPeriodWindow
{
    padding: 5px 15px 5px 15px;
}
.font_size18
{
    font-size: 18px;
}
.height45
{
    height: 45px;
}
.width_percentage97
{
    width: 97%;
}
.height20
{
    height: 20px;
}
.menu_separator
{
    margin-right: 190px;
}
.menu_item
{
    font-size: 18px;
    border-right: none !important;
    height: 45px;
}
.min_height550
{
    min-height: 550px;
}
/**_Layout.cshtml**/
/**ControlTestingTestPlan**/
#CtrlTestPlanDiv
{
    min-height: 520px;
}
#CtrlTestPlanDiv .k-grid td[role='gridcell']
{
    border-width: 0 0 0 0 !important;
}
#CtrlTestPlanDetail input
{
    height: 1.3em;
}
#CtrlTestPlanDiv .titleGridbackground
{
    background-color: rgb(6, 2, 82);
    color: White;
    padding: 5px 5px 5px 5px;
    line-height: normal;
}
/**ControlTestingTestPlan**/
/**ControlTestingTestWork**/
#CustomDropDown_controlTestingStatus #CustomDropDownOptions .k-dropdown
{
    background-color: #f1f1f1 !important;
}
#ConclusionsGrid .k-dropdown
{
    background: none !important;
}
#ConclusionsGrid .k-dropdown .k-dropdown-wrap
{
    background-color: #f1f1f1 !important;
}
#ShowWorkLogDiv .border
{
    border: 1px solid #b5b5b5;
}
#ShowWorkLogDiv .background
{
    background-color: #005ead;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    float: left;
    padding-top: 5px;
    color: #FFFFFF;
    display: inline-block;
    font-family: Segoe UI,Verdana,Tahoma,Arial;
    height: 26px;
    width: 40px;
}
#testWorkDiv
{
    min-height: 520px;
}
#testWorkDiv .break-word
{
    width: 375px;
    word-wrap: break-word;
}
#lblFileName
{
    margin-left: -650px;
    color: #b7b7b7;
    font-style: italic;
}
#file_upload_worklog
{
    left: 670px;
    top: 29px;
    position: absolute;
}
#file_upload_worklog-button
{
    background-repeat: no-repeat;
    background-position: center;
    background-color: #005ead !important;
}
#AddWorkLogDiv .uploadify-file-type
{
    background-color: #005ead !important;
    font-family: Segoe UI,Verdana,Tahoma,Arial;
    font-weight: normal;
}
#CtrlTestWorkForm .field-validation-error
{
    position: absolute !important;
    z-index: 1;
    margin-left: -100px;
    margin-top: 24px;
}
/**ControlTestingTestWork**/
/*WorkflowTemplates*/
#dvActionTypeGrid .k-grid td,
#dvWorkflowTemplates .k-grid td
{
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    line-height: normal !important;
}
#dvWorkflowTemplates .InsertTool
{
    background: url('/Content/images/icon_insert.png') no-repeat center;
    cursor: pointer;
    left: 60px;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 3px;
}

#SelectWorkflowTypeWindowFormDiv {
    width: 0px;
    border: 1px solid;
    vertical-align: middle;
    position: absolute;
    top: 19px;
    left: 95px;
    background-color: #fff;
    min-height: 200px;
    padding-top: 3px;
    z-index: 1000000;
    display: none;
}

#SelectWorkflowTypeWindowFormDiv .span_title
{
    vertical-align: top;
    padding-left: 5px;
}
#SelectWorkflowTypeWindowFormDiv .div_title
{
    background-color: #005ead;
    color: #fff;
    height: 22px;
    padding-left: 5px;
}
#SelectWorkflowTypeWindowFormDiv .div_scope
{
    margin: 5px;
    border: 1px solid;
    font-size: 15px;
    min-height: 140px;
}
#SelectWorkflowTypeWindowFormDiv .img_close_button
{
    vertical-align: top;
    padding-left: 70px;
    width:21px;
    height:21px;
}
#SelectWorkflowTypeWindowFormDiv #TemplateType
{
    margin: 5px 5px 3px 5px;
}
#SelectWorkflowTypeWindowFormDiv #TemplateType label
{
    margin-bottom: 2px;
}
#SelectWorkflowTypeWindowFormDiv .cancel
{
    text-decoration: underline;
    color: blue;
    cursor: pointer;
    padding-right: 15px;
}
#SelectWorkflowTypeWindowFormDiv .go
{
    text-decoration: underline;
    color: blue;
    cursor: pointer;
    padding-right: 15px;
}

/**WorkflowTemplates**/
/*Attach.cshtml -- Control window*/
#Control-AttachDiv .k-textbox
{
    background-color: #f1f1f1 !important;
}
#Control-AttachDiv #file_upload_attach
{
    left: 0px;
    top: 0px;
    position: absolute;
}
#Control-AttachDiv #file_upload_attach-button
{
    background-repeat: no-repeat;
    background-position: center;
    background-color: #005ead !important;
}
#Control-AttachDiv #file_upload_attach-queue
{
    display: none;
}
#Control-AttachDiv .DivHiddenOverflow
{
    /*width: 260px;*/
}
#Control-AttachDiv .k-textbox
{
    /*width: 260px;*/
}
#Control-AttachDiv .UploadedByHiddenOverflow
{
    width: 110px !important;
}
/**Attach.cshtml -- Control window**/
/*Attach.cshtml -- Control Report window*/
#ControlReport-AttachDiv .k-textbox {
    background-color: #f1f1f1 !important;
}

#ControlReport-AttachDiv #file_upload_attach {
    left: 0px;
    top: 0px;
    position: absolute;
}

#ControlReport-AttachDiv #file_upload_attach-button {
    background-repeat: no-repeat;
    background-position: center;
    background-color: #005ead !important;
}

#ControlReport-AttachDiv #file_upload_attach-queue {
    display: none;
}

#ControlReport-AttachDiv .DivHiddenOverflow {
    /*width: 260px;*/
}

#ControlReport-AttachDiv .k-textbox {
    /*width: 260px;*/
}

#ControlReport-AttachDiv .UploadedByHiddenOverflow {
    width: 110px !important;
}
/**Attach.cshtml -- Control window**/
/**************Field****************/
.field_width_40
{
    width: 40px;
}
.field_width_100
{
    width: 100px;
}
.field_width_120
{
    width: 120px;
}
.field_width_140
{
    width: 140px;
}
.field_textarea_description
{
    min-height: 200px !important;
    width: 100%;
    border: 1px solid #c5c5c5;
    overflow-x: hidden;
    overflow-y: auto;
    /*background: #f1f1f1;*/
    background: #fff;
}
/**************Table****************/
.table_width_percent_100
{
    width: 100%;
}
/**************TD****************/
.td_lable_align_right
{
    text-align: right;
}
/**************Custom Button***************/
.c_button_default
{
    border-style: none;
    cursor: pointer;
}
.c_button_icon_left
{
    background-position: left;
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-size: 21px;
}
.c_button_create_finding
{
    background-image: url('/Content/images/createfinding.png');
    width: 166px;
    height: 28px;
    background-repeat:no-repeat;
    background-size: cover;
}
.c_button_lock
{
    background-image: url('/Content/images/lockforedit.png');
    width: 157px;
    height: 28px;
    display: none;
    background-repeat:no-repeat;
    background-size: cover;
}
.c_button_save
{
    background-image: url('/Content/images/control_row_save.png');
    width: 157px;
    height: 28px;
    display: none;
    
}
.c_button_cancel
{
    background-image: url('/Content/images/control_row_Cancel.png');
    width: 157px;
    height: 28px;
    display: none;
    
}
.c_button_reopen 
{
    width:157px;
    height: 28px;
    background-color: #005ead;
    color: #FFF;
    display: none;
}
.c_button_users_select
{
    position: absolute;
    height: 27px;
}
.c_button_users_select_readonly
{
    cursor: default;
}
.DateCreatedTemplate
{
    width: 120px;
    background-color: #F1F1F1 !important;
}
.FiscalYearDropDownTemplate
{
    background-color: #F1F1F1 !important;
}
.PeriodCoveredDateTemplate
{
    width: 120px !important;
    background-color: #F1F1F1 !important;
}
.PhaseStatusTemplate
{
    width: 120px;
    background-color: #F1F1F1 !important;
}
.StartEndDateTemplate 
{
    width: 120px;
    background-color: #F1F1F1 !important;
}
.SubPhaseStatusTemplate 
{
    width: 120px;
    background-color: #F1F1F1 !important;
}
.GridCurrentWorkFlowViewIcon
{
    text-align: center;
    padding-left: 10px;
    line-height: 1em;
}
.Label_fontColor
{
    color: White !important;
}
.CurrentTaskAttach_With
{
    width: 400px;
}
.CurrentTaskAttach_Link
{
    cursor: text;
    cursor: text;
    text-decoration: none;
}
.CurrentTaskAttach_dele
{
    float: right;
    color: black;
    text-decoration: none;
}
.TestTypeTemplate
{
    background-color: #f1f1f1 !important;
}
.TemplateGrid-header-scroll
{
    padding-right: 0px !important;
    background-color: rgb(6, 2, 82) !important;
    background-image: url('~/Content/textures/highlight.png') !important;
}
.TemplateGrid-header-wrap-scroll
{
    border-right-color: rgb(6, 2, 82) !important;
}
.TemplateGrid-content-scroll
{
    max-height: 300px;
    overflow-y: auto !important;
}
#worklogNoRecordDiv
{
    margin-left: 5px;
    margin-top: 8px;
}
.float_ClearBoth
{
    clear: both;
}
.margin-top5
{
    margin-top: 5px;
}
/**************SystemRights page style**************/
#systemRightDiv #SystemRights td
{
    line-height: 1.2em;
    padding: 0.2em 0.3em 0.2em 0.3em;
    border-style: none;
}
#systemRightDiv #SystemRights td img
{
    vertical-align: middle;
    cursor: pointer;
}
#systemRightDiv #SystemRights .k-detail-cell
{
    padding: 0px;
}
#systemRightDiv .k-grid-header
{
    /*display: none !important;*/
}
#systemRightDiv .k-grid-content
{
    height: 230px !important;
    overflow-x: hidden !important;
}
.padding-right10
{
    padding-right: 10px;
}
.systemRightheader
{
    color: #fff;
    background: #005ead;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    line-height: normal !important;
}
.float_ClearBoth10
{
    height: 10px;
    overflow: hidden;
    clear: both;
}
.btnsave
{
    width: 90px;
	height: 30px;
	border-top-color: #c5c5c5;
	border-right-color: #c5c5c5;
	border-bottom-color: #c5c5c5;
	border-left-color: #c5c5c5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;    
}
.button_bottom
{
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.margin-top20
{
    margin-top: 20px;
}
.div_minheight500
{
    position: relative;
    min-height: 500px;
}
.div_minheight460
{
    min-height: 470px;
}

/********Control testing item attachment upload ********/

#TestItemDiv .add_attachfile .k-button
{
    background: url('/Content/images/attach_file.png') no-repeat center;
    width: 110px;
    height: 24px;
    border: 0;
    vertical-align: middle;
    border-style: none;
    cursor: pointer;
    border-radius: 0px;
}
#TestItemDiv .add_attachfile .k-upload .k-upload-button
{
    box-shadow: none;
    top: -2px;
}
#TestItemDiv .add_attachfile .k-upload-status
{
    display: none;
}
#TestItemDiv .add_attachfile .k-upload-files
{
    display: none;
}

#TestItemDiv .add_attachfile .k-widget
{
    height: 22px;
    vertical-align: bottom;
    border-width:0px;
}
#Tr_patternAfter #CustomDropDown_patternAfter .k-dropdown
{
    background-color: #f1f1f1 !important;
}

/****************EditSubRole.cshtml******************/
#rightsSplitterPanel .k-loading
{
    background-image: none;
}
#systemRightDiv .k-loading-mask .k-loading-image
{
    background-image: none;
}

/**********LocationsAndProcesses.cshtml**************/
#editSubRoleDiv #locationsAndProcessesTreeview > .k-group
{
    padding-top: 8px !important;
    padding-bottom: 10px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
}
#editSubRoleDiv #systemRightDiv
{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-left: 18px !important;
}
#editSubRoleDiv .input
{
    border: 1px solid #c5c5c5;
    background-color: #f1f1f1;
}
#editSubRoleDiv .input:disabled, #editSubRoleDiv .input:readonly
{
    background-color: #FFFFFF;
}
#locationsAndProcessesTreeview .k-i-expand, #locationsAndProcessesTreeview .k-i-collapse
{
    vertical-align: middle !important;
}
#locationsAndProcessesTreeview .k-in
{
    vertical-align: middle !important;
    line-height: normal !important;
}
#locationsAndProcessesTreeview .k-image, #locationsAndProcessesTreeview .k-sprite
{
    vertical-align: middle !important;
}
#editSubRoleDiv .roleScopeAndRightTitle
{
    text-align: center;
    background-color: #005ead;
    color: #fff;
    height: 30px;
    line-height: 30px;
}
#editSubRoleDiv .subRoleRightTitle_width
{
    width: 545px;
}
#editSubRoleDiv .subRoleRightTitleFull_width
{
    width: 920px;
}
/*************EditRole.cshtml*****************/

#editRoleDiv .field-validation-error
{
    position: absolute !important;
    z-index: 1;
    margin-left: -140px;
    margin-top: 24px;
}
#editRoleDiv .input
{
    border: 1px solid #c5c5c5;
    background-color: #f1f1f1;
}
#rightsSplitterPanel .k-splitter .k-scrollable
{
    overflow-y: hidden !important;
}

/***************WorkflowTemplateTasks.cshtml*****************/
#dvWorkflowTemplatesTasks .InsertTool
{
    background: url('/Content/images/icon_insert.png') no-repeat center;
    cursor: pointer;
    left: 40px;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 2px;
}

#dvWorkflowTemplatesTasks .ignite_color
{
    background-color: #F16522 !important;
}
#dvWorkflowTemplatesTasks .task_control_button
{
    height: 18px;
    border-width: 0px;
    vertical-align: middle;
}
/***************WorkflowTemplateTasks.cshtml*****************/
/***************WorkflowTemplateTasksEdit.cshtml*****************/
#dvTaskScope .input
{
    border: 1px solid #c5c5c5;
    background-color: #f1f1f1;
}
#dvTaskScope .disabled
{
    background-color: #FFFFFF !important;
}
#dvTaskScope .border
{
    border: 1px solid #c5c5c5;
}

#dvTaskScope .padding_0_15_0_2
{
    margin: 0px 15px 0px 2px;
}

#dvTaskScope .margin0_35_10_35
{
    margin: 0px 35px 10px 35px;
}

#dvTaskScope .k-dropdown
{
    background-color: #f1f1f1 !important;
}

#dvTaskScope .k-multiselect, #dvTaskScope .k-multiselect .k-input
{
    background-color: #f1f1f1;
}

#dvTaskScope .k-state-disabled > .k-multiselect, #dvTaskScope .k-state-disabled > .k-multiselect .k-input
{
    background-color: #f1f1f1;
}

#dvTaskScope .padding5
{
    padding: 5px !important;
}

#dvTaskScope .label
{
    margin-bottom: 3px;
}
#dvTaskScope .save_cancel_button
{
    cursor: pointer;
    height: 18px;
    border-width: 0px;
    vertical-align: middle;
}

#dvTaskScope .save_cancel_text
{
    text-decoration: underline;
    color: rgb(6, 2, 82);
    cursor: pointer;
    padding-right: 8px;
}

#dvTaskScope #taskNo_validationMessage
{
    position: absolute !important;
    z-index: 1;
    margin-left: -110px;
    margin-top: 25px;
}

#dvTaskScope #taskName_validationMessage
{
    position: absolute !important;
    z-index: 1;
    margin-left: -160px;
    margin-top: 25px;
}
/***************WorkflowTemplateTasksEdit.cshtml*****************/
#rightsSplitterPanel .k-splitter .k-scrollable
{
    overflow-y: hidden !important;
}

/*kendo editor css*/
.k-editor-toolbar
{
    white-space: inherit !important;
}
.k-editor .k-content 
{
    background: #f1f1f1 !important
}
.k-window .k-editor-dialog
{
    min-width: 630px !important;
}
.k-window .k-editor-dialog .k-button-wrapper
{
    margin-top: 5px !important;
    text-align: right !important;
}
.k-editor-colorpicker .k-colorpicker .k-picker-wrap
{
    line-height: normal !important;
}
.k-colorpicker .k-picker-wrap
{
    line-height:normal !important;
}    
.k-editor-toolbar li .k-select .k-icon
{
    line-height: inherit !important;
    vertical-align: baseline !important;
}
.k-editor-dialog .k-imagebrowser .k-button
{
    line-height: normal !important;
}
.k-editor-dialog .k-imagebrowser .k-toolbar .k-dropdown-wrap .k-input
{
    line-height: normal !important;
    height: auto !important;
}
.k-editor-dialog .k-imagebrowser .k-breadcrumbs-wrap .k-icon
{
    position: relative !important;
}
.k-editor-toolbar li .k-dropdown-wrap .k-input
{
    line-height: normal !important;
    height: auto !important;
}
.k-editor-dialog .editor-textarea-class
{
    padding: 2px 0px 2px 0px !important;
}
.k-editor-toolbar li .k-state-selected
{
    background-color: #28FF00 !important;
}
.k-ie .k-editor-toolbar li,.k-webkit .k-editor-toolbar li
{
    display:inline !important;
}
.k-animation-container .k-list-container .k-list .k-item span
{
    color: inherit !important;
}
#rightsSplitterPanel .k-splitter .k-scrollable
{
    overflow-y: hidden !important;
}
/**********************WorkflowTemplates.cshtml*************************/
.wf_template_window_icon
{
    background: url('/Content/images/controltesting_panel2.png') no-repeat;
    width: 25px;
    height: 21px;
    display: inline-block;
    margin-bottom: -4px;
}
/**********************WFTemplateDefinition.cshtml**********************/
#wfTemplateDefinitionDiv #typeDescription
{
    background-color: #FFFFFF;
}
#wfTemplateDefinitionDiv .input
{
    border: 1px solid #c5c5c5;
    background-color: #f1f1f1 !important;
}
#wfTemplateDefinitionDiv #templateID_validationMessage
{
    position: absolute !important;
    z-index: 1;
    margin-left: -110px;
    margin-top: 24px;
}
#wfTemplateDefinitionDiv #templateName_validationMessage
{
    position: absolute !important;
    z-index: 1;
    margin-left: -180px;
    margin-top: 24px;
}
.width425
{
    width: 425px;
}
/*********************SubmitOnObjectSavePopup.cshtml*******************/
#options, #donotShowAgain
{
    font-size: 13px;
}
#submitOnObjectSave #buttons .k-state-selected, .k-button:active, #submitOnObjectSave #buttons .k-draghandle.k-state-selected:hover
{
    background-color: #FFFFFF !important;
    border-color: #ffffff !important;
    color: #000000 !important;
}
/*****************ProcessTabStrip.cshtml*******************************/
.title_flags
{
    position: absolute;
    right: 3.6em;
    background-color: rgb(243, 243, 244);
}
.flag_itemStatus
{
    margin-left: 5px;
    background-color: #ff6300;
    color: #ffffff;
    height: 25px;
    padding-right: 20px;
    padding-left: 20px;
}
.muted_itemStatus
{
    margin-left: 5px;
    margin-right: 5px;
    background-color: #d9d900;
    color: #ffffff;
    height: 25px;
    padding-right: 20px;
    padding-left: 20px;
}
.workflowItemStatus
{
    height: 25px;
    line-height: 25px;
    background-color: #ff6300;
    color: #fff;
    margin-left: 10px;
    padding: 0px 10px 0px 10px;
    white-space: nowrap;
}
.tagGrayStatus {
    height: 25px;
    line-height: 25px;
    color: #fff;
    margin-left: 10px;
    padding: 0px 10px 0px 10px;
    white-space: nowrap;
}
.workflowMasterItemStatus
{
    height: 25px;
    line-height: 25px;
    background-color: #FF0000;
    color: #fff;
    margin-left: 10px;
    margin-right: -10px;
    padding: 0px 10px 0px 10px;
    white-space: nowrap;
}
.workflowMasterItemStatus_Control
{
    height: 25px;
    line-height: 25px;
    background-color: #FF0000;
    color: #fff;
    margin-right: -10px;
    padding: 0px 10px 0px 10px;
    white-space: nowrap;
}
.workflow_master_status_control
{
    height: 25px;
    line-height: 25px;
    background-color: #FF0000;
    color: #fff;
    padding: 0px 10px 0px 10px;
    white-space: nowrap;
}
.workflow_master_status
{
    height: 25px;
    line-height: 25px;
    background-color: #FF0000;
    color: #fff;
    margin-left: 10px;
    padding: 0px 10px 0px 10px;
    white-space: nowrap;
}
.workflow_status
{
    height: 25px;
    line-height: 25px;
    background-color: #2828ff;
    color: #fff;
    padding: 0px 10px 0px 10px;
    white-space: nowrap;
}
.workflow_status_rejected {
    color: #fff;
    background-color: #22b14d !important;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 12px;
    margin-left: unset !important;
    height: 24px !important;
    line-height: 25px;
    color: #fff;
    padding: 3px 10px 3px 10px;
    white-space: nowrap;
}
.workflow_master_sub_status
{
    height: 25px;
    line-height: 25px;
    background-color: #2828ff;
    color: #fff;
    margin-left: 10px;
    padding: 0px 10px 0px 10px;
    white-space: nowrap;
}
.approveAndUndoDiv_background
{
    float: left;
    color: #005ead;
}

.approveAndUndoDiv_background #taskOwnerPopupDiv
{
    padding: 5px;
    width: 300px;
    position: absolute;
    background-color: #fff;
    top: -265px;
    left: 70px;
    border: 1px solid rgba(82,90,104,0.2);
    z-index: 99999;
}
.approveAndUndoDiv_background #findingTaskOwnerPopupDiv
{
    padding: 5px;
    width: 300px;
    position: absolute;
    background-color: #fff;
    top: -265px;
    left: 70px;
    border: 1px solid rgba(82,90,104,0.2);
    z-index: 99999;
}

/***************WorkflowTemplate.cshtml****************/
#wfTemplate > .k-item > .k-content, #wfTemplate_Finding > .k-item > .k-content, #wfTemplate_ControlTest > .k-item > .k-content
{
    border-right: 1px solid #c5c5c5 !important;
    border-left: 1px solid #c5c5c5 !important;
    border-bottom: 1px solid #c5c5c5 !important;
}
#wfTemplate > .k-item > .k-link, #wfTemplate_Finding > .k-item > .k-link,#wfTemplate_ControlTest > .k-item > .k-link
{
    -moz-border-radius: 0px !important; /* Gecko browsers */
    -webkit-border-radius: 0px !important; /* Webkit browsers */
    border-radius: 0px !important; /* W3C syntax */
}
/***************WorkflowTemplate.cshtml****************/
.blueinput
{
    border: 1px solid #c5c5c5;
    background-color: #f1f1f1;
}

/***Edit***/
#editSubRoleDiv .input
{
    border: 1px solid #c5c5c5;
    background-color: #f1f1f1;
}
.manuallyinput
{
    border: 1px solid #c5c5c5;
    background-color: #f1f1f1;
}
/***Criteria**/
#divEditObjectWFCriteria .input:disabled, #divEditObjectWFCriteria .input:readonly
{
    background-color: #FFFFFF;
}
#divEditObjectWFCriteria #ControlStructureElementTreeview .k-i-expand, #divEditObjectWFCriteria #ControlStructureElementTreeview .k-i-collapse
{
    vertical-align: middle !important;
}
#divEditObjectWFCriteria #ControlStructureElementTreeview .k-in
{
    vertical-align: middle !important;
    line-height: normal !important;
}
#divEditObjectWFCriteria #ControlStructureElementTreeview .k-image, #divEditObjectWFCriteria #ControlStructureElementTreeview .k-sprite
{
    vertical-align: middle !important;
}


/************************TreeView Style*******************************/
#ControlStructureElementTreeview .k-checkbox-label 
{
    display: none;
}
#ControlStructureElementTreeview .k-i-collapse
{
    background: url("images/icon_minus.png") center center !important;
}
#ControlStructureElementTreeview .k-i-expand
{
    background: url("images/icon_plus.png") center center !important;
}
#ControlStructureElementTreeview .k-state-hover, #ControlStructureElementTreeview .k-state-hover:hover
{
    border-style: none !important;
    background: none !important;
    background-color: #fff !important;
    color: #515967 !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
#ControlStructureElementTreeview .k-state-selected, #ControlStructureElementTreeview .k-list .k-state-selected:link, #ControlStructureElementTreeview .k-list .k-state-focused
{
    border-style: none !important;
    background: none !important;
    background-color: #fff !important;
    color: #515967 !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
#ControlStructureElementTreeview .k-in.k-state-hover, #ControlStructureElementTreeview .k-in.k-state-selected, #ControlStructureElementTreeview .k-in.k-state-focused
{
    padding: 2px 4px 2px 5px !important;
}
#ControlStructureElementTreeview .k-in.k-state-focused
{
    border-style: none !important;
}

#ControlStructureElementTreeview .k-in .k-image
{
    width: 19px;
    height: 19px;
    cursor: pointer;
}
#ControlStructureElementTreeview
{
    height: 100% !important;
}
/*****//***Criteria**/
.hyperlink
{
    cursor: pointer !important;
    text-decoration: underline !important;
    color: Blue !important;
}
#divControlElementTree
{
    margin: 0px 10px 0px 10px;
}
.padding-right15
{
    padding-right: 15px;
}
#divCriteriaDetail #Name_validationMessage
{
    margin-left: -152px;
}
#gridWFCriteria
{
    margin: 0px 10px 0px 10px;
}
/*****//***Criteria**/
.hyperlinkGrey
{
    cursor: pointer !important;
    text-decoration: underline !important;
    color: Gray !important;
}
.margin-top10
{
    margin-top: 10px;
}
/*****************MultipleWFTickets.cshtml******************/


#MultipleWFTicketsBtns .save_cancel_text
{
    text-decoration: underline;
    color: rgb(6, 2, 82);
    cursor: pointer;
    padding-right: 8px;
}
/*****************TempTicketCurrentTask*********************/
div[id^='TempTicketCurrentTaskDiv_'] .k-widget
{
    background-color: White;
    border: 0px solid white;
}
div[id^='TempTicketCurrentTaskDiv_'] .k-file
{
    height: 25px;
    border: 1px solid grey;
}
div[id^='TempTicketCurrentTaskDiv_'] .k-file > .k-filename
{
    margin-left: 0px;
    margin-top: 5px;
}
div[id^='TempTicketCurrentTaskDiv_'] .k-upload-files
{
    width: 300px;
    line-height: 1;
}
div[id^='TempTicketCurrentTaskDiv_'] .k-file > .k-icon
{
    display: none;
}
div[id^='TempTicketCurrentTaskDiv_'] .k-button {
    background-color: grey;
    color: black;
    margin-right: 40px;
    width: 120px;
    border-color: Blue;
    border-radius: 0px !important;
    line-height: 24px;
    font-family: WorkSansNeue, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
}

div[id^='TempTicketCurrentTaskDiv_'] .add_attachfile .k-dropzone
{
    padding: 0px;
}
div[id^='TempTicketCurrentTaskDiv_'] .add_attachfile .k-dropzone em
{
    display: none;
}
div[id^='TempTicketCurrentTaskDiv_'] .add_attachfile .k-upload .k-upload-button
{
    box-shadow: none;
    top: -2px;
}
div[id^='TempTicketCurrentTaskDiv_'] .add_attachfile .k-upload-status
{
    display: none;
}
div[id^='TempTicketCurrentTaskDiv_'] .add_attachfile .k-upload-files
{
    display: none;
}
div[id^='TempTicketCurrentTaskDiv_'] textarea:disabled
{
    background-color: #FFFFFF;
}
div[id^='TempTicketCurrentTaskDiv_'] textarea
{
    border: 1px solid #c5c5c5;
    background-color: #f1f1f1;
}
div[id^='attachdiv_template_'] div[id^='attach-'] a
{
    color: Blue;
    text-decoration: underline;
}

/****************TempTicketRouting.cshtml************/
div[id^='dvTempTicketTasks_template_'] .task_owner_error_flag
{
    font-size: 16px;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
    background-color: #ff6300;
}
div[id^='dvTempTicketTasks_template_'] .InsertTool
{
    background: url('/Content/images/icon_insert.png') no-repeat center;
    cursor: pointer;
    left: 40px;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 2px;
}


#div[id^='dvTempTicketTasks_template_'] .task_control_button
{
    height: 18px;
    border-width: 0px;
    vertical-align: middle;
}
/****************TempTicketRoutingTaskEdit.cshtml************/
div[id^='dvTaskScope_template_'] .input
{
    border: 1px solid #c5c5c5;
    background-color: #f1f1f1;
}
div[id^='dvTaskScope_template_'] .disabled
{
    background-color: #FFFFFF !important;
}
div[id^='dvTaskScope_template_'] .border
{
    border: 1px solid #c5c5c5;
}

div[id^='dvTaskScope_template_'] .padding_0_15_0_2
{
    margin: 0px 15px 0px 2px;
}

div[id^='dvTaskScope_template_'] .margin0_35_10_35
{
    margin: 0px 35px 10px 35px;
}

div[id^='dvTaskScope_template_'] .k-dropdown
{
    background-color: #f1f1f1 !important;
}

div[id^='dvTaskScope_template_'] .k-multiselect, div[id^='dvTaskScope_template_'] .k-multiselect .k-input
{
    background-color: #f1f1f1;
}

div[id^='dvTaskScope_template_'] .k-state-disabled > .k-multiselect, div[id^='dvTaskScope_template_'] .k-state-disabled > .k-multiselect .k-input
{
    background-color: #E1E1E1;
}

div[id^='dvTaskScope_template_'] .padding5
{
    padding: 5px !important;
}

div[id^='dvTaskScope_template_'] .label
{
    margin-bottom: 3px;
}
div[id^='dvTaskScope_template_'] .save_cancel_button
{
    cursor: pointer;
    height: 18px;
    border-width: 0px;
    vertical-align: middle;
}

div[id^='dvTaskScope_template_'] .save_cancel_text
{
    text-decoration: underline;
    color: rgb(6, 2, 82);
    cursor: pointer;
    padding-right: 8px;
}

div[id^='dvTaskScope_template_'] span[id^='taskNo_template_'][id$='_validationMessage']
{
    position: absolute !important;
    z-index: 1;
    margin-left: -110px;
    margin-top: 25px;
}

div[id^='dvTaskScope_template_'] span[id^='taskName_template_'][id$='_validationMessage']
{
    position: absolute !important;
    z-index: 1;
    margin-left: -160px;
    margin-top: 25px;
}
/****************TempTicket.cshtml******************/
div[id^='ticketTabs_template_'] .k-tabstrip .k-content
{
    min-height: 400px;
}
#ObjectWFRejectDiv #CustomDropDown_TaskIDOfTaskOwner .k-dropdown
{
    background-color: #f1f1f1 !important;
}
#ObjectWFRejectDiv textarea
{
    width: 98.5% !important;
    overflow: auto !important;
    border: 1px solid #c5c5c5;
    background-color: #f1f1f1 !important;
}

.autolinefeed
{
    table-layout: fixed;
    word-wrap: break-word;
    word-break: break-all;
}

#divLocationProcessTree #locationsAndProcessesTreeview > .k-group
{
    padding-bottom: 10px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.display_inline_block
{
    display: inline-block;
}
.height330
{
    height: 330px;
}
.height300
{
    height: 300px;
}

#TreeDropDownViewDiv_processOwnerTree .TreeDropDownText_Input, #TreeDropDownViewDiv_subProcessOwnerTree .TreeDropDownText_Input, #TreeDropDownViewDiv_controlOwnerTree .TreeDropDownText_Input, #TreeDropDownViewDiv_ControlName .TreeDropDownText_Input
{
    min-height: 1.3em !important;
    background-position-x: 98%;
}
#TreeDropDownViewDiv_processOwnerTree .TreeDropDownList, #TreeDropDownViewDiv_subProcessOwnerTree .TreeDropDownList,  #TreeDropDownViewDiv_controlOwnerTree .TreeDropDownList
{    
    background-color: rgb(243, 243, 244) !important;
}
#Grid_MitigatingControls .k-dropdown
{
    display:block !important;
}
#Grid_MitigatingControls .k-dropdown-wrap
{
    height:22px !important;
}
#Grid_MitigatingControls #Comment
{ 
    display:block !important;
}
#controlForm #CustomDropDown_frequency, #controlForm #CustomDropDown_significance
{
    position: relative;
    z-index: 1;
}

#CustomDropDown_rejectToTaskID, #CustomDropDown_rejectToTaskID #CustomDropDownOptions
{
    display: inline;
}
.Font_Size22
{
    font-size: 22px;
}
#finging_wfTemplateAssignDiv
{
    padding-left:10px;
} 
#finging_wfTemplateAssignDiv .label2
{
    width:30px !important;
}
#finging_wfTemplateAssignDiv .label0
{
    width:45px !important;
}
#findingWorkflowCriteriaDiv .k-multiselect
{
    background-color: #F1F1F1 !important;
}
#findingWorkflowCriteriaDiv #CustomDropDown_Drop_Crit_impactIs .k-dropdown-wrap
{
    border: 0px !important;
}
#findingWorkflowCriteriaDiv #CustomDropDown_Drop_Crit_impactIs
{
    width: 120px;
    border: 1px solid #c5c5c5;
    background-color: #F1F1F1 !important;
}
#findingWorkflowCriteriaDiv #CustomDropDown_Drop_Crit_impactIs #CustomDropDownOptions .k-dropdown-wrap .k-input
{
    line-height: 15px !important;
}
#findingWorkflowCriteriaDiv #Txt_Crit_ImpactValue
{
    text-align:right;
    margin-left: 15px;
    width: 150px;
    border: 1px solid #c5c5c5;
    background-color: #F1F1F1 !important;
}
.lockImageIcon
{
    border-style: none;position:absolute; float:left; width:12px;height:15px; margin:5px 0px 5px 0px;
}
.unlockImageIcon
{
    display:none;
}
/***************WorkflowTemplateTasks.cshtml*****************/
#dvFindingWorkflowTemplatesTasks .InsertTool
{
    background: url('/Content/images/icon_insert.png') no-repeat center;
    cursor: pointer;
    left: 32px;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 2px;
}

#dvFindingWorkflowTemplatesTasks div[id^="SubFindingPhaseTasks_"] > table
{
    table-layout: fixed;
}

#dvFindingWorkflowTemplatesTasks .td_word_break
{
    word-break: break-all;
}

div[id^="CustomDropDown_TemplateTaskScopeTaskType_template_"]
{
    border: 1px solid #c5c5c5;
    background-color: #F1F1F1 !important;
}

div[id^="CustomDropDown_TemplateTaskScopeTaskType_template_"] .k-dropdown-wrap
{
   border: 0px !important
}
#FindingsDiv .actionScopeTop
{
    padding-left: 930px;
    margin-bottom: 10px;
}
#FindingsDiv .actionScopeBottom
{
    padding-left: 930px;
    margin-top: 10px;
}
#FindingsDiv .go
{
    text-decoration: underline;
    color: Blue;
    cursor: pointer;
}
#IssueWFRejectDiv #CustomDropDown_TaskIDOfTaskOwner .k-dropdown
{
    background-color: #f1f1f1 !important;
}
#IssueWFRejectDiv textarea
{
    width: 98.5% !important;
    overflow: auto !important;
    border: 1px solid #c5c5c5;
    background-color: #f1f1f1 !important;
}
#ControlTestWFRejectDiv #CustomDropDown_TaskIDOfTaskOwner .k-dropdown
{
    background-color: #f1f1f1 !important;
}
#ControlTestWFRejectDiv textarea
{
    width: 98.5% !important;
    overflow: auto !important;
    border: 1px solid #c5c5c5;
    background-color: #f1f1f1 !important;
}

/**********************ControlTestWFCriteria.cshtml******************************/
#controlTest_ControlElementsDetail,#controlTest_ProcessesDetail
{
    border: 1px solid #c5c5c5;
}
#ControlTestWFCriteriaDetailDiv input
{
    border: 1px solid #c5c5c5;
    background-color: #f1f1f1;
}
#ControlTestWFCriteriaDetailDiv .k-dropdown
{
    background-color: #f1f1f1 !important;
}
#frequencyMultiSelect .k-multiselect
{
     width:272px;
}
#frequencyMultiSelect .k-multiselect
{
    width:272px;
    background-color:#f1f1f1 !important;
}
#significanceMultiSelect .k-multiselect
{
    width: 280px;
    background-color: #f1f1f1 !important;
}
#significanceMultiSelect .k-multiselect
{
    width:280px;
    background-color:#f1f1f1 !important;
}

#controlTest_ControlElements_Panel img
{
    cursor: pointer !important;
}
#ControlTestWFCriteriaDetailDiv #criteriaName_validationMessage
{
    position: absolute !important;
    z-index: 1;
    margin-left: -190px;
}
#controlTest_ProcessesDetail
{
    height:200px;
    overflow:auto;
}

/****************TestingTeamsAndScheduling.cshtml*************************/
#testingTeamAndScheduling .k-grid .k-textbox
{
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    height: 25px !important;
    padding: 2px 1px 2px 1px !important;
    line-height: 18px !important;
    background-color: #f1f1f1 !important;
}
#testingTeamAndScheduling .k-grid .k-header
{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    line-height: normal !important;
    color:#fff;
}
#testingTeamAndScheduling .k-grid .k-input
{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    line-height: normal !important;
    height: 23px !important;
}
#testingTeamAndScheduling .k-picker-wrap .k-select
{
    min-height: 0px !important;
}
#testingTeamAndScheduling .InsertTool
{
    background: url('/Content/images/icon_insert.png') no-repeat center;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display :inline-block;
    top:0px;
    position:absolute;
}
#testingTeamAndScheduling .RefreshTool
{
    background: url('/Content/images/Refresh_icon24.png') no-repeat center;
    cursor: pointer;
    width: 20px;
    height: 20px;
    top:0px;
    position:absolute;
    margin-left:22px;
    display: none;
}
#testingTeamAndScheduling .k-grid-toolbar
{
    display: none;
}
.EngagementDateTemplate
{
    width: 115px !important;
    background-color: #f1f1f1 !important;
}
#testingTeamAndScheduling .k-multiselect,#testingTeamAndScheduling .k-multiselect 
{
    background-color: #f1f1f1 !important;
}
#testingTeamAndScheduling .teamNameDiv
{
    width: 90px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#testingTeamAndScheduling .userNameDiv
{
    width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#testingTeamAndScheduling .testingMembersTemplate
{
    position:inherit !important;
    background-color: #f1f1f1 !important;
}
#memberRoles_taglist .k-button,#WFTemplateIDs_taglist .k-button
{
    color:#fff !important;
    margin-top: 3px !important;
}
#testingTeams td
{
    /*padding-left:0.3em !important;
    padding-right:0.3em !important;*/
}
.left_80
{
    left:80px;
}
/*LocAttach.cshtml*/
#Location-AttachDiv .k-textbox
{
    background-color: #f1f1f1 !important;
}
#Location-AttachDiv #loc_file_upload_attach
{
    left: 0px;
    top: 0px;
    position: absolute;
}
#Location-AttachDiv #loc_file_upload_attach-button
{
    background-repeat: no-repeat;
    background-position: center;
    background-color: #005ead !important;
}
#Location-AttachDiv #loc_file_upload_attach-queue
{
    display: none;
}
/**LocAttach.cshtml**/
#SelectAddProcessTypeWindowFormDiv, #SelectAddControlReportTypeWindowFormDiv, #PopupAddFindingDivId, #PopupAddFindingDivIdLS, 
#SelectAddControlSystemTypeWindowFormDiv {
    width: 0px;
    border: 1px solid;
    vertical-align: middle;
    position: absolute;
    top: 35px;
    left: calc(100vw - 570px);
    background-color: #fff;
    height: 200px;
    padding-top: 3px;
    z-index: 1000000;
    display: none;
}
    #SelectAddProcessTypeWindowFormDiv .span_title, #SelectAddControlReportTypeWindowFormDiv .span_title, #PopupAddFindingDivId .span_title, #PopupAddFindingDivIdLS .span_title,
    #SelectAddControlSystemTypeWindowFormDiv .span_title, #PopupAddFindingDivId .span_title {
        vertical-align: top;
        padding-left: 5px;
    }
    #SelectAddProcessTypeWindowFormDiv .div_title, #SelectAddControlReportTypeWindowFormDiv .div_title, #PopupAddFindingDivId .div_title, #PopupAddFindingDivIdLS .div_title,
    #SelectAddControlSystemTypeWindowFormDiv .div_title {
        background-color: #060252;
        color: #fff;
        height: 22px;
        padding-left: 5px;
    }
    #SelectAddProcessTypeWindowFormDiv .div_scope, #SelectAddControlReportTypeWindowFormDiv .div_scope, #PopupAddFindingDivId .div_scope, #PopupAddFindingDivIdLS .div_scope,
    #SelectAddControlSystemTypeWindowFormDiv .div_scope {
        margin: 5px;
        border: 1px solid;
        font-size: 15px;
        min-height: 140px;
    }
    #SelectAddProcessTypeWindowFormDiv .img_close_button, #SelectAddControlReportTypeWindowFormDiv .img_close_button, #PopupAddFindingDivId .img_close_button, #PopupAddFindingDivIdLS .img_close_button,
    #SelectAddControlSystemTypeWindowFormDiv .img_close_button {
        vertical-align: top;
        padding-left: 70px;
    }
    #SelectAddProcessTypeWindowFormDiv #TemplateType, #SelectAddControlReportTypeWindowFormDiv #TemplateType, #PopupAddFindingDivId #TemplateType, #PopupAddFindingDivIdLS #TemplateType,
    #SelectAddControlSystemTypeWindowFormDiv #TemplateType {
        margin: 5px 5px 3px 5px;
    }
    #SelectAddProcessTypeWindowFormDiv #TemplateType label, #SelectAddControlReportTypeWindowFormDiv #TemplateType label, #PopupAddFindingDivId #TemplateType label, #PopupAddFindingDivIdLS #TemplateType label,
    #SelectAddControlSystemTypeWindowFormDiv #TemplateType label {
        margin-bottom: 2px;
    }
    #SelectAddProcessTypeWindowFormDiv .cancel, #SelectAddControlReportTypeWindowFormDiv .cancel, #PopupAddFindingDivId .cancel, #PopupAddFindingDivIdLS .cancel,
    #SelectAddControlSystemTypeWindowFormDiv .cancel {
        text-decoration: underline;
        color: blue;
        cursor: pointer;
        padding-right: 15px;
    }
    #SelectAddProcessTypeWindowFormDiv .go, #SelectAddControlReportTypeWindowFormDiv .go, #PopupAddFindingDivId .go, #PopupAddFindingDivIdLS .go,
    #SelectAddControlSystemTypeWindowFormDiv .go {
        text-decoration: underline;
        color: blue;
        cursor: pointer;
        padding-right: 15px;
    }
/************************AssignControlTests.cshtml******************************/
#assignControlTestsDiv #assignControlTestsTitle
{
    background-color: rgb(6, 2, 82);
    font-size: large;
    color: White;
    padding: 5px 5px 5px 5px;
    line-height: normal;
}
.assignSelectedTestsBtn
{
    float: right;
    border-style: none;
    cursor: pointer;
    width: 229px;
    height: 28px;
    background-image: url('/Content/images/assign_selected_tests.jpg');
    background-repeat:no-repeat;
    background-size: cover;
}
#assignControlTestsDiv .headTemplateDiv
{
    height: 20px;
    margin: auto;
}
#assignControlTestsDiv .headTemplateImg
{
    cursor: pointer;
    height: 20px;
    border: 0px;
}
#assignControlTestsDiv .gridscope
{
    cursor: pointer;
    height: 20px;
}
#assignControlTestsDiv .k-grid .k-grid-pager .k-link
{
    border-left-width: 1px !important;
    border-right-width: 1px !important;
    border-top-left-radius: 13px !important;
    border-top-right-radius: 13px !important;
    border-bottom-left-radius: 13px !important;
    border-bottom-right-radius: 13px !important;
}
#subPhasePanelBar .k-panelbar #assignControlTestsDiv li
{
    border-left: 0px solid !important;
    border-right: 0px solid !important;
}
.assignControlTestsGrid
{
    overflow-x:hidden;
    overflow-y:auto;
    height: 200px;
}

#controlsExplorerPanelBar .title_white
{
    padding-right: 35px;
    color: #005ead !important;
}
#ProcessTabStrip #LocalizationDiv .k-content
{
    min-height: 420px !important;
}
#DiagramTabStrip #LocalizationDiv .k-content {
    min-height: 420px !important;
}
#SubProcessTabStrip #LocalizationDiv .k-content
{
    min-height: 420px !important;
}
#risktabstrip #LocalizationDiv .k-content
{
    min-height: 420px !important;
}
#objectivetabstrip #LocalizationDiv .k-content
{
    min-height: 420px !important;
}
#controltabstrip #LocalizationDiv .k-content
{
    min-height: 535px !important;
}
/************************Location******************************/
#LocationTreeview {
    overflow : hidden;
}

#LocationTreeview .add-link {
    width: 16px;
    height: 14px;
    background: transparent url("/Content/images/tree_add.png") no-repeat 50% 50%;
    overflow: hidden;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    margin: 7px 0 0 3px;
    -webkit-border-radius: 5px;
    -mox-border-radius: 5px;
    border-radius: 5px;
}
#LocationTreeview.k-treeview .k-state-selected.k-in,#LocationTreeview.k-treeview .k-state-hover.k-in,#LocationTreeview.k-treeview .k-state-focused.k-in,#LocationTreeview.k-treeview span.k-in
{
    padding:2px 4px 2px 5px;
    border:0 none;
}
#LocationTreeview.k-treeview .k-i-collapse
{
    background: url("/Content/images/tree_minus.png") no-repeat scroll center center rgba(0, 0, 0, 0) !important;
}
#LocationTreeview.k-treeview .k-i-expand
{
    background: url("/Content/images/tree_plus.png") no-repeat scroll center center rgba(0, 0, 0, 0) !important;
}
#LocationTreeview.k-treeview .k-state-selected,#LocationTreeview.k-treeview .k-list .k-state-selected:link,#LocationTreeview.k-treeview .k-list .k-state-focused
{
    background: none repeat scroll 0 0 #cccccc !important;
    border-radius: 0 !important;
    border-style: none !important;
    color: #FFFFFF !important;
}
#LocationStructureVerticalSplitter .k-tabstrip .k-content
{
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    min-height:270px;
}
#LocAttachGrid .DivHiddenOverflow
{
    width:120px;
}
#dvLocationTabStrip
{
    margin-left:8px;
}
#LocationName
{
    border: 1px solid #dbdbde;
}
.k-grid-header .k-header > .k-link
{
    /*overflow:visible !important;*/
}
#CustomDropDown_AddProcessDropDown .k-dropdown, #SelectAddProcessTypeWindowFormDiv .k-dropdown, #PopupAddFindingDivId .k-dropdown, #PopupAddFindingDivIdLS .k-dropdown {
    margin: 3px 0 0 3px !important;
}
/*********************************************************/
#multiProcessDropDown-list .k-state-selected, #multiControlReportDataDropDown-list .k-state-selected
{
    background: none !important;
    border-color: transparent !important;
    color:inherit !important;
}
#controlTestPopDIV #taskOwnerPopupDiv
{
    padding: 5px;
    width: 300px;
    position: absolute;
    background-color: #fff;
    top: -270px;
    border: 1px solid rgba(82,90,104,0.2);
    z-index: 99999;
}
#dvControlTestingList .k-grid table
{
	table-layout:fixed;
}
#FindingsDiv .k-grid table
{
	table-layout:fixed;
}
.k-filter-menu .k-button:focus,.k-filter-menu .k-button.k-state-focused
{
    background-image:none, linear-gradient(rgb(70, 156, 211) 0px, rgb(27, 133, 200) 100%) !important;
    background-color:rgb(25, 132, 200) !important;
    color: #fff !important;
}

.k-textbox
{
    box-sizing:border-box !important;
    background: #f1f1f1 !important;
}
.locationCheckbox
{
    width:19px;
    height:19px;
}
.processLocationCheckbox
{
    width:16px;
    height:16px;
    margin-bottom:-3px;
}
#MSAndLSTreeViewDiv
{
    height:250px;
    padding:10px;
    overflow:auto;
    border:1px solid #c5c5c5;
}
#MasterStructureTreeview,#LocationAndProcessTreeview
{
    overflow:visible !important;
}


/************************LocationSubscriptionsImpact.cshtml*******************************/
#MultipleLocationsDiv .k-grid td[role='gridcell']
{
    border-width: 0 0 0 0 !important;
}

/************************TreeView Style*******************************/
#MSAndLSTreeViewDiv .k-i-collapse
{
    background: url("images/icon_minus.png") center center !important;
}
#MSAndLSTreeViewDiv .k-i-expand
{
    background: url("images/icon_plus.png") center center !important;
}
#MSAndLSTreeViewDiv .k-state-hover, #MSAndLSTreeViewDiv .k-state-hover:hover
{
    border-style: none !important;
    background: none !important;
    background-color: #fff !important;
    color: #515967 !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
#MSAndLSTreeViewDiv .k-state-selected, #MSAndLSTreeViewDiv .k-list .k-state-selected:link, #MSAndLSTreeViewDiv .k-list .k-state-focused
{
    border-style: none !important;
    background: none !important;
    background-color: #fff !important;
    color: #515967 !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
#MSAndLSTreeViewDiv .k-in.k-state-hover, #MSAndLSTreeViewDiv .k-in.k-state-selected, #MSAndLSTreeViewDiv .k-in.k-state-focused
{
    padding: 2px 4px 2px 5px !important;
}
#MSAndLSTreeViewDiv .k-in.k-state-focused
{
    border-style: none !important;
}
#MSAndLSTreeViewDiv .locationCheckbox
{
    cursor: pointer;
}
.Tree_DropDown_View_Div .k-i-collapse
{
    background: url("images/icon_minus.png") center center !important;
}
.Tree_DropDown_View_Div .k-i-expand
{
    background: url("images/icon_plus.png") center center !important;
}
.Tree_DropDown_View_Div .k-state-hover, .Tree_DropDown_View_Div .k-state-hover:hover
{
    border-style: none !important;
    background: none !important;
    background-color: #fff !important;
    color: #515967 !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.Tree_DropDown_View_Div .k-state-selected, .Tree_DropDown_View_Div .k-list .k-state-selected:link, .Tree_DropDown_View_Div .k-list .k-state-focused
{
    border-style: none !important;
    background: none !important;
    background-color: #fff !important;
    color: #515967 !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.Tree_DropDown_View_Div .k-in.k-state-hover, .Tree_DropDown_View_Div .k-in.k-state-selected, .Tree_DropDown_View_Div .k-in.k-state-focused
{
    padding: 2px 4px 2px 5px !important;
}
.Tree_DropDown_View_Div .k-in.k-state-focused
{
    border-style: none !important;
}
.Tree_DropDown_View_Div .locationCheckbox
{
    cursor: pointer;
}
#location_validationMessage
{
    margin-left:0px !important;
}
#TreeDropDownViewDiv_locationTree
{
	float:left;
}
#LocationSubscriptionsImpactWindow
{
	height:95% !important;
}
#ImpactTabStrip.k-tabstrip .k-content
{
	min-height:380px;
}
#TreeView_locations.TreeDropDownList li
{
	border:0 none !important;
}
.padding_bottom5
{
    padding-bottom: 5px;
}
.padding_bottom15
{
    padding-bottom: 15px;
}
.NoneOwningSubprocessControl td
{
    color: #c0c0c0 !important;
}
#OwningSubprocess_validationMessage
{
     margin-left:0px !important;
     margin-top:0px !important;
}

.k-treeview span.k-in {
    padding: 2px 4px 2px 5px !important;
    border: 0 none !important;
}

.loginPage .login_forgetpassword_td
{
   vertical-align: bottom;
   text-align: right;
}

.loginPage .login_forgetpassword_td a
{
    text-decoration:underline;
    font-size:13px;
}

.loginPage .table_width
{
    width:420px;
}

.pad_left_95
{
   padding-left:95px;
}

.pad_left_80
{
   padding-left:80px;
}

.pad_left_110
{
   padding-left:110px;
}

.pad_left_120
{
   padding-left:120px;
}

/************************EditDescription.cshtml*******************************/
.borderDiv
{
    border: 1px solid #c5c5c5 !important;
    min-height: 480px;
}
.editor_table
{
    width: 100%;
    border-collapse: collapse;
    border: none;
	table-layout: fixed;
}
.editor_td
{
    border: dotted grey 1px;
}

.CommonLinkStyle:link{color:Blue;text-decoration:underline;}
.CommonLinkStyle:visited{color:Purple;text-decoration:underline;}
.CommonLinkStyle:active{color:Red; text-decoration:underline;}
.CommonLinkStyle:hover{color:#99CCFF;text-decoration:underline;}


.warn {
	color:Red;
}
#CustomDropDown_Client .k-dropdown-wrap {
 border-color: #b5b5b5 !important;
 height: 24px !important;
}

#GridInstanceList .k-grid-toolbar
{
    padding:0px !important;
}

#GridInstanceList .k-header
{
    color:White !important;
}

.SuperUserDropListTemplate
{
    width: 250px !important;
    background-color: #f1f1f1 !important;
}
.StaticsLink {
	text-decoration:underline;
	cursor: pointer;
}
.chart {
	float: left;
	margin-left: 40px;
	padding-left:40px;
}
#ManageDatabase .k-button,#restoreList .k-button
{
    background-color: #005ead;
    color: #fff;
}
#ManageDatabase .disabled
{ 
    background-color: #c5c5c5;
    color: #fff;
}
#pivotTableHeader 
{
	text-align:right;
	height: 30px;
}
#pivotTableHeader .Export
{
    text-decoration: underline;
    line-height: 2px;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 4px;
}
#drillDownTableHeader, #drillDownFindingTableHeader, #drillDownControlTestingTableHeader {
    text-align: right;
    height: 20px;
}
#drillDownTableHeader .Export
{
    text-decoration: underline;
    line-height: 2px;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 4px;
}
.riskDetailTable
{
width:100%; margin:5px 0 5px 0; 
border:0;   }
.DetailDomainTd
{text-align: left !important;
 max-width:30%;
 vertical-align:top;
}
.DetailLevelTd
{
    text-align: left !important;
 max-width:70%;
 vertical-align:top;
}
.LevelTable
{
    width:100%;margin-top:-4px; margin-left:-20px;
    border:0px;
}
.divUnderLineDomain
{
    width:100%; 
    margin-top:10px;
}
.divUnderLineLevel
{
    width:100%; 
    margin-top:5px;
}
.labelLevel
{
    vertical-align:top;
     text-align:right;
     padding-right:10px;
}
#AssignRoleTreeView.k-treeview .k-i-collapse
{
    background: url("/Content/images/tree_minus.png") no-repeat scroll center center rgba(0, 0, 0, 0) !important;
}
#AssignRoleTreeView.k-treeview .k-i-expand
{
    background: url("/Content/images/tree_plus.png") no-repeat scroll center center rgba(0, 0, 0, 0) !important;
}
.saveAssignRoleScope
{
    border-style: none;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: -3px;
}
#AssignRoleTreeView .k-in-oce
{
    padding:2px 4px 2px 5px !important;
    border:0 none !important;
}
#AssignRoleTreeView .k-in-oce img { 
    vertical-align:middle !important; 
}
#AssignRoleTreeView .k-in img { 
    vertical-align:middle !important; 
}
#AssignRoleScopeDiv
{
    height:600px;
}
#AssignRoleTreeView.k-treeview .k-item
{
     padding:4px 0 0 16px !important;
}
#userRolesDiv
{
    float:left;
}
#btnAssignRoleScope
{
    float:left;
}

#riskDetailsDiv .borderLeft
{ 
    border-left:2px solid #c5c5c5 !important;
    padding-left:15px;
    padding-right:15px;
}
#riskDetailsDiv .borderBottom
{ 
    border-bottom:2px solid #c5c5c5;
}
#riskDetailsDiv .borderRight
{ 
    border-right:2px solid #c5c5c5;
}
#riskDetailsDiv .scoreInput
{
    height:18px; 
    border:1px solid #dbdbde; 
    vertical-align:middle;
}
#riskDetailsDiv #CustomDropDownOptions
{ 
    text-align:center; 
}
#ControlTestingTemplateGrid .TemplateItemGrid-content-scroll
{
    max-height: 500px;
    overflow-y: auto !important;
}
.field_textarea_noticetext
{
    min-height: 200px !important;
    width: 99%;
    border: 1px solid #c5c5c5;
    overflow-x: hidden;
    overflow-y: auto;
}
.scheduled_notification_button
{
    border: 1px solid #c5c5c5;
    height: 30px;
}
.input_border
{
    border: 1px solid #c5c5c5 !important;
    background: #f1f1f1;
}
.textarea_border
{
    border: 1px solid #c5c5c5 !important;
}
.li_style li
{
    list-style-image: url("/Content/images/li.png");
}
#actionAndResponseTypesMaintenancePanelBar .k-panelbar > li
{
    padding-bottom: 0px !important;
    border-left: 1px solid #c5c5c5 !important;
    border-right: 1px solid #c5c5c5 !important;
    border-bottom: 1px solid #c5c5c5 !important;
}
#actionAndResponseTypesMaintenancePanelBar .k-panelbar > li .k-content
{
    padding: 0px 10px 10px 10px;
}

div#ProvideTxtInstructionHtmlDiv 
{
    background: #f1f1f1;
}
div#AttestHtmlDiv 
{
    background: #f1f1f1;
}

.editpart-div
{
    margin-left: auto;
    margin-right: auto; 
    margin-top: 5px; 
    padding: 10px;
    border: 1px solid #DBDBDE;
}
.editpart-htmleditor
{
    margin-left: auto;
    margin-right: auto; 
    margin-top: 5px; 
}
.editpart-border
{
    border: 1px solid #DBDBDE;
    padding:5px;
}
.panelBardetail
{
    display: inline-block;
    height: 16px;
    width: 16px;
    overflow: hidden;
    background-repeat: no-repeat;
    font-size: 0;
    line-height: 0;
    text-align: center;
    margin-bottom: -5px;
}
.panelicon-up
{
    background-image: url('/Content/images/controltesting_panel_up.png');
    background-position: 0;
}
.panelicon-down
{
    background-image: url('/Content/images/controltesting_panel_down.png');
    background-position: 0;
}
.submit_for_approval_enable
{
    border-style: none;
    cursor: pointer;
    background-image: url('/Content/images/submitforapproval2.png');
    width: 178px;
    height: 22px;
    background-repeat:no-repeat;
    background-size: cover;  
}
.resubmit_for_approval_enable {
    border-style: none;
    cursor: pointer;
    background-image: url('/Content/images/resubmitforapproval.png');
    width: 178px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: cover;
}
.submit_for_approval_disable
{
    border-style: none;
    cursor: pointer;
    background-image: url('/Content/images/submitforapproval.png');
    width: 178px;
    height: 22px;
    background-repeat:no-repeat;
    background-size: cover;
}
#body_menu .k-menu .k-state-hover>.k-link
{
     background:none !important;
     border: none !important;
}

.action_object_window_icon
{
    background: url('/Content/images/icon_action.png') no-repeat;
    width: 25px;
    height: 21px;
    display: inline-block;
    margin-bottom: -4px;
}
.window-footer-bar
{
    bottom: 0px;
    background: #EFEFF0;
    position: absolute;
    width: 100%;
    height: 2.1em;
    z-index: -1;
}
.criteriaName input
{
    border: 1px solid #c5c5c5;
    background-color: #f1f1f1;
}
#frameworkexplorer-left-pane .k-treeview .k-i-collapse
{
    background: url("images/tree_minus.png") no-repeat center center !important;
}
#frameworkexplorer-left-pane .k-treeview .k-i-expand
{
    background: url("images/tree_plus.png") no-repeat center center !important;
}
#frameworkexplorer .k-in-oce
{
    padding: 0px 4px 0px 5px !important;
    border:0 none !important;
}
#frameworkexplorer .k-treeview span.k-in
{
    padding: 2px 4px 2px 5px !important;
    border:0 none !important;
}
#frameworkexplorer .k-treeview .k-i-collapse, .k-treeview .k-i-collapse-disabled,#frameworkexplorer .k-treeview .k-i-expand, .k-treeview .k-i-expand-disabled
{
    margin-top: -2px;
}

/*-------------------------frameworkexplorer dropdownlist style------------------------------------------*/
    #frameworkexplorer-left-pane #CustomDropDownOptions .k-dropdown-wrap
    {
        background: #f1f1f1 !important;
        border-top-left-radius: 5px !important;
        border-top-right-radius: 5px !important;
        border-bottom-left-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    #frameworkexplorer-left-pane #CustomDropDownOptions .k-dropdown-wrap .k-input
    {
        height: 20px !important;
        line-height: 20px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    #frameworkexplorer-left-pane #CustomDropDownOptions .k-dropdown-wrap .k-select
    {
        line-height: 25px !important;
        min-height: 0px !important;
    }
    #frameworkexplorer-left-pane #CustomDropDownOptions .k-dropdown-wrap .k-select .k-i-arrow-s
    {
        background-image: url("images/framework-arrows-down.png") !important;
        background-position: center !important;
        vertical-align: baseline !important;
    }
    #frameworkexplorer-left-pane #CustomDropDownOptions .k-header
    {
        background: none !important;
    }
    #frameworkexplorer-left-pane #CustomDropDownOptions .k-list .k-state-hover, .k-list .k-state-hover:hover
    {
        background: none !important;
        color: #fff !important;
        background-color: #005ead !important;
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
    #frameworkexplorer-left-pane #CustomDropDownOptions .k-list .k-state-selected, .k-list .k-state-selected:link, .k-list .k-state-focused
    {
        border-width: 0px !important;
        border-style: none !important;
        background: none !important;
        background-color: #28FF00 !important;
        -moz-border-radius: 0px !important; /* Gecko browsers */
        -webkit-border-radius: 0px !important; /* Webkit browsers */
        border-radius: 0px !important; /* W3C syntax */
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    #frameworkexplorer-left-pane .k-popup
    {
        box-shadow: 0px 0px 0px 0px !important;
    }
    #frameworkexplorer-left-pane #CustomDropDownOptions .k-picker[role="combobox"] .k-state-active
    {
        border: 1px solid #c5c5c5 !important;
        border-top-left-radius: 5px !important;
        border-top-right-radius: 5px !important;
        border-bottom-left-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
    }
    #frameworkexplorer-left-pane #frameworkExplorerCriteriaForm .k-widget.k-dropdown.k-header
    {
        background-color: #f1f1f1 !important;
    }
    #frameworkexplorer-left-pane #frameworkExplorerCriteriaForm .k-dropdown-wrap.k-state-default
    {
        height:20px;
    }
    #frameworkexplorer-left-pane
    {
        background: #EBEBF1;
        font-size:13px;
        color: #005ead !important;
        padding-left:4px;
    }
    #frameworkexplorer-left-pane .k-block, #frameworkexplorer-left-pane .k-content, #frameworkexplorer-left-pane .k-dropdown .k-input, #frameworkexplorer-left-pane .k-popup, #frameworkexplorer-left-pane .k-toolbar, #frameworkexplorer-left-pane .k-widget
    {
        color: #005ead !important;
    }
    #frameworkexplorer-left-pane input
    {
        height:16px;
        background: #f1f1f1;
    }
    #frameworkexplorer-left-pane .delete-link
    {
        width: 12px;
        height: 12px;
        background: transparent url("images/savedView-close.png") no-repeat 50% 50%;
        overflow: hidden;
        display: inline-block;
        font-size: 0;
        line-height: 0;
        vertical-align: top;
        margin: 5px 0 0 3px;
        -webkit-border-radius: 5px;
        -mox-border-radius: 5px;
        border-radius: 5px;
    }
    #frameworkexplorer-left-pane .checkbox_radio_label
    {
        background: url("images/f_check_empty.png") no-repeat 0 0 transparent;
        background-position: 0% 50%;
        display: inline-block;
        padding-left: 20px;
    }
    #frameworkexplorer-left-pane .checkbox_radio_checked {
        background: url("images/f_check.png") no-repeat 0 0 transparent;
        background-position: 0% 50%;
    }
    #frameworkexplorer-left-pane #effectiveOutcome label:last{
        width:32px impotant;
    }
    
    /****************** framework explorer datepicker style**********************/
#frameworkexplorer-left-pane .k-datepicker, #frameworkexplorer-left-pane .k-datepicker .k-picker-wrap
{
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    height: 20px;
    margin-top: -1px;
}
#frameworkexplorer-left-pane .k-picker-wrap.k-state-disabled
{
    border-color: #DBDBDE;
}
#frameworkexplorer-left-pane .k-datepicker .k-select
{
    height: 19px !important;
    min-height: 19px !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    background: url("images/datepicker_image.png") center center !important;
    background-repeat: no-repeat !important;
    background-size: 18px 18px !important;
}
#frameworkexplorer-left-pane .k-datepicker .k-i-calendar
{
    visibility: hidden;
}
#frameworkexplorer-left-pane .k-datepicker .k-picker-wrap .k-input
{
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    margin-top: 0px !important;
    height: 20px !important;
    line-height: 20px !important;
    padding: 0px !important;
}
#frameworkexplorer-left-pane .k-datepicker .k-state-active
{
    border-style: solid !important;
}

/* Alignment */ 
.alignleft { 
display: inline; 
float: left; 
} 
.alignright { 
display: inline; 
float: right; 
} 
.aligncenter { 
clear: both; 
display: block; 
margin:auto; 
} 
#frameworkexplorer-left-pane .k-treeview .k-state-selected,#frameworkexplorer-left-pane .k-treeview .k-list .k-state-selected:link,#frameworkexplorer-left-pane .k-treeview .k-list .k-state-focused
{
    border-style: none !important;
    background: none !important;
    background-color: #9999cc !important;
    color: #fff !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
    /****************** framework explorer radio button style**********************/
#frameworkexplorer-left-pane input[type=radio]+label.checkbox_radio_label
{
    background: url("images/radio_off.png") no-repeat 0 0 transparent;
    background-position: 0% 80%;
    display: inline-block;
    padding-left: 15px;
    margin-left: 25px;
}

#frameworkexplorer-left-pane input[type=radio]+label.checkbox_radio_checked
{
    background: url("images/radio_on-teal.png") no-repeat 0 0 transparent;
    background-position: 0% 80%;
    margin-left: 25px;
}
#FilterFrameworkElements input[type=radio]+label.checkbox_radio_label
{
    margin-left: 10px;
}
#FilterFrameworkFindings input[type=radio]+label.checkbox_radio_label
{
    margin-left: 10px;
}
#frameworkexplorer-left-pane .panelicon-up
{
    background-image: url('/Content/images/framework-arrows-up.png');
    background-position: 0;
}
#frameworkexplorer-left-pane .panelicon-down
{
    background-image: url('/Content/images/framework-arrows-down.png');
    background-position: 0;
}
#n5tooltip {
	display: block; 
}

#AnswerQuestionsDiv input, #AnswerQuestionsDiv_Finding input
{
    height: 25px;
    border: 1px solid #c5c5c5;
    background-color: #f1f1f1;
    border-radius: 0px !important;
}
#AnswerQuestionsDiv #CustomDropDownOptions .k-dropdown-wrap .k-input , #AnswerQuestionsDiv_Finding #CustomDropDownOptions .k-dropdown-wrap .k-input 
{
    height: 23px !important;
    line-height: 20px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
#AnswerQuestionsDiv .k-grid-edit-row .k-dropdown-wrap ,#AnswerQuestionsDiv_Finding .k-grid-edit-row .k-dropdown-wrap 
{
    background: #f1f1f1 !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
#AnswerQuestionsDiv .field-validation-error , #AnswerQuestionsDiv_Finding .field-validation-error
{
    position: absolute !important;
    z-index: 10004;
    margin-left: 0px !important;
    margin-top: 0px;
}

.helpicon
{
    background: url('/Content/images/helpicon.png') no-repeat center center !important;
    width: 16px;
    height: 16px;
    display: none;
    margin-left: 5px;
    margin-right: 15px;
    cursor: pointer;
}
#aotoNumbering .field-validation-error {
    position: absolute !important;
    z-index: 10004;
    margin-left: -64px;
    margin-top: 0px;
}

.aligncenter
{
    text-align: center;
}

/******************** Dynamic Page Width Adjustments *****************/
.header-checkbox-label {
    width: 75px;
}

.actionScopeTop {
    padding-left: 0;
    height: 30px;
}

.actionScopeTop table {
    float: right;
}
#tileBackgroundImgDiv .k-upload .k-button {
    width: 90px !important;
    height: 27px !important;
    background-color: none !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    box-sizing: border-box;
}

#tileBackgroundImgDiv .k-upload .k-upload-button {
    min-width: 0px !important;
    left: 280px;
    position: relative;
    top: -11px;
}

.k-upload .k-button:focus, .k-state-focused, .k-state-focused.k-button {
    box-shadow: none !important;
}

#tileBackgroundImgDiv .k-header {
    background-color: transparent !important;
    z-index: 0;
}

#tileBackgroundImgDiv .k-widget {
    border-style: none !important;
}

#tileBackgroundImgDiv .k-upload-files {
    margin-bottom: 0px !important;
    border-top-width: 0px !important;
    line-height: 1 !important;
}

#tileBackgroundImgDiv .k-upload-files .k-file 
{
    border-bottom-width: 0px !important;
}

#tileBackgroundImgDiv .k-upload-status {
    display: none;
}

#tileBackgroundImgDiv .k-upload-selected {
    padding-bottom: 30px;
}

#tileBackgroundImgDiv .k-clear-selected {
    padding-bottom: 30px;
}
#tileBackgroundImgDiv .k-dropzone em {
    display: block;
    vertical-align: top;
    height: 25px;
    width:253px;
    position: relative;
    top: -38px;
    left: 16px;
    border-style: solid;
    border-width: 1px;
    border-radius: inherit;
    background: #f1f1f1;
}
#tileBackgroundImgDiv .k-dropzone{
    height: 2px;
}
#tileBackgroundImgDiv .k-file-progress, .k-file-success {
    display: none;
}
#tileBackgroundImgDiv .k-upload-files {
    padding-top: 2px;
    margin-bottom: 0 !important;
    border-top-width: 0 !important;
    line-height: 1 !important;
}
#selectTabActiveTriangle {
    position: absolute;
    overflow: hidden;
    right: -20px;
    z-index: -999;
    width: 0;
    height: 0;
    border-top: 61px solid transparent;
    border-left: 20px solid white;
    border-bottom: 61px solid transparent;
}
#ChangePasswordWindow .input_border {
    border: 1px solid #c5c5c5 !important;
    height: 30px;
    background-color: #f1f1f1 !important;
}
#changePasswordPopup {
    position: absolute;
    float: right;
    top: 60px;
    right: 60px;
    background-color: #EFEFEF;
    font-size: 18px;
    text-align: left;
    padding-left: 23px;
    width: 150px;
    display: none;
    border: 1px solid;
}
#changePasswordPopup a.k-link 
{
    font-family: Segoe UI Light, Verdana, Tahoma, Arial;
    color:black;
}
.exportSpan {
    text-decoration: underline;
    padding-left: 15px;
    padding-right: 2px;
    font-size: 16px;
}
#controlAnalysisPane_HC, #findingAnalysisPane_HC, #testingAnalysisPane_HC {
    border-radius: 0px;
    border: 1px solid #C5C5C5;
    background-color: #F9F9F9;
}
#controlAnalysisPane_RPC, #findingAnalysisPane_RPC, #testingAnalysisPane_RPC {
    border: 1px solid #C5C5C5;
    border-top: none;
}
#controlAnalysisPane_HC span, #findingAnalysisPane_HC span, #testingAnalysisPane_HC span {
    color: #515967;
    font-size: 16px;
    font-family: Segoe UI Light, Verdana, Tahoma, Arial;
}
/***********Control Test Script Self/Independent Upload*****************/
#controlTestScriptUploadDiv .k-upload-status {
    display: none;
}

#controlTestScriptUploadDiv .k-upload-selected {
    display: none;
}

#controlTestScriptUploadDiv .k-clear-selected {
    display: none;
}

#controlTestScriptUploadDiv .k-file-progress {
    display: none;
}

#controlTestScriptUploadDiv .k-reset {
    display: none;
}
#controlTestScriptUploadDiv .k-dropzone {
    border: none;
    padding: 0px;
}
#controlTestScriptUploadDiv .k-upload {
    width: 100px;
    border: none;
}
#controlTestScriptUploadDiv .k-button {
    line-height: 1.2em;
    border: none;
    border-radius:0px;
}
#iconInsert .k-upload .k-upload-button {
    min-width: 0 !important;
    left: -10px;
    top: -14px;
    background-image: url('/Content/images/icon_insert.png') !important;
    background-color: #005ead;
    border: none;
    height: 20px;
    background-repeat: no-repeat;
}
/***********Attachment tab*****************/
#iconInsert .k-upload-files, #iconInsert span {
    display: none;
}
#iconInsert .k-dropzone {
    height: 2px;
}
#iconInsert .k-upload-status {
    display: none;
}
#iconInsert .k-upload-selected {
    display: none;
}
#iconInsert .k-clear-selected {
    display: none;
}
#iconInsert .k-file-progress {
    display: none;
}
#iconInsert .k-reset {
    display: none;
}
#iconInsert .k-header {
    background-color: transparent !important;
    z-index: 0;
}
#iconInsert .k-widget {
    border-style: none !important;
}
#iconInsert .k-upload-files {
    margin-bottom: 0px !important;
    border-top-width: 0px !important;
    line-height: 1 !important;
}
#iconInsert .k-upload-files .k-file {
    border-bottom-width: 0px !important;
}
#iconInsert .k-upload-status {
    display: none;
}
/**********MyWorkSpace Current Task Attachment*************/
#workSpaceCurrentTaskAttachDiv .k-upload-status {
    display: none;
}

#workSpaceCurrentTaskAttachDiv .k-upload-selected {
    display: none;
}

#workSpaceCurrentTaskAttachDiv .k-clear-selected {
    display: none;
}

#workSpaceCurrentTaskAttachDiv .k-file-progress {
    display: none;
}

#workSpaceCurrentTaskAttachDiv .k-reset {
    display: none;
}

#workSpaceCurrentTaskAttachDiv .k-dropzone {
    border: none;
    padding: 0px;
}

#workSpaceCurrentTaskAttachDiv .k-upload {
    width: 100px;
    border: none;
}

#workSpaceCurrentTaskAttachDiv .k-button {
    line-height: 1.2em;
    border: none;
    border-radius: 0px;
}

.advertisement_url_input {
    border: 1px solid #cbcbcf;
    font-size: 16px;
    font-family: WorkSansNeue, Segoe UI Light,Verdana,Tahoma,Arial;
    width: 100%;
    background: #f1f1f1;
}

.advertisement_url_input::placeholder {
    font-style: italic;
    color: #cbcbcf;
}

.advertisementImgDiv {
    width: 400px;
}

.advertisementImgDiv .k-button:not(.k-upload-action) {
    background-color: rgb(0, 94, 173) !important;
    color: #fff;
}

#body_login {
    font-family: WorkSansNLT, Segoe UI Light,Verdana,Tahoma,Arial;
}