@charset "utf-8";
@import url('//fonts.googleapis.com/css?family=Open+Sans:300&subset=latin,latin-ext');

h1 + .txtAdsIntroHeader {
	margin-top: -10px;
}
.txtAdsIntroHeader {
	background: url('bg_intro.jpg') no-repeat;
	width: 730px;
	height: 186px;
	position: relative;
	overflow: hidden;
}
.txtAdsIntroHeader .wrapper {
	padding-left: 20px;
}
.txtAdsIntroHeader .orangeTitle {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 8px;
    margin-top: 6px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 38px;
    color: #ff6600;
    line-height: normal;
}
.txtAdsIntroHeader .subTitle {
	margin-bottom: 0;
	font-size: 17px;
	line-height: normal;
}
.txtAdsIntroHeader .description {
	font-size: 13px;
	margin-right: 280px;
}
.txtAdsIntroHeader .description .price {
	color: #ff6600;
	font-weight: bold;
}
.txtAdsIntroHeader .actions {
	margin-top: 25px;
}
.txtAdsIntroHeader .actions .folders {
	margin-left: 10px;
}
.txtAdsIntroHeader .advert {
    width: 250px;
    height: 72px;
    position: absolute;
    top: 45px;
    right: 21px;
	background-color: #EEF9FF;
	border: 1px solid #e2e2e2;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-transition: all 100ms ease-in;
	cursor: pointer;
}
.txtAdsIntroHeader .advert:hover {
	background: #EEF9FF;/*#ebf4fc;*/
}
.txtAdsIntroHeader .advert .previewTitle {
    font-weight: bold;
    color: #445f96;
    font-size: 14px;
    padding: 8px 7px 0;
}
.txtAdsIntroHeader .advert .previewText {
    font-weight: normal;
    color: #393939;
    font-size: 12px;
    padding: 0 7px;
}
.txtAdsIntroHeader .madHelpLink {
	margin-top: 5px;
	display: inline-block;
}

.txtAdsIntroContent {
	margin-top: 30px;
	margin-bottom: 50px;
}
.txtAdsIntroContent .explanations {
	display: inline-block;
	vertical-align: top;
    margin-right: 10px;
}
.txtAdsIntroContent .explanations .info {
	width: 225px;
	display: inline-block;
	vertical-align: top;
}
.txtAdsIntroContent .explanations .info + .info {
	margin-left: 10px;
}
.txtAdsIntroContent .explanations .seperator {
	line-height: 0;
	margin-top: 40px;
}
.txtAdsIntroContent .explanations .info .slogan {
	margin-bottom: 0;
	font-size: 14px;
	border-bottom: 0;
}
.txtAdsIntroContent .explanations .info .description {
	font-size: 13px;
}

.txtAdsIntroContent .calculator {
	display: inline-block;
	vertical-align: top;
	text-align: justify;
	width: 233px;
	border: 1px solid #e2e2e2;
	background-color: #f5f5f5;
}
.txtAdsIntroContent .calculator .wrapper {
	padding: 10px 12px;
}
.txtAdsIntroContent .calculator .title {
	margin-bottom: 5px;
}
.txtAdsIntroContent .calculator .formItem {
	margin-bottom: 10px;
}
.txtAdsIntroContent .calculator .estimateAudience {
	border-radius: 4px;
	margin-top: 20px;
}
.txtAdsIntroContent .calculator .estimateAudience .wrapper {
	display: inline-block;
	padding: 2.5px 5px;
	border-radius: 0;
	background-color: transparent;
}

#txtAdsOfficeMap {
	height: 250px;
	width: 100%;
	margin-bottom: 20px;
}

