input[type="button"], input[type="text"], input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

div.fullWidthTitle h1 {
  margin-left: 10px !important;
}

/* adv-bar */
.rur-container {
  float: right;
  position: relative;
}

@media (max-width: 1199px) {
  span.rur {
    position: absolute;
    top:8px;
  }

}

@media (min-width: 1200px) {
  span.rur {
    position: absolute;
    top:10px;
/*    width: 9px;
    overflow: hidden;
*/
  }

}


div.cost-sign {
  padding: 0;
}

div.vstrip {
  font-size: 130%;
  display: inline;
  border: 1px solid white;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0;
  width: 90%;
}

/* end of adv-bar */

/* actions list */

ul.pagination {
  display: block;
  padding: 0;
  margin: 0 auto;
  width: 90%;
  text-align: center;
}

ul.pagination li {display: inline;}

ul.pagination li a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  font-size: large;
}

h2.list-empty {
  margin-left: 30px;
  color: #333;
}

div.action-element {
  width: 33%;
  min-width: 200px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}

div.action-element > div {
  width: 90%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

div.action-element strong, div.action-element span {
  display: block;
  font-size: medium;
  margin-bottom: 2px;
  word-break: break-all;
}

.action-element img {
  max-width: 100%;
  margin-bottom: 10px;
}

.edit-btn , .halt-btn, .restart-btn {
  font-family:    "Calibril","Segoe UI","Frutiger","Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif;
  font-size:  14pt;
  color:  white;
  border: none;
  cursor: pointer;
  width:  47%;
  line-height: 16px;
  min-height: 50px;*/
  display: inline-block;
  margin-bottom: 10px;
  padding: 0px;
}

.halt-btn {
  float: right;
  background-color: #E51300;
  margin-left: 3%;
}

.edit-btn {
  float: left;
  background-color: #F90;
  margin-right: 3%;
  letter-spacing: -0.3px;
}

.restart-btn {
  width: 100%;
  background-color: #F90;
}

.status-on-moderate { 
  color: #E51300;
}

.status-moderate { 
  color: #E51300;
  color: #00b25a;
}

.status-online { 
  color: #00b25a;
}

.status-archive { 
  color: #666;
}

/* end of actions list */

div.text {
  height : auto;
}

div.popup-window {
  width: 340px;
  height: 160px;
  background-color: #FFF;
}

div.popup-window button {
  height: 45px;
  width: 340px;
  background-color: #F90;
}

div.popup-window button.ok {
  height: 45px;
  width: 170px;
  background-color: #00B25A;
}

div.popup-window button.cancel {
  height: 45px;
  width: 170px;
  background-color: #E51300;
}

div.popup-window div {
  background-color: #FFF;
  height: 95px;
  padding: 10px;
  font-size: 12pt;
  line-height: 16pt;
}

.onlineServiceTileColor {
  background-color : #FF9900;
}

.std-border {
  border:    1px solid #9d9d9d;
  border-radius:  2px;
}

#overlay {
     opacity : 0.6;
     position : absolute;
     top : 0;
     left : 0;
     background-color : black;
     width : 100%;
     height : 100%;
     z-index : 5000;
}

input[type="text"], input[type="password"], input[type="number"] {
  height : 23px;
  vertical-align: middle;
  font-size: 12pt;
  border:    1px solid #9d9d9d;
  border-radius:  2px;
  padding: 2px 4px;

}

.styled-select {
  padding-right: 20px;
  height:     30px;
  min-width:  280px;
  overflow:   hidden;
  background: url(/css/online-service-imgs/select-arrow.png) no-repeat right #FFF;
  font-size:  12pt;
  color:      #9D9D9D;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.styled-select::-ms-expand {
  display: none;
}

.styled-select > option {
  color: black;
  width: auto !important;
}

.styled-date-fld {
  background: url(/css/online-service-imgs/calendar.png) no-repeat right #FFF;
  /*background-position: 298px center;*/
  background-position: right 4px center;
  padding-left: 10px;
}

.styled-upload-fld {
  background: url(/css/online-service-imgs/upload.png) no-repeat right #FFF;
  /*background-position: 298px center;*/
  background-position: right 4px center;
  color: #9D9D9D;
  text-align: left;
  font-size: 12pt;
  padding-right: 25px;
}

/* Registration and login section */

div.container-description {
  width: 390px;
  margin: 25px auto 0;
}

div.container-description span {
  color:         #FFF;
  display:       block;
}
div.container-description span:first-child {
  font-size: 22pt;
  margin-bottom: 30px;
}

