﻿* {
    box-sizing: border-box;
}

html, body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
   /* font-family: 'Play', serif;*/
    font-family: 'Lato', sans-serif;
    font-size: 14pt;
    overflow: visible;
}

body {
    background-color: #000000;
}

h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}



ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style: none;
        list-style-position: inside;
        display: list-item;
        margin: 2px 0px 0px 0px;
        padding: 0;
    }

     ul.disc li {
        list-style:disc;
        list-style-position: inside;
        display: list-item;
        margin: 2px 0px 0px 0px;
        padding: 0;
    }

a {
    color: #ffffff;
}

header {
    background-color: #000000;
    height: 60px;
    color: #FFFFFF;
}

nav {
    margin: 10px 10px 0px 0px;
    float: right;
    vertical-align: middle;
}

    nav li {
        text-transform: lowercase;
        display: inline-block;
        margin: 0px 30px 0px 0px;
    }

table {
    border: 1px solid #000000;
    border-collapse: collapse;
    border-spacing: 0;
}

section#subheader {
    background-color: #ffffff;
    clear: both;
    height: 2.5rem;
}

section#maincontent {
    color: #FFFFFF;
    background-color: #a30000;
}

section#ktodzwonil {
    padding: 20px 10px 20px 10px;
}

section#wjakiejsieci {
    padding: 20px 10px 20px 10px;
}

.sectionRed {
    background-color: #a30000;
    color: #ffffff;
    padding: 10px 10px 10px 10px;
}

.sectionBlack {
    background-color: #000000;
    color: #ffffff;
    padding: 10px 10px 10px 10px;
}

.sectionCentered {
    margin: 0 auto 0 auto;
    padding: 100px 0 100px 0;
    width: 50%;
}

::-webkit-input-placeholder {
    color: #808080;
}

::-moz-placeholder {
    color: #808080;
}

:-ms-input-placeholder {
    color: #808080;
}

input:-moz-placeholder {
    color: #808080;
}

.text1stColor {
    color: #ffffff;
}

.text2ndColor {
    color: #000000;
}

.text3rdColor {
    color: #e75700;
}

.cursorHand {
    cursor: pointer;
    cursor: hand;
}

.myhidden {
    visibility: hidden;
}

.validation-summary-errors li {
    list-style: none;
    color: #e75700;
}

.rotate {
    text-indent: 0px;
}


footer nav, footer nav a {
    color: #e75700;
}

input#GSMCountryCode {
    height: 2rem;
    width: 4rem;
    font-size: 1.5rem;
    color: #000000;
    border: 1px solid #000000;
    outline: none;
    background-color: #e75700;
}

input#GSMPhoneNumber {
    height: 2rem;
    width: 14rem;
    font-size: 1.5rem;
    border: 1px solid #000000;
    outline: none;
    background-color: #ffffff;
    color: black;
}

input#GSMSearch {
    margin-left: 10px;
    border: none;
    outline: none;
    vertical-align: middle;
}

div#PhonePrefixInfo {
    vertical-align: top;
}

div#_PhoneNumberInfo_Listing {
    padding-left: 20px;
}

div#PhoneNumberInfo_Add_Existing {
    padding-top: 20px;
}

div#PhoneNumberInfo_Add_New {
    padding-top: 20px;
}

ul.PhoneNumberInfo_SearchResult {
    display: block;
    margin-left: 10px;
    margin-top: 10px;
}

li.PhoneNumberInfo_SearchResultItem {
    display: list-item;
    list-style-position: inside;
    list-style: square;
    font-size: 0.7rem;
    margin-bottom: 10px;
}


.textCenter {
    text-align: center;
}

.article {
    font-size: 0.8rem;
}


.printscreen_gallery > img {
    margin-right: 10px;
}

#article_android_app h2, #article_android_app h3 {
    margin-top: 10px;
}

#article_android_app ul li {
    display: list-item;
    list-style: square;
    list-style-position: inside;
}

table.prefixList {
    margin: 10px auto 0px 20px;
    color: #ffffff;
}

    table.prefixList td {
        border: 1px solid #000000;
    }


/* _PhoneNumberInfo_Add */

#_PhoneNumberInfo_Add h1, #_PhoneNumberInfo_Add h2, #_PhoneNumberInfo_Add h3 {
    margin-bottom: 15px;
    display: block;
}

#_PhoneNumberInfo_Add > form > label {
    display: block;
    margin-bottom: 5px;
}

#_PhoneNumberInfo_Add > form > textarea {
    display: inline-block;
    width: 20rem;
    height: 4rem;
}

#_PhoneNumberInfo_Add > form > input {
    vertical-align: bottom;
    display: inline-block;
    margin-left: 10px;
}

div.advertBox {

    width: 90%;
    height: auto;
    border: 2px solid #e75700;
    padding: 10px 10px 10px 10px;
    margin: 15px 10px 15px 10px;
    color: #ffffff;
    background-color: #000000;
    font-size: 0.7rem;
    
}