@import "fonts/ge_ss_two_light/stylesheet.css";
body
{
    font-family: 'ge_ss_twolight';
    background-color: #170c12;    
    background-image: url(../images/bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;    
    padding-top: 30px;
    font-size: 17px;
}
a, a:hover, a:focus, a:visited
{
    cursor: pointer;    
}
.white, .white a
{
    color: #fff;
}
.box
{
    overflow: hidden;
    position: relative;    
    display: block !important;
}

.box-content
{
    padding: 15px;
    color: #fff; 
    display: block !important;
}

.box:before, .bg-box:before
{
    content: "";
    background-color: #fff;
    opacity: 0.1;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.navb 
{
    position: fixed;
    top: 0;
    width: 100%;    
    z-index: 5;
}
.navb a, .navb 
{
    color: #ccc;
    padding: 5px;
}

.topmenu .dropdown-toggle, .topmenu
{
    
    display: inline-block !important;     
}

.photoProfile
{
    border-radius: 30px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    
}
.day-5
{
    color: #fe7f7f;
}
.day-6
{
    color: #94acff;
}
.en
{
    font-family: tahoma !important;
}

.dropdown-menu .active, .dropdown-menu .active:hover
{
    background-color: #94acff;
}

.desktop-calendar th
{
    padding: 0 0 10px 0;
    text-align: center;
}

.yellow
{
    color: yellow;
}

.desktop-calendar td .fa
{
    font-size: 14px !important;    
}
.desktop-calendar td
{
    width: 14.2%
}
.desktop-calendar .td:not(.thisMonth)
{
    color: #888;
}
.desktop-calendar .td
{
    width: 99%;
    display: block;
    height: 55px;
    text-align: center;
    vertical-align: middle !important;
    position: relative;
    overflow: hidden;
    margin: 1px auto;
    border: 1px solid transparent;
    font-size: 30px;
    padding-top: 5px;
}

.desktop-calendar .td.thisMonth
{
    cursor: pointer;
}
.desktop-calendar .td.thisMonth:before
{
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #fff;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    
}

.desktop-calendar .td.today
{
    border: 3px solid #94acff;
    width: 98%;
    height: 53px;
    padding-top: 1px;
}
.desktop-calendar .td.selected
{
    border: 3px solid red !important;
    width: 98%;
    height: 53px;
    padding-top: 1px;
}
.control-label
{
    font-weight: normal !important;
    font-size: 14px !important;
}

.overMenu
{
    max-height: 444px;
    overflow: auto;
}


@keyframes attention {
  0%   { transform: scale(1);  }
  25%  { transform: scale(1.3); }
  50%  { transform: scale(1); }
  75% { transform: scale(1.3); }
  100% { transform: scale(1); }
}
@-o-keyframes attention{
  0%   { transform: scale(1);  }
  25%  { transform: scale(1.3); }
  50%  { transform: scale(1); }
  75% { transform: scale(1.3); }
  100% { transform: scale(1); }
}
@-moz-keyframes attention{
  0%   { transform: scale(1);  }
  25%  { transform: scale(1.3); }
  50%  { transform: scale(1); }
  75% { transform: scale(1.3); }
  100% { transform: scale(1); }
}
@-webkit-keyframes attention{
  0%   { transform: scale(1);  }
  25%  { transform: scale(1.3); }
  50%  { transform: scale(1); }
  75% { transform: scale(1.3); }
  100% { transform: scale(1); }
}
.animate-attention {
   -webkit-animation: attention 2s infinite;
   -moz-animation: attention 2s infinite;
   -o-animation: attention 2s infinite;
    animation: attention 2s infinite;
}

.group-alert
{
    background-color: #fcf8e3 !important;    
    font-weight: bold  !important;
}