/**
 * Base Styles
 */
body {
  /*background: #555555 url(../images/01.png) repeat 0 0;*/
  font: normal normal normal 12px/160% a,tahoma ,arial,'Luci'Lucida Grande', Verdana, sans-serif;
}
body.bg01-png {
  background: #555555 url(../images/01.png) repeat 0 0;
}
body.bg02-png {
  background: #555555 url(../images/02.png) repeat 0 0;
}
body.bg03-png {
  background: #555555 url(../images/03.png) repeat 0 0;
}
body.bg04-png {
  background: #555555 url(../images/04.png) repeat 0 0;
}
body.bg05-png {
  background: #555555 url(../images/05.png) repeat 0 0;
}
.no-border {
  border: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.leading {
  margin-top: 20px !important;
}
.full {
  width: 100%;
}
.half {
  width: 50%;
}
/**
 * Text Styles
 */
a {
  color: #0066ff;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
abbr, acronym {
  font-size: 85%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted black;
  cursor: help;
}
abbr[title], acronym[title], dfn[title] {
  border-bottom: 1px dotted #CCC;
  cursor: help;
}
code,
kbd,
samp,
pre,
tt,
var,
.code {
  font-family: Monaco, 'Panic Sans', 'Lucida Console', 'Courier New', Courier, monospace, sans-serif;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 14px;
}
h4 {
  font-size: 13px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 1em 0;
}
h1, h2, h3 {
  font-family: tahoma,'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #000;
}
h4, h5, h6 {
  color: #444;
}
h5, h6 {
  font-weight: normal;
}
h6, p {
  color: #676767;
}
h1,
h2,
h3,
b,
strong,
caption,
th,
thead,
dt,
legend {
  font-weight: bold;
}
ul, ol {
  padding-left: 2em;
}
li ul,
li ol,
ul ul,
ol ol,
dl dd {
  margin-bottom: 0px;
  margin-left: 0px;
  margin-top: 0px;
}
small, sup, sub {
  font-size: 90%;
}
.code {
  background-color: #EAEFF4;
  color: #069;
  overflow: auto;
  padding: 2px 6px;
}
.al {
  text-align: left !important;
}
.ar {
  text-align: right !important;
}
.ac {
  text-align: center !important;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
/**
 * Login
 */
body.login {
  height: 0;
  overflow: hidden;
}
body.login .login-box {
  margin: 0 auto !important;
  margin-top: -110px !important;
  margin-left: -300px !important;
  position: absolute !important;
  top: 50%;
  left: 50%;
  width: 600px;
  z-index: 999 !important;
}
body.login .login-box form {
  margin: 10px 0;
}
body.login .login-box form input[type=text], body.login .login-box form input[type=password] {
  margin: 0;
  width: 242px;
}
body.login .login-box form button.large {
  margin: 0;
}
body.login .login-box.main-content {
  min-height: 0;
}
/**
 * Header
 */
#wrapper > header {
  height: 40px;
  margin-bottom: 20px;
  position: relative;
  top: 0px;
  z-index: 999;
  zoom: 1;
}
#wrapper > header > div {
  background: #fff;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
}
#wrapper > header h1 {
  color: #555;
  float: left;
  font-family: 'Myriad Pro', Verdana, Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 10px;
  text-shadow: 0 1px 1px #ffffff, 0 -1px 0 #000000;
}
#wrapper > header h1 a {
  color: #000;
  text-decoration: none;
}
#wrapper > header form {
  padding: 0 10px;
  position: relative;
  z-index: 1;
  width: 100px;
}
#wrapper > header nav {
  background: transparent url(../images/topmenu-bg.png) repeat-x left top;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding: 0 10px;
}
#wrapper > header nav ul {
  padding: 0;
}
#wrapper > header nav > ul > li {
  background: transparent url(../images/topmenu-bg.png) no-repeat left -200px;
  display: block;
  float: right;
  position: relative;
  padding-left: 10px;
  text-align:right;
}
#wrapper > header nav > ul > li > a {
  background: transparent url(../images/topmenu-bg.png) no-repeat right -200px;
  color: #000;
  display: block;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 10px;
  position: relative;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  font-family:Tahoma;
}
#wrapper > header nav > ul > li:hover, #wrapper > header nav > ul > li.active:hover {
  background-position: 0 -80px;
}
#wrapper > header nav > ul > li:hover > a, #wrapper > header nav > ul > li.active:hover > a {
  background-position: right -40px;
}
#wrapper > header nav > ul > li.active, #wrapper > header nav > ul > li:active {
  background-position: 0 -160px;
}
#wrapper > header nav > ul > li.active > a, #wrapper > header nav > ul > li:active > a {
  background-position: right -120px;
}
#wrapper > header nav > ul ul {
  border: 1px solid #bbb;
  border-bottom: none;
  display: block;
  position: absolute;
  width: 150px;
  z-index: 999;
  right: -9999em;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
