body {
    font-size: 12px;
    color: #333;
    /*background: white;*/
    font-family: 'Open Sans', sans-serif;
    /* width: 1000px; */
}

html {
    background: #3b99ff; /* Old browsers */
    background: -moz-linear-gradient(top,  #3b99ff 0%, #6ed3ff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b99ff), color-stop(100%,#6ed3ff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3b99ff 0%,#6ed3ff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3b99ff 0%,#6ed3ff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3b99ff 0%,#6ed3ff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #3b99ff 0%,#6ed3ff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b99ff', endColorstr='#6ed3ff',GradientType=0 ); /* IE6-9 */
    background-repeat: no-repeat;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
}

h1 {
    color: #3484D2;
}

#content hr {
    height: 2px;
    padding: 0;
    margin: 15px 0;
    border: 0;
    background: #A1D0FF;
}

table p {
    margin: 0.3em 0;
}

::-webkit-input-placeholder {
   color: rgba(0,0,0,0.5);
}

:-moz-placeholder { /* Firefox 18- */
   color: rgba(0,0,0,0.5);
}

::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(0,0,0,0.5);
}

:-ms-input-placeholder {
   color: rgba(0,0,0,0.5);
}

#main {
    width: 100%;
}

#ajax-spinner {
    margin: 15px 0 0 15px;
    padding: 13px;
    background: white url('../images/spinner.gif') no-repeat 50% 50%;
    font-size: 0;
    z-index: 123456;
    display: none;
}

div.flash {
    color: black;
    background: #FFF9D7;
    border: 1px solid #E2C822;
    padding: 1em;
    margin: 1em 0;
    overflow: hidden;
}

div.flash.error {
    background: lightpink;
}

a, #nauctovatPoplatekDialog a {
    text-decoration: none;
    color: #2020ff;
}

table a, .paginator a, #customer_fee a, .button a {
    color: #fad42e;
}

table a.curorder {
    text-decoration: underline;
}

table a:hover, .paginator a:hover, #customer_fee a:hover, #nauctovatPoplatekDialog a:hover, .button a:hover {
    color: #d8b20a;
}

#user a, #customer_login_form a, .customer_details a, #mobile a, #haloo a, #centrala a, #nauctovatPoplatekDialog a, #content li a {
    border-bottom: 1px dashed #2020ff;
}

a[href^="error:"] {
    background: red;
    color: white;
}

form tr, form td {
    /*vertical-align: top;*/
    font-weight: normal;
    padding: 2px 10px 2px 2px;
}

form .required label {
    font-weight: bold;
}

form .error {
    color: #D00;
    font-weight: bold;
}

form .error pre {
    font-weight: normal;
}

/*table tr {
    background: rgba(255,255,255,0.3);
}

table td {
    padding: 4px;
}*/

#header {
/*    border-bottom: 5px solid #E4E2DA;
    margin-bottom: 10px;*/
        padding: 20px;
}

#title {
    float: left;
    width: 450px;
    margin-bottom: 0.5ex;
        font-size: 2em;
        color: #fff;
}

#user {
    float: right;
    width: 450px;
    text-align: right;
    margin-bottom: 0.5ex;
}

#customer_login_form {
        clear: right;
        float: right;
}

#customer_search, #parovaci_form, #sim_search {
    text-align: center;
    font-size: 20px;
    margin-right: 1em;
    /*border-radius: 5px;*/
    padding: 1em 0;
    background: rgba(255,255,255,0.2);
}

#parovaci_form div {
    margin: 10px;
}

#customer_cli, #iccid, #cli, #imsi {
    border-radius: 5px;
    border: 2px solid rgba(59,153,255,0.4);
    padding: 2px;
    text-align: center;
}

#customer_cli:focus, #iccid:focus, #cli:focus, #imsi:focus {
    border-color: #888;
}

input {
    border: 2px solid #ccc;
    padding: 2px;
}

input:focus {
    border-color: #888;
}

input[type=submit] {
    background: rgba(0,0,0,0.3);
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 3px 10px;
    color: #fff;
}

input[type=submit]:hover {
    color: rgba(255,255,255,0.8);
}

input[required] {
    border-color: #f00 !important;
    border-color: rgba(255,0,0,0.7) !important;
}
.sign-in-form input[required] {
    border-color: #f00 !important;
    border-color: rgba(255,255,255,0.7) !important;
}

#customer_fee {
    margin: 10px 20px 10px 0;
}

#customer_fee a, .button a {
    border-radius: 5px;
    background: rgba(0,0,0,0.4);
    padding: 5px 10px;
    border: 0;
}


.customer_details {
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    border: 1px solid rgba(0,0,0,0.2);
    background: rgba(255,255,255,0.2);
    color: #000;
    border-radius: 5px;
    padding: 1em 2em;
    min-width: 200px;
}

.customer_details p {
    margin: 0;
    padding: 2px;
}

.customer_details strong {
    color: #fff;
}

.customer_details strong.big {
    font-size: 14px;
}

.customer_details h2 {
    color: #fff;
    margin-bottom: 0;
}