div.container-description span:last-child {
  font-size: 14pt;
  margin-bottom: 24px;
}

div.auth-wrapper {
  margin-left:      auto;
  margin-right:     auto;
  margin-top:       50px;
  width:            450px;
  height:           420px;
  background-color: #2C607D;
}

div.auth-container {
  margin-left:  auto;
  margin-right: auto;
  position: relative;
  width:  100%;
  height: 305px;
}

.auth-wrapper input[type="text"], .auth-wrapper input[type="password"] {
  width:  382px;
  height: 26px;
  border: none;
}

div.auth-heading {
  background-color: #2C607D;
  color:            #FFF;
  font-size:        14pt;
  height:           50px;
  display:          inline-block;
  text-align:       center;
  position:         relative;
  cursor:           pointer;
}

div.auth-heading:first-child {
  background: none;
  width: 132px; /* width < 100%. Small gap between elements, to fix issue on blackberry */
  background-color: #2C607D;
}

div.auth-heading > span {
  display: inline-block;
  vertical-align: middle;
  padding-top: 15px;
  height: 100%;
}

div.auth-heading:nth-child(2) {
  width:         312px;
  float:         right;
  background-color: #0d455e;
}

.auth-body input[type="text"], .auth-body input[type="password"] {
  margin-bottom: 15px;
  border-radius: 0;
}

div.auth-body {
  width: 100%;
  line-height: 35px;
  text-align: center;
}

div.auth-body {
  margin: 15px auto 0;
}

div.recaptcha-wrapper {
  height:      72px;
  width:       290px;
  overflow:    hidden;
  margin-left: 44px;
}

div.recaptcha-wrapper > div {
  margin-left: -2px;
  margin-top:  -2px;
}

div.recaptcha-fake-bkg {
  background-color: #f9f9f9;
  margin:           0 30px 15px;
}


div.auth-footer {
  background-color: #2C607D;
  height:           50px;
  color:            #FFF;
  position:         absolute;
  width:            390px;
  margin:           0 30px;
}

div.status-container {
  width: 100%;
  height: 40px;
  position: absolute;
  text-align: center;
  display: table;
/*  position:   absolute;*/
  z-index:    -1;
  font-family:    "Calibril","Segoe UI","Frutiger","Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif;
}

div.status-container > div { /* render status text here */
  height: 100%;
  width:  100%;
  display: table-cell;
  vertical-align: middle;
  font-size: 14pt;
  cursor: pointer;
}

input.auth-button {
  background-color: #FE9900;
  border: none;
  color:  #FFF;
  float:  right;
  font-size:  12pt;
  height: 40px;
  width:  150px;
}

/* end of  registration and login section */

@media (max-width: 1199px) {
  #adv-data-container {
    margin: auto;
    width: 100%;
    height: 425px;
    padding-left: 19.5px;
  }

}

@media (min-width: 1200px) {
  #adv-data-container {
    margin: auto;
    width: 100%;
    height: 425px;
    padding-left: 30px;
  }
}

.profile-container {
  width: 1000px !important;
}

#adv-data-container * {
  font-family:    "Calibril","Segoe UI","Frutiger","Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif;
  font-size: 14pt;
}

#adv-data-container label {
  padding: 0;
  margin-right: 5px;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  width: 300px;
  font-size: 14pt;
  font-family:    "Calibril","Segoe UI","Frutiger","Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif;
}

#adv-data-container div > input[type="text"] {
  width:     310px;
  height: 24px;
}

#adv-data-container > div{
  padding-bottom: 15px;
}

span.tip {
  display: inline-block;
  height: auto;
  width: 300px;
  color: #E51300;
  font-size: 12pt !important;
  margin-left: 10px;
}

#save-btn , #logout-btn {
  font-family:    "Calibril","Segoe UI","Frutiger","Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif;
  font-size:  14pt;
  color:  white;
  width:  158px;
  border: none;
  cursor: pointer;
  line-height: 16px;
  min-height: 50px;
  float: none;
  vertical-align: top;
}

#save-btn {
  background-color: #00B25A;
}

#logout-btn {
  background-color: #E51300;
}

#field-status  {
  border-color:     gray;
  background-color: gray;
  color:            white;
  text-align:       center;
  font-family:    "Calibril","Segoe UI","Frutiger","Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif;
  font-size:  14pt;
  -webkit-opacity:1; /* Override iOS opacity change affecting text & background color */
  color: white; /* Override IE font color change */


}

#field-status.warn {
  color: #E51300;
  text-align: left;
  border: none;
  background-color: white;
}

