/* Styles For General Browser Defaults */
html {
	padding: 0px;
	margin: 0px;
	height: 100%;
	background-image: url('../../images/page_bg.png');
	background-position: top;
	background-repeat: repeat-x;
	min-width: 1000px;
}

body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-width: 1000px;
}

.row{
    overflow: hidden;
}

.row::after,
.box-nav::after{
    content: "";
    clear: both;
    display: table;
}


.box-header{
    background: #2369A3;
    padding: 15px 10px;
}

.form-left{
	background: #3E4960;
    height: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #3E4960;
    text-align: center;
    font-size: 16px;
}

.form-left span{
    margin-left: 20px;
    font-weight: bold;
    color: #A6B0C3;
}

.form-right .box-title{
	border-bottom: 1px solid #EAEAEA;
	padding: 15px 0;
	background: white;
}

.box-title h5{
    font-size: 16px;
    font-weight: bold;
    color: white;
    margin: 0;
    height: 20px;
    line-height: 20px;
}

.box-body{
    background: #ffffff;
	overflow: hidden;
}

.box-nav {
    margin: 0;
    padding: 0;
    list-style: none;
	background: white;
	display: inline-block;
}

.box-nav li {
    float: left;
	border-left: 1px solid #dddddd;
}

.box-nav li:first-child{
	border-left: transparent;
}

.box-nav li a {
    color: #999999;
    font-size: 12px;
    height: 5px;
    line-height: 5px;
    margin: 10px 20px;
	font-weight: bold;
	display: inline-block;
}


.update-btn{
	background: #16A4FA;
	color: white !important;
	display: inline-block;
	float: right;
	height: 30px;
	line-height: 30px;
	margin-right: 20px;
	padding: 0 20px;
	border-radius: 5px;
}

.update-btn:hover {
	text-decoration: none;
}

.box-list{
    list-style: none;
    margin: 0;
    padding: 0;
	background: #343C4E;
	height: 800px;
	overflow: hidden;
}

.box-list .box-list-title{
    padding: 10px 20px;
    border-bottom: 1px solid #EAEAEA;
}

.box-list li a{
    display: block;
    text-align: left;
    padding: 20px 15px;
    color: #91A1B9;
    font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #3E4960;

}

.box-list li a span{
	margin-right: 20px;
	margin-left: 10px;
	font-size: 14px;
}

.box-list li a:hover{
    text-decoration: none;
    color: #ffffff;
	background: #29313D;
}

.box-list li a:active{
    box-shadow: none;
}

.box-list li a:focus{
    outline: none;
}

.box-list li:last-child{
    margin-bottom: 10px;
}


.fields-wrapper{
	margin: 20px 0;
	border: 1px solid #eaeaea;
}

.fields-wrapper:hover{
	border: 1px solid #aaaaaa;
}

.fields-box{
    background: white;
    color: #666666;
    height: 50px;
    line-height: 30px;
    position: relative;

}

.fields-box .field-name{
	font-size: 14px;
	line-height: 50px;
	padding: 0 20px;
}

.field-box-options {
    list-style: none;
    padding:0;
    margin: 0;
    float: right;
	display: inline-block;
}

.field-box-options li {
    float: left;
	display: inline-block;
	border-right: 1px solid #EAEAEA;

}

.field-box-options li:last-child{
	border-right: transparent;
}

.field-box-options li a{
	font-size: 16px;
	color: #aaaaaa;
	display: inline-block;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
}

.field-box-options li a i{
	line-height: inherit;
}

.field-container{
	background: #ffffff;
	min-height: 800px;
	margin: 0;
	padding: 0 20px;
	border-bottom: 1px solid #EAEAEA;
}

.save-alert,
.delete-alert{
	color: green;
	vertical-align: middle;
	float: right;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	display: none;
}

.field-container option{
    height: 30px;
}

.field-container label.form-label {
    box-sizing: border-box;
    display: inline-block;
    padding: 10px 25px;
    color: #ccc;
    margin-bottom: -1px;
    margin-left: -1px;
}

.field-boxes-wrapper{
	height: 800px;
	overflow-y: scroll;
	border-left: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}

.field-box-general{
    background: white;
    overflow: hidden;
    display: block;
	border-top: 0 solid #EAEAEA;
}

.field-box-general .tab-section-title{
	color: #444444;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	padding: 0 20px;
	border-bottom: 1px solid #EAEAEA;
}

.field-box-general .field-box-section{
	padding: 20px;
}

.field-box-section label{
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	color: #999999;
}

