* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
body,
html {
  margin: 0px;
  padding: 0px;
}
:active,
:focus {
  outline: none;
}
body {
  font-size: 12px;
  font-family: Arial;
  color: #505050;
  font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  min-height: 100%;
  position: relative;
}
.clear {
  clear: both;
}
.main-wrapper {
  background-color: #cccccc;
}
.center-website {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.header {
  color: white;
}
.header .top {
  height: 75px;
}
.header .rightpanel {
  float: right;
  margin-top: 7px;
}
.header .rightpanel .userstatus {
  height: 34px;
  line-height: 34px;
  font-size: 12px;
  text-align: right;
  padding-right: 5px;
}
.header .rightpanel .userstatus .user-message {
  height: 34px;
  line-height: 34px;
  color: #ffff66;
}
.header .rightpanel .userstatus .user-name {
  height: 34px;
  line-height: 34px;
}
.header .rightpanel .search {
  width: 250px;
  height: 22px;
  background-image: url(../images/slices/search-input.png);
  background-repeat: no-repeat;
}
.header .rightpanel .search input[type='text'] {
  margin: 0px;
  padding: 0px;
  border: none;
  margin-top: 4px;
  margin-left: 4px;
  width: 220px;
  background-color: white;
  height: 16px;
}
.header .logo img.logo {
  margin-top: 34px;
  margin-left: 50px;
}
.header .hmenu {
  margin-top: 12px;
  background-image: url(../images/slices/hmenu-background.png);
  width: 1200px;
  height: 82px;
}
.header .hmenu .primarymenus {
  height: 40px;
  overflow: hidden;
  margin-left: 16px;
}
.header .hmenu .primarymenus .menu-item {
  float: left;
  width: 192px;
  height: 40px;
  line-height: 42px;
  margin-right: 1px;
  margin-top: 2px;
  text-align: center;
}
.header .hmenu .primarymenus .menu-item.selected {
  background-image: url('../images/slices/primarymenu_selected_bg.png');
  background-repeat: no-repeat;
  background-position: center 32px;
}
.header .hmenu .primarymenus .menu-item.selected a {
  color: #ffff66;
}
.header .hmenu .primarymenus .menu-item a {
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
}
.header .hmenu .secondarymenus {
  height: 40px;
  overflow: hidden;
  margin-left: 16px;
  margin-top: 5px;
}
.header .hmenu .secondarymenus .menu-item {
  display: inline-block;
  margin-left: 19px;
  margin-right: 19px;
  height: 36px;
  line-height: 36px;
}
.header .hmenu .secondarymenus .menu-item.selected {
  background-image: url('../images/slices/primarymenu_selected_bg.png');
  background-repeat: no-repeat;
  background-position: center 27px;
}
.header .hmenu .secondarymenus .menu-item.selected a {
  color: #ffff66;
}
.header .hmenu .secondarymenus .menu-item a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}
.body {
  background-color: white;
  min-height: 500px;
}
.footer {
  height: 82px;
  width: 1200px;
  margin: auto;
  background-image: url(../images/slices/footer_background.png);
  background-repeat: repeat-x;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.copywright {
  float: left;
  line-height: 82px;
  width: 550px;
  color: white;
}
.powerd_by {
  float: left;
  line-height: 82px;
  width: 550px;
  color: white;
}
.powerd_by span {
  float: right;
}
.footer_logo {
  float: left;
  height: 82px;
  width: 97px;
  margin: auto;
  background-image: url(../images/slices/footer_logo.png);
}
.kalina_logo {
  float: left;
  margin-top: 4px;
  height: 74px;
  width: 235px;
  /*margin: auto;*/
  background-repeat: no-repeat;
  background-image: url(../images/slices/kalina_logo.png);
}
.input {
  width: 260px;
  height: 35px;
  background-image: url('../images/slices/btn.png');
  background-repeat: no-repeat;
}
.input input[type='text'] {
  width: 240px;
  height: 30px;
  border: none;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  margin-left: 6px;
  margin-top: 3px;
  border-radius: 2px;
}
input[type='text'].disabled,
input[type='password'].disabled {
  background-color: #e9e9e9;
}
input[type='text'],
input[type='password'] {
  margin: 0px;
  padding: 0px;
  background-color: #f7f7f7;
  border: solid #5274b9 1px;
  width: 215px;
  height: 24px;
  font-size: 14px;
  color: #505050;
  /* border-radius: 2px; */
}
input[type='text'].error {
  border-color: red;
}
input[type='text'].select {
  background-image: url('../images/slices/inputs/input_select.png');
  background-position: bottom right;
  background-repeat: no-repeat;
}
input[type='button'].disabled {
  background-color: gray;
}
input[type='button'],
input[type='submit'] {
  background-color: #336699;
  margin: 0px;
  padding: 0px;
  padding-left: 7px;
  padding-right: 7px;
  border: none;
  color: white;
  border-radius: 3px;
  height: 20px;
  cursor: pointer;
  margin-top: 3px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  font-family: 'Trebuchet MS';
}
input[type='button'].disabled,
input[type='submit'].disabled {
  background-color: #878888;
}
input[type='button'].orange {
  background-color: #ef8422;
}
.disable_left {
  background-image: url('../images/slices/dashboard_page_arrow_left_last.png');
  float: right;
  height: 9px;
  width: 5px;
}
.enable_left {
  background-image: url('../images/slices/dashboard_page_arrow_left_more.png');
  cursor: pointer;
  float: right;
  height: 9px;
  width: 5px;
}
.disable_right {
  background-image: url('../images/slices/dashboard_page_arrow_right_last.png');
  cursor: pointer;
  float: right;
  height: 9px;
  width: 5px;
}
.enable_right {
  background-image: url('../images/slices/dashboard_page_arrow_right_moret.png');
  cursor: pointer;
  float: right;
  height: 9px;
  width: 5px;
}
.title {
  background: none repeat scroll 0 0 #336699;
  font-family: Trebuchet Ms;
  font-size: 16px;
  font-weight: bold;
  color: white;
  padding-bottom: 2px;
  padding-left: 15px;
}
table.default_table tbody tr td {
  border-top: 1px dotted gray;
  color: #003399;
  height: 22px;
  padding-bottom: 4px;
}
table.default_table thead tr td {
  color: #336699;
  font-weight: bold;
  height: 22px;
}
.content-search {
  padding-top: 3px;
  color: #003399;
  font-family: Trebuchet Ms;
  font-size: 13px;
  font-weight: bold;
}
.search-form {
  background-color: #e9e9e9;
  position: relative;
}
#search_menu {
  left: 1px;
  overflow: hidden;
  position: absolute;
  top: 21px;
  width: 248px;
  z-index: 200;
}
#search_menu_top {
  /*background:url(../images/slices/suggestiondropdown-top.png) no-repeat center top;    
	width:248px;
	height:9px;*/
}
#search_menu_bottom {
  /*background:url(../images/slices/suggestiondropdown-bottom.png) no-repeat center top;*/
  width: 248px;
  height: 17px;
}
#search_menu_wrapper {
  /*background:url(../images/slices/suggestiondropdown-middle.png) repeat-y top center;*/
  background-color: rgba(63, 105, 156, 0.97);
  width: 248px;
  overflow: hidden;
  border: 0px solid red;
  box-shadow: 0px 7px 10px 1px rgba(119, 119, 119, 0.75);
  -moz-box-shadow: 0px 7px 10px 1px rgba(119, 119, 119, 0.75);
  -webkit-box-shadow: 0px 7px 10px 1px rgba(119, 119, 119, 0.75);
}
#result_search_menu {
  overflow: auto;
  padding-top: 0px !important;
}
#result_search_menu .search_menu_title {
  display: block;
  font-weight: bold;
}
#result_search_menu .search_menu_description {
  display: block;
  font-style: italic;
  font-size: 10px;
}
#result_search_menu .search_menu_item {
  background: rgba(255, 255, 255, 0.4);
  margin-bottom: 4px;
  margin-left: 5px;
  margin-top: 5px;
  width: 230px;
  padding: 4px;
  cursor: pointer;
  border-radius: 3px;
}
#result_search_menu .search_menu_item:hover {
  background: rgba(255, 255, 255, 0.7);
}
.wizard_steps {
  width: 750px;
  height: 77px;
  background: url(../images/slices/separator_wizard.png) no-repeat bottom center;
  clear: both;
  padding-left: 25px;
  margin: 0 auto;
}
.wizard_steps .wizard_step {
  width: 264px;
  height: 56px;
  float: left;
  margin-left: -25px;
  background: url(../images/slices/wizard_step_inactive.png) no-repeat bottom
    center;
  font-size: 17px;
  color: #ffffff;
}
.wizard_steps .wizard_step_small {
  width: 133px;
  height: 56px;
  float: left;
  margin-left: -25px;
  background: url(../images/slices/wizard_step_inactive_small.png) no-repeat
    bottom center;
  font-size: 17px;
  color: #ffffff;
}
.wizard_steps .wizard_step_small.active,
.wizard_steps .wizard_step.active {
  width: 264px;
  background: url(../images/slices/wizard_step_active.png) no-repeat bottom
    center;
}
.wizard_steps .wizard_step_small span,
.wizard_steps .wizard_step span {
  color: #ffffff;
  font-size: 28px;
  line-height: 55px;
  padding-left: 30px;
  font-weight: bold;
  margin-right: 15px;
}
.wizard_steps .wizard_step_small span {
  margin-right: 0px;
}
.wizard_steps .wizard_step_small span {
  padding-left: 50px;
}
.wizard_controls {
  float: right;
  margin-right: 70px;
  margin-top: 20px;
}
.permision_tab {
  float: left;
  height: 30px;
  padding: 0px 5px;
  /*background:#fff;*/
  font-size: 14px;
  /*line-height:30px;*/
  margin-left: 5px;
  cursor: pointer;
  margin-bottom: -2px;
}
.permision_tab .tab_title {
  display: block;
}
/*.permision_tab.selected{
	border:1px solid #000;
	border-bottom:1px solid #fff;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}*/