#field-status.ok {
  color: #00B25A;
  text-align: left;
  border: none;
  background-color: white;
}
/* end of  adv_bar section */

/* feedback form */
.feedback-container {
  width: 560px;
}

.feedback-container * {
  font-size: 14pt;
  font-family: "Calibril","Segoe UI","Frutiger","Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif;
}

.feedback-container .styled-upload-fld {
  margin-top: 25px;
  width: 235px;
  font-size: 14pt;
  font-family: "Calibril","Segoe UI","Frutiger","Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif;
}

.send-feedback {
  font-size: 14pt;
  font-family: "Calibril","Segoe UI","Frutiger","Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif;
}

.feedback-container span {
  overflow: hidden;
  display:  block;
}

.feedback-container select {
  width : 100%;
  background-color: #FFF;
  color: black;
  height: 30px;
}

.feedback-container label {
  float:        left; 
  margin-right: 15px;
  line-height:  40px;
}

.feedback-container textarea {
  width: 100%;
  height: 290px;
  width: 550px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12pt;
  padding: 2px 4px;
}

div.feedback-recaptcha {
  float:right;
  margin-right: -2px;
}

.feedback-container input[type="submit"] {
  background-color: #0D455E;
  border: none;
  height: 50px;
  color: white;
  font-size: 14pt;
  width: 100%;
  margin-top: 10px;
}

.feedback-container input[type="file"] {
  line-height: 78px;
  width: 225px;
}

/* end of  feedback */

/* start of action editor */

#placement-cost {
  margin-top:10px;
  display: none;
}

#loading-widget {
  padding-top: 70px;
  padding-left: 30px;
}

.action-left-pane, .action-middle-pane, .action-right-pane {
  height: 395px;
  max-width: 350px;
  float: left;
}

.action-middle-pane select[name="object"] {
  letter-spacing: -0.20px;
}

.action-left-pane {
  margin-left: 10px;
}
.action-middle-pane {
  max-width: 33%;
  width: 60%;
}

.action-middle-pane, .action-right-pane {
  margin-left: 15px;
}

.action-right-pane {
  /*max-width: 320px;*/
  max-width: 350px;
  width: 30%;
}

.action-right-pane img {
  width: 100%;
  max-width: 320px;
  display: inline-block;
}

.action-left-pane span {
  font-size: 11.5pt !important;
  line-height: 20px;
  padding-bottom: 10px;
  display: block;
  color: #333333
}

.action-left-pane {
  width: 31%;
  font-family: "Calibril","Segoe UI","Frutiger","Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif;
  font-size: 14pt;
}

.action-middle-pane * {
  margin: 0 auto 10px;
  display: block;
  width: 320px;
  font-family: "Calibril","Segoe UI","Frutiger","Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif;
  font-size: 14pt;
}

.new-action-btn { 
  height: 50px;
  float: none;
  padding-bottom: 20px;
  padding-top: 5px;
  text-align: left;
  font-size: 14pt;
  background-color: #F90;
}

.new-action-btn > img { 
  height: 38px;
  width: 38px !important;
  margin: 0;
}

.action-middle-pane > textarea {
  padding: 2px 4px;
  width: 310px;
  height: 90px;
}

.action-middle-pane > input {
  /*box-sizing: border-box;*/
  height: 30px;
}

span.red-span {
  color: #E51300;
}

/* end of action editor */

::-webkit-input-placeholder { /* Safari, Chrome and Opera */
  opacity: 1;
  color:      #9D9D9D;
  font-size: 14pt;
  font-family: "Calibril","Segoe UI","Frutiger","Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif;
}

:-moz-placeholder { /* Firefox 18- */
  opacity: 1;
  color:      #9D9D9D;
  font-size: 14pt;
  font-family: "Calibril","Segoe UI","Frutiger","Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif;
}

::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
  color:      #9D9D9D;
  font-size: 14pt;
  font-family: "Calibril","Segoe UI","Frutiger","Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif;
}

:-ms-input-placeholder { /* IE 10+ */
  opacity: 1;
  color:      #9D9D9D;
  font-size: 14pt;
  font-family: "Calibril","Segoe UI","Frutiger","Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif;
}

::-ms-input-placeholder { /* Edge */
  opacity: 1;
  color:      #9D9D9D;
  font-size: 14pt;
  font-family: "Calibril","Segoe UI","Frutiger","Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif;
}

:placeholder-shown { /* Standard one last! */
  opacity: 1;
  color:      #9D9D9D;
  font-size: 14pt;
  font-family: "Calibril","Segoe UI","Frutiger","Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif;
}
