@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}
html {
    height:100%;

}
body {
    background:#F7F7F7;
    font-family:Arial, Helvetica, sans-serif;
    position:relative;
    min-height:100%;
}
*:focus {
    outline: 0;
}
.iconfix3 {margin-bottom:-3px;}
.iconfix5 {margin-bottom: -5px;}
.iconfix8 {margin-bottom: -8px;}
.iconfix10 {margin-bottom: -10px;}
.clear {clear:both;}
h1 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:26px;
    margin: 0 0 10px 0;
}
h2 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:20px;
    margin: 0 0 10px 0;
}
h3 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    margin: 0 0 10px 0;
}
a {
    color:#444;
}
p {
    margin: 0px 0px 8px 0;
    color: #555;
}
ul.list {
    list-style: disc;
    padding: 0 0 0 15px;
}
/* NEWS BOX */
#newsticker{
    display:none;
    border: 3px solid #DA3243;
    float:left;
    background:#fff;
    margin: 0 0 40px 0;
}
#newsticker .ticker-left{
    background: #DA3243;
    padding:10px;
    color:#fff;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:15px;
    float:left;
    width:120px;
    position:relative;
}
#newsticker .ticker-left .arrow-right{

    width: 0;
    height: 0;
    position: absolute;
    right: -10px;
    top: 10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #DA3243;
}
#newsticker .ticker-area .date{
    padding:3px;
    color:#999;
    font-size:10px;
}
#newsticker .ticker-area{
    color:#DA3243;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:15px;
    float:left;
    width:915px;
}
#newsticker  .ticker-area ul{
    height: 20px;
    overflow: hidden;
    padding:10px 10px 0px 20px;
}
#newsticker  .ticker-area ul li{
    height:20px;
    margin:0 0 10px 0;
}
#newsticker  .ticker-area ul li a{
    color:#DA3243;
}

