/* 01 Structure */

@charset "utf-8";

html {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  height: 100%;

}

a {
  color: #336699;
}

a:hover {
  text-decoration: none;
}

.clear,
.clr,
.cl {
  clear: both;
}

/* 02 Menu */
td.menu {
  width: 15%;
  background: #eae8db;
  padding: 10px;
}

a.menu_act {
  /*font-weight: bold;*/
  text-transform: uppercase;
  color: #E0D93B;
  text-decoration: none;
}

span.logged {
  color: #E0D93B;
  font-weight: bold;
}

div.logo {
  background: url(logo.gif);
  background-repeat: no-repeat;
  height: 120px;
}

#goren_tarsene {
  margin-top: 10px;
}

/* 03 Tabs */



.tree_row_odd,
.tree_row_even {
  display: inline-table;
}

/* 04 Content */
td.content {
  width: 85%;
  padding: 10px;
  background: #ffffff;
}

#content h1 {

  font-size: 24px;
  margin-top: 0;
}

#content h2 {

  font-size: 18px;
  margin-top: 0;
}

#content h3 {

  font-size: 16px;
  margin-top: 0;
}

#content h4 {
  font-size: 14px;
  margin-top: 0;
}

.columns h3 {
  color: #3787b7;
}

span.error {
  color: #e12c23;
}

acronym {
  cursor: help;
  border-bottom: 1px solid dotted;
  font: 14px "Comic Sans MS", Verdana, Helvetica, sans-serif;
  font-weight: b;
  color: #000;
}

table.listing {
  border: 1px solid #eae8db;
}

table.listing td {
  padding: 5px;
}

th.leading {
  background: #eae8db;
  text-align: left;
  padding: 5px;
}

.theading td {
  font-weight: bold;
  background-color: #E1E0E8;
}

span.status {
  color: #e12c23;
  font: 12px Arial, Helvetica, sans-serif;
  font-weight: normal;
}

span.feat {
  color: #a6ce38;
  font: 12px Arial, Helvetica, sans-serif;
  font-weight: normal;
}

/* 05 Forms */
form {
  margin: 0;
  padding: 0;
}

input.smbtn {
  font-size: 10px;
}

input.sbox {
  font-size: 9px;
  height: 13px;
  width: 20px;
  padding: 0;
}

.input_btn,
input.smbtn {
  cursor: pointer;
}

.select_box {
  color: #000000;
}

.input_box {
  color: #000000;
}

.settings .input_box {
  /*width: 326px;*/
  border: 1px solid #3787B7;
  padding: 2px;
}

input.no_close {
  border: 1px solid #3787B7;
  padding: 2px;
  margin: 5px 0px 0px 0px;
}

/* 06 Paging */
td.total {
  text-align: left;
  width: 20%;
}

td.show {
  text-align: right;
  width: 20%;
}

td.paging {
  text-align: center;
  width: 40%;
}

td.paging a {
  text-decoration: none;
}

span.rl,
span.pg,
span.etc,
span.cpg {
  padding: 2px 5px 2px 5px;
}

span.cpg {
  color: #ffffff;
  background: #a6ce38;
  font-weight: bold;
}

.news {
  color: #007afd;
  text-decoration: none;
  margin: 0 0 0 16px;
  width: 200px;
}

#menu_tree img {
  border: none
}

.login_input_box {
  width: 160px;
}

.customer {
  border: 1px solid #3787B7;
  padding: 2px;
  /*width: 326px;*/
}

table.list_cust,
table.list_cust td,
table.list_cust {
  color: #000000;
  border: 1px solid #D5D9D8;
  font-size: 12px;
  font-family: Verdana;
}


table.list_cust td a {
  color: #FF7E00;
  font-weight: bold;
  font-family: Verdana;
  font-size: 12px;
  text-decoration: underline;
}

table.list_cust td a:hover {
  color: #000;
  font-weight: bold;
  font-family: Verdana;
  font-size: 12px;
  text-decoration: none;
}

table.list_cust tr.cust_even td {
  background-color: #ECECEC;
}

table.list_cust tr.cust_odd td {
  background-color: #FBFBFB;
}

table.list_cust tr.cust_white td,
table.list_orders tr.cust_white td {
  background-color: #FFFFFF;
}

table.list_cust tr.cust_red td {
  background-color: #FFB39F;
}

table.list_cust tr.cust_red td a:hover {
  background-color: #FFB39F !important;
}

#clear_all_special_statuses {
  text-align: right !important;
  vertical-align: bottom;
  position: relative;
  bottom: 0;
}

#clear_all_special_statuses_btn {
  color: white;
  padding: 5px;
}

a.add_cust_btn {
  background: url(tableheader.jpg) repeat-x;
  color: #FFFFFF !important;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding: 5px;
  border: 1px solid #124873;
  text-decoration: none;
}

a.add_cust_btn:hover {
  background: #3787b7;
  color: #FFF;
}

input.add_cust_btn {
  background: url(tableheader.jpg) repeat-x;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding: 5px;
  border: 1px solid #124873;
  text-decoration: none;
  cursor: pointer;
}

input.add_cust_btn:hover {
  background: #3787b7;
  color: #FFF;
}

table.list_cust tr td.cust_title {
  background: url("tableheader.jpg") repeat-x scroll 0 0 transparent;
  color: #FFFFFF;
  font-weight: bold;
  height: 30px;
  padding-left: 5px;
}

table.list_cust tr td.cust_title a {
  /*background-color: #124873;*/
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
}

table.list_cust tr td.cust_title a:hover {
  color: #E2EFFA;
  font-size: 13px;
}

table.list_cust tr.cust_even td {
  background-color: #E2EFFA;

}

table.list_cust tr.cust_odd td {
  background-color: #F5FAFE;
}

.basic_domain a.cust_domaina {
  text-align: center;
  color: #CC0000;
}

.basic_domain {
  text-align: center;
  color: #CC0000;
  width: 100%;
}

.basic_domain a.cust_domaina:hover {
  text-align: center;

  color: #CC0000;
}

.search_input {
  /*background-image:url(/images/search.jpg);*/
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-top: 2px;
  font-size: 18px;
  height: 30px;
}

td.search_titl {
  font-size: 18px;
}

.pics img {
  border: medium none;
  margin: 0 0 5px;
}

.pics:hover img {
  border: none;
  opacity: 0.7;
}

#hosting_plan_details {
  position: absolute;
  margin-left: 216px;
  background: #FFF;
  border: 1px solid #000;
  padding: 5px;
}

div.offer_customer {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  float: right;
  font-style: italic;
}

div.offer_title {
  color: #FF6633;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-decoration: none;
  font-style: italic;
  margin: 100px;
  text-align: center;
}

div.offer_header {
  font-size: 12px;
  color: #000;
}

div.offer_header h3 {
  font-size: 16px;
  color: #FF6633;
  text-decoration: underline;
  font-style: italic;
}

#offers {
  font-family: Ari�l;
  font-size: 14px;
}

#offers ul {
  color: #000;
  list-style-type: disc;
}

ul li .desc {
  font-size: 12px;
  color: #000;
  font-weight: normal;
}

.offer_price {
  font-size: 12px;
  color: #FF6633;
  font-weight: bold;
}

.red_a a {
  color: #FF0000
}

#messages {
  background-color: #FFCC00;
  padding: 10px;
  width: 98%;
}

#right_menu {
  position: absolute;
  top: 188px;
  left: 50%;
  margin-left: -590px;
  background-color: #FFF;
  border: 1px solid #124873;
  display: block;
  padding: 10px;
  width: 200px;
  font-size: 12px;
  cursor: pointer;
}

#right_menu2 span b {
  width: 332px;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  padding-left: 26px;
}

#right_menu2 ul {
  margin: 10;
  padding: 0;
}

#right_menu2 ul li {
  list-style: none;
  border-top: 1px solid #F2F1EC;
  padding-left: 12px;
}

#right_menu2 ul li.spacer {
  border-top: 0;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 0;
}

#right_menu2 ul li.head {
  padding-left: 0;
}

#idclose {
  display: none;
  text-align: right;
  color: #FF0000;
  padding-top: 10px;
}

#play_stop {
  position: fixed;
  top: 0;
  right: 400px;
  background-color: #FFF;
  border: 3px solid #124873;
  display: block;
  padding: 10px;
  width: 260px;
  font-size: 12px;
  /*500*/
}

#the_call_button {
  width: 130px;
  height: 50px;
  overflow: hidden;
  float: right;
  z-Index: 1000;
  left: 680px;
  top: 10px;
  position: absolute;
}

#open_down {
  position: absolute;
  top: 50px;
  left: 790px;
  z-Index: 1100;
}

#close_call_btn {
  display: none;
  text-align: right;
  color: #FF0000;
  position: absolute;
  top: 0px;
  left: 790px;
  z-Index: 1100;
}

.buttons_subcalls {
  padding: 10px;
  background-color: #FFCC00;
  border: 3px solid #F2F1EC;
}

#buttons_subcalls_div {

  display: table;
  width: 844px;
  text-align: left;
  padding-left: 50px;
}

#seo_id_div,
#map_id_div {
  display: none;
}

#error {
  margin: 32px;
  border: 1px solid #FF9900;
  color: #CC0000;
  font-family: Verdana, Arial;
  font-size: 12px;
  font-weight: bold;
  padding: 10px;

}

/* #calendara {
	height: 132px;
} */

#related_div {
  display: none;
}

.cpsto_old {
  FONT-SIZE: 10px;
  COLOR: #006699;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.input_btn2 {
  cursor: pointer;

}

.infobox {
  background-color: #FEFEFE;
  color: #006699;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  height: 209px;
  width: 99%;
}

.adminbox {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  COLOR: #006699;
  width: 495px;
  padding: 5px;
  background-color: #FEFEFE;
}

.teambox {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  COLOR: #CC0000;
  width: 495px;
  font-weight: bold;
  padding: 5px;
  background-color: #FEFEFE;
}

.btn2 {
  cursor: pointer;
}

.title_elem {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  COLOR: #0000CC;
  font-weight: bold;
  padding: 5px;
}

.title_elem_inactive {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  COLOR: #AAAAAA;
  font-weight: bold;
  padding: 5px;
}

.price_elems {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  COLOR: #CC0000;
  font-weight: bold;
  padding: 5px;
}

.red {
  color: #CC0000;
}

input[type="button"] {
  cursor: pointer;
}

#logo {
  /* width: 145px; */
  height: 56px;
  float: left;
  padding: 23px 0px 0px 45px;
}

#container {
  width: 100%;
}


.cur_lnk {
  text-decoration: underline !important;
  font-weight: bold;
}

.tb1 {
  width: 10px;
  height: 10px;
  background: url(tb1.png) no-repeat;
}

.tb2 {
  height: 10px;
  background: url(tb2.png) repeat-x;
}

.tb3 {
  width: 10px;
  height: 10px;
  background: url(tb3.png) no-repeat;
}

.tb4 {
  width: 10px;
  background: url(tb4.png) repeat-y;
}

.tb5 {
  width: 10px;
  background: url(tb5.png) repeat-y;
}

.tb6 {
  width: 10px;
  height: 10px;
  background: url(tb6.png) no-repeat;
}

.tb7 {
  height: 10px;
  background: url(tb7.png) repeat-x;
}

.tb8 {
  width: 10px;
  height: 10px;
  background: url(tb8.png) no-repeat;
}

.tb9 {
  background: #FFF;
  border: 1px solid #d5d9d8;
}

.tableheader {
  height: 25px;
  background: url(tableheader.jpg) repeat-x;
  color: #FFF;
  font-weight: bold;
}

.tdodd {
  background: #FFF;
  height: 25px;
}

.tdeven {
  background: #fafafa;
  height: 25px;
}

.liniika {
  width: 100%;
  height: 1px;
  background: #3787b7;
  margin: 0px;
  padding: 0;
}

.columns {
  padding: 0px 20px 0px 20px;
  width: 90%;
}

.column {
  width: 30%;
  float: left;
  min-height: 180px;
  text-align: left;
  padding: 0px 0px 0px 10px;
}

.column p {
  padding: 0px 0px 0px 10px;
}

.column2 {
  width: 33%;
  border-right: 1px dotted #2c2c2c;
  border-left: 1px dotted #2c2c2c;
  float: left;
  min-height: 200px;
  text-align: left;
}

.column2 p {
  padding: 0px 0px 0px 10px;
}

.mn_left {
  border-right: 1px solid #3787b7;
}

.mn_right {
  margin-left: 3px;
}

.site_page_menu input[type="submit"] {
  /*padding:2px;*/
  background-color: #F2F5F7;
  cursor: pointer;
  /*margin: 10px;*/
}

img.site_page:hover {
  cursor: pointer;
}

#inv_date_filter {
  padding: 10px;
}

.error {
  color: #C00;
  text-transform: none;
  font-weight: bold;
  text-align: left;
  font-size: 16px;
}

.paging_lr {
  /*background-color: #F3F7FC;*/
  padding: 5px;
  font-size: 12px;
  font-family: Verdana, Tahoma, Arial;
}

.paging_num {
  /*background-color: #F3F7FC;*/
  padding: 3px 5px;
  font-size: 12px;
  font-family: Verdana, Tahoma, Arial;
  border: 1px solid #F3F7FC;
}

.paging_cur {
  /*background-color: #F3F7FC;*/
  padding: 5px;
  font-size: 12px;
  font-family: Verdana, Tahoma, Arial;
  border: 1px solid #F3F7FC;
  padding: 3px 5px;
}

.paging_num:hover {
  border: 1px solid #bcbcbc;
  border-radius: 3px;
}

.paging_dot {
  background-color: #F3F7FC;
}

.paging_div {
  /*background-color: #F3F7FC;*/
  font-size: 12px;
  font-family: Verdana, Tahoma, Arial;
  font-weight: bold;
  padding: 8px;
}

.paging_div span:hover {
  border: 1px solid #CCCCCC;
}

.paging_div span {
  border: 1px solid #F3F7FC;
}

/*
phone styles:
*/



#content_phone #bg_phone #left_phone {
  width: 25px;
  height: 299px;
  background-image: url(background_phone.png);
  margin: 0px;
  padding: 0px;
  /*border:2px solid red;*/
  float: left;
}

#left_phone img {
  padding-top: 5px;
  padding-left: 11px;
}

#content_phone #bg_phone #center_phone {
  height: 299px;
  width: 216px;
  background-image: url(bg_center_phone.png);
  background-repeat: repeat-x;
  margin: 0px;
  padding: 0px;
  float: left;
  /*border:2px solid yellow;*/
}

#content_phone #bg_phone #right_phone {
  width: 27px;
  height: 299px;
  background-image: url(bg_right_phone.png);
  margin: 0px;
  padding: 0px;
  float: left;
  /*border:2px solid blue;*/
}

#right_phone img {
  padding-top: 5px;
  padding-right: 15px;
}

#enter img.strelka {
  padding-top: 15px;
  padding-left: 275px;
}

#enter_digits {
  background: url("digitsfield.png") no-repeat scroll center center transparent;
  color: #EEFBB6;
  font-family: Verdana, Tahoma, Arial;
  font-size: 20px;
  height: 40px;
  padding-left: 20px;
  padding-top: 10px;
  text-align: left;
}

table#the_phone_table td {
  text-align: center;
  padding: 5px 8px;
}

table#the_phone_table td img,
#convers_phone img {
  border: 0;
}

#convers_phone img#b10 {
  margin-right: 0px;
  padding: 5px 2px;
}

#convers_phone img#b11 {
  padding: 5px 2px 5px 2px;
  margin-left: 0px;
}

#digits {
  background-color: transparent;
  border: 0 none;
  color: #FFFFFF;
  font-size: 20px;
  text-align: left;
  width: 180px;
}

.backar {
  height: 32px;
  left: 210px;
  position: absolute;
  top: 45px;
  width: 40px;
}

/*
phone styles end
*/
#content_phone {
  display: none;
  /*position:absolute;*/
  position: fixed;
  z-Index: 1000;
  mozIndex: 1000;
  right: 0;
  margin-left: 300px;
  bottom: 0;
  margin-top: 0;
}

.phone-head {
  width: 268px !important;
  height: 26px;
  background: url(phone-head.png) no-repeat;
}

.phone-mid {
  width: 268px !important;
  background: url(phone-mid.png) repeat-y;
}

.phone-bot {
  width: 268px !important;
  height: 4px;
  background: url(phone-bot.png) no-repeat;
}

#erp_debugging {
  /*position:absolute;top:0; z-Index:1000; left: 50%; margin-left:-500px;height:200px;width:500px;overflow:auto;*/
  height: 200px;
  width: 500px;
  overflow: auto;
  text-align: left;
  background-color: #FFF;
  padding: 10px;
  border-right: 4px solid #7AB541;
  border-top: 4px solid #7AB541;
  border-bottom: 4px solid #7AB541;
  cursor: pointer;
}

#phone_title {
  color: #FFF;
  text-align: left;
  padding-top: 10px;
  padding-left: 44px;
}

.setting {
  float: right;
  height: 14px;
  margin: 2px 0px 0 0;
  width: 17px;
  padding: 2px 0px 0px 2px;
  background: url(setting.png) no-repeat;
}

.setting:hover {
  background: url(setting-hover.png) no-repeat;
}

#numbers_phone {
  text-align: center;
}

#the_phone_table {
  text-align: center;
  width: 100%;
}


#content_phone_small {

  /*position:absolute;*/
  position: fixed;
  z-Index: 1000;
  mozIndex: 1000;
  /*left: 50%;*/
  margin-left: 300px;
  bottom: 0;
  margin-top: 0;
  cursor: pointer;
  right: 0;
}

#phone_title_small {
  color: #FFF;
  text-align: left;
  padding-top: 10px;
  padding-left: 44px;
}

.close_small {
  float: right;
  height: 14px;
  margin: 2px 70px 0 0;
  width: 17px;
  padding: 2px 0px 0px 2px;
  background: url(close.png) no-repeat;
}


#call_db_menu a {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px !important;
  margin: 0;
  padding: 0 5px;
}

#call_db_menu .head {
  padding: 10px 0;
}

#call_db_menu select {
  max-width: 163px;
}

a.selected_db {
  text-decoration: underline !important;
  font-weight: bold !important;
}

.spacer_dbs {
  border-top: 0;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 0;
}

.padding5 {
  padding-left: 5px;
}

#callbp_inactive img {
  opacity: 0.5;
}

#closebp_inactive img {
  opacity: 0.5;
}

.proj_title_right {
  float: right;
}

.proj_title_left {
  float: left;
  font-size: 14px;
}

.proj_img {
  vertical-align: top;
}

.projs_cont_list {
  padding-top: 10px;
}

#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 900;
  background-color: #000;
  display: none;
}

#content_update {
  text-align: center;
}

#projleft {
  float: left;
  padding: 10px 0 0 10px;
  width: 640px;
  display: table-cell;
}

#projphoto {
  float: left;
  height: 190px;
  width: 240px;
}

#projdet {
  width: 390px;
  float: left;
}

.projdet1 {
  border: 1px solid #828177;
  float: left;
  padding: 5px;
  width: 183px;
  border-radius: 3px;
}

.projdet1 span {
  display: block;
  height: 22px;
  line-height: 22px;
  border-bottom: 1px dotted #828177;
}

#projright {
  width: 100%;
  padding: 10px;
  display: table-cell;
  vertical-align: top;
}

#projpanels {
  border: 1px solid #828177;
  border-radius: 3px 3px 3px 3px;
  float: left;
  height: 60px;
  margin: 30px 0 0 0;
  padding: 5px;
  width: 376px;
}

#projpanels1 {
  float: left;
}

#projpanels1 span {
  line-height: 20px;
}

#projpanels2 {
  float: left;
  margin: 0 3px;
  width: 140px;
}

#projpanels3 {
  float: left;
}

#projpanels3 span {
  line-height: 20px;
}

.projshop2 {
  float: left;
  padding: 0 10px;
}

.projshop3 {
  /*float: left;*/
  padding: 5px;
  width: 500px;
}

.projshop3 td {
  /*float: left;*/
  padding: 3px;
}

#projicons {
  border: 1px solid #828177;
  border-radius: 3px 3px 3px 3px;
  float: left;
  height: 60px;
  margin: 30px 8px 0 0;
  padding: 5px;
  width: 220px;
}

#projicons a {
  text-decoration: none;
}

#projicons img {
  padding: 4px 0px;
}

#projicons img:hover {
  opacity: 0.7;
}

#projshop {
  float: left;
  margin: 20px 0 0;
  width: 628px;
}

#projshop1,
.boxes {
  border: 1px solid #828177;
  border-radius: 3px 3px 3px 3px;
  padding: 5px;
}

#projdescr {}

#projdescr input {
  background: none repeat scroll 0 0 #3787B7;
  border: medium none;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
  margin: 15px 0 0 0;
  padding: 5px;
}

#projdescr input:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */
}

#projteam {
  margin: 20px 0 0;
}

.projteam_users {
  display: block;
  height: 20px;
}

.projteam1 {
  float: left;
  width: 50px;
}

.projteam2 {
  float: left;
}

.projteam3 {
  float: right;
  width: 60px;
}

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

.projtit {
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 10px;
  text-align: left;
}

.panels1 {
  background: url("grey_bar_big.jpg") repeat-x scroll center center transparent;
  margin-top: 5px;
  border: 1px solid #dedede;
}

.panels2 {
  background: url("grey_bar_big.jpg") repeat-x scroll center center transparent;
  height: 11px;
  margin-top: 6px;
  border: 1px solid #dedede;
  width: 140px;
}

#projteamm {
  border: 1px solid #828177;
  border-radius: 3px 3px 3px 3px;
  padding: 5px;
}

.no_close {
  float: left;
}

span.no_close {
  clear: both;
}

.site_page_menu div {
  margin: 3px 3px 3px 1px;
}

#leftmenucontainer_dd {
  clear: both;
  /*margin: 20px 0px 0px 0px;*/
}

.leftmenu1_dd {
  background: url("leftmenuhead.png") no-repeat scroll center bottom transparent;
  color: #FFFFFF;
  height: 25px;
  padding: 9px 0 0 20px;
  position: absolute;
  width: 191px;
  margin-top: -20px;
  cursor: pointer;
}

.leftmenu2_dd {
  background: url("leftmenumid.jpg") repeat-y scroll 0 0 transparent;
  display: none;
  padding: 20px 10px 0 20px;
  width: 181px;
}

.leftmenu3_dd {
  width: 211px;
  height: 39px;
  background: url(leftmenubot.jpg) no-repeat;
  display: none;
}

#leftmenucontainer_dd:hover .leftmenu1_dd {
  background: url("leftmenuhead16.png") no-repeat scroll center bottom transparent;
}

#leftmenucontainer_dd:hover .leftmenu2_dd,
#leftmenucontainer_dd:hover .leftmenu3_dd {
  display: block;
}

.text select,
#content select {
  border: 1px solid #3787B7;
  /* width: 332px;*/
}

label.LabelHolder input.default {
  position: relative;
  height: 100%;
  width: auto;
  opacity: 0;
  -moz-opacity: 0;
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
  top: 0px;
  cursor: pointer;
}

label.LabelHolder {
  width: 398px;
  height: 16px;
  background: url(browse.jpg) no-repeat right center #fff;
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #3787B7;
  border-right: none;
  padding: 2px;
}

#droppable_bin {
  background: url("icons/trash.png") no-repeat scroll 0 0 transparent;
  border: medium none;
  float: right;
  height: 256px;
  margin: 50px 120px 0 0;
  width: 256px;
}

/*.no_close {
	border: 1px solid #3787B7;
	padding: 2px;
}*/
table.text tr td:first-child {
  font-weight: bold;
}

td.cur_tmp table tr td:first-child {
  font-weight: bold;
  min-width: 40px;
}

td.cur_tmp table.orders_list tr td:first-child {
  width: 50px !important;
}

td.cur_tmp .projects_panel tr td:first-child {
  width: auto;
  padding-right: 10px;
}

/* td.cur_tmp textarea {
	width: 326px;
} */
input.add_new,
a.add_new {
  background: url("tableheader.jpg") repeat-x scroll 0 0 transparent;
  border: 1px solid #124873;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  text-align: center;
  line-height: 16px;
  cursor: pointer;
  display: inline-block;
  width: auto;
}

input.add_new:hover,
a.add_new:hover {
  background: #3787b7;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding: 5px;
  border: 1px solid #124873;
  line-height: 16px;
}

#projdescr textarea {
  width: 100%;
}

.projects_panel input[type="submit"] {
  /*background: url("tableheader.jpg") repeat-x scroll 0 0 transparent;*/
  background: #246992;
  /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3787b7', endColorstr='#246992');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#3787b7), to(#246992));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #3787b7, #246992);
  /* for firefox 3.6+ */
  border: 1px solid #124873;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-align: center;
  line-height: 16px;
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin: 0px 5px;
  border-radius: 3px;
  margin-top: 3px;
}

.projects_panel input[type="submit"]:hover {
  background: #3787b7;
  /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#246992', endColorstr='#3787b7');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#246992), to(#3787b7));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #246992, #3787b7);
  /* for firefox 3.6+ */
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #124873;
  line-height: 16px;
}

#map_canvas_cont {
  border: 1px solid grey;
  border-radius: 5px;
  padding: 0px 0px 0px 1px;
  background: #E5E3DF;
}

#map_canvas {
  border: 1px solid #aaa;
}

.fields1 {
  width: 333px !important;
  border: 1px solid #3787B7;
}

select.fields1 {
  width: 339px !important;
}

.edit_status_order {
  /* width: 130px !important; */
}

textarea.fields1 {
  width: 333px !important;
  border: 1px solid #3787B7;
  padding: 2px;
}

.left_pane {
  float: left;
  width: 50%;
}

.right_pane {
  float: left;
  width: 50%;
}

table.list_cust td a img:hover {
  opacity: 0.7;
}

.id_field tr td:first-child {
  width: auto !important;
}

.items_list a {
  color: #31749D;
  text-decoration: none;
}

.items_list a:hover {
  text-decoration: underline;
}

#leftsearch {
  width: 23px;
  height: 23px;
  background: url(search1left.png) no-repeat;
  float: left;
}

#midsearch {
  height: 23px;
  background: url(search1mid.png) repeat-x;
  float: left;
  min-width: 90px;
}

#rightsearch {
  width: 23px;
  height: 23px;
  background: url(search1right.png) no-repeat;
  float: left;
}

.new_class_1 {
  background-image: url(search2left.png) !important;
}

.new_class_2 {
  background-image: url(search2mid.png) !important;
}

.new_class_3 {
  background-image: url(search2right.png) !important;
}

#search_fld_top {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  outline: medium none;
  overflow: hidden;
  padding: 0 3px 0 16px;
  width: 70px;
  line-height: 16px;
  height: 20px;
}

