.transparent {
    color: transparent;
}

div#loginform {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: calc( 100% / 2 - 260px);
    top: calc( 100vh / 2 - 120px);
}

div.background {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: -10;
}

div.background img#background {
    height: 100%;
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
    transition: margin-left 180s ease;
    -webkit-transition: margin-left 180s ease;
    -moz-transition: margin-left 180s ease;
    -o-transition: margin-left 180s ease;
}

a {
    text-decoration: none;
    color: green;

    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

div.logo {
    display: block;
    position: absolute;
    top: 5px;
    right: 35px;
    opacity: 0.5;
    width: 200px;
    transition:All 1s ease;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease;	
}
div.logo:hover {
    width: 503px;
    opacity: 1;
}
div.logo a {
    width: 100%;
}
div.logo a img {
    width: 100%;
}


div.logo.Login {
    display: block;
    opacity: 0.5;
    width: 100%;
    text-align: center;
    transition:All 1s ease;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease;	
}
div.logo.Login:hover {
    width: 100%;
    opacity: 1;
}
div.logo.Login a {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
div.logo.Login a img {
    width: 100%;
}
div.DebugTable {
    margin: 20px;
}

/* DebugTable */
.DebugTable {
    display: inline-block;
    margin:0px;padding:0px;
}
.DebugTable table,
table.DebugTable {
    margin:0px;
    padding:0px;
    /*color: rgba(255,255,255,0.8);*/
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
    font-size: 12px;
}

.DebugTable td{
    vertical-align:middle;
    border-width:0px 1px 1px 0px;
    padding:7px;
}
.DebugTable th{
    vertical-align: middle;
    border-width: 0px 0px 0px 0px;
    padding: 7px;
    color: rgb(255, 255, 255);
    background-color: #3E81C1;
    font-weight: normal;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.DebugTable tr:last-child td{
    border-width:0px 1px 0px 0px;
}
.DebugTable tr td:last-child{
    border-width:0px 0px 1px 0px;
}
.DebugTable tr:last-child td:last-child{
    border-width:0px 0px 0px 0px;
}
/*
table.editable {
    margin: 0px;
    padding: 0px;
    background-color: #3E81C1;
    border-radius: 0px;
    border: 0px solid rgba(255, 255, 255, 0.7);
    color: rgb(255, 255, 255);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
    font-size: 13px;
    width: 100%;
    text-align: center;
}*/
table.editable tr {
    background-color: transparent;
}
table.editable tr:hover {
    background-color: rgba(0,0,0,0.5);
}
table.editable td{
    vertical-align:middle;
    border-width:0px 1px 1px 0px;
    padding:2px;
}
table.editable th{
    vertical-align: middle;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 2px;
    color: rgba(255, 255, 255, 1);
    margin: 0;
    border-spacing: 0px;
    border-collapse: collapse;
    font-weight: normal;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
table.editable tr td a {
    color: #00E16A;
}
p {
    margin: 5px;
}
div.error {
    display: inline-block;
    background-color: rgba(255, 0, 0, 0.5);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
    padding: 10px 20px;
    color: rgba(255, 255, 255, 1);
    border-radius: 0px;
    border: 1px solid rgba(255, 255, 255,0);
}

div.fullscreen.success {
    display: inline-block;
    background-color: rgba(87, 152, 217, 0.6);
    padding: 10px 20px;
    color: rgba(255, 255, 255, 1);
    border-radius: 0px;
    border: 1px solid rgba(255, 255, 255,0.7);
}

div.fullscreen .closeMe {
    float: right;
    cursor: pointer;
}

div.success {
    display: inline-block;
    background-color: rgba(87, 152, 217, 0.6);
    padding: 10px 20px;
    color: rgba(255, 255, 255, 1);
    border-radius: 0px;
    border: 1px solid rgba(255, 255, 255,0.7);
}

span.success {
    display: block;
    padding: 5px 0px;
}

div.message {
    display: inline-block;
    padding: 10px 20px;
    color: rgba(255, 255, 255, 1);
    border-radius: 0px;
    margin-bottom: 10px;
}

div.message.big {
    margin-left: 20px;
}

div.fixedtopmessage {
    display: block;
    width: 100%;
    position: fixed;
    top: 10px;
    margin-bottom: 10px;
}

div.topmessage {
    display: inline-block;
    background-color: rgba(0,0,0,0.7);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
    padding: 10px 40px;
    color: rgba(255,255,255,1);

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 2px solid rgba(255,255,255,1);
    margin-bottom: 10px;
    /* width: 55%; */
    margin-left: auto;
    margin-right: auto;

    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);

    font-size: 30px;
}

div.bottommessage {
    display: block;
    background-color: transparent;
    padding: 10px 40px;
    color: rgba(255,255,255,1);

    border: 2px 0px 2px 0px solid rgba(255,255,255,1);
    margin-bottom: 20px;
    margin-top: 0px;
    width: 90%;

    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);

    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
}

div.debug {
    display: inline-block;
    background-color: rgba(0,0,0,0.4);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
    padding: 10px 20px;
    color: rgba(255,255,255,0.8);

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid rgba(255,255,255,0.7);
    margin: 20px;
    font-size: smaller;
    position: relative;
    top: 100vh;
}

div.activateprofile {
    display: inline-block;
    background-color: rgba(87, 152, 217, 0.6);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
    padding: 10px 20px;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 0px;
    border: 1px solid rgba(255, 255, 255,0.7);
    margin: 20px;
    font-size: 11px;
}

div.activateprofile.login {
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center;
}

div.activateprofile.login input {
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

div.activateprofile div.ms-container {
    margin-left: auto;
    margin-right: auto;
}

div.sitename {
    display: inline-block;
    background-color: rgba(0,0,0,0);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
    padding: 10px 20px;
    color: rgba(255,255,255,0.8);

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid rgba(255,255,255,0);

    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);

    font-size: 40px;
    margin: 10px 20px;
}

div.clear {
    clear: both;
}

div.button {
    display: inline-block;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
    padding: 10px 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin: 20px 10px;

    transition:All 0.5s ease;
    -webkit-transition:All 0.5s ease;
    -moz-transition:All 0.5s ease;
    -o-transition:All 0.5s ease;	

}

div.button:hover {
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);

    border: 1px solid rgba(255, 255, 255, 0.7);
}

div.button a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition:All 0.5s ease;
    -webkit-transition:All 0.5s ease;
    -moz-transition:All 0.5s ease;
    -o-transition:All 0.5s ease;	
}
div.button:hover a {
    color: rgba(255,255,255,1);
}
div.button.green {
    transition:All 0.5s ease;
    -webkit-transition:All 0.5s ease;
    -moz-transition:All 0.5s ease;
    -o-transition:All 0.5s ease;	
    background-color: rgba(0,255,0,0.2);
}
div.button.green:hover {
    background-color: rgba(0,255,0,0.5);
}


input.editable.red,
textarea.editable.red {
    background-color: rgb(158, 54, 54);
    color: #fff;
}

input.editable.black,
textarea.editable.black {
    background-color: #fff;
}

input.editable:focus {
    background-color: rgba(0,0,0,0.8);
    color: rgba(0,255,0,1);
}

table.editable tr th span.header {
    display: block;
    margin: auto;
}

table.status td:first-child {
    text-align: left;
}
table.status td:last-child {
    text-align: right;
}

table.tablePaging {
    margin: 15px auto;
    width: 100%;
    border-spacing: 0px;
}

input.microButton {
    margin: 2px;
}

div.orderButtons {
    display: inline-block;
    margin: 0px 2px 0px 5px;
    padding: 0px;
    width: 25px;
    /*height: 10px;*/
    overflow: hidden;
    line-height: 5px;
}

button.asc,
button.desc {
    width: 10px;
    color: rgba(255,255,255,0.5);
    background-color: transparent;
    border: none;
    padding: 0px;
    cursor: pointer;
}
button.asc.active,
button.desc.active {
    color: rgba(255,255,255,1);
}
button.asc:hover,
button.desc:hover {
    color: rgba(255,255,255,1);
}


input.asc {
    color: transparent;
    /*background-image: url(images/asc-white-transparent.png);*/
    margin: 0px 2px 0px 0px;
    padding: 0px;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 0px;
    border-width: 0px;
    background-color: transparent;
}
input.asc.active,
input.asc:hover {
    /*background-image: url(images/asc-white.png);*/
    color: transparent;
    background-color: transparent;
}
input.desc {
    color: transparent;
    background-image: url(images/desc-white-transparent.png);
    margin: 0px 0px 0px 2px;
    padding: 0px;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 0px;
    border-width: 0px;
    background-color: transparent;
}
input.desc.active,
input.desc:hover {
    background-image: url(images/desc-white.png);
    color: transparent;
    background-color: transparent;
}

div.menu {
    display: inline-block;
    margin: 0px 10px;
    z-index: 1000;
}

div.menu.left {
    display: inline-block;
    position: relative;
    top: -10px;
    left: -220px;
    width: 250px;
    text-align: left;
}

div.menu ul {
    display: inline-block;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    position: absolute;
    margin-top: 45px;
}

