/* here you can put your own css to customize and override the theme */

.dashboardButtons
{
    padding:0px;
    list-style:none;
}

.dashboardButtons li{
    list-style:none;
    margin:0px;
    padding:0px;
    display: inline-block;
    margin-left:40px;
}
.dashboardButtonText {
    text-align:center;
    width-max:136px;
    border:0px;
    padding:0px;
    font-size: 20px;
    color:#3d3d3d;
    height:45px;
    font-weight: bold;
}
.dashboardButtonText a {
    color:#FFFFFF;
    text-shadow: 1px 1px 1px #000 !important;
}
.dashboardButtonText a img{
    border:0px;
}

.dashboard-stat-custom-text{
    color: white; float: left; font-size: 0.8em;
}

.m-icon-dashboard{
    margin-left: 10px;
    margin-top: -1px;
}


.dashboard-link, .dashboard-link:hover{
    text-decoration: none;
    color: white;
    white-space: nowrap;
}

.admin-form-elements{
    width: 350px;
    /*width: auto;*/
}

.portlet .portlet-title .caption a {
	color:#fff;
}

.tabbable-custom .nav.nav-tabs li.has-error a {
	color: #a94442;
}
.tabbable-custom .nav.nav-tabs li.has-error.active a {
	font-weight: bold;
}

.form-group.required label{ font-weight:bold }
.form-group.required label:after{
	content: '*';
	color: #a94442;
	padding: 1px;
}

.radio-button-inline {
    display: inline-block;
    margin-left:30px;
}

.selected_row {
    font-weight: bold;
}
.selected_row td {
    background-color:rgb(53,170,71) !important;
    background-color:rgba(53,170,71,0.2) !important;
}

.tr-red {
    background-color:rgb(217,237,247);
    background-color:rgba(217,237,247,1);
}
.tr-green {
    background-color:rgb(53,170,71) !important;
    background-color:rgba(53,170,71,0.5) !important;
}
.text-span{
    display:inline-block;
    border: 1px solid #CCCCCC;
    padding: 5px;
    margin-bottom:10px;
}
.nav-tabs li.related{
    background-color:#EEEEEE;
}

.nav-tabs li.related a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content:"\f0c1";
    margin: 0 3px;
}
.nav-tabs li.related.active a, .nav-tabs li.related.active a:hover{
    background-color:#EEEEEE;
}
.nav-tabs li.related, .nav-tabs li.related a {
    margin-left:0px;
}
.nav-tabs li.related a {
    padding: 10px 10px 10px 2px !important;
    margin-left:0px;
}
.transparent_icon {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.transparent_icon:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

p.permission_items img{
    cursor:pointer;
}

.input-display-text {
    text-align: right;
    padding-right: 25px;
    font-size: 14px;
    font-weight: 400;
    display:inline-block;
    width:16.6667%;
    padding-top: 7px;
    margin-right: 5px;
}
#modalMenu ul {
    list-style:none;
    padding:0px;
}
#modalMenu ul li {
    list-style:none;
    margin:0px;
    display: inline-block;
    margin-left:20px;
}
#modalMenu ul li .dashboardButtonText a{
    font-size: 18px !important;
    color:#FFFFFF !important;
}
.dashboard-modal {
    background-color:#6a6a6a;
}
ul.menuIcons li {
    text-align:center;
    min-width:110px;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}
ul.menuIcons li:hover {
    background-color:#5a5a5a;
    cursor:pointer;
}
.cursor-pointer {
    cursor:pointer;
}

.menuTitle {
    text-shadow: 1px 1px 1px #000 !important;
    color: #FFFFFF !important;
    font-size:20px !important;
    text-decoration:none;
}
.submenuTitle {
    text-shadow: 1px 1px 1px #000 !important;
    color: #FFFFFF !important;
    font-size:16px !important;
    text-decoration:underline;
}
.submenuHr{
    border:none;
    height:1px;
    color: #fff;
    background-color: #fff;
}