#customer_numbers {

}

#customer_numbers a {
    color: #c00;
}

#customer_numbers a:hover {
    color: #000;
}

.customer_numbers_table, .sim-information {
    margin-bottom: 10px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(0,0,0,0.1);
}

.customer_numbers_table_reference {
    background: rgba(255,255,255,0.2);
    box-shadow: 2px 2px 4px #000;
}

.customer_numbers_table .status, .customer_numbers_table .reference {
    font-size: 16px;
}

.customer_numbers_table .phone_number {
    font-size: 26px;
    text-align: center;
}

.customer_numbers_table .new_ticket {
    display: block;
    padding: 2px;
    text-align: center;
    border: 1px solid #99c;
    background: rgba(255,255,255,0.2);
    box-shadow: 0px 0px 3px #666;
}

.customer_numbers_table .simdialogbutton {
    color: #fff !important;
    margin-top: 5px;
    display: block;
    padding: 2px;
    border: 1px solid #669;
    text-align: center;
    background: #c00;
    box-shadow: 0px 0px 3px #666;
}

.customer_numbers_table .simdialogbutton:hover {
    background: #f00;
}

.customer_numbers_table .new_ticket:hover {
    background: rgba(0,0,0,0.1);
}

.customer_numbers_table .iccid {
    font-size: 14px;
}

.customer_numbers_table td, .customer_numbers_table th, .sim-information td, .sim-information th {
    padding: 0 7px;
}

.customer_numbers_table .parameters tr {
    background: none;
}

.customer_numbers_table .services {
    margin: 15px;

}

.customer_numbers_table table.services tr, .sim-information tr {
    border-bottom: 2px solid rgba(0,0,0,0.4);
}

.customer_numbers_table table.services tr:hover td, .sim-information tr:hover td, #sim-log tr:hover td, .stylized-table tr:hover {
    background: rgba(255,255,255,0.2);
}

.customer_numbers_table table.services td:first-child, .sim-information td:first-child {
    border-right: 2px solid rgba(0,0,0,0.4);
}

/*
.customer_numbers_table table.services tr:nth-child(even) {
    background: rgba(255,255,255,0.2);
}

.customer_numbers_table table.services tr:nth-child(odd) {
    background: rgba(0,0,0,0.1);
}
*/
#customer_payments td, #customer_log td, #seznamZakazniku td, #sim-log td, #seznam_uzivatelu td, .stylized-table td {
    padding: 4px 8px;
}

#customer_payments td.centered, #customer_log td.centered, #sim-log td.centered, #seznam_uzivatelu td.centered, td.centered {
    text-align: center;
}

#customer_payments td.righted, #customer_log td.righted, #sim-log td.righted, #seznam_uzivatelu td.righted, td.righted {
    text-align: right;
}

.customer_numbers_table th, #customer_payments th, #customer_log th, #seznamZakazniku th, .sim-information th, #sim-log th, #seznam_uzivatelu th, #report > table th, .stylized-table th {
    padding: 6px;
    background: rgba(0,0,0,0.4);
    color: #fff;
    vertical-align: middle;
}

#customer_payments tr:nth-child(even), #customer_log tr:nth-child(even), #sim-log tr:nth-child(even), #seznam_uzivatelu tr:nth-child(even), #report > table tr:nth-child(even), .stylized-table tr:nht-child(even) {
    background: rgba(255,255,255,0.1);
}

#customer_payments tr:nth-child(odd), #customer_log tr:nth-child(odd), #sim-log tr:nth-child(odd), #seznam_uzivatelu tr:nth-child(odd), #report > table tr:nth-child(odd), .stylized-table tr:nth-child(odd) {
    background: rgba(255,255,255,0.3);
}

#seznam_uzivatelu td:first-child {
    background: rgba(0,0,0,0.6);
    text-align: center;
}

#seznam_uzivatelu td:first-child a {
    display: block;
}

#seznam_uzivatelu tr:hover td {
    background: rgba(255,255,255,0.4);
}

#seznam_uzivatelu tr:hover td:first-child {
    background: rgba(0,0,0,0.4);
}

#sim-log tr.active {
    background-color: lightgreen !important;
}

#frm-customerRegistrationForm fieldset {
    border: none;
    padding: 20px;
    margin-bottom: 10px;
    margin-right: 20px;
    background: rgba(255,255,255,0.2);
    /*float: left;*/
    display: inline-block;
    max-width: 500px;
    height: 270px;
    vertical-align: top;
}

#report fieldset {
    border: none;
    padding: 20px;
    margin-bottom: 10px;
    margin-right: 20px;
    background: rgba(255,255,255,0.2);
    /*float: left;*/
    display: inline-block;
    vertical-align: top;
}

#report table tr th {
    padding: 5px;
    text-align: left;
}
#report table tr+tr th {
    border-top: 1px solid #333;
    padding-top: 2ex;
}
#report table tr td {
    padding: 5px 10px;
}
#report table tr.plus {
    background-color: #c0ffc0;
}
#report table tr.minus {
    background-color: #ffc0c0;
}
#report table tr.strong {
    font-weight: bold;
}