div.menu.top ul li {
    display: block;
    list-style: none;
    background-color: rgba(0,255,0,0.2);
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    padding: 0px 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid rgba(0,255,0,0);
    margin: 0px 0px;

    width: 0px;
    height: 0px;
    overflow: hidden;
    position: relative;
}

div.menu ul li {
    display: block;
    list-style: none;
    text-decoration: none;
    padding: 0px 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid rgba(87, 152, 217, 0);
    /*background-color: rgba(87, 152, 217, 0.6);*/
    color: rgb(255, 255, 255);
    margin: 0px 0px;

    width: 225px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;

}

div.menu.short ul li {
    display: block;
    list-style: none;
    text-decoration: none;
    padding: 0px 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid rgba(255, 255, 255, 0);
    /*background-color: rgba(87, 152, 217, 0.6);*/
    color: rgb(255, 255, 255);
    margin: 0px 0px;

    width: 56px;
}

div.menu div.parking {
    margin: 4px 20px 10px;
    padding: 5px 0px;
    color: rgba(255, 255, 255, 1);
    font-size: 1.5em;

    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);


    cursor: pointer;
}

div.menu div.parking i.fa {
    margin-right: 20px;
}
div.menu.short div.parking.wide,
div.menu div.parking.short {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 16px;
    overflow: hidden;
}
div.menu div.parking.wide,
div.menu.short div.parking.short {
    position: absolute;
    display: inline-block;
    width: 0px;
    height: 16px;
    overflow: hidden;
}

div.menu div.parking:hover {
    margin: 5px 20px 25px;
    color: rgba(255, 255, 255, 1);

}

div.menu ul li:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
    padding: 0px 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 0px 0px;
    width: 225px;
    border: 1px solid rgba(255, 255, 255, 0.7);
}
div.menu.short ul li:hover a span {
    margin-left: 5px;
    width: 160px;
}
div.menu ul li.active {
    background-color: rgb(255, 255, 255);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
    padding: 0px 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 0px 0px;

    border: 1px solid rgba(255, 255, 255, 0.7);
    z-index: 100;
}

div.menu ul li a {
    color: rgb(255,255,255);
    text-decoration: none;
    margin-left: 0px;
    padding: 5px 10px;
    display: block;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;

}
div.menu.short ul li a {
    width: 45px;
    padding: 5px 1px 5px 10px;
}
div.menu ul li a .fa {
    padding: 0px 0px 0px 0px;
    width: 20px;
    text-align: center;
}

div.menu ul li:hover a,
div.menu ul li.active a {
    color: #3E81C1;

}

div.menu ul li a span {
    margin-left: 5px;
    overflow: hidden;
    width: calc(100% - 60px);
    height: 20px;
    position: absolute;
}

div.menu.short ul li a span {
    margin-left: 5px;
    width: 0px;
    transition: width 0.5s ease;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;

}


div.big {
    color: #000;
    font-size: 1.2em;

    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);


}


div.picture {
    display: inline-block;
    background-color: rgba(255,255,255,0.5);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
    padding: 10px 20px;
    color: rgba(255,255,255,0.8);

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid rgba(255,255,255,1);
    margin-bottom: 10px;
}

/* *** ANIMATED STYLES *** */

/* DebugTableAnimated */
.DebugTableAnimated {
    display: inline-block;

    margin:0px;padding:0px;
    width:100%;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    border-top: 1px solid rgba(255,255,255,0.15);
    /*
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    */
}

.DebugTableAnimated table,
table.DebugTableAnimated {
    margin:0px;
    padding:0px;
    color: transparent;
    font-size: 12px;
}

table.wide {
    width: 100%;
}

.Animated {
    opacity: 0;
}

.DebugTableAnimated span.Animated{
    vertical-align:middle;
    border-width:0px 0px 0px 0px;
    padding:7px;
    color: rgba(255,255,255,0.8);
    border-color: rgba(255,255,255,0.3);
    border-style: solid;
    opacity: 0;
}

.DebugTableAnimated td.Sales {
    vertical-align:middle;
    border-width:0px 0px 0px 0px;
    padding:7px;
    border-color: rgba(255,255,255,0.3);
    border-style: solid;
    opacity: 1;
}


.DebugTableAnimated th{
    vertical-align:middle;
    border-width:0px 1px 1px 0px;
    padding:7px;
    color: rgba(255,255,255,0.8);
    background-color: rgba(255,255,255,0.3);
}

/* *** agent field *** */

.DebugTableAnimated td.Agent {
    width: 30%;
}

.DebugTableAnimated span.Team {
    float: left;
    display: block;
    width: 170px;
}

.DebugTableAnimated span.TeamPicture {
    display: block;
    width: 100%;
    text-align: center;
}

.DebugTableAnimated img.TeamPicture {
    display: block;
    height: 150px;
    margin: auto;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border: 6px solid white;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}

.DebugTableAnimated span.TeamName {
    display: block;
    text-align: center;
    font-size: 20px;

    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);

    width: 100%;
}

.DebugTableAnimated span.Agent {
    float: left;
    display: block;
    width: 230px;
}

.DebugTableAnimated span.AgentPicture {
    display: block;
    width: 100%;
    text-align: center;
}

.DebugTableAnimated img.AgentPicture {
    display: block;
    height: 150px;
    margin: auto;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border: 6px solid white;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}

.DebugTableAnimated span.AgentNick {
    display: block;
    text-align: center;
    font-size: 20px;

    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);

    width: 100%;
    margin-top: -28px;

    color: rgb(150, 150, 150);
}

.DebugTableAnimated span.AgentNickCase {
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    background-color: white;
    padding: 2px 10px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}

.DebugTableAnimated span.AgentName {
    display: block;
    text-align: center;
    font-size: 16px;

    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);

    width: 100%;
    margin-top: -5px;
}

/* *** sales field *** */

.DebugTableAnimated td.Sales {
    width: 70%;
}

.DebugTableAnimated span.Sales {
    width: 150px;
    display: block;
    float: left;
}

.DebugTableAnimated span.SalesType {
    display: block;
    float: left;
}

.DebugTableAnimated img.SalesTypePicture {
    display: block;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    border-radius:20px;
    width: 100px;
    border: 6px solid white;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}

.DebugTableAnimated span.Status {
    display: block;
    float: left;
}

.DebugTableAnimated img.StatusPicture {
    display: block;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    width: 55px;
    margin-left: 75px;
    margin-bottom: -35px;
    margin-top: -45px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}

.DebugTableAnimated span.SalesPoints {
    display: block;
    margin-right: 65px;
    margin-top: -18px;
    float: right;
}

.DebugTableAnimated span.SalesCounterRounded {
    display: block;
    margin-left: -10px;
    margin-top: -135px;
    padding: 7px;
    float: left;
    font-size: 20px;

    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);

    background-color: #382E2C;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 15px;
    border: 5px solid #FFF;

    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}

.DebugTableAnimated span.Score {
    display: block;
    width: 200px;
    float: right;
    padding: 30px;
}

.DebugTableAnimated span.ScoreTitle {
    display: block;
    text-align: center;
    font-size: 20px;

    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);

    width: 100%;
    /* margin-top: -28px; */

    color: rgb(200, 200, 200);
}

.DebugTableAnimated span.ScorePoints {
    display: block;
    text-align: center;
    font-size: 40px;

    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);

    width: 100%;
    /* margin-top: -28px; */

    color: rgba(255, 255, 255, 1);
}



/* *** TEAM ANIMATED STYLES *** */

/* DebugTeamTableAnimated */
.DebugTeamTableAnimated {
    display: inline-block;

    margin:0px;padding:0px;
    width:100%;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    border-top: 1px solid rgba(255,255,255,0.15);
    /*
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    */
}

.DebugTeamTableAnimated table,
table.DebugTeamTableAnimated {
    margin:0px;
    padding:0px;
    color: transparent;
    font-size: 12px;
}

.DebugTeamTableAnimated span.Animated{
    vertical-align:middle;
    border-width:0px 0px 0px 0px;
    padding:7px;
    color: rgba(255,255,255,0.8);
    border-color: rgba(255,255,255,0.3);
    border-style: solid;
    opacity: 0;
}

.DebugTeamTableAnimated td.Sales {
    vertical-align:middle;
    border-width:0px 0px 0px 0px;
    padding:7px;
    border-color: rgba(255,255,255,0.3);
    border-style: solid;
    opacity: 1;
}


.DebugTeamTableAnimated th{
    vertical-align:middle;
    border-width:0px 1px 1px 0px;
    padding:7px;
    color: rgba(255,255,255,0.8);
    background-color: rgba(255,255,255,0.3);
}

/* *** agent field *** */

.DebugTeamTableAnimated td.Team {
    width: 15%;
}

.DebugTeamTableAnimated span.Team {
    float: left;
    display: block;
    width: 170px;
}

.DebugTeamTableAnimated span.TeamPicture {
    display: block;
    width: 100%;
    text-align: center;
}

.DebugTeamTableAnimated img.TeamPicture {
    display: block;
    height: 150px;
    margin: auto;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border: 6px solid white;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}

.DebugTeamTableAnimated span.TeamName {
    display: block;
    text-align: center;
    font-size: 20px;

    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);

    width: 100%;
}

