﻿/*This part should go into the site form area for list entry/edit pages*/

@media (min-width: 768px) {
    .content {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .content {
    width: 970px;
    }
}
@media (min-width: 1200px) {
    .content {
        width: 1170px;
    }
}



.content {
    min-height:700px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.action-button:focus, .reg-button:focus {outline:0;}

.reg-button:focus {
    background-color: #d81230;
    border: 0;
}

.reg-button:hover {
    filter: brightness(90%);
}

.action-button, .reg-button {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, E#10776D), color-stop(1, #13A89) );
    background: -moz-linear-gradient( center top, #d81230 5%, #d1bc61 100% );
    background-color: #d81230;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    height:33px;
    padding: 8px 14px 7px;
    text-decoration: none;
    margin-top:5px;
    margin-left:5px;
    max-width:200px;
    min-width:65px !important;
    text-transform: uppercase;
    text-decoration: none !important;
    vertical-align:top;
    line-height: 2px;
}

div.page-error #lblErrorMessage:empty {
    padding:5px;
}

div.page-error #lblErrorMessage:empty {
    height:0px;
    padding:0px;
    margin:0px;
}

.page-title {
}

div.page-heading h2 {
    margin:5px 0px 5px 0px;
}

div.page-buttons input[type=text] {
    padding:5px;
    margin-top:1px;
}

div.page-buttons {
    float:right;
    text-align:right;
}

  span.help, div.help span{
    font-size: 12px;
    display:block;
    color:grey;
}

.nl-error {
    font-size: 12px;
    display:block;
    color:red;
}

a.help, a.nohelp {
    color:#777;
    display:none;
}

.floatRight {
    display:inline;
    float:right;
}

.error-block {
    color:red;
    font-size:14px;
}

/* This is the entry edit page styling */


.entry-edit label {
    display:block;
    font-weight:bold
}

.entry-edit input, select {
    width:90%;
    padding:5px;
}

.entry-edit > ul > li > label {
    width:100%;
    font-weight:bold;
    display:block;
}

.entry-edit input, .entry-edut label, .entry-edit select, .entry-edit textarea {
    width:100%;
}

.entry-edit span:empty:before {
  content: "\200b";
  display:block;
  min-height: 30px;
}

.entry-edit li {
    margin-bottom:10px;
    list-style-type: none;
    font-size:16px;
}

li.cb-section {
    display:inline-block;
}

    li.cb-section input {
        display:none;
    }

/**********************
 ASP.NET CONTROLS
**********************/

/*CheckBoxList*/
.cb-list {
    border: 1px solid #cccccc;
    display: block;
    max-height: 200px; 
    padding: 5px;
    overflow: auto;
}
.cb-list td {
    white-space: nowrap;
}
.cb-list label {
    white-space: nowrap;
    display: inline-block;
    padding-left: 10px;
    font-weight: normal;
}

/*BulletedList*/
.bl-list {
    padding: 5px; 
    overflow: auto;
}
.bl-list li {
    font-size: 15px;
    list-style: square;
    list-style-position: inside;
    white-space: nowrap;
}