@charset "utf-8";
@import url("../bootstrap/fonts/Scanno-Bold.ttf");
@import url("../bootstrap/fonts/Scanno-Bold.ttf");
* {
  font-family: "Scanno-Bold";
}

/* ------------------------------------------
                GENERAL STYLING
--------------------------------------------- */
body {
  background-color: #fefefe;
  color: #666;
}

p {
  /*    color: #858585; */
  /*    line-height: 1.5em; */
  vertical-align: middle;
  font-size: 14px;
}

h1 {
  font-size: 26px;
  font-weight: normal;
  letter-spacing: -2px;
}

h3 {
  font-size: 21px;
  font-weight: normal;
  letter-spacing: -1px;
}
h4 {
  font-size: 17px;
  color: #666;
  text-transform: uppercase;
}
h5 {
  font-size: 16px;
  margin-top: 11px;
  margin-bottom: 13px;
}
h6 {
  font-size: 14px;
  font-weight: bold;
}

ul {
}
blockquote {
  margin: 22px 40px;
  color: #575757;
  padding: 0px 50px;
  background: transparent url("../images/blockquote.gif") no-repeat 0 0;
}

/* ------------------------------------------
                CONTROL PANEL - SETTINGS  IN HEADER
--------------------------------------------- */

#placeholder {
  height: 200px;
  width: 620px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 90%;
  color: #cccccc;
}
.png_bg {
}

#tooltip {
  font-size: 10px;
  font-weight: bold;
}
#header {
  background-color: #00769d;
  overflow: hidden;
  padding-top: 25px;
  background-image: url(../images/header.png);
  background-repeat: repeat-x;
}

/* -------------------------------------------------------
                LOGO - COULD JUST USE YORU OWN IMAGE FOR A LOGO
----------------------------------------- ----------------*/

#logo h1 {
  width: 146px;
  height: 45px;
  font-size: 18px;
  text-align: center;
  letter-spacing: -1px;

  margin: 0px;
  color: #f1f1f1;
  background: #ffffff url("../img/asaar.png") no-repeat right;
  font-weight: bold;
}
#logo {
  margin: 0px;
}

#logo h1 span {
  font-weight: normal;
  height: 45px;
}

#admin_wrapper {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 100px;
  margin-bottom: 50px;
  overflow: hidden;
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
}
#admin_wrapper form #logo h1 {
  color: #333;
  margin-bottom: 19px;
}

#head_wrap {
  overflow: hidden;
}

/* ------------------------------------------
                CONTROL PANEL - SETTINGS  IN HEADER
--------------------------------------------- */

#controlpanel ul {
  float: right;
}
#controlpanel ul li {
  display: inline;
  font-size: 11px;
  color: #f1f1f1;
}

#controlpanel ul li a,
#navigation ul li a {
  float: left;
  display: block;
  background-color: #3391b0;
  text-decoration: none;
  color: #efefef;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #009bce;
  border-right-color: #009bce;
  border-bottom-color: #00769d;
  border-left-color: #00769d;
  font-weight: bold;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
}

#controlpanel ul li a:hover,
#navigation ul li a:hover {
  background-color: #f2f2f2;
  color: #202020;
  border: 1px solid #f2f2f2;
}

#controlpanel ul li .last,
#navigation ul li .nav_last {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #009bce;
}

#controlpanel ul li p {
  padding: 6px;
  margin-right: 15px;
  float: left;
  color: #fff;
}

/* ---------------------------------------
                NAVIGATION
----------------------------------------- */
#navigation {
  margin-top: 40px;
}

#navigation ul li a {
  float: left;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding-top: 7px;
  padding-right: 15px;
  padding-bottom: 7px;
  padding-left: 15px;
}
#navigation ul li {
  display: inline;
}

#navigation ul li .active {
  background-color: #f2f2f2;
  color: #3f3f3f;
  border: 1px solid #f2f2f2;
}

/* ---------------------------------------
                SUBNAVIGATION
----------------------------------------- */

#sub_nav {
  overflow: hidden;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  position: fixed !important;
  top: 45px;
}
#subnav_wrap {
  background: rgba(48, 100, 148, 0.6);
  width: 100%;
  height: 100%;
  display: inline-block;
}

