@font-face {
    font-family: 'DistrictPro';
    src: url('../assets/base/css/fonts/distproth.eot');
    src: url('../assets/base/css/fonts/distproth.eot?#iefix') format('embedded-opentype'), url('../assets/base/css/fonts/distproth.woff') format('woff'), url('../assets/base/css/fonts/distproth.ttf') format('truetype'), url('../assets/base/css/fonts/distproth.svg#district_prothin') format('svg');
    font-weight: normal;
    font-style: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
/*audio:not([controls]) { display: none; }*/

[hidden] {
    display: none;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    padding: 0;
}

h1 {
    margin: 2%;
    padding-top: 4%;
    font-family: DistrictPro;
    color: #3179A2;
}

/*icons th*/

.ico {
    display: block;
    
    margin-bottom: 15px;
		height: 40px;
	width: 40px;
}
.big-stats {
    background: #ededed;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    display: block;
    width: 100%;
}
div.innertube {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
table {
    font-family: 'arial', sans-serif;
    text-align: center;
}
th {
    background-color: #3179a2;
    color: #fff;
    font-family: 'DistrictPro';
    padding-right: 10px;
}
td {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-left: none;
}
table img.plus {
    margin-bottom: 3px;
}
table.status tbody tr:nth-child(odd) {
    background-color: #fff;
}
.log_table tbody tr:nth-child(4n - 1) {
    background-color: #ededed;
}
.log_table td {
    width: 15%;/*Aling*/
}
table th.section-header {
   width: 9%;
    padding-top: 20px;
    padding-bottom: 20px;
}
/*textarea*/

select,
input[type="color" i][list] {
                         border: 1px solid rgb(166, 166, 166);
                         border-image-source: initial;
                         border-image-slice: initial;
                         border-image-width: initial;
                         border-image-outset: initial;
                         border-image-repeat: initial;
                     }
select:not(:-internal-list-box) {
    overflow: visible !important;
}
select {
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    border: 1px solid #ededed;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: #333;
    background-color: #ededed;
    cursor: default;
    width: 100%;
}
keygen,
select {
    border-radius: 5px;
}
keygen,
select,
button {
    margin: 0em;
    font-size: 11px;
    font-family: 'arial';
    color: #333;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
}
/*message*/

.message {
    background-color: #3179a2;
    margin-top: 40px;
    width: 500px;
    text-align: center;
    padding: 30px;
    color: #fff;
    font-family: 'DistrictPro';
}
/*align*/

table img {
    vertical-align: middle;
}
table td img {
    vertical-align: middle;
    max-width: 80px;
}
/*information*/

.information {
    background-color: #fff;
    margin-top: 30px;
    color: #3179a2;
    font-family: 'DistrictPro';
    height: 100%;
}
.information select {
    width: 30%;
}
td.information {
    background-color: #3179a2;
    margin-top: 0px;
    color: #fff;
    font-family: 'DistrictPro';
}
input:not([type="text"]) {
    background-color: #ff68d6;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    font-weight: normal;
    border: none;
    margin-left: 20px;
}
input[ type="checkbox"] {
    margin-bottom: 30px;
}
/*textarea*/

textarea {
    -webkit-appearance: textarea;
    background-color: #ededed;
    border: none;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    flex-direction: column;
    resize: auto;
    cursor: auto;
    padding: 2px;
    white-space: pre-wrap;
    word-wrap: break-word;
    flex-direction: column;
    resize: auto;
    cursor: auto;
    padding: 2px;
    white-space: pre-wrap;
    word-wrap: break-word;
    vertical-align: middle;
}
.global-message .error {
    background-color: #fc6565;
    color: white;
    width: 100%;
}
.global-message .msg {
    font-size: 21px;
    line-height: 1em;
    padding-top: 30px;
    font-family: DistrictPro;
    text-align: center;
    padding-bottom: 30px;
}
.global-message .error span {
    background-image: url(../images/error.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 25px;
}
.table3 th {
    background-color: #3179a2;
    color: #fff;
    font-family: 'DistrictPro';
    padding: 10px;
}
th.big {
    width: 40%;
}
img.edi {
    margin-right: 20px;
}
/*log out*/

.logout {
    background-color: #3179a2;
    color: white;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    font-family: 'DistrictPro';
    font-size: 18px;
}
.logout button {
    background-color: #ff68d6;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    font-weight: normal;
    border: none;
    margin-left: 20px;
}
.global-message .info {
    background-color: #B1D46C;
    color: #708A4A;
}
.global-message .info span {
    background-image: url(../images/tick.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 25px;
}
/*edition*/

.edition {
    margin-top: 30px;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}
/*add*/

.addi {
    padding-top: 20px;
}
.close {
    margin-right: 20px;
    margin-top: 20px;
}
/*edit msg*/

.global-message .edit {
    background-color: #D1DDF5;
    color: #3179a2;
    font-size: 26px;
}
.global-message .edit img {
    margin-left: 20px;
}
.global-message .edit input {
    margin-left: 0;
}
.global-message .edit button.add {
    background-color: #ff68d6;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    font-weight: normal;
    border: none;
    margin-left: 20px;
}
.global-message .edit button.cancel {
    background-color: #ff68d6;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    font-weight: normal;
    border: none;
    margin-left: 20px;
}
::-moz-selection {
    background: #20A6DB;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #20A6DB;
    color: #fff;
    text-shadow: none;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}
/* input:valid, textarea:valid {  } */

input:invalid,
textarea:invalid {
    background-color: #f0dddd;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    /*height: 100%*/
	    height: auto;
}
td {
    vertical-align: middle;
}
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0;
}
th.explication1 ul {
    margin-top: 30px;
    margin-bottom: 30px;
   /* font-size: 14px;
    font-family: 'DistrictPro';*/
    list-style: none !important;
    text-align: left !important;
}
th.explication1 ul li {
    margin-bottom: 10px;
}
th.explication1 ul li img {
    margin-right: 10px;
}
#show_admin_twitter_settings {
    margin-right: 50px;
}
input.tweet {
    margin-bottom: 0px;
}


/*edit twitter*/

p.peque {
    font-size: 70%;
    margin-left: 20px;
}
.peque input {
    margin-left: 0;
    width: 60%;
    float: right;
    margin-right: 30px;
}
.edition2 {
    margin-top: 30px;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

/*tablas*/

table.status tbody tr:nth-child(even) select {
    border: #fff solid
}

.log_table tbody:nth-child(even) select {
    background-color: #fff;
}

.log_table tbody:nth-child(even) textarea {
    background-color: #fff;
}

.log_table tbody:nth-child(even) {
    background: #ededed;
}
/* DESKTOP */
@media screen and (min-width: 1140px) {
    table.status tbody tr:nth-child(even) {
        background-color: #ededed;
    }
    .tablet_show {
        display: none;
    }
    .desktop_show {
        display: block;
    }
}

/* TABLET */
@media screen and (max-width: 1140px) and (min-width: 740px){
    .desktop_show {
        display: none;
    }
    .tablet_show {
        display: block;
    }
    table {
        border: 0;
        width: 100%;
    }
    table thead {
        display: block;
    }
    table tr {
        margin-bottom: 10px;
        display: block;
        padding: 10px;
        border-bottom: 2px solid #ddd;
    }
    table td {
        text-align: center;
        width: 23%;
        display: inline-table;
        margin-bottom: -8px;
        /*font-size: 13px;*/
    }

    table th.section-header {
        width: 18%;
    }

    table th.explication1 {
        width: 24%;
    }

    table td.section-row {
        width:31%;
        margin-bottom: 5px;
        text-align: left;
        text-transform: uppercase;
        font-weight: bold;
    }

    .ico {
        display: block;
        width: 100px;
        height: 100px;
    }
    .edition {
        width: 100%;
    }
    .edition2 {
        width: 100%;
    }
    select {
        width: 100%;
    }
    ul {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 20px;
        font-family: 'DistrictPro';
        list-style: none !important;
        text-align: left !important;
    }
    ul li {
        margin-bottom: 10px;
    }
    ul li img {
        margin-right: 10px;
    }

    .iconito {
        float: right;
        /*margin-right: 40%;*/
		margin-right: 48%;
        margin-top: -16px;
        width: 30px;
    }
    table.pad td {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    #show_admin_twitter_settings {
        margin-right: 20px;
    }
    .peque input {
        width: 100%;
        margin-right: 20px;
        float: none;
    }
    p.peque {
        margin-right: 20px;
    }
    .logito {
        display: none;
    }
}

/* DEVICES */
@media screen and (max-width: 740px) {
    .desktop_show {
        display: block;
    }
    .tablet_show {
        display: none;
    }
    select {
        width: 50%;
        float: right;
    }
    th.explication1 {
        display: block;
    }
    .logito {
        background-color: #3179a2;
        padding-bottom: 20px !important;
    }
    table td img {
        vertical-align: middle;
    }
    .information select {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    table {
        border: 0;
        width: 100%;
    }
    table thead {
        display: block;
    }
    table tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid #ddd;
    }
    table td {
        display: block;
        text-align: center;
        /*font-size: 13px;*/
    }
    table td:last-child {
        border-bottom: 0;
    }
    table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }

    table.report tbody td:nth-child(even) {
        background: #ededed;
    }

    table th.section-header {
        display: none;
    }

    .ico {
        display: block;
        width: 100px;
        height: 100px;
    }
    .edition {
        width: 100%;
    }
    .edition2 {
        width: 100%;
    }
    select {
        width: 100%;
    }
    ul {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 20px;
        font-family: 'DistrictPro';
        list-style: none !important;
        text-align: left !important;
    }
    ul li {
        margin-bottom: 10px;
    }
    ul li img {
        margin-right: 10px;
    }

    .iconito {
        float: right;
        /*margin-right: 40%;*/
        margin-right: 16%;
        margin-top: -16px;
        width: 30px;
        vertical-align: middle;
    }
    table.pad td {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    #show_admin_twitter_settings {
        margin-right: 20px;
    }
    .peque input {
        width: 100%;
        margin-right: 20px;
        float: none;
    }
    p.peque {
        margin-right: 20px;
    }
}


th.information {
    background-color: #ef0089;
    height: 50px;
    font-weight: bold;
    color: white;
	
}
th.information a:link {
color: white;
text-decoration: none;
}
th.information a:visited {
text-decoration: none;
color: white;
}
th.information a:hover {
text-decoration: none;
color: white;
}
th.information a:active {
text-decoration: none;
color: white;
}
/*Text on ths*/
table.status.report .tabletext {
    height: 20px;
}
th, td,li, #footer-legal {
    font-size: 16px;
	font-family: 'DistrictPro';
}
footer#main-footer {    
	border-top: 10px solid rgb(48, 120, 162);	
    display: block;
    text-align: center;
    background: rgb(51, 51, 51);
    color: rgb(181, 181, 181);
    padding-bottom: 40px;
    padding-top:10px;
}

#twitterfeed{
	 text-align: right;
}
#footer-legal span {
	margin-top: 40px;
    display: inline-block;
    background-image: url(/assets/base/img/footer/trading-company.png);
	background-repeat: no-repeat;
    background-size: 252px 20px;
    width: 252px;
    height: 15px;

}
#footer-legal img {
    margin-top: -8px;
}

