 !importantbody
  {
  background: #CCCCCC;
  }

div
  {
  margin: 0px;
  padding: 0px;
  }

*
  {
  margin: 0px;
  padding: 0px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  }


.pressed
  {
  color: black;
  background-color: #bdbdbd !important;
  }

.dtmf_digits
  {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  height: 25px;;
  width: 146px;;
  position: absolute;
  z-index: 30;
  left: 474px;
  top: 266px;
  background-color: white;
  border: 1px solid #7d7d7d;
  border-radius: 0px 0px 10px 10px;
  color: black;
  font-family: "Arial", "sans-serif";
  font-weight: bold;
  font-size: 12px;
  line-height: 21px;
  text-align: left;
  padding: 0px 5px 0px 5px;
  }

.dtmf_keypad
  {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 208px;;
  width: 146px;;
  position: absolute;
  z-index: 30;
  left: 474px;
  top: 59px;
  background-color: #ddd;
  border: 1px solid #7d7d7d;
  border-radius: 10px 10px 0px 0px;
  }

.dtmf_keypad_row
  {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  }

.dtmf_key
  {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: "Arial", "sans-serif";
  font-weight: bold;
  font-size: 15px;
  background-color: white;
  line-height: 19px;
  text-align: center;
  color: #0d0d0d;
  width: 31px;
  height: 31px;
  border-radius: 5px;
  border: 1px solid black;
  box-sizing: border-box;
  cursor: pointer;
  }

.dtmf_letters
  {
  font-family: "Arial", "sans-serif";
  font-weight: normal;
  font-size: 8px;
  line-height: 8px;
  }

input
  {
  box-sizing: border-box;
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  }


.mainmenu
  {
  background: #A0E020; 
  margin: 0px;
  padding: 0px;
  width: 960px;
  display: block;
  position: relative;
  top: 0px;
  
  }

.mainmenu ul
  {
  margin: 0px;
  padding: 3px 2px 0px;
  line-height: 100%;
  font: normal 13px Arial, Helvetica, sans-serif;

  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0, .4);
  -moz-box-shadow: 0 3px 3px rgba(0,0,0, .4);
  box-shadow: 0 3px 3px rgba(0,0,0, .4);
  }

.mainmenu li 
  {
  margin: 0px 0px 0px -1px;
  padding: 0px 0px 0px;
  float: left;
  position: relative;
  list-style: none;
  }

.mainmenu a
  {
  font-weight: bold;
  color: #444444;
  text-decoration: none;
  display: block;
  padding: 4px 20px;
  margin: 0px 0px -4px -1px;
  border-top: solid 0px #A0E020;
  height: 33px;
  -moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
-moz-border-radius-bottomleft: 0px;
-moz-border-radius-bottomright: 0px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
  
  
  }

.mainmenu li.last a
  {
  font-weight: bold;
  color: #444444;
  text-decoration: none;
  display: block;
  padding: 4px 20px;
  margin: 0px 0px 0px -1px;
  border-top: solid 0px #A0E020;
  height: 27px;
  -moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
-moz-border-radius-bottomleft: 0px;
-moz-border-radius-bottomright: 0px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
  
  background: none;
  }

.mainmenu a:hover 
  {
  background: #F86808;
  color: #E7E5E5;
  border-top: solid 0px #F8F8F8;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
  box-shadow: 0 1px 1px rgba(0,0,0, .2);
  text-shadow: 0 1px 1px rgba(0,0,0, .3);

  }

.mainmenu .active a
  {
  background: #F86808;
  color: #E7E5E5;
  border-top: solid 0px #F8F8F8;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
  box-shadow: 0 1px 1px rgba(0,0,0, .2);
  
  }

.mainmenu .subactive a
  {
  background: #F86808;
  color: #E7E5E5;
  border-top: solid 0px #F8F8F8;
  margin: 0px 0px 0px 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
-moz-border-radius-bottomleft: 0px;
-moz-border-radius-bottomright: 0px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
  
  }

.mainmenu li:hover > a
  {
  background: #F86808;
  color: #E7E5E5;
  border-top: solid 0px #F8F8F8;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
  box-shadow: 0 1px 1px rgba(0,0,0, .2);
  
  }

.mainmenu ul ul li:hover a
  {
  background: #A0E020;
  color: #444444;
  border-top: solid 0px #F8F8F8;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
  box-shadow: 0 1px 1px rgba(0,0,0, .2);
  
  }

.mainmenu li:hover li a 
  {
  background: #F86808;
  color: #E7E5E5;
  
  }

.mainmenu li:hover > ul
  {
  display: block;
  }

.mainmenu ul ul
  {
  display: none;
  margin: 0;
  padding: 0;
  width: 180px;
  position: absolute;
  top: 21px;
  right: 2px;
  z-index: 99;
  background: #F86808;
  border: solid 1px #F86808;
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0, .4);
  -moz-box-shadow: 0 3px 3px rgba(0,0,0, .4);
  box-shadow: 0 3px 3px rgba(0,0,0, .4);
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  }

.mainmenu ul ul li
  {
  float: center;
  margin: 5px;
  width: 170px;
  padding: 3px;
  border: none;
  }

.mainmenu ul ul a
  {
  font: bold 13px Arial, Helvetica, sans-serif;

  text-align: left;
  
  border: solid 1px #F86808;
  }


.mainmenu ul:after
  {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  }


.submenu
  {
  background: #F86808;
  margin: 0px;
  padding: 0px;
  width: 960px;
  display: block;
  position: relative;
  top: -8px;
  }

.submenu ul
  {
  margin: 0px;
  padding: 3px 2px 3px;
  background: #F86808;
  line-height: 100%;
  font: normal 13px Arial, Helvetica, sans-serif;

  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0, .4);
  -moz-box-shadow: 0 3px 3px rgba(0,0,0, .4);
  box-shadow: 0 3px 3px rgba(0,0,0, .4);
  }

.submenu li
  {
  margin: 0px;
  padding: 0px 2px 2px;
  float: left;
  position: relative;
  list-style: none;
  }

.submenu a
  {
  font-weight: bold;
  color: #E7E5E5;
  text-decoration: none;
  display: block;
  padding: 4px; 20px;
  margin: 0px;
  border-top: solid 0px #F86808;
  -moz-border-radius: 6px;
  border-radius: 6px;
  
  }

.submenu a:hover
  {
  background: #A0E020;
  color: #444444;
  border-top: solid 0px #F86808;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
  box-shadow: 0 1px 1px rgba(0,0,0, .2);
  
  }

.submenu .active a:
  {
  background: #A0E020;
  color: #444444;
  border-top: solid 0px #F86808;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
  box-shadow: 0 1px 1px rgba(0,0,0, .2);
  
  }

.submenu ul:after
  {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  }