#search_fld_top2 {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  outline: medium none;
  overflow: hidden;
  padding: 0 3px 0 16px;
  width: 70px;
  line-height: 16px;
  height: 20px;
}

#search_fld2 {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  outline: medium none;
  overflow: hidden;
  padding: 0 3px 0 16px;
  width: 70px;
  line-height: 16px;
  height: 20px;
}



.dashboxcont {
  border: 1px solid grey;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 1px 2px 3px 0 #878787;
  float: left;
  margin: 0 10px 10px 0px;
  min-width: 250px;
  min-height: 200px;
}

.dashboxtop {
  height: 20px;
  background: #7ab541;
  padding: 5px;
  color: #fff;
  cursor: move;
  *min-width: auto;
  *height: auto;
}

.box_scroller {
  *overflow-y: hidden !important;
}

.box_scroller span {
  *display: block;
  *width: auto;
}

.dashboxtop span {
  cursor: move;
  *width: 100%;
  *display: block;
}

.dashboxtxt {
  min-height: 40px;
  padding: 5px;
}

.srch_icon {
  background: url("mglass1.png") no-repeat scroll left center transparent;
  height: 30px;
  opacity: 1;
  position: absolute;
  top: -4px;
  width: 13px;
}

.srch_icon2 {
  background: url("mglass2.png") no-repeat scroll left center transparent;
  height: 30px;
  opacity: 0;
  position: absolute;
  top: -4px;
  width: 13px;
}

#search_results {
  background: none repeat scroll 0 0 #374850;
  border-radius: 3px;
  padding: 10px;
  text-align: left;
  margin: 5px 10px;
  color: #fcfcfc;
  font-size: 12px;
}

#search_results_cont {
  display: block;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-background-clip: content-box;
  -webkit-transition: 25ms;

}

#search_results_cont a {
  line-height: 16px;
}

.search_results {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0;
}

.listing {
  display: block;
  margin: 0 0 16px;
}

.scrollbar_maj_ne_trjabva {
  background-color: rgba(0, 0, 0, .4);
  border: 1px solid rgba(85, 85, 85, .6);
  -webkit-background-clip: content-box;
  -webkit-border-radius: 7px;
  -webkit-transition: 25ms;
  position: absolute;
  width: 5px;
  height: 300px;
}



.box_scroller {
  bottom: 2px;
  display: block;
  right: 2px;
  top: 2px;
  /*overflow: auto;*/
  overflow-y: scroll;
  overflow-x: hidden;
  height: 160px;
  -webkit-background-clip: content-box;
  -webkit-border-radius: 7px;
  -webkit-transition: 25ms;
}


#search_results_cont::-webkit-scrollbar {
  width: 7px;
  z-Index: 3000;
  display: block;
}

#search_results_cont::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(73, 73, 73, 0.4);
  -webkit-box-shadow: inset 0 0 6px rgba(73, 73, 73, 0.4);
}

#search_results_cont::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(73, 73, 73, 0.4);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.box_scroller::-webkit-scrollbar {
  width: 7px;
  z-Index: 3000;
  display: block;
}

.box_scroller::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(73, 73, 73, 0.4);
  -webkit-box-shadow: inset 0 0 6px rgba(73, 73, 73, 0.4);
}

.box_scroller::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(73, 73, 73, 0.4);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.w8em {
  width: 90px;
}

#OnlineDialog,
#OnlineDialogSession {
  display: none;
}

#top_info {
  position: absolute;
  top: 0;
  left: 300px;
}

#box_2 {
  min-width: 300px;
}

label {
  cursor: pointer;
}

#cbindings-cap {
  font-weight: bold;
  padding: 0px 0px 10px 0px;
}

#cbindings {
  background: #ededed;
  border-radius: 5px;
  border: 1px solid #ababab;
  padding: 10px;
}

.stats {
  font-weight: bold;
}

#chat_users {
  border: 1px solid #CCC;
  position: fixed;
  top: 50px;
  right: 50px;
  height: 306px;
  *height: 308px !important;
  overflow: auto;
  width: 260px;
  z-Index: 1000;
  display: none;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  margin-left: 9px;
}

.chatbox {
  z-Index: 10000;
  margin-left: 228px;
}

.chatboxtitle {
  width: 180px;
  text-align: left;
}

.chatboxtitle a {
  color: #FFF;
  font-weight: bold;
  display: block;
}

#chat_users_list {
  background: none repeat scroll 0 0 #3c7a9e;
  border: 1px solid #3c7a9e;
  color: #FFFFFF;
  display: block;
  font-weight: bold;
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px;
  padding: 1px;
  text-align: left;
}

#chat_users_list a {
  color: #fff;
  border-bottom: none;
}

.hidden_box_inside {
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 280px;
  width: 230px;
  -webkit-background-clip: content-box;
  -webkit-border-radius: 7px;
  -webkit-transition: 25ms;
}

.hidden_box a {
  display: block;
  text-align: left;
  padding: 5px 10px;
  border-bottom: 1px solid #ededed;
}

.chatboxmessage {
  text-align: left;
}

.open_chat_users {
  background: none repeat scroll 0 0 #3c7a9e;
  bottom: 0;
  margin-left: 9px;
  padding: 7px 10px;
  position: fixed;
  text-align: left;
  width: 212px;
  z-Index: 1000;
  *left: 0px;
}

.open_chat_users_btn {
  color: #fff;
  display: block;
  text-decoration: none;
}

.chatboxcontent {
  *padding-left: 0px !important;
  *padding-right: 0px !important;
  *border-right: none !important;
  *margin-right: 1px !important;
}

#erp_debugging_top {
  z-Index: 9999;
  background-color: #F0F0F0;
  color: #000;
  font-size: 12px;
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 400px;
  overflow: auto;
  border: 1px solid #CCC;
  -webkit-border-radius: 7px;
  text-align: left;
  padding: 10px;
}

.chatboxtitle,
.chatboxmessagefrom {
  white-space: nowrap;
}

.chatboxcontent {
  background-color: #ffffff;
  word-wrap: break-word;
  overflow-x: hidden;
  overflow-y: scroll;
  *width: 224px !important;
}

.chatboxcontent::-webkit-scrollbar,
.hidden_box_inside::-webkit-scrollbar {
  width: 7px;
  z-Index: 3000;
  display: block;
}

.chatboxcontent::-webkit-scrollbar-thumb,
.hidden_box_inside::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(73, 73, 73, 0.4);
  -webkit-box-shadow: inset 0 0 6px rgba(73, 73, 73, 0.4);
}

.chatboxcontent::-webkit-scrollbar-track,
.hidden_box_inside::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(73, 73, 73, 0.4);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.chatboxhead {
  background-color: #3c7a9e !important;
  border-left: 1px solid #3c7a9e !important;
  border-right: 1px solid #3c7a9e !important;
}

.chatboxtextarea {
  border: 1px solid #C8C8C8 !important;
}

.chatboxtextareaselected {
  border: 2px solid #3c7a9e !important;
}

.for_importing {
  width: 100px;
  height: 40px;
  padding: 3px;
  float: left;
  margin: 10px;
  cursor: move;
}

.to_import {
  width: 100px;
  height: 40px;
  padding: 3px;
  float: left;
  margin: 10px;
}

.transp_item {
  border: 1px solid black;
  padding: 10px;
}

.left_pane div {
  background: #ffc;
  border: 1px solid #fcc;
}

.left_pane div.ui-selected {
  background: #fcaf3e;
}

.left_pane div.ui-selecting {
  background: #8ae234;
}

/* --- orders table --- */


table.list_orders td {
  color: #000000;
  /*border:1px solid #D5D9D8;*/
  font-size: 12px;
  font-family: Verdana;
}

table.company_list,
table.company_list td {
  border: 1px solid #D5D9D8;
  color: #000000;
  font-family: Verdana;
}

.company_list td {
  height: 26px;
  padding: 5px;
}

td.company_title {
  background: url("tableheader.jpg") repeat-x scroll 0 0 transparent;
  color: #FFFFFF !important;
  font-weight: bold;
  height: 30px;
  padding-left: 5px;
}

table.company_list,
table.company_list td {
  border: 1px solid #D5D9D8;
  color: #000000;
  font-family: Verdana;
}

.company_list {
  width: 100%;
}

table td.list_orders_1 {
  width: 32px !important;
}

table td.list_orders_2 {
  width: 232px !important;
}

table td.list_orders_3 {
  width: 164px !important;
}

table.list_orders td a {
  color: #FF7E00;
  font-weight: bold;
  font-family: Verdana;
  font-size: 12px;
  text-decoration: underline;
}

table.list_orders td a:hover {
  color: #000;
  text-decoration: none;
}

table.list_orders tr.cust_even td {
  background-color: #ECECEC;
}

table.list_orders tr.cust_odd td {
  background-color: #FBFBFB;
}

.hidden {
  display: none;
}

.order_click {
  cursor: pointer;
}

table.list_orders tr td:first-child {
  width: 32px !important;
}

/*
#calls_db_panel {
	border: 1px solid grey;
    border-radius: 5px 5px 5px 5px;
    width: 300px;
	box-shadow: 1px 2px 3px 0 #878787;
}
#panel_db_tite, .panel_db_tite {
	border-bottom: 1px solid grey;
    font-weight: bold;
    padding: 10px;
	background: #7AB541;
	color: #fff;
}
#db_select, #survey_select, .greeen_box {
	line-height: 24px;
	padding: 10px;
}
.db_name {
	width: 220px;
	display: inline-block;
}
.db_name a {
	display: inline-block;
	border: 1px solid #fff;
	line-height: 24px;
	margin: 1px 0px;
	padding: 0px 5px;
}
.db_name a:hover {
	border: 1px solid grey;
    border-radius: 5px 5px 5px 5px;
}
.db_cnt {
	display: inline-block;
	height: 24px;
}
*/
p.text {
  font-size: 12px;
}

.sending_order {
  display: block;
}

.sending_order a {
  font-size: 12px;
  min-width: 264px;
  float: left;
  margin: 0 10px 10px 0;
}

#order_comments_field {
  display: none;
}

.topimg {
  float: left;
  width: 60px;
  /*height: 70px;*/
  border: 1px solid #2E2E2E;
  margin: 10px 10px 10px 0px;
}

.topimg:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#top_settings {
  background-color: #FFFFFF;
  border: 1px solid grey;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 1px 2px 3px 0 #878787;
  margin: 0 0 0 360px;
  padding: 0 0 10px;
  position: absolute;
  right: 32px;
  top: 44px;
  z-index: 9000;
}

#top_settings a {
  display: block;
  padding: 10px 10px;
  text-align: left;
}

#top_settings a:hover {
  background: #3787B7;
  color: #fff;
}

#profpic a:hover {
  background: none;
}

#profpic,
#profname {
  float: left;
  color: #2E2E2E;
}

#profname {
  font-size: 12px;
  margin: 0 0 10px;
  padding: 16px 6px 0 0;
  text-align: right;
}

.profname {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#profname span {
  padding: 0px 5px 0px 0px;
  text-align: right;
}

.profname a:hover {
  background: none !important;
  color: #31749D !important;
}

.imlink {
  cursor: pointer;
}

#erp16_alert_box {
  display: none;
}

#erp16_alert_box span {
  text-align: left !important;
}

.cust_selected {
  background-color: #76C2F3
}

.sending_order2 {
  font-size: 12px;
  min-width: 264px;
  float: left;
  margin: 0 10px 10px 0;
}

.item_settings span.h3 {
  min-width: 164px;
  display: inline-block;
  margin-bottom: 5px;
  line-height: 26px;
}

#desc_tools {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#desc_tools li {
  list-style: none;
  font-size: 12px;
  padding: 3px;
  margin: 0px;
}

.two_boxes {
  float: left;
  display: block;
  max-width: 450px;
  padding: 10px;
}

.colorpicker {
  width: 356px;
  height: 176px;
  overflow: hidden;
  position: absolute;
  background: url(colorpicker_background.png);
  font-family: Arial, Helvetica, sans-serif;
  display: none;
}

.colorpicker_color {
  width: 150px;
  height: 150px;
  left: 14px;
  top: 13px;
  position: absolute;
  background: #f00;
  overflow: hidden;
  cursor: crosshair;
}

.colorpicker_color div {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: url(colorpicker_overlay.png);
}

.colorpicker_color div div {
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  overflow: hidden;
  background: url(colorpicker_select.gif);
  margin: -5px 0 0 -5px;
}

.colorpicker_hue {
  position: absolute;
  top: 13px;
  left: 171px;
  width: 35px;
  height: 150px;
  cursor: n-resize;
}

.colorpicker_hue div {
  position: absolute;
  width: 35px;
  height: 9px;
  overflow: hidden;
  background: url(colorpicker_indic.gif) left top;
  margin: -4px 0 0 0;
  left: 0px;
}

.colorpicker_new_color {
  position: absolute;
  width: 60px;
  height: 30px;
  left: 213px;
  top: 13px;
  background: #f00;
}

.colorpicker_current_color {
  position: absolute;
  width: 60px;
  height: 30px;
  left: 283px;
  top: 13px;
  background: #f00;
}

.colorpicker input {
  background-color: transparent;
  border: 1px solid transparent;
  position: absolute;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #898989;
  top: 4px;
  right: 11px;
  text-align: right;
  margin: 0;
  padding: 0;
  height: 11px;
}

.colorpicker_hex {
  position: absolute;
  width: 72px;
  height: 22px;
  background: url(colorpicker_hex.png) top;
  left: 212px;
  top: 142px;
}

.colorpicker_hex input {
  right: 6px;
}

.colorpicker_field {
  height: 22px;
  width: 62px;
  background-position: top;
  position: absolute;
}

.colorpicker_field span {
  position: absolute;
  width: 12px;
  height: 22px;
  overflow: hidden;
  top: 0;
  right: 0;
  cursor: n-resize;
}

.colorpicker_rgb_r {
  background-image: url(colorpicker_rgb_r.png);
  top: 52px;
  left: 212px;
}

.colorpicker_rgb_g {
  background-image: url(colorpicker_rgb_g.png);
  top: 82px;
  left: 212px;
}

.colorpicker_rgb_b {
  background-image: url(colorpicker_rgb_b.png);
  top: 112px;
  left: 212px;
}

.colorpicker_hsb_h {
  background-image: url(colorpicker_hsb_h.png);
  top: 52px;
  left: 282px;
}

.colorpicker_hsb_s {
  background-image: url(colorpicker_hsb_s.png);
  top: 82px;
  left: 282px;
}

.colorpicker_hsb_b {
  background-image: url(colorpicker_hsb_b.png);
  top: 112px;
  left: 282px;
}

.colorpicker_submit {
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(colorpicker_submit.png) top;
  left: 322px;
  top: 142px;
  overflow: hidden;
}

.colorpicker_focus {
  background-position: center;
}

.colorpicker_hex.colorpicker_focus {
  background-position: bottom;
}

.colorpicker_submit.colorpicker_focus {
  background-position: bottom;
}

.colorpicker_slider {
  background-position: bottom;
}

.w132 {
  min-width: 132px;
  display: inline-block;
}

.w180 {
  min-width: 180px;
  display: inline-block;
}

/* Selectmenu
----------------------------------*/
.ui-selectmenu {
  display: block;
  display: inline-block;
  position: relative;
  border: 0;
  height: 2.2em;
  vertical-align: middle;
  text-decoration: none;
  overflow: hidden;
  zoom: 1;
}

.ui-selectmenu-icon {
  position: absolute;
  right: 6px;
  margin-top: -8px;
  top: 50%;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  display: none;
  z-index: 1005;
}

/* z-index: 1005 to make selectmenu work with dialog */
.ui-selectmenu-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.ui-selectmenu-open {
  display: inline-block;
}

ul.ui-selectmenu-menu-popup {
  margin-top: -1px;
}

.ui-selectmenu-menu li {
  padding: 0;
  margin: 0;
  display: block;
  border-top: 1px dotted transparent;
  border-bottom: 1px dotted transparent;
  border-right-width: 0 !important;
  border-left-width: 0 !important;
}

.ui-selectmenu-menu li a,
.ui-selectmenu-status {
  line-height: 1.4em;
  display: block;
  padding: .405em 2.1em .405em 1em;
  outline: none;
  text-decoration: none;
}

.ui-selectmenu-menu li.ui-state-disabled a,
.ui-state-disabled {
  cursor: default;
}

.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status {
  padding-left: 20px;
  position: relative;
  margin-left: 5px;
}

.ui-selectmenu-menu li .ui-icon,
.ui-selectmenu-status .ui-icon {
  position: absolute;
  top: 1em;
  margin-top: -8px;
  left: 0;
}

.ui-selectmenu-status {
  line-height: 1.4em;
}

.ui-selectmenu-menu li span,
.ui-selectmenu-status span {
  display: block;
  margin-bottom: .2em;
}

.ui-selectmenu-menu li .ui-selectmenu-item-header {
  font-weight: bold;
}

.ui-selectmenu-menu li .ui-selectmenu-item-footer {
  opacity: .8;
}

/* for optgroups */
.ui-selectmenu-menu .ui-selectmenu-group {
  font-size: 1em;
}

.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label {
  line-height: 1.4em;
  display: block;
  padding: .6em .5em 0;
  font-weight: bold;
}

.ui-selectmenu-menu .ui-selectmenu-group ul {
  margin: 0;
  padding: 0;
}

/* IE6 workaround (dotted transparent borders) */
* html .ui-selectmenu-menu li {
  border-color: pink;
  filter: chroma(color=pink);
  width: 100%;
}

* html .ui-selectmenu-menu li a {
  position: relative
}

/* IE7 workaround (opacity disabled) */
*+html .ui-state-disabled,
*+html .ui-state-disabled a {
  color: silver;
}

.dashboxcont .dashboxtop .close_dashbox a {
  float: right;
  margin: 0px 5px 0 0;
  border: 1px solid #555;
  width: 16px;
  height: 16px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #FFF;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 1px 2px 3px 0 #878787;
}

.dashboxcont .dashboxtop .close_dashbox a:hover {
  background-color: #F00;
  color: #FFF;
}

/* This is a very basic stylesheet for the date-picker. Feel free to create your own. */

/* The wrapper div */
div.datePicker {
  position: absolute;
  min-width: 24em;
  width: 24em;
  z-index: 9999;
  text-align: center;

  /* Change the font-size to suit your design's CSS. The following line is for the demo that has a 12px font-size defined on the body tag */
  font: 900 0.8em/0.8em Verdana, Sans-Serif;

  /* For Example: If using the YUI font CSS, uncomment the following line to get a 10px font-size within the datePicker */
  /* font:900 77%/77% Verdana; background:transparent */

  background: #FFF;

  /* Mozilla & Webkit extensions to stop text-selection. Remove if you wish to validate the CSS */
  -moz-user-select: none;
  -khtml-user-select: none;
}

/* Styles for the static datePickers */
div.staticDP {
  position: relative;
  top: 5px;
  left: 0;
}

/* The iframe hack to cover selectlists in Internet Explorer <= v6 */
iframe.iehack {
  position: absolute;
  background: #fff;
  z-index: 9998;
  padding: 0;
  border: 0;
  display: none;
  margin: 0;
}

/* The "button" created beside each input for non-static datePickers */
a.date-picker-control:link,
a.date-picker-control:visited,
a.date-picker-control:hover,
a.date-picker-control:active,
a.date-picker-control:focus {
  position: relative;
  /* Moz & FF */
  display: -moz-inline-stack;
  border: 0 none;
  padding: 0;
  margin: 0 0 0 4px;
  background: transparent url(/photos/cal.gif) no-repeat 50% 50%;
  min-width: 16px;
  line-height: 1;
  cursor: pointer;
  visibility: visible;
  text-decoration: none;
  vertical-align: middle;
}

/* Feed IE6 the following rule, IE7 should handle the min-width declared above */
* html a.date-picker-control {
  width: 16px;
}

a.date-picker-control {
  /* IE, Safari & Opera. Seperate CSS rule seems to be required. */
  display: inline-block;
}

a.date-picker-control span {
  display: block;
  width: 16px;
  height: 16px;
  margin: auto 0;
}

/* The next & previous buttons */
div.datePicker th span {
  display: inline;
  padding: 0;
  margin: 0;
  color: #000;
  text-align: center;
  line-height: 1em;
  border-width: 0;
  font-family: georgia, times new roman, palatino, times, bookman, serif;
  background: #FFF;
  font-weight: bold;
  cursor: pointer;
}

div.datePicker th span.month-display,
div.datePicker th span.year-display {
  text-transform: uppercase;
  letter-spacing: 1px;
  font: normal 1.2em Verdana, Sans-Serif;
  cursor: default;
}

div.datePicker th span.prev-but,
div.datePicker th span.next-but {
  font-size: 1.8em;
  cursor: pointer !important;
}

div.datePicker th span.today-but {
  text-align: center;
  margin: 0 auto;
  font: normal 1em Verdana, Sans-Serif;
  width: 100%;
  text-decoration: none;
  line-height: 1.6em;
  text-transform: uppercase;
  cursor: pointer !important
}

div.datePicker thead th span.fd-disabled {
  color: #aaa;
  cursor: default !important;
}

/* The mon, tue, wed etc day buttons */
div.datePicker th span.fd-day-header {
  text-align: center;
  margin: 0 auto;
  font: 900 1em Verdana, Sans-Serif;
  height: 1.4em;
  width: 2em;
  text-decoration: none;
  text-transform: lowercase;
  line-height: 1.4em;
}

/* The table */
div.datePicker table {
  position: relative;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  text-align: center;
  width: 100%;
  border-spacing: 2px;
  table-layout: fixed;
  border-collapse: separate;
}

/* Common TD & TH styling */
div.datePicker table td {
  border: 1px solid #ccc;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  /* Opera requires a line-height bigger than 1em in order to redraw properly */
  line-height: 1.2em;
  cursor: pointer;
  width: 3em;
  height: 3em !important;
  height: 2.8em;
  outline: none;
}

div.datePicker table th {
  border: 0 none;
  padding: 0;
  line-height: 1em;
  font-weight: bold;
  color: #222;
  text-align: center;
  vertical-align: middle;
}

div.datePicker table td.date-picker-unused {
  border-color: #dcdcdc;
  padding: 0;
  cursor: default !important;
}

div.datePicker table thead th.date-picker-title {
  width: auto;
  height: auto;
  padding: 0.4em 0;
}

/* The "mon tue wed etc" day header button styles */
div.datePicker table th.date-picker-day-header {
  text-transform: lowercase;
  width: 3em;
}

div.datePicker table th.date-picker-day-header span {
  display: block;
}

/* The "todays date" style */
div.datePicker table td.date-picker-today {
  color: rgb(100, 100, 100) !important;
}

/* The "selected date" style */
div.datePicker table td.date-picker-selected-date {
  color: #333 !important;
  border-color: #333 !important;
}

/* the "highlight days" style */
td.date-picker-highlight {
  color: #a86666;
}

/* The date "out of range" style */
div.datePicker table td.out-of-range {
  color: #ccc !important;
  font-style: oblique;
  background: #fcfcfc !important;
  cursor: default !important;
}

/* The "disabled days" style */
div.datePicker table td.day-disabled {
  color: #aaa !important;
  background: #FFF !important;
  cursor: default !important;
}

/* The "active cursor" style */
div.datePicker table tbody td.date-picker-hover {
  cursor: pointer;
  border-color: rgb(100, 130, 170);
  color: rgb(100, 130, 170);
}

/*
   Quirksmode necessity?
   ---------------------

   If your HTML document renders in quirksmode (i.e. has no doctype declaration)
   then uncomment the following CSS rule to set a less drastic font-size in IE

div.datePicker table th,
div.datePicker table td
        {
        font-size:100%;
        }
*/

/* Remove the images for Internet Explorer <= v6 using the "* html" hack */
* html div.datePicker table td {
  background-image: none;
}

* html div.datePicker table td.date-picker-unused {
  background: #f2f2f2;
}

.reports_w100 {
  min-width: 100px;
  display: inline-block;
  padding-bottom: 5px;
}

.projects_panel tbody tr:first-child {
  background: #246992;
  /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3787b7', endColorstr='#246992');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#3787b7), to(#246992));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #3787b7, #246992);
  /* for firefox 3.6+ */
}

.projects_panel tbody tr td font table tbody tr td table tbody tr td {
  border-radius: 2px;
}

table.content_popup td.heading {
  color: #fff !important;
}

.all_projects_list2 {
  background: #e0e0e0;
  /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#e0e0e0');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#e0e0e0));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #eee, #e0e0e0);
  /* for firefox 3.6+ */
  width: 100%;
  height: 100%;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.all_projects_list1 {
  background: #f8f8f8;
  /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f8f8f8');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#f8f8f8));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #f3f3f3, #f8f8f8);
  /* for firefox 3.6+ */
  width: 100%;
  width: 100%;
  border-radius: 3px;
  height: 100%;
}


.sh_anim_len1 {
  -o-animation-delay: 2s;
  -o-animation-duration: 500ms;
  -o-animation-iteration-count: 45;

  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 500ms;
  -webkit-animation-iteration-count: 45;

  -moz-animation-delay: 2s;
  -moz-animation-duration: 500ms;
  -moz-animation-iteration-count: 45;

  -ms-animation-delay: 2s;
  -ms-animation-duration: 500ms;
  -ms-animation-iteration-count: 45;

  animation-delay: 2s;
  animation-duration: 500ms;
  animation-iteration-count: 45;
}

.sh_anim_len2 {
  -o-animation-delay: 2s;
  -o-animation-duration: 800ms;
  -o-animation-iteration-count: 32;

  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 800ms;
  -webkit-animation-iteration-count: 32;

  -moz-animation-delay: 2s;
  -moz-animation-duration: 800ms;
  -moz-animation-iteration-count: 32;

  -ms-animation-delay: 2s;
  -ms-animation-duration: 800ms;
  -ms-animation-iteration-count: 32;

  animation-delay: 2s;
  animation-duration: 800ms;
  animation-iteration-count: 32;
}

.sh_anim_len3 {
  -o-animation-delay: 2s;
  -o-animation-duration: 1200ms;
  -o-animation-iteration-count: 20;

  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 1200ms;
  -webkit-animation-iteration-count: 20;

  -moz-animation-delay: 2s;
  -moz-animation-duration: 1200ms;
  -moz-animation-iteration-count: 20;

  -ms-animation-delay: 2s;
  -ms-animation-duration: 1200ms;
  -ms-animation-iteration-count: 20;

  animation-delay: 2s;
  animation-duration: 1200ms;
  animation-iteration-count: 20;
}

@charset "UTF-8";

body {
  -webkit-backface-visibility: hidden
}

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s
}

