
.no-margin {
    margin: 0
}

.no-padding {
    padding: 0;
}

div.align-right, .align-right {
    text-align: right;
}

div.no-margin {
    margin: 0
}

div.no-padding {
    padding: 0;
}

body.admin {
    background: #282828;
    overflow-x: hidden;
}

div.shadow-div {
    box-shadow: 1px 1px 50px 1px #131313;
    border-radius: 3px;
    margin-bottom: 50px;

}

.xx-large, div.xx-large {
    font-size: xx-large;
}

.x-large, div.x-large {
    font-size: x-large;
}

.padding-left {
    padding-left: 20px;
}

a.BigLink {
    color: #ffffff;
    cursor: pointer;

    transition: color 0.7s, text-shadow 1s;
}

a.BigLink.discreet {
    color: rgba(255, 255, 255, 0.50);
    cursor: pointer;
}

.discreet {
    color: rgba(255, 255, 255, 0.50);
}

a.BigLink small {
    color: rgba(255, 255, 255, 0.72);
    font-size: 70%;
}

a.BigLink:hover, a.BigLink:hover small {
    color: #007eff;
    text-shadow: 0px 0px 15px rgba(0, 176, 255, 0.3);
    text-decoration: none;
    transition: color 0.3s, text-shadow 0.5s;
}

div.gameItem {
    float: left;
    width: 305px;
    height: 68px;
    padding: 2px;
    margin: 5px 10px;
    font-size: x-large;
    border-bottom: 1px dashed rgba(40, 40, 40, 0.52);
    transition: 0.17s background-image, 0.2s color, 0.2s opacity;
    background-color: green;
    background-image: url("../img/gameItem2.PNG");
    border-radius: 5px;
    border: 1px solid #1b1b1b;
    opacity: 0.8;
}

div.gameItem:hover {
    background-image: url("../img/gameItem.PNG");
    opacity: 0.98;
    transition: 0.17s background-image, 0.2s color, 0.2s opacity;

}

div.gameItem .gameItemTools {
    height: 0px;
    transition: 0.5s height;
    overflow: hidden;
}

div.gameItem:hover .gameItemTools {
    height: 24px;
    transition: 0.5s height;
}

div.gameItem .gameItemName {
    height: 35px;
    overflow: hidden;
}

div.gameItem .gameItemMod {
    height: 25px;
    opacity: 1;
    transition: 0.5s height, 0.5s opacity;
    overflow: hidden;
}

div.gameItem:hover .gameItemMod {
    opacity: 0;
    height: 0px;
    transition: 0.5s height, 0.5s opacity;
}

div.gameItem:hover .gameTool {
    opacity: 1;
}

a.GameLink {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    width: 100%;
    color: rgba(255, 255, 255, 0.65);
    font-family: "Times New Roman";
}

.gameMod {
    display: inline-block;
    width: 100%;
    color: rgba(133, 133, 133, 0.84);
    font-family: Calibri;
    font-size: 14px;
    text-align: center;
    height: 28px;

}

.gameTool {
    text-align: center;
    opacity: 0.5;
}

a.GameLink:hover {
    text-decoration: none;
    color: white;

}

hr.sep {
    margin-bottom: 40px;
    margin-top: 0px;
    border-top: 1px dashed rgba(40, 40, 40, 0.40);
    border-bottom: 1px dashed rgba(12, 12, 12, 0.30);
}

hr.sep2 {
    border-top: 1px dashed rgba(152, 152, 152, 0.4);
    border-bottom: 1px dashed rgba(99, 99, 99, 0.3);
}

#UserNameWelcome {
    padding-right: 20px;
    color: #73bac9;
    text-shadow: 0px 0px 15px rgba(19, 19, 20, 0.5);
}

.welcome {
    padding-left: 20px;
}

div.FirstLine {
    font-size: xx-large;
    padding-top: 20px;
    padding-bottom: 5px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.08) 100%);
}

#AllConectDiv {
    background: #4c4c4c url(../img/login.png) no-repeat right top;
    color: #ffffff;
    width: 80%;
    margin-left: 10%;
    min-height: 50%;
    padding-bottom: 50px;
    margin-top: 10%;
    padding-top: 10px;
    overflow: hidden;
}

#conectedDIV {
    background: #4c4c4c url(../img/login.png) no-repeat right 50px;
    color: #ffffff;
    width: 90%;
    margin-left: 5%;
    min-height: calc(100% - 250px);
    margin-top: 50px;
}

div.content-padding {

    padding: 20px 20px 75px 20px;
}

#AllConectDiv h1, #conectedDIV h1 {
    text-align: center;
    line-height: 1em;
}

#conectedDIV h1 {
    margin-top: 0px;
}

#goApplication {
    margin-right: 15px;
    float: right;
    cursor: pointer;
    color: #ffffff;
}

div.contact-div {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 0px;
    font-family: "Times New Roman";
    color: rgba(255, 255, 255, 0.15);
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    display: block;
    height: 100px;
}

label.customLabel {
    font-weight: normal;

}

label.smallLabel {
    font-size: medium;
    vertical-align: middle;
    margin-top: 5px;
}

input.input {
    background-color: rgba(11, 11, 11, 0.10);
    border: 1px dashed rgba(128, 128, 128, 0.57);
    height: 30px;
    padding: 5px;
    margin: 5px;
    font-size: large;
    color: rgba(255, 255, 255, 0.50);
    letter-spacing: 2px;
    width: 300px;
    transition: color 1s, background-color 1s;
}

input.input.disabled {
    background-color: rgba(7, 7, 7, 0.1);
    border: 1px dotted rgba(128, 128, 128, 0.57);
    height: 30px;
    padding: 5px;
    margin: 5px;
    font-size: large;
    color: rgba(255, 209, 207, 0.5);
    letter-spacing: 2px;
    width: 300px;
    transition: color 1s, background-color 1s;
    cursor: not-allowed;
}