.DebugTeamTableAnimated span.AgentSmall {
    float: left;
    display: block;
    width: 80px;
    margin-top: -60px;
    margin-left: -20px;
}

.DebugTeamTableAnimated span.AgentPicture {
    display: block;
    width: 100%;
    text-align: center;
}

.DebugTeamTableAnimated img.AgentPicture {
    display: block;
    height: 80px;
    margin: auto;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    border: 5px solid white;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}

.DebugTeamTableAnimated span.AgentNick {
    display: block;
    text-align: center;
    font-size: 12px;

    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);

    width: 100%;
    margin-top: -28px;

    color: rgb(150, 150, 150);
}

.DebugTeamTableAnimated span.AgentNickCase {
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    background-color: white;
    padding: 2px 10px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}

.DebugTeamTableAnimated span.AgentName {
    display: block;
    text-align: center;
    font-size: 16px;

    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);

    width: 100%;
    margin-top: -5px;
}

/* *** sales field *** */

.DebugTeamTableAnimated td.Sales {
    width: 85%;
}

.DebugTeamTableAnimated span.Sales {
    width: 180px;
    display: block;
    float: left;
}

.DebugTeamTableAnimated span.SalesType {
    display: block;
    float: left;
}

.DebugTeamTableAnimated img.SalesTypePicture {
    display: block;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    border-radius:20px;
    width: 100px;
    border: 6px solid white;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}

.DebugTeamTableAnimated span.Status {
    display: block;
    float: left;
}

.DebugTeamTableAnimated img.StatusPicture {
    display: block;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    width: 55px;
    margin-left: 75px;
    margin-bottom: -35px;
    margin-top: -45px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}

.DebugTeamTableAnimated span.SalesPoints {
    display: block;
    margin-right: 37px;
    margin-top: 0px;
    float: right;

    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

.DebugTeamTableAnimated span.SalesCounter {
    display: block;
    margin-right: 37px;
    margin-top: -15px;
    float: right;
    font-size: 20px;

    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);

}

.DebugTeamTableAnimated span.Score {
    display: block;
    width: 200px;
    float: right;
    padding: 30px;
}

.DebugTeamTableAnimated span.ScoreTitle {
    display: block;
    text-align: center;
    font-size: 20px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    width: 100%;
    color: rgb(200, 200, 200);
}

.DebugTeamTableAnimated span.ScorePoints {
    display: block;
    text-align: center;
    font-size: 40px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    width: 100%;
    color: rgba(255, 255, 255, 1);
}

pre {
    text-align: left;

}
fieldset.multiselect {
    display: inline-block;
    height: auto;
    width: auto;
    padding: 10px 0px;
    min-width: 400px;
}

fieldset.multiselect label {
    margin: 0px 0px 10px 0px;
    display: block;
}

.activateprofile > form > input[type="submit"] {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.redicon {
    color: #FA6464;
}

.greenicon {
    color: #23dd49;
}

table.listIdFiles {
    font-size: small;
}

table.listIdFiles td {
    background-color: rgba(0,0,0,0.3);
    padding: 2px 5px;
    text-align: center;
}

table.listIdFiles th {
    background-color: rgba(0,0,0,0.75);
    padding: 2px 5px;
    text-align: center;
}

.table.success .button {
    margin: 10px 5px 10px 0px;
}

table.processIdFiles {
    font-size: small;
    min-width: 100%;
}

table.processIdFiles td {
    background-color: rgba(0,0,0,0.3);
    padding: 2px 5px;
    text-align: center;
}

table.processIdFiles td.barcode {
    background-color: rgba(255,255,255,1);
}

table.processIdFiles thead td {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 2px 5px;
    text-align: center;
}

table.processIdFiles th {
    background-color: rgba(0,0,0,0.5);
    padding: 2px 5px;
    text-align: center;
}

table.processIdFiles thead th {
    background-color: rgba(13, 146, 13, 1);
    padding: 2px 5px;
    text-align: center;
}

.barcodeTarget {
    margin: auto;
}

table.processIdFiles td.barcodeInput {
    padding: 0px;
}

table.processIdFiles td.barcodeInput input[type=text] {
    margin: 0px;
    width: calc(100% - 2px);
}

span.gray {
    color: rgba(255,255,255,0.4);
}

span.red {
    color: rgba(255,55,55,1);
}

.checkAll, .uncheckAll {
    cursor: pointer;
}

div.button {
    cursor: pointer;

}
div.button:hover {
    background-color: #000000;
    color: #000;
}

div.scannerScreen {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    text-align: center;
}

div.scannerScreen .scannerScreenInner {
    display: block;
    margin-top: 200px;
    text-align: center;
}

div.scannerScreen .scannerScreenInner span {
    display: block;
    margin: 30px;
    font-size: 20px;
    font-weight: bolder;
}

div.scannerScreen .scannerScreenInner input[type=text] {
    display: block;
    animation-duration: 1s;
    animation-name: blink;
    animation-iteration-count: infinite;
    margin: 20px auto;
    border: 3px ridge white;
}

.hidden {
    display: none !important;
}

@media all {
    div.print {
        display: none;
    }
    div.page-break	{ 
        display: none; 
    }
}

@media print {
    .printNo,
    div.logo,
    div.center.message.big,
    div.left.menu,
    div.table.success,
    div.debug {
        display: none;
    }
    body {
        background-image: none;
        background-color: transparent;
        margin: 0px;
        width: 0px;
    }
    .main {
        width: 100%;
        background-color: transparent;
    }
    div.print {
        display: inline-block;
        position: absolute;
        top: 0px;
        left: 0px;
        margin: 0px;
        padding: 0px;
    }

    div.noBreak {
        page-break-inside: avoid;
    }

    div.page-break {
        display:block;
        page-break-after:always;
    }

}


input.red {
    background-color: rgb(183, 19, 0);
}
input.green {
    background-color: rgb(13, 146, 13);
}

div.flashMessageEnvelope {
    position: fixed;
    top: calc(50% - 100px);
    left: calc(50% - 200px);
    width: 400px;
    height: 100px;
    color: rgb(255, 255, 255);
    background-color: rgb(183, 0, 0);
    border: 2px solid rgb(255, 255, 255);
    text-align: center;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
    animation-duration: 1s;
    animation-name: borderblink;
    animation-iteration-count: infinite;
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}

div.flashMessageEnvelope span.flashMessage {
    margin: 0px;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    display: block;
    text-align: center;
    width: 100%;


    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);

    font-size: small;
    color: rgba(255,255,255,0.9);
}

@keyframes borderblink {
    from {
        border-color: #000;
    }

    to {
        border-color: #999999;
    }
}

.insertForm {
    width: auto;
    margin-left: 20px;
    padding: 10px;
    background-color: rgba(10, 104, 140, 0.9);
    border-radius: 0px;
    border: 0px solid rgba(255, 255, 255, 0.7);
    color: rgb(255, 255, 255);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
    font-size: 12px;
    display: inline-block;
}

.insertForm label {
    width: 200px;
    margin-right: 20px;
    display: inline-block;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.5);
    float: left;
    line-height: 32px;
}

.insertForm textarea {
    float: left;
    background-color: rgba(0, 0, 0, 0.5);
    height: 60px;
    width: 380px;
    border-radius: 0px;
    text-align: left;
    color: rgb(255, 255, 255);
    font-size: 14px;
    margin-bottom: 10px;

    border: 1px solid transparent;
    padding: 10px 10px;
}
.insertForm input {
    float: left;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.5);
    height: 30px;
    width: 376px;
    border-radius: 0px;
    text-align: left;
    color: rgb(255, 255, 255);
    font-size: 14px;
    margin-bottom: 10px;

    border: 1px solid transparent;
    padding: 1px 12px;
}
.insertForm input.button {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: rgba(255,255,255,0.5);
    text-align: center;
}
.insertForm input.button:hover {
    color: rgba(255,255,255,1);
}
.insertForm select {
    float: left;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.5);
    height: 34px;
    width: 402px;
    border-radius: 0px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 14px;
    margin-bottom: 10px;

    padding: 1px 10px;
    border: 1px solid rgba(0, 0, 0, 0.5);
}
.insertForm select option {
    text-align: left;
}

.insertForm select:hover {
    border: 1px solid rgba(255, 255, 255, 1);
}
.insertForm textarea:hover {
    border: 1px solid rgba(255, 255, 255, 1);
}

.insertForm .formLabel {
    display: block;
    font-size: 20px;

    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);

    text-align: center;
    padding: 0px 0px 10px;
}

.insertForm .sectionFilterSet {
    margin: 10px auto;
    background-color: rgba(0,0,0,0.5);
    padding: 20px;
    width: 400px;
}
.insertForm .sectionFilterSet label {
    width: 340px;
    cursor: pointer;
    background-color: rgba(255,255,255,0.1);
}
.insertForm .sectionFilterSet label:hover {
    background-color: rgba(0,0,0,0.5);
}
.insertForm .sectionFilterSet input[type='checkbox'] {
    width: 30px;
}