@-webkit-keyframes flash {

  0%,
  50%,
  100% {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

@-moz-keyframes flash {

  0%,
  50%,
  100% {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

@-o-keyframes flash {

  0%,
  50%,
  100% {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

@keyframes flash {

  0%,
  50%,
  100% {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash
}

@-webkit-keyframes shake {

  0%,
  100% {
    -webkit-transform: translateX(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px)
  }
}

@-moz-keyframes shake {

  0%,
  100% {
    -moz-transform: translateX(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px)
  }

  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px)
  }
}

@-o-keyframes shake {

  0%,
  100% {
    -o-transform: translateX(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px)
  }

  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px)
  }
}

@keyframes shake {

  0%,
  100% {
    transform: translateX(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px)
  }

  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px)
  }
}

.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0)
  }

  40% {
    -webkit-transform: translateY(-30px)
  }

  60% {
    -webkit-transform: translateY(-15px)
  }
}

@-moz-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0)
  }

  40% {
    -moz-transform: translateY(-30px)
  }

  60% {
    -moz-transform: translateY(-15px)
  }
}

@-o-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0)
  }

  40% {
    -o-transform: translateY(-30px)
  }

  60% {
    -o-transform: translateY(-15px)
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0)
  }

  40% {
    transform: translateY(-30px)
  }

  60% {
    transform: translateY(-15px)
  }
}

.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1)
  }

  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg)
  }

  100% {
    -webkit-transform: scale(1) rotate(0)
  }
}

@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1)
  }

  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg)
  }

  100% {
    -moz-transform: scale(1) rotate(0)
  }
}

@-o-keyframes tada {
  0% {
    -o-transform: scale(1)
  }

  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg)
  }

  100% {
    -o-transform: scale(1) rotate(0)
  }
}

@keyframes tada {
  0% {
    transform: scale(1)
  }

  10%,
  20% {
    transform: scale(0.9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg)
  }

  100% {
    transform: scale(1) rotate(0)
  }
}

.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada
}

@-webkit-keyframes swing {

  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center
  }

  20% {
    -webkit-transform: rotate(15deg)
  }

  40% {
    -webkit-transform: rotate(-10deg)
  }

  60% {
    -webkit-transform: rotate(5deg)
  }

  80% {
    -webkit-transform: rotate(-5deg)
  }

  100% {
    -webkit-transform: rotate(0deg)
  }
}

@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg)
  }

  40% {
    -moz-transform: rotate(-10deg)
  }

  60% {
    -moz-transform: rotate(5deg)
  }

  80% {
    -moz-transform: rotate(-5deg)
  }

  100% {
    -moz-transform: rotate(0deg)
  }
}

@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg)
  }

  40% {
    -o-transform: rotate(-10deg)
  }

  60% {
    -o-transform: rotate(5deg)
  }

  80% {
    -o-transform: rotate(-5deg)
  }

  100% {
    -o-transform: rotate(0deg)
  }
}

@keyframes swing {
  20% {
    transform: rotate(15deg)
  }

  40% {
    transform: rotate(-10deg)
  }

  60% {
    transform: rotate(5deg)
  }

  80% {
    transform: rotate(-5deg)
  }

  100% {
    transform: rotate(0deg)
  }
}

.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%)
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg)
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg)
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg)
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg)
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg)
  }

  100% {
    -webkit-transform: translateX(0%)
  }
}

@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%)
  }

  15% {
    -moz-transform: translateX(-25%) rotate(-5deg)
  }

  30% {
    -moz-transform: translateX(20%) rotate(3deg)
  }

  45% {
    -moz-transform: translateX(-15%) rotate(-3deg)
  }

  60% {
    -moz-transform: translateX(10%) rotate(2deg)
  }

  75% {
    -moz-transform: translateX(-5%) rotate(-1deg)
  }

  100% {
    -moz-transform: translateX(0%)
  }
}

@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%)
  }

  15% {
    -o-transform: translateX(-25%) rotate(-5deg)
  }

  30% {
    -o-transform: translateX(20%) rotate(3deg)
  }

  45% {
    -o-transform: translateX(-15%) rotate(-3deg)
  }

  60% {
    -o-transform: translateX(10%) rotate(2deg)
  }

  75% {
    -o-transform: translateX(-5%) rotate(-1deg)
  }

  100% {
    -o-transform: translateX(0%)
  }
}

@keyframes wobble {
  0% {
    transform: translateX(0%)
  }

  15% {
    transform: translateX(-25%) rotate(-5deg)
  }

  30% {
    transform: translateX(20%) rotate(3deg)
  }

  45% {
    transform: translateX(-15%) rotate(-3deg)
  }

  60% {
    transform: translateX(10%) rotate(2deg)
  }

  75% {
    transform: translateX(-5%) rotate(-1deg)
  }

  100% {
    transform: translateX(0%)
  }
}

.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.1)
  }

  100% {
    -webkit-transform: scale(1)
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1)
  }

  50% {
    -moz-transform: scale(1.1)
  }

  100% {
    -moz-transform: scale(1)
  }
}

@-o-keyframes pulse {
  0% {
    -o-transform: scale(1)
  }

  50% {
    -o-transform: scale(1.1)
  }

  100% {
    -o-transform: scale(1)
  }
}

@keyframes pulse {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.1)
  }

  100% {
    transform: scale(1)
  }
}

.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in
  }

  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in
  }
}

@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out
  }

  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out
  }

  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in
  }

  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(.95);
    -moz-animation-timing-function: ease-in
  }

  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in
  }
}

@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out
  }

  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out
  }

  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in
  }

  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(.95);
    -o-animation-timing-function: ease-in
  }

  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in
  }
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out
  }

  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out
  }

  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in
  }

  80% {
    transform: perspective(400px) rotateY(360deg) scale(.95);
    animation-timing-function: ease-in
  }

  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in
  }
}

.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg)
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg)
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1
  }
}

@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }

  40% {
    -moz-transform: perspective(400px) rotateX(-10deg)
  }

  70% {
    -moz-transform: perspective(400px) rotateX(10deg)
  }

  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1
  }
}

@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }

  40% {
    -o-transform: perspective(400px) rotateX(-10deg)
  }

  70% {
    -o-transform: perspective(400px) rotateX(10deg)
  }

  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1
  }
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }

  40% {
    transform: perspective(400px) rotateX(-10deg)
  }

  70% {
    transform: perspective(400px) rotateX(10deg)
  }

  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1
  }

  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1
  }

  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1
  }

  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg)
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg)
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1
  }
}

@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }

  40% {
    -moz-transform: perspective(400px) rotateY(-10deg)
  }

  70% {
    -moz-transform: perspective(400px) rotateY(10deg)
  }

  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1
  }
}

@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }

  40% {
    -o-transform: perspective(400px) rotateY(-10deg)
  }

  70% {
    -o-transform: perspective(400px) rotateY(10deg)
  }

  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1
  }
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }

  40% {
    transform: perspective(400px) rotateY(-10deg)
  }

  70% {
    transform: perspective(400px) rotateY(10deg)
  }

  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1
  }

  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1
  }

  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1
  }

  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px)
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0)
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px)
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0)
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px)
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0)
  }
}

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px)
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0)
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px)
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0)
  }
}

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px)
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0)
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px)
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0)
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px)
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
}

@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px)
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0)
  }
}

@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px)
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0)
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
}

@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px)
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0)
  }
}

@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px)
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0)
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px)
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0)
  }
}

@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px)
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0)
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px)
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0)
  }
}

@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px)
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0)
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px)
  }
}

@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(-20px)
  }
}

@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateY(-20px)
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    transform: translateY(-20px)
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px)
  }
}

@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(20px)
  }
}

@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateY(20px)
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    transform: translateY(20px)
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px)
  }
}

@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(-20px)
  }
}

@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateX(-20px)
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    transform: translateX(-20px)
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px)
  }
}

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(20px)
  }
}

@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateX(20px)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    transform: translateX(20px)
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px)
  }
}

@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px)
  }
}

@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateY(-2000px)
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px)
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px)
  }
}

@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(2000px)
  }
}

@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateY(2000px)
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    transform: translateY(2000px)
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px)
  }
}

@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px)
  }
}

@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateX(-2000px)
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px)
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px)
  }
}

@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(2000px)
  }
}

@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateX(2000px)
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    transform: translateX(2000px)
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3)
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05)
  }

  70% {
    -webkit-transform: scale(.9)
  }

  100% {
    -webkit-transform: scale(1)
  }
}

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(.3)
  }

  50% {
    opacity: 1;
    -moz-transform: scale(1.05)
  }

  70% {
    -moz-transform: scale(.9)
  }

  100% {
    -moz-transform: scale(1)
  }
}

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(.3)
  }

  50% {
    opacity: 1;
    -o-transform: scale(1.05)
  }

  70% {
    -o-transform: scale(.9)
  }

  100% {
    -o-transform: scale(1)
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(.3)
  }

  50% {
    opacity: 1;
    transform: scale(1.05)
  }

  70% {
    transform: scale(.9)
  }

  100% {
    transform: scale(1)
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px)
  }

  80% {
    -webkit-transform: translateY(10px)
  }

  100% {
    -webkit-transform: translateY(0)
  }
}

@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px)
  }

  60% {
    opacity: 1;
    -moz-transform: translateY(-30px)
  }

  80% {
    -moz-transform: translateY(10px)
  }

  100% {
    -moz-transform: translateY(0)
  }
}

@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px)
  }

  60% {
    opacity: 1;
    -o-transform: translateY(-30px)
  }

  80% {
    -o-transform: translateY(10px)
  }

  100% {
    -o-transform: translateY(0)
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px)
  }

  60% {
    opacity: 1;
    transform: translateY(-30px)
  }

  80% {
    transform: translateY(10px)
  }

  100% {
    transform: translateY(0)
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px)
  }

  80% {
    -webkit-transform: translateY(-10px)
  }

  100% {
    -webkit-transform: translateY(0)
  }
}

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px)
  }

  60% {
    opacity: 1;
    -moz-transform: translateY(30px)
  }

  80% {
    -moz-transform: translateY(-10px)
  }

  100% {
    -moz-transform: translateY(0)
  }
}

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px)
  }

  60% {
    opacity: 1;
    -o-transform: translateY(30px)
  }

  80% {
    -o-transform: translateY(-10px)
  }

  100% {
    -o-transform: translateY(0)
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px)
  }

  60% {
    opacity: 1;
    transform: translateY(30px)
  }

  80% {
    transform: translateY(-10px)
  }

  100% {
    transform: translateY(0)
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px)
  }

  80% {
    -webkit-transform: translateX(-10px)
  }

  100% {
    -webkit-transform: translateX(0)
  }
}

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px)
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(30px)
  }

  80% {
    -moz-transform: translateX(-10px)
  }

  100% {
    -moz-transform: translateX(0)
  }
}

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px)
  }

  60% {
    opacity: 1;
    -o-transform: translateX(30px)
  }

  80% {
    -o-transform: translateX(-10px)
  }

  100% {
    -o-transform: translateX(0)
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px)
  }

  60% {
    opacity: 1;
    transform: translateX(30px)
  }

  80% {
    transform: translateX(-10px)
  }

  100% {
    transform: translateX(0)
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px)
  }

  80% {
    -webkit-transform: translateX(10px)
  }

  100% {
    -webkit-transform: translateX(0)
  }
}

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px)
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-30px)
  }

  80% {
    -moz-transform: translateX(10px)
  }

  100% {
    -moz-transform: translateX(0)
  }
}

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px)
  }

  60% {
    opacity: 1;
    -o-transform: translateX(-30px)
  }

  80% {
    -o-transform: translateX(10px)
  }

  100% {
    -o-transform: translateX(0)
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px)
  }

  60% {
    opacity: 1;
    transform: translateX(-30px)
  }

  80% {
    transform: translateX(10px)
  }

  100% {
    transform: translateX(0)
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1)
  }

  25% {
    -webkit-transform: scale(.95)
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3)
  }
}

@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1)
  }

  25% {
    -moz-transform: scale(.95)
  }

  50% {
    opacity: 1;
    -moz-transform: scale(1.1)
  }

  100% {
    opacity: 0;
    -moz-transform: scale(.3)
  }
}

@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1)
  }

  25% {
    -o-transform: scale(.95)
  }

  50% {
    opacity: 1;
    -o-transform: scale(1.1)
  }

  100% {
    opacity: 0;
    -o-transform: scale(.3)
  }
}

@keyframes bounceOut {
  0% {
    transform: scale(1)
  }

  25% {
    transform: scale(.95)
  }

  50% {
    opacity: 1;
    transform: scale(1.1)
  }

  100% {
    opacity: 0;
    transform: scale(.3)
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0)
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px)
  }
}

@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0)
  }

  20% {
    opacity: 1;
    -moz-transform: translateY(20px)
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px)
  }
}

@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0)
  }

  20% {
    opacity: 1;
    -o-transform: translateY(20px)
  }

  100% {
    opacity: 0;
    -o-transform: translateY(-2000px)
  }
}

@keyframes bounceOutUp {
  0% {
    transform: translateY(0)
  }

  20% {
    opacity: 1;
    transform: translateY(20px)
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px)
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0)
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px)
  }
}

@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0)
  }

  20% {
    opacity: 1;
    -moz-transform: translateY(-20px)
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(2000px)
  }
}

@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0)
  }

  20% {
    opacity: 1;
    -o-transform: translateY(-20px)
  }

  100% {
    opacity: 0;
    -o-transform: translateY(2000px)
  }
}

@keyframes bounceOutDown {
  0% {
    transform: translateY(0)
  }

  20% {
    opacity: 1;
    transform: translateY(-20px)
  }

  100% {
    opacity: 0;
    transform: translateY(2000px)
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0)
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px)
  }
}

@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0)
  }

  20% {
    opacity: 1;
    -moz-transform: translateX(20px)
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px)
  }
}

@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0)
  }

  20% {
    opacity: 1;
    -o-transform: translateX(20px)
  }

  100% {
    opacity: 0;
    -o-transform: translateX(-2000px)
  }
}

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0)
  }

  20% {
    opacity: 1;
    transform: translateX(20px)
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px)
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0)
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px)
  }
}

@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0)
  }

  20% {
    opacity: 1;
    -moz-transform: translateX(-20px)
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(2000px)
  }
}

@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0)
  }

  20% {
    opacity: 1;
    -o-transform: translateX(-20px)
  }

  100% {
    opacity: 0;
    -o-transform: translateX(2000px)
  }
}

@keyframes bounceOutRight {
  0% {
    transform: translateX(0)
  }

  20% {
    opacity: 1;
    transform: translateX(-20px)
  }

  100% {
    opacity: 0;
    transform: translateX(2000px)
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1
  }
}

@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0
  }

  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1
  }
}

@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0
  }

  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1
  }
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0
  }

  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1
  }
}

@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0
  }

  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1
  }
}

@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0
  }

  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1
  }
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1
  }
}

@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0
  }

  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1
  }
}

@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0
  }

  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1
  }
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1
  }
}

@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0
  }

  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1
  }
}

@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0
  }

  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1
  }
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1
  }
}

@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0
  }

  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1
  }
}

@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0
  }

  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1
  }
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1
  }

  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0
  }
}

@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1
  }

  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0
  }
}

@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1
  }

  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0
  }
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1
  }

  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0
  }
}

@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1
  }

  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0
  }
}

@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1
  }

  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0
  }
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0
  }
}

@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1
  }

  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0
  }
}

@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1
  }

  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0
  }
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0
  }
}

@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1
  }

  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0
  }
}

@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1
  }

  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0
  }
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0
  }
}

@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1
  }

  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0
  }
}

@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1
  }

  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0
  }
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out
  }

  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out
  }

  100% {
    -webkit-transform: translateY(700px);
    opacity: 0
  }
}

@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out
  }

  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out
  }

  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out
  }

  100% {
    -moz-transform: translateY(700px);
    opacity: 0
  }
}

@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out
  }

  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out
  }

  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out
  }

  100% {
    -o-transform: translateY(700px);
    opacity: 0
  }
}

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out
  }

  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out
  }

  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out
  }

  100% {
    transform: translateY(700px);
    opacity: 0
  }
}

.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg)
  }
}

@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg)
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg)
  }
}

@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg)
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg)
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg)
  }

  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg)
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg)
  }
}

@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg)
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg)
  }
}

@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg)
  }

  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg)
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg)
  }

  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg)
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1
  }
}

@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }

  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1
  }

  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1
  }

  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1
  }
}

@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }

  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1
  }

  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1
  }

  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1
  }
}

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }

  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1
  }

  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1
  }

  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

.animated.lightSpeedIn {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }
}

@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1
  }

  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }
}

@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1
  }

  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }
}

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1
  }

  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}

.animated.lightSpeedOut {
  -webkit-animation-duration: .25s;
  -moz-animation-duration: .25s;
  -o-animation-duration: .25s;
  animation-duration: .25s
}

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg)
  }

  10% {
    -webkit-transform: skewX(-8deg)
  }

  20% {
    -webkit-transform: skewX(7deg)
  }

  30% {
    -webkit-transform: skewX(-6deg)
  }

  40% {
    -webkit-transform: skewX(5deg)
  }

  50% {
    -webkit-transform: skewX(-4deg)
  }

  60% {
    -webkit-transform: skewX(3deg)
  }

  70% {
    -webkit-transform: skewX(-2deg)
  }

  80% {
    -webkit-transform: skewX(1deg)
  }

  90% {
    -webkit-transform: skewX(0deg)
  }

  100% {
    -webkit-transform: skewX(0deg)
  }
}

@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg)
  }

  10% {
    -moz-transform: skewX(-8deg)
  }

  20% {
    -moz-transform: skewX(7deg)
  }

  30% {
    -moz-transform: skewX(-6deg)
  }

  40% {
    -moz-transform: skewX(5deg)
  }

  50% {
    -moz-transform: skewX(-4deg)
  }

  60% {
    -moz-transform: skewX(3deg)
  }

  70% {
    -moz-transform: skewX(-2deg)
  }

  80% {
    -moz-transform: skewX(1deg)
  }

  90% {
    -moz-transform: skewX(0deg)
  }

  100% {
    -moz-transform: skewX(0deg)
  }
}

@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg)
  }

  10% {
    -o-transform: skewX(-8deg)
  }

  20% {
    -o-transform: skewX(7deg)
  }

  30% {
    -o-transform: skewX(-6deg)
  }

  40% {
    -o-transform: skewX(5deg)
  }

  50% {
    -o-transform: skewX(-4deg)
  }

  60% {
    -o-transform: skewX(3deg)
  }

  70% {
    -o-transform: skewX(-2deg)
  }

  80% {
    -o-transform: skewX(1deg)
  }

  90% {
    -o-transform: skewX(0deg)
  }

  100% {
    -o-transform: skewX(0deg)
  }
}

@keyframes wiggle {
  0% {
    transform: skewX(9deg)
  }

  10% {
    transform: skewX(-8deg)
  }

  20% {
    transform: skewX(7deg)
  }

  30% {
    transform: skewX(-6deg)
  }

  40% {
    transform: skewX(5deg)
  }

  50% {
    transform: skewX(-4deg)
  }

  60% {
    transform: skewX(3deg)
  }

  70% {
    transform: skewX(-2deg)
  }

  80% {
    transform: skewX(1deg)
  }

  90% {
    transform: skewX(0deg)
  }

  100% {
    transform: skewX(0deg)
  }
}

.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}

.animated.wiggle {
  -webkit-animation-duration: .75s;
  -moz-animation-duration: .75s;
  -o-animation-duration: .75s;
  animation-duration: .75s
}

#content_phone_small2 {
  position: fixed;
  bottom: 0;
  right: 20px;
  cursor: pointer;
}

.small_field {
  width: 50px;
}

#email_msg_popup {
  position: fixed;
  bottom: 16px;
  right: 26px;
  width: 300px;
  height: 86px;
  background-color: #FFF;
  display: none;
  text-align: left;
  line-height: 16px;
  padding: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: rgb(247, 247, 247);
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzgyOGM5NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MzkzOTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(130, 140, 149, 1) 90%, rgba(147, 147, 147, 1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(247, 247, 247, 1)), color-stop(90%, rgba(130, 140, 149, 1)), color-stop(100%, rgba(147, 147, 147, 1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(130, 140, 149, 1) 90%, rgba(147, 147, 147, 1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(130, 140, 149, 1) 90%, rgba(147, 147, 147, 1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(130, 140, 149, 1) 90%, rgba(147, 147, 147, 1) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(247, 247, 247, 1) 0%, rgba(130, 140, 149, 1) 90%, rgba(147, 147, 147, 1) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#939393', GradientType=0);
  /* IE6-8 */
}

#popup_email_from {
  font-weight: bold;
  float: left;
  width: 264px;
  max-height: 16px;
  line-height: 16px;
  overflow: hidden;
}

#popup_email_sbj,
#popup_email_body {
  float: left;
  width: 264px;
  max-height: 32px;
  line-height: 16px;
  overflow: hidden;
}

a.boxclose {
  float: right;
  margin-top: -16px;
  margin-right: -16px;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 30px;
  background: #605F61;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px !important;
  padding: 12px 3px;
}

a.boxclose:hover {
  color: #FFF;
  border: 1px solid #C00;
  border-radius: 30px;
  background: #C00;
}

.boxclose:before {
  content: "x";
}


#bgr216,
#bgr116 {
  height: 40px;
}

/* #email_cnt_old {

	position:relative;
    display: inline-block;

} */

/* #email_cnt_span {

	position:absolute;
    margin-top:10px;
	margin-left:-10px;
	z-Index:10px;
    cursor:pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 30px;
    background: #BB0000;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px !important;
    padding: 8px 3px;
} */

#email_cnt_old a img {
  position: absolute;
  right: -10px;

}

/*
Version: 3.4.5 Timestamp: Mon Nov  4 08:22:42 PST 2013
*/

.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  min-width: 200px;

  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;

  border-radius: 4px;

  background-clip: padding-box;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;

  border-radius: 0 0 4px 4px;

  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

.select2-container .select2-choice>.select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;

  white-space: nowrap;

  text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;

  font-size: 1px;
  text-decoration: none;

  border: 0;
  background: url('select2.3.4.png') right top no-repeat;
  cursor: pointer;
  outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;

  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;

  border-radius: 0 0 4px 4px;

  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;

  border-radius: 4px 4px 0 0;

  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;

  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;

  background-clip: padding-box;

  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  background-image: linear-gradient(top, #ccc 0%, #eee 60%);
}

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('select2.3.4.png') no-repeat 0 1px;
}

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

.select2-search input.select2-active {
  background: #fff url('select2-spinner.gif') no-repeat 100%;
  background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;

  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;

  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;

  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

.select2-results ul.select2-result-sub>li .select2-result-label {
  padding-left: 20px
}

.select2-results ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
  padding-left: 40px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
  padding-left: 60px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
  padding-left: 80px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
  padding-left: 100px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
  padding-left: 110px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
  padding-left: 120px
}

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

.select2-results li.select2-result-with-children>.select2-result-label {
  font-weight: bold;
}

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;

  min-height: 1em;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}


.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
  display: none;
}

.select2-more-results.select2-active {
  background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;

  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;

  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(top, #eee 1%, #fff 15%);
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
  min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;

  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;

  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url('select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;

  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;

  border-radius: 3px;

  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

  background-clip: padding-box;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;

  font-size: 1px;
  outline: none;
  background: url('select2.3.4.png') right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {

  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url('select2x2.png') !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }

  .select2-search input {
    background-position: 100% -21px !important;
  }
}

.select2-result-label {
  text-align: left;
  color: #3787b7;
}

.select2-result-label {
  text-align: left;
  color: #3787b7;
}

.select2-highlighted,
.select2-highlighted .select2-result-label {
  color: #FFF;
}

/* tables */
table.tablesorter {
  font-family: arial;
  background-color: #CDCDCD;
  margin: 10px 0pt 15px;
  font-size: 8pt;
  width: 100%;
  text-align: left;
}

table.tablesorter thead tr th,
table.tablesorter tfoot tr th {
  background-color: #e6EEEE;
  border: 1px solid #FFF;
  font-size: 8pt;
  padding: 4px;
}

table.tablesorter thead tr .header {
  background-image: url(bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}

table.tablesorter tbody td {
  color: #3D3D3D;
  padding: 4px;
  background-color: #FFF;
  vertical-align: top;
}

table.tablesorter tbody tr.odd td {
  background-color: #F0F0F6;
}

table.tablesorter thead tr .headerSortUp {
  background-image: url(asc.gif);
}

table.tablesorter thead tr .headerSortDown {
  background-image: url(desc.gif);
}

table.tablesorter thead tr .headerSortDown,
table.tablesorter thead tr .headerSortUp {
  background-color: #8dbdd8;
}

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
}

.right_ico {
  float: right;
}

/*
 * Timepicker stylesheet
 * Highly inspired from datepicker
 * FG - Nov 2010 - Web3R
 *
 * version 0.0.3 : Fixed some settings, more dynamic
 * version 0.0.4 : Removed width:100% on tables
 * version 0.1.1 : set width 0 on tables to fix an ie6 bug
 */


.ui-timepicker-inline {
  display: inline;
}

#ui-timepicker-div {
  padding: 0.2em;
}

.ui-timepicker-table {
  display: inline-table;
  width: 0;
}

.ui-timepicker-table table {
  margin: 0.15em 0 0 0;
  border-collapse: collapse;
}

.ui-timepicker-hours,
.ui-timepicker-minutes {
  padding: 0.2em;
}

.ui-timepicker-table .ui-timepicker-title {
  line-height: 1.8em;
  text-align: center;
}

.ui-timepicker-table td {
  padding: 0.1em;
  width: 2.2em;
}

.ui-timepicker-table th.periods {
  padding: 0.1em;
  width: 2.2em;
}

/* span for disabled cells */
.ui-timepicker-table td span {
  display: block;
  padding: 0.2em 0.3em 0.2em 0.5em;
  width: 1.2em;

  text-align: right;
  text-decoration: none;
}

/* anchors for clickable cells */
.ui-timepicker-table td a {
  display: block;
  padding: 0.2em 0.3em 0.2em 0.5em;
  width: 1.2em;
  cursor: pointer;
  text-align: right;
  text-decoration: none;
}


/* buttons and button pane styling */
.ui-timepicker .ui-timepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-timepicker .ui-timepicker-buttonpane button {
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* The close button */
.ui-timepicker .ui-timepicker-close {
  float: right
}

/* the now button */
.ui-timepicker .ui-timepicker-now {
  float: left;
}

/* the deselect button */
.ui-timepicker .ui-timepicker-deselect {
  float: left;
}



.external-drop-indicator {
  position: fixed;
  background-color: #060;
  z-index: 1000;
}

.external-drop-indicator.top {
  top: 0px;
  left: 6px;
  width: 100%;
  height: 6px;
}

.external-drop-indicator.right {
  top: 6px;
  right: 0px;
  width: 6px;
  height: 100%;
}

.external-drop-indicator.bottom {
  bottom: 0px;
  right: 6px;
  width: 100%;
  height: 6px;
}

.external-drop-indicator.left {
  bottom: 6px;
  left: 0px;
  width: 6px;
  height: 100%;
}


#status_files {
  border: 1px solid #A9CCD1;
  border-radius: 5px;
  min-height: 25px;
  min-width: 600px;
  padding: 10px 10px 0px 10px;
  position: fixed;
  z-Index: 9999;
  left: 50px;
  margin-left: -300px;
  bottom: 10px;
  vertical-align: top;
  background-color: #CCC;
  display: none;
}

.js-dropzone {
  border: 5px solid #C00;
  background-color: #CCC;
  z-Index: 9999;
  position: absolute;
}

.progressBar {
  width: 20px;
  height: 22px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  margin: 0px 10px 5px 5px;
  vertical-align: top;
}

.progressBar div {
  height: 100%;
  color: #fff;
  text-align: right;
  line-height: 22px;
  /* same as #progressBar height if we want text middle aligned */
  width: 0;
  background-color: #0ba1b5;
  border-radius: 3px;
}

.statusbar16:nth-child(odd) {
  background: #EBEFF0;
}

.filename {
  display: inline-block;
  vertical-align: top;
  width: 250px;
}

.filesize {
  display: inline-block;
  vertical-align: top;
  color: #30693D;
  width: 100px;
  margin-left: 10px;
  margin-right: 5px;
}

.abort {
  background-color: #A8352F;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  font-family: arial;
  font-size: 13px;
  font-weight: normal;
  padding: 4px 15px;
  cursor: pointer;
  vertical-align: top;
}

.statusbar16 {
  border: 1px solid #A9CCD1;
  border-radius: 5px;

  padding: 10px 10px 0px 10px;

  vertical-align: top;
  background-color: #CCC !important;
}

.heading_proj {
  font-weight: bold;
  border-bottom: 1px solid #000;
  font-size: 14px;
  font-weight: bold;
}

.boxes {
  padding: 10px;
}

.fixedpos {
  position: absolute;
}

.cancel_btn:hover {
  background-color: #CC0000;
}

#profpic a {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: block;
}