#subnav ul li div {
  background-color: #f2f2f2;
  text-decoration: none;
  /*    font-size: 10px;*/
  float: left;
  padding-top: 4px;
  padding-right: 15px;
  padding-bottom: 4px;
  padding-left: 15px;
  font-weight: bold;
  /*    border-right-style: solid;*/
  /*    border-right-color: #CCC;*/
  margin: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: gray;
  border: 1px solid #999;
  /*    color:#FFFFFF;*/

  font-size: 11px;
}
#subnav ul li div:hover {
  /*    background-color:#EBEBEB;*/
  font-style: normal;
  text-decoration: none;
  background-color: #b7b7b7;
  cursor: pointer;
}
#subnav ul li a {
  background-color: #f2f2f2;
  text-decoration: none;
  color: #999;
  /*    font-size: 10px;*/
  float: left;
  padding-top: 4px;
  padding-right: 15px;
  padding-bottom: 4px;
  padding-left: 15px;
  font-weight: bold;
  /*    border-right-style: solid;*/
  /*    border-right-color: #CCC;*/
  margin: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;

  border: 1px solid #999;
  /*    color:#FFFFFF;*/

  font-size: 11px;
  /*    padding:5px 10px 5px 25px;*/

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#subnav ul li a:hover {
  /*    background-color:#EBEBEB;*/
  color: #aaa;
  font-style: normal;
  text-decoration: none;
  background-color: #b7b7b7;
  cursor: pointer;
}
#subnav ul li {
  display: inline;
}

#subnav ul li .sub_nav_active {
  color: #000;
  font-weight: bold;
}
#subnav_wrap #subnav ul li a:hover {
  color: #333;
  text-decoration: underline;
}

/* ---------------------------------------
                ICON DOCK
----------------------------------------- */

#icondock ul li a img {
  margin-bottom: 10px;
}

#icondock ul li a {
  height: auto;
  width: 60px;
  padding: 15px;
  margin-right: 12px;
  position: relative;
  text-decoration: none;

  margin-bottom: 20px;
  margin-left: 0px;
  text-align: center;
  color: #666;
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;

  /*Mozilla Browsers Only */
  -moz-border-radius: 5px;
}
#icondock ul li {
  display: inline;
}
#icondock ul li a:hover {
  background-color: #fff;
  color: #333;
}

#icondock ul li a span {
  position: absolute;
  height: 8px;
  text-decoration: none;
  background-color: #e60000;
  padding: 7px;
  color: #fff;
  font-weight: bold;
  font-size: 9px;
  left: 75px;
  top: -8px;
  right: 0px;
  bottom: 0px;
  line-height: 9px;
  width: 8px;
  text-align: center;
  z-index: 1;

  /*Mozilla Browsers Only */
  -moz-border-radius: 5px;
}

/* ---------------------------------------
                NOTICES
----------------------------------------- */

#notices {
  clear: both;
}
#notices ul li a {
  display: block;
  height: 16px;
  line-height: 16px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
}

#notices ul li a {
  font-size: 11px;
  text-decoration: none;
  color: #666;
}
#notices ul li a:hover {
  text-decoration: underline;
}

/*  These are the styles for the notices. Because you could use them for almost everything, I've
        left them as generic class names and used 7 different 16 x 16 icons from the FAT COW HOSTING ICONS
        
        You can download the full set from http://www.fatcow.com/free-icons
        
*/

.notice-icon1,
.notice-icon2,
.notice-icon3,
.notice-icon4,
.notice-icon5,
.notice-icon6,
.notice-icon7 {
  background-repeat: no-repeat;
  background-position: left center;
}

.notice-icon1 {
  background-image: url(../images/icondock/16x16/comment_add.png);
}
.notice-icon2 {
  background-image: url(../images/icondock/16x16/wishlist_add.png);
}
.notice-icon3 {
  background-image: url(../images/icondock/16x16/date_add.png);
}

.notice-icon4 {
  background-image: url(../images/icondock/16x16/newspaper_add.png);
}
.notice-icon5 {
  background-image: url(../images/icondock/16x16/basket.png);
}
.notice-icon6 {
  background-image: url(../images/icondock/16x16/bell.png);
}
.notice-icon7 {
  background-image: url(../images/icondock/16x16/support.png);
}

.btn-del,
.btn-reply {
  text-decoration: none;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  display: block;
  float: left;
  margin-right: 5px;
  color: #999;
  text-transform: uppercase;
  font-size: 11px;
  -moz-border-radius: 5px;
  line-height: 16px;
  height: 16px;
}