div.fixedMenu.top {
    position: fixed;
    top: 0px;
    left: 300px;
    display: block;
    border-radius: 0px;
    border: 1px solid rgba(255, 255, 255, 0);
    background-color: rgba(87, 152, 217, 0.6);
    color: rgb(255, 255, 255);
    margin: 0px 0px;

    max-width: 70%;
    /* height: 40px; */
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}
div.fixedMenu.top .menuItem {
    display: block;
}
div.fixedMenu.top .menuItemGroup {
    display: inline-block;
    padding: 3px 10px;
    min-width: 80px;
}
div.fixedMenu.top .menuItemGroup .fa {
    padding: 3px;
    border: 1px solid rgba(255, 255, 255, 0);
    display: inline-block;
    font-size: 16px;
}

div.fixedMenu.top .menuItemGroup .fa:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(87, 152, 217);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);

    border: 1px solid rgba(255, 255, 255, 0.7);
    cursor: pointer;
}

.tranpsarentEnvelope {
    padding: 10px 20px;
}
.independentLabel {
    margin-right: 20px;
    width: 200px;
    display: inline-block;
}

.independentSelect option {
    width: 200px;
    display: inline-block;
    background-color: #6A9EF9;
    color: #000;
    font-size: 14px;

}
.independentCheckbox {
    width: 50px;
    display: inline-block;
    background-color: transparent;
    color: #000;

    font-size: 16px;
    height: 20px;
}
.formLabel {
    width: 100%;
    margin: 5px 0px 20px;
    padding: 0px;
    text-align: center;
    display: inline-block;
    background-color: transparent;
    color: #000;

    font-size: 14px;

    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);

}


#graph-canvas .markerHeader .independentSelect {
    width: 190px;
    height: 26px;
    display: inline-block;
    background-color: transparent;
    color: #000;

    font-size: 14px;

    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);

}
#graph-canvas .markerHeader .independentSelect:hover {
    border: 1px solid transparent;
}



/* NEW LINES */

.calendarTable {
    font-size: 12px;
    width: 100%;
    color: #3E81C1;
    min-width: 600px;
}
.calendarTable.inline{
    min-width: 100%;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.calendarTable.inline th.dayName,
.calendarTable.inline th.dayName.activeDay {
    width: 100%;
}
.calendarTable.inline td.dayTasks,
.calendarTable.inline td.day.day.activeDay,
.calendarTable.inline td.day.day {
    width: 300px;
}
.today.inline {
    width: 193px;
}

tr.week {
    width: 100%;
}

th.dayName {
    border: 1px solid #000;
    min-height: 15px;
    min-width: 60px;
    width: calc( ( 100% / 7 ) - 5px );
    background-color: #3E81C1;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    color: #000;
    font-weight: normal;
}

th.dayName.activeDay {
    border: 1px solid rgb(255, 255, 255);
    min-height: 15px;
    min-width: 60px;
    width: calc( ( 100% / 7 ) - 5px );
    background-color: #3E81C1;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    color: #000;
}


td.day.day {
    border: 1px solid transparent;
    min-height: 50px;
    min-width: 60px;
    width: calc( ( 100% / 7 ) - 5px );
    background-color: rgba(255,255,255,0.4);
    color: #000;
    display: inline-block;
    height: 100%;
}

td.day.day.activeDay {
    border: 1px solid transparent; 
    min-height: 50px;
    min-width: 60px;
    width: calc( ( 100% / 7 ) - 5px );
    background-color: #000;
    color: #3E81C1;
    display: inline-block;
}

td.day.day.activeDay:hover {
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
    z-index: 100;
    margin-top: -2px;
    margin-left: -2px;
    margin-bottom: 2px;
    margin-right: 2px;
}
td.day.day.activeDay.past {
    background-color: rgba(126, 150, 173, 0.49);
    color: #000;
}

.calendarTable .calendarDay {
    width: 100%;
    text-align: center;
}

th.dayTime{
    width: 20px;
    display: inline-block;
    color: #000;
}


td.dayTasks.activeHour.past {
    background-color: rgba(126, 150, 173, 0.49);
}
td.dayTasks .calendarDay {
    width: 100%;
    text-align: center;
}
span.time{
    text-align: center;
    display: block;
}
span.addHour{
    text-align: center;
    cursor: pointer;
    width: 12px;
    display: inline-block;
}
span.delHour{
    text-align: center;
    cursor: pointer;
    width: 12px;
    display: inline-block;
}
button.thisMonth,
button.prevMonth,
button.nextMonth {
    padding: 0px 10px;
    margin: 4px;
    background-color: transparent;
    border: none;
    color: #000;
    font-size: 15px;
}

button.thisMonth:hover,
button.prevMonth:hover,
button.nextMonth:hover {
    background-color: #000;
    color: #3E81C1;
    cursor: pointer;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}
span.actualMonth {
    padding: 0px 10px;
    background-color: transparent;
    border: none;
    color: #000;
    width: 120px;
    display: inline-block;
    text-align: center;
}
span.today {
    padding: 0px 10px;
    background-color: transparent;
    border: none;
    color: #000;
    min-width: 40px;
    display: inline-block;
    text-align: center;

}
button.thisMonth:hover span.today {
    background-color: #000;
    color: #3E81C1;
    cursor: pointer;
}

td.preHour,
td.postHour{
    background-color: rgba(255,255,255,0.4);	
}
.startMinus,
.startPlus,
.editShift,
.endMinus,
.endPlus{
    font-size: 16px;
    padding: 1px 3px;
    cursor: pointer;
    display: inline-block;
    color: #000;
}

.shiftTimeMinus,
.shiftTimePlus {
    padding: 0px 6px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
}
.shiftTimeMinus:hover,
.shiftTimePlus:hover {
    background-color: #000;
    color: #3E81C1;
}

.shiftTime {
    line-height: 18px;
    display: inline-block;
    vertical-align: bottom;
}
.shiftTimePretext {
    line-height: 18px;
    display: inline-block;
    vertical-align: bottom;
    width: 70px;
}

.shiftMiniEdit .shiftStart {
    display: block;
    text-align: center;
}
.shiftMiniEdit .shiftEnd {
    display: block;
    text-align: center;
}
.shiftMiniEdit .shiftUpdate {
    display: block;
    text-align: center;
}



.calendarTable .calendarDay .capacity {
    padding: 0px 3px;
}

/* newTicketForm */

.newTicketForm label {
    display: block;
    padding: 5px 0px;
    font-size: 14px;
}
.newTicketForm fieldset {
    display: block;
    padding: 10px 10px;
    text-align: left;
}
.newTicketForm fieldset legend {
    display: block;
    padding: 5px 10px;
}
.newTicketForm label.description {
    font-size: 12px;
    font-weight: normal;
    padding: 0px 0px 10px 10px;
}
.newTicketForm label.description:hover {
    opacity: 1;
}
.newTicketForm input {
    height: 30px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}
.newTicketForm textarea {
    height: 90px;
    width: 100%;
    text-align: left;
    padding: 10px 10px;
    font-size: 14px;
    margin-bottom: 10px;
}
.newTicketForm select {
    height: 40px;
    width: 100%;
    text-align: left;
    padding: 5px 10px;
    font-size: 14px;
    margin-bottom: 10px;
}
.newTicketForm select.mini {
    width: 100%;
    height: 30px;
    text-align: left;
    padding: 0px 10px;
    font-size: 14px;
    margin-bottom: 10px;
}

.newTicketForm .mini {
    width: 100%;
    display: inline-block;
}
.newTicketForm .submitButtons {
    width: 100%;
}
.newTicketForm .submitButtons input[type="submit"] {
    width: 100%;
    margin: 0px;
}

/* editLocationForm */

.editLocationForm {
    color: #000;
    max-width: 400px;
}
.editLocationForm label {
    display: block;
    padding: 5px 0px;
    font-size: 14px;

    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);

}
.editLocationForm fieldset {
    display: block;
    padding: 10px 10px;
    border: 1px solid #000;
    background-color: transparent;
    text-align: left;
}
.editLocationForm fieldset legend {
    display: block;
    padding: 5px 10px;
}

.editLocationForm label.description {
    font-size: 12px;
    font-weight: normal;
    opacity: 0.5;
    padding: 0px 0px 10px 10px;
}
.editLocationForm label.description:hover {
    opacity: 1;
    cursor: help;
}
.editLocationForm input {
    background-color: transparent;
    height: 30px;
    width: 100%;
    border-radius: 0px;
    text-align: center;
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;

    border: 1px solid #000;
}
.editLocationForm input.bold {

    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);

}

.editLocationForm input:focus {
    background-color: rgba(0,0,0,0.4);
}

.editLocationForm textarea {
    background-color: transparent;
    height: 90px;
    width: calc( 100% - 20px );
    border-radius: 0px;
    text-align: left;
    padding: 10px 10px;
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;

    border: 1px solid #000;
}
.editLocationForm textarea:focus{
    background-color: rgba(0,0,0,0.4);
}