.ui-autocomplete {
position: absolute;
top: 100%;
left: 0;
z-index: 100000 !important;
float: left;
display: none;
min-width: 160px;
_width: 160px;
padding: 4px 0;
margin: 2px 0 0 0;
list-style: none;
background-color: #ffffff;
border-color: #ccc;
border-color: rgba(0, 0, 0, 0.2);
border-style: solid;
border-width: 1px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
*border-right-width: 2px;
*border-bottom-width: 2px;
 
.ui-menu-item > a.ui-corner-all {
display: block;
padding: 3px 15px;
clear: both;
font-weight: normal;
line-height: 18px;
color: #555555;
white-space: nowrap;
 
&.ui-state-hover, &.ui-state-active {
color: #ffffff;
text-decoration: none;
background-color: #0088cc;
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
background-image: none;
}
}
}

ul.actionGroups li {
    /* width:200px; /**/
    display: block !important;
    background-color: #6a6a6a;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    margin: 10px !important;
    padding: 5px !important;
    vertical-align:middle !important;
    text-align: center !important;
}
ul.actionGroups li:hover {
    background-color: #CCCCCC;
    cursor: pointer;
}
ul.actionGroups li span {
    text-shadow: 1px 1px 1px #000 !important;
    font-size: 16px;
    color: #FFFFFF;
    line-height:40px;
}

.background-white {
    background-color:#FFFFFF !important;
}
#actionGroupPlayerWrapper {
    width:100%;
    text-align:center;
}

#bubble_box_wrapper {
    display: none;
    position: fixed;
    left:0px !important;
    top:0px !important;
    margin:0px;
    padding:0px;
    z-index:100000 !important;
    width:100%;
    height:100%;
    background: rgb(25, 25, 25);
    background: rgba(25, 25, 25, .5);
}
#bubble_box {
    position: relative;
    width:95%;
    height:30%;
    background-color: #FFFFFF;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    margin: 0px;
    padding: 5px;
    text-align: left !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

#bubble_close {
    float: right;
    cursor: pointer;
    margin: 5px;
}

#bubble_content {
    width:100%;
    height:100%;
    overflow-y: auto;
}

.bubble_text {
    color: #000000;
/*    text-shadow: 1px 1px 1px #AAAAAA !important;*/
}

.actionsHolder {
    width:100%;
    overflow-y: auto;
}

.white-shadow {
    color:#FFFFFF;
    text-shadow: 1px 1px 1px #000 !important;
}
.block-100 {
    display:inline-block;
    width:100px;
}
.block-250 {
    display:inline-block;
    width:250px;
}

.table-responsive {
    overflow-x: auto;
}

.miniTable {
    border-collapse: collapse;
    border: 1px solid;
}

.miniTable tr, .miniTable tr th, .miniTable tr td {
    border: 1px solid;
    padding:5px;
}

.table-bordered table {
    width: auto !important;
}

.white-shadow {
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #000 !important;
}
.no-hover:hover {
    cursor: default;
}
.toggleHelp:hover {
    cursor:pointer;
}

#helpContainer {
    color:#FFFFFF;
    text-shadow: 1px 1px 1px #000 !important;
    font-size: 16px;
    text-align:justify;
}
#helpContainer p img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* slider root element */
.slider {
    background:#3C72E6 url(/media/img/gradient/h30.png) repeat-x 0 0;
    height:9px;
    position:relative;
    cursor:pointer;
    border:1px solid #333;
    width:150px;
    float:left;
    clear:right;
    margin-top:10px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -moz-box-shadow:inset 0 0 8px #000;
}

/* progress bar (enabled with progress: true) */
.progress {
    height:9px;
    background-color:#C5FF00;
    display:none;
    opacity:0.6;
}

/* drag handle */
.handle {
    background:#fff url(/media/img/gradient/h30.png) repeat-x 0 0;
    height:28px;
    width:28px;
    top:-12px;
    position:absolute;
    display:block;
    margin-top:1px;
    border:1px solid #000;
    cursor:move;
    -moz-box-shadow:0 0 6px #000;
    -webkit-box-shadow:0 0 6px #000;
    -moz-border-radius:14px;
    -webkit-border-radius:14px;
    color: #000000;
    text-align: center;
    font-style:normal;
    padding-top : 4px;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
}
.handle:hover {
    text-decoration: none;
    color: #000000;
}

