body {
    background-color: #fff;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: #656565;
}


#wrapper {
    width: 99%;
    margin: 0 auto;
    position: relative
}

a {
    color: #EF4399;
    text-decoration: none;
}

#logo {
    margin: 30px 0 25px 27px;
}

#logos {
    position: absolute;
    right: 14px;
    top: 35px;
}

#user a {
    color: #000;
}

#lang {
    position: absolute;
    font-weight: bold;
    right: 0;
    top: 5px;
    font-size: 11px;
}

ul, ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul li {
    float: left;
}
.paging ul li {
    margin-right:10px;
}

div.checkboxblock ul li {
    display: block;
    float: left;
    width: 275px;
}

.checkboxblock label {
    float: none;
    display: inline;
}


ul {
    clear: both;
}

div#inner {
    font-weight: bold;
    text-align: left;
}

ul#upper {
    height: 44px;
    line-height: 44px;
	//background: #EF4399;
    //font-size: 13px;
    font-weight: bold;
}

ul#upper a {
    color: #fff;
    text-decoration: none;
    padding: 0 36px;
    display:block;
}

ul#upper li {
    color: #fff;
    background: #e2007a;
}

label {
    color: #E2007A;
    display: block;
    float: left;
    width: 175px;
}

ul#upper li#user {
    float:right;
    //padding: 0 20px;
    font-size: 11px;
    font-weight: normal;
    color: #fff;
}

ul#upper li#user a {
    margin-left: 7px;
}

ul#upper li#user img {
    vertical-align: middle;
    margin-right: 3px;
}

ul#lower {
    height: 39px;
    line-height: 39px;
    background: #bbb;
    font-size: 13px;
    font-weight: bold;
}

ul#lower li {
    padding: 0 26px;
    color: #fff;
}

ul#lower li.active a {

    color: #ffffff;

}

ul#lower2 {
    height: 39px;
    line-height: 39px;
    background: #bbb;
    font-size: 13px;
    font-weight: bold;
}

ul#lower2 li {
    padding: 0 26px;
    color: #fff;
}

ul#lower2 li.active a {

    color: #ffffff;

}

ul#upper li.selected {
    background: #bbb;
    color: #fff000;
}



input[type="text"],input[type="password"], input[type="text"]:focus, select {
    padding: 4px;
    outline: 0;
    border: 1px solid #c6c6c6;
    color: #656565;
}

input[type="submit"],input[type="reset"], input[type="button"], button, button.ui-button, .btn {
    display: inline-block;
    background: #e6e6e6;
    text-decoration: none !important;
    /*outline: 1px #000000 solid;*/
    border: 1px #fff solid;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #000000;
    text-shadow: 0 1px 0 #ff;
    padding: 5px 14px;
    margin: 2px auto;
    cursor: pointer;
    white-space:nowrap;
}



input[type="submit"]:hover, input[type="button"]:hover, button:hover, button.ui-button:hover, .btn:hover {
    background: #fff;
}

input[type="submit"]:active, input[type="button"]:active, button:active, button.ui-button:active, .btn:active {
    color: #000;
}

#settings {
    background-color: #f7f7f7;
    outline: 1px solid #e4e4e4;
    border-top: 1px solid #fff;
    padding: 14px 30px;
    margin: 10px 0;
}

hr {
    width: 100%;
    clear: both;
    margin: 15px 0px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #efefef;
    border-left: 0;
    border-right: 0;
}

#info {
    text-align: center;
}

#infoblock {
    display: inline-block;
    background-color: #e8f6cb;
    padding: 18px 40px;
    border: 1px solid #d9e9b4;
    color: #078b10;
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
}

table {
    outline: 1px solid #e4e4e4;
    border-top: 1px solid #fff;
    empty-cells: show;
}

th {
    background-color: #EF4399;
    color: #fff;
    font-size: 12px;
    height: 35px;
    text-align: center;
    padding: 10px 8px;
    border: 1px solid #a2007a;
}

.phone-container th,
.phone-container td {
    height: 15px;
    padding: 1px 8px;
}


.testmessage td {
    color: deepskyblue !important;
}

td {
    color: #656565;
    font-size: 12px;
    padding: 10px 8px;
    border-bottom: 1px solid #e4e4e4;
    border: 1px solid #a2007a;
}

.paging {
    text-align: center;
    margin: 10px 0;
}

tr.a1 td {
    background-color: #ffffdc;
}