#wrapper > header nav > ul ul li {
  position: relative;
  border-bottom: 1px solid #bbb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper > header nav > ul ul li a {
  background: #f1f1f1;
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#eeeeee));
  background: -moz-linear-gradient(top, #fefefe, #eeeeee);
  background: linear-gradient(top, #fefefe, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#eeeeee');
  color: #000;
  display: block;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  font-family:Tahoma;
}
#wrapper > header nav > ul ul li a:hover {
  background: #009ad5;
  background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  background: linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
  box-shadow: none !important;
  color: #fff;
  text-shadow: 0 -1px 0 #000000;
  zoom: 1;
}
#wrapper > header nav > ul ul ul {
  top: -1px;
}
#wrapper > header nav > ul li:hover ul {
  right: 0;
}
#wrapper > header nav > ul.sf-menu a.sf-with-ul {
  /*** arrows **/

  min-width: 1px;
  font-family:Tahoma;
  font-size:12px;
    padding-left: 3.25em;
    text-align: right;
  /* trigger IE7 hasLayout so spans position accurately */

}
#wrapper > header nav > ul .sf-sub-indicator {
  position: absolute;
  display: block;
  left: 0em;
  top: 0.8em;
  width: 10px;
  height: 11px;
  text-indent: -999em;
  overflow: hidden;
  background: url('../images/arrows.png') no-repeat -10px -100px;
  /* 8-bit indexed alpha png. IE6 gets solid image only */

}
#wrapper > header nav > ul > li > a > .sf-sub-indicator {
  top: 16px;
}
#wrapper > header nav > ul a:focus > .sf-sub-indicator,
#wrapper > header nav > ul a:hover > .sf-sub-indicator,
#wrapper > header nav > ul a:active > .sf-sub-indicator,
#wrapper > header nav > ul li:hover > a > .sf-sub-indicator,
#wrapper > header nav > ul li.sfHover > a > .sf-sub-indicator {
  /* apply hovers to modern browsers */

  background-position: -10px -100px;
  /* arrow hovers for modern browsers*/

}
#wrapper > header nav > ul ul .sf-sub-indicator {
  /* point right for anchors in subs */

  background-position: -10px 0;
}
#wrapper > header nav > ul ul a > .sf-sub-indicator {
  background-position: 0 0;
}
#wrapper > header nav > ul ul a:focus > .sf-sub-indicator,
#wrapper > header nav > ul ul a:hover > .sf-sub-indicator,
#wrapper > header nav > ul ul a:active > .sf-sub-indicator,
#wrapper > header nav > ul ul li:hover > a > .sf-sub-indicator,
#wrapper > header nav > ul ul li.sfHover > a > .sf-sub-indicator {
  /* apply hovers to modern browsers */

  background-position: -10px 0;
  /* arrow hovers for modern browsers*/

}
#quick-search {
  background: #888888 url(../images/search.png) no-repeat right center;
  border: 1px solid #777;
  margin-top: 7px;
  padding-right: 20px;
  text-shadow: none;
  width: 100%;
}
#quick-search:hover {
  background-color: #eee;
  border: 1px solid #999;
}
#quick-search:focus {
  background-color: #fafafa;
  border: 1px solid #5e9ae2;
}
/**
 * Content
 */