/* the input field */
.range {
    border:1px inset #ddd;
    float:left;
    font-size:20px;
    margin:0 0 0 15px;
    padding:3px 0;
    text-align:center;
    width:50px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

table.table-white-background tr td, table.table-white-background tr th {
    background-color: #FFFFFF;
}
#filterContainer {
    padding:40px;
}
.labelBox {
    display: inline-block;
    width: 200px;
}
.content-centered {
    width:100%;
    text-align: center;
}
.center {
    margin: 0px auto;
}
.width-600 {
    width:600px;
}
.actionPad {
    width:100%;
    height:100px;
}
.actionPad > div, .actionContent > div {
    width:33%;
    height: 100%;
    display: inline-block;
    float:left;
    text-align:center;
}
.actionPad > div:nth-child(2), .actionContent > div:nth-child(2){
    width:34%;
}
.actionPad > div:nth-child(3) > a {
    margin-top: 20px;
}
.actionPad h2 {
    margin:0px;
    padding:0px;
    display: inline-block;
}
.timer {
    border:1px solid;
}
.actionContent{
    width:100%;
}
.actionContent > div{
    /* border: 1px solid; */
}
.actionContent > div:nth-child(1){
    border-right:0px;
}
.actionContent > div:nth-child(2){
    padding: 5px;
}
.actionContent > div:nth-child(3){
    border-left:0px;
}

.wrap {
    white-space: normal !important;
}
.actionContent ul li {
    text-align: left;
}

.videoContainer > a {
    margin-bottom: 5px;
}
.position-relative {
    position: relative;
}
.display-inline {
    display: inline;
}
#actionTimeEdit {
    position: absolute;
    height: 100%;
    background: rgb(217, 237, 247);
    background: rgba(217, 237, 247, .95);
    z-index: 100;
}
.actionSlider {
    display: inline-block;
    width: 320px;
    margin-left: 40px;
}
#time {
    cursor: pointer;
}
#game_parts > div {
    width: 100%;
}
#game_parts > div > div {
    display: inline-block;
    width: 33%;
}
#game_parts > div > div:nth-child(1) {
    background-color: #5fb55f;
}
#game_parts > div > div:nth-child(2) {
    cursor: pointer;
    background-color: #dce6f2;
}
#game_parts > div > div:nth-child(3) {
    background-color: #e60000;
}
#actionConfig {
    position: fixed;
    width:100%;
    height:100%;
    left: 0px;
    top:0px;
    background: rgb(217, 237, 247);
    background: rgba(217, 237, 247, .95);
    z-index: 11000;
    padding-top: 50px;
    text-align: center;
    font-size: 1.3em;
}
#actionConfig .radio, #actionConfig input{
    float: none !important;
    margin: 0px !important;
}
#actionConfig > form > div {
    display: inline-table;
    border: 1px solid;
    width: 35%;
}
#actionConfig > form > div > div{
    display: table-row;
}

#actionConfig > form > div > div > div {
    padding: 5px;
    display: table-cell;
    text-align: left;
}
.actionContent > div > #details > a {
    width: 70% !important;
    margin: 25px 5px 0px 5px;
}
#sketch .tools a {
    width: 20px !important;
    height: 20px !important;
}
.ckedit_background {
    background-color: #EEEEEE;
}
.ckedit_background > div {
    min-height: 100px;
}
.cke_editor_desc, .cke_dialog_body, .cke_dialog, .cke_editor_desc *, .cke_dialog_body *, .cke_dialog *, .cke_dialog_background_cover {
    z-index: 1000000 !important;
}
.max-100 {
    max-width: 100%;
    max-height: 100%
}
.table {
    margin-top: 10px;
    display: table;
    height: 60px;
}
.table > div {
    display: table-row;
}
.table > div > div {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding:0px 5px 0px 0px;
}
#Level1, #Level2, #Level3 {
    width:85%;
}
.textalign-center {
    text-align: center;
}
#cfgForm {
    text-size: 15px;
}