tr.a2 td {
    background-color: #f3f3f3;
}
#centerlogin {
    display: block;
    float: none;
    height: auto;
    margin-left: 40%;
    margin-right: 15%;
}
#Logowanie label {
    display: block;
    text-align: right;
    width: 110px;
    margin-top: 8px;
    margin-right: 12px;
}
#Logowanie #submit {
    margin-left: 31px;
}
#Logowanie dd {
    margin-bottom: 5px;
    margin-top: 5px;
}
#Logowanie dt {
    margin-bottom: 5px;
    margin-top: 5px;
    clear:both;
}
#timezonespan {
    font-size: 12px;
    font-weight: bold;
}
#timezone-label {
    margin-bottom: 8px !important;

}
#timezone-element {
    margin-bottom: 8px !important;
}
.textboxlogowanie label {
    color: #FF0000;
    float: left;
    margin: 3px 0 0 12px;
}
.textboxlogowanie span {
    display: block;
    float: left;
    margin: 6px 0 18px;
}
.clr100 {
    clear: both;
    margin-bottom: 100px;
}
.clr {
    clear: both;
}
.clr15 {
    clear: both;
    margin-top:15px;
}

input[type="text"], input[type="textarea"], input[type="password"], select, textarea {
    border: 1px solid #999999;
}

input[type="text"], input[type="password"], input[type="text"]:focus, select, textarea {
    border: 1px solid #C6C6C6;
    color: #656565;
    outline: 0 none;
    padding: 4px;
    width: 250px;
}


#Logowanie input[type="text"],input[type="password"] {
    width: 196px;
}
.stopka {
    display: block;
    height: 96px;
    font-size: 11px;
    clear:both;
    margin-top:150px;
    text-align:center;
}

#columns {}

#columns ul {
    border: 1px solid #708090;
    float: left;
    height: 150px;
    margin-top: 0;
    overflow: auto;
    padding: 2px;
    width: 340px;
}

#columns select {
    border: 1px solid #708090;
    float: left;
    height: 150px;
    margin-top: 0;
    overflow: auto;
    padding: 2px;
    width: 340px;
}

#columns .buttonGroup {
    float: left;
    margin: 22px 10px;
}

#operators {}

#operators select {
    border: 1px solid #708090;
    float: left;
    height: 150px;
    margin-top: 0;
    overflow: auto;
    padding: 2px;
    width: 340px;
}

#operators .buttonGroup {
    float: left;
    margin: 22px 10px;
}

#privileges {}

#privileges select {
    border: 1px solid #708090;
    float: left;
    height: 150px;
    margin-top: 0;
    overflow: auto;
    padding: 2px;
    width: 340px;
}

#privileges .buttonGroup {
    float: left;
    margin: 22px 10px;
}


#las {}

#las select {
    border: 1px solid #708090;
    float: left;
    height: 150px;
    margin-top: 0;
    overflow: auto;
    padding: 2px;
    width: 340px;
}

#las .buttonGroup {
    float: left;
    margin: 22px 10px;
}

#roles {}

#roles select {
    border: 1px solid #708090;
    float: left;
    height: 150px;
    margin-top: 0;
    overflow: auto;
    padding: 2px;
    width: 340px;
}

#roles .buttonGroup {
    float: left;
    margin: 22px 10px;
}

#mpids {}

#mpids select {
    border: 1px solid #708090;
    float: left;
    height: 150px;
    margin-top: 0;
    overflow: auto;
    padding: 2px;
    width: 340px;
}

#mpids .buttonGroup {
    float: left;
    margin: 22px 10px;
}



.sampleDiv ul {
    list-style: none outside none;
    padding: 0;
    text-decoration: none;

}
.sampleDiv li {width: 100%;}