.contactsMapDialog {
	width: 235px;
	background-color: #fff;
	border: 1px solid #bebebe;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top: 15px;
	text-align: center;
	font-size: 15px;
	margin-left: -118px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.contactsMapDialog .arrow {
	height: 12px;
	width: 12px;
	margin: -12px 0 -1px 105px;
}
.contactsMapDialog .arrow-up {
	width: 0;
	height: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 11px solid #fff;
	margin: -11px 0 0 1px;
}
.contactsMapDialog .arrow-up-border {
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #bebebe;
	z-index: 50;
}
.contactsMapDialog .container {
	margin: 15px 0;
}
.contactsMapDialog h3 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #393939;
}
.contactsMapDialog p {
	line-height: 1.55;
	color: #6f6f6f;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
.contactsMapDialog a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #445f96;
	line-height: 1.55;
}
.contactsMapDialog a:hover {
	text-decoration: underline;
}

.txtAdsContacts {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.txtAdsContacts .contact {
	width: 48%;
	vertical-align: top;
	position: relative; 
	overflow: hidden;
	height: 100%;
}
.txtAdsContacts .seperator {
	width: 4%;
}
.txtAdsContacts .contact .picture {
	float: left;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-khtml-border-radius: 100px;
	-o-border-radius: 100px;
	-ms-border-radius: 100px;
}
.txtAdsContacts .contact .skypeChat {
	background: url("//ifrype.com/ads/mini/img/skype_button.png") no-repeat;
	width: 156px;
	height: 32px;
	display: inline-block;
	margin-top: 10px;
}
.txtAdsContacts .contact .skypeChat:hover {
	background-position: 0 -32px;
}
.txtAdsContacts .contact .info {
	padding-left: 120px; 
	padding-top: 10px;
}

.txtAdsServiceRules {
    list-style-type: none;
}
.txtAdsServiceRules li {
    margin-bottom: 10px;
}
.txtAdsServiceRules .doubleIndent {
    padding-left: 25px;
    margin-bottom: 7px;
}

/* Teksta reklāmu konti: */
.accountBalance {
    display: inline-block;
    height: 38px;
    float: left;
    line-height: 38px;
    margin-left: 10px;
}

#textAdsAccountEdit {

}

#textAdsAccountEdit .formsWrap > .formItem {
    width: 465px;
}
#textAdsAccountEdit .formItemInput .formItemPadding {
    height: 24px;
}
#textAdsAccountEdit .formsWrap > .formItem > label {
    width: 200px;
}
#textAdsAccountEdit .formsWrap > .formItem > div {
    margin-left: 205px;
}
.textAdsAdmins {

}
.textAdsAdmins .adminItem .multi_ac {
    min-height: 24px;
    overflow: visible;
}
.textAdsAdmins .adminItem .multi_ac .multiACValues > div {
    float: none;
    margin: 2px 0;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    background: transparent;
    border: 0 none;
}
.textAdsAdmins .adminItem .multi_ac .multiACValue img.thumb {
    display: inline-block;
    width: 20px;
    height: 20px;
}
.textAdsAdmins .adminItem .multi_ac .multiACValue div {
    margin-right: 0;
    margin-left: 5px;
    padding: 0;
    max-width: none;
    display: inline-block;
}
.textAdsAdmins .adminItem .multi_ac .multiACValue .closeIcon {
    display: none;
}
.textAdsAdmins .adminItem .itemRemoveIcon {
    position: absolute;
    top: 5px;
    right: -25px;
}
.textAdsAdmins .adminItem .itemRemoveIcon > a {
    background: url('//ifrype.com/i/sbook/forms/removeItem.png') no-repeat;
    height: 16px;
    width: 16px;
    display: block;
}
.textAdsAdmins .listAddMore {
    position: relative;
    text-align: right;
    right: -25px;
    padding-right: inherit;
    line-height: 18px;
    height: 18px;
    margin-top: 10px;
}
.textAdsAdmins .listAddMore > a {
    background: url('//ifrype.com/i/sbook/forms/addItem.png') no-repeat center right;
    padding-right: 25px;
    display: inline-block;
    color: #393939;
}