@import "../js/dijit/themes/claro/claro.css";
@import "../js/dojox/form/resources/CheckedMultiSelect.css";
@import "../js/dojox/layout/resources/FloatingPane.css";
@import "../js/dojox/layout/resources/ResizeHandle.css";
@import "../js/dojox/grid/enhanced/resources/EnhancedGrid_rtl.css";
@import "../js/dojox/grid/enhanced/resources/tundra/EnhancedGrid.css";
@import "../js/dojox/widget/Wizard/Wizard.css";
@import "../js/dojox/grid/resources/Grid.css";
@import "../js/dgrid/css/skins/claro.css";
/*
@import "../js/dojox/grid/enhanced/resources/claro/EnhancedGrid.css";*/
/*@import "../js/dojox/grid/resources/claroGrid.css";*/
/*
    **********************
    * Common CSS Element *
    **********************
*/
html {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-color: #f2f3f3;
}
img {
  vertical-align: middle;
}
.hyperlink a {
  color: #142D59;
}
.hyperlink a:hover {
  color: #70819F;
  text-decoration: none;
  border-bottom: 1px dotted #70819F;
  background-color: #FFCA55;
}
a {
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*
    *********
    * Login *
    *********
*/
.ari_news_box {
  font-family: arial;
  font-size: 11px;
  width: 550px;
  height: 400px;
  border: 1px solid #D8DBE3;
  background-color: #FFFFFF;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.ari_news_content {
  height: 400px;
  overflow: auto;
}
.ari_auth_box {
  width: 220px;
  height: 250px;
  border: 1px solid #D8DBE3;
  background-color: #FFFFFF;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.ari_labelText {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 4px;
}
.ari_smallText {
  font-family: arial;
  font-size: 10px;
  color: gray;
}
.text input {
  height: 20px;
  font-size: 13px;
  font-family: arial;
}
.ari_gradientshadowtop {
  background-image: -webkit-gradient(linear, left top, left bottom, #ffffff, #cecece);
  background-image: -webkit-linear-gradient(top, #ffffff, #cecece);
  background-image: -moz-linear-gradient(top, #ffffff, #cecece);
  background-image: -o-linear-gradient(top, #ffffff, #cecece);
  background-image: -ms-linear-gradient(top, #ffffff, #cecece);
  background-image: linear-gradient(top, #ffffff, #cecece);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#CECECE');
}
.ari_gradientshadowbottom {
  background-image: -webkit-gradient(linear, left top, left bottom, #cecece, #ffffff);
  background-image: -webkit-linear-gradient(top, #cecece, #ffffff);
  background-image: -moz-linear-gradient(top, #cecece, #ffffff);
  background-image: -o-linear-gradient(top, #cecece, #ffffff);
  background-image: -ms-linear-gradient(top, #cecece, #ffffff);
  background-image: linear-gradient(top, #cecece, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#CECECE', EndColorStr='#ffffff');
}
.ari_fpassword a {
  font-family: arial;
  font-size: 12px;
  text-decoration: none;
}
.ari_footer {
  font-family: arial;
  font-size: 10px;
  color: #808080;
}
/*
    ************************************
    * Login Popup Forget/Lost Password *
    ************************************
*/
.ari_forgetlostpassword {
  font: normal 12px arial;
  width: 500px;
  height: 290px;
  background: #fcfcfc;
}
.ari_forgetlostpassword p {
  font: normal 12px arial;
  text-align: center;
  line-height: 22px;
  color: #555555;
  width: 100%;
  float: left;
  margin: 19px 0;
}
#content_label {
  font-family: arial;
  font-size: 12px;
}
#feedback {
  width: 500px;
  height: auto;
  font: normal 12px arial;
}
.fheader {
  font-weight: bold;
  font-size: 14px;
  background-color: #708B9A;
  color: #283B45;
}
.addtext {
  font-size: 9px;
}
/*
    **************************
    * Login Popup Contact Us *
    **************************
*/
/*
    ****************
    * Landing Page *
    ****************
*/
/*
    **********************
    * Wong working space *
    **********************
    This is where you edit your css.
*/
.ari_headerleft {
  /*display:table;*/
  /*remark by daniel on 23.05.2014 - causes image not properly aligned when ctrl+mouse scroll*/
  height: 40px;
  width: 160px;
  /*vertical-align: middle;*/
  /*remark by daniel on 23.05.2014 - causes image not properly aligned when ctrl+mouse scroll*/
  /*text-align: center;*/
  /*remark by daniel on 23.05.2014 - causes image not properly aligned when ctrl+mouse scroll*/
}
.ari_headerright {
  /*background-image: url('../graphics/master/pustaka_logo.png');*/
  background-repeat: no-repeat;
}
.ari_headerlib {
  font-size: 100%;
  text-transform: uppercase;
  font-weight: bolder;
}
.ari_headertxt {
  font-size: 70%;
}
.ari_headericon td {
  text-align: center;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
  /*font-size: 70%;*/
  font-size: 10px;
  border-top: 2px solid transparent;
  border-left: 1px solid #efefef;
  width: 40px;
}
.ari_headericon td a {
  color: #696969;
  font-weight: bolder;
  text-decoration: none;
}
.ari_headericon td:hover {
  border-top: 2px solid #4682b4;
  text-shadow: 1px 1px 1px #dcdcdc;
}
.ari_headericon img {
  border: none;
}
/* Redesigned by amirhbm */
/*
.ari_menu_main {
    background-color: #ff5f22;
    background-image: url('../graphics/framework/crisscross.png');
    background-repeat: repeat;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    position: relative;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    line-height: 28px;
    font-size: 18px;
}
.ari_menu_main a {
    color: #FFFFFF;
    text-decoration: none;
}
.ari_menu_main:hover {
    background-color: #f44300;
}
*/
/** for title of the workspace **/
/*
.ari_titlebar {
    height: 28px;
    background-color: #4682b4;
    background-image: url('../graphics/framework/crisscross.png');
    background-repeat: repeat;
}

.ari_title {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 20px;
    margin: 0px;
    color: white;
    letter-spacing: 1px;
}
.ari_title li {
    display:block;
    float:left;
}
.ari_title .ari_title_normal:after {
    content: "\0000a0\27A7\0000a0";
}
.ari_title .ari_title_focus {
    font-size: 120%;
    vertical-align: middle;
    font-weight: bolder;
}
.ari_title a {
    color: inherit;
    text-decoration: underline;
}
.ari_titleicon {
    text-align: right;
}
.ari_titleicon {
    padding-right: 6px;
}
.ari_titleicon img {
    width: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    border: 1px solid transparent;
}
.ari_titleicon img:hover {
    border: 1px dotted #e6e6fa;
    background-color: #6495ed;
    cursor: pointer;
}
*/
/** for workspace area - containing content **/
.ari_workspace,
#ari_workspace {
  background-color: #ffffff;
}
/** for navigation bar below the workspace title **/
#ari_navtbl td {
  border: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  background-image: url('../graphics/framework/crisscross.png');
  background-repeat: repeat;
  vertical-align: top;
}
#ari_navtbl tr,
#ari_navtbl tbody,
#ari_navtbl td {
  margin: 0px;
  padding: 0px;
  background-color: transparent;
}
#ari_nav ul {
  list-style: none;
  font-family: inherit;
  /*font-size: 85%;*/
  font-size: 12px;
  height: 25px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: transparent;
  padding-top: 0px;
  padding-left: 0px;
  /*35px*/
  padding-right: 0px;
}
#ari_nav li {
  display: block;
  float: left;
  border-top: none;
  border: none;
  height: 25px;
  background-color: #fffafa;
  padding: 0px;
  margin: 0px;
  /*font-weight: bolder;*/
  background-color: transparent;
}
#ari_nav li a {
  color: #323232;
  text-decoration: none;
  text-align: center;
  display: block;
  line-height: 25px;
  outline: none;
  padding-left: 15px;
  padding-right: 15px;
  text-shadow: 1px 1px 1px #ffffff;
  /*border-left: 1px solid transparent;
    border-right: 1px solid transparent;*/
}
#ari_nav li a img {
  vertical-align: middle;
  border: none;
  padding-right: 3px;
}
#ari_nav li a:hover {
  background-color: transparent;
  /*border-bottom: 3px solid #4682b4;*/
  text-shadow: 1px 1px 1px #dcdcdc;
  color: #191970;
  /*background-image: url('../graphics/framework/crisscross.png');
    background-repeat: repeat;*/
}
#ari_nav li a#selected {
  background-color: transparent;
  border-bottom: 3px solid #4682b4;
  text-shadow: 1px 1px 1px #dcdcdc;
  color: #4682b4;
  font-weight: bold;
  /*background-image: url('../graphics/framework/crisscross.png');
    background-repeat: repeat;*/
}
#ari_nav .ari_navo {
  background-color: #f0f8ff;
  border-bottom: 2px solid #4682b4;
  text-shadow: 1px 1px 2px #dcdcdc;
  background-image: url('../graphics/framework/crisscross.png');
  background-repeat: repeat;
}
#ari_nav .ari_navo a:hover {
  border-bottom: 2px solid #24435e;
}
/** for navigation bar - quick go to pages section **/
#ari_navr,
.ari_navr {
  display: block;
  float: right;
}
/** for content body **/
#ari_content,
#ari_content table {
  /*padding: 8px;  remark by daniel - reason too much spacing*/
  padding: 5px 2px 2px 8px;
  font-size: 100%;
  vertical-align: top;
  /*border: none;*/
  /*remark by daniel - causes dojo combo border missing*/
  margin: 0px;
  /*line-height: 25px; remark by daniel - reason too much spacing*/
  line-height: 15px;
  background-color: transparent;
}
#ari_content table td {
  vertical-align: top;
}
/*
    for page title (daniel - 13.11.2013)
*/
.pageTitle {
  font-size: 110%;
  font-family: arial;
  font-weight: bold;
  color: #EB6200;
}
/** for content section header **/
#ari_sectionh {
  font-size: 120%;
  font-weight: bold;
  line-height: 18px;
  color: #24435e;
  height: 18px;
  border-bottom: 1px solid #dcdcdc;
  border-left: 5px solid #4682b4;
  vertical-align: middle;
  margin: 5px 5px 10px 5px;
  width: 100%;
  background-image: url('../graphics/framework/crisscross.png');
  background-repeat: repeat;
}
/** for field labels **/
/** - normal fields **/
.ari_label,
#ari_label,
.ari_labelm,
#ari_labelm {
  text-align: right;
  vertical-align: top;
  font-size: 12px;
  /*added by daniel*/
}
/*added by daniel*/
.ari_text {
  font-size: 12px;
  vertical-align: top;
}
.ari_label,
#ari_label {
  color: #363636;
}
/** - mandatory fields **/
.ari_labelm,
#ari_labelm {
  color: #a52a2a;
}
.ari_labelm:after,
#ari_labelm:after {
  content: "\0000a0*\0000a0:";
}
.ari_label:after,
#ari_label:after {
  content: "\0000a0:";
}
.dojoxGridCell a,
.dgrid-cell a,
.ari_a {
  text-decoration: none;
  color: #4169e1;
  font-weight: inherit;
  /*border-bottom: 1px dashed red;*/
  cursor: pointer;
}
.dojoxGridCell a:hover,
.dgrid-cell a:hover,
.ari_a:hover {
  text-decoration: none;
  color: #64139A;
  /*color: #483d8b;
    border-bottom: 1px solid red;*/
}
.ari_buttonbar {
  border-top: 1px solid #5f9ea0;
  height: 28px;
  background-color: #dce4f1;
  background-image: url('../graphics/framework/crisscross.png');
  background-repeat: repeat;
  margin-top: 3px;
  padding: 1px 10px 1px 10px;
  text-align: left;
}
/*
    ************************
    * Hasnol working space *
    ************************
    This is where you edit your css.
*/
.claro .dijitDialogUnderlay {
  background: #000;
}
.dijitDialogPaneContentArea {
  width: 350px !important;
  height: 350px !important;
  overflow: auto !important;
}
.no-js #loader02 {
  display: none;
}
.js #loader02 {
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  opacity: 0;
  /**/
}
.content02 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
/* asterisk red */
.content03 {
  font-family: Arial, Helvetica, sans-serif;
  color: #FF0000;
  font-size: 14px;
}
/* form title input */
.content04 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #4c4c4c;
  vertical-align: top;
  text-align: right;
}
/* denotes required field */
.geneva12 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.content {
  font-family: verdana;
  font-size: 11px;
  text-align: left;
}
#content_hd {
  border-bottom: 1px solid #dcdcdc;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 12px;
  /*44px*/
  color: #24435e;
  /*#444444#3F77CD#323232;*/
  padding: 6px;
  height: 18px;
}
#content_search {
  padding: 8px;
  text-align: left;
  background-color: #efefef  ;
  /*#efefef#3f77cd#6592d7*/
  border-bottom: 1px solid #cccccc;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  /* Firefox 3.6 and earlier */
  font-family: arial;
  font-size: 12px;
}
#content_result {
  padding: 8px;
  text-align: left;
  background-color: #FFFFFF  ;
  /*#efefef#3f77cd#6592d7*/
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  /* Firefox 3.6 and earlier */
  font-family: arial;
  font-size: 12px;
}
#group_action {
  list-style: none;
  /*background:#c5cde0;  rgb(114, 122, 134)*/
  overflow: hidden;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px 4px 4px 4px;
}
#group_action li {
  float: left;
  /*border: solid 1px #7a8eba;  55606E,ca0002*/
  height: 25px;
  background-color: transparent;
  background-repeat: no-repeat;
}
#group_action li a:link img,
#group_action li a:visited img {
  float: left;
  width: 25px;
  height: 25px;
  margin: 1px 1px 1px 1px;
}
#group_action li a:link,
#group_action li a:visited {
  text-decoration: none;
  display: block;
  height: 23px;
  color: #000;
  line-height: 25px;
  padding: 0px 5px 0px 5px;
  border: solid 1px #7a8eba;
  /*1C1F22,990000*/
  border-radius: 4px 4px 4px 4px;
}
#group_action li a:hover {
  background-color: #eef0f6;
  color: #444442;
  border: 1px solid #7a8eba;
  /*#bdc6dc*/
  height: 23px;
  border-radius: 4px 4px 4px 4px;
}
/*
    ************************************
    * Scheduler - Jonathan*
    ************************************
*/
.ari_schedulermainpage {
  font: normal 12px arial;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.ari_schedulernewjob {
  font: normal 12px arial;
  width: 500px;
  height: 320px;
  background: #fcfcfc;
}
.ari_schedulernewjob p {
  font: normal 12px arial;
  text-align: center;
  line-height: 22px;
  color: #555555;
  width: 100%;
  float: left;
  margin: 19px 0;
}
.ari_schedulermainpagebutton {
  height: 25px;
  width: 50px;
  font-size: 12px;
}
.ari_schedulermainpagebutton2 {
  height: 25px;
  width: 100px;
  font-size: 12px;
}
/*
    ************************************
    * Dialog Controller - Jonathan*
    ************************************
*/
.removeIcon {
  background-image: url('../graphics/framework/cross18.png');
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
.availabilityIcon {
  background-image: url('../graphics/framework/goto18.png');
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
.resetIcon {
  background-image: url('../graphics/framework/go-jump1.png');
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
.activeTerminateIcon {
  background-image: url('../graphics/framework/terminate.png');
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
.inactiveTerminateIcon {
  background-image: url('../graphics/framework/inactive-terminate.png');
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
div .deleteIcon {
  background-image: url('../graphics/framework/delete.png');
  background-repeat: no-repeat;
  width: 24px;
  height: 23px;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
div .deleteIconDisabled {
  background-image: url('../graphics/framework/delete_disabled.png');
  background-repeat: no-repeat;
  width: 24px;
  height: 23px;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
div .selectIcon {
  background-image: url('../graphics/framework/select.png');
  background-repeat: no-repeat;
  width: 24px;
  height: 23px;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
div .selectIconDisabled {
  background-image: url('../graphics/framework/select_disabled.png');
  background-repeat: no-repeat;
  width: 24px;
  height: 23px;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
div .listCloseIcon {
  background-image: url('../graphics/framework/list-close.png');
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  padding: 0px;
  margin: 0px;
}
#usercontainer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
}
#usercontainer ul li {
  display: inline;
  text-decoration: none;
  padding: .2em 1em;
  margin-right: 3px;
  color: #fff;
  background-color: #036;
}
#usercontainer ul li:hover {
  display: inline;
  text-decoration: none;
  padding: .2em 1em;
  color: #fff;
  background-color: #369;
}
#usercontainer ul li span {
  cursor: pointer;
}
#dialog_confirm {
  background-image: url('../graphics/framework/dialog_confirm.png');
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  padding: 0px;
  margin: 0px;
}
#dialog_warning {
  background-image: url('../graphics/framework/dialog_warning.png');
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  padding: 0px;
  margin: 0px;
}
#dialog_info {
  background-image: url('../graphics/framework/dialog_info.png');
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  padding: 0px;
  margin: 0px;
}
#dialog_error {
  background-image: url('../graphics/framework/dialog_error.png');
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  padding: 0px;
  margin: 0px;
}
#processing_overlay {
  background-image: url('../js/dijit/themes/claro/images/loadingAnimation.gif');
  background-repeat: no-repeat;
  margin: 0px;
  width: 110px;
  text-align: right;
}
/*
    ********************
    * Pei
    ********************
*/
textarea {
  font-size: 12px;
  font-family: arial;
}
/*
    ********************
    * amirhbm
    ********************
*/
/* Import */
/* Colors */
/* Main color theme (green, red, blue etc...) */
/* Background shade, greyish color (whitesmoke, white) */
/*
 * Amirhbm
 */
.BoxShadow {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
.InsetShadow {
  -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.075);
}
.NotSelectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.TransitionHidden {
  display: block;
  max-height: 0px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s linear, max-height 0.3s;
}
.TransitionVisible {
  display: inherit;
  max-height: 2000px;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s linear;
}
/* Link override */
a:link {
  text-decoration: none;
  color: #4caf50;
}
a:visited {
  color: #4caf50;
}
a:hover {
  color: #2d682f;
}
a:active {
  color: #3d8b40;
}
.btn {
  margin-bottom: 0;
  display: inline-block;
  padding: 3px 8px;
  line-height: 12px;
  font-size: 12px;
  font-weight: normal;
  height: 28px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline-style: none;
}
.btn {
  border: 1px solid #b1bec6;
  background-color: #eceff1;
  color: #555;
}
.btn:hover,
.btn:focus {
  border: 1px solid #b1bec6;
  background-color: #f5f6f7;
  color: #333;
}
.btn:active {
  border: 1px solid #94a5b0;
  background-color: #c0cad1;
  color: #222;
}
.btn:disabled,
.btn[disabled=disabled],
.btn.disabled {
  border: 1px solid #b1bec6;
  background-color: #cfd6db;
  color: #ccc;
  cursor: default;
}
.btn.btnPrimary {
  background-color: #4caf50;
  border: 1px solid #3d8b40;
  color: #eaf6eb;
}
.btn.btnPrimary:hover,
.btn.btnPrimary:focus {
  border: 1px solid #449d48;
  background-color: #6ec071;
  color: #fcfefc;
}
.btn.btnPrimary:active {
  border: 1px solid #3d8b40;
  background-color: #3d8b40;
  color: #d9eeda;
}
.btn.btnPrimary:disabled,
.btn.btnPrimary[disabled=disabled],
.btn.btnPrimary.disabled {
  border: 1px solid #92cf94;
  background-color: #b5dfb7;
  color: #fcfefc;
  cursor: default;
}
.btn.btnDanger {
  background-color: #f44336;
  border: 1px solid #ea1c0d;
  color: white;
}
.btn.btnDanger:hover,
.btn.btnDanger:focus {
  border: 1px solid #f32c1e;
  background-color: #f77066;
  color: #ffffff;
}
.btn.btnDanger:active {
  border: 1px solid #ea1c0d;
  background-color: #ea1c0d;
  color: #fff8f7;
}
.btn.btnDanger:disabled,
.btn.btnDanger[disabled=disabled],
.btn.btnDanger.disabled {
  border: 1px solid #f99d97;
  background-color: #fccbc7;
  color: #ffffff;
  cursor: default;
}
.btn.btnWarning {
  background-color: #ffc107;
  border: 1px solid #d39e00;
  color: white;
}
.btnBlock {
  width: 100%;
}
/* Button groups */
.btnGroup {
  display: inline-block;
}
.btnGroup .btn {
  float: left;
  position: relative;
}
.btnGroup .btn:not(:first-child) {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-left: -1px;
}
.btnGroup .btn:last-child:not(:first-child) {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.btnGroup .btn:first-child:not(:last-child) {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
ul.dropDown > li {
  position: relative;
  display: block;
  float: left;
}
ul.dropDown > li a {
  padding: 6px 8px;
  display: block;
}
ul.dropDownMenu {
  position: absolute;
  min-width: 160px;
  background-color: white;
  border: 1px solid #cfd6db;
  padding: 4px 0;
  z-index: 1000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
ul.dropDownMenu li {
  padding: 0;
}
ul.dropDownMenu li a {
  cursor: pointer;
  display: block;
  padding: 6px 8px;
}
ul.dropDownMenu li button {
  cursor: pointer;
  display: block;
  padding: 6px 8px;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
}
ul.dropDownMenu li button:hover,
ul.dropDownMenu li a:hover {
  background-color: #eceff1;
  color: #000;
}
ul.dropDownMenu li.divider {
  border-top: 1px solid #cfd6db;
  margin: 4px 0;
}
.claro .dijitDialog {
  border: 1px solid #ccc;
  /* .box-shadow(0 1px 5px rgba(0,0,0,0.25)); */
}
.claro .dijitDialogPaneContent {
  background: none;
  background-color: white;
  border-top: none;
  padding: 10px 10px;
  position: relative;
}
.claro .dijitDialogPaneContentArea {
  /* trick to get action bar (gray bar at bottom with OK/cancel buttons) to span from
	 * left to right but still indent dialog content
	 */
  margin: -10px -10px;
  padding: 10px 10px;
}
.claro .dijitDialogPaneActionBar {
  /* gray bar at bottom of dialog with OK/Cancel buttons */
  background-color: white;
  padding: 3px 5px 2px 7px;
  text-align: right;
  border-top: none;
  margin: 10px -10px -10px;
}
.claro .dijitTooltipDialog .dijitDialogPaneActionBar {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  margin: 10px -10px -10px;
}
.claro .dijitDialogPaneActionBar .dijitButton {
  float: none;
}
.claro .dijitDialogTitleBar {
  /* outer container for the titlebar of the dialog */
  border: none;
  background-color: white;
  /* .standard-gradient; */
  padding: 5px 7px 4px 7px;
}
.claro .dijitDialogTitle {
  /* typography and styling of the dialog title */
  padding: 0 1px;
  font-size: 1.091em;
  color: #333;
}
.claro .dijitDialogCloseIcon {
  /* the default close icon for the dialog */
  /* background: none; */
  background-repeat: no-repeat;
  position: absolute;
  right: 5px;
  height: 15px;
  width: 21px;
}
.dj_ie6 .claro .dijitDialogCloseIcon {
  background-image: none;
}
.claro .dijitDialogCloseIconHover {
  background-position: -21px;
}
.claro .dijitDialogCloseIconActive {
  background-position: -42px;
}
/* Tooltip and TooltipDialog */
.claro .dijitTooltip,
.claro .dijitTooltipDialog {
  /* the outermost dom node, holding the connector and container */
  background: transparent;
  /* make the area on the sides of the arrow transparent */
}
.dijitTooltipBelow {
  /* leave room for arrow above content */
  padding-top: 13px;
  padding-left: 3px;
  padding-right: 3px;
}
.dijitTooltipAbove {
  /* leave room for arrow below content */
  padding-bottom: 13px;
  padding-left: 3px;
  padding-right: 3px;
}
.claro .dijitTooltipContainer {
  /* the part with the text */
  background-color: white;
  /* .linear-gradient(bottom, @tooltip-gradient-color 0px, @popup-background-color 10px); */
  background-position: bottom;
  border: none;
  padding: 6px 8px;
  /*
	.border-radius(4px);
	.box-shadow(0 1px 3px rgba(0,0,0,0.25));
	*/
  font-size: 1em;
  color: #333;
}
.claro .dijitTooltipConnector {
  /* the arrow piece */
  border: 0;
  z-index: 2;
  background-image: none;
  background-repeat: no-repeat;
  width: 16px;
  height: 14px;
}
.dj_ie6 .claro .dijitTooltipConnector {
  background-image: none;
}
.claro .dijitTooltipABRight .dijitTooltipConnector {
  /* above or below tooltip, but the arrow appears on the right,
		and the right edges of target and tooltip are aligned rather than the left */
  left: auto !important;
  right: 3px;
}
.claro .dijitTooltipBelow .dijitTooltipConnector {
  /* the arrow piece for tooltips below an element */
  top: 0;
  left: 3px;
  background-position: -31px 0;
  width: 16px;
  height: 14px;
}
.claro .dijitTooltipAbove .dijitTooltipConnector {
  /* the arrow piece for tooltips above an element */
  bottom: 0;
  left: 3px;
  background-position: -15px 0;
  width: 16px;
  height: 14px;
}
.dj_ie7 .claro .dijitTooltipAbove .dijitTooltipConnector,
.dj_ie6 .claro .dijitTooltipAbove .dijitTooltipConnector {
  bottom: -1px;
}
.claro .dijitTooltipLeft {
  padding-right: 14px;
}
.claro .dijitTooltipLeft .dijitTooltipConnector {
  /* the arrow piece for tooltips to the left of an element, bottom borders aligned */
  right: 0;
  background-position: 0 0;
  width: 16px;
  height: 14px;
}
.claro .dijitTooltipRight {
  padding-left: 14px;
}
.claro .dijitTooltipRight .dijitTooltipConnector {
  /* the arrow piece for tooltips to the right of an element, bottom borders aligned */
  left: 0;
  background-position: -48px 0;
  width: 16px;
  height: 14px;
}
.claro .dijitDialogUnderlay {
  background: none;
}
.formControl {
  box-sizing: border-box;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 6px 8px;
  font-size: 12px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cfd6db;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.075);
}
.formControl:focus {
  outline-style: none;
  border: 1px solid #5e7280;
}
.formControl.formControlBlock {
  width: 100%;
  display: block;
}
textarea.formControl {
  height: auto;
  line-height: 1.5;
}
input[type="checkbox"].checkbox,
select.formControl {
  vertical-align: middle;
}
/* Override */
body.claro .dijitContentPane {
  padding: 0;
}
/* App container */
#appLayout {
  height: 100%;
}
/* Banner Panel Buttons */
.bannerPanelButtonContainer a {
  display: block;
  float: left;
  margin-left: 20px;
  margin-top: 10px;
  text-align: center;
  cursor: pointer;
}
/* Menu panel */
.mainMenuContainer {
  width: 250px;
}
div.menuPanel {
  height: 40px;
  padding: 0px;
  background: #4caf50;
  background-color: #4caf50;
  border-top: 1px solid #3d8b40;
  border-bottom: 1px solid #3d8b40;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
div.menuPanel .functionPanel {
  height: 40px;
  line-height: 40px;
  padding: 0 11px;
  /* + 1 to compensate border in 3 panel layout below */
}
/* 3 Panel layout */
#metaPanel {
  border-left: 1px solid #cfd6db;
  background-color: #eceff1;
}
#treePanel {
  border-right: 1px solid #cfd6db;
  background-color: #eceff1;
  color: #333333;
  width: 230px;
  /* fixed width */
  padding: 10px;
}
/* 3 panel layout's title */
.panelTitle {
  border-bottom: 1px solid #cfd6db;
  background-color: #eceff1;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
}
/* Override main menu button */
.ari_menu_main {
  height: 40px;
  line-height: 40px;
  background-color: #4caf50;
  color: white;
  cursor: pointer;
}
.ari_menu_main img#hamburgerMenuIcon {
  margin-top: -2px;
  margin-left: 8px;
}
.ari_menu_main span {
  margin-left: 3px;
}
.ari_menu_main:hover {
  background-color: #4caf50;
}
#menuDialogContainer.menuDialog {
  border: none;
  padding: 0;
  margin-top: 1px;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
}
#menuDialogContainer.menuDialog td:first-child {
  background-color: #eceff1;
  display: block;
}
#menuDialogContainer.menuDialog td {
  border-right: 1px solid #b1bec6;
  border-bottom: 1px solid #b1bec6;
  background-color: white;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  overflow: auto;
  padding: 10px 0;
  width: 250px;
}
ul.menuDialogItem .mainMenuHeader:first-child {
  margin-top: 0;
}
ul.menuDialogItem .mainMenuHeader {
  padding: 0 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
ul.menuDialogItem li {
  color: #5e7280;
  padding: 10px 10px;
  border-bottom: 1px solid #eceff1;
  border-top: 1px solid #eceff1;
}
.menuDialogItem li.menuDialogModule.setActive {
  opacity: 1;
  background-color: #cfd6db;
  border-top: 1px solid #c0cad1;
  border-bottom: 1px solid #c0cad1;
  color: #333e45;
}
.menuDialogItem li.menuDialogModule:hover {
  opacity: 1;
  background-color: #c0cad1;
  border-top: 1px solid #b1bec6;
  border-bottom: 1px solid #b1bec6;
  color: #1d2428;
}
.menuDialogItem li.menuDialogModule.athMenuDialogModule {
  padding: 0;
  height: 34px;
}
.menuDialogItem li.menuDialogModule.athMenuDialogModule img {
  /* margin-left: 10px; */
  /* Compensate padding */
  height: 34px;
  width: 34px;
}
.menuDialogItem li.menuDialogModule.athMenuDialogModule span {
  line-height: 34px;
}
.menuDialogItem li.menuDialogModule.athMenuDialogSeparator {
  padding: 0 0 10px 0;
  margin: 10px 0 0 0;
  border-top: 1px solid #b1bec6;
}
.menuDialogItem li.menuDialogModule.athMenuDialogSeparator:hover {
  opacity: 1;
  background-color: #eceff1;
  border-top: 1px solid #cfd6db;
  border-bottom: 1px solid #eceff1;
}
/* Override submenu */
div.subModuleHeader {
  color: #333;
  background-color: white;
  margin: 0 0 5px 0;
  padding: 0px 10px;
}
ul.subMenuItem {
  margin-bottom: 15px;
}
ul.subMenuItem li {
  text-indent: 0;
  padding-top: 0;
  padding-bottom: 0;
}
ul.subMenuItem li a {
  background-color: white;
  border-top: 1px solid white;
  /* same color with background */
  border-bottom: 1px solid white;
  /* same color with background */
  border-left: none;
  color: #666;
  padding: 5px 10px;
  background-image: none;
}
ul.subMenuItem li a:hover {
  background-color: #cfd6db;
  border-top: 1px solid #c0cad1;
  border-bottom: 1px solid #c0cad1;
  border-left: none;
  opacity: 1;
  color: #333;
}
.athSideWidget > div {
  border: 1px solid #cfd6db;
  background-color: white;
  padding: 10px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.athSideWidget {
  padding: 10px;
}
.athSideWidget .widgetHeader {
  margin-bottom: 10px;
  margin-top: 5px;
  text-transform: uppercase;
  font-weight: bold;
}
/* FileBreadcrumbWidget */
.fileBreadcrumbWidget {
  position: absolute;
  width: 100%;
  background-color: #4caf50;
  color: #b5dfbe;
}
.fileBreadcrumbWidget a {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  padding: 0 10px 0 20px;
}
.fileBreadcrumbWidget a:first-child {
  padding: 0px 10px;
}
.fileBreadcrumbWidget a:link,
.fileBreadcrumbWidget a:visited {
  color: #b5dfbe;
}
.fileBreadcrumbWidget .fileBreadcrumbLastItem {
  color: white !important;
  background-color: #449d48;
}
.fileBreadcrumbWidget .fileBreadcrumbContainer {
  cursor: pointer;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  border: 1px solid #306f33;
  background-color: #3d8b40;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fileBreadcrumbWidget .fileBreadcrumbArrow .fileBreadcrumbArrow:before,
.fileBreadcrumbWidget .fileBreadcrumbArrow:after {
  font-size: 0px;
  height: 0px;
  line-height: 0%;
}
.fileBreadcrumbWidget .fileBreadcrumbArrow:before,
.fileBreadcrumbWidget .fileBreadcrumbArrow:after {
  position: absolute;
}
.fileBreadcrumbWidget .fileBreadcrumbArrow:before {
  content: ' ';
  margin-top: -1px;
  border-left: 11px solid #306f33;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}
.fileBreadcrumbWidget .fileBreadcrumbArrow:after {
  content: ' ';
  border-left: 10px solid #3d8b40;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
/* Override title bar */
.ari_title {
  color: #b5dfbe;
}
.ari_title_focus {
  color: white;
}
.ari_title .ari_title_normal:after {
  content: "\0000a0/\0000a0";
}
.ari_title li {
  display: block;
  float: left;
}
/* file detailed view widget */
/* Override */
.panelTitle #fileToolbarWidget {
  padding: 6px 0;
}
.panelTitle #fileToolbarWidget .dropDown {
  line-height: 12px;
  display: inline-block;
}
.panelTitle #fileToolbarWidget .dropDownMenu {
  margin-top: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#metadataWidget label {
  font-weight: bold;
  display: block;
}
#metadataWidget input,
#metadataWidget textarea,
#metadataWidget p {
  margin-top: 3px;
  margin-bottom: 10px;
}
#metadataWidget .seeVersionText {
  cursor: pointer;
  font-weight: normal;
  text-decoration: underkine;
  color: #4caf50;
}
#metadataWidget .dropDownContainer {
  position: absolute;
  left: 20px;
  right: 20px;
  box-sizing: border-box;
  padding: 0;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