.loginpanel
  {
  display: none;
  float: right;
  margin: 0px;
  margin-right: 4px;
  padding: 3px 2px 3px;
  position: absolute;
  top: 29px;
  right: 0px;
  background: #F86808;
  z-index: 9;

  line-height: 100%;
  font: normal 13px Arial, Helvetica, sans-serif;

  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0, .4);
  -moz-box-shadow: 0 3px 3px rgba(0,0,0, .4);
  box-shadow: 0 3px 3px rgba(0,0,0, .4);
  }  

.forgot_link a
  {
  font: normal 13px Arial, Helvetica, sans-serif;

  font-size: 10px;
  color: #0000AA;
  text-decoration: underline;
  display: block;
  padding: 0px;
  margin: 0px;
  border: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  }

.forgot_link a:hover
  {
  font: normal 13px Arial, Helvetica, sans-serif;

  font-size: 10px;
  color: #0000AA;
  text-decoration: underline;
  display: block;
  padding: 0px;
  margin: 0px;
  border: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  }

.loginpanel_active
  {
  display: block;
  float: right;
  margin: 0px;
  margin-right: 4px;
  padding: 3px 2px 3px;
  position: absolute;
  top: 23px;
  right: 0px;
  background: #F86808;
  z-index: 9;

  line-height: 100%;
  font: normal 13px Arial, Helvetica, sans-serif;

  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0, .4);
  -moz-box-shadow: 0 3px 3px rgba(0,0,0, .4);
  box-shadow: 0 3px 3px rgba(0,0,0, .4);
  }  

.loginpanelfieldname
  {
  text-align: left;
  float: left;
  margin: 3px;
  color: #333333;
  font: normal 13px Arial, Helvetica, sans-serif;

  font-size: 10px;
  }

.login_status
  {
  text-align: center;
  margin: 3px;
  color: #AA0000;
  font: normal 13px Arial, Helvetica, sans-serif;

  font-size: 10px;
  }

.loginpanelrememberme_check
  {
  vertical-align: middle;
  }

.loginpanelrememberme
  {
  vertical-align: middle;
  margin: 3px;
  color: #333333;
  font: normal 13px Arial, Helvetica, sans-serif;

  font-size: 10px;
  }

.loginbutton
  {
  margin: 2px;
  background: #A0E020;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: ;
  font: normal 13px Arial, Helvetica, sans-serif;

  font-size: 10px;
  text-decoration: none;
  vertical-align: middle;
  }

.loginbutton:hover
  {
  background: #A0E020;
  color: #CCCCCC;
  }

.loginbutton:active
  {
  background: #A0E020;
  }

.loginpanelfield
  {
  #float: left;
  #position: relative;
  background: #ECF9D2;
  }

.loginpanellink
  {
  float: left;
  margin: 3px;
  position: relative;
  color: #777777;
  font: normal 13px Arial, Helvetica, sans-serif;

  font-size: 10px;
  }

#page_content
  {
  float: left;
  margin: 0px;
  display: block;
  }

.main_page
  {
  background: #FFFFFF;
  width: 960px;
  min-height: 400px;
  /* height: auto !important; */
  height: auto;
  /* height: 100px; */
  margin: auto;
  }

.main_content
  {
  background: #FFFFFF;
  width: 960px;
  }

.main_footer
  {
  display: block;
  margin: auto;
  width: 960px;
  background: #F86808;
  color: #E7E5E5;
  text-decoration: none;
  font: bold 13px Arial, Helvetica, sans-serif;

  
  }

.mainlogo
  {
  display: block;
  position: relative;
  top: 0px;
  height: 74px;
  width: 960px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  }

.loginstatus
  {
  display: block;
  position: relative;
  height: 28px;
  top: -50px;
  margin-bottom: -50px;
  padding: 0px;
  text-align: right;
  white-space: nowrap;
  }

.loginstatus span
  {
  text-decoration: none;
  white-space: nowrap;
  color: #A0E020;
  font: bold 11px Arial, Helvetica, sans-serif;

  
  z-index: 9;
  vertical-align: middle;
  }

.loginstatus span font
  {
  color: #F86808;
  }

.logoutlink
  {
  white-space: nowrap;
  }

.logoutlink a
  {
  white-space: nowrap;
  font: bold 11px Arial, Helvetica, sans-serif;

  
  z-index: 9;
  }

.myaccountpanel
  {
  display: none;
  float: right;
  margin: 0px;
  margin-right: 4px;
  padding: 3px 40px 3px 0px;
  position: absolute;
  top: 24px;
  right: 0px;
  background: #F86808;
  z-index: 9;

  line-height: 100%;
  font: normal 13px Arial, Helvetica, sans-serif;

  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0, .4);
  -moz-box-shadow: 0 3px 3px rgba(0,0,0, .4);
  box-shadow: 0 3px 3px rgba(0,0,0, .4);
  }  

.myaccountpanel_active
  {
  display: block;
  float: right;
  margin: 0px;
  margin-right: 4px;
  padding: 3px 40px 3px;
  position: absolute;
  top: 24px;
  right: 0px;
  background: #F86808;
  z-index: 9;

  line-height: 100%;
  font: normal 13px Arial, Helvetica, sans-serif;

  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0, .4);
  -moz-box-shadow: 0 3px 3px rgba(0,0,0, .4);
  box-shadow: 0 3px 3px rgba(0,0,0, .4);
  }  

.boxed_div 
  {
  display: block;
  padding: 13px 10px 13px 10px;
  margin: 25px 5px 25px 5px;
  border: solid 1px #F86808;
  -moz-border-radius: 15px;
  border-radius: 15px;
  }

.boxed_div_label
  {
  display:inline;
  position: relative;
  top: 15px;
  left: 30px;
  margin: 0px;
  padding: 2px 30px 2px 30px;
  float: left;
  white-space: nowrap;
  border: solid 1px #F86808;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #FFFFFF;
  color: #333333;
  font: bold 13px Arial, Helvetica, sans-serif;

  
  z-index: 9;
  }

.boxed_div_content
  {
  text-align: left;
  display: block;
  position: relative;
  margin: 1px;
  padding: 0px;
  white-space: wrap;
  }

.boxed_button
  {
  position: relative;
  right: 24px;
  bottom: 0px;
  margin: 0px 0px 0px 10px;
  padding: 2px 30px 2px 30px;
  float: right;
  background: #F86808;
  color: #E7E5E5;
  font: bold 13px Arial, Helvetica, sans-serif;

  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  }

.inner_boxed_button
  {
  background: #F86808;
  color: #E7E5E5;
  font: bold 13px Arial, Helvetica, sans-serif;

  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  }

.span_error
  {
  color: #AA0000;
  font: italic bold 13px Arial, Helvetica, sans-serif;

  }

.span_info
  {
  color: #0000AA;
  font: bold 13px Arial, Helvetica, sans-serif;

  }

.general_txt
  {
  color: #333333;
  font: bold 13px Arial, Helvetica, sans-serif;

  }

