body {
    margin: 0 35px !important;
}

@media all and (max-width: 1281px) {
    body {
        max-width: 1159px;
    }
}

.RTL {
    direction: rtl;
}
.LTR {
    direction: ltr;
}

body.innerIframe {
    margin: 0 !important;
    max-height: 97vh;
    background: #ffffff;
    overflow: auto;
    padding: 0 10px;
}

body.innerIframe a:hover, body.innerIframe a:active, body.innerIframe a:visited {
    color: #000;
}

.Container_Header_First, .RTL .Container_Header_First, .RTL .Container_Header_Center, .Container_Header_Center, .RTL .Container_Header_Last, .Container_Header_Last {
    background-image: none;
}

.Container_Body, .RTL .Container_Body {
    background-color: transparent;
    background-image: none;
    border: 0;
}

.Container_Body div.BorderFix_FF {
    border: 1px solid #C3C3C3;

    background-color: white;
}

.dashDarkTheme .Container_Body div.BorderFix_FF td div {
    color: white;
}
.dashDarkTheme .Container_Body div.BorderFix_FF {
    border: 1px solid white;
    background-color: #262a33;
}

.dashDarkTheme .Container_Body td div {
    background-color: #262a33;
}

.top-row {
    height: 1px;
}

.top-row > td {
    height: 1px;
}

.Frame_Body_Left, .Frame_Body_Right, .RTL .Frame_Body_Left, .RTL .Frame_Body_Right {
    background-image: none;
}

.Grid_Footer,.Container_Bottom,.Grid_Topper {
    display: none
}


#MainFrame {
/*    border: 1px solid #A2A2A2; */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /* Need to insert here a call for pie.htc to get support for IE */
    /* behavior: url(/KB/css/PIE.htc); */
    border-radius: 5px;
    height: 85%;
}

.UI_BreadCrumbs_Label {
  padding: 12px 5px 9px 5px;
}

.UI_Form_BreadCrumbs_Label {
    color: #666;
    line-height: 17px;
    font-size: 12px;
    padding:12px 5px 8px 5px;
    display: block;
    color:#000;
    width: 600px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    cursor: default;

}

.UI_Form_BreadCrumbs_Label span {
    font-weight: bold;
    font-size: 16px;
}

.UI_Form_Header_Title {
    color: black;
    font-size: 18px;
    margin: 7px 50% 7px 15px;
    font-family: 'PTSansBold', sans-serif;
    border-bottom: 1px dotted gray;
}

.RTL .UI_Form_Header_Title {
    margin: 7px 15px 7px 50%;
}

.mySettings.innerIframe .UI_Form_Header_Title {
    border: none;
}

.truncate {
	width: 160px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#showAdvancedSettings:hover {
    cursor: pointer;
}

.colorSelectOption1 {
  height: 20px;
  width: 20px;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  border: 1px solid #A2A2A2;
}
.priorityDropdownOption {
  height: 20px;
  width: 20px;
  border-color: #2f3e46;
  position: relative;
  display: block;
  border-radius: 2px;
}

.priorityDropdownOption0 {
  background-color: #83b0f4;
  margin-top: 6px;
  margin-left: 7px;
  margin-right: 8px;
  margin-bottom: 7px;
}
.priorityDropdownOption1 {
  background-color: #f4c449;
  margin-left: 7px;
}
.priorityDropdownOption2 {
  background-color: #f76969;
  margin-left: 7px;
  margin-bottom: 6px;
  margin-top: 7px;
}

.dropdownSelectedOption{
  height: 20px;
  width: 20px;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  border: 1px solid #A2A2A2;
  margin: auto;
  top: 2px;
}

.priorityDropdownSelectedColor0{
  background-color: #83b0f4;
}

.priorityDropdownSelectedColor1{
  background-color: #f4c449;
}

.priorityDropdownSelectedColor2{
  background-color: #f76969;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #D6D6D6;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 1;
  width: 36px;
  height: 86px;
  top: 19px;
  left: 3px;
  border-radius: 2px;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.showDropdown {display:block;}