h2 {
  font: 14px Arial Narrow, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px;
  letter-spacing: 0.1em;
}





/*
	Store16 Styles:
*/




/*

#email_cnt {
	position:relative;
    right:16px;
}
#email_cnt a span {
	position:absolute;
    margin-top:7px;
	margin-right:-5px;
	z-Index:10px;
    cursor:pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 30px;
    background: #BB0000;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px !important;
    padding: 8px 3px;
}

#email_cnt a img {
	position:absolute;
	right:-10px;

}
*/

.item_name {
  font-size: 32px !important;
}

.item_name_active {
  -moz-box-shadow: 0 0px 20px #000;
  -webkit-box-shadow: 0 0px 20px #000;
  box-shadow: 0 0px 20px #000;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction='180', strength='10');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction='180', strength='10')";
  font-size: 32px;
}

.items_list_store {
  font-size: 20px !important;
}

#total_item_prices_all_top,
#total_item_prices_all_with_vat {
  font-size: 32px;
  font-weight: bold;
}

.total_item_prices_all_top {
  font-size: 24px;
  font-weight: bold;
  width: 200px;
}

#top_price_box {
  padding: 10px;
  margin: 10px;
  -moz-box-shadow: 0 0px 20px #3787B7;
  -webkit-box-shadow: 0 0px 20px #3787B7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#3787B7, direction='180', strength='10')";
  box-shadow: 0 0px 20px #3787B7;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#3787B7, direction='180', strength='10');

  background: #f4f4f4;
  /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ffffff');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ffffff));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #f4f4f4, #ffffff);
  /* for firefox 3.6+ */
  border: 1px solid #ccc;
  border-radius: 5px 5px 5px 5px;

}

#finalize {
  font-size: 16px;
  margin: 10px;
  padding: 10px;
}

#client_paid {
  font-size: 32px !important;
}

.logo_top img,
#logo img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.logo_top img:hover,
#logo img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

/*
#user_settings {
	position:fixed;
	top: 6px;
	right: 0;
	margin-right: 200px;
}
*/

#user_settings {
  float: right;
  top: -16px;
  right: 0;
  margin-right: 27px;
  margin-top: -8px;
}

#leftmenu_new {
  width: 100%;
  text-align: left;
  padding: 10px 0 0 10px;
  display: block;
}

#leftmenu_new a {
  margin: 0 20px 0 0;
  display: inline-block;
  text-align: left;
  font-size: 14px;
  color: #888;
}

#leftmenu_new a:hover {
  color: #000;
}

.left_title {
  font-size: 14px;
  font-weight: bold;
  padding: 0 10px;
  width: 130px;
}

#some_spacer_submenu {
  width: 12px;
  /*margin: 0px -12px 0px 0px;*/
  margin: 0px -12px 0px 0px;
}

#cont_left {
  clear: both;
  width: 100%;
  min-width: 836px;
  background-color: #E0E0E0;
  border-bottom: 1px solid #000;
}

.big_chars {
  font-size: 26px;
}




/*
	End of Store16 Styles:
*/


#mail_loader {
  font-family: 'Fauna One', Verdana, serif;
  font-size: 14px;
  width: 260px;
  top: 200px;
  left: 50%;
  margin-left: -130px;
  position: absolute;
  -moz-box-shadow: 0 0 5px 5px #888;
  -webkit-box-shadow: 0 0 5px 5px#888;
  box-shadow: 0 0 5px 5px #888;
  background-color: #FFF;
  padding: 20px;
}

.ui-tooltip {
  max-width: 300px !important;
  display: inline-block !important;
  padding: 10px;
  border-radius: 5px 5px 5px 5px;
}

.bold {
  font-weight: bold;
}


@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);

html,
body {
  min-height: 100%;
}

.layout-boxed html,
.layout-boxed body {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  /*
  overflow-x: hidden;
  overflow-y: auto;
  removed and added \/ because of modals*/
  overflow: auto;
}

/* Layout */

.wrapper {
  min-height: 100%;
  position: relative;

}

.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}

.wrapper:after {
  clear: both;
}

.layout-boxed .wrapper {
  max-width: 1250px;
  margin: 0 auto;
  min-height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  position: relative;
}

.layout-boxed {
  background: url('../img/boxed-bg.jpg') repeat fixed;
}

/*
 * Content Wrapper - contains the main content
 * ```.right-side has been deprecated as of v2.0.0 in favor of .content-wrapper  ```
 */
.content-wrapper,
.right-side,
.main-footer {
  -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  margin-left: 230px;
  z-index: 820;
}

.layout-top-nav .content-wrapper,
.layout-top-nav .right-side,
.layout-top-nav .main-footer {
  margin-left: 0;
}

@media (max-width: 767px) {

  .content-wrapper,
  .right-side,
  .main-footer {
    margin-left: 0;
  }
}

@media (min-width: 768px) {

  .sidebar-collapse .content-wrapper,
  .sidebar-collapse .right-side,
  .sidebar-collapse .main-footer {
    margin-left: 0;
  }
}

@media (max-width: 767px) {

  .sidebar-open .content-wrapper,
  .sidebar-open .right-side,
  .sidebar-open .main-footer {
    /* -webkit-transform: translate(230px, 0); */
    -ms-transform: translate(230px, 0);
    -o-transform: translate(230px, 0);
    /* transform: translate(230px, 0); */
  }
}

.content-wrapper,
.right-side {
  min-height: 100%;
  height: 100%;
  /*added to expand the email iframe without js */
  background-color: #ecf0f5;
  z-index: 800;
}

.main-footer {
  background: #fff;
  padding: 15px;
  color: #444;
  border-top: 1px solid #d2d6de;
}

/* Fixed layout */
.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
  position: fixed;
}

.fixed .main-header {
  top: 0;
  right: 0;
  left: 0;
}

.fixed .content-wrapper,
.fixed .right-side {
  padding-top: 50px;
}

@media (max-width: 767px) {

  .fixed .content-wrapper,
  .fixed .right-side {
    padding-top: 100px;
  }
}

.fixed.layout-boxed .wrapper {
  max-width: 100%;
}

/* Content */
.content {
  min-height: 250px;
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 60px;
}

/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Source Sans Pro', sans-serif;
}

/* General Links */
a {
  color: #3c8dbc;
}

a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #72afd2;
}

/* Page Header */
.page-header {
  margin: 10px 0 20px 0;
  font-size: 22px;
}

.page-header>small {
  color: #666;
  display: block;
  margin-top: 5px;
}

/*
 * Component: Main Header
 * ----------------------
 */
.main-header {
  position: relative;
  max-height: 100px;
  z-index: 1030;
}

.main-header>.navbar {
  -webkit-transition: margin-left 0.3s ease-in-out;
  -o-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  margin-bottom: 0;
  margin-left: 230px;
  border: none;
  min-height: 50px;
  border-radius: 0;
}

.layout-top-nav .main-header>.navbar {
  margin-left: 0 !important;
}

.main-header #navbar-search-input {
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}

.main-header #navbar-search-input:focus,
.main-header #navbar-search-input:active {
  border-color: rgba(0, 0, 0, 0.1) !important;
  background: rgba(255, 255, 255, 0.9);
}

.main-header #navbar-search-input::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.main-header #navbar-search-input:-ms-input-placeholder {
  color: #ccc;
}

.main-header #navbar-search-input::-webkit-input-placeholder {
  color: #ccc;
}

.main-header .navbar-custom-menu,
.main-header .navbar-right {
  float: right;
}

@media (max-width: 991px) {

  .main-header .navbar-custom-menu a,
  .main-header .navbar-right a {
    color: inherit;

  }
}

@media (max-width: 767px) {
  .main-header .navbar-right {
    float: none;
  }

  .navbar-collapse .main-header .navbar-right {
    margin: 7.5px -15px;
  }

  .main-header .navbar-right>li {
    color: inherit;
    border: 0;
  }
}

.main-header .sidebar-toggle {
  float: left;
  background-color: transparent;
  background-image: none;
  padding: 15px 15px;
  font-family: fontAwesome;
}

.main-header .sidebar-toggle:before {
  content: "\f0c9";
}

.main-header .sidebar-toggle:hover {
  color: #fff;
}

.main-header .sidebar-toggle:focus,
.main-header .sidebar-toggle:active {
  background: transparent;
}

.main-header .sidebar-toggle .icon-bar {
  display: none;
}

.main-header .navbar .nav>li.user>a>.fa,
.main-header .navbar .nav>li.user>a>.glyphicon,
.main-header .navbar .nav>li.user>a>.ion {
  margin-right: 5px;
}

.main-header .navbar .nav>li>a>.label {
  position: absolute;
  top: 9px;
  right: 7px;
  text-align: center;
  font-size: 9px;
  padding: 2px 3px;
  line-height: .9;
}

.main-header .logo {
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  display: block;
  float: left;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  width: 230px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 15px;
  font-weight: 300;
  overflow: hidden;
}

.main-header .logo .logo-lg {
  display: block;
  text-align: left;
}

.main-header .logo .logo-lg img,
.main-header .logo .logo-mini img {
  height: 30px;
}

.main-header .logo .logo-mini {
  display: none;
}

.main-header .navbar-brand {
  color: #fff;
}

.content-header {
  position: relative;
  padding: 15px 15px 0 15px;
}

.content-header>h1 {
  margin: 0;
  font-size: 24px;
}

.content-header>h1>small {
  font-size: 15px;
  display: inline-block;
  padding-left: 4px;
  font-weight: 300;
}

.content-header>.breadcrumb {
  float: right;
  background: transparent;
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 12px;
  padding: 7px 5px;
  position: absolute;
  top: 15px;
  right: 10px;
  border-radius: 2px;
}

.content-header>.breadcrumb>li>a {
  color: #444;
  text-decoration: none;
  display: inline-block;
}

.content-header>.breadcrumb>li>a>.fa,
.content-header>.breadcrumb>li>a>.glyphicon,
.content-header>.breadcrumb>li>a>.ion {
  margin-right: 5px;
}

.content-header>.breadcrumb>li+li:before {
  content: '>\00a0';
}

@media (max-width: 991px) {
  .content-header>.breadcrumb {
    position: relative;
    margin-top: 5px;
    top: 0;
    right: 0;
    float: none;
    background: #d2d6de;
    padding-left: 10px;
  }

  .content-header>.breadcrumb li:before {
    color: #97a0b3;
  }
}

.navbar-toggle {
  color: #fff;
  border: 0;
  margin: 0;
  padding: 15px 15px;
}

@media (max-width: 991px) {
  .navbar-custom-menu .navbar-nav>li {
    float: left;
  }

  .navbar-custom-menu .navbar-nav {
    margin: 0;
    float: left;
  }

  .navbar-custom-menu .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .main-header {
    position: relative;
  }

  .main-header .logo,
  .main-header .navbar {
    width: 100%;
    float: none;
    position: relative !important;
  }

  .main-header .navbar {
    margin: 0;
  }

  .main-header .navbar-custom-menu {
    float: right;
  }

  .main-sidebar,
  .left-side {
    padding-top: 100px !important;
  }
}

@media (max-width: 991px) {
  .navbar-collapse.pull-left {
    float: none !important;
  }

  .navbar-collapse.pull-left+.navbar-custom-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 40px;
  }
}

/*
 * Component: Sidebar
 * ------------------
 */