input.input:focus {
    color: rgba(255, 255, 255, 0.80);
    background-color: rgba(11, 11, 11, 0.25);
    transition: color 0.5s, background-color 0.5s;
}

select.input.smallSelect {
    width: 200px;
}

select.input {
    background-color: rgba(11, 11, 11, 0.10);
    border: 1px dashed rgba(128, 128, 128, 0.57);
    height: 30px;
    padding: 5px;
    margin: 5px;
    font-size: large;
    color: rgba(255, 255, 255, 0.50);
    letter-spacing: 2px;
    width: 300px;
    transition: color 1s, background-color 1s;
}

select.input:focus {
    color: rgba(255, 255, 255, 0.80);
    background-color: rgba(11, 11, 11, 0.25);
    transition: color 0.5s, background-color 0.5s;
}

select.input option {
    color: rgba(255, 255, 255, 0.80);
    background-color: rgba(11, 11, 11, 0.74);
    transition: color 0.5s, background-color 0.5s;
}

a.button {
    margin: 7px;
    display: inline-block;
    width: 200px;
    border-bottom: 1px dashed rgba(11, 11, 11, 0.37);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 126, 255, 0.00) 100%);
    background-color: rgba(255, 255, 255, 0.02);

    transition: color 0.7s, text-shadow 1s, background-image 1s, border 1s, background-color 0.5s;

}

a.button:hover {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 126, 255, 0.10) 100%);
    border-bottom: 1px dashed rgba(0, 126, 255, 0.37);
    background-color: rgba(255, 255, 255, 0.07);
    transition: color 0.7s, text-shadow 1s, background-image 0.5s, border 0.5s, background-color 0.5s;

}

input.input.userOrder {
    width: 100px;
}

input[type="checkbox"].CustomCheckBox {
    transform: scale(2);
    margin: 5px;
}

#GameListPanel {
    padding: 0px 20px;
    min-height: 700px;
}

#GameList {
    padding: 0px 20px;

}

.align-center {
    text-align: center;

}

#game_sample {
    display: none;
}

#cat_sample {
    display: none;
}

.catItem .list-game {
}

.catItem {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    margin: 0px 20px;
}

.catItem.ui-draggable-handle {
    margin: 0px 0px;
}

.cat-title {
    cursor: move;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 5px 20px;
}

.CatEdit {
    margin-left: 10px;
    opacity: 0;
    transition: opacity 0.5s;
}

.CatEdit.no-margin {
    margin-left: 0px;
}

.dragCat {
    cursor: move;
}

.cat-title:hover .CatEdit {
    opacity: 1;
    transition: opacity 0.5s;
}

.cat-title .CatEdit {
    opacity: 0;
    transition: opacity 0.5s;
}

.colorCat {
    cursor: pointer;
    border: 0;
    height: 19px;
    width: 17px;
    padding: 0;
    margin: 0;
    -webkit-appearance: media-volume-slider;
    -moz-appearance: menucheckbox;
}

.list-game {
    min-height: 25px;
}

.cat-drop {
    margin: 0px 50px;
    height: 10px;
    border-bottom: 1px solid rgba(0, 176, 255, 0);

}

.cat-drop.can-drop {
    border-bottom: 1px dotted #ffffff;
}

.game-drop {
    float: left;
    height: 68px;
    border-right: 1px solid rgba(245, 245, 245, 0);
}

.game-drop.can-drop {
    border-right: 1px solid rgba(245, 245, 245, 1);
}

.game-space {
    float: left;
    width: 10px;
    height: 100px;
    margin: 10px 0;
}

#GameEditCustomModForm .actionBut {
    font-size: 25px;
    text-align: left;
    padding-left: 15px;
    padding-top: 5px;

}

.text-left {
    text-align: left;
}

.sample {
    display: none;
}

.GEC_BarLine {
    border: 1px dashed grey;
    margin-bottom: 15px;
    background-color: rgba(60, 100, 103, 0.05);
    border-radius: 5px;
    line-height: 1.3;
}

.GEC_Title {
    color: #88d6ff;
}

input.input.varSys.msgSaw {
    background-color: rgba(22, 122, 36, 0.1);
    border: 1px dashed rgba(87, 128, 92, 0.57);
}

input.input.varSys {
    background-color: rgba(122, 34, 35, 0.1);
    border: 1px dotted rgba(128, 102, 103, 0.87);
}

input.input.smallInput {
    height: 24px;
    font-size: medium;
    margin: 2px;
}

.GEC_CaraLine {
    line-height: 1.3;
    border: 1px dashed #5a5e80;
    margin-bottom: 15px;
    background-color: rgba(62, 70, 103, 0.1);
    border-radius: 5px;
}

.GEC_AttrLine {
    line-height: 1.3;
    border: 1px dashed #7e806b;
    margin-bottom: 15px;
    background-color: rgba(95, 103, 56, 0.1);
    border-radius: 5px;
}

.GEC_MoneyLine {
    line-height: 1.3;
    border: 1px dashed #80685a;
    margin-bottom: 15px;
    background-color: rgba(103, 78, 62, 0.1);
    border-radius: 5px;

}

.GEC_CaraLine .GEC_OrderBut {
    line-height: 25px;
    padding-top: 15px;
}

.GEC_OrderBut {
    position: relative;
    top: 50px;
    margin-top: -50px;
    text-align: left;
    padding-left: 40px;
    padding-top: 20px;
    line-height: 35px;
}

.GEC_OrderBut a {
    position: absolute;
    z-index: 50;
    color: rgba(255, 255, 255, 0.59);
}