.btn-del:hover,
.btn-reply:hover {
  color: #666;
}
.btn-del {
  background-image: url(../images/email_delete.png);
  background-repeat: no-repeat;
  background-position: 5px;
}
.btn-reply {
  background-image: url(../images/email_edit.png);
  background-repeat: no-repeat;
  background-position: 5px;
}

/* -------------------------------------------
                NOTIFICATIONS
-------------------------------------------- */

.notification {
  cursor: pointer;
  clear: both;
  height: 40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 65px;
  font-size: 12px;
  position: relative;
}
.notification p {
  color: #333;
  line-height: 40px;
}

.warning {
  background-image: url(../images/icondock/error.png);
  background-position: 15px center;
  background-repeat: no-repeat;
  border: 2px solid #ffc44a;
  background-color: #ffdb91;
}
.success {
  background-image: url(../images/icondock/accept.png);
  background-position: 15px center;
  background-repeat: no-repeat;
  border: 2px solid #99c600;
  background-color: #e2ff7d;
  width: 862px;
}

.failure {
  background-image: url(../images/icondock/exclamation.png);
  background-position: 15px center;
  background-repeat: no-repeat;
  border: 2px solid #eb5339;
  background-color: #f5b5a9;
}

.information {
  background-image: url(../images/icondock/information.png);
  background-position: 15px center;
  background-repeat: no-repeat;
  border: 2px solid #418acc;
  background-color: #b3cfea;
}

.lightbulb {
  background-image: url(../images/icondock/lightbulb.png);
  background-position: 15px center;
  background-repeat: no-repeat;
  border: 2px solid #d3a350;
  background-color: #feefcb;
}

.messages {
  background-image: url(../images/icondock/email.png);
  background-position: 15px center;
  background-repeat: no-repeat;
  border: 2px solid #42b4ff;
  background-color: #9ddfff;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.message p {
  font-size: 11px;
  color: #999;
  line-height: 20px;
}

.message h3 {
  font-size: 20px;

  font-weight: normal;
  padding-bottom: 8px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
  margin-bottom: 10px;
  margin-top: 10px;
}

.message h3 span {
  font-size: 13px;
  color: #999;
  font-style: italic;
}

/* ---------------------------------------
                TABLE STYLING
----------------------------------------- */

td {
  padding: 4px;
  text-align: left;
  vertical-align: middle;
  word-wrap: break-word;
font-size: 12px;
}
th {
  color: #fff;
  text-align: left;
  padding: 7px;
  font-size: 12px;
}

/* ----------------------------
                TABLE AND LINKS
------------------------------ */

table {
  color: black;
  padding: 5px;
 
  margin-bottom: 7px;
  font-size: 12px;
}
td a,
td a:visited {
  color: #258cd1;
}

thead {
  background-color: #f4f4f4;
}

/*This is for the zebra striping */
.even {
  background-color: #f0f0f0;
}

/* ----------------------------
                TIPSY TOOLTIPS
------------------------------ */
.tipsy {
  padding: 5px;
  font-size: 10px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background-repeat: no-repeat;
  background-image: url(../images/tipsy.gif);
  margin-top: 12px;
}
.tipsy-inner {
  padding: 5px 8px 4px 8px;
  background-color: black;
  color: white;
  max-width: 200px;
  text-align: center;
}
.tipsy-inner {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tipsy-north {
  background-position: top center;
}
.tipsy-south {
  background-position: bottom center;
}
.tipsy-east {
  background-position: right center;
}
.tipsy-west {
  background-position: left center;
}

/* ----------------------------
                FORMS
------------------------------ */

/* ------------ SUBMIT BUTTONS ------------ */

form input.submit {
  line-height: 15px;
  border: 0;
  font-size: 9px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  vertical-align: middle;
  background-color: #00769d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 25px;
  background-image: url(../images/button_highlighter.png);
  background-repeat: repeat-x;
  margin-top: 0px;
  margin-right: 7px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 5px;
  padding-right: 8px;
  padding-bottom: 5px;
  padding-left: 8px;
}

form input.submit.special {
  background-color: #000000;
}
form input.submit:hover {
  text-decoration: underline;
  background-color: #333333;
}

form p {
  overflow: hidden;
  clear: both;
  margin-top: 15px;
  margin-bottom: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
}
form label {
  font-size: 13px;
  color: #555;
  margin-right: 10px;
  vertical-align: middle;

  clear: both;
}
form p .valid {
  color: #090;
  font-weight: bold;
  /*text-transform: uppercase;*/
  font-size: 11px;
  margin-left: 8px;
}
form p .error {
  color: #900;
  font-weight: bold;
  /*text-transform: uppercase;*/
  font-size: 11px;
  margin-left: 8px;
}

form input.text {
  width: 410px;
  background: #fefefe;
  border: 1px solid #bbb;
  font-size: 14px;
  color: #333;
  padding: 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
  clear: both;
  margin-top: 8px;
}

form input.text.medium {
  width: 600px;
}
form input.text.large {
  width: 98%;
}

form textarea {
  width: 98%;
  height: 140px;
  padding: 5px;
  background: #fefefe;
  border: 1px solid #bbb;
  font-size: 14px;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  outline: none;
  margin-top: 15px;
}

input.text:focus,
#forms form textarea:focus {
  background-color: #f2f2f2;
  border: 1px solid #999999;
}
form .select {
  padding: 2px;
  height: 25px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 0px;
  background-image: url(../images/button_highlighter.png);
  background-repeat: repeat-x;
}