.main-sidebar,
.left-side {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 50px;
  min-height: 100%;
  width: 230px;
  z-index: 810;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

@media (max-width: 767px) {

  .main-sidebar,
  .left-side {
    -webkit-transform: translate(-230px, 0);
    -ms-transform: translate(-230px, 0);
    -o-transform: translate(-230px, 0);
    transform: translate(-230px, 0);
  }
}

@media (min-width: 768px) {

  .sidebar-collapse .main-sidebar,
  .sidebar-collapse .left-side {
    -webkit-transform: translate(-230px, 0);
    -ms-transform: translate(-230px, 0);
    -o-transform: translate(-230px, 0);
    transform: translate(-230px, 0);
  }
}

@media screen and (max-width: 767px) {

  .sidebar-open .main-sidebar,
  .sidebar-open .left-side {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .main-sidebar {
    /* position: absolute !important; */
    height: 100%;
  }
  .fixed .sidebar {
    background: #222d32;
  }

  .sidebar-menu {
    /* overflow: scroll !important; */
  }
}



.sidebar-form input:focus {
  border-color: transparent !important;
}

.user-panel {
  position: relative;
  width: 100%;
  padding: 10px;
  overflow: hidden;
}

.user-panel:before,
.user-panel:after {
  content: " ";
  display: table;
}

.user-panel:after {
  clear: both;
}

.user-panel>.image>img {
  width: 100%;
  max-width: 45px;
  height: auto;
}

.user-panel>.info {
  padding: 5px 5px 5px 15px;
  line-height: 1;
  position: absolute;
  left: 55px;
}

.user-panel>.info>p {
  font-weight: 600;
  margin-bottom: 9px;
}

.user-panel>.info>a {
  text-decoration: none;
  padding-right: 5px;
  margin-top: 3px;
  font-size: 11px;
}

.user-panel>.info>a>.fa,
.user-panel>.info>a>.ion,
.user-panel>.info>a>.glyphicon {
  margin-right: 3px;
}

.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-menu>li {
  position: relative;
  margin: 0;
  padding: 0;
}

.sidebar-menu li a span {
  white-space: normal;
}

.sidebar-menu>li>a {
  /*padding: 12px 5px 12px 15px;*/
  padding: 12px 30px 12px 35px;
  display: block;
}

.sidebar-menu>li>a>.fa,
.sidebar-menu>li>a>.glyphicon,
.sidebar-menu>li>a>.ion {
  width: 20px;
}

.sidebar-menu>li>a>.fa {
  position: absolute;
  left: 15px;
  top: 15px;
}

/*fix when collapsed*/
.sidebar-collapse .sidebar-menu>li>a {
  padding: 12px 30px 12px 15px;
}

.sidebar-collapse .sidebar-menu>li>a>.fa {
  position: static;
}


.sidebar-menu>li .label,
.sidebar-menu>li .badge {
  margin-top: 3px;
  margin-right: 5px;
}

.sidebar-menu li.header {
  padding: 10px 25px 10px 15px;
  font-size: 12px;
}

.sidebar-menu li>a>.fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  margin-top: 3px;
}

.sidebar-menu li.active>a>.fa-angle-left {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.sidebar-menu li.active>.treeview-menu {
  display: block;
}

.sidebar-menu .treeview-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 5px;
}

.sidebar-menu .treeview-menu .treeview-menu {
  padding-left: 20px;
}

/*collapsed menu*/
.sidebar-collapse .sidebar-menu .treeview-menu .treeview-menu {
  position: absolute;
  left: 100%;
  background: #1E282C;
  top: 0;
  padding-left: 0px;
  width: 100%;
}

.sidebar-collapse .sidebar-menu .treeview-menu .treeview-menu a {
  padding-right: 10px;
}

.sidebar-collapse .sidebar-menu li.active>a>.fa-angle-left {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
}

.sidebar-menu .treeview-menu>li {
  margin: 0;
}

.sidebar-menu .treeview-menu>li>a {
  padding: 5px 27px 5px 35px;
  display: block;
  font-size: 14px;
}

.sidebar-menu .treeview-menu>li>a>.fa,
.sidebar-menu .treeview-menu>li>a>.glyphicon,
.sidebar-menu .treeview-menu>li>a>.ion {
  width: 20px;
  position: absolute;
  left: 15px;
  top: 8px;
}

.sidebar-menu .treeview-menu>li>a>.fa-angle-left,
.sidebar-menu .treeview-menu>li>a>.fa-angle-down {
  width: auto;
}

/*
 * Component: Sidebar Mini
 */
@media (min-width: 768px) {

  .sidebar-mini.sidebar-collapse .content-wrapper,
  .sidebar-mini.sidebar-collapse .right-side,
  .sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 50px !important;
    z-index: 840;
  }

  .sidebar-mini.sidebar-collapse .main-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 50px !important;
    z-index: 850;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li {
    position: relative;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li>a {
    margin-right: 0;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span {
    border-top-right-radius: 4px;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li:not(.treeview)>a>span {
    border-bottom-right-radius: 4px;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-right-radius: 4px;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right),
  .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
    display: block !important;
    position: absolute;
    width: 180px;
    left: 50px;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span {
    top: 0;
    margin-left: -3px;
    padding: 12px 5px 12px 20px;
    background-color: inherit;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
    top: 44px;
    margin-left: 0;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu.open-up {
    top: auto;
    bottom: 44px;
  }

  .sidebar-mini.sidebar-collapse .main-sidebar .user-panel>.info,
  .sidebar-mini.sidebar-collapse .sidebar-form,
  .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span,
  .sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu,
  .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>.pull-right,
  .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
    display: none !important;
    -webkit-transform: translateZ(0);
  }

  .sidebar-mini.sidebar-collapse .main-header .logo {
    width: 50px;
  }

  .sidebar-mini.sidebar-collapse .main-header .logo>.logo-mini {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 18px;
  }

  .sidebar-mini.sidebar-collapse .main-header .logo>.logo-lg {
    display: none;
  }

  .sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 50px;
  }
}

.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu>li.header {
  white-space: nowrap !important;
  overflow: hidden;
}

.sidebar-menu:hover {
  overflow: visible;
}

.sidebar-form,
.sidebar-menu>li.header {
  overflow: hidden;
  text-overflow: clip;
}

.sidebar-menu li>a {
  position: relative;
}

.sidebar-menu .treeview-menu>li>a>.pull-right,
.sidebar-menu li>a>.pull-right {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  left: auto;
}

/*
 * Component: Control sidebar. By default, this is the right sidebar.
 */
.control-sidebar-bg {
  position: fixed;
  z-index: 1000;
  bottom: 0;
}

.control-sidebar-bg,
.control-sidebar {
  top: 0;
  right: -230px;
  width: 230px;
  -webkit-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}

.control-sidebar {
  position: absolute;
  padding-top: 50px;
  z-index: 1010;
}

@media (max-width: 768px) {
  .control-sidebar {
    padding-top: 100px;
  }
}

.control-sidebar>.tab-content {
  padding: 10px 15px;
}

.control-sidebar.control-sidebar-open,
.control-sidebar.control-sidebar-open+.control-sidebar-bg {
  right: 0;
}

.control-sidebar-open .control-sidebar-bg,
.control-sidebar-open .control-sidebar {
  right: 0;
}

@media (min-width: 768px) {

  .control-sidebar-open .content-wrapper,
  .control-sidebar-open .right-side,
  .control-sidebar-open .main-footer {
    margin-right: 230px;
  }
}

.control-sidebar-tabs>li:first-of-type>a {
  margin-left: 1px;
}

.control-sidebar-tabs>li:first-of-type>a,
.control-sidebar-tabs>li:first-of-type>a:hover {
  border-left-width: 0 !important;
}

.control-sidebar-tabs>li>a {
  border-radius: 0 !important;
}

.control-sidebar-tabs>li>a,
.control-sidebar-tabs>li>a:hover {
  border-top: none;
  border-right: none;
  border-left: 1px solid transparent !important;
  border-bottom: 1px solid transparent !important;
}

.control-sidebar-tabs>li>a .icon {
  font-size: 16px;
}

.control-sidebar-tabs>li.active>a,
.control-sidebar-tabs>li.active>a:hover,
.control-sidebar-tabs>li.active>a:focus,
.control-sidebar-tabs>li.active>a:active {
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
}

@media (max-width: 768px) {
  .control-sidebar-tabs {
    display: table;
  }

  .control-sidebar-tabs>li {
    display: table-cell !important;
  }
}

.control-sidebar-heading {
  font-weight: 400;
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 10px;
}

.control-sidebar-subheading {
  display: block;
  font-weight: 400;
  font-size: 14px;
}

.control-sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}

.control-sidebar-menu>li>a {
  display: block;
  padding: 10px 15px;
}

.control-sidebar-menu>li>a:before,
.control-sidebar-menu>li>a:after {
  content: " ";
  display: table;
}

.control-sidebar-menu>li>a:after {
  clear: both;
}

.control-sidebar-menu>li>a>.control-sidebar-subheading {
  margin-top: 0;
}

.control-sidebar-menu .menu-icon {
  float: left;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
}

.control-sidebar-menu .menu-info {
  margin-left: 45px;
  margin-top: 3px;
}

.control-sidebar-menu .menu-info>.control-sidebar-subheading {
  margin: 0;
}

.control-sidebar-menu .menu-info>p {
  margin: 0;
  font-size: 11px;
}

.control-sidebar-menu .progress {
  margin: 0;
}

.control-sidebar-dark {
  color: #b8c7ce;
}

.control-sidebar-dark,
.control-sidebar-dark+.control-sidebar-bg {
  background: #222d32;
}

.control-sidebar-dark .control-sidebar-tabs {
  border-bottom: #1c2529;
}

.control-sidebar-dark .control-sidebar-tabs>li>a {
  background: #181f23;
  color: #b8c7ce;
}

.control-sidebar-dark .control-sidebar-tabs>li>a,
.control-sidebar-dark .control-sidebar-tabs>li>a:hover {
  border-left-color: #141a1d !important;
  border-bottom-color: #141a1d !important;
}

.control-sidebar-dark .control-sidebar-tabs>li>a:hover,
.control-sidebar-dark .control-sidebar-tabs>li>a:focus,
.control-sidebar-dark .control-sidebar-tabs>li>a:active {
  background: #1c2529;
}

.control-sidebar-dark .control-sidebar-tabs>li.active>a,
.control-sidebar-dark .control-sidebar-tabs>li.active>a:hover,
.control-sidebar-dark .control-sidebar-tabs>li.active>a:focus,
.control-sidebar-dark .control-sidebar-tabs>li.active>a:active {
  background: #222d32;
  color: #fff;
}

.control-sidebar-dark .control-sidebar-heading,
.control-sidebar-dark .control-sidebar-subheading {
  color: #fff;
}

.control-sidebar-dark .control-sidebar-menu>li>a:hover {
  background: #1e282c;
}

.control-sidebar-dark .control-sidebar-menu>li>a .menu-info>p {
  color: #b8c7ce;
}

.control-sidebar-light {
  color: #5e5e5e;
}

.control-sidebar-light,
.control-sidebar-light+.control-sidebar-bg {
  background: #f9fafc;
  border-left: 1px solid #d2d6de;
}

.control-sidebar-light .control-sidebar-tabs {
  border-bottom: #d2d6de;
}

.control-sidebar-light .control-sidebar-tabs>li>a {
  background: #e8ecf4;
  color: #444444;
}

.control-sidebar-light .control-sidebar-tabs>li>a,
.control-sidebar-light .control-sidebar-tabs>li>a:hover {
  border-left-color: #d2d6de !important;
  border-bottom-color: #d2d6de !important;
}

.control-sidebar-light .control-sidebar-tabs>li>a:hover,
.control-sidebar-light .control-sidebar-tabs>li>a:focus,
.control-sidebar-light .control-sidebar-tabs>li>a:active {
  background: #eff1f7;
}

.control-sidebar-light .control-sidebar-tabs>li.active>a,
.control-sidebar-light .control-sidebar-tabs>li.active>a:hover,
.control-sidebar-light .control-sidebar-tabs>li.active>a:focus,
.control-sidebar-light .control-sidebar-tabs>li.active>a:active {
  background: #f9fafc;
  color: #111;
}

.control-sidebar-light .control-sidebar-heading,
.control-sidebar-light .control-sidebar-subheading {
  color: #111;
}

.control-sidebar-light .control-sidebar-menu {
  margin-left: -14px;
}

.control-sidebar-light .control-sidebar-menu>li>a:hover {
  background: #f4f4f5;
}

.control-sidebar-light .control-sidebar-menu>li>a .menu-info>p {
  color: #5e5e5e;
}

/*
 * Component: Dropdown menus
 * -------------------------
 */
/*Dropdowns in general*/
.dropdown-menu {
  box-shadow: none;
  border-color: #eee;

}

/*joro added*/
.open.dropdown-menu {
  display: block;
}

.dropdown-menu .dropdown-section-img {
  text-align: center;
  padding-top: 7px;
}

.dropdown-menu .dropdown-section-img img {
  width: 27px;
  height: auto;
  cursor: default;
}

.dropdown-menu>li>a {
  color: #777;
}

.dropdown-menu>li>a>.glyphicon,
.dropdown-menu>li>a>.fa,
.dropdown-menu>li>a>.ion {
  margin-right: 10px;
}

.dropdown-menu>li>a:hover {
  background-color: unset !important;
}

.dropdown-menu>.divider {
  background-color: #eee;
}

.navbar-nav .dropdown-menu {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* shaddow for profile menu */

.user-menu .dropdown-menu {
  box-shadow: 5px 5px 5px #aaaaaa !important;
  -webkit-box-shadow: 5px 5px 5px #aaaaaa !important;
  border-color: #eee;
  border: 1px solid #BFBFBF;
  border-top-width: 0;
  border-top: #fff;
}

.navbar-nav>.notifications-menu,
.navbar-nav>.messages-menu,
.navbar-nav>.tasks-menu {
  position: relative;
}

.navbar-nav>.notifications-menu>.dropdown-menu,
.navbar-nav>.messages-menu>.dropdown-menu,
.navbar-nav>.tasks-menu>.dropdown-menu {
  width: 280px;
  padding: 0 0 0 0 !important;
  margin: 0 !important;
  top: 100%;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li,
.navbar-nav>.messages-menu>.dropdown-menu>li,
.navbar-nav>.tasks-menu>.dropdown-menu>li {
  position: relative;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li.header,
.navbar-nav>.messages-menu>.dropdown-menu>li.header,
.navbar-nav>.tasks-menu>.dropdown-menu>li.header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
  padding: 7px 10px;
  border-bottom: 1px solid #f4f4f4;
  color: #444444;
  font-size: 14px;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a,
.navbar-nav>.messages-menu>.dropdown-menu>li.footer>a,
.navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  background-color: #fff;
  padding: 7px 10px;
  border-bottom: 1px solid #eeeeee;
  color: #444 !important;
  text-align: center;
}

@media (max-width: 991px) {

  .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a,
  .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a,
  .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a {
    background: #fff !important;
    color: #444 !important;
  }
}

.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a:hover,
.navbar-nav>.messages-menu>.dropdown-menu>li.footer>a:hover,
.navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a:hover {
  text-decoration: none;
  font-weight: normal;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu,
.navbar-nav>.messages-menu>.dropdown-menu>li .menu,
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu {
  max-height: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a,
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a,
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a {
  display: block;
  white-space: nowrap;
  /* Prevent text from breaking */
  border-bottom: 1px solid #f4f4f4;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a:hover,
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:hover,
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a:hover {
  background: #f4f4f4;
  text-decoration: none;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a {
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.glyphicon,
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.fa,
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.ion {
  width: 20px;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a {
  margin: 0px;
  padding: 10px 10px;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>div>img {
  margin: auto 10px auto auto;
  width: 40px;
  height: 40px;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4 {
  padding: 0;
  margin: 0 0 0 45px;
  color: #444444;
  font-size: 15px;
  position: relative;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4>small {
  color: #999999;
  font-size: 10px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>p {
  margin: 0 0 0 45px;
  font-size: 12px;
  color: #888888;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:before,
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:after {
  content: " ";
  display: table;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:after {
  clear: both;
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a {
  padding: 10px;
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a>h3 {
  font-size: 14px;
  padding: 0;
  margin: 0 0 10px 0;
  color: #666666;
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a>.progress {
  padding: 0;
  margin: 0;
}

.user-menu>.dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 0 0 0 0;
  width: 280px;
}

.user-menu>.dropdown-menu,
.user-menu>.dropdown-menu>.user-body {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.user-menu>.dropdown-menu>li.user-header {
  height: 175px;
  padding: 10px;
  text-align: center;
}

.user-menu>.dropdown-menu>li.user-header>img {
  z-index: 5;
  height: 90px;
  width: 90px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.user-menu>.dropdown-menu>li.user-header>p {
  z-index: 5;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  margin-top: 10px;
  text-align: center;
}

.user-menu>.dropdown-menu>li.user-header>p>a {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}

.user-menu>.dropdown-menu>li.user-header>p>small {
  display: block;
  font-size: 12px;
}

.user-menu>.dropdown-menu>.user-body {
  padding: 15px;
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #dddddd;
}

.user-menu>.dropdown-menu>.user-body:before,
.user-menu>.dropdown-menu>.user-body:after {
  content: " ";
  display: table;
}

.user-menu>.dropdown-menu>.user-body:after {
  clear: both;
}

.user-menu>.dropdown-menu>.user-body a {
  color: #444 !important;
}

.navbar-nav>li {
  width: 45px;
}

.profile-info-pic {
  width: auto;
  padding-left: 10px;
}

@media (max-width: 360px) {
	.profile-info-pic span {
	  position: relative;
	  /* top: 15px; */
	  margin: 0 15px;
	  padding-top: 15px;
	  padding-bottom: 15px;
	}
	.profile-info-pic {
		padding-right: 10px;
	}
}

@media (min-width: 480px) {
	.profile-info-pic span {
	  position: relative;
	  /* top: 15px; */
	  margin: 0 15px;
	  display: inline-block !important;
	  padding-top: 15px;
	  padding-bottom: 15px;
	}
}


.profile-info-pic img {
	padding-top: 10px;
	padding-bottom: 10px;
}

@media (max-width: 991px) {
  .user-menu>.dropdown-menu>.user-body a {
    background: #fff !important;
    color: #444 !important;
  }

  .profile-info-pic {
    /* width: 50px; */
    margin-left: 10px;

  }

  img.user-image {
    transition: ease-in-out 0.4s;
  }
}

.user-menu>.dropdown-menu>.user-footer {
  background-color: #f9f9f9;
  padding: 10px;
}

.user-menu>.dropdown-menu>.user-footer:before,
.user-menu>.dropdown-menu>.user-footer:after {
  content: " ";
  display: table;
}

.user-menu>.dropdown-menu>.user-footer:after {
  clear: both;
}

.profile-info-pic>.user-menu>.dropdown-menu>.user-footer .btn-default {
  color: #666666;
}

/* .user-menu {
  list-style-type: none;
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
} */

.user-menu .big-user-image {
  float: left;
  width: 80px;
  /* height: 80px; */
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
}

@media (max-width: 767px) {
  .navbar-nav>.user-menu {
    float: none;
    margin-right: 0;
    margin-top: -8px;
    line-height: 10px;
  }
}

.nav>li.user-menu {
  display: list-item;
}

/* Add fade animation to dropdown menus by appending
 the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/
.open:not(.dropup)>.animated-dropdown-menu {
  backface-visibility: visible !important;
  -webkit-animation: flipInX 0.7s both;
  -o-animation: flipInX 0.7s both;
  animation: flipInX 0.7s both;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    transform: perspective(400px);
  }
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
  }
}

/* Fix dropdown menu in navbars */
/* .navbar-nav>li {
  width: auto;
} */

.navbar-custom-menu>.navbar-nav>li {
  position: relative;
}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
  border-top: 1px solid #367FA9;
}

/* @media (max-width: 991px) {
  .navbar-custom-menu > .navbar-nav {
    float: right;
  }
  .navbar-custom-menu > .navbar-nav > li {
    position: static;
  }
  .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 5%;
    left: auto;
    border: 1px solid #ddd;
    background: #fff;
  }
} */
/*
 * Component: Form
 * ---------------
 */
.form-control {
  border-radius: 0px !important;
  box-shadow: none;
  border-color: #d2d6de;
}

.form-control:focus {
  border-color: #3c8dbc !important;
  box-shadow: none;
}

.form-control::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #bbb;
}

.form-control::-webkit-input-placeholder {
  color: #bbb;
}

.form-control:not(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-control.auto-width {
  width: auto;
  max-width: 100%;
  display: inline-block;
}

.form-control.no-resize {
  -moz-resize: none;
  resize: none;
}

.form-group.has-success label {
  color: #00a65a;
}

.form-group.has-success .form-control {
  border-color: #00a65a !important;
  box-shadow: none;
}

.form-group.has-warning label {
  color: #f39c12;
}

.form-group.has-warning .form-control {
  border-color: #f39c12 !important;
  box-shadow: none;
}

.form-group.has-error label {
  color: #dd4b39;
}

.form-group.has-error .form-control {
  border-color: #dd4b39 !important;
  box-shadow: none;
}

/* Input group */
.input-group .input-group-addon {
  border-radius: 0px;
  border-color: #d2d6de;
  background-color: #fff;
}

.box-search-wrap {
  float: right;
  width: 250px;
  padding: 3px 2px 2px 10px;
}

.templates-search input,
.templates-search select,
.templates-search .select2 {
  float: left;
  width: 250px !important;
  font-size: 14px;
}


/* button groups */
.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
  border-radius: 0;
}

.icheck>label {
  padding-left: 0;
}

/*put inputs in bootstrap cols*/
.one-line-input-row {
  margin-left: -2px;
  margin-right: -2px;
}

.one-line-input-row>.form-group {
  white-space: nowrap;
  vertical-align: top;
  display: inline-block;
}

.one-line-input-row input,
.one-line-input-row select,
.one-line-input-row button {
  width: auto;
  display: inline-block;
  max-width: 94%;
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 2px;
}

.one-line-input-row label,
.one-line-input-row label+input {
  display: inline-block;
  vertical-align: top;
}


/*
 * Component: Progress Bar
 * -----------------------
 */
.progress,
.progress>.progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress,
.progress>.progress-bar,
.progress .progress-bar,
.progress>.progress-bar .progress-bar {
  border-radius: 1px;
}

/* size variation */
.progress.sm,
.progress-sm {
  height: 10px;
}

.progress.sm,
.progress-sm,
.progress.sm .progress-bar,
.progress-sm .progress-bar {
  border-radius: 1px;
}

.progress.xs,
.progress-xs {
  height: 7px;
}

.progress.xs,
.progress-xs,
.progress.xs .progress-bar,
.progress-xs .progress-bar {
  border-radius: 1px;
}

.progress.xxs,
.progress-xxs {
  height: 3px;
}

.progress.xxs,
.progress-xxs,
.progress.xxs .progress-bar,
.progress-xxs .progress-bar {
  border-radius: 1px;
}

/* Vertical bars */
.progress.vertical {
  position: relative;
  width: 30px;
  height: 200px;
  display: inline-block;
  margin-right: 10px;
}

.progress.vertical>.progress-bar {
  width: 100% !important;
  position: absolute;
  bottom: 0;
}

.progress.vertical.sm,
.progress.vertical.progress-sm {
  width: 20px;
}

.progress.vertical.xs,
.progress.vertical.progress-xs {
  width: 10px;
}

.progress.vertical.xxs,
.progress.vertical.progress-xxs {
  width: 3px;
}

.progress-group .progress-text {
  font-weight: 600;
}

.progress-group .progress-number {
  float: right;
}

/* Remove margins from progress bars when put in a table */
.table tr>td .progress {
  margin: 0;
}

.progress-bar-light-blue,
.progress-bar-primary {
  background-color: #3c8dbc;
}

.progress-striped .progress-bar-light-blue,
.progress-striped .progress-bar-primary {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-green,
.progress-bar-success {
  background-color: #00a65a;
}

.progress-striped .progress-bar-green,
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-aqua,
.progress-bar-info {
  background-color: #00c0ef;
}

.progress-striped .progress-bar-aqua,
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-yellow,
.progress-bar-warning {
  background-color: #f39c12;
}

.progress-striped .progress-bar-yellow,
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-red,
.progress-bar-danger {
  background-color: #dd4b39;
}

.progress-striped .progress-bar-red,
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/*
 * Component: Small Box
 * --------------------
 */
.small-box {
  border-radius: 2px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.small-box>.inner {
  padding: 10px;
}

.small-box>.small-box-footer {
  position: relative;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.small-box>.small-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}

.small-box h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
}

.small-box p {
  font-size: 15px;
}

.small-box p>small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px;
}

.small-box h3,
.small-box p {
  z-index: 5px;
}

.small-box .icon {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 0;
  font-size: 90px;
  color: rgba(0, 0, 0, 0.15);
}

.small-box:hover {
  text-decoration: none;
  color: #f9f9f9;
}

.small-box:hover .icon {
  font-size: 95px;
}

@media (max-width: 767px) {
  .small-box {
    text-align: center;
  }

  .small-box .icon {
    display: none;
  }

  .small-box p {
    font-size: 12px;
  }
}

/*
 * Component: Box
 * --------------

 */

.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);

}

.box.box-primary {
  border-top-color: #3c8dbc;
}

.box.box-info {
  border-top-color: #00c0ef;
}

.box.box-danger {
  border-top-color: #dd4b39;
}

.box.box-warning {
  border-top-color: #f39c12;
}

.box.box-success {
  border-top-color: #00a65a;
}

.box.box-success .box-body {
  overflow: hidden;
}

.box.box-default {
  border-top-color: #d2d6de;
}

.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}

/* #dashboard .box .box-header {
  padding-right: 60px;
} */

.box .nav-stacked>li {
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
}

.box .nav-stacked>li:last-of-type {
  border-bottom: none;
}

.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}

.box .border-right {
  border-right: 1px solid #f4f4f4;
}

.box .border-left {
  border-left: 1px solid #f4f4f4;
}

.box.box-solid {
  border-top: 0px;
}

.box.box-solid>.box-header .btn.btn-default {
  background: transparent;
}

.box.box-solid>.box-header .btn:hover,
.box.box-solid>.box-header a:hover {
  background: rgba(0, 0, 0, 0.1) !important;
}

.box.box-solid.box-default {
  border: 1px solid #d2d6de;
}

.box.box-solid.box-default>.box-header {
  color: #444444;
  background: #d2d6de;
  background-color: #d2d6de;
}

.box.box-solid.box-default>.box-header a,
.box.box-solid.box-default>.box-header .btn {
  color: #444444;
}

.box.box-solid.box-primary {
  border: 1px solid #3c8dbc;
}

.box.box-solid.box-primary>.box-header {
  color: #ffffff;
  background: #3c8dbc;
  background-color: #3c8dbc;
}

.box.box-solid.box-primary>.box-header a,
.box.box-solid.box-primary>.box-header .btn {
  color: #ffffff;
}

.box.box-solid.box-info {
  border: 1px solid #00c0ef;
}

.box.box-solid.box-info>.box-header {
  color: #ffffff;
  background: #00c0ef;
  background-color: #00c0ef;
}

.box.box-solid.box-info>.box-header a,
.box.box-solid.box-info>.box-header .btn {
  color: #ffffff;
}

.box.box-solid.box-danger {
  border: 1px solid #dd4b39;
}

.box.box-solid.box-danger>.box-header {
  color: #ffffff;
  background: #dd4b39;
  background-color: #dd4b39;
}

.box.box-solid.box-danger>.box-header a,
.box.box-solid.box-danger>.box-header .btn {
  color: #ffffff;
}

.box.box-solid.box-warning {
  border: 1px solid #f39c12;
}

.box.box-solid.box-warning>.box-header {
  color: #ffffff;
  background: #f39c12;
  background-color: #f39c12;
}

.box.box-solid.box-warning>.box-header a,
.box.box-solid.box-warning>.box-header .btn {
  color: #ffffff;
}

.box.box-solid.box-success {
  border: 1px solid #00a65a;
}

.box.box-solid.box-success>.box-header {
  color: #ffffff;
  background: #00a65a;
  background-color: #00a65a;
}

.box.box-solid.box-success>.box-header a,
.box.box-solid.box-success>.box-header .btn {
  color: #ffffff;
}

.box.box-solid>.box-header>.box-tools .btn {
  border: 0;
  box-shadow: none;
}

.box.box-solid[class*='bg']>.box-header {
  color: #fff;
}

.box .box-group>.box {
  margin-bottom: 5px;
}

.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}

.box>.overlay,
.overlay-wrapper>.overlay,
.box>.loading-img,
.overlay-wrapper>.loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}

.box .overlay>.fa,
.overlay-wrapper .overlay>.fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}

.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}

.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}

.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}

.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
  outline: none;
}

.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;

}

.collapsed-box .box-header.with-border {
  border-bottom: none;
}

.box-header>.fa,
.box-header>.glyphicon,
.box-header>.ion,
.box-header .box-title {
  font-size: 17px;
  margin: 0;
  flex: 1;

}

.box-header>.fa,
.box-header>.glyphicon,
.box-header>.ion {
  margin-right: 5px;
}

.box-header>.box-tools {
  right: 10px;
  top: 5px;
}

.fa-big,
.box.box-outer-tools.box-tools-big .box-header>.box-tools {
  /*joro added*/
  font-size: 34px;
}

.box.box-tools-big .box-header>.box-tools,
.plus-action {
  /*joro added*/
  font-size: 30px;

}

.box.box-outer-tools {
  /*joro added*/
  margin-top: 22px;
}

.box.box-outer-tools.box-tools-big {
  /*joro added*/
  margin-top: 42px;
}

.box.box-outer-tools .box-header>.box-tools {
  /*joro added*/
  right: 10px;
  top: -25px;
}

.box.box-outer-tools.box-tools-big .box-header>.box-tools {
  /*joro added*/
  right: 10px;
  top: -45px;
}

.box-header>.box-tools [data-toggle="tooltip"] {
  position: relative;
}

.box-header>.box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}

.project-box {
  background: #f4f4f4;
  border: 1px solid #DDD;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 5px;
}

.project-box .table {
  background: #FFF;
  margin: 0;
}

.project-description textarea[readonly].form-control {
  background: #fff;
  resize: vertical;
}

.project-box .project-image {
  max-width: 100%;
}

.project-box .project-image,
.project-box .project-title {
  margin-top: 5px;
}

.project-box .project-actions {
  font-size: 26px;
}

.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  box-shadow: none !important;
  color: #97a0b3;
}

.open .btn-box-tool,
.btn-box-tool:hover {
  color: #606c84;
}

.btn-box-tool:active {
  outline: none !important;
}

.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}

.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.box-body>.table {
  margin-bottom: 0;
}

.box-body .fc {
  margin-top: 5px;
}

.box-body .full-width-chart {
  margin: -19px;
}

.box-body.no-padding .full-width-chart {
  margin: -9px;
}

.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}

.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}

.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #ffffff;
}

.chart-legend {
  margin: 10px 0;
}

@media (max-width: 991px) {
  .chart-legend>li {
    float: left;
    margin-right: 10px;
  }
}

/* Widget: TODO LIST */
.todo-list {
  margin: 0;
  padding: 0px 0px;
  list-style: none;
  overflow: auto;
}

.todo-list>li {
  border-radius: 2px;
  padding: 10px;
  background: #f4f4f4;
  margin-bottom: 2px;
  border-left: 2px solid #e6e7e8;
  color: #444;
}

.todo-list>li:last-of-type {
  margin-bottom: 0;
}

.todo-list>li.danger {
  border-left-color: #dd4b39;
}

.todo-list>li.warning {
  border-left-color: #f39c12;
}

.todo-list>li.info {
  border-left-color: #00c0ef;
}

.todo-list>li.success {
  border-left-color: #00a65a;
}

.todo-list>li.primary {
  border-left-color: #3c8dbc;
}

.todo-list>li>input[type='checkbox'] {
  margin: 0 10px 0 5px;
}

.todo-list>li .text {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
}

.todo-list>li .label {
  margin-left: 10px;
  font-size: 9px;
}

.todo-list>li .tools {
  display: none;
  float: right;
  color: #dd4b39;
}

.todo-list>li .tools>.fa,
.todo-list>li .tools>.glyphicon,
.todo-list>li .tools>.ion {
  margin-right: 5px;
  cursor: pointer;
}

.todo-list>li:hover .tools {
  display: inline-block;
}

.todo-list>li.done {
  color: #999;
}

.todo-list>li.done .text {
  text-decoration: line-through;
  font-weight: 500;
}

.todo-list>li.done .label {
  background: #d2d6de !important;
}

.todo-list .handle {
  display: inline-block;
  cursor: move;
  margin: 0 5px;
}

/* Chat widget (DEPRECATED - this will be removed in the next major release. Use Direct Chat instead)*/
.chat {
  padding: 5px 20px 5px 10px;
}

.chat .item {
  margin-bottom: 10px;
}

.chat .item:before,
.chat .item:after {
  content: " ";
  display: table;
}

.chat .item:after {
  clear: both;
}

.chat .item>img {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 50% !important;
}

.chat .item>img.online {
  border: 2px solid #00a65a;
}

.chat .item>img.offline {
  border: 2px solid #dd4b39;
}

.chat .item>.message {
  margin-left: 55px;
  margin-top: -40px;
}

.chat .item>.message>.name {
  display: block;
  font-weight: 600;
}

.chat .item>.attachment {
  border-radius: 3px;
  background: #f4f4f4;
  margin-left: 65px;
  margin-right: 15px;
  padding: 10px;
}

.chat .item>.attachment>h4 {
  margin: 0 0 5px 0;
  font-weight: 600;
  font-size: 14px;
}

.chat .item>.attachment>p,
.chat .item>.attachment>.filename {
  font-weight: 600;
  font-size: 13px;
  font-style: italic;
  margin: 0;
}

.chat .item>.attachment:before,
.chat .item>.attachment:after {
  content: " ";
  display: table;
}

.chat .item>.attachment:after {
  clear: both;
}

.box-input {
  max-width: 200px;
}

.modal .panel-body {
  color: #444;
}

/*
 * Component: Info Box
 * -------------------
 */
.info-box {
  display: block;
  min-height: 90px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
}

.info-box small {
  font-size: 14px;
}

.info-box .progress {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px -10px;
  height: 2px;
}

.info-box .progress,
.info-box .progress .progress-bar {
  border-radius: 0;
}

.info-box .progress .progress-bar {
  background: #fff;
}

.info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: rgba(0, 0, 0, 0.2);
}

.info-box.info-box-icon-fill .info-box-icon {
  float: none;
  width: auto;
}

.info-box-icon>img {
  max-width: 100%;
}

.info-box-content {
  padding: 5px 10px;
  margin-left: 90px;
}

.info-box-rno .info-box-content {
  text-align: right;
}

.info-box-number {
  display: block;
  font-weight: bold;
  font-size: 18px;
}

.info-box-number.info-box-number-big {
  font-size: 32px;
}

.progress-description,
.info-box-text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info-box-text {
  text-transform: uppercase;
}

.info-box-more {
  display: block;
}

.progress-description {
  margin: 0;
}

/*
 * Component: Timeline
 * -------------------
 */
.timeline {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}

.timeline:before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0;
  width: 4px;
  background: #ddd;
  left: 31px;
  margin: 0;
  border-radius: 2px;
}

.timeline>li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li>.timeline-item {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-top: 0px;
  background: #fff;
  color: #444;
  margin-left: 60px;
  margin-right: 15px;
  padding: 0;
  position: relative;
}

.timeline>li>.timeline-item>.time {
  color: #999;
  float: right;
  padding: 10px;
  font-size: 12px;
}

.timeline>li>.timeline-item>.timeline-header {
  margin: 0;
  color: #555;
  border-bottom: 1px solid #f4f4f4;
  padding: 10px;
  font-size: 16px;
  line-height: 1.1;
}

.timeline>li>.timeline-item>.timeline-header>a {
  font-weight: 600;
}

.timeline>li>.timeline-item>.timeline-body,
.timeline>li>.timeline-item>.timeline-footer {
  padding: 10px;
}

.timeline>li.time-label>span {
  font-weight: 600;
  padding: 5px;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
}

.timeline>li>.fa,
.timeline>li>.glyphicon,
.timeline>li>.ion {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  color: #666;
  background: #d2d6de;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0;
}

/*
 * Component: Button
 * -----------------
 */
.btn {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  text-decoration: none !important;
}

/* .btn + .btn{
  margin:3px;
} */
.btn.uppercase {
  text-transform: uppercase;
}

.btn.btn-flat {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
}

.btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:focus {
  outline: none;
}

.btn.btn-file {
  position: relative;
  overflow: hidden;
}

.btn.btn-file>input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.btn-default {
  background-color: #f4f4f4;
  color: #444;
  border-color: #ddd;
}

.btn-default:hover,
.btn-default:active,
.btn-default.hover {
  background-color: #e7e7e7 !important;
}

.btn-primary {
  background-color: #3c8dbc;
  border-color: #367fa9;
  margin: auto;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
  background-color: #367fa9;
}

.btn-success {
  background-color: #00a65a;
  border-color: #008d4c;
}

.btn-success:hover,
.btn-success:active,
.btn-success.hover {
  background-color: #008d4c;
}

.btn-info {
  background-color: #00c0ef;
  border-color: #00acd6;
}

.btn-info:hover,
.btn-info:active,
.btn-info.hover {
  background-color: #00acd6;
}

.btn-danger {
  background-color: #dd4b39;
  border-color: #d73925;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.hover {
  background-color: #d73925;
}

.btn-warning {
  background-color: #f39c12;
  border-color: #e08e0b;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.hover {
  background-color: #e08e0b;
}

.btn-outline {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}

.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn[class*='bg-']:hover {
  -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}

.btn-app {
  border-radius: 3px;
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  font-size: 12px;
}

.btn-app>.fa,
.btn-app>.glyphicon,
.btn-app>.ion {
  font-size: 20px;
  display: block;
}

.btn-app:hover {
  background: #f4f4f4;
  color: #444;
  border-color: #aaa;
}

.btn-app:active,
.btn-app:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-app>.badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400;
}

.fa-btn {
  font-size: 18px;
  text-align: center;
  padding-right: 3px;
  padding-left: 3px;
}

/*
 * Component: Callout
 * ------------------
 */
.callout {
  border-radius: 3px;
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}

.callout a {
  color: #fff;
  text-decoration: underline;
}

.callout a:hover {
  color: #eee;
}

.callout h4 {
  margin-top: 0;
  font-weight: 600;
}

.callout p:last-child {
  margin-bottom: 0;
}

.callout code,
.callout .highlight {
  background-color: #fff;
}

.callout.callout-danger {
  border-color: #c23321;
}

.callout.callout-warning {
  border-color: #c87f0a;
}

.callout.callout-info {
  border-color: #0097bc;
}

.callout.callout-success {
  border-color: #00733e;
}

/*
 * Component: alert
 * ----------------
 */
.alert {
  border-radius: 3px;
}

.alert h4 {
  font-weight: 600;
}

.alert .icon {
  margin-right: 10px;
}