.editLocationForm select {
    background-color: transparent;
    height: 40px;
    width: 100%;
    border-radius: 0px;
    text-align: left;
    padding: 5px 10px;
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;

    border: 1px solid #000;
}
.editLocationForm select.mini {
    background-color: transparent;
    width: 50%;
    height: 30px;
    border-radius: 0px;
    text-align: left;
    padding: 0px 10px;
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;

    border: 1px solid #FFFFFF;
}
.editLocationForm select:focus{
    background-color: rgba(0,0,0,0.4);
}

.editLocationForm .mini {
    width: calc( 50% - 2px );
    display: inline-block;
}
.editLocationForm .submitButtons {
    width: 100%;
}
.editLocationForm .submitButtons input[type="submit"] {
    width: 100%;
    margin: 0px;
}
.autoTag {
    padding: 3px 5px;
    background-color: rgba(0,0,0,0.1);
    margin: 0px 4px 4px;
    cursor: default;
    display: inline-block;
}
.autoTag .fa {
    padding: 0px 0px 0px 6px;
    cursor: pointer;
}
.autocompleteLocations {
    margin-top: -9px;
}
.autocompleteLocation {
    display: block;
    text-align: left;
    padding: 3px 0px 3px 10px;
    margin-bottom: 1px;
    background-color: rgba(0,0,0,0.2);
    cursor: pointer;
    font-size: 13px;
}
.autocompleteLocation:hover {
    background-color: #000;
    color: #3E81C1;
}


.autocompleteGuestEmail {
    margin-top: -9px;
}
.autocompleteGuest {
    display: block;
    text-align: left;
    padding: 3px 0px 3px 10px;
    margin-bottom: 1px;
    background-color: rgba(0,0,0,0.2);
    cursor: pointer;
    font-size: 13px;
}
.autocompleteGuest:hover {
    background-color: #000;
    color: #3E81C1;
}

.openclosebox {
    margin-bottom: 10px;
}

.openclosebox .fa {
    cursor: pointer;
    display: block;
}
.openclosebox .fa .label {
    padding: 0px 5px;

    font-size: 12px;
    line-height: 16px;
    vertical-align: bottom;
}

.openclosebox.closed * {
    display: none;
}
.openclosebox.closed .fa-plus-circle {
    display: block;
}
.openclosebox.closed .fa-plus-circle .label {
    display: inline-block;
}
.openclosebox.open .fa-plus-circle {
    display: none;
}

.clickTableExtended table.editable tr {
    cursor: pointer;
}

.clickTableExtended table.editable tr.selectedRow {
    background-color: rgba(0, 0, 0, 0.25);
    cursor: default;
}


/* task map */

.flyLeft {
    float: left;
}
.flyRight {
    float: right;
}
.flyTop {
    display: block;
}
.flyBottom {
    display: block;
}

.newTasksForm td.tdform {
    max-width: 400px;
    opacity: 1;
    transition: All 1.5s ease;
    -webkit-transition: All 1.5s ease;
    -moz-transition: All 1.5s ease;
    -o-transition: All 1.5s ease;
}
.newTasksForm td.tdform.minimized {
    max-width: 0px;
    opacity: 0;
    overflow: hidden;
    transition: All 1.5s ease;
    -webkit-transition: All 1.5s ease;
    -moz-transition: All 1.5s ease;
    -o-transition: All 1.5s ease;
}
.newTasksForm td.tdform .newTicketForm {
    max-height: 2000px;
    transition: All 1.5s ease;
    -webkit-transition: All 1.5s ease;
    -moz-transition: All 1.5s ease;
    -o-transition: All 1.5s ease;
}

.newTasksForm td.tdform.minimized .newTicketForm {
    max-height: 0px;
    overflow: hidden;
    transition: All 1.5s ease;
    -webkit-transition: All 1.5s ease;
    -moz-transition: All 1.5s ease;
    -o-transition: All 1.5s ease;
}


.newTasksForm td.top {
    vertical-align: top;
    text-align: left;
}

.taskMapTable .taskrow:first-child .notInFirstRow {
    display: none;
}
.taskMapTable .taskrow:last-child .notInLastRow {
    display: none;
}

div.taskMap {
    padding-left: 10px;
}
table.task span.taskId {
    color: #000;
    font-size: 12px;
    line-height: 10px;
    padding-right: 5px;
    text-align: left;
}

table.task span.taskId.parentId {
    background-color: #3e81c1;
    border-radius: 3px;
    padding-left: 3px;
    cursor: default;
}

table.task .taskCenterForm .taskFieldBox {
    font-size: 12px;
    font-weight: normal;
    width: 230px;
    margin: 5px 0px;
}
table.task .taskCenterForm .taskFieldBox label {
    font-size: 15px;
    display: inline-block;
}
table.task .taskCenterForm .taskFieldBox label .fa {
    font-size: 15px;
    width: 20px;
    text-align: center;
    margin-right: 5px;
}
table.task .taskCenterForm .taskFieldBox input,
table.task .taskCenterForm .taskFieldBox select,
table.task .taskCenterForm .taskFieldBox textarea {
    border: 1px solid rgba(255,255,255,0.25);
    background-color: transparent;
    color: #000;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    border-radius: 0px;

}
table.task .taskCenterForm .taskFieldBox input[type="text"] {
    width: 193px;
    height: 18px;
    text-align: left;
    padding-left: 5px;
    vertical-align: top;
}
table.task .taskCenterForm .taskFieldBox input[type="number"] {
    width: 80px;
    height: 18px;
    text-align: left;
    padding-left: 5px;
    vertical-align: top;
}
table.task .taskCenterForm .taskFieldBox input[type="date"] {
    width: 106px;
    height: 18px;
    text-align: left;
    padding-left: 5px;
    vertical-align: top;
}
table.task .taskCenterForm .taskFieldBox input[type="time"] {
    width: 80px;
    height: 18px;
    text-align: left;
    padding-left: 5px;
    vertical-align: top;
}
table.task .taskCenterForm .taskFieldBox select {
    width: 200px;
    padding-left: 2px;
    vertical-align: top;
    height: 22px;
}
table.task .taskCenterForm .taskFieldBox textarea {
    width: 188px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    vertical-align: top;
    height: 30px;
    resize: vertical;
}
table.task .taskCenterForm .taskFieldBox span.unit {
    padding-left: 5px;
}

div.taskForm table.task td.tasktop,
div.taskForm table.task td.taskbottom,
div.taskForm table.task td.taskleft,
div.taskForm table.task td.taskright {
    text-align: center;
    font-size: 20px;
    color: #3e81c1;
}

div.taskForm table.task .fa.taskIcon {
    color: #000;
    font-size: 20px;
    padding: 0px 5px 0px 2px;
    cursor: default;
}
div.taskForm table.task .fa.taskIcon:hover {
    cursor: default;
}
div.taskForm table.task .fa.taskButton.parentsButton {
    padding: 0px 5px 0px 8px;
}

div.taskForm table.task .fa.taskButton.active {
    color: #000;
}

div.taskForm table.task td.tasktop .fa.taskButton:hover,
div.taskForm table.task td.taskbottom .fa.taskButton:hover,
div.taskForm table.task td.taskleft .fa.taskButton:hover,
div.taskForm table.task td.taskright .fa.taskButton:hover {
    color: #000;
    cursor: pointer;
}


.taskMapControl {
    background-color: #3e81c1;
    border-radius: 5px;
    margin-top: 5px;
}
.taskMapControl fieldset {
    display: inline-block;
    background-color: transparent;
    vertical-align: top;
    text-align: left;
    width: auto;
}

.taskMapControl .likeInput {
    border-top: 1px solid rgba(255,255,255,0.2);
    color: #000;
    font-size: 14px;
    padding: 5px 0px;
    max-width: 300px;
    min-height: 30px;
}
.taskMapControl fieldset label {
    font-size: 12px;
}
.ticketPreview {
    background-color: #3e81c1;
    border-radius: 5px;
}
.ticketPreview fieldset {
    display: inline-block;
    background-color: transparent;
    vertical-align: top;
    text-align: left;
    width: auto;
}
.ticketPreview fieldset:hover {
    border: 1px solid transparent;;
}
.ticketPreview .likeInput {
    border-top: 1px solid rgba(255,255,255,0.2);
    color: #000;
    font-size: 14px;
    padding: 5px 0px;
    max-width: 300px;
    min-height: 30px;
}
.ticketPreview fieldset label {
    font-size: 12px;
}

button.minimize .open {
    display: inline-block;
}
button.minimize.minimized .open {
    display: none;
}
button.minimize .close {
    display: none;
}
button.minimize.minimized .close {
    display: inline-block;
}

.hideButtons .taskButton {
    opacity: 0;
}

input.zoomMap {
    display: block;
    padding-top: 3px;
}

button.blink {
    animation-duration: 1s;
    animation-name: blinkButton;
    animation-iteration-count: infinite;
    outline: 0;
}

.taskInput.blinkRed {
    animation-duration: 1s;
    animation-name: blinkInput;
    animation-iteration-count: infinite;
}

@keyframes blinkButton {
    from {
        background-color: #e6325a;
    }

    to {
        background-color: transparent;
    }
}