.main-section {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  /*margin-bottom: 20px;*/
  position: relative;
}
.main-section > nav {
  background: url("../images/bg_left.jpg") repeat 0 0 transparent;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  position: absolute;
  padding: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height:1340px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: width;
  -moz-transition-property: width;
  transition-property: width;
  width: 130px;
}
.main-section > nav a.chevron {
  background: #373737;
  background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#333333));
  background: -moz-linear-gradient(top, #444444, #333333);
  background: linear-gradient(top, #444444, #333333);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#333333');
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  border-bottom: 1px solid #222;
  display: block;
  height: 22px;
  margin: -10px -10px 0 -10px;
  padding-right: 10px;
  text-indent: -999em;
  text-decoration:none;
}
.main-section > nav a.chevron:hover {
  background: #6a6a6a;
  background: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#555555));
  background: -moz-linear-gradient(top, #777777, #555555);
  background: linear-gradient(top, #777777, #555555);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#555555');
  border-color: #444;
}
.main-section > nav a.chevron span {
  margin-left: -13px;
  position: absolute;
  top: 2px;
  left: 50%;
}
.main-section > nav > a + ul {
  margin-top: 10px;
}
.main-section > nav ul li {
  height: 90px;
  position: relative;
}
.main-section > nav ul li a {
    background-position: center top;
    background-repeat: no-repeat;
    color: #000000;
    display: block;
    height: 40px;
    overflow: hidden;
    padding-left: 50px;
    padding-top: 50px;
    text-decoration: none;
}
.main-section > nav ul li a:hover {
  color: #0066FF;
}
.main-section > nav ul li.current {
  background: transparent url(../images/caret_active1.png) no-repeat 8px center;
  z-index: 10;
  position: relative;
}
.main-section > nav + .main-content {
  margin-bottom: 0;
  margin-left: 140px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: margin-left;
  -moz-transition-property: margin-left;
  transition-property: margin-left;
}
.main-section > nav.collapsed {
  width: 80px;
}
.main-section > nav.collapsed ul li {
  position: relative;
  z-index: 99;
}
.main-section > nav.collapsed ul li a {
    font-family: tahoma;
    font-size: 11px;
    height: 90px;
    padding-left: 0;
    text-align: center;
    width: 80px;
}
.main-section > nav.collapsed + .main-content {
      margin-left: 0;
    margin-right: 90px;
    border:solid 2px #d4d4d4;
}
.main-content {
  background-color: #F7F7F7;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  min-height: 300px;
}
.main-content:last-child {
  margin-bottom: 0;
}
.main-content > header {
  background: #f2f2f2;
  border-bottom:solid 1px #bbbbbb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  height: 16px;
  padding: 13px 20px 17px;
  position: relative;
}
.main-content > header h2 {
  color: #444;
  font-family: tahoma,'Yanone Kaffeesatz', arial, serif;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  float:right;
}
.main-content > header .action-buttons {
  margin-top: -15px;
  position: absolute;
  left: 20px;
  top: 50%;
  z-index: 999;
}
.main-content > header input {
  position: relative;
  top: -6px;
}
.main-content > div {
  padding: 20px;
  overflow: hidden;
}
.main-content > div:last-child {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.main-content > div.container_6 {
  padding: 20px 0;
}
.main-content > div h3.ui-widget-header {
  padding: 5px 15px;
}
/**
 * Footer
 */
body > footer {
  padding-bottom: 20px;
}
#footer-inner, #footer-inner a {
  color: #fff;
  font-size: 10px;
}
#footer-inner a {
  text-decoration: underline;
}
/**
 * Elements
 */
/* the overlayed element */
.apple_overlay {
  /* initially overlay is hidden */

  display: none;
  /* growing background image */

  background-image: url(../images/overlay/white.png);
  /* 
        width after the growing animation finishes
        height is automatically calculated
    */

  width: 640px;
  /* some padding to layout nested elements nicely  */

  padding: 35px;
  /* a little styling */
  font-size: 11px;
  z-index: 9999;
}
.apple_overlay .close {
  /* default close button positioned on upper right corner */

  background-image: url(../images/close-icon.png);
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 30px;
  z-index: 999;
}
.apple_overlay.black {
  background-image: url(../images/transparent.png);
  color: #fff;
}
/**
 * Isotope
 */
ul.isotope-widgets {
  display: block;
  list-style: none;
  margin: -5px;
  padding: 0;
}
ul.isotope-widgets li {
  display: block;
  float: left;
  width: 100px;
  margin: 5px;
  position: relative;
}
ul.isotope-widgets li a {
  filter: none;
  zoom: 1;
}
ul.isotope-widgets li a.button-blue strong {
  border-bottom: 1px solid #034462;
}
ul.isotope-widgets li a.button-blue span {
  color: #fff;
  text-shadow: 0 -1px 0 #034462;
}
ul.isotope-widgets li a.button-green strong {
  border-bottom: 1px solid #561;
}
ul.isotope-widgets li a.button-green span {
  color: #fff;
  text-shadow: 0 -1px 0 #556611;
}
ul.isotope-widgets li a.button-orange strong {
  border-bottom: 1px solid #d61;
}
ul.isotope-widgets li a.button-orange span {
  color: #fef4e9;
  text-shadow: 0 -1px 0 #dd6611;
}
ul.isotope-widgets li a.button-red strong {
  border-bottom: 1px solid #a92c2c;
}
ul.isotope-widgets li a.button-red span {
  color: #fef4e9;
  text-shadow: 0 -1px 0 #a92c2c;
}
ul.isotope-widgets li a strong, ul.isotope-widgets li a span {
  color: #111;
  display: block;
  font-family: tahoma,Arial, sans-serif;
  font-size:12px;
}
ul.isotope-widgets li a strong {
  border-bottom: 1px solid #999;
  font-size: 36px;
  font-weight: bold;
  line-height: 100%;
  padding-bottom: 10px;
  text-align: right;
}
ul.isotope-widgets li a span {
  border-top: 1px solid #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  text-align: center;
  padding-top: 10px;
  text-decoration: none;
}
ul.isotope-widgets li a:hover, ul.isotope-widgets li a:active {
  filter: none;
}
ul.isotope-widgets > li a {
  -webkit-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.4), inset 0 -2px 1px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.4), inset 0 -2px 1px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.4), inset 0 -2px 1px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.1);
  color: #111;
  display: block;
  padding: 10px;
  text-decoration: none;
}
/*** Isotope Contacts ***/
.isotope-contacts {
  display: block;
  list-style: none;
  margin: -5px;
  padding: 0;
}
.isotope-contacts li {
  -webkit-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.4), inset 0 -2px 1px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.4), inset 0 -2px 1px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.4), inset 0 -2px 1px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.1);
  color: #fff;
  display: block;
  filter: none;
  float: right;
  margin: 5px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  text-align: right;
  width: 254px;
}
.isotope-contacts li div {
  white-space: nowrap;
}
.isotope-contacts li .city, .isotope-contacts li .email, .isotope-contacts li .bday {
  font-size: 11px;
}
.isotope-contacts li .photo {
  background: #373737;
  background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#333333));
  background: -moz-linear-gradient(top, #444444, #333333);
  background: linear-gradient(top, #444444, #333333);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#333333');
  -webkit-box-shadow: inset 0 1px 3px #000000, 0 1px 1px #ffffff;
  -moz-box-shadow: inset 0 1px 3px #000000, 0 1px 1px #ffffff;
  box-shadow: inset 0 1px 3px #000000, 0 1px 1px #ffffff;
  float: right;
  height: 60px;
  margin-left: 10px;
  padding: 5px;
  width: 60px;
}
.isotope-contacts li .photo div {
  background: transparent url(../images/111.png) no-repeat center center;
  height: 100%;
}
.isotope-contacts li .name {
  display: none;
}
.isotope-contacts li:hover, .isotope-contacts li:active {
  filter: none;
}
#isotope-contacts-filter {
  border-top-width: 0;
  padding: 15px;
}
#isotope-contacts-filter .ui-buttonset {
  margin-right: 0;
}
#isotope-contacts-index .ui-button-text, #isotope-contacts-sort .ui-button-text {
  padding: 5px 10px;
}
#isotope-contacts-index .ui-button {
  width: 27px;
}
#isotope-contacts-index .ui-button .ui-button-text {
  padding: 0;
  line-height: 26px;
}
#isotope-contacts-sort .ui-button .ui-button-text {
  line-height: 26px;
  padding: 0 10px;
}
/**** Isotope filtering ****/
.isotope, .isotope .isotope-item {
  /* change duration value to whatever you like */

  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  z-index: 2;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
.isotope .isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**
 * Themes
 */
#theme-colorschemes, #theme-backgrounds {
  display: block;
  padding: 0;
  margin: -6px;
  list-style-type: none;
}
#theme-colorschemes li, #theme-backgrounds li {
  cursor: pointer;
  display: block;
  float: left;
  width: 100px;
  height: 100px;
  margin: 6px;
}
#theme-colorschemes li a, #theme-backgrounds li a {
  border: 1px solid #000;
  display: block;
  height: 100%;
}
#theme-colorschemes li a:hover, #theme-backgrounds li a:hover {
  border: 1px solid #039;
}
/**
 * Navicons
 */

