﻿.clear
{
    clear: both;
}

html, body {
    height: 100%;
}

a {
    color:#FF9900;
}

.faq-number {
    width: 42px;
    height: 42px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 35px;
    color: #FFF;
    background: #FF9900;
    border: 3px solid #FFF;
    box-shadow: 1px 1px 3px rgba(0,0,0,.4);
    border-radius: 100px;
    text-shadow: 1px 1px 2px rgba(0,0,0,.4);
}

.topbar {
    background-position: 0% 0%;
    width:100%;
    height:35px;
    border-bottom: 1px solid #000;
    background-repeat: repeat-x;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
    clear: both;
    box-sizing: border-box;
    background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
    border-left-color: #292929;
    border-right-color: #292929;
    border-top-color: #292929;
    background-color: #292929;
    background-attachment: scroll;
    color:white;
    min-width:1000px;
}

.hover_alpha {
    opacity:0.55;
    -moz-opacity:0.55;
    filter: alpha(opacity=55) black;
    -khtml-opacity: 0.55;
}

.hover_alpha:hover {
    opacity:1;
    -moz-opacity:1;
    filter: alpha(opacity=100) black;
    -khtml-opacity: 1;
}

.hover_alpha1 {
    opacity:0.55;
    -moz-opacity:0.55;
    filter: alpha(opacity=55) black;
    -khtml-opacity: 0.55;
}

.hover_alpha1:hover {
    opacity:0.8;
    -moz-opacity:0.8;
    filter: alpha(opacity=80) black;
    -khtml-opacity: 0.8;
}

.topbar_menu_item{
    margin-left:15px;
    margin-right:15px;
    text-decoration:none;
}

.menubar {
    width:100%;
    height: 42px;
    background-repeat: repeat-x;
    border-bottom: 1px solid #000;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
    box-sizing: border-box;
    clear: both;
    background-image: linear-gradient(to bottom, #414141 0%, #323232 100%);
    background-position: 0% 0%;
    background-color: #323232;
    margin-bottom:20px;
    min-width: 1000px;
}

.menubar_item{
    float:left;
    height: 30px;
    text-align: center;
    list-style: none;
    background-color:transparent;
    border-left: 1px solid #4A4A4A;
    border-right: 1px solid #292929;
    padding-left:3px;
    padding-right:3px;
    border-radius:4px;
}

.menubar_item:hover {
    background-color:#333333;
}

.menubar_item_selected {
    background-color:#222222;
    color:#FF9900;
}

.menubar_item_selected:hover {
    background-color:#222222;
}

.menubar_item img{
    display:inline-block;
    margin-top:3px;
    float:left;
}

.menubar_item span{
    font-weight:400;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    float:left;
    margin-top:3px;
    margin-left:4px;
    font-family: 'Open Sans', sans-serif;
}

.menubar_subitem{
    float:left;
    height: 18px;
    text-align: center;
    list-style: none;
    border-left: 1px solid #4A4A4A;
    border-right: 1px solid #292929;
    border-color: transparent;
    padding-left:15px;
    padding-right:15px;
    border-radius:4px;
}

.menubar_subitem:hover {
    background-color:#333333;
}

.menubar_subitem_selected {
    background-color:#222222;
}

.menubar_subitem_selected:hover {
    background-color:#222222;
}

.menubar_subitem img{
    display:inline-block;
    margin-top:1px;
    float:left;
}

.menubar_subitem span{
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    float:left;
    margin-top:0px;
    margin-left:4px;
    font-weight:400;
    font-family: 'Open Sans', sans-serif;
}


/*------------------------------------------------------------------
[ Widget / .widget ]
*/
.widget {
  position: relative;
  clear: both;
  width: auto;
  margin-bottom: 2em;
  /* Clearfix Hack */

  /* Widget Table */

  /* Widget Plain */

  /* Widget Box */

}
.widget .widget-header {
  position: relative;
  height: 30px;
  line-height: 30px;
  background: #E9E9E9;
  background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e9e9e9));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  /* IE10+ */

  background: linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
  border: 1px solid #D5D5D5;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-background-clip: padding-box;
}
.widget .widget-header h3 {
  top: 0;
  position: relative;
  left: 10px;
  display: inline-block;
  margin-right: 3em;
  font-size: 15px;
  font-weight: 400;
  color: #555;
  line-height: 18px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}
.widget .widget-header [class^="icon-"],
.widget .widget-header [class*=" icon-"] {
  display: inline-block;
  margin-top: -3px;
  margin-left: 13px;
  margin-right: -2px;
  font-size: 16px;
  color: #555;
  vertical-align: middle;
}
.widget .widget-content {
  padding: 25px 15px 15px;
  background: #FFF;
  border: 1px solid #D5D5D5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.widget .widget-header + .widget-content {
  border-top: none;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.widget.widget-nopad .widget-content {
  padding: 0;
}
.widget .widget-content:before,
.widget .widget-content:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget .widget-content:after {
  clear: both;
}
.widget .widget-content:before,
.widget .widget-content:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget .widget-content:after {
  clear: both;
}
.widget.widget-table .widget-content {
  padding: 0;
}
.widget.widget-table .table {
  margin-bottom: 0;
  border: none;
}
.widget.widget-table .table tr td:first-child,
.widget.widget-table .table tr th:first-child {
  border-left: none;
}
.widget.widget-plain {
  background: transparent;
  border: none;
}
.widget.widget-plain .widget-content {
  padding: 0;
  background: transparent;
  border: none;
}
.widget.widget-box .widget-content {
  background: #E3E3E3;
  background: #FFF;
}

.widget-header img {
    display:block;
    margin-top:3px;
    margin-left:10px;
    float:left;
}

.widget-header span {
    margin-top:6px;
    margin-left:5px;
    float:left;
}

.stacked {
  position: relative;
}

.stacked:after,
.stacked:before {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  bottom: -2px;
  left: 3px;
  right: 3px;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  border: 1px solid #d3d3d3;
  border-top: 0;
}

.stacked:before {
  bottom: -4px;
  left: 6px;
  right: 6px;
}

/*------------------------------------------------------------------*/

.widget_header_tab {
    height:30px;
    background: #E9E9E9;
    background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e9e9e9));
    background: -webkit-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background: linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-background-clip: padding-box;
    line-height: 30px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
    border: 1px solid #D5D5D5;
    background-color:transparent;
    margin-left:2px;
    margin-right:2px;
    float:left;
}

.widget_header_tab_selected {
    background: #FFFFFF!important;
}

.widget_header_tab td{
    border-style:none;
    background-color:transparent;
}

.table-header {
  background: #f8f8f8;
  padding:5px;
  border: 1px solid #D5D5D5;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-background-clip: padding-box;
}

.context_menu
{
    margin-top:0px;
    width: 200px;
    height: 100%;
    background-color: #BBBBFF;
    border-width:0px;
}

.groups_content
{
    margin-top:0px;
    width: 100%;
    background-color: #BBBBBB;
    padding-left:0px;
}


.div_overlay
{
    filter: alpha(opacity=40);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    -moz-opacity: .40;
    -khtml-opacity: .40;
    opacity: .40;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99998;
    background-color: darkgray;
}

.div_progress, .div_client
{
    z-index: 99999;
  /* border: solid 1px #000000;*/
    background-color: #ffffff;
    padding: 25px;
    position: fixed;
    top: 50%;
    left: 50%;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 120px;
    color: Green;
}



.modalbackground 
{
    background-color:Gray;
    opacity: 0.5;
    filter:Alpha(opacity=50);
}
 
.modalpopup 
{
    background-color:White;
    padding:6px 6px 6px 6px;
}