.permision_tab .tab_content {
  width: 500px;
  min-height: 100px;
}
.check_uncheck {
  margin-left: 20px;
  display: block;
  padding-left: 5px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
.expandable {
  position: absolute;
  right: 0px;
  top: 10px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 30px;
  cursor: pointer;
}
label {
  color: #000;
}
input + label:hover,
input:hover + label {
  color: #555;
}
input:disabled + label {
  color: #999;
}
.expandable {
  cursor: pointer;
  font-size: 30px;
  height: 15px;
  line-height: 15px;
  position: absolute;
  right: -50;
  top: 1px;
  width: 15px;
}
.sugest_box {
  float: left;
  position: relative;
}
.sugest_result {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ccc;
  display: none;
  left: 0;
  max-height: 300px;
  min-height: 20px;
  overflow-y: auto;
  position: absolute;
  top: 20px;
  width: 200px;
}
.sugest_result a {
  border-bottom: 1px solid #ccc;
  color: #555;
  display: block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-decoration: none;
}
.sugest_result a:hover {
  background: none repeat scroll 0 0 #eee;
  color: #555;
}
.pagination {
  font-size: 16px;
}
.pagination a {
  color: #555;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  width: 20px;
}
.pagination a:hover {
  text-decoration: underline;
}
.secondarymenus {
  margin: 5px auto !important;
  width: 1155px;
  overflow: hidden;
}
#entiremenu {
  width: 10000px;
  margin-left: 0px;
}
.entiremenu {
  width: 1110px;
  overflow: hidden;
  margin: auto;
}
.menu-item {
  float: left;
}
.secondarymenus > div {
  float: left;
}
.menu_arrow {
  margin-top: 3px;
  cursor: pointer;
  line-height: 32px;
  font-size: 16px;
  font-weight: bold;
}
.menu_arrow_l {
  margin-right: 10px;
  margin-top: 14px;
  height: 11px;
  width: 9px;
  background-image: url('../images/slices/hmenu_left.png');
}
.menu_arrow_r {
  margin-left: 10px;
  margin-top: 14px;
  height: 11px;
  width: 9px;
  background-image: url('../images/slices/hmenu_right.png');
}