.navicon-teacher{
    background-image: url(../images/lms/teacher.png);
}
.navicon-student{
    background-image: url(../images/lms/student.png);
}
.navicon-assigncareer{
    background-image: url(../images/lms/assigncareer.png);
}
.navicon-unit{
    background-image: url(../images/lms/unit.png);
}
.navicon-career{
    background-image: url(../images/lms/career.png);
}
.navicon-cash{
    background-image: url(../images/lms/cash.png);
}
.navicon-eduyear{
    background-image: url(../images/lms/eduyear.png);
}
.navicon-group{
    background-image: url(../images/lms/group.png);
}
.navicon-city{
    background-image: url(../images/lms/city.png);
}
.navicon-lessons{
    background-image: url(../images/lms/lessons.png);
}
.navicon-cancelclass{
    background-image: url(../images/lms/cancelclass.png);
}
.navicon-news{
    background-image: url(../images/portal/news.png);
}
.navicon-blog{
    background-image: url(../images/portal/blog.png);
}
.navicon-event{
    background-image: url(../images/portal/event.png);
}
.navicon-contactus{
    background-image: url(../images/portal/contactus.png);
}
.navicon-hotchair{
    background-image: url(../images/portal/hotchair.png);
}
.navicon-topstudent{
    background-image: url(../images/portal/topstudnet.png);
}
.navicon-gallery{
    background-image: url(../images/portal/gallery.png);
}
.navicon-article{
    background-image: url(../images/portal/article.png);
}
.navicon-download{
    background-image: url(../images/portal/download.png);
}
.navicon-link{
    background-image: url(../images/portal/link.png);
}
.navicon-poll{
    background-image: url(../images/portal/poll.png);
}
.navicon-day-page{
    background-image: url(../images/portal/day-page.png);
}
.navicon-st-page{
    background-image: url(../images/portal/st-page.png);
}
.navicon-announcements{
    background-image: url(../images/portal/announcements.png);
}
.navicon-imageslider{
    background-image: url(../images/portal/imageslider.png);
}
.navicon-advlinks{
    background-image: url(../images/portal/advlinks.png);
}
.navicon-financialreport{
     background-image: url(../images/financial/financialreport.png);
}
.navicon-calculatorincome{
     background-image: url(../images/financial/calculatorincome.png);
}
.navicon-chequereturn{
     background-image: url(../images/financial/chequereturn.png);
}
.navicon-debtorlist{
     background-image: url(../images/financial/debtorlist.png);
}
.navicon-onlinepayment{
     background-image: url(../images/financial/onlinepayment.png);
}
.navicon-statusfinancial{
     background-image: url(../images/financial/statusfinancial.png);
}
.navicon-installmentstats{
     background-image: url(../images/financial/installmentstats.png);
}
.navicon-clearcashbox{
     background-image: url(../images/financial/clearcashbox.png);
}
.navicon-phonebook{
     background-image: url(../images/sms/phonebook.png);
}
.navicon-reportsforeachstudent{
     background-image: url(../images/rollcall/reportsforeachstudent.png);
}
.navicon-absentlist{
     background-image: url(../images/rollcall/absentlist.png);
}
.navicon-presentlist{
     background-image: url(../images/rollcall/presentlist.png);
}
.navicon-attendancereport{
    background-image: url(../images/rollcall/attendancereport.png);
 }
 .navicon-reportcareer{
     background-image: url(../images/rollcall/reportcareer.png);
 }
 .navicon-registerlogin{
     background-image: url(../images/rollcall/registerlogin.png);
 }
 .navicon-confirmlogin{
     background-image: url(../images/rollcall/confirmlogin.png);
 }
 .navicon-listrollcall{
     background-image: url(../images/rollcall/listrollcall.png);
 }
 .navicon-sendstudent{
     background-image: url(../images/sms/SendStudent.png);
 }
 .navicon-sendteacher{
     background-image: url(../images/sms/sendteacher.png);
 }
 .navicon-sentsms{
     background-image: url(../images/sms/sentsms.png);
 }
 .navicon-inputbox{
     background-image: url(../images/sms/inputbox.png);
 }
 .navicon-uploadlist{
     background-image: url(../images/sms/uploadlist.png);
 }
 .navicon-configsms{
     background-image: url(../images/sms/configsms.png);
 }
 .navicon-statesendSms{
     background-image: url(../images/sms/statesendSms.png);
 }
 .navicon-polls{
     background-image: url(../images/sms/polls.png);
 }
 .navicon-game{
     background-image: url(../images/sms/game.png);
 }
 .navicon-test{
     background-image: url(../images/test/test.png);
 }
 .navicon-enterscore{
     background-image: url(../images/test/enterscore.png);
 }
 .navicon-forum {
  background-image: url(../images/portal/forum.png);
}
 .navicon-viewresult {
  background-image: url(../images/student/viewresult.png);
}
 .navicon-message {
  background-image: url(../images/student/message.png);
}
.navicon-inputbox {
  background-image: url(../images/student/inputbox.png);
}
.navicon-controldevice {
  background-image: url(../images/rollcall/controldivice.png);
}
.navicon-rightslidepic {
  background-image: url(../images/Portal/RightSlidePic.png);
}
.navicon-pagesbanner {
  background-image: url(../images/Portal/pagesbanner.png);
}
.navicon-question {
  background-image: url(../images/test/question.png);
}
.navicon-testonline {
  background-image: url(../images/test/testonline.png);
}
.navicon-comment {
  background-image: url(../images/portal/comment.png);
}
.navicon-historycash {
  background-image: url(../images/financial/historycash.png);
}
.navicon-trackingcode {
  background-image: url(../images/financial/trackingcode.png);
}
.navicon-extrahappen {
  background-image: url(../images/lms/extrahappen.png);
}
.navicon-rollcallManual {
  background-image: url(../images/RollCall/RollCallManual.png);
}
.navicon-invoice{
     background-image: url(../images/financial/invoice.png);
}
.navicon-discount{
     background-image: url(../images/financial/discount.png);
}
.navicon-rollcallteacher {
  background-image: url(../images/RollCall/rollcallteacher.png);
}
.navicon-Registerstudent {
  background-image: url(../images/lms/Registerstudent.png);
}
.navicon-smstemplate {
  background-image: url(../images/sms/template.png);
}
.navicon-council {
  background-image: url(../images/Student/council.png);
}
.navicon-calender {
  background-image: url(../images/lms/calender.png);
}
 .navicon-changepic{
     background-image: url(../images/student/user.png);
 }