#metadataWidget .dropDownContainer table {
  padding: 8px;
}
#metadataWidget .dropDownContainer td {
  vertical-align: top;
  padding-top: 5px;
}
#metadataWidget .dropDownContainer tr:first-child td {
  padding-top: 0;
}
#metadataWidget .dropDownScroller {
  max-height: 300px;
  overflow-y: auto;
  background-color: white;
  border-bottom: 1px solid #c0cad1;
  border-left: 1px solid #c0cad1;
  border-right: 1px solid #c0cad1;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
#metadataWidget .dropDownHeader {
  padding: 8px;
  background-color: #4caf50;
  color: #fcfefc;
  border: 1px solid #3d8b40;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#metadataWidget .dropDownHeader .revisionCloseBtn {
  position: absolute;
  color: #2d682f;
  font-weight: bold;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 8px;
  cursor: pointer;
}
#metadataWidget .dropDownHeader .revisionCloseBtn:hover {
  color: #1e441f;
}
#metadataWidget .metadataInput {
  padding: 10px;
  border-bottom: 1px solid #cfd6db;
}
#metadataWidget .metadataInput .btn {
  position: absolute;
  right: 21px;
  /* &times; button */
  font-size: 120%;
  width: 28px;
  height: 28px;
}
#metadataWidget .metadataInput select.formControl {
  width: calc(100% - 33px);
  margin-bottom: 0px;
}
#metadataWidget .metadataInput .metadataInputValue select.formControl,
#metadataWidget .metadataInput .metadataInputValue input.formControl,
#metadataWidget .metadataInput .metadataInputValue textarea.formControl {
  margin-top: 5px;
  margin-bottom: 0;
}
#metadataWidget .formBody,
#metadataWidget .metadataNewBody {
  border-top: 1px solid #cfd6db;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
}
#metadataWidget .metadataNewHeader {
  padding: 10px;
  background-color: #eceff1;
  border-bottom: 1px solid #cfd6db;
}
#permissionWidget .permissionHeading {
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: top;
}
#permissionWidget .permissionSubheading {
  font-weight: bold;
}
#permissionWidget img.permission-value {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
#permissionWidget tbody td {
  padding: 4px 4px 4px 0;
}
#permissionWidget p.checkboxContainer {
  margin-top: 3px;
  margin-bottom: 10px;
}
/* file tag widget*/
.tagContainer {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  background-color: #cfd6db;
  border: 1px solid #c0cad1;
  line-height: 20px;
  padding: 0 10px 0 2px;
  margin-right: 2px;
}
.tagContainer .tagDeleteButton {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 0;
  width: 16px;
  border: none;
  line-height: 16px;
  background-color: white;
}
.tagContainer .tagDeleteButton:hover {
  color: white;
  background-color: #ff4c00;
}
.tagContainer a:link,
.tagContainer a:visited {
  color: #5e7280;
}
.tagContainer a:hover,
.tagContainer a:active {
  color: #1d2428;
}
#thumbnailWidget {
  text-align: center;
}
#thumbnailWidget .thumbnailFilename {
  font-weight: normal;
  margin-bottom: 0;
}
/* File dgrid */
#fileGrid {
  border: none;
  /* dgrid override */
}
#fileGrid .field-selector {
  width: 50px;
  text-align: center;
}
#fileGrid .field-updateDate,
#fileGrid .field-type,
#fileGrid .field-size {
  width: 100px;
  text-align: right;
}
#fileGrid .ui-widget-header,
#fileGrid .dgrid-footer {
  background: none;
  background-color: #eceff1;
  color: #666;
  border-top: none;
  border-bottom: 1px solid #c0cad1;
  /* Column selector */
}
#fileGrid .ui-widget-header .dgrid-cell,
#fileGrid .dgrid-footer .dgrid-cell {
  padding: 8px 0;
}
#fileGrid .ui-widget-header .dgrid-cell:hover {
  background: none;
  background-color: #eceff1;
  color: #333;
}
#fileGrid .dgrid-cell {
  border: none;
  vertical-align: middle;
}
#fileGrid .dgrid-selected {
  background-color: #b0bec5;
}
#fileGrid .ui-state-default {
  background: none;
}
#fileGrid .ui-state-default:hover {
  background-color: #bfcad0;
}
#fileGrid .ui-state-active {
  background-color: #b0bec5;
}
#fileGrid .ui-state-active:hover {
  background-color: #93a6af;
}
#fileGrid:focus,
#fileGrid *:focus {
  outline: none;
}