/* -------------------------------------------------------------- 
   IMAGE GALLERY
-------------------------------------------------------------- */

.imglist li {
  list-style-type: none;
  display: block;
  border: 1px solid #ccc;
  float: left;
  margin: 7px;
  padding: 7px;
  float: left;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}

.imglist li:hover {
  border-color: #999;
}

.imglist li .actions {
  width: 100px;
  height: 100px;
  display: block;
  z-index: 10;
  position: absolute;
  text-align: center;
  left: 0;
  top: 0px;
  display: none;
  padding: 5px;
  line-height: 100px;
}

.imglist li:hover .actions {
  display: block;
}

a.imglistbutton {
  background-color: #fff;
  padding: 9px;
  height: 16px;
  width: 16px;
  display: block;
  border: 1px solid #fff;
}

a.imglistbutton:hover {
  background-color: #ebebeb;
  border: 1px solid #ccc;
}

/* ----------------------------
                PAGINATION
------------------------------ */

#pagination li {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 11px;
  list-style: none; /* savers */
  float: left;
}
#pagination a {
  border: 1px solid #ccc;
  margin-right: 2px;
  color: #00769d;
}
#pagination .previous-off,
#pagination .next-off {
  border: solid 1px #dedede;
  color: #888888;
  display: block;
  float: left;
  font-weight: bold;
  margin-right: 2px;
  padding-top: 6px;
  padding-right: 8px;
  padding-bottom: 6px;
  padding-left: 8px;
}
#pagination .next a,
#pagination .previous a {
  font-weight: bold;
}
#pagination .active {
  color: #ffffff;
  font-weight: bold;
  display: block;
  float: left; /* savers */
  margin-right: 2px;
  background-color: #00769d;
  padding-top: 6px;
  padding-right: 8px;
  padding-bottom: 6px;
  padding-left: 8px;
}
#pagination a:link,
#pagination a:visited {
  color: #00769d;
  display: block;
  float: left;
  text-decoration: none;
  padding-top: 6px;
  padding-right: 8px;
  padding-bottom: 6px;
  padding-left: 8px;
}
#pagination a:hover {
  border: 1px solid #00769d;
}

/* ----------------------------
                TABS
------------------------------ */

ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 32px;
  width: 100%;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
}
ul.tabs li {
  float: left;
  margin: 0;
  padding: 0;
  height: 31px; /*--Subtract 1px from the height of the unordered list--*/
  line-height: 31px;
  margin-bottom: -1px; /*--Pull the list item down 1px--*/
  overflow: hidden;
  position: relative;
  background: #e0e0e0;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: none;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
}
ul.tabs li a {
  text-decoration: none;
  color: #000;
  display: block;
  font-size: 1.2em;
  padding: 0 20px;
  border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
  outline: none;
}
ul.tabs li a:hover {
  background: #ccc;
}
html ul.tabs li.active,
html ul.tabs li.active a:hover {
  /*--Makes sure that the active tab does not listen to the hover properties--*/
  background: #fff;
  border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
  overflow: hidden;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
}
.tab_content {
  padding: 20px;
  font-size: 1.2em;
}

/* ----------------------------
                ACCORDION
------------------------------ */