.field-box-section input[type="text"]{
	height: 40px;
	display: block;
	width:  calc( 100% - 42px);
	box-shadow: none;
	outline: none;
	margin-bottom: 15px;
	padding: 0 20px;
	border-radius: 0;
	border: 1px solid #EAEAEA;
}

.field-box-section textarea{
	width: calc( 100% - 42px);
	outline: none;
	box-shadow: none;
	margin-bottom: 15px;
	padding: 20px;
	border: 1px solid #EAEAEA;
}

.field-box-section select{
	height: 40px;
	display: block;
	width: calc( 100% - 2px);
	box-shadow: none;
	outline: none;
	margin-bottom: 15px;
	border: 1px solid #EAEAEA;
	background: white;
	border-radius: 0;
}


.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.l { float: left; }
.r { float: right; }
.c {
	clear: both;
	height: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
}

.w_10 { width: 10%; }
.w_16 { width: 16.66666666666667%; }
.w_20 { width: 20%; }
.w_25 { width: 25%; }
.w_30 { width: 30%; }
.w_33 { width: 33.33333333333333%; }
.w_40 { width: 40%; }
.w_50 { width: 50%; }
.w_60 { width: 60%; }
.w_66 { width: 66.66666666666666%; }
.w_70 { width: 70%; }
.w_75 { width: 75%; }
.w_80 { width: 80%; }
.w_83 { width: 83.33333333333335%; }
.w_90 { width: 90%; }
.w_100 { width: 100%; }

.p_a { padding: 15px; }
.p_l { padding-left: 15px; }
.p_r { padding-right: 15px; }
.p_t { padding-top: 15px; }
.p_b { padding-bottom: 15px; }

table {
	border-spacing: 0px;
	border-width: 0px;
	border-collapse: separate;
	*border-collapse: collapse;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	vertical-align: middle;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	border: 1px solid #999;
	font-size: 12px;
	text-decoration: none;
	color: #333;
}

input[type="checkbox"], input[type="radio"] {
	width: 15px;
	vertical-align: middle;
	margin-top: -2px;
}

input[type="submit"]:hover, input[type="button"]:hover {
	border: 1px solid #666;
	color: #000;
}

input[type="checkbox"], input[type="checkbox"] {
	border: 0;
}

/* CHOICES | DROP DOWN */

.choices input[type="text"]{
	width: calc( 100% - 104px );
	float: left;
	display: inline-block;
}

.choices-buttons {
	padding: 0;
	margin: 0;
	display: inline-block;
	list-style: none;
	width: 60px;
	height: 40px;
	line-height: 40px;
	float: right;
	overflow: hidden;
	border: 1px solid #EAEAEA;
	border-left: 0;
}

.choices-buttons li {
	float: left;
	display: inline-block;
}

.choices-buttons li a{
	color: #888888;
	display: inline-block;
	font-size: 22px;
	width: 30px;
	text-align: center;
	height: 40px;
	line-height: 40px;
}

.choices-buttons li a i{
	line-height: inherit;
}


.wrapper {
	width: 100%;
	min-width: 1000px;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	color: #333;
	text-shadow: #FFF 1px 1px 1px;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #333;
	text-shadow: #FFF 1px 1px 1px;
}

.black {
	color: #000;
}