.alert .close {
  color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.alert .close:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.alert a {
  color: #fff;
  text-decoration: underline;
}

.alert-success {
  border-color: #008d4c;
}

.alert-danger,
.alert-error {
  border-color: #d73925;
}

.alert-warning {
  border-color: #e08e0b;
}

.alert-info {
  border-color: #00acd6;
}

/*
 * Component: Nav
 * --------------
 */
.nav>li>a:hover,
.nav>li>a:active,
.nav>li>a:focus {
  color: #444;
  background: #f7f7f7;
}

/* NAV PILLS */
.nav-pills>li>a {
  border-radius: 0;
  border-top: 3px solid transparent;
  color: #444;
}

.nav-pills>li>a>.fa,
.nav-pills>li>a>.glyphicon,
.nav-pills>li>a>.ion {
  margin-right: 5px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  border-top-color: #3c8dbc;
}

.nav-pills>li.active>a {
  font-weight: 600;
}

/* NAV STACKED */
.nav-stacked>li>a {
  border-radius: 0;
  border-top: 0;
  border-left: 3px solid transparent;
  color: #444;
}

.nav-stacked>li.active>a,
.nav-stacked>li.active>a:hover {
  border-top: 0;
  border-left-color: #3c8dbc;
}

.nav-stacked>li.header {
  border-bottom: 1px solid #ddd;
  color: #777;
  margin-bottom: 10px;
  padding: 5px 10px;
  text-transform: uppercase;
}

/* NAV TABS */
.nav-tabs-custom {
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.nav-tabs-custom>.nav-tabs {
  margin: 0;
  border-bottom-color: #f4f4f4;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.nav-tabs-custom>.nav-tabs>li {
  border-top: 3px solid transparent;
  margin-bottom: -2px;
  margin-right: 5px;
}

.nav-tabs-custom>.nav-tabs>li>a {
  color: #444;
  border-radius: 0 !important;
}

.nav-tabs-custom>.nav-tabs>li>a,
.nav-tabs-custom>.nav-tabs>li>a:hover {
  background: transparent;
  margin: 0;
}

.nav-tabs-custom>.nav-tabs>li>a:hover {
  color: #999;
}

.nav-tabs-custom>.nav-tabs>li:not(.active)>a:hover,
.nav-tabs-custom>.nav-tabs>li:not(.active)>a:focus,
.nav-tabs-custom>.nav-tabs>li:not(.active)>a:active {
  border-color: transparent;
}

.nav-tabs-custom>.nav-tabs>li.active {
  border-top-color: #3c8dbc;
}

.nav-tabs-custom>.nav-tabs>li.active>a,
.nav-tabs-custom>.nav-tabs>li.active:hover>a {
  background-color: #fff;
  color: #444;
}

.nav-tabs-custom>.nav-tabs>li.active>a {
  border-top-color: transparent;
  border-left-color: #f4f4f4;
  border-right-color: #f4f4f4;
}

.nav-tabs-custom>.nav-tabs>li:first-of-type {
  margin-left: 0;
}

.nav-tabs-custom>.nav-tabs>li:first-of-type.active>a {
  border-left-color: transparent;
}

.nav-tabs-custom>.nav-tabs.pull-right {
  float: none !important;
}

.nav-tabs-custom>.nav-tabs.pull-right>li {
  float: right;
}

.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type {
  margin-right: 0;
}

.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type>a {
  border-left-width: 1px;
}

.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type.active>a {
  border-left-color: #f4f4f4;
  border-right-color: transparent;
}

.nav-tabs-custom>.nav-tabs>li.header {
  line-height: 35px;
  padding: 0 10px;
  font-size: 20px;
  color: #444;
}

.nav-tabs-custom>.nav-tabs>li.header>.fa,
.nav-tabs-custom>.nav-tabs>li.header>.glyphicon,
.nav-tabs-custom>.nav-tabs>li.header>.ion {
  margin-right: 5px;
}

.nav-tabs-custom>.tab-content {
  background: #fff;
  padding: 10px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.nav-tabs-custom .dropdown.open>a:active,
.nav-tabs-custom .dropdown.open>a:focus {
  background: transparent;
  color: #999;
}

/*FAKE NAV TABS ON BOX*/
.nav-tabs-custom.box-header {
  margin: 0 0 10px 0;
  box-shadow: none;
  padding-bottom: 0;
}

.nav-tabs-custom.box-header>.nav-tabs {
  border: 0;
  margin-top: -13px;
}

.nav-tabs-custom.box-header>.nav-tabs>li {
  margin-bottom: 0px;
}





/* PAGINATION */
.pagination>li>a {
  background: #fafafa;
  color: #666;
  border-radius: 0 !important;
}

/*
 * Component: Products List
 * ------------------------
 */
.products-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.products-list>.item {
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  background: #fff;
}

.products-list>.item:before,
.products-list>.item:after {
  content: " ";
  display: table;
}

.products-list>.item:after {
  clear: both;
}

.products-list .product-img {
  float: left;
}

.products-list .product-img img {
  width: 50px;
  height: 50px;
}

.products-list .product-info {
  margin-left: 60px;
}

.products-list .product-title {
  font-weight: 600;
}

.products-list .product-description {
  display: block;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product-list-in-box>.item {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #f4f4f4;
}

.product-list-in-box>.item:last-of-type {
  border-bottom-width: 0;
}

/*
 * Component: Table
 * ----------------
 */
.table {
  table-layout: fixed;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  border-top: 1px solid #f4f4f4;
}

.table>thead>tr>th {
  border-bottom: 2px solid #f4f4f4;
}

.table tr td .progress {
  margin-top: 5px;
}

.table-bordered {
  border: 1px solid #D6D6D6;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
  border: 1px solid #D6D6D6;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}

.table.no-border,
.table.no-border td,
.table.no-border th {
  border: 0;
}

/*joro added*/
.table-headerfill {
  border: 1px solid #DDDDDD;
}

.table-headerfill>thead>tr>th,
.table-headerfill>tbody>tr>th,
.table-headerfill>tfoot>tr>th,
.table-headerfill>thead>tr>td,
.table-headerfill>tbody>tr>td,
.table-headerfill>tfoot>tr>td {
  border: 1px solid #DDDDDD;
}

.table-headerfill>thead>tr>th,
.table-headerfill>tfoot>tr>th,
.table-headerfill>tfoot>tr>td {
  background-color: #f4f4f4;
}

.table-headerfill>thead>tr>th,
.table-headerfill>thead>tr>td {
  border-bottom: 2px solid #909090;
}

.table-headerfill>tfoot>tr>th,
.table-headerfill>tfoot>tr>td {
  border-top: 2px solid #909090;
}


.datepicker table,
table.table.table-layout-auto,
table.table-layout-auto {
  table-layout: auto;
}

table.table-auto-width,
table.table.table-auto-width {
  width: auto;
}

.datepicker table .next {
  background-image: none;
}

/* .text-center in tables */
table.text-center,
table.text-center td,
table.text-center th {
  text-align: center;
}

.table.align th {
  text-align: left;
}

.table.align td {
  text-align: right;
}

.table.align-right td,
.table.align-right th,
td.align-right,
th.align-right {
  text-align: right;
}

table .td-center,
table.table tr th.td-center,
table.table tr td.td-center,
table.table thead tr th.td-center,
table.table tbody tr td.td-center {
  text-align: center;
  vertical-align: middle;
}

table.table.table-small-content tbody {
  font-size: .85em;
}

table.table.table-normal-layout {
  table-layout: auto;
}

table p {
  margin: 5px 0;
  padding: 0;
  font-size: .86em;
}

table.table a {
  text-decoration: underline;
}

table.table a:hover {
  text-decoration: none;
}

table.table th a {
  color: #367FA9;
}

div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}

div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

table.dataTable {
  clear: both;
  margin-top: 6px;
  margin-bottom: 6px;
  max-width: none;
}

.table>tbody+tr,
.table>tbody+tfoot {
  border-top: 2px solid #ddd;
}

.table tfoot tr {
  font-weight: bold;
}

.table.th-align-r th,
.table.th-align-r thead th {
  text-align: right;
}

.table.th-align-l th,
.table.th-align-l thead th {
  text-align: left;
}

/*
 * Component: Label
 * ----------------
 */
.label-default {
  background-color: #d2d6de;
  color: #444;
}

.side-label {
  margin-bottom: 0;
  line-height: 34px;
}

/*
 * Component: Direct Chat
 * ----------------------
 */
.direct-chat .box-body {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  overflow-x: hidden;
  padding: 0;
}

.direct-chat.chat-pane-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.direct-chat-messages {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 10px;
  height: 250px;
  overflow: auto;
}

.direct-chat-msg,
.direct-chat-text {
  display: block;
}

.direct-chat-msg {
  margin-bottom: 10px;
}

.direct-chat-msg:before,
.direct-chat-msg:after {
  content: " ";
  display: table;
}

.direct-chat-msg:after {
  clear: both;
}

.direct-chat-messages,
.direct-chat-contacts {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.direct-chat-text {
  border-radius: 5px;
  position: relative;
  padding: 5px 10px;
  background: #d2d6de;
  border: 1px solid #d2d6de;
  margin: 5px 0 0 50px;
  color: #444444;
}

.direct-chat-text:after,
.direct-chat-text:before {
  position: absolute;
  right: 100%;
  top: 15px;
  border: solid transparent;
  border-right-color: #d2d6de;
  content: ' ';
  height: 0;
  width: 0;
  pointer-events: none;
}

.direct-chat-text:after {
  border-width: 5px;
  margin-top: -5px;
}

.direct-chat-text:before {
  border-width: 6px;
  margin-top: -6px;
}

.right .direct-chat-text {
  margin-right: 50px;
  margin-left: 0;
}

.right .direct-chat-text:after,
.right .direct-chat-text:before {
  right: auto;
  left: 100%;
  border-right-color: transparent;
  border-left-color: #d2d6de;
}

.direct-chat-img {
  border-radius: 50%;
  float: left;
  width: 40px;
  height: 40px;
}

.right .direct-chat-img {
  float: right;
}

.direct-chat-info {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
}

.direct-chat-name {
  font-weight: 600;
}

.direct-chat-timestamp {
  color: #999;
}

.direct-chat-contacts-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.direct-chat-contacts {
  -webkit-transform: translate(101%, 0);
  -ms-transform: translate(101%, 0);
  -o-transform: translate(101%, 0);
  transform: translate(101%, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  height: 250px;
  width: 100%;
  background: #222d32;
  color: #fff;
  overflow: auto;
}

.contacts-list>li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 0;
}

.contacts-list>li:before,
.contacts-list>li:after {
  content: " ";
  display: table;
}

.contacts-list>li:after {
  clear: both;
}

.contacts-list>li:last-of-type {
  border-bottom: none;
}

.contacts-list-img {
  border-radius: 50%;
  width: 40px;
  float: left;
}

.contacts-list-info {
  margin-left: 45px;
  color: #fff;
}

.contacts-list-name,
.contacts-list-status {
  display: block;
}

.contacts-list-name {
  font-weight: 600;
}

.contacts-list-status {
  font-size: 12px;
}

.contacts-list-date {
  color: #aaa;
  font-weight: normal;
}

.contacts-list-msg {
  color: #999;
}

.direct-chat-danger .right>.direct-chat-text {
  background: #dd4b39;
  border-color: #dd4b39;
  color: #ffffff;
}

.direct-chat-danger .right>.direct-chat-text:after,
.direct-chat-danger .right>.direct-chat-text:before {
  border-left-color: #dd4b39;
}

.direct-chat-primary .right>.direct-chat-text {
  background: #3c8dbc;
  border-color: #3c8dbc;
  color: #ffffff;
}

.direct-chat-primary .right>.direct-chat-text:after,
.direct-chat-primary .right>.direct-chat-text:before {
  border-left-color: #3c8dbc;
}

.direct-chat-warning .right>.direct-chat-text {
  background: #f39c12;
  border-color: #f39c12;
  color: #ffffff;
}

.direct-chat-warning .right>.direct-chat-text:after,
.direct-chat-warning .right>.direct-chat-text:before {
  border-left-color: #f39c12;
}

.direct-chat-info .right>.direct-chat-text {
  background: #00c0ef;
  border-color: #00c0ef;
  color: #ffffff;
}

.direct-chat-info .right>.direct-chat-text:after,
.direct-chat-info .right>.direct-chat-text:before {
  border-left-color: #00c0ef;
}

.direct-chat-success .right>.direct-chat-text {
  background: #00a65a;
  border-color: #00a65a;
  color: #ffffff;
}

.direct-chat-success .right>.direct-chat-text:after,
.direct-chat-success .right>.direct-chat-text:before {
  border-left-color: #00a65a;
}

/*
 * Component: Users List
 * ---------------------
 */
.users-list>li {
  width: 25%;
  float: left;
  padding: 10px;
  text-align: center;
}

.users-list>li img {
  border-radius: 50%;
  max-width: 100%;
  height: auto;
}

.users-list>li>a:hover,
.users-list>li>a:hover .users-list-name {
  color: #999;
}

.users-list-name,
.users-list-date {
  display: block;
}

.users-list-name {
  font-weight: 600;
  color: #444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.users-list-date {
  color: #999;
  font-size: 12px;
}

/*
 * Component: Carousel
 * -------------------
 */
.carousel-control {
  background-image: none !important;
}

.carousel-control>.fa {
  font-size: 40px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -20px;
}

/*
 * Component: modal
 * ----------------
 */

/* .ui-dialog == modal-content*/
.ui-dialog {
  position: fixed !important;
}

/* .ui-dialog == modal-content*/
.ui-dialog .ui-widget-header {
  min-height: 16.43px;
  border-bottom: 1px solid #e5e5e5;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: static;
  border: 0;
  background: none;
  float: right;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  margin: -2px 0 0 0;
}

.ui-dialog .ui-dialog-titlebar-close:hover {
  filter: alpha(opacity=80);
  opacity: .8;
}

.ui-dialog .ui-dialog-titlebar-close .ui-button-icon-primary {
  display: none;
}

.ui-dialog .ui-dialog-titlebar-close .ui-button-text {
  outline: none !important;
  text-indent: 0;
  padding: 0;
  line-height: 1em;
  color: white;
}

.ui-dialog p {
  margin: 5px 0;
}

.ui-dialog .ui-dialog-buttonpane {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  margin: 0;
}

.ui-dialog .ui-dialog-content {
  /* padding: 0 17px; */
  padding: 0;
  overflow: hidden;
}

.elfinder-dialog-icon {
  left: 12px;
  top: 18%;
}

.std42-dialog .ui-widget-content {
  background-clip: border-box;
}

.ui-dialog .modal-footer {
  position: relative;

}

.ui-dialog .modal-footer .btn+.btn {
  margin: 3px;
}

.ui-dialog .ui-dialog-content iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  padding-right: 1px;
  margin: 0;
}

.modal {
  background: rgba(0, 0, 0, 0.3);
}

.modal-content {
  border-radius: 0;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
  border: 0;
}

@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
  }
}

.ui-dialog .ui-widget-header,
.modal-header {
  border-bottom-color: #f4f4f4;
}

.modal-footer {
  border-top-color: #f4f4f4;
}

.ui-dialog.primary .ui-widget-header,
.modal-primary .ui-widget-header,
.modal-primary .ui-dialog-buttonpane,
.modal-primary .modal-header,
.modal-primary .modal-footer {
  border-color: #307095;
}

.ui-dialog.warning .ui-widget-header,
.modal-warning .ui-widget-header,
.modal-warning .ui-dialog-buttonpane,
.modal-warning .modal-header,
.modal-warning .modal-footer {
  border-color: #c87f0a;
}

.ui-dialog.info .ui-widget-header,
.modal-info .ui-widget-header,
.modal-info .ui-dialog-buttonpane,
.modal-info .modal-header,
.modal-info .modal-footer {
  border-color: #0097bc;
}

.ui-dialog.success .ui-widget-header,
.modal-success .ui-widget-header,
.modal-success .ui-dialog-buttonpane,
.modal-success .modal-header,
.modal-success .modal-footer {
  border-color: #00733e;
}

.ui-dialog.danger .ui-widget-header,
.modal-danger .ui-widget-header,
.modal-danger .ui-dialog-buttonpane,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  border-color: #c23321;
}

/*
 * Page: Mailbox
 * -------------
 */
.mailbox-messages>.table {
  margin: 0;
}

.mailbox-controls {
  padding: 5px;
}

.mailbox-controls.with-border {
  border-bottom: 1px solid #f4f4f4;
}

.mailbox-read-info {
  border-bottom: 1px solid #f4f4f4;
  padding: 10px;
}

.mailbox-read-info h3 {
  font-size: 20px;
  margin: 0;
}

.mailbox-read-info h5 {
  margin: 0;
  padding: 5px 0 0 0;
}

.mailbox-read-time {
  color: #999;
  font-size: 13px;
}

.mailbox-read-message {
  padding: 10px;
}

.mailbox-attachments li {
  float: left;
  width: 200px;
  border: 1px solid #eee;
  margin-bottom: 10px;
  margin-right: 10px;
}

.mailbox-attachment-name {
  font-weight: bold;
  color: #666;
}

.mailbox-attachment-icon,
.mailbox-attachment-info,
.mailbox-attachment-size {
  display: block;
}

.mailbox-attachment-info {
  padding: 10px;
  background: #f4f4f4;
}

.mailbox-attachment-size {
  color: #999;
  font-size: 12px;
}

.mailbox-attachment-icon {
  text-align: center;
  font-size: 65px;
  color: #666;
  padding: 20px 10px;
}

.mailbox-attachment-icon.has-img {
  padding: 0;
}

.mailbox-attachment-icon.has-img>img {
  max-width: 100%;
  height: auto;
}

/*
 * Page: Lock Screen
 * -----------------
 */
/* ADD THIS CLASS TO THE <BODY> TAG */
.lockscreen {
  background: #d2d6de;
}

.lockscreen-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}

.lockscreen-logo a {
  color: #444;
}

.lockscreen-wrapper {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 10%;
  background-color: #FFF;
  box-shadow: 10px 10px 5px #888888;
}

/* User name [optional] */
.lockscreen .lockscreen-name {
  text-align: center;
  font-weight: 600;
}

/* Will contain the image and the sign in form */
.lockscreen-item {
  border-radius: 4px;
  padding: 0;
  background: #fff;
  position: relative;
  margin: 10px auto 30px auto;
  width: 290px;
}

/* User image */
.lockscreen-image {
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: -25px;
  background: #fff;
  padding: 5px;
  z-index: 10;
}

.lockscreen-image>img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

/* Contains the password input and the login button */
.lockscreen-credentials {
  margin-left: 70px;
}

.lockscreen-credentials .form-control {
  border: 0 !important;
}

.lockscreen-credentials .btn {
  background-color: #fff;
  border: 0;
  padding: 0 10px;
}

.lockscreen-footer {
  margin-top: 10px;
}

/*
 * Page: Login & Register
 * ----------------------
 */
.login-logo,
.register-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}

.login-logo a,
.register-logo a {
  color: #444;
}

.login-page,
.register-page {
  background: #d2d6de;
  padding-top: .1px;
}

.login-box,
.register-box {
  width: 360px;
  margin: 7% auto;
}

@media (max-width: 768px) {

  .login-box,
  .register-box {
    width: 90%;
    margin-top: 20px;
  }
}

.login-box-body,
.register-box-body {
  background: #fff;
  padding: 20px;
  color: #444;
  border-top: 0;
  color: #666;
}

.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
  color: #777;
}

.login-box-msg,
.register-box-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 20px 20px;

  font-size: 24px;


}

.social-auth-links {
  margin: 10px 0;
}

/*
 * Page: 400 and 500 error pages
 * ------------------------------
 */
.error-page {
  width: 600px;
  margin: 20px auto 0 auto;
}

@media (max-width: 991px) {
  .error-page {
    width: 100%;
  }
}

.error-page>.headline {
  float: left;
  font-size: 100px;
  font-weight: 300;
}

@media (max-width: 991px) {
  .error-page>.headline {
    float: none;
    text-align: center;
  }
}

.error-page>.error-content {
  margin-left: 190px;
  display: block;
}

@media (max-width: 991px) {
  .error-page>.error-content {
    margin-left: 0;
  }
}

.error-page>.error-content>h3 {
  font-weight: 300;
  font-size: 25px;
}

@media (max-width: 991px) {
  .error-page>.error-content>h3 {
    text-align: center;
  }
}

/*
 * Page: Invoice
 * -------------
 */
.invoice {
  position: relative;
  background: #fff;
  border: 1px solid #f4f4f4;
  padding: 20px;
  margin: 10px 25px;
}

.invoice-title {
  margin-top: 0;
}

/*
 * Plugin: Social Buttons
 * ----------------------
 */
.btn-social {
  position: relative;
  padding-left: 44px !important;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-social :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px !important;
  line-height: 34px !important;
  font-size: 1.6em !important;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social.btn-lg {
  padding-left: 61px !important;
}

.btn-social.btn-lg :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}

.btn-social.btn-sm {
  padding-left: 38px !important;
}

.btn-social.btn-sm :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}

.btn-social.btn-xs {
  padding-left: 30px !important;
}

.btn-social.btn-xs :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}

.btn-social-icon {
  position: relative;
  padding-left: 44px !important;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0;
}

.btn-social-icon :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px !important;
  line-height: 34px !important;
  font-size: 1.6em !important;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social-icon.btn-lg {
  padding-left: 61px !important;
}

.btn-social-icon.btn-lg :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}

.btn-social-icon.btn-sm {
  padding-left: 38px !important;
}

.btn-social-icon.btn-sm :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}

.btn-social-icon.btn-xs {
  padding-left: 30px !important;
}

.btn-social-icon.btn-xs :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}

.btn-social-icon :first-child {
  border: none;
  text-align: center;
  width: 100% !important;
}

.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}

.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}

.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}