.general_special
  {
  color: #777777;
  font: bold 13px Arial, Helvetica, sans-serif;

  }

.radio_label
  {
  margin-bottom: 1px;
  padding: 0px 5px 0px 0px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  color: #333333;
  font: bold 13px Arial, Helvetica, sans-serif;

  font-weight: bold;
  }

.label_txt_nowidth
  {
  margin-bottom: 0px;
  padding: 4px 5px 4px 0px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  color: #F86808;
  font: bold 13px Arial, Helvetica, sans-serif;

  font-weight: bold;
  }

.label_txt
  {
  margin-bottom: 2px;
  padding: 4px 5px 4px 0px;
  width: 194px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  color: #F86808;
  font: bold 13px Arial, Helvetica, sans-serif;

  font-weight: bold;
  }

.fixed_txt
  {
  margin-bottom: 2px;
  border: solid 1px #888888;
  padding: 3px 5px 3px 3px;
  width: 194px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  color: #888888;
  font: bold 13px Arial, Helvetica, sans-serif;

  font-weight: bold;
  }

.label_long_txt
  {
  margin-bottom: 2px;
  padding: 0px 5px 0px 0px;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  color: #F86808;
  font: bold 13px Arial, Helvetica, sans-serif;

  font-weight: bold;
  }

.label_header_txt
  {
  margin-bottom: 5px;
  padding: 0px 5px 0px 0px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  color: #333333;
  font: bold 13px Arial, Helvetica, sans-serif;

  font-weight: bold;
  }

.select_field
  {
  min-width: 400px;
  }

select, .select_field
  {
  height: 21px;
  margin: 1px 5px 1px 0px;
  padding: 0px 4px 0px 4px;
  color: #333333;
  font: bold 13px Arial, Helvetica, sans-serif;

  background-color: white;
  border: 1px solid #8f8f9d;
  border-radius: 2px;
  }

.select_field_nolen
  {
  margin: 1px 5px 1px 0px;
  padding: 0px 4px 0px 4px;
  height: 21px;
  color: #333333;
  font: bold 13px Arial, Helvetica, sans-serif;

  background-color: white;
  border: 1px solid #8f8f9d;
  border-radius: 2px;
  }

input, .text_field
  {
  margin: 1px 5px 1px 0px;
  padding: 0px 4px 0px 4px;
  height: 21px;
  color: #333333;
  font: bold 13px Arial, Helvetica, sans-serif;

  background-color: white;
  border: 1px solid #8f8f9d;
  border-radius: 2px;
  }

.show_text_field
  {
  margin: 1px 5px 1px 0px;
  padding: 0px 4px 0px 4px;
  color: #333333;
  font: bold 13px Arial, Helvetica, sans-serif;

  }

.second_connector
  {
  background: #F86808; 
  margin: 0px;
  padding: 0px;
  width: 10px;
  height: 7px;
  display: block;
  position: absolute;
  bottom: -3px;
  }

.second_menu
  {
  background: #F86808; 
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: 960px;
  display: block;
  position: relative;
  top: -4px;
  
  }

.second_menu ul
  {
  margin: 0px;
  padding: 3px 2px 3px;
  line-height: 100%;
  font: normal 13px Arial, Helvetica, sans-serif;

  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0, .4);
  -moz-box-shadow: 0 3px 3px rgba(0,0,0, .4);
  box-shadow: 0 3px 3px rgba(0,0,0, .4);
  }

.second_menu li 
  {
  margin: 0px 0px;
  padding: 0px 2px 2px;
  float: left;
  position: relative;
  list-style: none;
  }

.second_menu a
  {
  font-weight: bold;
  color: #F8F8F8;
  text-decoration: none;
  display: block;
  padding: 2px 10px;
  margin: 2px 0px 0px 2px;
  border-top: solid 0px #F86808;
  -moz-border-radius: 6px;
  border-radius: 6px;
  
  }

.second_menu a:hover 
  {
  background: #666666;
  color: #F8F8F8;
  border-top: solid 0px #F8F8F8;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
  box-shadow: 0 1px 1px rgba(0,0,0, .2);
  text-shadow: 0 1px 1px rgba(0,0,0, .3);

  }

.second_menu .active a
  {
  background: #666666;
  color: #F8F8F8;
  border-top: solid 0px #F8F8F8;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
  box-shadow: 0 1px 1px rgba(0,0,0, .2);
  
  }

.second_menu li:hover > a
  {
  background: #666666;
  color: #F8F8F8;
  border-top: solid 0px #F8F8F8;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
  box-shadow: 0 1px 1px rgba(0,0,0, .2);
  
  }

.second_menu ul ul li:hover a
  {
  background: #A0E020;
  color: #444444;
  border-top: solid 0px #F8F8F8;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
  box-shadow: 0 1px 1px rgba(0,0,0, .2);
  
  }

.second_menu li:hover li a 
  {
  background: #F86808;
  color: #E7E5E5;
  
  }

.second_menu li:hover > ul
  {
  display: block;
  }

.second_menu ul ul
  {
  display: none;
  margin: 0;
  padding: 0;
  width: 180px;
  position: absolute;
  top: 21px;
  right: 2px;
  background: #F86808;
  border: solid 1px #F86808;
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0, .4);
  -moz-box-shadow: 0 3px 3px rgba(0,0,0, .4);
  box-shadow: 0 3px 3px rgba(0,0,0, .4);
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  }

.second_menu ul ul li
  {
  float: center;
  margin: 5px;
  width: 170px;
  padding: 3px;
  border: none;
  }

.second_menu ul ul a
  {
  font: bold 13px Arial, Helvetica, sans-serif;

  text-align: left;
  
  border: solid 1px #F86808;
  }


.second_menu ul:after
  {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  }

.obj_disabled
  {
  disable: true;
  }

.top_boxed_button_false:hover
  {
  position: relative;
  left: 24px;
  top: 10px;
  margin: 0px 0px 0px 10px;
  padding: 2px 30px 2px 30px;
  float: left;
  background: #F86808;
  color: #E7E5E5;
  font: bold 13px Arial, Helvetica, sans-serif;

  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  }

.top_boxed_button_true
  {
  position: relative;
  left: 24px;
  top: 10px;
  margin: 0px 0px 0px 10px;
  padding: 2px 30px 2px 30px;
  float: left;
  background: #F86808;
  color: #E7E5E5;
  font: bold 13px Arial, Helvetica, sans-serif;

  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  border: 2px outset #ccc;
  }

.top_boxed_button_false
  {
  position: relative;
  left: 24px;
  top: 10px;
  margin: 0px 0px 0px 10px;
  padding: 2px 30px 2px 30px;
  float: left;
  background: #E7E5E5;
  color: #F86808;
  font: bold 13px Arial, Helvetica, sans-serif;

  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  border: 2px outset #ccc;
  }