.hoverItem {
    background: none repeat scroll 0 0 #66CCCC;
}
.selectedItem {
    background: none repeat scroll 0 0 #FFCC33;
}
.addButton, .delButton {
    float: left;
    text-align: left;
    width: 100px;
}
.addallButton, .delallButton {
    float: left;
    text-align: left;
    width: 100px;
}
.simpleItem {
}
.simpleItem .id {
    display: none;
}
.hoverItem2 {
    background: none repeat scroll 0 0 #A2B5CD;
}
.selectedItem2 {
    border: 1px solid #708090;
}
#lasearch {width: 236px;}
::-webkit-input-placeholder  { color: #000000; }
input:-moz-placeholder { color: #000000; }
#msisdn, #token {width: 155px;}
#dateFrom {width: 90px;}
#dateTo {width: 90px;}

.comiseo-daterangepicker-presets {
    max-width: 150px;
}


.ui-button .ui-icon {
    display: inline-block;
}

#la {width: 90px;}
#serviceName {width: 130px;}

form#history-search-form > #serviceId {width: 150px;}
form#history-search-form > #serviceCode {width: 150px;}



#lang a {color:#000000;}
.errors {
    color: #FF0000;
    font-size: 14px;
}
dl ul li {
    float: none;
}
.optional {margin-top: 5px;}
#login-label {}

td.active{color: #339900;}
td.notactive{color: #ff3333;}

tr.a1 td {
    background-color: #FFFFB4;
}

tr td.a1 {
    background-color: #FFFFB4;
}


tr.a2 td {
    background-color: #FFFF84;
}
tr td.a2 {
    background-color: #FFFF84;
}

tr.a3 td {
    background-color: #F5F5F5;
}
tr td.a3 {
    background-color: #F5F5F5;
}
tr.a4 td {
    background-color: #E6E6E6;
}
tr td.a4 {
    background-color: #E6E6E6;
}
tr.a5 td {
    background-color: #D2D2D2;
}
tr td.a5 {
    background-color: #D2D2D2;
}
tr.a6 td {
    background-color: #CCCCFF;
}
tr td.a6 {
    background-color: #CCCCFF;
}

tr td.a7 {
    background-color: #669900;
    color: #FFFFFF;
}

tr td.a8 {
    background-color: #ff0000;
    color: #FFFFFF;
}

.a1-hover,.a2-hover,.a3-hover,.a4-hover,.a5-hover,.a6-hover {
    background-color: #ff9933;
    color: #000000;
}

.legend {}
#history-results a {color: #000000; text-decoration: underline;}



.detailsTable {
    border: 1px solid;
    font-size: 12px;

}
.detailsTable th {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid;
    font-size: 9px;
    text-align: center;
    padding: 3px;
    height: 20px;
}
.detailsTable td {
    border-top: 1px solid;
    border-width: 1px;
    padding-right: 3px;
}

.formbuttons {margin-left: 176px;}
.warrning {
    background-color: #ff9999 !important;
    font-size: 14px;
}
form#newsubscription > fieldset > input#msisdn {
    width: 175px;
}
form#editedsubscription > fieldset > input#msisdn {
    width: 175px;
}
#operatorCode {
    width: 155px;
}
.fl {float: left;}
.fr {float: right;}

#service-autocomplete {
    position: absolute;
}

ul#service-autocomplete-autocompletes li {
    background-color: #CCCCCC;
    display: block;
    float: none;
    width: 240px;
}
ul#service-autocomplete-autocompletes li {
    color: #000000 !important;
    padding: 0 11px !important;
}

#showservice {
    border: 1px solid #C6C6C6;
    color: #656565;
    outline: 0 none;
    padding: 4px;
    width: 250px;
}

#additionalop {display: none;}
.partscontent {display: block;float: left; width:80%;}
.ml175 {
    margin-left:175px;
}

#newdataelementscontent {
    margin-left:175px;
}

#newdataelementimage {display: none;}
#newdataelementtext {display: none;}
.normal {color: #00cc33;}
.msgcounter {margin-left: 175px;margin-bottom: 5px;}


th.headerSortUp {
    background: url(../img/small_asc.gif) right no-repeat;
    background-color: #EF4399;
}
th.headerSortDown {
    background: url(../img/small_desc.gif) right no-repeat;
    background-color: #EF4399;
}
.tablesorter th {
    cursor: pointer;
}

.partnerTransactionIdRow {
    max-width:70px !important;
}
.showexport_textarea {
    height: 100%;
    width:100%;
}
#show_me_export {
    cursor:pointer;
}
.imported_content_values table th, .imported_content_values table td {
    padding:3px 3px;
}
.imported_content_values {
    display:none;
}
#top li:hover {
    background: #bbb;
}
.error {
  background: red;
    font-size: 16px;
    padding:10px;
    color: white;
    margin: 10px;
}
#submitHlr {
    background: #FFAA00;
    color:#fff;
    padding: 5px;
}

.show {
    display: block;
}
.hide {
    display: none;
}

textarea.invalid,
input.invalid,
textarea.invalid + label,
input.invalid + label {
    border: 1px solid red;
}

#dp_bl_add {
    background-color: #EF4399;
    color: #fff;
}


#spinner {
    z-index: 999999999999;
}