.btn-bitbucket {
  color: #ffffff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:hover,
.btn-bitbucket:focus,
.btn-bitbucket.focus,
.btn-bitbucket:active,
.btn-bitbucket.active,
.open>.dropdown-toggle.btn-bitbucket {
  color: #ffffff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:active,
.btn-bitbucket.active,
.open>.dropdown-toggle.btn-bitbucket {
  background-image: none;
}

.btn-bitbucket .badge {
  color: #205081;
  background-color: #ffffff;
}

.btn-dropbox {
  color: #ffffff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:hover,
.btn-dropbox:focus,
.btn-dropbox.focus,
.btn-dropbox:active,
.btn-dropbox.active,
.open>.dropdown-toggle.btn-dropbox {
  color: #ffffff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:active,
.btn-dropbox.active,
.open>.dropdown-toggle.btn-dropbox {
  background-image: none;
}

.btn-dropbox .badge {
  color: #1087dd;
  background-color: #ffffff;
}

.btn-facebook {
  color: #ffffff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook.focus,
.btn-facebook:active,
.btn-facebook.active,
.open>.dropdown-toggle.btn-facebook {
  color: #ffffff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:active,
.btn-facebook.active,
.open>.dropdown-toggle.btn-facebook {
  background-image: none;
}

.btn-facebook .badge {
  color: #3b5998;
  background-color: #ffffff;
}

.btn-flickr {
  color: #ffffff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:hover,
.btn-flickr:focus,
.btn-flickr.focus,
.btn-flickr:active,
.btn-flickr.active,
.open>.dropdown-toggle.btn-flickr {
  color: #ffffff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:active,
.btn-flickr.active,
.open>.dropdown-toggle.btn-flickr {
  background-image: none;
}

.btn-flickr .badge {
  color: #ff0084;
  background-color: #ffffff;
}

.btn-foursquare {
  color: #ffffff;
  background-color: #0072b1;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:hover,
.btn-foursquare:focus,
.btn-foursquare.focus,
.btn-foursquare:active,
.btn-foursquare.active,
.open>.dropdown-toggle.btn-foursquare {
  color: #ffffff;
  background-color: #00517e;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:active,
.btn-foursquare.active,
.open>.dropdown-toggle.btn-foursquare {
  background-image: none;
}

.btn-foursquare .badge {
  color: #0072b1;
  background-color: #ffffff;
}

.btn-github {
  color: #ffffff;
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:hover,
.btn-github:focus,
.btn-github.focus,
.btn-github:active,
.btn-github.active,
.open>.dropdown-toggle.btn-github {
  color: #ffffff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:active,
.btn-github.active,
.open>.dropdown-toggle.btn-github {
  background-image: none;
}

.btn-github .badge {
  color: #444444;
  background-color: #ffffff;
}

.btn-google-plus {
  color: #ffffff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google-plus:hover,
.btn-google-plus:focus,
.btn-google-plus.focus,
.btn-google-plus:active,
.btn-google-plus.active,
.open>.dropdown-toggle.btn-google-plus {
  color: #ffffff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google-plus:active,
.btn-google-plus.active,
.open>.dropdown-toggle.btn-google-plus {
  background-image: none;
}

.btn-google-plus .badge {
  color: #dd4b39;
  background-color: #ffffff;
}

.btn-instagram {
  color: #ffffff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram.focus,
.btn-instagram:active,
.btn-instagram.active,
.open>.dropdown-toggle.btn-instagram {
  color: #ffffff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:active,
.btn-instagram.active,
.open>.dropdown-toggle.btn-instagram {
  background-image: none;
}

.btn-instagram .badge {
  color: #3f729b;
  background-color: #ffffff;
}

.btn-linkedin {
  color: #ffffff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin.focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open>.dropdown-toggle.btn-linkedin {
  color: #ffffff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:active,
.btn-linkedin.active,
.open>.dropdown-toggle.btn-linkedin {
  background-image: none;
}

.btn-linkedin .badge {
  color: #007bb6;
  background-color: #ffffff;
}

.btn-tumblr {
  color: #ffffff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:hover,
.btn-tumblr:focus,
.btn-tumblr.focus,
.btn-tumblr:active,
.btn-tumblr.active,
.open>.dropdown-toggle.btn-tumblr {
  color: #ffffff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:active,
.btn-tumblr.active,
.open>.dropdown-toggle.btn-tumblr {
  background-image: none;
}

.btn-tumblr .badge {
  color: #2c4762;
  background-color: #ffffff;
}

.btn-twitter {
  color: #ffffff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter.focus,
.btn-twitter:active,
.btn-twitter.active,
.open>.dropdown-toggle.btn-twitter {
  color: #ffffff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:active,
.btn-twitter.active,
.open>.dropdown-toggle.btn-twitter {
  background-image: none;
}

.btn-twitter .badge {
  color: #55acee;
  background-color: #ffffff;
}

.btn-vk {
  color: #ffffff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:hover,
.btn-vk:focus,
.btn-vk.focus,
.btn-vk:active,
.btn-vk.active,
.open>.dropdown-toggle.btn-vk {
  color: #ffffff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:active,
.btn-vk.active,
.open>.dropdown-toggle.btn-vk {
  background-image: none;
}

.btn-vk .badge {
  color: #587ea3;
  background-color: #ffffff;
}

/*
 * Plugin: Select2
 * ---------------
 */
.select2-container--default.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-selection:active {
  outline: none;
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0px;
  padding: 6px 12px;
  height: 34px;
  padding-right: 21px;
}

.select2-container--default.select2-container--open {
  border-color: #3c8dbc;
}

.select2-dropdown {
  border: 1px solid #d2d6de;
  border-radius: 0px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3c8dbc;
  color: white;
}

.select2-results__option {
  padding: 6px 12px;
  user-select: none;
  -webkit-user-select: none;
  text-align: left;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  margin-top: -4px;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 6px;
  padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 28px;
  right: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
}

.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
  border: 1px solid #d2d6de;
}

.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
  outline: none;
  /*
  border: 1px solid #3c8dbc;
  */
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true]:hover {
  color: #444;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #d2d6de;
  border-radius: 0px;
  /*height: 34px;*/
}

.select2-container--default .select2-selection--multiple:focus {
  border-color: #3c8dbc;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #d2d6de;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #3c8dbc;
  border-color: #367fa9;
  padding: 1px 10px;
  color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.7);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
}

/*
 * General: Miscellaneous
 * ----------------------
 */
.pad {
  padding: 10px;
}

.margin {
  margin: 10px;
}

.no-margin {
  margin: 0;
}

.margin-bottom {
  margin-bottom: 20px;
}

.inline {
  display: inline;
  width: auto;
}

.description-block {
  display: block;
  margin: 10px 0;
  text-align: center;
}

.description-block.margin-bottom {
  margin-bottom: 25px;
}

.description-block>.description-header {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
}

.description-block>.description-text {
  text-transform: uppercase;
}

.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  color: #fff !important;
}

.bg-gray {
  color: #000;
  background-color: #d2d6de !important;
}

.bg-black {
  background-color: #111111 !important;
}

.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
  background-color: #dd4b39 !important;
}

.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
  background-color: #f39c12 !important;
}

.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
  background-color: #00c0ef !important;
}

.bg-blue {
  background-color: #0073b7 !important;
}

.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
  background-color: #3c8dbc !important;
}

.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
  background-color: #00a65a !important;
}

.bg-navy {
  background-color: #001f3f !important;
}

.bg-teal {
  background-color: #39cccc !important;
}

.bg-olive {
  background-color: #3d9970 !important;
}

.bg-lime {
  background-color: #01ff70 !important;
}

.bg-orange {
  background-color: #ff851b !important;
}

.bg-fuchsia {
  background-color: #f012be !important;
}

.bg-purple {
  background-color: #605ca8 !important;
}

.bg-maroon {
  background-color: #d81b60 !important;
}

.bg-gray-active {
  color: #000;
  background-color: #b5bbc8 !important;
}

.bg-black-active {
  background-color: #000000 !important;
}

.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  background-color: #d33724 !important;
}

.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
  background-color: #db8b0b !important;
}

.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
  background-color: #00a7d0 !important;
}

.bg-blue-active {
  background-color: #005384 !important;
}

.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
  background-color: #357ca5 !important;
}

.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
  background-color: #008d4c !important;
}

.bg-navy-active {
  background-color: #001a35 !important;
}

.bg-teal-active {
  background-color: #30bbbb !important;
}

.bg-olive-active {
  background-color: #368763 !important;
}

.bg-lime-active {
  background-color: #00e765 !important;
}

.bg-orange-active {
  background-color: #ff7701 !important;
}

.bg-fuchsia-active {
  background-color: #db0ead !important;
}

.bg-purple-active {
  background-color: #555299 !important;
}

.bg-maroon-active {
  background-color: #ca195a !important;
}

[class^="bg-"].disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.text-red {
  color: #dd4b39 !important;
}

.text-yellow {
  color: #f39c12 !important;
}

.text-aqua {
  color: #00c0ef !important;
}

.text-blue {
  color: #0073b7 !important;
}

.text-black {
  color: #111111 !important;
}

.text-light-blue {
  color: #3c8dbc !important;
}

.text-green {
  color: #00a65a !important;
}

.text-gray {
  color: #d2d6de !important;
}

.text-navy {
  color: #001f3f !important;
}

.text-teal {
  color: #39cccc !important;
}

.text-olive {
  color: #3d9970 !important;
}

.text-lime {
  color: #01ff70 !important;
}

.text-orange {
  color: #ff851b !important;
}

.text-fuchsia {
  color: #f012be !important;
}

.text-purple {
  color: #605ca8 !important;
}

.text-maroon {
  color: #d81b60 !important;
}

.hide {
  display: none !important;
}

.no-border {
  border: 0px !important;
}

.no-padding {
  padding: 0px !important;
}

.no-margin {
  margin: 0px !important;
}

.no-shadow {
  box-shadow: none !important;
}

.list-unstyled,
.chart-legend,
.contacts-list,
.users-list,
.mailbox-attachments {
  list-style: none;
  margin: 0;
  padding: 0;
}

.flat {
  border-radius: 0 !important;
}

.text-bold,
.text-bold.table td,
.text-bold.table th {
  font-weight: 700;
}

.jqstooltip {
  padding: 5px !important;
  width: auto !important;
  height: auto !important;
}

.bg-teal-gradient {
  background: #39cccc !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important;
  background: -ms-linear-gradient(bottom, #39cccc, #7adddd) !important;
  background: -moz-linear-gradient(center bottom, #39cccc 0%, #7adddd 100%) !important;
  background: -o-linear-gradient(#7adddd, #39cccc) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
  color: #fff;
}

.bg-light-blue-gradient {
  background: #3c8dbc !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc), color-stop(1, #67a8ce)) !important;
  background: -ms-linear-gradient(bottom, #3c8dbc, #67a8ce) !important;
  background: -moz-linear-gradient(center bottom, #3c8dbc 0%, #67a8ce 100%) !important;
  background: -o-linear-gradient(#67a8ce, #3c8dbc) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;
  color: #fff;
}

.bg-blue-gradient {
  background: #0073b7 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;
  background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important;
  background: -moz-linear-gradient(center bottom, #0073b7 0%, #0089db 100%) !important;
  background: -o-linear-gradient(#0089db, #0073b7) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
  color: #fff;
}

.bg-aqua-gradient {
  background: #00c0ef !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important;
  background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;
  background: -moz-linear-gradient(center bottom, #00c0ef 0%, #14d1ff 100%) !important;
  background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
  color: #fff;
}

.bg-yellow-gradient {
  background: #f39c12 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important;
  background: -ms-linear-gradient(bottom, #f39c12, #f7bc60) !important;
  background: -moz-linear-gradient(center bottom, #f39c12 0%, #f7bc60 100%) !important;
  background: -o-linear-gradient(#f7bc60, #f39c12) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
  color: #fff;
}

.bg-purple-gradient {
  background: #605ca8 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4)) !important;
  background: -ms-linear-gradient(bottom, #605ca8, #9491c4) !important;
  background: -moz-linear-gradient(center bottom, #605ca8 0%, #9491c4 100%) !important;
  background: -o-linear-gradient(#9491c4, #605ca8) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
  color: #fff;
}

.bg-green-gradient {
  background: #00a65a !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;
  background: -ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;
  background: -moz-linear-gradient(center bottom, #00a65a 0%, #00ca6d 100%) !important;
  background: -o-linear-gradient(#00ca6d, #00a65a) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
  color: #fff;
}

.bg-red-gradient {
  background: #dd4b39 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important;
  background: -ms-linear-gradient(bottom, #dd4b39, #e47365) !important;
  background: -moz-linear-gradient(center bottom, #dd4b39 0%, #e47365 100%) !important;
  background: -o-linear-gradient(#e47365, #dd4b39) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
  color: #fff;
}

.bg-black-gradient {
  background: #111111 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111111), color-stop(1, #2b2b2b)) !important;
  background: -ms-linear-gradient(bottom, #111111, #2b2b2b) !important;
  background: -moz-linear-gradient(center bottom, #111111 0%, #2b2b2b 100%) !important;
  background: -o-linear-gradient(#2b2b2b, #111111) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important;
  color: #fff;
}

.bg-maroon-gradient {
  background: #d81b60 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d81b60), color-stop(1, #e73f7c)) !important;
  background: -ms-linear-gradient(bottom, #d81b60, #e73f7c) !important;
  background: -moz-linear-gradient(center bottom, #d81b60 0%, #e73f7c 100%) !important;
  background: -o-linear-gradient(#e73f7c, #d81b60) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;
  color: #fff;
}

.connectedSortable {
  min-height: 100px;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}


/*joro added to sort-highlight*/
.rows-4 .sort-highlight {
  width: 33.33333333%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.sort-highlight {
  background: #f4f4f4;
  border: 1px dashed #ddd;
  margin-bottom: 10px;
}

#dashboard {
  overflow: auto;
}

#dashboard .sort-highlight {
  height: 224px;
  margin: 0 0 20px;
}

p.line,
#dashboard .box .box-body p {
  margin: 0;
  padding: 0;
}

.full-opacity-hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.full-opacity-hover:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.chart {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.chart svg,
.chart canvas {
  width: 100% !important;
}

/*
 * Misc: print
 * -----------
 */
@media print {

  .no-print,
  .main-sidebar,
  .left-side,
  .main-header,
  .content-header {
    display: none !important;
  }

  .content-wrapper,
  .right-side,
  .main-footer {
    margin-left: 0 !important;
    min-height: 0 !important;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }

  .fixed .content-wrapper,
  .fixed .right-side {
    padding-top: 0 !important;
  }

  .invoice {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
  }

  .invoice-col {
    float: left;
    width: 33.3333333%;
  }

  .layout-table-responsive {
    overflow: auto;
  }

  .layout-table-responsive>.table tr th,
  .layout-table-responsive>.table tr td {
    white-space: normal !important;
  }

  body.no-print #print-me {
    display: block;
  }
}



/**
*	ALL STYLES BELOW ARE ADDITIONS TO THE NEW STYLES
*/
.organization-title {
  font: 18px 'Arial Narrow', Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
  padding: 2px;
  letter-spacing: initial;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

/* *joro fix menu on hover with the fixed layout only when the menu is collapsed*/
.sidebar-mini.sidebar-collapse .slimScrollDiv,
.sidebar-mini.sidebar-collapse .sidebar {
  overflow: visible !important;
}

.row-top-pad,
.row.row-top-pad {
  padding-top: 1em;
}

.row-top-pad-small,
.row.row-top-pad-small {
  padding-top: .75em;
}

.filter-buttons {
  margin-top: 1em;
}

.box .table>thead>tr>th {
  /*overwrite bootstraps nonesence*/
  vertical-align: top;
}

table td.actions {
  min-width: 150px;
}

table td.actions span.pics,
table td.actions a.pics {
  display: inline-block;
  padding: 1px;
}

table td.actions a:hover {
  opacity: .8;
}

table td.actions span img,
table td.actions a img {
  width: 27px;
  height: auto;
  cursor: pointer;
  padding-bottom: 5px;
}

table td.actions span img {
  cursor: default;
}

table td.actions ul.dropdown-menu {
  left: auto;
  right: 0px;
  top: 100%;
}

table td.actions .btn {
  margin: 1px;
}

table td.actions .btn+.btn {
  margin: 1px;
}

table td.valign-top {
  vertical-align: top;
}

table td.valign-mid {
  vertical-align: middle;
}

table td.valign-bot {
  vertical-align: bottom;
}

.orange {
  color: #FF9900 !important;
}

@media only screen and (max-width: 800px) {

  /* Force table to not be like tables anymore */
  table.layout-table-responsive,
  .layout-table-responsive thead,
  .layout-table-responsive tbody,
  .layout-table-responsive th,
  .layout-table-responsive td,
  .layout-table-responsive tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .layout-table-responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .layout-table-responsive tr {
    border: 1px solid #ccc;
  }

  .layout-table-responsive td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
    width: auto !important;
  }

  .layout-table-responsive td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }

  /*
	Label the data
	*/
  .layout-table-responsive td:before {
    content: attr(data-title);
  }

}

.btn-spaced {
  margin: .75em;
}

table tr td,
table tr th {
  padding: 5px;
}

table tr td.td-centered,
table tr th.td-centered {
  vertical-align: middle;
  text-align: center;
}

.table-form {
  width: 100%;
  table-layout: fixed;
}

.table-form td {
  padding: 0 0 15px 0;
}

.table-form.table-form-compact td {
  padding: 0 0 5px 0;
}

.elements-table {
  margin-bottom: 32px;
}

.elements-table td {
  padding: 7.5px;
  vertical-align: top;
}

.elements-table td {
  width: 50%;
}

.ui-widget-overlay {
  z-index: 1000;
}

.ui-dialog,
.ui-dialog-buttonpane {
  z-index: 1010;
  background-color: #FFF;
}

.site_page_menu li a {
  font-size: 12px;
}

.site_page_menu_wrap {
  position: relative;
  display: inline-block;
}

#add-new-event {
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.external-event {
  padding: 5px 10px;
  font-weight: bold;
  margin-bottom: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  cursor: move;
}

.external-event:hover {
  box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2);
}

#loading {
  position: absolute;
  top: 5px;
  right: 5px;
}

/*Calendar END*/
.form-group.form-group-compact,
.form-group-compact {
  margin-bottom: 5px;
}

.form-group .btn {
  margin-right: 6px;
}

.icon-btn {
  outline: none;
  background: none;
  border: none;
  display: inline-block;
  font-size: 38px;
}

#elements_added {
  height: auto;
  min-height: 34px;
  box-sizing: border-box;
}

#elements_added a {
  background: url("icons/tick.png") no-repeat left center transparent;
  display: block;
  line-height: 20px;
  padding: 0 0 0 25px;
}

#elements_added a:hover {
  background: url("icons/del_ico.png") no-repeat left center transparent;
}

.center-txt {
  text-align: center;
}

.moving {
  cursor: move;
}

/*
Resturant module styles START
*/
#table_kinds {
  padding: 7px 0;
}

#arrangement {
  border: 1px dashed #AAA;
  min-height: 100px;
  position: inherit;
}

#arrangement_2 li {
  cursor: default;
}

.rno-product-categories-ul,
.rno-products-list,
.restaurant-tables,
.rno-tables {
  list-style-type: none;
  padding: 2px 0;
  margin: 0;
  overflow: auto;
  /*this fixes the helper on scroll*/
}

.restaurant-tables:after {
  content: '';
  display: block;
  clear: both;
}

.rno-products-list li,
.rno-product-categories-ul li,
.restaurant-tables li.argmt-table {
  display: block;
  min-width: 12.5% !important;
  height: auto !important;
  /*because of jquery ui s unremovable height and width*/
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px;
  position: relative;
  cursor: pointer;
}

.restaurant-tables li.argmt-table:nth-child(8n):before {
  content: '';
  display: block;
  clear: both;
}

.rno-products-list li div,
.rno-product-categories-ul li div,
.restaurant-tables li.argmt-table div {
  padding: 0 0 100% 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  border: 1px solid #D2D6DE;
}

.rno-products-list li.argmt-table:nth-child(9n),
.rno-product-categories-ul li.argmt-table:nth-child(9n),
.rno-tables-ul li.argmt-table:nth-child(9n) {
  clear: left;
}

.restaurant-tables.rno-tables-ul li.argmt-table div {
  border-width: 2px;
}

.rno-products-list li span,
.rno-product-categories-ul li span,
.restaurant-tables li.argmt-table span {
  text-align: center;
  font-size: .85em;
  padding-top: 3px;
  margin-top: 1px;
  display: block;
  border: 1px solid #D2D6DE;
  border-width: 1px 1px 2px 1px;
  background: #f4f4f4;
}

.restaurant-tables li.taken span,
.restaurant-tables li.taken div {
  border-color: #dd4b39;
  background-color: #ffe6e2
}

.restaurant-tables li.selected span,
.restaurant-tables li.selected div {
  border-color: #dff2cd;
  background-color: #dff2cd;
}

.restaurant-tables li.vacant span,
.restaurant-tables li.vacant div {
  border-color: #00a65a;
}

.rno-product-categories-ul li.selected span,
.rno-product-categories-ul li.selected div,
.restaurant-tables li.selected span,
.restaurant-tables li.selected div {
  border-color: #3c8dbc !important;
}

.restaurant-tables li.table1 div {
  background-image: url(tables/table1.png);
}

.restaurant-tables li.table2 div {
  background-image: url(tables/table2.png);
}

.restaurant-tables li.table3 div {
  background-image: url(tables/table3.png);
}

.restaurant-tables li.table4 div {
  background-image: url(tables/table4.png);
}

.restaurant-tables li.table5 div {
  background-image: url(tables/table5.png);
}

.restaurant-tables li.table6 div {
  background-image: url(tables/table6.png);
}

.restaurant-tables .ui-state-highlight {
  width: 12.5%;
  padding: 1px 0 12.33% 0;
  /*
	div height = 100% ot 12.5% ot parent(.restaurant-tables)
	ako x = div height to togava
	x = (100 / 100) X ( (12.5/100) X 100 )
	x = 1 X 12.5
	x = 12.5;
	x ~ 12.5
	sledovatelno joro >= Einstein
	*/
  height: 0 !important;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.restaurant-tables li.argmt-table.ui-draggable,
.restaurant-tables.ui-sortable li.argmt-table {
  cursor: move;
}

.table_numb {
  margin: 5px 0;
  text-align: center;
  font-weight: bold;
}

.box-message {
  display: inline-block;
  margin: 0;
  line-height: 1;
}

.box-primary .box-message {
  color: #3c8dbc;
}

.box-success .box-message {
  color: #00a65a;
}

.box-warning .box-message {
  color: #f39c12;
}

.box-danger .box-message {
  color: #dd4b39;
}


.rno-product-categories-ul li,
.rno-products-list li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.js-checklist-ul li {
  position: relative;
  padding-left: 18px;
  text-transform: capitalize;
  margin: 4px;
  float: left;
}

.rno-products-list li:hover span,
.js-checklist-ul li:hover span {
  text-decoration: underline;
}

.js-checklist-ul li .fa {
  position: absolute;
  left: 0px;
  top: 2px;
  display: none;
  color: #00a65a;
}

.js-checklist-ul li.selected .fa {
  display: inline-block;
}

.rno-order-table .aggr-price,
.rno-order-table tfoot {
  font-weight: bold;
}

.rno-order-table .addanother {
  border: 0;
  padding: 0;
  background: 0;
  color: #3c8dbc;
  outline: none;
}

.rno-order-btns-wrap {
  padding-left: 5px;
  padding-right: 5px;
  padding: 10px 5px 0;
}

.rno-order-btns-wrap .btn {
  float: left;
  width: 31%;
  margin: 1%;
}



/*
Resturant module styles END
*/
.remove-item {
  font-size: 21px;
}

.table-big-font {
  font-size: 18px;
}

.modal {
  background-color: #fff;
}

.firm-site {}

.firm-site span.input-wrap {
  display: inline-block;
  max-width: 200px;
  min-width: 100px;
  width: 50%;
}

/*Display clases >*/
.block {
  display: block;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

/*Display clases <*/
.small-text {
  font-size: .86em;
}

.font-w-normal {
  font-weight: normal;
}

tfoot.submary tr {
  background-color: #F9F9F9;
}

table tr .td-total {
  font-weight: bold;
}

.input-narrow {
  width: 40px !important;
  margin-left: 2px;
  margin-right: 2px;
}

.input-xs {
  height: 24px;
  padding: 3px;
  font-size: 12px;
  line-height: 1em;
}

.form-control.time,
input.time,
.time {
  width: 65px;
  margin-left: 5px;
}

.form-icon-btn {
  font-size: 18px;
  vertical-align: middle;
}

.row-highlight {
  background-color: #eaeaea;
}

.select2-inline-wrap {
  display: inline-block;
  /*position: relative;
	top:-1px; to fix a 1 px off*/
}

.input-group.with-select2 .select2-inline-wrap {
  display: table-cell;
  vertical-align: top;
}

.input-group.with-select2 select:not(.no-select2) {
  visibility: hidden;
}

.input-group.normal-input-size .input-group-btn .btn,
.input-group.with-select2 .input-group-btn .btn {
  padding-top: 7px;
  padding-bottom: 7px;
}

.input-group .select2-hidden-accessible {
  height: 0px !important;
}


.radio-ul ul,
.radio-ul,
.checkbox-ul ul,
.checkbox-ul {
  list-style-type: none;
  padding-left: 1.33em;
}

.radio-ul .list-title,
.checkbox-ul .list-title {
  font-size: 16px;
}

.radio-ul label,
.checkbox-ul label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*jquery ui accordion additional styles START*/
.accordion .box {
  margin-bottom: 5px;
}

/*jquery ui accordion additional styles END*/
.cut_names {
  word-wrap: break-word;
  max-width: 200px;
}

.datepicker-div {
  background: #fff;
  border: 1px solid #D2D6DE;
}

.center {
  text-align: center;
}

/*DASHBOARD START*/
#adding_dashboards {
  margin: 16px 0px 0px 0px;
  clear: both;
}

#adding_dashboards .btn {
  margin-bottom: 2px;
}

#dashboard .box-body {
  overflow: auto;
}

#dashboard .box-body::-webkit-scrollbar {
  width: 5px;
  /* background: rgba(255,255,255,.2);*/
}

#dashboard .box-body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

#dashboard .box-body::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.5);
}

.canvas_wrap canvas {
  display: block;
}

/*DASHBOARD END*/

/*LOCKSCREEN START*/
#lockscreenWrap {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(210, 214, 222, 0.9);
  z-index: 3000;
}

.lockscreen {
  background: none;
}

/*LOCKSCREEN END*/

.login-copyright {
  margin-top: 6px;
}

/*used in app.js sets iframe height to full content width*/
.tool-iframe {
  display: block;
  width: 100%;
}

#show_small_alert {
  float: left;
  color: #FFF;
  padding-top: 15px;
  padding-left: 20px;
  margin-left: 5px;
  overflow: hidden;
  position: relative;
}

#show_small_alert:before {
  font-family: fontAwesome;
  content: "\f129";
  display: inline;
  position: absolute;
  top: 15px;
  left: 1px;
}

.form-control.input-inline,
.form-control.inline-input,
.input-inline,
.inline-input {
  display: inline-block;
}

/*LANGUAGES*/
.languages {
  display: inline-block;
  position: relative;
  background: #FFFFFF;
  margin: 0 4px 4px;
  vertical-align: top;
}

.languages .current {
  border: 1px solid #d2d6de;
  padding: 4px;
  cursor: pointer;
}

.languages ul {
  display: none;
  list-style-type: none;
  padding: .1px 4px 2px;
  margin: 0;
  position: absolute;
  top: 97%;
  left: 0;
  border: 1px solid #d2d6de;
  border-top: 0;
  background: #FFFFFF;
}

.languages ul li a {
  display: block;
  margin-top: 2px;
}

.languages img {
  width: 23px;
  height: 13px;
  display: inline-block;
  border: 1px solid #D2D6DE;

}

.login-page .languages {
  /*position: absolute;
    top: 10px;
    right: 10px;*/

  position: relative;
  float: right;
  z-Index: 1000;
}

.login-page .languages .current {
  padding: 2px;
}

.login-page .languages ul {
  padding: .1px 2px 2px;
}

.login-page .languages ul li {
  padding: 2px 0;
}

#sublangs {
  background-color: #FFF;
}

#top_left_langs {
  float: right;
}

.select2-container--default {
  max-width: 300px;
}

.ip_details_div {
  border: 1px solid #d2d6de;
  width: 250px;
  position: absolute;
  background-color: #FFF;
}

.erp-spin {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(erp16-loader.png) center center no-repeat;
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
}

::-moz-selection {
  color: white;
  background: #3C8DBC;
}

::selection {
  color: white;
  background: #3C8DBC;
}

.site_page_menu {
  position: absolute;
  display: none;
  border: 1px solid #ccc;
  width: 200px;
  text-align: left;
  background-color: #FFF;
  border-radius: 4px;
  padding: 8px;
}

.site_page_menu ul {
  min-height: 36px;
  list-style-type: none;
  padding: 0 6px 10px 40px;
  border-bottom: 1px solid #ccc;
}

.site_page_menu ul.invoice-edit {
  background: url(icons/invoice-edit.png) 4px center no-repeat transparent;
}

.site_page_menu ul.invoice-add {
  background: url(icons/invoice-add.png) 4px center no-repeat transparent;
}

.site_page_menu ul.invoice-copy {
  background: url(icons/invoice-copy.png) 4px center no-repeat transparent;
}

.site_page_menu ul.invoice-delete {
  background: url(icons/invoice-delete.png) 4px center no-repeat transparent;
}

.site_page_menu ul.invoice-archive {
  background: url(icons/invoice-archive.png) 4px center no-repeat transparent;
}

.site_page_menu ul.invoice-pdf {
  background: url(icons/invoice-pdf.png) 4px center no-repeat transparent;
}

.site_page_menu ul.invoice-send {
  background: url(icons/invoice-pdf.png) 4px center no-repeat transparent;
}

#cmenudate,
#cmenusearch {
  width: 250px;
  background-color: #FFF;
  z-Index: 999;
}

#cmenudate input,
#cmenusearch input {
  margin: 5px;
}

#title_cats form {
  margin-top: 16px;
}


.cust_info {
  float: left;
  padding: 0 32px;
}

.cust_info span {
  float: left;
  padding: 5px 0;
}

.first_info_cust {
  clear: both;
  min-width: 100px;
  font-weight: bold;
  padding-left: 6px;
}

.item_span {
  clear: both;
}

.item_span_name {
  float: left;
  display: inline-block;
}

.item_span_qty {
  float: right;
  display: inline-block;
}

.item_span_price {
  float: right;
  display: inline-block;
}

.customer_items_orders_title {
  font-weight: bold;
  text-align: center;
}

.typing {
  position: absolute;
  bottom: 60px;
  color: #777;
  font-size: 12px;
}

.phones_to_call img {
  width: 20px !important;
}

#call_db_menu {
  position: fixed;
  top: 100px;
  right: 10px;
  max-width: 200px;
  background-color: #FFF;
  padding: 10px;
  z-index: 9999;
  border: 1px solid #3c8dbc;
}

#calls_panel .play,
#calls_panel .pause,
#calls_panel .stop,
#calls_panel .next {
  float: left;
  background: url(blue-vector-icons.png) no-repeat;
  margin: 10px;
  zoom: 0.4;
}

#calls_panel .play {
  width: 100px;
  height: 100px;
  background-position: 0 0;
}

#calls_panel .pause {
  width: 100px;
  height: 100px;
  background-position: -120px 0;
}

#calls_panel .stop {
  width: 100px;
  height: 100px;
  background-position: -240px 0;
}

#calls_panel .next {
  width: 100px;
  height: 100px;
  background-position: -120px -114px;
}

#calls_panel .play:hover,
#calls_panel .pause:hover,
#calls_panel .stop:hover,
#calls_panel .nexr:hover {
  opacity: 0.6;
}

.playing,
.paused,
.playing:hover,
.paused:hover,
.stopped,
.stopped:hover {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: default;
  opacity: 1 !important;
}

.calls_info span {
  text-transform: capitalize;
  display: inline-block;
  font-weight: bold;
  width: 120px !important;
  min-width: 120px !important;
  max-width: 120px !important;
}

.calls_info {
  margin: 5px 0;
}

#calls_cust_info {
  width: 400px !important;
}

#adding_comments_to_calls {
  float: left;
  display: none;
  border: 1px solid #3787b7;
  border-radius: 5px;
  padding: 10px;
  width: 38%;
}

#calls_cust_info,
#adding_comments_to_calls {
  float: left;
}


.cust_title {
  background: url("tableheader.jpg") repeat-x scroll 0 0 transparent;
  color: #FFFFFF;
  font-weight: bold;
  height: 30px;
  padding-left: 5px;
}

#calls_cust_orders,
#calls_cust_calllog {
  padding: 10px;
}

#new_call_status {
  display: none;
}

#call_db_menu_button {
  cursor: pointer;
  float: right;
  padding-left: 16px;
}