.field_err
  {
  margin-bottom: 0px;
  padding: 4px 20px 4px 0px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  color: #AA0000;
  font: italic bold 10px Arial, Helvetica, sans-serif;

  }

.field_req
  {
  color: #0000AA;
  font: bold 13px Arial, Helvetica, sans-serif;

  }

[disabled]
  {
  color: #333333;
  background: #ffffcc;
  border: 1px solid #cccccc;
  }

[readonly]
  {
  color: #3333333;
  background: #ffffcc;
  border: 1px solid #cccccc;
  }

tr.sort_odd td
  {
  color: #000000;
  background: #DDDDDD;
  font: normal 13px Arial, Helvetica, sans-serif;

  }

tr.sort_odd
  {
  color: #000000;
  background: #DDDDDD;
  font: normal 13px Arial, Helvetica, sans-serif;

  }

tr.sort_even td
  {
  color: #000000;
  background: #CCCCCC;
  font: normal 13px Arial, Helvetica, sans-serif;

  }

tr.sort_even
  {
  color: #000000;
  background: #CCCCCC;
  font: normal 13px Arial, Helvetica, sans-serif;

  }

tr.default
  {
  color: #000000;
  background: #FFFFFF;
  font: normal 13px Arial, Helvetica, sans-serif;

  }

tr
  {
  font: normal 13px Arial, Helvetica, sans-serif;

  }

table.zebra tbody tr:nth-child(even)
  {
  background-color: #f3f3f3
  }

table.grid td
  {
  border-top: 1px solid #CCCCCC;;
  border-left: 1px solid #CCCCCC;
  padding: 0px 5px 0px 5px;
  box-sizing: border-box;
  }

.nowrap
  {
  white-space: nowrap;
  }

table.grid td.icons_head
  {
  background: white;
  white-space: nowrap;
  border-top: 1px solid #CCCCCC;;
  border-left: 1px solid #CCCCCC;
  padding: 3px 18px 3px 5px;
  }

table.grid td.sort_head
  {
  white-space: nowrap;
  border-top: none;
  border-left: 1px solid #CCCCCC;
  padding: 3px 18px 3px 5px;
  }

table.grid td.no_sort_head
  {
  white-space: nowrap;
  border-top: none;
  border-left: 1px solid #CCCCCC;
  padding: 3px 5px 3px 5px !important;
  }

table.grid tr + tr td 
  {
  border-top: 1px solid #CCCCCC;
  }

table.grid
  {
  border-top: 0px solid #CCCCCC;
  border-left: 0px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  }

div.dt-scroll-body {
  thead,
  tfoot {
    tr {
      height: 0;

      th, td {
        height: 0 !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        border-top-width: 0px !important;
        border-bottom-width: 0px !important;

        div.dt-scroll-sizing {
          height: 0 !important;
          overflow: hidden !important;
        }
      }
    }
  }
}


div.dataTables_scrollHeadInner > table
  {
  border-bottom: 0px solid #CCCCCC;
  }
  
.sort_head
  {
  color: #FFFFFF; 
  background: #0000FF;
  padding: 3px 5px 3px 5px;
  font: bold 13px Arial, Helvetica, sans-serif;

  }

table.def_colors thead td
  {
  color: #FFFFFF; 
  background: #0000FF;
  padding: 3px 5px 3px 5px;
  font: bold 13px Arial, Helvetica, sans-serif;

  }

image
  {
  border: 0px;
  }

.del_img
  {
  border: 0px;
  padding: 0px 0px 0px 0px;
  vertical-align: middle;
  }

.mod_img
  {
  border: 0px;
  padding: 0px 0px 0px 4px;
  vertical-align: middle;
  }

.bullettext
  {
  background-image: url("/img/bullets.gif");
  height: 8px;
  widht: 8px;
  background-repeat: no-repeat;
  background-position: left;
  }

.header_div
  {
  margin: 0px 0px 0px 0px;
  padding: 2px 2px 2px 10px;
  background: #F86808;
  color: #E7E5E5;
  border: 1px solid grey;
  border-radius: 10px 10px 0px 0px;
  font: bold 13px Arial, Helvetica, sans-serif;

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  }


.header_title_div 
  {
  font: bold 13px Arial, Helvetica, sans-serif;

  }

.collapse_img
  {
  float: right;
  border: 0px;
  width: auto;
  height: 18px;
  }