/*
/**
 * Misc
 */
ul.display-inline {
  display: block;
  list-style: none;
  padding: 0;
}
ul.display-inline li {
  display: inline-block;
}
 .tblArchive
        {
            width: 100%;
            margin-top: 15px;
            margin-bottom: 15px;
            direction :rtl;
            text-align: center;
        }
        .tblArchive .tblHeader
        {
            height: 25px;
            background-color:#01B4E2;
            color:#fff;            
        }
        .tblArchive .tblHeader th
        {
            width:25%;
            vertical-align:middle;
        }
        .tblArchive tr
        {
            height: 25px;
        }
        .tblArchive tr td
        {
            width:25%;
            vertical-align:middle;
        }
        .tblArchive .trEven
        {
            background-color: #f6fbfd;           
        }
        .tblArchive .trOdd
        {
            background-color: #f3f3f3;
        }
.contextmenu
{
    width:190px;
    position:absolute;
    z-index:1000;
    margin:0px;
    display:none;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
-webkit-transition: opacity .218s;
-moz-transition: opacity .218s;
-o-transition: opacity .218s;
transition: opacity .218s;
background: white;
border: 1px solid #CCC;
border: 1px solid rgba(0, 0, 0, .2);
cursor: default;
font-size: 13px;
margin: 0;
outline: none;
padding: 6px 0;
position: absolute;
overflow:hidden;
}
.contextmenu ul 
{
    list-style-type:none;
    padding:0px;
    margin:0px;
}