/* TICK CHECKBOX*/
input[type=checkbox].css-checkbox {
    display:none;
}
input[type=checkbox].css-checkbox + label.css-label {
    padding-left:31px;
    height:26px;
    display:inline-block;
    line-height:26px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:13px;
    vertical-align:middle;
    cursor:pointer;
    color:#666;

}
input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -26px;
}
label.css-label {
    background-image: url(../images/checkbox-tick.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* TICK CHECKBOX*/
strong {
    font-weight:bold;
}
.font-red{color:#f44336;}
.font-pink{color:#e91e63;}
.font-purple{color:#9c27b0;}
.font-deeppurple{color:#673ab7;}
.font-indigo{color:#3f51b5;}
.font-blue{color:#2196f3;}
.font-lightblue{color:#03a9f4;}
.font-cyan{color:#00bcd4;}
.font-teal{color:#009688;}
.font-green{color:#4caf50;}
.font-lightgreen{color:#8bc34a;}
.font-lime{color:#cddc39;}
.font-yellow{color:#ffeb3b;}
.font-amber{color:#ffc107;}
.font-orange{color:#ff9800;}
.font-deeporange{color:#ff5722;}
.font-white{color:#FFF;}
.font-lightgray{color:#999;}
.font-gray{color:#666;}
.font-darkgray{color:#333;}
.font-10{font-size:10px !important;}
.font-12{font-size:12px !important;}
.font-13{font-size:13px !important;}
.font-14{font-size:14px !important;}
.font-15{font-size:15px !important;}
.font-16{font-size:16px !important;}
.font-18{font-size:18px !important;}
.font-20{font-size:20px !important;}
.font-24{font-size:24px !important;}
.font-30{font-size:30px !important;}
a:hover {
    color:#999;
}
#wrapper {
    margin:	20px 100px;
    padding:20px;
    background:#fff;
    border: 1px solid #E2E2E2;
    position:relative;
    float:left;
    width:88%;
}
#wrapper:after {
    content: ".";
    display: block;
    line-height: 0;
    visibility: hidden;;
}
#menu {
    background:#282828;
    width:250px;
    min-height:100%;
    position:absolute;
    top:0;
    left:0;
    border-right:3px solid #CECECE;
}
#menu #logo{
    position: relative;
    width:250px;
    height:100px;
    float:left;
    border-bottom:1px solid #000000;

    background:url(../images/logo-white.png) center center no-repeat;
    background-size:200px;

    background-color: #282828;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
#menu #logo .text{
    bottom: 10px;
    left: 70px;
    position: absolute;
    border-radius: 10px;
    border: 3px solid #f13c00;
    color: #f13c00;
    padding: 2px 6px;
}
#menu .top_bar {
    border-top:1px solid #353535;
    border-bottom:1px solid #000000;
    font-size:13px;
    color:#999;
    padding-left:10px;
    width: 230px;
    float:left;
    position:relative;
}
#menu .top_bar ul li {
    margin:10px 0;
    position: relative;
}
#menu .top_bar .notification {
    position: absolute;
    padding: 10px;
    right: -10px;
    top: -10px;
    color:#111;
    text-shadow:0px 1px #353535;
}
#menu .top_bar .notification:hover {
    color:#fff;
    background: linear-gradient(to right,  rgba(56,56,56,0) 0%,rgba(56,56,56,1) 50%,rgba(56,56,56,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
#menu .top_bar .notifications {
    float:right;
    padding:10px;
    position:absolute;
    top:0;
    right:1px;
    height:16px;
    color:#111;
    text-shadow:0px 1px #353535;
    cursor:pointer;
}
#menu .top_bar .notifications.new {
    color:#ddd;
    text-shadow:0px 1px #000;
    cursor:pointer;
}
#menu .top_bar .notifications.new span {

    animation: shake 2.5s ease infinite;
}
#menu .top_bar .notifications:hover {
    background-color: #383838;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#383838+0,383838+100&0+0,1+50 */
    background: -moz-linear-gradient(left,  rgba(56,56,56,0) 0%, rgba(56,56,56,1) 50%, rgba(56,56,56,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(56,56,56,0) 0%,rgba(56,56,56,1) 50%,rgba(56,56,56,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(56,56,56,0) 0%,rgba(56,56,56,1) 50%,rgba(56,56,56,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00383838', endColorstr='#383838',GradientType=1 ); /* IE6-9 */

}
#menu #logo:hover{
    background-color: #383838;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
#menu ul span.headers{
    border-top:1px solid #353535;
    border-bottom:1px solid #000000;
    width:240px;
    float:left;
    padding: 5px 0px 5px 10px;
    font-size:12px;
    text-transform:uppercase;
    color:#999999;
    text-shadow: 1px 1px 1px #000;
}
#menu > ul li a{
    position:relative;
    color:#DDDDDD;
    text-decoration:none;
    font-size:14px;
    height: 27px;
    padding: 7px 5px 0 10px;
    width: 235px;
    float:left;

    background-color: #1E1E1E;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;

    border-top:1px solid #353535;
    border-bottom:1px solid #000000;
    text-shadow: 1px 1px 1px #000;
}
#menu > ul li a:hover{
    color:#fff;
    background-color: #282828;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
#menu > ul li a:active{
    background:#171717;
    border-top:1px solid #101010;
    border-bottom:1px solid #232323;
}
#menu > ul li a.active{
    color:#333;
    text-shadow: 1px 1px 0px #fff;
    padding-right:8px;
    padding-left:20px;
    width:225px;

    background: #F7F7F7; /* Old browsers */
    background: -moz-linear-gradient(left,  #cecece 74%, #f7f7f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(74%,#cecece), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #cecece 74%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #cecece 74%,#f7f7f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #cecece 74%,#f7f7f7 100%); /* IE10+ */
    background: linear-gradient(to right,  #cecece 74%,#f7f7f7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#f7f7f7',GradientType=1 ); /* IE6-9 */

    border-top:1px solid #fff;
    border-bottom:1px solid #999999;
}

#menu > ul li a.first{
    border-top:1px solid #181818;
}
#menu .menu-icon{
    margin-bottom:-3px;
    padding: 0 5px 0 0;
}
#menu .menububbles {
    position:absolute;
    top:7px;
    right:8px;
}
#menu .menububbles .menububble {
    position:relative;
    padding:2px 4px;
    font-size:11px;
    border-radius:4px;
    background:#09F;
    text-shadow:0 1px 0 rgba(0,0,0,0.5);
    color:#FFF;
    font-weight:bold;
    border-bottom:2px solid #00416C;
    float:left;
    margin:0 5px 0 0;
}
#menu .menububbles .menububble.green {
    background:#59B200;
    border-bottom:2px solid #387100;
}
#menu .menububbles .menububble.white {
    background:#FFFFFF;
    border-bottom:2px solid #CCC;
}
#content {
    margin: 0 0 0 250px;
    padding: 20px;
}
#content:after {
    clear: both;
    content: "";
    display: block;
}
.box {
    background:#fff;
    padding:10px;
    margin:10px 0;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    position: relative;
}
.box:after {
    clear: both;
    content: "";
    display: block;
}
.box-footer {
    margin: 20px -10px -10px -10px;
    padding:20px 10px 10px 10px;
    background:#F8F8F8;
    border-top:1px dotted #E2E2E2;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;

}
.box-footer .label{
    text-align:center;
    font-size:12px;
    margin: -32px auto 0;
    width:150px;
    padding:3px;
    border-radius:3px;
    background:#fff;
    border:1px solid #E2E2E2;
}
.box-bottom-color{
    position: absolute;
    background: #cccccc;
    height: 8px;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: .4;
}
.box-bottom-color.blue{background: #2196f3;}
.box-bottom-color.green{background: #4caf50;}
.box-bottom-color.orange{background: #ff9800;}
.basic-table {
    border: 3px solid #E2E2E2;
    margin: 0 10px 10px 0;
    position:relative;

}
.form-box {
    float:left;
}
.basic-table td{
    min-width:100px;
    padding: 5px;
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
    font-size: 15px;
}
.basic-table td:first-child{
    background:#F8F8F8;
    width:150px;
    font-size:13px;
}
.basic-table2 {
    border-radius: 5px;
    margin: 0 10px 10px 0;
    box-shadow: 0 1px 2px 0px rgba(0,0,0,0.15);
    background: #fff;
}
.basic-table2 td{
    min-width:100px;
    padding: 5px 8px;
    font-size: 15px;
    border-bottom: 1px dotted #E2E2E2;
}
.basic-table2 td:first-child{
    background:#F8F8F8;
    color: #666;
    width:150px;
    font-size:13px;
    text-align: right;
    border-right: 1px dotted #E2E2E2;
}
.basic-table2 tr:last-child td{
    border-bottom: none;
}
.multi-table {
    border: 3px solid #E2E2E2;
    margin: 0 0 10px 0;
    width:100% !important;
}
.multi-table th{
    font-size:13px;
    background:#F8F8F8;
    font-weight:bold;
    padding: 5px 15px;
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
    cursor:pointer;
}
.multi-table.small th{
    font-size:11px;
    padding: 5px;
}
.multi-table th:hover{
    background: #ffffff; /* Old browsers */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f8f8f8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f8f8f8 100%); /* W3C */

}
.multi-table th.sorting_desc{

    background: #E8E8E8; /* Old browsers */
    background: url(../images/desc.png) center right no-repeat, -ms-linear-gradient(top,  #dfdfdf 0%,#f8f8f8 100%); /* IE10+ */
    background: url(../images/desc.png) center right no-repeat, linear-gradient(to bottom,  #dfdfdf 0%,#f8f8f8 100%); /* W3C */

}
.multi-table th.sorting_asc{
    background: #E8E8E8; /* Old browsers */
    background: url(../images/asc.png) center right no-repeat, -ms-linear-gradient(top,  #dfdfdf 0%,#f8f8f8 100%); /* IE10+ */
    background: url(../images/asc.png) center right no-repeat, linear-gradient(to bottom,  #dfdfdf 0%,#f8f8f8 100%); /* W3C */
}
.multi-table td{
    font-size:13px;
    padding: 5px;
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
}
.multi-table td.sorting_1{
    background: rgba(102,204,0,0.1);
}
.multi-table td.green{
    background: rgba(102,204,0,0.2) !important;
}
.multi-table td.yellow{
    background: rgba(255,255,0,0.2) !important;
}
.multi-table tbody tr:hover td{
    background: rgba(0,0,0,0.05);
}
.multi-table.no-hover tbody tr:hover td{
    background: inherit;
}
.multi-table tfoot td {
    font-size:13px;
    background:#F8F8F8;
    font-weight:bold;
    padding: 5px;
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
}
.multi-table.small tfoot td {
    font-size:11px;
}
.multi-table {
    background:#FFF;

}
.multi-table .btn {
    float:left;
    margin-right:5px;
}
.multi-table .btn:last-child {
    margin:0;
}
.multi-table tr.advertiserRow {
    font-weight:bold;
    background: rgba(102,204,0,0.1);
}
.multi-table tr.blue {
    background: rgba(0,127,255,0.15);
}
.multi-table tr.red {
    background: rgba(255,0,0,0.15);
}
.multi-table tr.gray {
    background: rgba(0,0,0,0.05);
}
.multi-table tr.hide-row {
    display:none;
}
input[type="text"],input[type="password"],input[type="search"],input[type="number"] {
    padding:5px;
    border: 1px solid #CCCCCC;
    background: #fff;
    color: #666666;
    font-size:14px;
    width:285px;
    transition: all 200ms linear 0s;
}
input[type="text"]:hover,input[type="password"]:hover,input[type="search"]:hover,input[type="number"]:hover {
    border: 1px solid #62B60E;
    transition: all 200ms linear 0s;
}
input[type="text"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="number"]:focus {
    border: 1px solid #62B60E;
    outline: none;
    box-shadow: inset 0px 0px 5px 0 rgba(0,0,0,0.1);
}
input[type="text"]:invalid,input[type="password"]:invalid,input[type="search"]:invalid,input[type="number"]:invalid {
    border: 1px solid #f44336;
    outline: none;
    color: #f44336;
    box-shadow: inset 0px 0px 5px 0 rgba(0,0,0,0.1), 0px 0px 2px 0px rgba(244,67,54,1);
}
input[type="text"].small {
    width:96px;
}
input[type="text"].max {
    width:96%;
}
textarea{
    padding:5px;
    border: 1px solid #CCCCCC;
    background: #fff;
    color: #666666;
    font-size:14px;
    width:285px;
    font-family:Arial, Helvetica, sans-serif;
    transition: all 200ms linear 0s;
}
textarea:focus{
    border: 1px solid #62B60E;
    outline: none;
    box-shadow: inset 0px 0px 5px 0 rgba(0,0,0,0.1);

    transition: all 200ms linear 0s;
}
textarea.max{
    width:95%;
}
select {
    padding:5px;
    border: 1px solid #CCCCCC;
    background: #fff;
    color: #666666;
    font-size:14px;
    width:297px;
}
select:focus {
    border: 1px solid #62B60E;
    /*background: #EEFDEC;*/
    outline: none;
}
select option.icon{
    padding: 0 0 0 30px;
    background-position: 4px 0px;
    background-repeat:no-repeat;
}
select option.error{
    background-position: center right;
    background-repeat:no-repeat;
    background-image:url(../images/icons/16/bullet_error.png);
}
select.chosen-select:invalid {
    height: 0px !important;
    opacity: 0 !important;
    position: absolute !important;
    display: flex !important;
}

select.chosen-select:invalid[multiple] {
    margin-top: 15px !important;
}
.chosen-container .chosen-results li.error {
    background-position: center right;
    background-repeat:no-repeat;
    background-image:url(../images/icons/16/bullet_error.png);
}
.chosen-container .chosen-results li.highlighted.error {
    background: rgba(100, 201, 0, 0.2);
    background-position: center right;
    background-repeat:no-repeat;
    background-image:url(../images/icons/16/bullet_error.png);
}
select option:disabled{
    color:#CCC;
}
.errorMessage {
    font-size:11px;
    background:#FC6;
    padding:3px;
    border-radius:3px;
}
label {
    font-size:13px;
}

input[type="text"].date {
    background:url(../images/icons/16/data_chooser.png) 89px center  no-repeat #FFF;
    width:100px;
}
input[type="text"].error,
input[type="password"].error
{
    border-color: red;
}

.upload {
    height: 27px;
    width:62px;
    display:block;
    cursor:pointer;
    background: url(upload.png) top left no-repeat;
}

.upload input {
    cursor:pointer;
    display: block !important;
    width: 100px !important;
    height: 30px !important;
    opacity: 0 !important;
    overflow: hidden !important;
}
.float-right {
    float:right;
}
.float-left {
    float:left;
}
.float-none {
    float:none !important;
}
/* ##### BUTTONS ##### */

.btn {

    font-size:14px;
    text-decoration:none;
    border-radius: 4px;
    border: 1px solid #AAAAAA !important;
    color: #444444;
    font-family:Arial, Helvetica, sans-serif;
    padding:0px 5px;
    box-shadow:inset 0px 1px 0px 0px #ffffff, inset 0px -1px 0px 0px rgba(0,0,0,0.1);
    text-shadow: 0px 1px 0px rgba(255,255,255,0.8);
    padding:5px 8px;
    display: inline-block;


    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(top,  #FCFCFC 0%, #EEEEEE 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #FCFCFC 0%,#EEEEEE 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #FCFCFC 0%,#EEEEEE 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #FCFCFC 0%,#EEEEEE 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #FCFCFC 0%,#EEEEEE 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FCFCFC', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */

}
.btn:hover {

    color: #444444;
    text-decoration:none;
    background: #f1f1f1; /* Old browsers */
    background: -moz-linear-gradient(top,  #f1f1f1 0%, #dcdcdc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f1f1f1 0%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f1f1f1 0%,#dcdcdc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f1f1f1 0%,#dcdcdc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f1f1f1 0%,#dcdcdc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */

}
.btn:active {
    background: #e0e0e0; /* Old browsers */
    background: -moz-linear-gradient(top,  #e0e0e0 0%, #f7f7f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e0e0e0 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e0e0e0 0%,#f7f7f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e0e0e0 0%,#f7f7f7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e0e0e0 0%,#f7f7f7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */



}
.btn.green {



    color:#FFF;
    text-shadow:1px 1px 1px rgba(0,0,0,0.5);
    box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,0.5), inset 0px -1px 0px 0px rgba(0,0,0,0.3);
    border:1px solid #428400 !important;

    background: rgb(100,201,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(100,201,0,1) 0%, rgba(81,160,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(100,201,0,1)), color-stop(100%,rgba(81,160,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(100,201,0,1) 0%,rgba(81,160,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(100,201,0,1) 0%,rgba(81,160,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(100,201,0,1) 0%,rgba(81,160,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(100,201,0,1) 0%,rgba(81,160,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64c900', endColorstr='#51a000',GradientType=0 ); /* IE6-9 */

}
.btn.green:hover {

    background: #71e400; /* Old browsers */
    background: -moz-linear-gradient(top,  #71e400 0%, #60bf00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#71e400), color-stop(100%,#60bf00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #71e400 0%,#60bf00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #71e400 0%,#60bf00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #71e400 0%,#60bf00 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #71e400 0%,#60bf00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71e400', endColorstr='#60bf00',GradientType=0 ); /* IE6-9 */

}
.btn.green:active {

    box-shadow:inset 0px -1px 0px 0px rgba(255,255,255,0.5);
    background: #51a000; /* Old browsers */
    background: -moz-linear-gradient(top,  #51a000 0%, #64c900 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#51a000), color-stop(100%,#64c900)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #51a000 0%,#64c900 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #51a000 0%,#64c900 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #51a000 0%,#64c900 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #51a000 0%,#64c900 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51a000', endColorstr='#64c900',GradientType=0 ); /* IE6-9 */

}
.btn.red {
    color:#FFF;
    text-shadow:1px 1px 1px rgba(0,0,0,0.5);
    box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,0.5), inset 0px -1px 0px 0px rgba(0,0,0,0.3);
    border:1px solid #8C0000 !important;

    background: #d93600; /* Old browsers */
    background: -moz-linear-gradient(top,  #d93600 0%, #aa2b00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d93600), color-stop(100%,#aa2b00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d93600 0%,#aa2b00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d93600 0%,#aa2b00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d93600 0%,#aa2b00 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #d93600 0%,#aa2b00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93600', endColorstr='#aa2b00',GradientType=0 ); /* IE6-9 */
}
.btn.red:hover {

    background: #f13c00; /* Old browsers */
    background: -moz-linear-gradient(top,  #f13c00 0%, #cb3300 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f13c00), color-stop(100%,#cb3300)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f13c00 0%,#cb3300 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f13c00 0%,#cb3300 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f13c00 0%,#cb3300 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f13c00 0%,#cb3300 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f13c00', endColorstr='#cb3300',GradientType=0 ); /* IE6-9 */
}
.btn.red:active {
    box-shadow:inset 0px -1px 0px 0px rgba(255,255,255,0.5);
    background: #cb3300; /* Old browsers */
    background: -moz-linear-gradient(top,  #cb3300 0%, #f13c00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb3300), color-stop(100%,#f13c00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #cb3300 0%,#f13c00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #cb3300 0%,#f13c00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #cb3300 0%,#f13c00 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #cb3300 0%,#f13c00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb3300', endColorstr='#f13c00',GradientType=0 ); /* IE6-9 */
}

.btn.small {
    font-size:11px;
    padding:2px 6px;
}
.btn.small.active {

    color:#FFF;
    text-shadow:0px 1px 1px rgba(0,0,0,0.5);
    box-shadow:inset 0px 1px 0px 0px rgba(0,0,0,0.2);
    background: rgb(166,166,166); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(166,166,166,1) 0%, rgba(197,197,197,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(166,166,166,1)), color-stop(100%,rgba(197,197,197,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(166,166,166,1) 0%,rgba(197,197,197,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(166,166,166,1) 0%,rgba(197,197,197,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(166,166,166,1) 0%,rgba(197,197,197,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(166,166,166,1) 0%,rgba(197,197,197,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6a6a6', endColorstr='#c5c5c5',GradientType=0 ); /* IE6-9 */

}
.btn.active {

    color:#FFF;
    text-shadow:0px 1px 1px rgba(0,0,0,0.5);
    box-shadow:inset 0px 1px 0px 0px rgba(0,0,0,0.2);
    background: rgb(166,166,166); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(166,166,166,1) 0%, rgba(197,197,197,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(166,166,166,1)), color-stop(100%,rgba(197,197,197,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(166,166,166,1) 0%,rgba(197,197,197,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(166,166,166,1) 0%,rgba(197,197,197,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(166,166,166,1) 0%,rgba(197,197,197,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(166,166,166,1) 0%,rgba(197,197,197,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6a6a6', endColorstr='#c5c5c5',GradientType=0 ); /* IE6-9 */

}
/* Submit/button */
button::-moz-focus-inner,
input::-moz-focus-inner { // Inner padding and border oddities in FF3/4
padding: 0;
    border: 0;
}

.btn-submit {
    border-radius: 4px;
    border: 1px solid #AAAAAA;
    height:28px;
    color: #444444;
    font-family:Arial, Helvetica, sans-serif;
    padding:0px 5px;
    box-shadow:inset 0px 1px 0px 0px #ffffff, inset 0px -1px 0px 0px rgba(0,0,0,0.1);
    text-shadow: 1px 1px 0px rgba(255,255,255,0.8);
    cursor:pointer;
    font-size:14px;

    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(top,  #f7f7f7 0%, #e0e0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f7f7f7 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f7f7f7 0%,#e0e0e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f7f7f7 0%,#e0e0e0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f7f7f7 0%,#e0e0e0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
}
.btn-submit:hover {

    background: #f1f1f1; /* Old browsers */
    background: -moz-linear-gradient(top,  #f1f1f1 0%, #dcdcdc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f1f1f1 0%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f1f1f1 0%,#dcdcdc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f1f1f1 0%,#dcdcdc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f1f1f1 0%,#dcdcdc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */

}
.btn-submit:active {


    box-shadow:inset 0px -1px 0px 0px rgba(255,255,255,0.5);

    background: #cbcbcb; /* Old browsers */
    background: -moz-linear-gradient(top,  #cbcbcb 0%, #ebebeb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cbcbcb), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #cbcbcb 0%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #cbcbcb 0%,#ebebeb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #cbcbcb 0%,#ebebeb 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #cbcbcb 0%,#ebebeb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbcbcb', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */

}
.btn-submit.green {

    color:#FFF;
    text-shadow:1px 1px 1px rgba(0,0,0,0.5);
    box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,0.5), inset 0px -1px 0px 0px rgba(0,0,0,0.3);
    border:1px solid #428400;

    background: rgb(100,201,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(100,201,0,1) 0%, rgba(81,160,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(100,201,0,1)), color-stop(100%,rgba(81,160,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(100,201,0,1) 0%,rgba(81,160,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(100,201,0,1) 0%,rgba(81,160,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(100,201,0,1) 0%,rgba(81,160,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(100,201,0,1) 0%,rgba(81,160,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64c900', endColorstr='#51a000',GradientType=0 ); /* IE6-9 */

}
.btn-submit.green:hover {
    background: #71e400; /* Old browsers */
    background: -moz-linear-gradient(top,  #71e400 0%, #60bf00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#71e400), color-stop(100%,#60bf00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #71e400 0%,#60bf00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #71e400 0%,#60bf00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #71e400 0%,#60bf00 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #71e400 0%,#60bf00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71e400', endColorstr='#60bf00',GradientType=0 ); /* IE6-9 */

}
.btn-submit.green:active {

    box-shadow:inset 0px -1px 0px 0px rgba(255,255,255,0.5);
    background: #51a000; /* Old browsers */
    background: -moz-linear-gradient(top,  #51a000 0%, #64c900 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#51a000), color-stop(100%,#64c900)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #51a000 0%,#64c900 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #51a000 0%,#64c900 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #51a000 0%,#64c900 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #51a000 0%,#64c900 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51a000', endColorstr='#64c900',GradientType=0 ); /* IE6-9 */

}
.btn-submit.red {
    color:#FFF;
    text-shadow:1px 1px 1px rgba(0,0,0,0.5);
    box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,0.5), inset 0px -1px 0px 0px rgba(0,0,0,0.3);
    border:1px solid #8C0000;

    background: #d93600; /* Old browsers */
    background: -moz-linear-gradient(top,  #d93600 0%, #aa2b00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d93600), color-stop(100%,#aa2b00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d93600 0%,#aa2b00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d93600 0%,#aa2b00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d93600 0%,#aa2b00 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #d93600 0%,#aa2b00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93600', endColorstr='#aa2b00',GradientType=0 ); /* IE6-9 */
}
.btn-submit.red:hover {

    background: #f13c00; /* Old browsers */
    background: -moz-linear-gradient(top,  #f13c00 0%, #cb3300 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f13c00), color-stop(100%,#cb3300)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f13c00 0%,#cb3300 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f13c00 0%,#cb3300 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f13c00 0%,#cb3300 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f13c00 0%,#cb3300 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f13c00', endColorstr='#cb3300',GradientType=0 ); /* IE6-9 */
}
.btn-submit.red:active {
    box-shadow:inset 0px -1px 0px 0px rgba(255,255,255,0.5);
    background: #cb3300; /* Old browsers */
    background: -moz-linear-gradient(top,  #cb3300 0%, #f13c00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb3300), color-stop(100%,#f13c00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #cb3300 0%,#f13c00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #cb3300 0%,#f13c00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #cb3300 0%,#f13c00 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #cb3300 0%,#f13c00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb3300', endColorstr='#f13c00',GradientType=0 ); /* IE6-9 */
}

input[type="text"]:disabled,input[type="password"]:disabled,input[type="search"]:disabled,input[type="submit"]:disabled,input[type="button"]:disabled {
    border: 1px solid #CCC !important;
    outline: none !important;
    background:#EEE !important;
    color:#999 !important;
    box-shadow:none !important;
    text-shadow: none !important;
    cursor:default !important;
}


.btn-submit.no-border {
    border:none;
}
.btn-submit.small {
    font-size:11px;
    height:21px;
}


/* ################### */
table.account-overview {

}
table.account-overview tr td {
    padding:2px 5px;
    text-align:center;
    font-size:12px;
}
table.account-overview tr td span {
    font-size:20px;

}
.breadcrums {
    font-size: 11px;
    margin:0 0 15px;
    float:left;
    width:100%;
}
.breadcrums ul li{
    float:left;
    margin: 0 2px;
}
.box.tabs {
    background:#FFF !important;
    border-radius:0px !important;
    border: 3px solid #E2E2E2 !important;
    padding:10px !important;
    margin:50px 0 10px !important;
}
.box.tabs ul {
    background:none !important;
    border: none !important;
    position: absolute;
    top: -43px;
    height:40px;
}
.box.tabs ul li{
    position:relative;
    float:left;
    margin: 7px 2px 0px;
    background:none;
    border: none;
}
.box.tabs ul li a{
    font-weight:normal;
    font-size:14px;
    text-decoration:none;
    border-radius: 4px;
    font-family:Arial, Helvetica, sans-serif;
    padding:5px 8px;
    height: 15px;
    line-height: 15px;


    color:#FFF;
    text-shadow:1px 1px 1px rgba(0,0,0,0.5);
    box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,0.5), inset 0px -1px 0px 0px rgba(0,0,0,0.3);
    border:1px solid #428400;

    background: rgb(100,201,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(100,201,0,1) 0%, rgba(81,160,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(100,201,0,1)), color-stop(100%,rgba(81,160,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(100,201,0,1) 0%,rgba(81,160,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(100,201,0,1) 0%,rgba(81,160,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(100,201,0,1) 0%,rgba(81,160,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(100,201,0,1) 0%,rgba(81,160,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64c900', endColorstr='#51a000',GradientType=0 ); /* IE6-9 */
}
.box.tabs ul li a:hover{
    background: #71e400; /* Old browsers */
    background: -moz-linear-gradient(top,  #71e400 0%, #60bf00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#71e400), color-stop(100%,#60bf00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #71e400 0%,#60bf00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #71e400 0%,#60bf00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #71e400 0%,#60bf00 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #71e400 0%,#60bf00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71e400', endColorstr='#60bf00',GradientType=0 ); /* IE6-9 */

}
.box.tabs ul li a:active {

    box-shadow:inset 0px -1px 0px 0px rgba(255,255,255,0.5);
    background: #51a000; /* Old browsers */
    background: -moz-linear-gradient(top,  #51a000 0%, #64c900 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#51a000), color-stop(100%,#64c900)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #51a000 0%,#64c900 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #51a000 0%,#64c900 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #51a000 0%,#64c900 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #51a000 0%,#64c900 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51a000', endColorstr='#64c900',GradientType=0 ); /* IE6-9 */

}
.box.tabs ul li.ui-state-active {
    margin: 0px 2px;
}
.box.tabs ul li.ui-state-active a{
    color:#444 !important;
    background:#FFF;
    border: 3px solid #E2E2E2;
    border-bottom:none;
    box-shadow: none;
    height: 27px;
    line-height: 24px;
    border-radius:0;
    text-shadow:none;
    font-weight:bold;
}
select.small {
    width:96px;
}
select.medium {
    width:196px;
}
span.small {
    font-size: 10px;
    padding:2px 3px 1px !important;
}
span.small2 {
    font-size: 13px;
    color:#666;
}
span.hidden{
    display:none;
}
td.password:hover span.show {
    display:none;
}
td.password:hover span.hidden {
    display:block;
}
.checkbox {
    width: 80px;
    height: 26px;

    border-radius: 4px;
    border: 1px solid #ccc;

    position: relative;

    box-shadow:inset 0px 1px 1px 0px rgba(0,0,0,0.1);

    background: #cbcbcb; /* Old browsers */
    background: -moz-linear-gradient(top,  #F5F5F5 0%, #fff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F5F5F5), color-stop(100%,#fff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #F5F5F5 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #F5F5F5 0%,#fff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #F5F5F5 0%,#fff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #F5F5F5 0%,#fff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5F5F5', endColorstr='#fff',GradientType=0 ); /* IE6-9 */
}

.checkbox:after {
    content: 'NO';
    font: 12px/26px Arial, sans-serif;
    color: #999;
    position: absolute;
    right: 10px;
    z-index: 0;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(255,255,255,.15);
}

.checkbox:before {
    content: 'YES';
    font: 12px/26px Arial, sans-serif;
    color: #00bf00;
    position: absolute;
    left: 10px;
    z-index: 0;
    font-weight: bold;
}

.checkbox label.slider {
    display: block;
    width: 33px;
    height: 19px;

    text-align:center;
    font-size:12px;
    color:rgba(0,0,0,0.1);

    border-radius: 4px;

    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;


    box-shadow:inset 0px 1px 0px 0px #ffffff, inset 0px -1px 0px 0px rgba(0,0,0,0.1);
    border:1px solid #aaaaaa;

    background: rgb(235,235,235); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(235,235,235,1) 0%, rgba(203,203,203,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,235,235,1)), color-stop(100%,rgba(203,203,203,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(235,235,235,1) 0%,rgba(203,203,203,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(235,235,235,1) 0%,rgba(203,203,203,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(235,235,235,1) 0%,rgba(203,203,203,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(235,235,235,1) 0%,rgba(203,203,203,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#cbcbcb',GradientType=0 ); /* IE6-9 */
}
.checkbox label.slider:hover {

    color: #666;
    text-decoration:none;
    background: #f1f1f1; /* Old browsers */
    background: -moz-linear-gradient(top,  #f1f1f1 0%, #dcdcdc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f1f1f1 0%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f1f1f1 0%,#dcdcdc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f1f1f1 0%,#dcdcdc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f1f1f1 0%,#dcdcdc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
}
.checkbox label.slider:after{
    content: '|||';
}
.checkbox label {
    position:absolute;
    z-index:1;
    width:80px;
    height:26px;
}

.checkbox input[type=checkbox]:checked + label.slider {
    left: 43px;
}
.checkbox input[type=checkbox] {
    visibility: hidden;
}
/* TICK CHECKBOX*/
input[type=checkbox].css-checkbox {
    display:none;
}
input[type=checkbox].css-checkbox + label.css-label {
    padding-left:31px;
    height:26px;
    display:inline-block;
    line-height:26px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:13px;
    vertical-align:middle;
    cursor:pointer;
    color:#666;

}
input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -26px;
}
label.css-label {
    background-image: url(../images/checkbox-tick.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* TICK CHECKBOX*/
label.radio{
    padding:3px;
    float:left;
    clear:both;
    cursor:pointer;
    margin: 0 0 3px 0;
}
.dialog {
    max-width:100px;
    max-height:100px;
    display:block;
    position:relative;
}
.dialog .zoom{
    width: 32px;
    height: 32px;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}
fieldset {
    padding:10px;
    border: 1px solid #E2E2E2;
    border-radius: 6px;
    box-shadow: 1px 1px 0px 0 #fff, inset 1px 1px 0px 0 #fff;
    margin: 0 8px 8px 8px;
}
fieldset legend {
    font-size: 13px;
    font-weight: bold;
    color: #666;
    padding: 2px 12px;
    background: #F8F8F8;
    border-radius: 4px;
    border: 1px solid #E2E2E2;
    box-shadow: 1px 1px 0px 0 #fff, inset 1px 1px 0px 0 #fff;
}
fieldset legend.center {
    margin: 0 auto;
}
fieldset.white-bg {
    background: #fff;
}
/* ### TEXT MESSAGES ### */
.textbox {
    padding:5px 5px 5px 50px;
    border-radius: 4px;
    font-size:13px;
    color: rgba(0,0,0,0.8);
    margin: 0 0 10px 0;
    min-height:32px;
    position:relative;


}
.textbox.success {
    /* ie9 */
    background: rgba(100,201,0,0.20);
    background-image:url(../images/icons/32/tick_button.png);
    background-position: 5px 5px;
    background-repeat:no-repeat;
    /* ie9 */

    border:1px solid rgba(100,201,0,0.50);
    background:url(../images/icons/32/tick_button.png) 5px 5px no-repeat, linear-gradient(to right, rgba(100,201,0,0.40) 43px, rgba(100,201,0,0.20) 43px);
}
.textbox.info {
    /* ie9 */
    background: rgba(0,163,217,0.20);
    background-image:url(../images/icons/32/information.png);
    background-position: 5px 5px;
    background-repeat:no-repeat;
    /* ie9 */

    border:1px solid rgba(0,163,217,0.50);
    background:url(../images/icons/32/information.png) 5px 5px no-repeat, linear-gradient(to right, rgba(0,163,217,0.40) 43px, rgba(0,163,217,0.20) 43px);
}
.textbox.warning {
    /* ie9 */
    background: rgba(255,255,0,0.20) ;
    background-image:url(../images/icons/32/error.png);
    background-position: 5px 5px;
    background-repeat:no-repeat;
    /* ie9 */

    border:1px solid rgba(217,163,0,0.50);
    background:url(../images/icons/32/error.png) 5px 5px no-repeat, linear-gradient(to right, rgba(255,255,0,0.40) 43px, rgba(255,255,0,0.20) 43px);
}
.textbox.error {
    /* ie9 */
    background:rgba(197,49,0,0.20);
    background-image:url(../images/icons/32/exclamation.png);
    background-position: 5px 5px;
    background-repeat:no-repeat;
    /* ie9 */

    border:1px solid rgba(190,48,0,0.52);
    background:url(../images/icons/32/exclamation.png) 5px 5px no-repeat, linear-gradient(to right, rgba(197,49,0,0.40) 43px, rgba(197,49,0,0.20) 43px);
}
.textbox span.close {
    color: rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 20px;
}
.textbox ul li {
    list-style:inside disc;
    font-weight:bold;
}
.infobox {

}
.infobox span.title{
    background:#eee;
    padding:3px;
    float:left;
    width:100%;
}
.infobox.small {
    font-size:12px;
}
.tracker-info {
    position:relative;
    height:36px;
    width:60px;
    font-size:10px;
}
.tracker-info span {
    float:left;
}
#sorting-table_info________depricated {
    background:	#E2E2E2;
    font-size:12px;
    color:#333;
    padding:3px;
    margin-top:-10px;
}
.table-helper-info {
    float:right;
    font-size:12px;
    margin: 6px;
}
.table-helper-info .success{
    background: rgba(100,201,0,0.20);
    color: rgba(0,0,0,0.8);
    padding:4px;
    border-radius: 3px;
}
.table-helper-info .error{
    background:rgba(197,49,0,0.20);
    color: rgba(0,0,0,0.8);
    padding:4px;
    border-radius: 3px;
}
span.green {
    padding:3px 5px;
    border-radius:3px;
    background: rgba(100,201,0,0.20);
    border-bottom: 2px solid rgba(100,201,0,0.40);
    display: inline-block;
    font-size: 0.8em;
    vertical-align: middle;
    font-weight: bold;
    color: #265728;

}
span.blue {
    padding:3px 5px;
    border-radius:3px;
    background: rgba(0,127,255,0.20);
    border-bottom: 2px solid rgba(0,127,255,0.40);
    display: inline-block;
    font-size: 0.8em;
    vertical-align: middle;
    font-weight: bold;
    color: #104B79;
}
span.red {
    padding:3px 5px;
    border-radius:3px;
    background:rgba(197,49,0,0.20);
    border-bottom: 2px solid rgba(197,49,0,0.40);
    display: inline-block;
    font-size: 0.8em;
    vertical-align: middle;
    font-weight: bold;
    color: #7A211B;
}
span.yellow {
    padding:3px 5px;
    border-radius:3px;
    background:rgba(217,217,0,0.20);
    border-bottom: 2px solid rgba(217,217,0,0.40);
    display: inline-block;
    font-size: 0.8em;
    vertical-align: middle;
    font-weight: bold;
    color: #7F751D;
}
span.gray {
    padding:3px 5px;
    border-radius:3px;
    background:rgba(0,0,0,0.10);
    border-bottom: 2px solid rgba(0,0,0,0.20);
    display: inline-block;
}
span.gold-medal {
    padding:0px 6px;
    border-radius:8px;
    background:#FDE578;
    border-bottom: 2px solid #C09F03;
    display: inline-block;
}
span.silver-medal {
    padding:0px 6px;
    border-radius:8px;
    background:#D0DAE2;
    border-bottom: 2px solid #536F86;
    display: inline-block;
}
span.bronze-medal {
    padding:0px 6px;
    border-radius:8px;
    background:#F9AD59;
    border-bottom: 2px solid #9A5405;
    display: inline-block;
}
span.fontgray {
    color:#999;
}
span.font10{ font-size:10px;}
span.font11{ font-size:11px;}
span.font12{ font-size:12px;}
span.font13{ font-size:13px;}
span.font14{ font-size:14px;}
span.font15{ font-size:15px;}
span.font16{ font-size:16px;}
span.font17{ font-size:17px;}
span.font18{ font-size:18px;}
#modal{
    display:none;
    position:fixed;
    top:100px;
    left:50%;
    width:500px;
    margin-left: -200px;
    background:#FFF;
    border: 5px solid #5A9DD7;
    padding:20px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    color:#333;
    font-size:13px;
    z-index:100;
}
#modal.red{
    border: 5px solid #F05D46;
}
#modal.green{
    border: 5px solid #3C0;
}
#modal div {
    margin: 10px 0;
}
#overlay {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    background-color: rgba(0,0,0,0.3);
    left: 0;
    top: 0;
    right:0;
    bottom:0;
}
.loading {
    text-align:center;
    padding: 30px 0 0 0;
    background:url(../images/loading.gif) center 10px no-repeat;
}
.loading-big {
    text-align:center;
    padding: 320px 0 0 0;
    background:url(../images/loading-big.gif) center 170px no-repeat;
    font-size:13px;
}
.horz-bar {

}
.horz-bar td{
    padding:3px 5px 3px 3px;
}
.horz-bar td:first-child{
    border-right:1px solid #eee;
    width:150px;
    float:left;
}
.horz-bar tr:first-child .name{
    font-weight:bold;
    background:url(../images/icons/16/medal_gold_2.png) center left no-repeat;
}
.horz-bar tr:nth-child(2) .name {
    background:url(../images/icons/16/medal_silver_2.png) center left no-repeat;
}
.horz-bar tr:nth-child(3) .name{
    background:url(../images/icons/16/medal_bronze_2.png) center left no-repeat;
}

.horz-bar .row{
    width:100%;
    float:left;
    margin-bottom:4px;
}
.horz-bar .name{
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0 0 20px;
    border-bottom:1px dotted #ccc;
}
.horz-bar .bar_area {
    position:relative;
    float:left;
    width:340px;
}
.horz-bar .bar_area .bar_label{
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 3px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.3) inset, 0 1px 2px 0 rgba(0, 0, 0, 0.4);
    left: 5px;
    padding: 0px 5px 0px;
    position: absolute;
    top: 4px;
    font-size:10px;
}
.horz-bar .bar_area .bar {
    float:left;
    position:relative;

    border-radius: 4px;
    height:20px;


    box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,0.5), inset 0px -1px 0px 0px rgba(0,0,0,0.3);
    border:1px solid #428400 !important;

    background: rgb(100,201,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(100,201,0,1) 0%, rgba(81,160,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(100,201,0,1)), color-stop(100%,rgba(81,160,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(100,201,0,1) 0%,rgba(81,160,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(100,201,0,1) 0%,rgba(81,160,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(100,201,0,1) 0%,rgba(81,160,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(100,201,0,1) 0%,rgba(81,160,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64c900', endColorstr='#51a000',GradientType=0 ); /* IE6-9 */
}
.horz-bar .bar_area .bar_label_sub{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
    right: -5px;
    padding: 2px 4px 0;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    top: 2px;
}
.horz-bar .bar_area .bar_sub {
    float:left;
    position:relative;

    border-radius: 4px;
    height:8px;

    box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,0.5), inset 0px -1px 0px 0px rgba(0,0,0,0.1);
    border:1px solid rgba(66,132,0,0.3) !important;

    background: rgb(100,201,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(100,201,0,0.3) 0%, rgba(81,160,0,0.3) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(100,201,0,0.3)), color-stop(100%,rgba(81,160,0,0.3))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(100,201,0,0.3) 0%,rgba(81,160,0,0.3) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(100,201,0,0.3) 0%,rgba(81,160,0,0.3) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(100,201,0,0.3) 0%,rgba(81,160,0,0.3) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(100,201,0,0.3) 0%,rgba(81,160,0,0.3) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64c900', endColorstr='#51a000',GradientType=0 ); /* IE6-9 */
}
.horz-bar .bar_area .bar_sub_container {
    float:left;
    width:100%;
    margin:2px 0 0 0;
}
.horz-bar .bar_area .bar_sub_container:hover {
    float:left;
    width:100%;
    cursor:help;
}
.horz-bar .bar_area .bar_sub_container:hover .bar_sub{
    box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,0.5), inset 0px -1px 0px 0px rgba(0,0,0,0.3);
    border:1px solid #428400 !important;


    background: rgb(100,201,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(100,201,0,1) 0%, rgba(81,160,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(100,201,0,1)), color-stop(100%,rgba(81,160,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(100,201,0,1) 0%,rgba(81,160,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(100,201,0,1) 0%,rgba(81,160,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(100,201,0,1) 0%,rgba(81,160,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(100,201,0,1) 0%,rgba(81,160,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64c900', endColorstr='#51a000',GradientType=0 ); /* IE6-9 */
}
.horz-bar .bottom td {
    padding:0 3px;
}
.horz-bar .bottom td:last-child {
    border-bottom:1px solid #eee;

}
.horz-bar .left {
    font-size:10px;
    color: rgba(0, 0, 0, 0.7);
    float:left;
}
.horz-bar .right {
    font-size:10px;
    color: rgba(0, 0, 0, 0.7);
    float:right;
}
.vert-bar {
    background:#FFF;
    width:500px;
}
.vert-bar td {
    padding: 3px 10px;
    width:60px;
    font-size:10px;
    text-align:center;
    background: url(../images/horz-line.png);
}
.vert-bar td:first-child{
    border-right:1px solid #eee;
    border-bottom:none !important;
    border-top:none !important;
    width:100%;
    font-size:10px;
    text-align:right;
    padding: 0 10px 0 0;
    background: none;
}
.vert-bar td:last-child{
    border-right:1px solid #eee;
}
.vert-bar td:first-child div{
    position:relative;
    height:200px;
}
.vert-bar td:first-child span.top{
    position:absolute;
    top:0;
    right:0;
}
.vert-bar td:first-child span.middle{
    position:absolute;
    top:93px;
    right:0;
}
.vert-bar td:first-child span.bottom{
    position:absolute;
    bottom:0;
    right:0;
}
.vert-bar tr:last-child td{
    border-right:none;
    border-left:none;
    background:none;
}
.vert-bar tr:first-child td{
    border-bottom:1px solid #eee;
    border-top:1px solid #eee;
}
.vert-bar .bar_area {
    position:relative;
    height:200px;
    width:45px;
    padding: 0 0 0 20px;
}
.vert-bar .bar_area .bar{
    background:#3C0;
    position:absolute;
    bottom:0;
    width:25px;

    border-radius: 4px;
    box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,0.5), inset 0px -1px 0px 0px rgba(0,0,0,0.3);
    border:1px solid #428400 !important;

    background: rgb(100,201,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(100,201,0,1) 0%, rgba(81,160,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(100,201,0,1)), color-stop(100%,rgba(81,160,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(100,201,0,1) 0%,rgba(81,160,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(100,201,0,1) 0%,rgba(81,160,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(100,201,0,1) 0%,rgba(81,160,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(100,201,0,1) 0%,rgba(81,160,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64c900', endColorstr='#51a000',GradientType=0 ); /* IE6-9 */
}

.vert-bar .bar_area .bar:hover{
    box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,0.5), inset 0px -1px 0px 0px rgba(0,0,0,0.3), 0 0 5px 0 rgba(0,0,0,0.4);
    cursor:help;
}
.vert-bar .bar_area .bar .label{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #428400;
    border-radius: 3px;
    left: -27px;
    padding: 3px;
    position: absolute;
    top: 10px;
    width: 70px;
    box-shadow:inset 0px -1px 0px 0px rgba(0,0,0,0.3), 0px 1px 2px 0 rgba(0,0,0,0.4);
}
.column {
    float:left;
    height:100%;
    display:block;
    margin: 0 14px 0 0;
}
.column.i3 {
    width:520px;
}
#leaderboard ul li {
    border-bottom:1px solid #DDDDDD;
    float:left;
    width:500px;
    position:relative;

}
#leaderboard ul li .place{
    border-right:1px solid #DDDDDD;
    padding:10px;
    float: left;
    height: 32px;
    width:32px;
}
#leaderboard ul li .text{
    padding:10px;
    float:left;
    height:32px;
    line-height:32px;

}
#leaderboard ul li .small{
    font-size:9px;
    color:#BBB;
    float:none;
}
#leaderboard ul li .prize{
    position:absolute;
    right:10px;
    top:0px;
}
#leaderboard ul li:nth-child(1) .text{
    font-size:25px;
}
#leaderboard ul li:nth-child(2) .text{
    font-size:22px;
}
#leaderboard ul li:nth-child(3) .text{
    font-size:18px;
}
#leaderboard ul li:nth-child(4) .text,#leaderboard ul li:nth-child(5) .text,#leaderboard ul li:nth-child(6) .text,#leaderboard ul li:nth-child(7) .text,#leaderboard ul li:nth-child(8) .text  {
    height:20px;
    line-height:20px;
    font-size:16px;
}
#leaderboard ul li:nth-child(4) .place,#leaderboard ul li:nth-child(5) .place ,#leaderboard ul li:nth-child(6) .place ,#leaderboard ul li:nth-child(7) .place ,#leaderboard ul li:nth-child(8) .place   {
    height: 20px;
    font-size:12px;
}
#leaderboard .bottom{
    bottom: -33px;
    color: #FFFFFF;
    left: 0;
    position: absolute;
    text-align: center;
    width: 220px;
    font-size:11px;
    text-shadow:0px 1px 1px #000;
}

button{
    cursor:pointer;
}
ul.request_overview{
    width:400px;
}
ul.request_overview li{
    padding:3px 5px;
    border-radius:3px;
    background: rgba(0,127,255,0.20);
    border-bottom: 2px solid rgba(0,127,255,0.40);
    margin-top:3px;
}
ul.request_overview li ul{
    display:none;
}
ul.request_overview li ul li{
    font-size:12px;
    height:20px;
}
.small_circle{
    height:10px !important;
    width:10px !important;
    border-radius:5px !important;
    background:#ccc !important;
    border:none !important;
    display: inline-block !important;
    padding:0 !important;
}
.small_circle.blue{
    background:#09F !important;
}
.small_circle.green{
    background:#6C0 !important;
}
.small_circle.yellow{
    background:#FC0 !important;
}
.small_circle.red{
    background:#C30 !important;
}
.admi_name {
    font-size:9px;
    border-radius:3px;
    padding:3px;
    display:inline-block;
    background-color:#bdc3c7;
    margin-bottom:2px;
    color:#fff;
    font-weight:bold;
}
.managers {
    width:250px;
    float:left;
    margin:0 10px 10px 0;
}
.managers h3 {
    border-radius:4px;
    padding:3px;
    background-color:#bdc3c7;
    color:#fff;
    font-weight:bold;
    text-align:center;
}
.managers p {
    font-size:13px;
    color:#333;
    margin:0 0 5px 0;
}
.multi-table2 {
    border-radius: 5px;
    margin: 0 0 10px 0;
    width:100%;
    box-shadow:0 1px 2px 0px rgba(0,0,0,0.15);
    background:#fff;
}

.multi-table2 th{
    font-size:14px;
    background:#F8F8F8;
    font-weight:bold;
    padding: 5px 15px;
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
    cursor:pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.multi-table2 thead th:last-child{
    border-right: none !important;
}
.multi-table2 tfoot {
    border-top: 1px solid #E2E2E2;
}
.multi-table2 tfoot tr:first-child td{
    font-size:12px;
    background:#F8F8F8;
    font-weight:bold;
    padding: 5px 5px;
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
}
.multi-table2 tfoot td:last-child{
    border-right: none !important;
}
.multi-table2.small th{
    font-size:11px;
    padding: 5px;
}
.multi-table2 td{
    font-size:13px;
    padding: 7px 5px;
}
.multi-table2.small td{
    font-size:12px;
    padding: 5px 4px;
}
.multi-table2 tr:nth-child(even) td{
    background:#f6f6f6;
}
.multi-table2 tr:hover td{
    background:rgba(0,0,0,0.05) !important;
}
.multi-table2 th.sorting_desc{

    background: #E8E8E8; /* Old browsers */
    background: url(../images/desc.png) center right no-repeat, -ms-linear-gradient(top,  #dfdfdf 0%,#f8f8f8 100%); /* IE10+ */
    background: url(../images/desc.png) center right no-repeat, linear-gradient(to bottom,  #dfdfdf 0%,#f8f8f8 100%); /* W3C */

}
.multi-table2 th.sorting_asc{
    background: #E8E8E8; /* Old browsers */
    background: url(../images/asc.png) center right no-repeat, -ms-linear-gradient(top,  #dfdfdf 0%,#f8f8f8 100%); /* IE10+ */
    background: url(../images/asc.png) center right no-repeat, linear-gradient(to bottom,  #dfdfdf 0%,#f8f8f8 100%); /* W3C */
}
.multi-table2 td.sorting_1{
    background: rgba(94,188,0,0.05) !important;
}
.multi-table2 tr:nth-child(even) td.sorting_1{
    background: rgba(94,188,0,0.10) !important;
}
.multi-table2 tr.red td{
    background:rgba(197, 49, 0, 0.2) !important;
}
.dropdown {
    border: 1px solid #AAAAAA !important;
    color: #333;
    font-family:Arial, Helvetica, sans-serif;
    box-shadow:inset 0px 1px 0px 0px #ffffff, inset 0px -1px 0px 0px rgba(0,0,0,0.1);
    text-shadow: 0px 1px 0px rgba(255,255,255,0.8);


    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(top,  #f7f7f7 0%, #e0e0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f7f7f7 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f7f7f7 0%,#e0e0e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f7f7f7 0%,#e0e0e0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f7f7f7 0%,#e0e0e0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */

    position:relative;
    border-radius:3px;
    text-align:center;
}
.dropdown:hover{

}
.dropdown li {
    cursor:pointer;
    padding:4px 8px;
}
.dropdown li ul{
    display:none;
    white-space: nowrap;
}
.dropdown li:hover ul{
    background:#fff;
    display:block;
    position:absolute;
    z-index:100;
    top:22px;
    right:-1px;
    border-radius:3px;
    border:1px solid #bbb;
    overflow:hidden;
}
.dropdown li ul li{
    cursor:default;
    position:relative;
    float:left;
    width:100%;
    padding:0;

}
.dropdown li ul li a{
    padding:8px 8px;
    position:relative;
    text-decoration:none;
    word-wrap:normal;
    float:left;
    text-align:left;
    width:100%;
    white-space: nowrap;
    text-shadow:none;
}
.dropdown li ul li a:hover{
    color:#000;
    background:#eee;
}
.dropdown li ul li a.red:hover{
    background:rgba(255,0,0,0.15);
    color:#3C0000;
}
.dropdown li ul li label{
    padding:8px 8px;
    position:relative;
    text-decoration:none;
    word-wrap:normal;
    float:left;
    text-align:left;
    width:100%;
    white-space: nowrap;
    text-shadow:none;
}
.dropdown li ul li label:hover{
    color:#000;
    background:#eee;
}
.dataTables_paginate {
    float:right;
}

.dataTables_length {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    color: #666;
    float: left;
    font-size: 12px;
    margin: 0 10px 10px 0;
    padding: 7px;
}
.dataTables_length select {
    color: #666;
    font-size: 12px;
    padding:1px;
    width:50px;

}

.dataTables_paginate .paginate_button {
    font-size:14px;
    text-decoration:none;
    border-radius: 4px;
    border: 1px solid #AAAAAA !important;
    color: #444444;
    font-family:Arial, Helvetica, sans-serif;
    box-shadow:inset 0px 1px 0px 0px #ffffff, inset 0px -1px 0px 0px rgba(0,0,0,0.1);
    text-shadow: 0px 1px 0px rgba(255,255,255,0.8);
    padding:5px 8px;
    display: inline-block;
    cursor:pointer;
    margin: 0 4px 0 0;


    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(top,  #f7f7f7 0%, #e0e0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f7f7f7 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f7f7f7 0%,#e0e0e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f7f7f7 0%,#e0e0e0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f7f7f7 0%,#e0e0e0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
}

.dataTables_paginate .paginate_button:hover {

    color: #444444;
    text-decoration:none;
    background: #f1f1f1; /* Old browsers */
    background: -moz-linear-gradient(top,  #f1f1f1 0%, #dcdcdc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f1f1f1 0%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f1f1f1 0%,#dcdcdc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f1f1f1 0%,#dcdcdc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f1f1f1 0%,#dcdcdc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */

}
.dataTables_paginate .paginate_button.current {

    background: #e0e0e0; /* Old browsers */
    background: -moz-linear-gradient(top,  #e0e0e0 0%, #f7f7f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e0e0e0 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e0e0e0 0%,#f7f7f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e0e0e0 0%,#f7f7f7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e0e0e0 0%,#f7f7f7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */

}
.dataTables_info {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    color: #666;
    float: left;
    font-size: 12px;
    margin: 0 10px 0 0;
    padding: 7px;
}
.dataTables_filter {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    color: #666;
    float: left;
    font-size: 12px;
    margin: 0 10px 10px 0;
    padding: 7px;
}
.dataTables_filter input {
    font-size:12px;
    padding:2px 5px;
    color:#060;
    width:150px;
    font-weight:bold;
    margin: 0 0 0 10px;
}
.dt-buttons {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    color: #666;
    float: left;
    font-size: 12px;
    margin: 0 10px 10px 0;
    padding: 7px;
    height:22px;
}
.dt-buttons:before {
    content: 'Download ';
}
.dt-buttons .dt-button{
    font-size: 11px;
    padding: 2px 6px;
    text-decoration:none;
    border-radius: 4px;
    border: 1px solid #AAAAAA !important;
    color: #444444;
    font-family:Arial, Helvetica, sans-serif;
    box-shadow:inset 0px 1px 0px 0px #ffffff, inset 0px -1px 0px 0px rgba(0,0,0,0.1);
    text-shadow: 0px 1px 0px rgba(255,255,255,0.8);
    display: inline-block;
    cursor:pointer;
    margin: 0 4px 0 0;


    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(top,  #f7f7f7 0%, #e0e0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f7f7f7 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f7f7f7 0%,#e0e0e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f7f7f7 0%,#e0e0e0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f7f7f7 0%,#e0e0e0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
}
.dt-buttons .dt-button:hover {

    color: #444444;
    text-decoration:none;
    background: #f1f1f1; /* Old browsers */
    background: -moz-linear-gradient(top,  #f1f1f1 0%, #dcdcdc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f1f1f1 0%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f1f1f1 0%,#dcdcdc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f1f1f1 0%,#dcdcdc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f1f1f1 0%,#dcdcdc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */

}
.campaign_box {
    padding:8px;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    width:200px;
    background:#FFF;
    position:relative;
    float:left;
    margin: 10px 10px 0 0;
    font-size:14px;
}
.campaign_box.bottom {
    margin: 20px 10px 30px 0;
}
.avail_campaigns {
    float:left;
    width:910px;
}

.campaign_box .status{
    padding:5px 5px 2px 5px;
    height:20px;
    font-size:11px;
    color:#666;
    border-radius:4px;
    border: 1px solid transparent;
}
.campaign_box .status.green{
    background: rgba(100,201,0,0.20);
    border:1px solid rgba(100,201,0,0.50);

}
.campaign_box .status.blue{
    background: rgba(0,163,217,0.20);
    border:1px solid rgba(0,163,217,0.50);

}
.campaign_box .logo{
    margin:10px;
    width:180px;
    height:80px;
    position:relative;
    text-align:center;
}
.campaign_box .logo img{
    max-height:80px;
    max-width:180px;
}
.campaign_box .tag {
    position:absolute;
    top:-15px;
    left:-10px;
    height:45px;
    width:69px;
    display:block;
    font-size:20px;
    padding:0 0 0 15px;
    color:#fff;
    text-shadow:0px 2px 2px rgba(0,0,0,0.60);
    background:url(../images/tag-small-green.png) top left no-repeat;
    z-index:10;
}
.campaign_box .adve_name{
    text-align:center;
    font-size:20px;
}
.campaign_box .div {
    margin: 5px 0;
    border-top: 1px dotted #ccc;
}
.campaign_box .deal {
    text-align:center;
    font-weight:bold;
    text-shadow:0 1px 2px rgba(0,0,0,0.5);
    color:#fff;
    font-size:16px;
    padding:5px;
    background:#ccc;
    margin-bottom:5px;
    height:22px;
    border-radius:4px;
}
.campaign_box .deal.rev{
    background:#09F;
}
.campaign_box .deal.cpa {
    background:#6C3;
}
.campaign_box .deal.cpl {
    background:#F90;
}
.campaign_box .premium{

}
.campaign_box .green_bottom {
    height:30px;
    padding:5px 15px 0;
    background:#f8f8f8;
    color:#333;
    font-size:16px;
    border-top: 1px solid #ddd;
    margin: 5px -8px -8px -8px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.campaign_box .green_bottom span.left {
    float:left;
}
.campaign_box .green_bottom span.right {
    float:right;
}
.campaign_box.plat {
    background:url(../images/partner-plat-bg.png) top left;
}
.campaign_box.gold {
    background:url(../images/partner-gold-bg.png) top left;
}
.campaign_box.silver {
    background:url(../images/partner-silver-bg.png) top left;
}
.campaign_box .ribbon {
    height: 30px;
    left: -5px;
    position: absolute;
    top: 108px;
    width: 226px;
}
.campaign_box p {
    margin: 5px 0;
    text-align: center;
}
.campaign_box .progress {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #428400;
    border-radius: 3px;
    bottom: 7px;
    float: left;
    height: 10px;
    position: absolute;
    width: 200px;
}
.campaign_box .bar {
    width:0%;

    float:left;
    height:10px;
    text-shadow:1px 1px 1px rgba(0,0,0,0.5);
    box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,0.5), inset 0px -1px 0px 0px rgba(0,0,0,0.3);
    border-right:1px solid #428400;


    background: rgb(100,201,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(100,201,0,1) 0%, rgba(81,160,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(100,201,0,1)), color-stop(100%,rgba(81,160,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(100,201,0,1) 0%,rgba(81,160,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(100,201,0,1) 0%,rgba(81,160,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(100,201,0,1) 0%,rgba(81,160,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(100,201,0,1) 0%,rgba(81,160,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64c900', endColorstr='#51a000',GradientType=0 ); /* IE6-9 */
}
@keyframes fadeIt {
    0%   { background-color: #FFFFFF; }
    10%  { background-color: #C5F099; }
    100% { background-color: #FFFFFF; }
}

.background_animated{
    background-image:none !important;
    -webkit-animation: fadeIt 3s ease-in-out;
    -moz-animation: fadeIt 3s ease-in-out;
    -o-animation: fadeIt 3s ease-in-out;
    animation: fadeIt 3s ease-in-out;
}
input.radio[type=radio] {
    display:none;
}

input.radio[type=radio] + label {
    display:inline-block;
    margin:-2px;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}

input.radio[type=radio]:checked + label {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    background-color:#e0e0e0;
}
input.radio[type=radio]:first-child + label {
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
}
input.radio[type=radio] + label:last-child{
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
}
.fa-question-circle {
    cursor:help;
}
.line-graph {
    margin-left: -5px;
    margin-bottom: -18px;
    max-height: 200px;
    position: relative;
}
.line-graph .c3-line {
    stroke-width: 2px;
}
.line-graph .c3-circle {
    display: none;
}
.title {
    font-family: 'Quicksand', sans-serif;
    font-size: 50px;
    margin: 0 0 0 15px;
    font-weight: 400;
    position: relative;
}
.title.green {
    color: #4caf50;
}
.title.red {
    color: #f44336;
}
.percent {
    position: absolute;
    top:22px;
    margin-left: 5px;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    padding: 4px 4px;
    letter-spacing: normal;
    cursor: help;
}
.percent.decrease{
    background: #f44336;
}
.percent.increase{
    background: #4caf50;
}
.percent > i {
    position: absolute;
    top: -13px;
    right: 50%;
    margin-right: -5px;
}
.percent.decrease > i{
    top: 15px;
}
.overtitle {
    font-family: 'Quicksand', sans-serif;
    color: #464855;
    font-weight: 700;
    margin: 0px 0 -6px 20px;
    font-size: 16px;
}
.undertitle {
    font-family: 'Quicksand', sans-serif;
    color: #464855;
    margin: 0 0 0 15px;
    font-size: 13px;
}
.box .options-fade {
    display: none;
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    padding-right: 1px;
    background: rgba(250,250,250,0.8);
    z-index: 100;
}
.box .options-box {
    display: none;
    text-align: center;
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    padding: 14px;
    margin: 0  0 0 -14px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    z-index: 101;
}
.box .options-box ul li{
    padding: 0 0 10px 0;
}

.box .btn-options {
    padding: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 3px;
    color: #cccccc;
}
.box .btn-options:hover {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    color: #999999;
}
.box .error {
    padding: 20px;
    text-align: center;
}
.box .error .error-text {

    margin-top: 20px;
    font-size: 16px;
    color: #666666;
}
.box .error i {

    font-size: 100px;
    color: #eeeeee;
}

#dashboard-group-control {
    text-align: center;
    width: 400px;
    height: 30px;
    background: #fff;
    padding: 5px 10px 10px 10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    position: absolute;
    top: -45px;
    left: 10px;
    z-index: 200;
}
#dashboard-group-control > .btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#dashboard-group-control > .top-text {
    font-family: 'Quicksand', sans-serif;
    color: #666;
    font-weight: 700;
    font-size: 13px;
}
#dashboard-group-control > .bottom-text {
    font-family: 'Quicksand', sans-serif;
    color: #464855;
    font-weight: 700;
    font-size: 16px;
}
#dashboard-group-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    padding-right: 1px;
    background: rgba(250,250,250,0.8);
    z-index: 100;
}
#dashboard-group-settings {
    display: none;
    text-align: center;
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -250px;
    width: 600px;
    padding: 14px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    z-index: 101;
}
#dashboard-group-settings li{
    padding: 0 0 10px 0;
}

#dashboard-group {
    position: relative;
    width: 100%;
    float: left;
    padding-top: 3px;
    border: dashed #eeeeee 4px;
    border-radius: 8px;
    margin-top: 20px;
}
#dashboard-group.hover {
    border: dashed #cccccc 4px;
}

#dashboard-group > .charts > div.box {
    width: 500px;
    height: 250px;
    padding: 10px 0 0 0;
    float: left;
    margin: 8px;
    overflow: hidden;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    5% {
        transform: translateX(-3px);
    }

    10% {
        transform: translateX(3px);
    }

    15% {
        transform: translateX(-3px);
    }

    20% {
        transform: translateX(3px);
    }

    25% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(0);
    }
}

#menu .menububble {
    position:absolute;
    top:6px;
    right:8px;
    background:#09F;
    border-radius:4px;
    text-shadow:0 1px 0 rgba(0,0,0,0.5);
    color:#FFF;
    border-bottom:2px solid #00416C;
    padding:2px 6px;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(250px,1fr));
    grid-gap: 14px;
}
.dashboard-grid .box{
    overflow: hidden;
}

#marketplace_wrapper {
    display: none;
    position: absolute;
    width: 330px;
    height: 350px;
    background: #fff;
    right: -350px;
    z-index: 200;
    top: -40px;
    border-radius: 10px;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.4);

}
#marketplace_wrapper .marketplace_icon {
    position: absolute;
    height: 15px;
    width: 30px;
    background: #fff;
    top: 30px;
    left: -45px;
    border-radius: 5px;
    padding: 10px;
    color: #333;
}
#marketplace_wrapper .marketplace_logo {
    float: left;
    width: 100%;
    text-align: center;
}
#marketplace_wrapper .marketplace_logo img{
    width: 60%;
}