/* Styles For Main Administrative GUI */
.header {
	min-width: 1000px;
	width: 100%;
	background-image: url('../../images/header_bg.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #81B0C7;
}

.header td {
	height: 60px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 2px solid #2E6783;
}

.header td div {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-shadow: #1D4254 1px 1px 1px;
}

.header td .version {
	font-size: 11px;
	color: #2E6783;
	font-style: italic;
	text-shadow: none;
}


/* --- Menu Formatting */

.menu {
	width: 100%;
	min-width: 1000px;
	background-image: url('../../images/menu_bar.png');
	background-position: top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #81B0C7;
}

.menu a, .menu a:link, .menu a:active, .menu a:visited {
	color: #FFF;
	text-decoration: none;
}

.menu a:hover {
	color: #FFF;
	text-decoration: underline;
}

.menu .parent {
	position: relative;
	z-index: 1000;
	display: inline-block;
	font-size: 14px;
	color: #FFF;
	text-shadow: #1D4254 1px 1px 1px;
	padding-right: 1px;
	background-image: url('../../images/menu_border.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	white-space: nowrap;
}

.menu .child {
	position: relative;
}

.menu .parent .dropdown {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	background-color: #A7C8D8;
	border: 1px solid #679BB4;
	border-bottom: 0;
}

.menu .child .dropdown {
	position: absolute;
	top: 0;
	left: 100%;
	margin-top: -1px;
}

.menu .parent:hover .dropdown {
	display: block;
}

.menu .parent:hover .child .dropdown {
	display: none;
}

.menu .parent:hover .child:hover .dropdown {
	display: block;
}

.menu a.level_0 {
	display: block;
	color: #FFF;
	line-height: 40px;
	padding: 0 20px;
	font-weight: bold;
	text-decoration: none;
}

.menu a.level_0:hover {
	text-decoration: none;
}

.menu a.level_1,
.menu a.level_2 {
	display: block;
	font-size: 12px;
	line-height: 22px;
	color: #2B637D;
	text-shadow: none;
	font-weight: bold;
	padding: 0 5px;
	border-bottom: 1px solid #679BB4;
}

.menu a.level_1:hover,
.menu a.level_2:hover {
	background-color: #2B637D;
	color: #FFF;
	text-decoration: none;
	z-index: 999999;
}

.menu .child:hover a.level_1 {
	background-color: #2B637D;
	color: #FFF;
}

.menu .child img {
	position: absolute;
	right: 5px;
	top: 6px;
}

.menu .has_arrow a.level_1 {
	padding-right: 17px;
}

.menu td {
	font-size: 14px;
	color: #FFF;
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	text-shadow: #1D4254 1px 1px 1px;
}

.menu .items td:hover {
	cursor: pointer;
}

.menu .items td {
	height: 40px;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url('../../images/menu_border.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	font-weight: bold;
}

.menu .items {
	background-image: url('../../images/menu_border.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}

.body {
	min-width: 1000px;
	width: 100%;	
}

.body td {
	padding: 15px;
}

.login_wrapper {
	width: 100%;
	height: 100%;
}

.login {
	width: 300px;
	border: 1px solid #999;
	background-color: #FFF;
}

.login td {
	padding: 5px;
}

.login .left {
	font-weight: bold;
	text-align: right;
}

.error {
	border: 1px solid #900;
	background-color: #FFCCCC;
	padding: 3px;
}

.table {
	width: 100%;
	border: 1px solid #999;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	background-color: #FFF;
}

.table thead td {
	border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	-khtml-border-radius: 4px 4px 0px 0px;
	padding: 5px;
	background-color: #81B0C7;
	border-bottom: 1px solid #999;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	text-shadow: #1D4254 1px 1px 1px;
	line-height: 23px;
}

.table .category {
	background-color: #EBEBEB;
	border-bottom: 1px solid #999;
	font-weight: bold;
	padding-bottom: 5px;
}

.table .category img {
	border: 0px;
	vertical-align: middle;
}

.table tbody td {
	padding: 5px;
}

.table tbody tr:hover {
	background-color: #F2F2F2;
}

.table tbody .no_hover:hover {
	background-color: #FFF;
}

.title_box .left {
	padding: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
}

.title_box .right {
	padding: 0px;
	padding-bottom: 15px;
}

.page_nav {
	width: 100%;
}

.page_nav td {
	width: 50%;
	font-weight: bold;
	color: #333;
}

.page_nav .right {
	text-align: right;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.page_nav .left {
	text-align: left;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.page_nav input[type="submit"], .page_nav input[type="button"] {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border: 1px solid #999;
	cursor: pointer;
	font-size: 12px;
	padding: 3px 4px;
	text-decoration: none;
	background-image: url('../../images/button_off.png');
	background-repeat: repeat-x;
	color: #333;
}

.page_nav input[type="submit"]:hover, .page_nav input[type="button"]:hover {
	border: 1px solid #666;
	color: #000;
}

.message {
	padding: 10px;
	font-size: 13px;
	background-color: #FFFFCC;
	border: 1px solid #FFCC01;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
}

.note {
	padding: 10px;
	font-size: 13px;
	background-color: #EBEBEB;
	border: 1px solid #666;
	font-weight: bold;
	text-align: center;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
}

.form {
	width: 100%;
	border: 1px solid #999;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	background-color: #FFF;
}

.form thead td {
	border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	-khtml-border-radius: 4px 4px 0px 0px;
	padding: 5px;
	background-color: #81B0C7;
	border-bottom: 1px solid #999;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	text-shadow: #1D4254 1px 1px 1px;
}

.form .category {
	background-color: #EBEBEB;
	border-bottom: 1px solid #999;
	font-weight: bold;
	padding: 5px;
}

.form .category td {
	padding: 5px;
}

.form tbody .left {
	width: 150px;
	text-align: right;
	font-weight: bold;
	padding: 5px;
	padding-top: 8px;
	vertical-align: top;
}

.form tbody .right {
	text-align: left;
	padding: 5px;
	font-size: 12px;
	color: #999;
}

.form tbody .black {
	color: #000;
}

.form tbody .right input[type="text"],
.form tbody .right input[type="password"] {
	width: 330px;
}

input[type="submit"], input[type="button"] {
	border-radius: 11px 11px 11px 11px;
	-moz-border-radius: 11px 11px 11px 11px;
	-webkit-border-radius: 11px 11px 11px 11px;
	-khtml-border-radius: 11px 11px 11px 11px;
	border: 1px solid #999;
	cursor: pointer;
	font-size: 12px;
	padding: 3px 10px;
	text-decoration: none;
	background-image: url('../../images/button_off.png');
	background-repeat: repeat-x;
	color: #333;
}

.form tbody .right textarea {
	width: 330px;
	height: 100px;
}

.form tbody .right textarea.code {
	width: 100%;
	height: 150px;
	box-sizing: border-box;
}

.form tbody .right div {
	padding-top: 3px;
}

.form tbody .right .minicolors-panel,
.form tbody .right .minicolors-panel div {
	padding-top: 0;
}

.form tbody .right img.thumb_left,
.form tbody .right img.thumb_top {
	box-sizing: border-box;
	background-image: url( '../../images/grid.png' );
	border: 1px solid #CCC;
}

.form tbody .right img.thumb_left {
	float: left;
	margin-right: 5px;
	height: 51px;
}

.form tbody .right img.thumb_top {
	margin-bottom: 2px;
	height: 60px;
}

.form tbody .right .file_message span {
	display: block;
	padding-bottom: 3px;
}

.form tbody .right .file_message .removed {
	color: #C00;
}


/* Styles For Links */
a, a:link, a:active, a:visited {
	color: #2E6783;
	text-decoration: none;
}

a:hover {
	color: #2E6783;
	text-decoration: underline;
}

.header td a, .header td a:link, .header td a:active, .header td a:visited {
	color: #FFF;
	text-decoration: none;
}

.header td a:hover {
	color: #EBEBEB;
	text-decoration: none;
}

.home_link {
	padding-left: 22px;
}

.home_link:hover {
	background-image: url('../../images/home.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.tool_box {
	border: 8px solid #A7C8D8;
	cursor: pointer;
	padding: 12px 10px;
	height: 48px;
	width: 288px;
	border-radius: 4px 4px 4px 4px;
	text-align: left;
}

.tool_box img {
	margin-right: 10px;
}

.tool_box:hover {
	border-color: #367B9C;
}


/* AJAX styling overrides */

.ajax_section {
	position: relative;
}

.ajax_section .loading {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.5);
	overflow: hidden;
}

.ajax_section .loading .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #2369A3;
}


/* Timepicker styling overrides */

#ui-datepicker-div {
	box-shadow: 0 5px 10px rgba(0,0,0,.25);
}

.ui-datepicker .ui-datepicker-header {
	margin: -3px -3px 0 -3px;
	border: 0;
	border-radius: 3px 3px 0 0;
	background-image: none;
	background-color: #2369A3;
	color: #FFF;
}

.ui-datepicker td {
	width: 14.28571428571429%;
}

.ui-datepicker td span,
.ui-datepicker td a {
	text-align: center !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	cursor: pointer;
}



/* epicPlatform Lightbox Styling - Start */

#ep_lightbox {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-image: url('../../images/lightbox-bg.png');
	border-spacing: none;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	border: 0;
}

#ep_lightbox td {
	vertical-align: middle;
	text-align: center;
}

#ep_lightbox td #ep_lightbox_container {
	position: relative;
	width: 600px;
	height: 400px;
	margin: auto;
	border: 1px solid #000;
	box-shadow: 0 0 20px #000;
}

#ep_lightbox td #ep_lightbox_container #ep_lightbox_frame {
	width: 600px;
	height: 400px;
	position: relative;
	z-index: 1001;
}

#ep_lightbox td #ep_lightbox_container #ep_lightbox_close {
	position: absolute;
	z-index: 2000;
	left: -13px;
	top: -11px;
	cursor: pointer;
}

/* epicPlatform Lightbox Styling - End */

.select2-container .select2-selection--single {
	height: 24px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 22px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 22px;
}

table.form .right label {
	cursor: pointer;
}


/* Export Button */
a#export{
    background-color: #ffffff;
    color: #232323;
    border-color: #81B0C7;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: normal;
    border-radius: 3px;
}
a#export:hover{
    background-color: #dedede;
 
	text-decoration:none;
}