@keyframes blinkTask {
    from {
        border-color: transparent;
        -webkit-box-shadow: 0px 0px 10px 3px rgba(230,50,90,0.5);
        -moz-box-shadow: 0px 0px 10px 3px rgba(230,50,90,0.5);
        box-shadow: 0px 0px 10px 3px rgba(230,50,90,0.5);
    }

    to {
        border-color: transparent;
        -webkit-box-shadow: 0px 0px 10px 3px rgba(230,50,90,0);
        -moz-box-shadow: 0px 0px 10px 3px rgba(230,50,90,0);
        box-shadow: 0px 0px 10px 3px rgba(230,50,90,0);
    }
}

@keyframes blinkInput {
    from {
        background-color: #fff;
    }

    to {
        background-color: #ffc3c1;
    }
}

@keyframes blinkFont {
    from {
        color: rgba(255,255,255,0.5);
    }
    to {
        color: rgba(255,255,255,1);
    }

}

@keyframes blinkFontRed {
    from {
        color: #f95d5d;
    }
    to {
        color: #000;
    }

}

@keyframes blinkBackgroundRed {
    from {
        background-color: #f95d5d;
    }
    to {
        background-color: #3e81c1;
    }

}


.queueEnvelope {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: top;
    margin-right: 10px;
}

.queueEnvelope label.envelopeLabel.red {
    background-color: #f95d5d;
}
.queue {
    display: inline-block;
    width: 100%;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 10px;
    /* color: #000; */
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}
.queue .queueTask {
    color: #000;
    border: 1px solid transparent;
    background-color: rgba(0,0,255,0.1);
    border-radius: 5px;
    margin-bottom: 3px;
    padding: 5px;
    text-align: left;
    position: relative;
    left: 0px;
    top: 0px;
    max-height: inherit;
    overflow-y: hidden;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
}
.queue .queueTask.hideUser {
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}


.queue .queueTask label {
    display: inline-block;
    width: 20px;
    text-align: center;
    padding-top: 2px;
    vertical-align: top;
}

.queue .queueTask .likeInput.blink {
    animation-duration: 1s;
    animation-name: blinkFont;
    animation-iteration-count: infinite;
}


.queue .queueTask .minimized {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
}


.queue .queueTask .queueTaskControl {
    display: block;
    min-height: 17px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 2px;
    /*text-align: center;*/
}

.queue .queueTask .queueTaskControl .fa {
    cursor: pointer;
    padding: 0px 3px;
}

.queue .queueTask:hover {
    border: 1px solid rgba(255,255,255,0.5);
}

.queue .queueTask .queueTaskControl .taskTag {
    width: 100px;
    cursor: pointer;
}
.queue .queueTask .queueTaskControl .taskTag.dragging {
    width: 100px;
    padding: 1px 10px;
    border-radius: 5px;
    border: 1px solid #3e81c1;
    color: #3e81c1;
    background-color: #000;
}
.queue .queueTask .queueTaskControl .taskTag.dragged {
    width: 100px;
    padding: 1px 10px;
    border-radius: 5px;
    border: 1px solid #f95d5d;
    color: #f95d5d;
    background-color: #000;
}


/* calendar tasks */

.dayTasks .queueTask.user.dayCalendar {
    color: #000;
    border: 1px solid #3e81c1;
    background-color: rgb(62, 129, 193);
    border-radius: 5px;
    margin-bottom: 1px;
    padding: 5px;
    text-align: left;
    position: relative;
    left: 0px;
    top: 0px;
}
.dayTasks .queueTask.user.dayCalendar.blink.red {
    animation-duration: 1s;
    animation-name: blinkBackgroundRed;
    animation-iteration-count: infinite;
}