.contextmenu ul li
{
    list-style-type:none;
    border-bottom:solid 1px #ececec;
    text-align:right;
    margin:0;
    padding:0;
}

.contextmenu ul li a
{
    padding:8px 6px;
    width:94%;
    display:block;
    height:100%;
    text-decoration:none;
}

.contextmenu ul li a:hover
{
    color:#333;
    background-color:#eee;
}

.validator
{
    border:solid 1px #E34975 !important;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{font-size: 11px; height: 25px; padding-right: 5px;text-align: right; }
.ui-timepicker-div dl dd{margin: -25px 46px 10px 10px;text-align:right }
.ui-timepicker-div td { font-size: 90%; }

#dialog-smsResult table {
        direction:rtl;
        border:solid 1px grey;
        width:100%;
    }
    #dialog-smsResult table tr {
        direction:rtl;
        border:solid 1px grey;
        height:30px;
    }
    #dialog-smsResult table tr td {
        direction:rtl;
       border:solid 1px grey;
        min-width:50px;
        padding:5px;
        text-align:center;
    }
    #dialog-smsResult table tr th {
        direction:rtl;
        border:solid 1px grey;
        min-width:50px;
        padding:5px;
        text-align:center;
        background: -moz-linear-gradient(center top , #EDEDED, #C4C4C4) repeat scroll 0 0 rgba(0, 0, 0, 0);
        border-color:rgba(0, 0, 0, 0.2);
        box-shadow:0 1px 0 rgba(255, 255, 255, 0.6) inset;
        color:#555555;
        text-shadow:0 1px 0 #FFFFFF;
    }
    .imgRetry {
        display:none;
    }