h3.acc_trigger {
  padding: 0;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
  font-weight: normal;
  background-image: url(../images/h2_trigger_a.gif);
  background-repeat: no-repeat;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
  text-decoration: none;
  letter-spacing: -1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
}
h3.acc_trigger a {
  color: #555555;
  text-decoration: none;
  display: block;
  padding: 0 0 0 50px;
}
h3.acc_trigger a:hover {
  color: #000;
}
h3.active {
  background-position: left bottom;
}
.acc_container {
  margin: 0 0 5px;
  padding: 0;
  overflow: hidden;
  clear: both;
  background: #f0f0f0;
  border: 1px solid #d6d6d6;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.acc_container .block {
  padding: 20px;
}

/* ----------------------------
                WYSIWYG EDITOR
------------------------------ */

div.wysiwyg {
  border: 1px solid #bbb;
  padding: 0;
  background-color: #fefefe;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 880px !important;
}

div.wysiwyg * {
  margin: 0;
  padding: 0;
  outline: none;
}

div.wysiwyg ul.panel {
  border-bottom: 1px solid #cccccc;
  float: left;
  width: 875px;
  padding: 5px;
  margin: 0;
}

div.wysiwyg ul.panel li {
  list-style-type: none;
  float: left;
  padding: 0;
  margin: 2px 2px 3px 0;
  background: #ffffff;
  height: 16px;
  overflow: hidden;
}
div.wysiwyg ul.panel li.separator {
  height: 16px;
  margin: 3px 4px 0;
  border-left: 1px solid #cccccc;
}
div.wysiwyg ul.panel li a {
  text-indent: -5000px;
  opacity: 0.85;
  filter: alpha(opacity=85);
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/../images/jquery.wysiwyg.gif") no-repeat -64px -80px;
  border: 0;
  cursor: pointer;
  padding: 0;
  margin: 1px;
}
div.wysiwyg ul.panel li a:hover,
div.wysiwyg ul.panel li a.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
div.wysiwyg ul.panel li a.active {
  background-color: #f9f9f9;
  border: 1px solid #cccccc;
  border-left-color: #aaaaaa;
  border-top-color: #aaaaaa;
  padding: 0;
}

div.wysiwyg ul.panel li a.bold {
  background-position: 0 -17px;
}
div.wysiwyg ul.panel li a.italic {
  background-position: -16px -17px;
}
div.wysiwyg ul.panel li a.strikeThrough {
  background-position: -32px -17px;
}
div.wysiwyg ul.panel li a.underline {
  background-position: -48px -16px;
}

div.wysiwyg ul.panel li a.justifyLeft {
  background-position: 0 0;
}
div.wysiwyg ul.panel li a.justifyCenter {
  background-position: -16px 0;
}
div.wysiwyg ul.panel li a.justifyRight {
  background-position: -32px 0;
}

div.wysiwyg ul.panel li a.indent {
  background-position: -64px 0;
}
div.wysiwyg ul.panel li a.outdent {
  background-position: -80px 0;
}

div.wysiwyg ul.panel li a.subscript {
  background-position: -64px -16px;
}
div.wysiwyg ul.panel li a.superscript {
  background-position: -80px -16px;
}

div.wysiwyg ul.panel li a.undo {
  background-position: 0 -63px;
}
div.wysiwyg ul.panel li a.redo {
  background-position: -16px -65px;
}

div.wysiwyg ul.panel li a.insertOrderedList {
  background-position: -32px -48px;
}
div.wysiwyg ul.panel li a.insertUnorderedList {
  background-position: -16px -48px;
}
div.wysiwyg ul.panel li a.insertHorizontalRule {
  background-position: 0 -48px;
}

div.wysiwyg ul.panel li a.h1 {
  background-position: 0 -32px;
}
div.wysiwyg ul.panel li a.h2 {
  background-position: -16px -32px;
}
div.wysiwyg ul.panel li a.h3 {
  background-position: -32px -32px;
}
div.wysiwyg ul.panel li a.h4 {
  background-position: -48px -32px;
}
div.wysiwyg ul.panel li a.h5 {
  background-position: -64px -32px;
}
div.wysiwyg ul.panel li a.h6 {
  background-position: -80px -32px;
}