.dayTasks .queueTask.user.dayCalendar label {
    display: inline-block;
    width: 20px;
    text-align: center;
    padding-top: 2px;
    vertical-align: top;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.dayTasks .queueTask.user.dayCalendar .likeInput {
    display: inline-block;
    max-width: 258px;
    font-size: 13px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    padding: 2px 5px 2px 5px;
}
.dayTasks .queueTask.user.dayCalendar .queueTaskControl .likeInput {
    padding: 2px 5px 2px 0px;
}
.dayTasks .queueTask.user.dayCalendar .likeInput.blink {
    animation-duration: 1s;
    animation-name: blinkFont;
    animation-iteration-count: infinite;
}
.dayTasks .queueTask.user.dayCalendar label.wide {
    display: block;
    /* text-align: center; */
    padding-top: 0px;
    vertical-align: top;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    font-size: 12px;
    width: calc( 100% - 11px );
    text-align: left;
    padding-left: 10px;
    background-color: #000;
    color: #3e81c1;
    border-radius: 3px;
    margin-top: 3px;
}
.dayTasks .queueTask.user.dayCalendar .likeInput.wide {
    display: block;
    max-width: 258px;
    font-size: 13px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    padding: 2px 5px 2px 5px;
}

.dayTasks .queueTask.user.dayCalendar .minimized {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
}

.dayTasks .queueTask.user.dayCalendar .maximized {
    max-height: 200px;
    opacity: 1;
    overflow: hidden;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
}

.dayTasks .queueTask.user.dayCalendar .queueTaskControl {
    display: block;
    min-height: 17px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 2px;
}

.dayTasks .queueTask.user.dayCalendar .queueTaskControl.minimized {
    display: block;
    min-height: 20px;
    border-bottom: 0px solid rgba(255,255,255,0.2);
    margin-bottom: 0px;
    opacity: 1;
}

.dayTasks .queueTask.user.dayCalendar .queueTaskControl .fa {
    cursor: pointer;
    padding: 0px 3px;
}

.dayTasks .queueTask.user.dayCalendar:hover {
    border: 1px solid rgba(255,255,255,0.5);
}

.dayTasks .queueTask.user.dayCalendar .queueTaskControl .taskTag {
    width: 100px;
    cursor: pointer;
}
.dayTasks .queueTask.user.dayCalendar .queueTaskControl .taskTag.dragging {
    width: 100px;
    padding: 1px 10px;
    border-radius: 5px;
    border: 1px solid #3e81c1;
    color: #3e81c1;
    background-color: #000;
}
.dayTasks .queueTask.user.dayCalendar .queueTaskControl .taskTag.dragged {
    width: 100px;
    padding: 1px 10px;
    border-radius: 5px;
    border: 1px solid #f95d5d;
    color: #f95d5d;
    background-color: #000;
}

.dayTasks .queueTask.user.weekCalendar.highlightUser {
    color: #000;
    border: 0px solid rgb(249, 93, 93);
    background-color: rgb(249, 93, 93);
}

.dayTasks .queueTask.user.weekCalendar .blink {
    animation-duration: 1s;
    animation-name: blinkFontRed;
    animation-iteration-count: infinite;
}
.dayTasks .queueTask.user.weekCalendar.blink.red {
    animation-duration: 1s;
    animation-name: blinkBackgroundRed;
    animation-iteration-count: infinite;
}
.dayTasks .queueTask.user.weekCalendar label {
    display: inline-block;
    width: 20px;
    text-align: center;
    padding-top: 2px;
    vertical-align: top;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.dayTasks .queueTask.user.weekCalendar .likeInput {
    display: inline-block;
    max-width: 258px;
    font-size: 13px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    padding: 2px 5px 2px 5px;
}
.dayTasks .queueTask.user.weekCalendar .queueTaskControl .likeInput {
    padding: 2px 5px 2px 0px;
}
.dayTasks .queueTask.user.weekCalendar .likeInput.blink {
    animation-duration: 1s;
    animation-name: blinkFont;
    animation-iteration-count: infinite;
}
.dayTasks .queueTask.user.weekCalendar label.wide {
    display: block;
    /* text-align: center; */
    padding-top: 0px;
    vertical-align: top;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    font-size: 12px;
    width: calc( 100% - 11px );
    text-align: left;
    padding-left: 10px;
    background-color: #000;
    color: #3e81c1;
    border-radius: 3px;
    margin-top: 3px;
}
.dayTasks .queueTask.user.weekCalendar .likeInput.wide {
    display: block;
    max-width: 258px;
    font-size: 13px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    padding: 2px 5px 2px 5px;
}

.dayTasks .queueTask.user.weekCalendar .minimized {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
}

.dayTasks .queueTask.user.weekCalendar .maximized {
    max-height: 200px;
    opacity: 1;
    overflow: scroll;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
}

.dayTasks .queueTask.user.weekCalendar .queueTaskControl {
    display: block;
    min-height: 17px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 2px;
}

.dayTasks .queueTask.user.weekCalendar .queueTaskControl.minimized {
    display: block;
    min-height: 15px;
    border-bottom: 0px solid rgba(255,255,255,0.2);
    margin-bottom: 0px;
    opacity: 1;
}

.dayTasks .queueTask.user.weekCalendar .queueTaskControl .fa {
    cursor: pointer;
    padding: 0px 3px;
}


.dayTasks .queueTask.user.weekCalendar .queueTaskControl .taskTag {
    width: 100px;
    cursor: pointer;
}
.dayTasks .queueTask.user.weekCalendar .queueTaskControl .taskTag.dragging {
    width: 100px;
    padding: 1px 10px;
    border-radius: 5px;
    border: 1px solid #3e81c1;
    color: #3e81c1;
    background-color: #000;
}
.dayTasks .queueTask.user.weekCalendar .queueTaskControl .taskTag.dragged {
    width: 100px;
    padding: 1px 10px;
    border-radius: 5px;
    border: 1px solid #f95d5d;
    color: #f95d5d;
    background-color: #000;
}

.queueTask.tooltipContent.newQueue {
    color: #000;
    border: 1px solid rgb(255, 255, 255);
    background-color: rgb(150,150,150);
    border-radius: 5px;
    margin-bottom: 3px;
    padding: 5px;
    text-align: left;
    position: absolute;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
    width: 250px;
    opacity: 0;
}
.queueTask.tooltipContent label {
    display: inline-block;
    width: 20px;
    text-align: center;
    padding-top: 2px;
    vertical-align: top;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.queueTask.tooltipContent .likeInput {
    display: inline-block;
    max-width: 258px;
    font-size: 13px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    padding: 2px 5px 2px 5px;
}
.queueTask.tooltipContent .likeInput.blink {
    animation-duration: 1s;
    animation-name: blinkFont;
    animation-iteration-count: infinite;
}
.queueTask.tooltipContent label.wide {
    display: block;
    /* text-align: center; */
    padding-top: 0px;
    vertical-align: top;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    font-size: 12px;
    width: calc( 100% - 11px );
    text-align: left;
    padding-left: 10px;
    background-color: #000;
    color: #3e81c1;
    border-radius: 3px;
    margin-top: 3px;
}
.queueTask.tooltipContent.newQueue label.wide {
    color: rgb(150,150,150);
}
.queueTask.tooltipContent .likeInput.wide {
    display: block;
    max-width: 258px;
    font-size: 13px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    padding: 2px 5px 2px 5px;
}

.queueTask.tooltipContent .minimized {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
}


.queueTask.tooltipContent .queueTaskControl {
    display: block;
    min-height: 17px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 2px;
    text-align: center;
}

.queueTask.tooltipContent .queueTaskControl .fa {
    cursor: pointer;
    padding: 0px 3px;
}

.queueTask.tooltipContent:hover {
    border: 1px solid rgba(255,255,255,0.5);
}

.queueTask.tooltipContent .queueTaskControl .taskTag {
    width: 100px;
    cursor: pointer;
}
.queueTask.tooltipContent .queueTaskControl .taskTag.dragging {
    width: 100px;
    padding: 1px 10px;
    border-radius: 5px;
    border: 1px solid #3e81c1;
    color: #3e81c1;
    background-color: #000;
}
.queueTask.tooltipContent .queueTaskControl .taskTag.dragged {
    width: 100px;
    padding: 1px 10px;
    border-radius: 5px;
    border: 1px solid #f95d5d;
    color: #f95d5d;
    background-color: #000;
}

select.queueSelect,
select.queueSelect:active,
select.queueSelect:focus {
    color: #000;
    font-size: 16px;
    outline: none;
}

.chatInternal.user.task {
    border: 1px solid #000;
    padding: 5px;
    border-radius: 5px;
    margin-top: 4px;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;

}

.chatInternal.user.task.hideChat {
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
.chatInternal.user.task.showChat {
    opacity: 1;
    max-height: 320px;
}


.chatInternal .chat.filters .chatFilterButton {
    color: rgba(255,255,255,0.5);
    cursor: pointer;
    margin-right: 3px;
}
.chatInternal .chat.filters .chatFilterButton.active {
    color: #000;
}

.chatInternal .answerBox {
    padding: 3px 0px;
    margin-top: 3px;
    width: calc( 100% - 0px );
}

.chatInternal .answerBox .chatAnswerButton:first-of-type {
    margin-left: 0px;
}
.chatInternal .answerBox .chatAnswerButton:hover {
    background-color: #000;
    color: #3E81C1;
}


.taskEmails.user.task {
    border: 1px solid #000;
    padding: 5px;
    border-radius: 5px;
    margin-top: 4px;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;

}

.taskEmails.user.task.hideEmails {
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
.taskEmails.user.task.showEmails {
    opacity: 1;
    max-height: 320px;
}


.taskEmails .newEmailBox {
    padding: 3px 0px;
    margin-top: 3px;
    width: calc( 100% - 0px );
}

.taskEmails .newEmailBox .newEmailButton:first-of-type {
    margin-left: 0px;
}
.taskEmails .newEmailBox .newEmailButton:hover {
    background-color: #000;
    color: #3E81C1;
}


.taskAttachments.user.task {
    border: 1px solid #000;
    padding: 5px;
    border-radius: 5px;
    margin-top: 4px;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;

}

.taskAttachments.user.task.hideAttachments {
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
.taskAttachments.user.task.showAttachments {
    opacity: 1;
    max-height: 320px;
}


.taskAttachments .attachmentsBox {
    padding: 3px 0px;
    margin-top: 3px;
    width: calc( 100% - 0px );
}

.taskAttachments .attachmentsBox .attachmentButton:first-of-type {
    margin-left: 0px;
}
.taskAttachments .attachmentsBox .attachmentButton:hover {
    background-color: #000;
    color: #3E81C1;
}


.teamChatInternalEnvelope label.envelopeLabel.red {
    background-color: #f95d5d;
}


.independentForm fieldset {
    background-color: transparent;
    text-align: left;
    border: 1px solid transparent;
}
.independentForm fieldset:hover {
    border: 1px solid transparent;
}
.independentForm fieldset .independentLabel {
    background-color: #000;
    border-radius: 3px;
    color: #71a3d3;
    font-size: 14px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    width: 300px;
    display: inline-block;
    /* height: 20px; */
    padding: 0px 5px;
    line-height: 22px;
    margin-bottom: 3px;
}
.independentForm fieldset .input {
    width: auto;
    min-width: 280px;
    border: 1px solid rgba(255,255,255,0.3);
    height: 20px;
    border-radius: 3px;
    background-color: transparent;
    padding: 2px 5px 2px 10px;
    margin: 0px;
    text-align: left;
    color: #000;
}
.independentForm fieldset .input.independentSelect {
    height: 30px;
}
.independentForm fieldset .input.independentCheckbox {
    min-width: 50px;
    display: block;
}
.independentForm fieldset .input:focus {
    background-color: rgba(0,0,0,0.4);
    color: #000;
    font-size: 14px;
}


.taskStatusEnvelope.hideStatus {
    max-height: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: 0px; 
    opacity: 0;
}
.taskStatusEnvelope .taskFieldBox {

    margin-bottom: 3px;
    font-size: 12px;
    overflow: hidden;
}
.taskStatusEnvelope .fa-stack {
    font-size: 10px;
}


/* DAN */

.easy #aside-left {
    margin-top: 0px;
}

.easy #header {
    padding: 0px 0px;
}

.easy select#teams {
    margin-right: 0px;
    margin-bottom: 20px;
}
.easy .independentSelect {
    width: 100%;
    display: block;
    background-color: transparent;
    color: #000;
    font-size: 14px;
    margin-bottom: 0px;
}

#wrapper .row {
    margin-right: 0px;
    margin-left: 0px;
}

.easy #wrapper-center {
    overflow-x: scroll;
    overflow-y: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-overflow-x: visible;
    -ms-overflow-y: visible;
}

#center-header .page-header {
    font-size: 14px;
    line-height: 18px;
    margin-top: 16px;
    color: #337abc;
    font-weight: normal;
}
#center-header .page-header .menuGroup {
    margin-right: 10px;
}
#center-header .page-header .menuItem {
    margin-right: 10px;
}
#center-header .page-header .menuGroup .fa {
    margin-right: 10px;
}
#center-header .page-header .menuItem .fa {
    margin-right: 10px;
}

.queueEnvelope {
    margin-top: 20px;
}

.teamChatInternalEnvelope {
    position: relative;
}

.teamChatInternal.minimized {
    height: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 0px;
    border-bottom: 0px;
    overflow: hidden;

}

.teamChatInternal.minimized.maximized {
    z-index: 100;
    background-color: #ffffff;
    height: calc( 100vh - 50px );
    position: absolute;
    left: 0px;
    top: 45px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 0px;
    border-bottom: 0px;
    overflow-y: auto;
}