.onoffswitch, .oos {
position: relative; width: 45px;
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox, .oosc{
display: none;
}
.onoffswitch-label, .oosl {
display: block; overflow: hidden; cursor: pointer;
border: 2px solid #666666; border-radius: 10px;
}
.onoffswitch-inner, .oosi {
width: 200%; margin-left: -100%;
-moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
-o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after, .oosi:before,.oosi:after {
float: left; width: 50%; height: 10px; padding: 0; line-height: 10px;
font-size: 8px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before, .oosi:before {
content: "ON";
padding-left: 8px;
padding-right: 6px;
background-color: #4A9CE0; color: #FFFFFF;
}
.onoffswitch-inner:after, .oosi:after {
content: "OFF";
padding-right: 6px;
background-color: #FFFFFF; color: #666666;
text-align: right;
}
.onoffswitch-switch, .ooss {
width: 10px; margin: 0px;
background: #FFFFFF;
border: 2px solid #666666; border-radius: 10px;
position: absolute; top: 0; bottom: 0; right: 31px;
-moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
-o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
right: 0px;
}
.oosc:checked + .oosl .oosi {
margin-left: 0;
}
.oosc:checked + .oosl .ooss {
right: 0px;
}

.one2wayswitch,  .o21 {
position: relative; width: 55px;
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.one2wayswitch-checkbox, .o21c {
display: none;
}
.one2wayswitch-label, .o21l {
display: block; overflow: hidden; cursor: pointer;
border: 2px solid #666666; border-radius: 10px;
}
.one2wayswitch-inner, .o21i {
width: 200%; margin-left: -100%;
-moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
-o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.one2wayswitch-inner:before, .one2wayswitch-inner:after, .o21i:before, .o21i:after {
float: left; width: 50%; height: 10px; padding: 0; line-height: 10px;
font-size: 8px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.one2wayswitch-inner:before, .o21i:before {
content: "2-WAY";
padding-left: 6px;
padding-right: 6px;
background-color: #4A9CE0; color: #FFFFFF;
}
.one2wayswitch-inner:after, .o21i:after {
content: "1-WAY";
padding-right: 6px;
background-color: #FFFFFF; color: #666666;
text-align: right;
}
.one2wayswitch-switch, .o21s {
width: 10px; margin: 0px;
background: #FFFFFF;
border: 2px solid #666666; border-radius: 10px;
position: absolute; top: 0; bottom: 0; right: 41px;
-moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
-o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
}
.one2wayswitch-checkbox:checked + .one2wayswitch-label .one2wayswitch-inner {
margin-left: 0;
}
.one2wayswitch-checkbox:checked + .one2wayswitch-label .one2wayswitch-switch {
right: 0px;
}
.o21c:checked + .o21l .o21i {
margin-left: 0;
}
.o21c:checked + .o21l .o21s {
right: 0px;
}

div.upload_div input
  {
  height: 21px;
  color: black;
  padding: 1px 4px 1px 4px;
  border: 1px solid rgb(169, 169, 169);
  }

div.upload_div input:disabled
  {
  color: graytext;
  background-color: #eeeeee;
  padding: 1px 4px 1px 4px;
  border: 1px solid rgb(169, 169, 169);
  }

.file_input_div     {display:inline-block; position: relative;width:61px;height:21px;overflow: hidden; }
div.upload_div input.file_input_textbox {height: 21px; width:180px;float:left; background: none; }
div.upload_div input.file_input_button  {width: 61px;position:absolute;top:0px;
                     padding:0px 8px 0px 8px; background-color:#d2d2d2; font-weight:normal; height:21px; margin:0px;}
div.upload_div input.file_input_button_hover{width:61px;position:absolute;top:0px;
                     background-color:#b2b2b2;padding:0px 8px 0px 8px; height:21px; margin:0px; font-weight:normal; }
div.upload_div input.file_input_hidden  {font-size:45px;position:absolute;right:0px;top:0px;cursor:pointer;
                     opacity:0;filter:alpha(opacity=0);-ms-filter:"alpha(opacity=0)";-khtml-opacity:0;-moz-opacity:0; }

img.edit_delete
  {
  cursor: pointer;
  }

img.editor_icon_up4 {
   margin-top: 2px;
   padding: 1px;
   height: 16px;
   width: 16px;
   cursor: pointer;
   display: inline-block;
   vertical-align: top;
}

img.editor_icon_up4:hover {
   padding: 0px;
   height: 18px;
   width: 18px;
   display: inline-block;
   vertical-align: top;
}

img.editor_icon_up4_hidden {
   display: none;
}

.wcu_err_status { font: normal 13px Arial, Helvetica, sans-serif;
 font-weight: bold; color:red; }
.wcu_good_status { font: normal 13px Arial, Helvetica, sans-serif;
 font-weight: bold; color:blue; }

td.need_help
  {
  background-color: yellow;
  }

button.form_buttons, .dt-paging-button, .paginate_button, div.info_button, div.form_buttons, div.player_button
  {
    background-color: #8c9cbf;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8c9cbf), color-stop(50%, #546a9e), color-stop(50%, #36518f), color-stop(100%, #3d5691));
  background-image: -webkit-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: -moz-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: -ms-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: -o-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  border: 1px solid #172d6e;
  border-bottom: 1px solid #0e1d45;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 0 0 #b1b9cb;
  box-shadow: inset 0 1px 0 0 #b1b9cb;
  color: #fff;
  cursor: pointer;
  font: bold 12px/1 "helvetica neue", helvetica, arial, sans-serif;
  padding: 3px 5px 4px 5px;
  margin-left: 10px;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 -1px 1px #000f4d;
  }

button.form_buttons:hover, .dt-paging-button:hover, .paginate_button:hover, div.info_button:hover, div.form_buttons:hover, div.player_button:hover
  {
    background-color: #7f8dad;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7f8dad), color-stop(50%, #4a5e8c), color-stop(50%, #2f477d), color-stop(100%, #364c80));
  background-image: -webkit-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
  background-image: -moz-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
  background-image: -ms-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
  background-image: -o-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
  background-image: linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
  cursor: pointer; 
  }

button.form_buttons_hidden
  {
  visibility: hidden;
    background-color: #8c9cbf;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8c9cbf), color-stop(50%, #546a9e), color-stop(50%, #36518f), color-stop(100%, #3d5691));
  background-image: -webkit-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: -moz-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: -ms-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: -o-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  border: 1px solid #172d6e;
  border-bottom: 1px solid #0e1d45;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 0 0 #b1b9cb;
  box-shadow: inset 0 1px 0 0 #b1b9cb;
  color: #fff;
  cursor: pointer;
  font: bold 12px/1 "helvetica neue", helvetica, arial, sans-serif;
  padding: 3px 5px 4px 5px;
  margin-left: 10px;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 -1px 1px #000f4d;
  }

.paginate_button.disabled, .paginate_button.current, .dt-paging-button.disabled, .dt-paging-button.current
  {
    background-color: #8c9cbf;
  background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #5e6578 50%, rgba(65, 67, 71, 0.66), #d4d4d4 100%);
  background-image: -moz-linear-gradient(top, #f8f8f8 0%, #5e6578 50%, rgba(65, 67, 71, 0.66), #d4d4d4 100%);
  background-image: -ms-linear-gradient(top, #f8f8f8 0%, #5e6578 50%, rgba(65, 67, 71, 0.66), #d4d4d4 100%);
  background-image: -o-linear-gradient(top, #f8f8f8 0%, #5e6578 50%, rgba(65, 67, 71, 0.66), #d4d4d4 100%);
  background-image: linear-gradient(top, #f8f8f8 0%, #5e6578 50%, rgba(65, 67, 71, 0.66), #d4d4d4 100%);
  border: 1px solid #172d6e;
  border-bottom: 1px solid #0e1d45;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 0 0 #b1b9cb;
  box-shadow: inset 0 1px 0 0 #b1b9cb;
  color: #fff;
  font: bold 12px/1 "helvetica neue", helvetica, arial, sans-serif;
  padding: 3px 5px 4px 5px;
  margin-left: 10px;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 -1px 1px #000f4d;
  }

div.dataTables_paginate, div.dt-paginate
  {
  margin-bottom: 10px;
  }

div.dataTables_scroll, div.dt-scroll
  {
  # background-color: #0000FF;
  }

div.dataTables_scrollBody, div.dt-scrollBody
  {
  # border: 1px solid #CCCCCC;
  }

div.dt-layout-start
  {
  display: inline-block;
  }

div.dt-layout-end
  {
  display: inline;
  }

div.dataTables_length, div.dt-length
  {
  display: inline-block;
  margin-right: 3px;
  /* float: left; */
  }

div.dataTables_filter, div.dt-search
  {
  display: inline-block;
  margin-right: 15px;
  float: left;
  }

div.dataTables_filter label, div.dataTables_length label, div.dt-search label, div.dt-length label
  {
  padding: 4px 5px 4px 0px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  color: #F86808;
  font: bold 13px Arial, Helvetica, sans-serif;

  }

div.dataTables_length label select, div.dt-length label select
  {
  padding: 0px 5px 0px 5px;
  border: 1px solid #a9a9a9;
  }

div.dataTables_info, div.dt-info
  {
  vertical-align: middle;
  margin-top: 6px;
  margin-bottom: 6px;
  color: #F86808;
  font: bold 13px Arial, Helvetica, sans-serif;

  }

td.dataTables_empty, td.dt-empty
  {
  align: center;
  color: #F86808;
  font: bold 13px Arial, Helvetica, sans-serif;

  }

div.dataTables_filter input, div.dt-filter input
  {
  margin-left: 2px;
  width: 200px;
  height: 20px;
  padding: 0px 5px 0px 5px;
  border: 1px solid #a9a9a9;
  }

table.dataTable thead .sorting, table.dataTable thead .dt-orderable-asc .dt-orderable-desc {
  background-image: url("/images/sort_both.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
}
table.dataTable thead .sorting_asc, table.dataTable thead .dt-ordering-asc {
  background-image: url("/images/sort_asc.png?v=5") !important;
  background-repeat: no-repeat;
  background-position: right center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
}
table.dataTable thead .sorting_desc, table.dataTable thead .dt-ordering-desc {
  background-image: url("/images/sort_desc.png?v=5") !important;
  background-repeat: no-repeat;
  background-position: right center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
}
table.dataTable thead .sorting_asc_disabled, table.dataTable thead .dt-ordering-asc-disabled {
  background-image: url("/images/sort_asc_disabled.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
}
table.dataTable thead .sorting_desc_disabled , table.dataTable thead .dt-ordering-desc-disabled {
  background-image: url("/images/sort_desc_disabled.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
}

td.dt-center
  {
  text-align: center;
  }

table.grid td.sort_head.sorting_disabled
  {
  padding: 3px 5px 3px 5px;
  }

div.breadcrumb 
  {
  margin-top: 10px;
  font: normal 13px Arial, Helvetica, sans-serif;

  display: block;
  float: left;
  }

.breadcrumb {
	/*centering*/
	display: inline-block;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
	overflow: hidden;
	/* border-radius: 0px; */
        -moz-border-radius: 6px;
  border-radius: 6px;
}

.breadcrumb a {
	text-decoration: none;
	outline: none;
	display: block;
	float: left;
	font: normal 13px Arial, Helvetica, sans-serif;

	line-height: 26px;
	color: #E7E5E5;
	/*need more margin on the left of links to accomodate the numbers*/
	padding: 0 10px 0 40px;
	background: #F86808;
	/* background: linear-gradient(#666, #333); */
	position: relative;
}
/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
.breadcrumb a:first-child {
	padding-left: 17px;
	border-radius: 5px 0 0 5px; /*to match with the parent's radius*/
}
.breadcrumb a:first-child:before {
	left: 14px;
}
.breadcrumb a:last-child {
	border-radius: 0 5px 5px 0; /*this was to prevent glitches on hover*/
	padding-right: 20px;
}

/*hover/active styles*/
.breadcrumb a.active, .breadcrumb a:hover{
	background: #333;
	background: linear-gradient(#333, #000);
}
.breadcrumb a.active:after, .breadcrumb a:hover:after {
	background: #333;
	background: linear-gradient(135deg, #333, #000);
}

/*adding the arrows for the breadcrumbs using rotated pseudo elements*/
.breadcrumb a:after {
	content: '';
	position: absolute;
	top: 0; 
	right: -13px; /*half of square's length*/
	/*same dimension as the line-height of .breadcrumb a */
	width: 26px; 
	height: 26px;
	/*as you see the rotated square takes a larger height. which makes it tough to position it properly. So we are going to scale it down so that the diagonals become equal to the line-height of the link. We scale it to 70.7% because if square's: 
	length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)
	if diagonal required = 1; length = 1/1.414 = 0.707*/
	transform: scale(0.707) rotate(45deg);
	/*we need to prevent the arrows from getting buried under the next link*/
	z-index: 1;
	/*background same as links but the gradient will be rotated to compensate with the transform applied*/
	background: #F86808;
	/* background: linear-gradient(135deg, #F86808, #E7E5E5); */
	/*stylish arrow design using box shadow*/
	box-shadow: 
		2px -2px 0 2px rgba(231, 229, 229, 0.4), 
		3px -3px 0 2px rgba(231, 229, 229, 0.1);
	/*
		5px - for rounded arrows and 
		50px - to prevent hover glitches on the border created using shadows*/
	border-radius: 0 5px 0 50px;
}
/*we dont need an arrow after the last link*/
.breadcrumb a:last-child:after {
	content: none;
}
/*we will use the :before element to show numbers*/
.breadcrumb a:before {
	/*some styles now*/
	border-radius: 100%;
	width: 0px;
	height: 0px;
	line-height: 20px;
	margin: 8px 0;
	position: absolute;
	top: 0;
	left: 30px;
	background: #444;
	background: linear-gradient(#444, #222);
	font-weight: bold;
}


.flat a, .flat a:after {
/*
	background: white;
	color: black;
*/
	transition: all 0.25s;
}
.flat a:before {
/*
	background: white;
*/
	box-shadow: 0 0 0 1px #ccc;
}
.flat a:hover, .flat a.active, 
.flat a:hover:after, .flat a.active:after{
	background: #666666;
	color: #F8F8F8;
}

#tcbtn_valid_t1
  {
  margin-top: 3px;
  }

#tcbtn_valid_t2
  {
  margin-top: 3px;
  }

span.date-tccontainer {
        font: normal 13px Arial, Helvetica, sans-serif;

        /* font: bold 13px Arial, Helvetica, sans-serif;  */
	text-decoration: none;
	cursor:pointer;
}

table.mint
  {
  padding: 0px;
  margin: 0px;
  border-collapse: collapse;
  }

table.mint td
  {
  padding: 0px 4px 0px 0px;
  margin: 0px;
  border: none !important;
  }

.wcu_heading1 
  { 
  margin: 10px 0px 5px 0px; 
  font-weight: bold; 
  font-size: 20px; 
  color: #2373AB;
  }

.editor_heading 
  { 
  margin: 2px 0px 5px 0px; 
  text-align: center;
  font-weight: bold; 
  font-size: 16px; 
  color: #2373AB;
  }

div.editor_screen
  {
  display: inline-block;
  background-color: rgb(255, 255, 255);
  padding: 5px; 13px 13px 13px;
  border: 1px solid black;
  border-radius: 10px;
  }

div.editor_screen input
  {
  height: 21px;
  color: black;
  padding: 0px 4px 0px 4px;
  border: 1px solid rgb(169, 169, 169);
  }

div.editor_screen select
  {
  height: 21px;
  color: black;
  border: 1px solid rgb(169, 169, 169);
  background-color: white;
  padding-left: 4px;
  }

div.editor_screen select:disabled
  {
  color: graytext;
  background-color: #eeeeee;
  border: 1px solid rgb(169, 169, 169);
  }

div.editor_screen input:disabled
  {
  color: graytext;
  background-color: #eeeeee;
  padding: 0px 4px 0px 4px;
  border: 1px solid rgb(169, 169, 169);
  }


div.editor_screen textarea.viewer
  {
  color: black;
  text-decoration: none;
  background-color: #eeeeee;
  padding: 0px 4px 0px 4px;
  border: 1px solid rgb(169, 169, 169);
  font-family: monospace;
  }

div.editor_screen textarea
  {
  color: black;
  text-decoration: none;
  padding: 0px 4px 0px 4px;
  border: 1px solid rgb(169, 169, 169);
  font-size: 12px;
  box-sizing: border-box;
  }

div.editor_screen input.viewer
  {
  color: black;
  text-decoration: none;
  background-color: #eeeeee;
  padding: 0px 4px 0px 4px;
  border: 1px solid rgb(169, 169, 169);
  }

div.editor_screen input.viewer_link
  {
  color: blue;
  text-decoration: underline;
  background-color: #eeeeee;
  padding: 1px 4px 1px 4px;
  border: 1px solid rgb(169, 169, 169);
  cursor: pointer;
  }


div.editor_extra
  {
  display: inline-block;
  background-color: white;
  padding: 3px;
  border: 0px solid black;
  }

div.editor_extra input
  {
  color: black;
  padding: 1px 4px 1px 4px;
  border: 1px solid rgb(169, 169, 169);
  }

div.editor_extra select
  {
  color: black;
  padding: 0px 0px 0px 0px;
  border: 1px solid rgb(169, 169, 169);
  }

div.editor_extra select:disabled
  {
  color: graytext;
  padding: 1px 0px 1px 0px;
  border: 1px solid rgb(169, 169, 169);
  }

div.editor_extra input:disabled
  {
  color: graytext;
  background-color: white;
  padding: 1px 4px 1px 4px;
  border: 1px solid rgb(169, 169, 169);
  }





button.editor
  {
    background-color: #8c9cbf;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8c9cbf), color-stop(50%, #546a9e), color-stop(50%, #36518f), color-stop(100%, #3d5691));
  background-image: -webkit-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: -moz-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: -ms-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: -o-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  border: 1px solid #172d6e;
  border-bottom: 1px solid #0e1d45;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 0 0 #b1b9cb;
  box-shadow: inset 0 1px 0 0 #b1b9cb;
  color: #fff;
  font: bold 12px/1 "helvetica neue", helvetica, arial, sans-serif;
  padding: 3px 5px 4px 5px;
  margin-left: 10px;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 -1px 1px #000f4d;
  }

button.editor:hover 
  {
    background-color: #7f8dad;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7f8dad), color-stop(50%, #4a5e8c), color-stop(50%, #2f477d), color-stop(100%, #364c80));
  background-image: -webkit-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
  background-image: -moz-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
  background-image: -ms-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
  background-image: -o-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
  background-image: linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
  cursor: pointer; 
  }

button.skip:active 
  {
  -webkit-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white;
  box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white; 
  }

button.editor_hidden
  {
  visibility: hidden;
    background-color: #8c9cbf;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8c9cbf), color-stop(50%, #546a9e), color-stop(50%, #36518f), color-stop(100%, #3d5691));
  background-image: -webkit-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: -moz-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: -ms-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: -o-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  border: 1px solid #172d6e;
  border-bottom: 1px solid #0e1d45;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 0 0 #b1b9cb;
  box-shadow: inset 0 1px 0 0 #b1b9cb;
  color: #fff;
  font: bold 12px/1 "helvetica neue", helvetica, arial, sans-serif;
  padding: 3px 5px 4px 5px;
  margin-left: 10px;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 -1px 1px #000f4d;
  }

button.form_buttons
  {
    background-color: #8c9cbf;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8c9cbf), color-stop(50%, #546a9e), color-stop(50%, #36518f), color-stop(100%, #3d5691));
  background-image: -webkit-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: -moz-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: -ms-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: -o-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  border: 1px solid #172d6e;
  border-bottom: 1px solid #0e1d45;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 0 0 #b1b9cb;
  box-shadow: inset 0 1px 0 0 #b1b9cb;
  color: #fff;
  cursor: pointer;
  font: bold 12px/1 "helvetica neue", helvetica, arial, sans-serif;
  padding: 3px 5px 4px 5px;
  margin-left: 10px;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 -1px 1px #000f4d;
  }

button.form_buttons:hover 
  {
    background-color: #7f8dad;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7f8dad), color-stop(50%, #4a5e8c), color-stop(50%, #2f477d), color-stop(100%, #364c80));
  background-image: -webkit-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
  background-image: -moz-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
  background-image: -ms-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
  background-image: -o-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
  background-image: linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
  cursor: pointer; 
  }

button.form_buttons_hidden
  {
  visibility: hidden;
    background-color: #8c9cbf;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8c9cbf), color-stop(50%, #546a9e), color-stop(50%, #36518f), color-stop(100%, #3d5691));
  background-image: -webkit-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: -moz-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: -ms-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: -o-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  border: 1px solid #172d6e;
  border-bottom: 1px solid #0e1d45;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 0 0 #b1b9cb;
  box-shadow: inset 0 1px 0 0 #b1b9cb;
  color: #fff;
  cursor: pointer;
  font: bold 12px/1 "helvetica neue", helvetica, arial, sans-serif;
  padding: 3px 5px 4px 5px;
  margin-left: 10px;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 -1px 1px #000f4d;
  }

#dialer_agent_html
  {
  display: inline-block;
  margin-right: 500px;
  }

#acd_agent_html span
  {
  vertical-align: middle;
  padding-top: 2px;
  padding-bottom: 2px;
  }

#acd_agent_html
  {
  display: block;
  margin-left: 130px;
  min-width: 900px;
  text-align: left;
  }

#dialer_agent_status
  {
  cursor: pointer;
  border-radius: 11px;
  position: absolute;
  top: 0px;
  text-align: center;
  min-width: 100px;
  height: 22px;
  font-size: 20px;
  padding-top: 4px;
  color: white;
  }

#dialer_agent_status.agent_in
  {
  background-color: green;
  }

#dialer_agent_status.agent_out
  {
  background-color: black;
  }

#dialer_agent_status.agent_dialer
  {
  background-color: #4143b7;
  }

#acd_agent_available
  {
  cursor: pointer;
  display: inline-block;
  border-radius: 11px;
  text-align: center;
  min-width: 100px;
  height: 22px;
  font-size: 20px;
  color: white;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  }

#acd_agent_status_div
  {
  margin-left: 10px;
  cursor: pointer;
  display: inline-block;
  border-radius: 11px;
  border: 1px solid #a0a0a0;
  padding: 0px 10px;
  }

#acd_agent_cli_div
  {
  margin-left: 10px;
  cursor: pointer;
  display: inline-block;
  border-radius: 11px;
  border: 1px solid #a0a0a0;
  padding: 0px 10px;
  }

#acd_agent_status
  {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  height: 22px;
  font-size: 18px;
  font-weight: normal;
  color: blue;
  background-color: white;
  vertical-align: middle;
  }

#acd_agent_html img
  {
  margin-right: 8px;
  vertical-align: middle;
  height: 22px;
  padding-bottom: 1px;
  }

#hold_button
  {
  height: 20px;
  }

#direct_dial_close_button
  {
  height: 20px !important;
  }

#acd_agent_cli
  {
  margin-left: 0px;
  display: inline-block;
  text-align: center;
  height: 22px;
  font-size: 18px;
  font-weight: normal;
  padding: 0px 0px 0px 0px;
  color: #333;
  background-color: white;
  vertical-align: middle;
  }

#direct_dial_div
  {
  padding: 0px 10px;
  margin-left: 10px;
  border: 1px solid #a0a0a0;
  border-radius: 11px;
  display: inline-block;
  }

#direct_dial_label
  {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  color: black;
  vertical-align: middle;
  height: 22px;
  max-width: 350px;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  }

#direct_dial_digits
  {
  width: 163px;
  height: 20px;
  line-height: 18px;
  font-size: 18px;
  vertical-align: middle;
  }

#acd_agent_available.agent_in
  {
  background-color: green;
  }

#acd_agent_available.agent_out
  {
  background-color: black;
  }

#acd_agent_available.agent_dialer
  {
  background-color: #4143b7;
  }

/* BUZZ Tab Stuff */
.tab
  {
  overflow: hidden;
  border: none;
  border-bottom: 1px solid #ccc;
  background-color: none;
  margin-top: 0px;
  }

.tab button
  {
  font-weight: bold;
  color: #444444;
  text-decoration: none;
  display: block;
  padding: 4px 20px;
  margin: 0px;
  border: none;
  height: 33px;
  -moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
-moz-border-radius-bottomleft: 0px;
-moz-border-radius-bottomright: 0px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
  
  

  background: #f4f4f4;
  margin-right: 10px;

  float: left;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  }

.tab button:hover
  {
  background: #F86808;
  color: #E7E5E5;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
  box-shadow: 0 1px 1px rgba(0,0,0, .2);
  text-shadow: 0 1px 1px rgba(0,0,0, .3);

  }

.tab button.active
  {
  background: #F86808;
  color: #E7E5E5;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
  box-shadow: 0 1px 1px rgba(0,0,0, .2);
  
  }

.tabcontent
  {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  }

input.sel_cb_head
  {
  height: 18px !important;
  width: 18px;
  line-height: 18px;
  vertical-align: middle;
  margin-right: -13px;
  }
  
input.sel_cb
  {
  height: 18px !important;
  width: 18px;
  line-height: 18px;
  vertical-align: middle;
  }
    
img.inf_s
  {
  padding-bottom: 2px;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 0px;
  cursor: pointer;
  }

div.play_div
  {
  cursor: pointer;
  }

#hider3
  {
  position: fixed;
  top: 0vw;
  left: 0vh;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: black;
  opacity: 0;
  overflow: hidden;
  }
    
#player_container
  {
  position: absolute;
  left: 50vw;
  top: calc(var(--vh, 1vh) * 50);
  top: calc(var(--vh, 1vh) * 50);
  width: 80vw;
  padding: 15px;
  z-index: 500;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: calc(var(--vh, 1vh) * 80);
  max-height: calc(var(--vh, 1vh) * 80);
  background-color: white;
  border: 1px solid #444444;
  }

img.keypad_waveform
  {
  z-index: 10;
  position: relative;
  height: 90px;
  width: calc(78vw - 130px);
  top: -13px;
  left: 35px;
  image-rendering: -webkit-optimize-contrast;
  }

#audio_control
  {
  position: relative;
  top: -107px;
  }
  
#waveform_play
  {
  width: 78vw;
  margin-left: 1vw;
  display: block;
  margin-top: 10px;
  height: 114px;
  }
  
#hider2, div.dataTables_processing
  {
  position: fixed;
  top: 0vw;
  left: 0vh;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: black;
  opacity: 0;
  cursor: wait;
  overflow: hidden;
  }
    
#hider
  {
  position: fixed;
  top: 0vw;
  left: 0vh;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  background-color: black;
  opacity: 0.3
  }

#info_container
  {
  position: absolute;
  left: 50vw;
  top: 50vh;
  padding: 10px;
  z-index: 500;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80vh;
  background-color: white;
  border: 1px solid #444444;
  }

#info_heading, #player_heading
  {
  margin: 0px; 
  padding: 0px;
  text-align: left;
  font-weight: bold; 
  font-size: 20px; 
  color: #2373AB;
  }

#info_message, #player_message
  {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  color: #F86808;
  font: bold 13px Arial, Helvetica, sans-serif;

  font-weight: bold;
  }

#info_buttons, #player_buttons
  {
  margin-top: 0px;
  text-align: right;
  display: block;
  }

div.info_button, div.form_buttons, div.player_button
  {
  display: inline-block;
  }

span.highlight
  {
  background: #339cdb;
  color: white;
  }

span.row_pickable
  {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  }

.old_c
  {
  height: 16px !important;
  width: 16px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  transition-duration: 0.1s;
  border: 1px solid #5d5d5d;
  border-radius: 8px;
  background-color: white;
  vertical-align: middle;
  margin: 1px;
  }

.old_c:checked
  {
  background-color: #042af9;
  box-shadow: 0px 0px 0px 2px white inset;
  }

img.shared_add
  {
  width: 16px;
  height: 16px;
  vertical-align: top;
  }

img.shared_delete
  {
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin-right: -3px;
  vertical-align: top;
  }

  :root
    {
    --form-control-disabled: #959495;
    --form-control-color: #2373ab;
    }

  input[type="checkbox"]
    {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-colot: #fff !important;
    margin: 0;
    outline: none;

    color: currentColor;
    width: 1.15em !important;
    height: 1.15em !important;
    border: 0.15em solid currentColor !important;
    border-radius: 0.15em !important;
    transform: translate(-0.075em);

    display: inline-block;
    vertical-align: middle;
    }
  
  input[type="checkbox"]::before
    {
    content: "";
    width: 0.85em;
    height: 0.85em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    background-color: var(--form-control-color);

    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);

    display: inline-block;
    position: absolute;
    left: 0.075em;
    top: 0.075em;
    }
  
  input[type="checkbox"]:checked:before
    {
    transform: scale(1);
    }
  
  input[type="checkbox"]:disabled
    {
    --form-control-color: var(--form-control-disabled);
    color: var(--form-control-disabled);
    cursor: not-allowed;
    }

  input.invalid, select.invalid
    {
    border: 1px solid #d00 !important;
    border-radius: 2px;
    box-shadow: 0 0 0 3px rgba(221, 0, 0, 0.1) inset !important;
    }
  
  select.invalid
    {
    border: 1px solid #d00 !important;
    border-radius: 2px;
    box-shadow: 0 0 0 3px rgba(221, 0, 0, 0.1) inset !important;
    }