.clear_shipping_status {
  cursor: pointer;
  padding: 3px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w150 {
  min-width: 150px;
  width: 150px;
  display: inline-block;
}

#AddtoFavorites_cont {
  float: right;
  padding-left: 16px;
}

#AddtoFavorites_cont a {
  font-size: 20px;
}

table-orders .cust_link {
  color: #000 !important;
}

.cust_link {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 50% !important;
}

#dashboard .box-body table {
  width: 100%;
  /*table-layout: fixed;*/
}

.no_fm {
  display: none;
}

.yes_fm {
  display: block;
  /*width: 50% !important;
	height: 300px !important;*/

  position: absolute;
  top: 0;
  left: 0;
  z-Index: 9999;
  /*-webkit-transition: width 1s, height 1s;
    transition: width 1s, height 1s;*/
}

#error_msg {
  color: #dd4b39 !important;
}

#qr_login img {
  cursor: pointer;
}

table.table nobr {
  white-space: initial;
}

.table .table-respons-header {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 45%;
  padding-right: 10px;
  white-space: nowrap;
  display: none;
  font-weight: bold;
}

/*if you change max-width, change it in app.js also : $.ERP16.responsive_th*/
@media only screen and (max-width: 830px) {

  /*js for the headers is in app.js*/
  table.layout-table-responsive,
  table.layout-table-responsive tr,
  table.layout-table-responsive td,
  table.layout-table-responsive th {
    border: 0;
  }

  table.layout-table-responsive,
  table.table,
  .table thead,
  .table tbody,
  .table tfoot,
  .table th,
  .table td,
  .table tr {
    display: block;
  }

  .table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .table tr {
    border: 1px solid #ccc;
  }

  .table tbody tr td,
  .table td {
    /*border: none;*/
    border-bottom: 1px solid #eee;
    position: relative;
    padding-right: 0;
    padding-left: 50%;
    min-height: 20px;
  }

  .calls tr td{
    padding-left: 5px !important;
  }

  .table .table-respons-header {
    display: block;
  }

}

#chat_users span {
  font-size: 24px;

}

#chat_users div {
  /*display: inline-block;*/
  text-align: left;
  padding: 5px 10px;
  border-bottom: 1px solid #ededed;
}

#chat_users a {
  /*display: inline-block;*/
  text-align: left;
  padding: 2px 10px;
}


#chat_users::-webkit-scrollbar {
  width: 7px;
  z-Index: 3000;
  display: block;
}

#chat_users::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(73, 73, 73, 0.4);
  -webkit-box-shadow: inset 0 0 6px rgba(73, 73, 73, 0.4);
}

#chat_users::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(73, 73, 73, 0.4);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.ui-dialog-buttonset button {
  padding: 0 10px;
}

#inv_search_form {
  padding: 10px;
}

/* file manager */
#elfinder {
  /* position: fixed; */
  position: relative;
  right: 0;
  left: 0;
  /* border-bottom: 5px solid #57ad68; */
}

.elfinder .elfinder-button.ui-state-disabled .elfinder-button-icon {
  opacity: 1;
}

span.ui-icon.ui-icon-close {
display: none;
}

#the_site_content #elfinder {
  position: static;
  border-bottom: 0;
}

.form-control.w8em,
input.w8em,
.w8em {
  width: 8em;
}

/* elfinder */
.elfinder-buttonset {
  margin: 5px;
}

.elfinder .elfinder-button:not(.elfinder-button-search) {
  width: 24px;
  height: auto;
}

.elfinder .elfinder-button-search {
  padding: 5px !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  /* background: unset!important; */
}

/*WP-DIALER*/
.wp-dialer-controlls-group {
  text-align: center;
  margin: 10px 0;
}

.wp-dialer-controlls-group .btn i.fa {
  /*keeps buttnos from moving when changing state: play pause*/
  width: 15px;
  text-align: center;
}

.btn-group.form-group .btn,
.btn-group .btn+.btn,
.wp-dialer-controlls-group .btn-group .btn+.btn {
  margin: 0;
}

.firm_info {
  display: none;
  padding: 10px;
  min-height: 200px;
  max-height: 400px;
  overflow: auto;
  width: 400px;
  position: absolute;
  z-Index: 100;
  background-color: #FFF;
  margin-left: 100px;
  border: 1px solid #FF9900;
}


.brrb span {
  cursor: pointer !important;
}

.brrb span:hover {
  opacity: 0.6 !important;
}


.cust_info_orders a:hover {
  text-decoration: underline;
}


#total_weight {
  float: right;
  padding: 20px 10px;
  font-size: 14px;

}

.manufacture {
  color: #EDCF29;
  text-decoration: none !important;
  line-height: 25px;
  padding-left: 4px !important;

}

.nobr {
  white-space: initial;
}

.stock_ids+.select2-container--default {
  width: 100% !important;
  max-width: 100% !important;
}

.fm_designed {
  border: 3px solid #3C8DBC !important;
}

.erp_actions {
  text-decoration: none !important;
  line-height: 25px;
  padding-left: 4px !important;
}

a.fa-2x {
  text-decoration: none !important;
}

.dashboard_stores {
  max-width: 250px;
}

.sprite-langs {
  background-image: url(flags/all_langs.png);
  background-repeat: no-repeat;
  display: block;
  opacity: 1;
}

.sprite-langs:hover {
  opacity: 0.6;
}

.sprite-langs-i-bg {
  width: 18px;
  height: 12px;
  background-position: -5px -5px;
}

.sprite-langs-i-de {
  width: 18px;
  height: 12px;
  background-position: -5px -27px;
}

.sprite-langs-i-du {
  width: 18px;
  height: 12px;
  background-position: -5px -49px;
}

.sprite-langs-i-el {
  width: 18px;
  height: 13px;
  background-position: -5px -71px;
}

.sprite-langs-i-en {
  width: 18px;
  height: 12px;
  background-position: -5px -94px;
}

.sprite-langs-i-es {
  width: 18px;
  height: 14px;
  background-position: -5px -116px;
}

.sprite-langs-i-fr {
  width: 18px;
  height: 12px;
  background-position: -5px -140px;
}

.sprite-langs-i-it {
  width: 18px;
  height: 14px;
  background-position: -5px -162px;
}

.sprite-langs-i-nl {
  width: 18px;
  height: 14px;
  background-position: -5px -186px;
}

.sprite-langs-i-no {
  width: 18px;
  height: 12px;
  background-position: -5px -210px;
}

.sprite-langs-i-ro {
  width: 18px;
  height: 14px;
  background-position: -5px -232px;
}

.sprite-langs-i-ru {
  width: 18px;
  height: 14px;
  background-position: -5px -256px;
}

.sprite-langs-i-ru {
  width: 18px;
  height: 14px;
  background-position: -5px -280px;
}

.sprite-langs-i-sb {
  width: 18px;
  height: 14px;
  background-position: -5px -304px;
}

.sprite-langs-i-sl {
  width: 18px;
  height: 14px;
  background-position: -5px -328px;
}

.sprite-langs-i-so {
  width: 18px;
  height: 14px;
  background-position: -5px -352px;
}

.sprite-langs-i-sp {
  width: 18px;
  height: 14px;
  background-position: -5px -376px;
}

.sprite-langs-i-tr {
  width: 18px;
  height: 12px;
  background-position: -5px -400px;
}

.sprite-langs-i-ur {
  width: 18px;
  height: 14px;
  background-position: -5px -422px;
}

.sprite-langs-ie {
  width: 21px;
  height: 21px;
  background-position: -5px -446px;
}

.sprite-langs-ieo {
  width: 21px;
  height: 21px;
  background-position: -5px -477px;
}

#phones_table th {
  text-transform: capitalize;
  text-align: center;
  padding: 5px;
  background-color: #DFDFDF;
}

#phones_table tr td {
  padding: 5px;
  border: 1px solid #DFDFDF;
}

.site_page_menu {
  background-color: #FFF;
}

.new_money_fld {
  cursor: help;
}

@media only screen and (min-width: 830px) {
  .addr_id {
    width: 10% !important;
  }

  .addr_actions {
    width: 30%;
  }

  .btn-default {
    overflow: hidden;
  }

  /* .actions {
		white-space: nowrap;
	} */

  .table-orders tr td:first-child,
  .table-orders tr th:first-child {
    /* width: 5% !important; */
    min-width: 10%;
    white-space: nowrap;
  }
}

#orders3_table th:first-child {
  width: 8%;
  max-width: 10%;
}

#heart {
  position: relative;
  width: 100px;
  height: 90px;
}

#heart:before,
#heart:after {
  position: absolute;
  content: "";
  left: 50px;
  top: 0;
  width: 50px;
  height: 80px;
  background: red;
  -moz-border-radius: 50px 50px 0 0;
  border-radius: 50px 50px 0 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

#heart:after {
  left: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

#erp_logo {
  width: 0px;
  height: 0px;
  border-right: 60px solid #E2DB3E;
  border-top: 60px solid #8EBFDC;
  border-left: 60px solid #8EBFDC;
  border-bottom: 60px solid #8EBFDC;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);

}

#xmlapi {
  word-wrap: break-word;
  width: 90%;
  min-height: 100px;
}

#css_editor {
  min-height: 100px;
  font-size: 14px;
}

.erp16_html_editor {
  width: 100%;
}

i.mce-i-editor-icon-customer:before {
  content: "\f234";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  font-size: 1em;
  padding: 0.2em 0.11em 0 0.5em;
  position: absolute;
  top: 15%;
  left: 0;
}

i.mce-i-editor-icon-company:before {
  content: "\f015";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  font-size: 1em;
  padding: 0.2em 0.11em 0 0.5em;
  position: absolute;
  top: 15%;
  left: 0;
}


#top_left_helper {
  float: right;
  width: 80px;
  padding-right: 5px;
  display: inline-block;
}

#top_left_helper a {
  text-align: center;
  border: 1px solid #ccc;
  width: 32px;
  padding: 2px;
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}

#help_panel,
#help_panel2 {
  display: none;
  bottom: 0;
  right: 0;
  position: fixed;
  z-Index: 9999;
  border: 3px solid #000;
  background-color: #FFF;
  max-width: 300px;
  min-height: 100px;
  padding: 10px;
}

#help_panel2 {
  min-width: 400px;
  min-height: 400px;
}

.close_helper {
  float: right;
  padding: 2px 6px;
  font-size: 16px;
  border: 1px solid #CCC;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}

.close_helper:hover {
  background-color: #FFC6C6;
}

/* #helper_data {

	border: 10px solid red;
	padding: 5px;

} */

.zoom_canvas {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-Index: 9997;
  width: 100%;
  height: 100%;
}

#helper_contents {
  display: none;
}

#help_screenshot img {
  max-width: 100% !important;
}

.helper_comments,
#help_comments {
  vertical-align: middle;
  padding: 10px;
  z-Index: 9999;
}

#help_comments {
  width: 100%;
}

#pdf_icon {
  padding: 0 10px;
}

#pdf_icon:hover {
  opacity: 0.6;
}

#the_pdf_hidden_contents {
  position: absolute;
  left: -1000px;
  top: -1000px;
}

#last_step_creating {
  width: 200px;
}

.vcenter i {
  vertical-align: middle;
  color: #3C8DBC;
}

.vcenter i:hover {
  opacity: 0.6;

}

.mce-edit-area,
#contents_ifr {
  padding: 10px;
}

.erp16_word_break {
  -ms-word-break: break-all;
  word-break: break-all;

  /* Non standard for webkit */
  word-break: break-word;

  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.orders_link {
  color: #0073b7 !important;
}

.orders_link:hover {
  color: #000 !important;
}

.white {
  color: #FFF !important;
}

.green {
  color: #97db58 !important;
}


.actions .fa {
  padding: 0 5px;
}

.revision_form {
  font-size: 16px;
}

.revision_form input {
  margin: 6px;
}

.tbl_price {
  min-width: 10%;
}

#lost_error_msg {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.map_enlarge {
  text-align: right;
  margin-top: -200px;
  right: 20px;
  z-index: 999999;
  position: absolute;
  background-color: #FFF;
  border: 1px solid #ccc;
  padding: 3px;
}

.map_enlarge:hover {
  background-color: #e5e5e5;
}

.map_div {
  height: 100%;
  border: 1px solid #CCC;
  margin: 0;
  padding: 0;
}

.height200 {
  height: 200px;
}


/*
	Touch Login Styles:
*/
#keyboard-container {
  margin: 10px auto;
  width: 320px;
  font: 71%/1.5 Verdana, Sans-Serif;
  background: #eee;
  text-align: center;
}

#keyboard {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

#keyboard li {
  float: left;
  margin: 0 5px 5px 0;
  width: 100px;
  height: 100px;
  font-size: 24px;
  line-height: 100px;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.capslock,
.tab,
.left-shift,
.clearl,
.switch {
  clear: left;
}

#keyboard .tab,
#keyboard .delete {
  width: 70px;
}

#keyboard .capslock {
  width: 80px;
}

#keyboard .return {
  width: 90px;
}

#keyboard .left-shift {
  width: 70px;
}

#keyboard .switch {
  width: 90px;
}

#keyboard .rightright-shift {
  width: 109px;
}

.lastitem {
  margin-right: 0;
  color: #3bbf44;
}

#keyboard .space {
  float: left;
  width: 556px;
}

#keyboard .switch,
#keyboard .space,
#keyboard .return {
  font-size: 16px;
}

.on {
  display: none;
}

#keyboard li:hover {
  border-color: #000;
  background-color: #EEE;
  cursor: pointer;
}

.touch .pass-fld {
  font-size: 32px;
}


/* #touch_login {
	margin-top: 5%;
} */

.touch_bottom_erp16 .login-copyright .pull-right {
  float: none;
  text-align: left;
  padding-left: 5px;
}

.touch-exit {
  background-color: #dd5a4b;
  color: #FFF;
}

@media (max-width: 800px) {
  .touch {
    background-image: url(erp_new_logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    margin: 0;
  }

  #keyboard {
    text-align: center;
  }

  #keyboard li {
    width: 80px;
    height: 80px;
    font-size: 20px;
    line-height: 80px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
  }

  #clock_div,
  #qr_login {
    display: none;
  }
}

@media (min-width: 1000px) {
  .touch {
    background-image: url(erp_new_logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    margin: 0;
  }

  .touch .form-control {
    height: 46px;
  }

  .touch_qr_login_big img {
    position: absolute;
    background-color: #FFF;
    top: 50%;
    left: 50%;
    width: 360px !important;
    height: 360px;
    padding: 20px;
    margin-left: -200px;
    margin-top: -200px;
  }

  .touch .login-box {
    width: 360px;
    margin: 0 0 0 auto;
  }

  .touch .login-logo {
    width: 360px;
    margin: 0 0 0 auto;
  }

  .touch .login-box-body {}
}

#clock_div {
  cursor: pointer;
  position: fixed;
  left: 0;
  bottom: 0;
}

#clock_div .touch_clock_big {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.touch_clock_big {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 360px !important;
  height: 360px;
  padding: 20px 20px 0 20px;
}

.no_touch_clock_big {
  position: fixed;
}

.touch_clock_big canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 360px !important;
  height: 360px;
  padding: 20px;
  margin-left: -200px;
  margin-top: -200px;
}


.bigger-exit {
  font-size: 24px;
  padding: 20px;
  height: 80px;
}

.big-btn {
  padding: 20px;
  font-size: 18px;
}

.items_additional_table td input {
  font-size: 14px;
}

.text-plus {
  color: #74c462;
}

.text-minus {
  color: #ea6464;
}

.icons-hover {
  padding: 6px;
}

.icons-hover:hover {
  opacity: 0.6;
}

.bg-danger-bar td {
  background-color: #dd4b39 !important;
  color: #FFF;
}


.new_status_table {
  background-color: 2px solid #ffab26 !important;

}

.order_user_rst {
  float: right;
}

.restaurant_order_div {
  max-width: 300px;
  min-width: 300px;
  width: 300px;
  padding: 7px;
  display: block;
  float: left;
  text-align: left;

}

.prod_name {
  text-align: center;
  font-weight: bold;
  padding: 30px 5px;
  font-size: 16px;
  display: block;
}

.dark-green {
  color: #2e6d26;
}

.kitchen_actions a {
  padding: 10px;
}

.kitchen_actions a:hover {
  opacity: 0.6;
}

.desc_box {
  padding: 4px;
  border: 1px solid #FFF;
}

.minutes_left {
  font-size: 16px;
  font-weight: bold;
}

.del,
.sent {
  padding: 0 5px;
  cursor: pointer;
}

.comments_area {
  width: 290px;
  height: 160px;
}

body#tinymce {
  padding: 10px;
}

#download_options {
  z-index: 999;
  position: absolute;
  background-color: #FFF;
  border: 3px solid #3C8DBC;
  padding: 10px;
}

#download_options a {
  padding: 10px;
}

#download_options {
  width: 200px;
  right: 0;
}



@media (min-width: 800px) {

  .rno-products-list li,
  .rno-product-categories-ul li,
  .restaurant-tables li.argmt-table {
    width: 120px !important;
    height: 150px !important;
  }

  .ui-accordion .ui-accordion-content,
  .rno-product-categories-ul,
  .rno-products-list,
  .restaurant-tables,
  .rno-tables {
    overflow: visible !important;
  }

  .rno-products-list li.argmt-table:nth-child(9n),
  .rno-product-categories-ul li.argmt-table:nth-child(9n),
  .rno-tables-ul li.argmt-table:nth-child(9n) {
    clear: none;
  }
}

@media (max-width: 800px) {

  .rno-products-list li,
  .rno-product-categories-ul li,
  .restaurant-tables li.argmt-table {
    min-width: 30% !important;
    width: 30% !important;
    height: auto;
  }
}

.rno-product-categories-ul li {
  height: 151px !important;
}

/* datepicker */


.ui-widget-header {
  color: #3C8DBC;
  font-weight: bold;
  background: #3C8DBC;
}

.ui-widget-content .ui-widget-header {
  font-weight: normal;
  color: #eeeeee;
  background: #3C8DBC;
  padding: 4px;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
  color: black;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
  color: white;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
  background: #3C8DBC;
  color: white;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  font-weight: normal;
  color: #3C8DBC;
}

span.ui-slider-handle.ui-state-default.ui-corner-all {
  background: #3C8DBC;
}

/* .ui-icon.ui-icon-circle-triangle-w {
  background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-icon.ui-icon-circle-triangle-e {
  background: url(images/ui-icons_222222_256x240.png);
} */
.ui-datepicker-prev .ui-icon,
.ui-datepicker-next .ui-icon {
  background-image: url(css/cupertino/images/ui-icons_72a7cf_256x240.png) !important;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 2px !important;
  cursor: pointer;

}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px !important;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 2px !important;
}



/*

#calendar {

}
#calendar_contents {
	color: #000;
}
.fc-widget-content {
	background-color: #FFFFFF;
	color: #000;
	font-weight: normal;
}
.fc-widget-content:hover {
	background-color: #CAE0ED !important;
	color: #000;
	font-weight: bold;
}
.fc-today {
	background-color: #F8F5A7 !important;
	color: #000;
}
.fc-today:hover {
	background-color: #F3F070 !important;
	color: #000;
}



.fc-button {
    background: #f4f4f4;
    background-image: none;
    color: #444;
    border-color: #ddd;
    border-bottom-color: #ddd;
}
.fc-button:hover,
.fc-button:active,
.fc-button.hover {
    background-color: #e9e9e9;
}
.fc-header-title h2 {
    font-size: 15px;
    line-height: 1.6em;
    color: #666;
    margin-left: 10px;
}
.fc-header-right {
    padding-right: 10px;
}
.fc-header-left {
    padding-left: 10px;
}
.fc-widget-header {
    background: #fafafa;
}
.fc-grid {
    width: 100%;
    border: 0;
}
.fc-widget-header:first-of-type,
.fc-widget-content:first-of-type {
    border-left: 0;
    border-right: 0;
}
.fc-widget-header:last-of-type,
.fc-widget-content:last-of-type {
    border-right: 0;
}
.fc-toolbar {
    padding: 10px;
    margin: 0;
}
.fc-button,
.fc-day{
    cursor:pointer;
}
.fc-day-number {
    font-size: 20px;
    font-weight: 300;
    padding-right: 10px;
}
.fc-color-picker {
    list-style: none;
    margin: 0;
    padding: 0;
}
.fc-color-picker > li {
    float: left;
    font-size: 30px;
    margin-right: 5px;
    line-height: 30px;
}
.fc-color-picker > li .fa {
    -webkit-transition: -webkit-transform linear 0.3s;
    -moz-transition: -moz-transform linear 0.3s;
    -o-transition: -o-transform linear 0.3s;
    transition: transform linear 0.3s;
}
.fc-color-picker > li .fa:hover {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}
*/


/* #ui-id-6 {
	display: inline-flex !important;
	padding-bottom: 10px !important;
} */

#ui-id-3 ul {
  padding: 10px !important;
}

#country {
  width: -webkit-fill-available;
}

#payment_id {
  width: -webkit-fill-available;
}

#show_small_alert {
  display: none;
}

.profile-info-pic:hover {
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.big-user-image:hover {
	opacity: 0.8;
}

img.user-image {
  border-radius: 50%;
  /* float: left; */
  width: 32px;
  /* position: relative; */
  top: 9px;
  left: 3px;
  transition: ease-in-out 0.4s;
}

img.user-image:hover {
  opacity: 0.7;
}

.dropdown-menu {
  right: 0;
  left: unset;
}



#select-days-holidays {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1100px) {

  /* multiple datepicker */
  /* .ui-datepicker .ui-datepicker-next {
      position: fixed !important;
      right: 55px;
      top: 153px;
    } */
  #select-days-holidays {
    display: flex;
    justify-content: center;
  }

  .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all.ui-datepicker-multi.ui-datepicker-multi-4 {
    display: flex !important;
    flex-direction: row;
    width: 68em;
    flex-wrap: wrap;
    justify-content: center;
  }

  .ui-datepicker-multi-4 .ui-datepicker-group {
    width: 45%;
  }

  div.box-header.with-border {
    display: flex;
    justify-content: space-between;
  }

  .box-header>.box-tools {
    display: flex;
    flex-wrap: wrap;
  }

  .box-header>.fa,
  .box-header>.glyphicon,
  .box-header>.ion,
  .box-header .box-title {
    font-size: 15px;
    margin: 0;
    display: block;
    flex: none;
    align-self: center;

  }

  .box-tools>a>img {
    width: 25px;
  }

  #the_site_content i.fa-arrow-left:before {
    content: "\f060";
    font-size: 24px;
  }

  .user-menu .big-user-image {
    display: none;
  }

  .profile-info-pic>.dropdown-menu>.user-body {
    padding: 5px;
  }

  .profile-info-pic>.dropdown-menu {
    width: 220px;
  }

}

@media only screen and (max-width: 390px) {
  div.box-header.with-border {
    display: flex;
    flex-direction: column;
  }

}

@media screen and (min-height: 100px) {
  .main-sidebar {
    height: 100%;
  }

  .sidebar {
    /* height: 100%; */
  }
}

@media screen and (max-width: 652px) {
  .colorpicker {
    left: 10px !important;
  }
}


@media only screen and (max-width: 810px) {

  /* multiple datepicker */
  #select-days-holidays {
    display: flex;
    justify-content: center;
  }

  .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all.ui-datepicker-multi.ui-datepicker-multi-4 {
    display: flex;
    width: min-content !important;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .ui-datepicker-multi-4 .ui-datepicker-group {
    width: unset !important;
  }

  .box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  #show_small_alert {
    display: none;
  }

  .navbar-static-top {
    height: 50px;
    width: auto;
    display: flex;
    justify-content: flex-start;
  }

  .navbar-custom-menu {
    height: 50px;
    width: auto;
    overflow: auto;
  }

  .navbar-nav {

    height: 50px;
    width: auto;
    display: flex;
    justify-content: space-between;
  }

  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 1px !important;
    margin: 7px 0;
  }

  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px !important;
    margin: 6px auto;
  }

  .profile-info-pic>.dropdown-menu>li.user-header {
    height: unset;
    padding: 10px;
    text-align: center;
  }
}

.mCSB_inside>.mCSB_container {
  margin-right: unset !important;
}

.sidebar .mCSB_draggerContainer {
  display: none;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #367FA9 !important;

}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.06) !important;
}

#user-profile-menu {
	margin: 0 !important;
	border-top: 1px solid #FFF;
}

#orders_status_field {
  display: flex;
  flex-direction: column;
}

#orders_status_field input[type="button"] {
  width: 100%;
  padding: 0.7rem;
  margin-right: auto;
  margin-top: 0.5rem;
}

#status_dialog_table {
  height: 95%;
}

.status_title {
  vertical-align: text-top;
  padding: 1rem 0;
}

.status_button {
  margin-bottom: 0.8rem !important;
}

.change_status {
  width: 400px !important;
}

.change_status .modal-shiv {
  height: 518px !important;
}

@media screen and (max-height: 600px) {
  .change_status {
    top: unset !important;
    bottom: 30px !important;
  }
}

@media (max-width: 600px) {
  form#the_form  table tbody tr:first-of-type {
    display: flex;
    flex-direction: column;
  }

  form#the_form  table tbody tr:first-of-type td {
    width: 100%;
  }

  #goren_tarsene > #search_ajax_text > #name_like {
    width: 54%;
  }

  /* Change dialog width */
  .change_status {
    width: unset !important;
  }

  .responsive-modal {
    width: 100% !important;
  }

  .change_status .modal-shiv {
    height: 57vh !important;
  }
}

@media (max-width: 767px) {
  .main-sidebar {
    -webkit-transform: translate(-230px, 0);
    -ms-transform: translate(-230px, 0);
    -o-transform: translate(-230px, 0);
    transform: translate(-230px, 0);
    position: absolute;
  }

  .sidebar {
    background: #222d32;
  }

  form#the_form  table tbody tr:last-of-type td {
    text-align: center;
  }

  form#the_form  table tbody tr:last-of-type td input {
    text-align: center;
  }

  .moving {
    cursor: unset;
  }
}
