@import url("global.css");
@import url("retina.css");
@import url("responsive.css");

.navigation-2 li {
    position: static;
}

.row .formElemWrapper {
	padding-bottom: 20px;
}

.row input[type="text"], 
.row input[type="email"], 
.row input[type="password"], 
.row textarea {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fafafa;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09) inset;
    margin: 0;
    padding: 0 9px;
    font-size: 16px;
    width: 100%;
}

.row textarea {
	padding-top: 10px;
}

.row input[type="text"], 
.row input[type="email"], 
.row input[type="password"] {
    height: 40px;
    line-height: 40px;
}

.row .panel-title i {
	font-weight: 900;
	font-size: 115%;
	margin-right: 12px;
	color: #0093cf;
}

.row .table > tbody > tr > td, 
.row .table > tbody > tr > th, 
.row .table > tfoot > tr > td, 
.row .table > tfoot > tr > th, 
.row .table > thead > tr > td, 
.row .table > thead > tr > th {
	vertical-align: middle;
}

.row h1 i, 
.row h2 i, 
.row h3 i, 
.row h4 i, 
.row h5 i, 
.row h6 i {
	margin-right: 12px;
	color: #0093cf;
}

.readMoreLink {
	margin-top: 12px;
}

.hintText, 
.errorText {
	margin-left: 2px;
}

.hintText {
	font-size: 80%;
	font-style: italic;
}

.errorText {
	text-transform: uppercase;
	font-size: 90%;
	font-weight: 900;
	display: none;
}

.dlTitle {
	margin-bottom:10px;
	font-size: 170%;
	font-weight: 100;
}

.ddSettings {
	font-weight:100;
}

.ddItalic {
	margin-bottom:12px;
	font-size: 140%;
	font-weight: 900;
}

.formItemHeading {
	font-size: 14px;
	font-weight: 900;
	margin-bottom: 8px;
}

#deletePostModal .modal-header {
	background-image: linear-gradient(to bottom, #d9534f 0px, #c12e2a 100%);
    background-repeat: repeat-x;
    border-color: #b92c28;
}
#deletePostModal .modal-title {
	color: #f8f8f8;
}
#deletePostModal .modal-body div {
	margin-bottom: 10px;
}
#deletePostModal .modal-body span {
	font-size: 16px;
}

.form-group {
	margin-bottom: 0px;
}

div.checkbox {
	margin-left: 10px;
}

div.file-preview .file-preview-frame {
	float: none;
	margin: 0 auto;
}






.deleteItemWarningText {
	font-size: 22px;
	font-weight: 100;
	text-align: center;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.has-error .hintText, 
.has-error input[type="text"], 
.has-error input[type="email"],
.has-error input[type="password"], 
.has-error textarea, 
.has-error select, 
.has-error option, 
.deleteItemWarningText, 
.has-error .formItemHeading {
	color: #a94442;
}

.has-error option, 
.has-error input[type="text"], 
.has-error input[type="email"],
.has-error input[type="password"], 
.has-error textarea, 
.has-error select, 
.has-error option, 
.has-error .form-control {
	background-color: #fff5f5;
}

.has-error input[type="text"], 
.has-error input[type="email"],
.has-error input[type="password"], 
.has-error textarea, 
.has-error select, 
.has-error .form-control  {
    border: 1px solid #a94442;
}







