﻿@import 'reset.css';
@import 'defaults.css';
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.eot);
    src: url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),
        url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.woff2) format('woff2'),
        url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.woff) format('woff'),
        url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.ttf) format('truetype'),
        url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
body {
	background: #fff;
	font-weight: 300;
}

h1, h2, h3 {
	margin-bottom: 15px;
	font-weight: 300;
	color: #2d81a3;
}

#main h1 {
	font-size: 32.47pt;
}

#main h2 {
	font-size: 21.99pt;
}

a:link {
	color: #f91717;
}
a:visited {
	color: #f91717;
}
a:hover {
	color: #000000;
}

#editLinks {
    position: absolute !important;
    width: 100%;
}

#container {
	/*position: relative;*/
	width: 1170px;
	margin: 0 auto;
	padding: 0px 0px 130px;
	/*background: url(../image/container_bg.png) repeat-y;*/
}

#header {
	height: 120px;
	background:#fff;
}

.headerContent {
	max-width:1170px;
	margin:auto;
}

#header .padding {
	padding: 20px 20px 0px;
}

/*#header #logo{
    If needed to position logo
}*/

#phone, #callToAction {
	float:right;
	clear:right;
	font-family:'Open Sans', sans-serif;
}

#phone {
	font-size: 24pt;
	color: #9d9d8d;
}

#callToAction {
    background-color: #f91717;
    color: #fff;
    text-decoration: none;
    font-size: 12.85pt;
    padding: 1px 10px 2px;
}

#mainImage {
	min-height: 50px;
	/*background-color: #fff;*/
}

#main {
	background: #fff;
	color: #787878;
	font-size: 16.94pt;
}

#main .padding {
	padding: 40px;
}

#footer {
	height: 260px;
	background: #2d81a3;
    padding: 0px;
    box-sizing:border-box;
	color: #8cc6dd;
	font-size: 13.41pt;
}

#footer .dp50 {
	margin: -130px 0px 0px;
}

.footerContainer {
	width:1170px;
    margin:auto;
}

#footer a {
	color: #8cc6dd;
	text-decoration: none;
}

.heroCenter {
    Width: 1920px;
    Margin-left: -375px; /*  (1920 - container width) / 2   */
    position: relative;
}

#loginForm fieldset {
	font-size: 15px !important;
}

.addModuleButton {
	z-index: 800;
}

.box {
	border-radius: 5px;
	background: #ebebeb;
	padding: 20px;
}

.bar {
	background: #083d4f;
    color: #fff;
    margin: 0 -375px;
    min-height: 50px;
    padding: 20px 375px;
    width: 1170px;
}

.bar h2 {
	color: #fff !important;
	margin: 15px 0px 0px !important;
}

.rslides_container {
	margin-bottom: 0px !important;
}

/*
#ds_left, #ds_right {
	position: absolute;
	top: 0;
	width: 25px;
	height: 420px;
}
#ds_left {
	left: 0;
	background: url(../image/ds_left.png) top left no-repeat;
}
#ds_right {
	right: 0;
	background: url(../image/ds_right.png) top left no-repeat;
}

*/

.AccountStatus{font-size:10px; position:absolute; top:0px; right:0px;}

/*---	Theme Settings			---
-----------------------------------*/

.primary {
	color: #2681f3;
}
.secondary {
	color: #333;
}
.tertiary {
	color: #5F5F5F;
}

.btn.primary {
	background-color: #0C65CF;
}
.btn.secondary {
	background-color: #222;
}
.btn.tertiary {
	background-color: #5F5F5F;
}

.btn {
	display: inline-block;
	background-repeat: repeat-x;
	border: none;
	color: #fff !important;
	text-decoration: none !important;
	cursor: pointer;
}

.btn img {
	vertical-align: middle; /* Middle align images (such as arrows) on buttons. */
}

.btn_21 {
	padding: 3px 6px;
	background-image: url(../image/btn_highGloss_21_trans.png);
	font-size: 11px;
	line-height: 16px;
}
a.btn_21 {
	padding: 4px 6px 5px;
}

.btn_24 {
	padding: 3px 12px;
	background-image: url(/File/Content/image/btn_highGloss_24_trans.png);
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
}

.form_simple input[type='submit'] {
font-family: 'open sans', sans-serif;
font-size: 18px;
font-weight: 100;
padding: 3px 25px 5px;
border:none;
cursor:pointer;
}

.copyright {
    width: 100%;
    padding: 50px 0px 0px;
}

.social i {
    background-color: #333333; /*This sets the background color for the circle*/
    border-radius: 50%; /*Makes the circle*/
    width: 44px; /*sets the width of the circle*/
    height: 44px; /*sets the height of the circle*/
    font-size: 28px; /*sets the size of the icon itself*/
    padding: 8px 3px; /*sets the positioning of the icon within the circle*/
    box-sizing: border-box; /*keeps the dimensions of the circle*/
    text-align: center; /*centers the icon in the circle*/
    margin: 0px 2px; /*gives spacing between the icons*/
}

    .social i.fa {
        color: #eee; /* use this to change the color of the icon in the circle*/
    }

        .social i.fa:hover {
            color: #aaa; /* use this to change the color of the icon on the hover event */
        }

.ui-sortable iframe {
padding: 30px !important;
background: #aaa !important;
border: dotted 2px #0C0C0C !important;
box-sizing: border-box !important;
}