.envelopeLabel .labelBigIcon {
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 30px;
    color: #fff;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}
.envelopeLabel .minimizedSwitch {
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 20px;
    padding: 3px 10px;
    cursor: pointer;
}
.easy div.calHeader1 {
    display: inline-block;
    width: 140px;
}
.calDateSwitch .prevMonth,
.calDateSwitch .nextMonth {
    color: #fff;
}
.calDateSwitch .prevMonth:hover,
.calDateSwitch .nextMonth:hover {
    color: #337ab7;
    background-color: #fff;
}
.easy div.calHeader1 div.dayName, .easy div.calHeader1 div.date {
    display: inline-block;
}
.calendarTable .labelBigIcon {
    position: absolute;
    left: 12px;
    top: 16px;
    font-size: 30px;
    color: #fff;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}
.dayTasks .queueTask.user.dayCalendar {
    color: #fff;
    border: 1px solid #3e81c1;
    background-color: rgb(62, 129, 193);
    border-radius: 5px;
    margin-bottom: 1px;
    padding: 5px;
    text-align: left;
    position: relative;
    left: 0px;
    top: 0px;
}
.dayTasks .queueTask.user.dayCalendar label.wide {
    display: block;
    padding-top: 0px;
    vertical-align: top;
    text-shadow: 2px 2px 2px rgba(0,0,0,0);
    font-size: 12px;
    font-weight: normal;
    width: calc( 100% - 11px );
    text-align: left;
    padding-left: 10px;
    background-color: #fff;
    color: #3e81c1;
    border-radius: 3px;
    margin-top: 3px;
}
.queue .queueTask.newQueue {
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    border: 1px solid transparent;
    background-color: #5cb85c;
    border-radius: 5px;
    margin-bottom: 3px;
    padding: 5px;
    text-align: left;
    position: relative;
    left: 0px;
    top: 0px;
    max-height: inherit;
    overflow-y: visible;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
}
.queue .queueTask.newQueue .queueTaskControl .taskTag {
    width: calc( 100% - 40px );
    cursor: pointer;
    display: inline-block;
    overflow-x: hidden;
}
.queue .queueTask.newQueue .queueTaskControl .taskControlIcons {
    font-size: 16px;
}
.queue .queueTask.newQueue .queueTaskControl .taskTag .taskInfo {
    display: inline-block;
}
.queue .queueTask.newQueue .queueTaskControl .taskTag .taskInfo .likeInput {
    display: inline-block;
}
.queue .queueTask.newQueue .queueTaskControl .taskTag .taskInfo label {
    display: inline-block;
    width: 20px;
    text-align: center;
    padding-top: 2px;
    vertical-align: top;
}
.queue .queueTask.newQueue .queueTaskControl {
    display: block;
    min-height: 17px;
    font-size: 12px;
    border-bottom: 0px solid rgba(255,255,255,0);
    margin-bottom: 0px;
}
.easy .queue .queueTask.newQueue label.wide {
    display: block;
    padding-top: 0px;
    vertical-align: top;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    background-color: #fff;
    color: #5cb85c;
    border-radius: 3px;
    margin-top: 3px;
}
.easy .queue .queueTask.newQueue .taskFieldBox.maximized {
    border-bottom: none;
    font-size: 13px;
    line-height: 14px;
}

.userQueueTasksFull {
    display: inline-block;
    width: 100%;
    border: 1px solid #bac5d1;
    border-radius: 10px;
    padding: 3px;
    background-color: #fff;
}

.userQueueTasksFull .queueTask:hover {
    border: 1px solid #337ab7;
    background-color: #337ab7;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
.userQueueTasksFull .queueTask.active {
    cursor: default;
    border: 1px solid #337ab7;
    background-color: #337ab7;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
.userQueueTasksFull .queueTask .queueTaskControl {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    position: relative;
}
.userQueueTasksFull .queueTask .queueTaskControl .taskHighlights .fa {
    cursor: pointer;
    margin-right: 5px;
    opacity: 0.4;
}
.userQueueTasksFull .queueTask .queueTaskControl .taskInfo {
    cursor: pointer;
    display: inline-block;
}
.userQueueTasksFull .queueTask .queueTaskControl .taskInfo.full {
    cursor: pointer;
    display: block;
}
.userQueueTasksFull .queueTask .queueTaskControl .taskInfo label {
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 1px;
}
.userQueueTasksFull .queueTask .queueTaskControl .taskInfo .likeInput {
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
}
.userQueueFull {
    margin-top: 5px;
    display: inline-block;
    width: 100%;
    border: 1px solid #bac5d1;
    border-radius: 10px;
    padding: 5px;
    background-color: #fff;
}

.userQueueFull .queueTaskForm.inactive {
    display: none;
}
.userQueueFull .queueTaskForm.active {
    display: block;
}
.userQueueFull .queueTaskForm .taskFieldBox {
    width: 100%;
    max-width: 250px;
    display: inline-block;
    overflow: auto;
}
.userQueueFull .queueTaskForm .taskFieldBox.wide {
    width: 100%;
    max-width: 100%;
    display: block;
}

.userQueueFull .queueTaskForm .queueTaskControl .taskInfo {
    cursor: pointer;
    display: inline-block;
}
.userQueueFull .queueTaskForm .queueTaskControl .taskInfo.full {
    cursor: pointer;
    display: block;
}
.userQueueFull .queueTaskForm .queueTaskControl .taskInfo label {
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 1px;
}
.userQueueFull .queueTaskForm .queueTaskControl .taskInfo .likeInput {
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
}
.userQueueFull .queueTaskForm .queueTaskControl .queueTaskFormControlIcons .fa {
    padding: 0px 5px;
    cursor: pointer;
}
.easy .queueTaskForm .taskStatusEnvelope.showStatus {
    background-color: #fff;
    border: 1px solid #3E81C1;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    opacity: 1;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
    box-shadow: 2px 2px 2px rgba(0,0,0,0);
}
.queueTaskForm .taskStatusEnvelope.hideStatus {
    max-height: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: 0px;
    opacity: 0;
}
.easy .queueTaskForm .taskAttachments.showAttachmentss {
    background-color: #fff;
    border: 1px solid #3E81C1;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    opacity: 1;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
    box-shadow: 2px 2px 2px rgba(0,0,0,0);
}
.queueTaskForm .taskAttachments.hideAttachments {
    max-height: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: 0px;
    opacity: 0;
}
.easy .queueTaskForm .taskEmails.showEmails {
    background-color: #fff;
    border: 1px solid #3E81C1;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    opacity: 1;
    max-height: 1000px;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
    box-shadow: 2px 2px 2px rgba(0,0,0,0);
}
.queueTaskForm .taskEmails.hideEmails {
    max-height: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: 0px;
    opacity: 0;
}
.easy .queueTaskForm .chatInternal.showChat {
    background-color: #fff;
    border: 1px solid #3E81C1;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    opacity: 1;
    max-height: 1000px;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
    box-shadow: 2px 2px 2px rgba(0,0,0,0);
}
.queueTaskForm .chatInternal.hideChat {
    max-height: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: 0px;
    opacity: 0;
}
.queueTaskForm .form-group {
    width: calc( 100% - 20px );
    margin-bottom: 10px;
}
.queueTaskForm .form-group > select.form-control {
    width: 100%;
}
.queueTaskForm .form-group > textarea.form-control {
    width: 100%;
}
.queueTaskForm .form-group > input.form-control {
    width: 100%;
}
.queueTaskForm .form-group > .form-group.input-group {
    width: 100%;
}
.queueTaskForm .taskControlBar {
    display: block;
}
.queueTaskForm .taskControlBar .btn {
    line-height: 20px;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.queueTaskForm .taskControlBar .btn .fa {
    font-size: 20px;
    vertical-align: top;
    margin-right: 10px;
}
.queueTaskForm .taskEmails .panel {
    box-shadow: none;
}
.queueTaskForm .chatInternal .panel {
    box-shadow: none;
}

.queueTaskForm .btn.active .fa-square-o {
    display: none;
}
.queueTaskForm .btn.inactive .fa-check-square-o {
    display: none;
}

.queueTaskForm .panel .panel-heading.mini .btn {
    line-height: 20px;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.queueTaskForm .panel .panel-heading.mini .btn .fa {
    font-size: 20px;
    vertical-align: top;
    margin-right: 10px;
}
.headerAppName {
    padding-right: 10px;
}
.headerUserName {
    padding-right: 10px;
}
.headerUserName .fa {
    padding-right: 10px;
}


.taskInventoryEnvelope.user.task {
    padding: 5px;
    border-radius: 5px;
    margin-top: 4px;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;

}

.taskInventoryEnvelope.user.task.hideInventory {
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
.taskInventoryEnvelope.user.task.showInventory {
    opacity: 1;
    max-height: 1000px;
    overflow-y: auto;
}


.taskInventoryEnvelope .inventoryBox {
    padding: 3px 10px;
    margin-top: 3px;
    width: calc( 100% - 0px );
    color: #3e81c1;
    border: 1px solid #3e81c1;
    border-radius: 5px;
    background-color: #d9edf7;
}

.taskInventoryEnvelope .inventoryBox .inventoryItemLabel {
    width: 30%;
    display: inline-block;
    background-color: #3e81c1;
    color: #fff;
    text-align: center;
    border-radius: 5px 0px 0px 5px;
    border: 1px solid #3e81c1;
    margin: 0px;
}
.taskInventoryEnvelope .inventoryBox .inventoryItemValue {
    display: inline-block;
    background-color: #fff;
    width: 68%;
    padding-left: 2%;
    border: 1px solid #3e81c1;
    border-radius: 0px 5px 5px 0px;
}

.taskInventoryEnvelope .inventoryBox .inventoryItem {
    margin-bottom: 5px;
}

.taskInventoryEnvelope .inventoryErrorMessage {
    color: #555;
    text-align: center;
}

.taskInventoryEnvelope .inventoryBox .inventoryButton:first-of-type {
    margin-left: 0px;
}
.taskInventoryEnvelope .inventoryBox .inventoryButton:hover {
    background-color: #000;
    color: #3E81C1;
}