#frm-customerRegistrationForm input[type="submit"] {
    font-size: 20px;
    margin-top: 20px;
}

#frm-customerRegistrationForm th {
    text-align: left;
    vertical-align: top;
    padding-right: 10px;
}

#frm-customerRegistrationForm legend, #report fieldset legend {
    font-size: 14px;
    font-weight: bold;
    margin: 5px;
    padding: 5px;
    background: #21517f;
    /*background: rgba(59,153,255,1);*/
    color: #fff;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

#frm-ticketForm table {
    width: 1000px;
    margin-left: 100px;
}

#frm-ticketForm th {
    text-align: right;
    padding: 7px 15px 0 0;
    width: 50%;
    font-size: 14px;
}

#frm-ticketForm td {
    padding: 4px;
    position: relative;
}

#frm-ticketForm input {
    font-size: 14px;
}

#frm-ticketForm textarea {
    width: 100%;
}

#frm-ticketForm textarea.required {
    border: 2px solid #f00;
    border-color: rgba(255,0,0,0.7);
}

#frm-ticketForm small {
    display: block;
    margin: 3px 0 10px 0;
    font-size: 11px;
}

.paginator * {
    background: rgba(0,0,0,0.2);
    padding: 2px 4px;
    border: 1px solid rgba(0,0,0,0.2);
}

.paginator span {
    color: rgba(255,255,255,0.7);
}

.paginator a, .paginator span {
    /*border-radius: 5px;*/
}

.paginator span.current {
    background: rgba(0,0,0,0.8);
    color: #fff;
}

#paginatorPoplatky, #paginatorPlatby, #paginator {
    margin-top: 5px;
}

#container {
    clear: both;
    border-top: 5px solid /*#E4E2DA*/ rgba(255,255,255,0.5);
    margin-top: 10px;
    padding-top: 0.5ex;

}

#login-content {
    margin-top: 2em;
}

#sidebar {
    float: left;
    width: 20em;
    margin-bottom: 20px;
}

#sidebar #leftmenu {
    margin: 0 1em 1em 1em;
    padding: 0;
}

#sidebar #leftmenu h2 {
    text-align: right;
    padding: 8px;
    font-size: 14px;
    margin-bottom: 0;
    background: rgba(0,0,0,0.1);
}

#sidebar #leftmenu h2 a {
    color: #fff;
    display: block;
}

#sidebar #leftmenu h2>a:hover {
    color: #000;
}

#sidebar #leftmenu ul {
    padding-left: 0;
}

#sidebar #leftmenu li {
    list-style-type: none;
}

#sidebar #leftmenu li a {
    text-decoration: none;
}

#sidebar #leftmenu li>a {
    color: #fff;
    text-decoration: none;
    /*background: rgba(0,0,0,0.1);*/
    border-bottom: 1px solid rgba(0,0,0,0.1);
    display: block;
    padding: 5px;
    /*border-radius: 5px;
    margin-bottom: 5px;*/
}

#sidebar #leftmenu li>a:hover {
    background: rgba(255,255,255,0.1);
    color: #000;
}

#sidebar #leftmenu li a.currentPresenter,
#sidebar #leftmenu li span.currentPresenter,
#sidebar #leftmenu li h2.currentPresenter{
    background: rgba(0,0,0,0.2);
}

#sidebar #leftmenu .l1menu {
    margin: 0;
}

#sidebar #leftmenu .l1menu > li {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 1em;
}

#sidebar #leftmenu .l2menu {
    margin: 0 0 1.5em 0;
}

#sidebar #leftmenu .l2menu > li {
    font-weight: normal;
    font-size: 0.9em;
}

#sidebar #leftmenu .l2menu > li:first-child {
    margin-top: 0.5em;
}

#content {
    margin-top: 1em;
        /*float: left;*/
        margin-left: 21em;
}

.sign-in-form {
    width: 300px;
    margin: 0 auto;
}

.sign-in-form input {
    border-radius: 5px;
    font-size: 1em;
}

.sign-in-form input[type="text"], .sign-in-form input[type="password"] {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    margin-left: 1em;
    width: 140px;
    padding: 2px;
}

.sign-in-form input[type="checkbox"] {
    margin-left: 1em;
    margin-top: 0.5em;
}

.sign-in-form input[type="submit"] {
    background: #6ed3ff;
    border: 0;
    color: #000;
    margin-top: 1em;
    margin-left: 1em;
    padding: 5px;
}

#footer {
    clear: both;
    margin-top: 50px;
    /*border-top: 1px solid silver;*/
    text-align: center;
    font-size: 80%;
}

/* user styling */

.nosim {
    background-color: #ED8383;
}
tr.custList:hover {
    background-color: #FDF5CE;
}

.centered {
    text-align: center;
}
.righted {
    text-align: right;
}
.lefted {
    text-align: left;
}

.sim-iccid, .sim-imsi {
    font-size: 14px;
}

.seznamtarifu td {
    height: 25px;
}

fieldset[hidden] {
    display: none !important;
}