div.wysiwyg ul.panel li a.cut {
  background-position: -32px -64px;
}
div.wysiwyg ul.panel li a.copy {
  background-position: -48px -64px;
}
div.wysiwyg ul.panel li a.paste {
  background-position: -64px -64px;
}

div.wysiwyg ul.panel li a.increaseFontSize {
  background-position: -16px -80px;
}
div.wysiwyg ul.panel li a.decreaseFontSize {
  background-position: -32px -80px;
}

div.wysiwyg ul.panel li a.createLink {
  background-position: -80px -48px;
}
div.wysiwyg ul.panel li a.insertImage {
  background-position: -80px -80px;
}

div.wysiwyg ul.panel li a.html {
  background-position: -47px -46px;
}
div.wysiwyg ul.panel li a.removeFormat {
  background-position: -80px -64px;
}

div.wysiwyg ul.panel li a.empty {
  background-position: -64px -80px;
}

div.wysiwyg iframe {
  border: 0;
  clear: left;
  margin: 0;
  width: 918px !important;
}

/* NUEVOS ESTILOS */
.bg {
  background: #dbd9dc;
  padding: 20px;
  border-radius: 10px;
  color: #0e2c43;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-left: 20px;
  text-align: start;
}
.bg h2 {
  font-weight: bold;
}

.label-fecha {
  color: #00769d;
  font-weight: 600;
  font-size: 16px;
}

/* Dashboard hero (saludo + fecha) */
.dash-hero {
  background: linear-gradient(135deg, #0e2c43 0%, #00769d 100%);
  color: #fff;
  border-radius: 16px;
  padding: 22px 28px;
  margin: 20px 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  box-shadow: 0 8px 24px rgba(14, 44, 67, 0.18);
  position: relative;
  overflow: hidden;
}
.dash-hero::after {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}
.dash-hero-left {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 1;
}
.dash-hero-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  border: 2px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.dash-hero-greeting {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}
.dash-hero-greeting strong {
  font-weight: 700;
}
.dash-hero-role {
  margin-top: 6px;
  font-size: 0.85rem;
  opacity: 0.85;
  letter-spacing: 0.3px;
}
.dash-hero-role i {
  margin-right: 6px;
}
.dash-hero-right {
  text-align: right;
  font-size: 0.9rem;
  opacity: 0.95;
  position: relative;
  z-index: 1;
}
.dash-hero-date {
  margin-bottom: 4px;
}
.dash-hero-clock {
  font-variant-numeric: tabular-nums;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.dash-hero-date i,
.dash-hero-clock i {
  margin-right: 6px;
  opacity: 0.85;
}
@media (max-width: 576px) {
  .dash-hero {
    padding: 18px 20px;
    flex-direction: column;
    text-align: center;
  }
  .dash-hero-left {
    flex-direction: column;
    text-align: center;
  }
  .dash-hero-right {
    text-align: center;
  }
  .dash-hero-greeting {
    font-size: 1.2rem;
  }
}

/* Encabezado de sección del dashboard (reemplaza al banner morado bg-primary) */
.dash-section-header {
  background: #fff;
  color: #0e2c43;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.3px;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  border-left: 4px solid #00769d;
  margin-top: 0;
  margin-bottom: 8px;
  text-align: left;
  box-shadow: 0 1px 3px rgba(14, 44, 67, 0.04);
}

/* Botón corporativo Genia (teal) — botón primario unificado del dashboard.
   Reglas con !important para vencer la especificidad de Bootstrap (.btn.btn-block etc.). */
.btn.btn-genia,
button.btn-genia,
a.btn-genia {
  background-color: #00769d !important;
  border: 1px solid #00769d !important;
  color: #fff !important;
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.2px;
  padding: 6px 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.btn.btn-genia:hover,
.btn.btn-genia:focus,
button.btn-genia:hover,
button.btn-genia:focus {
  background-color: #005f80 !important;
  border-color: #005f80 !important;
  color: #fff !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 118, 157, 0.25);
  text-decoration: none;
}
.btn.btn-genia:active,
.btn.btn-genia.active {
  background-color: #004d68 !important;
  border-color: #004d68 !important;
  color: #fff !important;
}
.btn.btn-genia:disabled,
.btn.btn-genia.disabled {
  background-color: #7da7b6 !important;
  border-color: #7da7b6 !important;
  color: #fff !important;
  cursor: not-allowed;
  opacity: 0.7;
}
.btn.btn-genia i { margin-right: 6px; }
