﻿html {
    background-color: #f0f3f6;
}

body
{
    font-size: .75em;
    font-family: Arial, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

img { border: 0; }

th { text-align: left; font-weight: normal; }

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p, li, td, th
{
    margin: 0;
    padding: 0;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
	font-size: 1.3em;
}
h3
{
    font-size: 1.2em;
	margin-top: 1.2em;
	margin-bottom: 0.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
p { margin-bottom: 0.8em; }

.loginInfo {
    color: #fff;
    padding-top:1px;
    font-size: 1.2em;
}

div#loginSection {
    text-align: right;
    width: 135px;
    float: right;
    color: #3d70b2;
    cursor: pointer;
    font-size: 1.1em;
    padding-top: 12px;
}

#loginSection a:link, #loginSection a:visited {
    color: #3d70b2;
    font-size: 1.1em;
    text-decoration: none;
    font-weight:bold;
}

#loginSection a:hover
{
	text-decoration: underline;	
}

/* HEADER */

#header {
    /*background-color: #3d70b2;*/
    background-image: url(./images/miso1.png);
    background-size:100%;
    /*background-color: #3399  ff; */ /*Test Envirnoment*/
    /*padding: 15px 25px 0 25px;*/
    border-bottom: 5px solid #FF7500;
}

#header h1 { margin-bottom: 5px; }

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header .logo{
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

#header .logo:hover
{
	opacity: .85;
}

#environment.test {
    background-color: #FF7500;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 2px 0;
    font-size: 14px;
}

#environment.production
{
	background-color: yellow;
	color: #f00;
	text-align: center;	
	margin: 0;
	padding: 2px 0;
	font-size: 14px;
}

#notification_bar
{
	position: fixed;
	z-index: 105;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #5f5f5f;
	background-color: #fc5;
	padding: 15px 0 15px;	
	margin: 0;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}

#notification_bar a
{
	color: #38f	
}


.pinkZEmphasis
{
    background-color: #ffeeff;
}


/* Search Box */
#searchbox {
	color: #fff;
	padding-top: 10px;
	padding-right: 5px;
	width: 320px;
	float: right;
	text-align: right;
}

input.searchbox {
    padding: 4px;
    /*width: 120px;
    background: #ccc;*/
    width:175px;
    background: #cecece;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #109060;
    border: none;
    -webkit-box-shadow: #cecece 0px 1px 0px;
    -moz-box-shadow: #4a6 0px 1px 0px;
    box-shadow: #cecece 0px 1px 0px;
}

input.searchbox:hover{
	background: #ddd;
}

input.searchbox:focus
{
	/*border: none;*/
	outline: none;
	background-image: none;
	background: #fff;
	-webkit-box-shadow: 0 0 12px rgba(51,204,255,.9);
	-moz-box-shadow: 0 0 12px rgba(51,204,255,.9);
	box-shadow: 0 0 12px rgba(51,204,255,.9);
}

input.searchbox::-webkit-input-placeholder {
    color:    #888;
}
input.searchbox:-moz-placeholder {
    color:    #888;
}

#searchbox a:link, #searchbox a:visited{
	font-size: 1.2em;
	text-decoration: none;
	padding: 4px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}

#searchbox a:hover{
	background: rgba(255, 255, 255, 0.15);
}
	
/* Footer */
#footer
{
	margin: 15px 35px;
	color: #777;
	font-size: 0.8em;
}

#footer a:link, #footer a:visited
{
	padding: 4px 7px;
	color: #777;
	text-decoration: none;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}

#footer a:hover{
	background: rgba(255, 255, 255, 0.45);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


/* MAIN */
#main {
	margin-top: 10px;
	background-color: #fff;
	margin-left: 25px;
	margin: 0 10px 0 16%;
	/*width: 70%;*/
	min-height: 500px;
	border-radius: 15px;
}

#main a { color: #14f; }

	#main a:hover {
		/*background-color: #14b;
        color: #fff;*/
	
		
	}

#MainHeading {
    background-color: #cecece;
    margin: 0;
    padding: 10px 20px 10px 20px;
    margin-bottom: 15px;
    margin-top: 15px;
    border-radius: 15px 15px 0 0;
}

#AccountMainHeading {
    background-color: #ebebeb;
    margin: 0;
    padding: 10px 20px 10px 20px;
    margin-bottom: 15px;
   
}

#BrokerMainHeading {
	background-color: #ebebeb;
	margin: 0;
	padding: 10px 20px 10px 20px;
	margin-bottom: 15px;
}

#MainHeading h2
{
	margin: 0;	
	padding: 0;
}

#AccountMainHeading h2 {
    margin: 0;
    padding: 0;
}

#BrokerMainHeading h2 {
	margin: 0;
	padding: 0;
}


#AccountHeading {
    background-color: #cecece;
    margin: 0;
    padding: 15px 20px 15px 20px;
    /*margin-bottom: 15px;*/
    margin-top: 15px;
    border-radius: 15px 15px 0 0;
}

#BrokerMainHeading h2, #BrokerMainHeading h3 {
	margin: 0;
	padding: 0;
}


#BrokerHeading {
	background-color: #cecece;
	margin: 0;
	padding: 15px 20px 15px 20px;
	/*margin-bottom: 15px;*/
	margin-top: 15px;
	border-radius: 15px 15px 0 0;
}

#MainContent
{
	margin-left: 20px;	
	margin-right: 20px;
	overflow: auto;
}

.ContentSection
{
    margin-bottom: 20px;	
}
.ContentSectionHeader h3
{
    display: inline;
    color: #555;	
    padding-left: 20px;
    border-bottom: 1px solid #555;
}
.ContentSectionHeader
{
    margin-bottom: 10px;	
}

.ContentSectionBody
{
	margin-left: 20px;	
}

#account_info
{
	/*height: 6em;*/
	margin-bottom: 10px;
	
}

#account_info h2
{
	font-size: 1.4em;
}

#account_info a { text-decoration: none; }

#account_info p
{
	font-size: 1.3em;
	margin: 0;
}
p#priorityInfo
{
	font-size: 1.1em;

}
p#extraInfo
{
	font-size: 1.1em;

}


#account_info #account_actions {
	text-align: right;
}

#account_info #account_info_left { width: 550px; float: left; }
#account_info #balance {
	text-align: right;
}


#broker_info #broker_info_left {
	width: 550px;
	float: left;
}

#broker_info #broker_info_right {
	text-align: right;
}


#broker_info {
	/*height: 6em;*/
	min-height:40px;
	margin-bottom: 10px;
}

	#broker_info h2 {
		font-size: 1.4em;
	}

	#broker_info a {
		text-decoration: none;
	}

	#broker_info p {
		font-size: 1.3em;
		margin: 0;
	}

#broker_info #broker_actions 
{
	text-align: right;	
}

/* MAIN MENU   
----------------------------------------------------------*/
ul#mainMenu
{
    padding: 0;
    margin: 0;
}

ul#mainMenu li
{
    display: inline;
    list-style: none;
}

    ul#mainMenu li a {
        font-size: 1.2em;
        padding: 5px 10px;
        /*background-color: #5596e6;*/
        background-color: #3d70b2;
        line-height: 1.8em;
        color: #fff;
        text-decoration: none;
        -webkit-transition: background-color 0.2s ease-in-out;
        -moz-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

body.home #header ul#mainMenu li a#home {
    background-color: 83A4CD;
    font-weight: bold;
}
body.accounts #header ul#mainMenu li a#accounts {
    background-color: 83A4CD;
    font-weight: bold;
}
body.enrollment #header ul#mainMenu li a#enrollment {
    background-color: 83A4CD;
    font-weight: bold;
}
body.accounting #header ul#mainMenu li a#accounting {
    background-color: 83A4CD;
    font-weight: bold;
}
body.marketing #header ul#mainMenu li a#marketing {
    background-color: 83A4CD;
    font-weight: bold;
}
body.settings #header ul#mainMenu li a#settings {
    background-color: 83A4CD;
    font-weight: bold;
}
body.edi #header ul#mainMenu li a#edi {
    background-color: 83A4CD;
    font-weight: bold;
}
body.naesb #header ul#mainMenu li a#naesb {
    background-color: 83A4CD;
    font-weight: bold;
}
body.issues #header ul#mainMenu li a#issues {
    background-color: 83A4CD;
    font-weight: bold;
}

ul#mainMenu li a:hover {
    text-decoration: none;
    /*background-color: #f9d1a8;*/
    background-color: #99c0f0;
}


/* Top Navbar*/
/* Add a black background color to the top navigation */
.topnav {
	background-color: #333;
	overflow: hidden;
	padding: 0 10px 0 10px;
}

/* Style the links inside the navigation bar */
.topnav a {
	float: left;
	color: #d0d0d0;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

/* Change the color of links on hover */
	.topnav a:hover {
		/*background-color: #ddd;
		color: black;*/
		color: #3d70b2;
	}

/* Add a color to the active/current link */
.topnav a.active {
	background-color: #FF7500;
	color: white;
}


/* Side Menu */
#sidemenu {
	width: 15%;
	float: left;
	clear: left;
	padding-top: 10px;
	background-color: #333;
	height: 100vh;

}

	#sidemenu h4 {
		margin-left: 5px;
		margin-right: 25px;
		margin-bottom: 5px;

		color: #ff7500;
		padding: 4px 6px;
		font-weight: bold;

		font-size: 17px;
	}

	#sidemenu ul {
		margin: 0 0 15px 8px;
		padding: 0;
		list-style: none;
		
	}

#sidemenu ul li
{
    color: #e0e0e0;
}

	#sidemenu ul li a {
		/*color: #05f;*/
		line-height: 1.6em;
		padding: 4px;
		color: #d0d0d0;
		font-size: 17px;
		text-decoration: none;
	}

#sidemenu ul li a:hover
{

	color: #3d70b2;
}


/*Error Logging Menu
---------------------------------*/
#errorlogmenu 
{
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}
#errorlogmenu ul
{
    font: bold 12px arial, helvetica, sans-serif;
    list-style: none;
    width: 12em;
    float: left;
}
#errorlogmenu h2
{
    font-size: 1em;
    padding: 5px 10px;
    background-color: #5596e6;
    display: block;
    line-height: 1.8em;
    color: #fff;
    text-decoration: none;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
#errorlogmenu li ul
{
    display:none;
}
#errorlogmenu li ul a
{
    display:block;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #888 #555 #bbb;
    color: #000;
    background: #efefef;
    text-decoration: none;
}
#errorlogmenu a:hover 
{
    color: #a00;
    background: #fff;
}
#errorlogmenu li:hover ul 
{ 
    display: block; 
}
#dateFilterLabel
{ 
    margin-left:30px;
}





/* TASK LIST VIEW
----------------------------------------------------------*/
#notes { margin-left: 20px; }
.note {
	margin-bottom: 5px;
	background-color: #ebebeb;
	padding: 8px 10px 8px 10px;
	border-radius: 10px;
}
.NoteHeading
{
	color: #3d70b2;
	margin-bottom: 2px;
}
.NoteText
{
    font-size: 1.1em;	
}

#reconnects { margin-left: 20px; }

.reconnect 
{
    margin-bottom: 5px;	
    background-color: #ffeeff;
    padding: 8px 10px 8px 10px;
}
.reconnectHeading
{
	color: #cc1133;
	margin-bottom: 2px;
	font-weight:bold;
}
.reconnectText
{
    font-size: 1.1em;	
}


.stSpan
{
    margin-right:10px;
}
.catSpan
{
    margin-right:10px;
}
.userSpan
{
    margin-right:10px;
}
.AssignedTask
{
   margin-bottom: 5px;	
   background-color:#FFE9E8;
   padding: 8px 10px 8px 10px;
    
}
.AssignedTaskDateText
{
	color:Black;
	margin-bottom: 5px;  
}
#TaskOptionsHeader
{
    padding: 5px 10px;
    font-size:12px;
	cursor: pointer;
	margin:1px;
	width:190px;
    font-weight:bold;
    background-color: #5596e6;
    background-repeat:no-repeat;
    background-position:center right;
}
#TaskOptionsHeader a
{
    color:White;
    text-decoration:none;
    display:block;
}

/*Reenrollment*/
.ActivePlanContainer
{
   border-width:2px; 
   border-style:groove;
   background-color:#BFFFD2;
}
.MainScript
{
   border-width:2px; 
   border-style:groove;
   background-color:#cecece;
}
.ReenrollmentContent
{
   border-width:2px; 
   border-style:groove;
}
.ratePlanScript
{
   border-width:2px; 
   border-style:groove;
}
.ConfirmationBox
{
   border-width:2px; 
   border-style:groove;
   width:80%;
}

/*Enrollment Payments Table*/
table.enrollmentPayments 
{
    border-width: 1px;
	border-spacing: 1px;
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
	background-color: #eeeeee;
}
table.enrollmentPayments tr {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: #eeeeee;
	
}
table.enrollmentPayments td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: #eeeeee;
}

table.enrollmentPayments th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: #eeeeee;
	
}


/* New Clean looking (bootstrap-ish) table*/



table.clean {
	border-collapse: collapse;
	width: 100%;
}
	table.clean tr {
	
	}

table.clean tr:nth-child(odd) {
	background-color: #f2f2f2;
}

table.clean tr:hover {
	background-color: #BEBEBE;
}

table.clean th {
	font-weight: bold;
	border-bottom: solid;
	border-bottom-width: thin;
}

	table.clean th, table.clean td {
		text-align: left;
		padding: 8px;
	}

/* Same as Clean Table but with orange header*/
table.clean-org {
	border-collapse: collapse;
	width: 100%;
}

table.clean-org th {
	background-color: #ff7500;
	color: white;
}

table.clean-org th, table.clean-org td {
	text-align: left;
	padding: 8px;
}

table.clean-org tr:nth-child(even) {
	background-color: #f2f2f2;
}





/* MISC  
----------------------------------------------------------*/
.error {
	color: #f00;
}

.success{ color: green; }

.notice
{
	background-color: #efe;
	color: #3d70b2;
	border: 1px solid #3d70b2;
	padding: 10px;
	font-size: 1.2em;
}


/* FORM
----------------------------------------------------------*/
span.form_left
{
	display: block;
	float: left;
	width: 150px;
	clear:both;
	margin-bottom: 13px;
}

span.form_left_300 {
	display: block;
	float: left;
	width: 300px;
	clear: both;
	margin-bottom: 20px;
}

.ams_tag {
	background-color: #3d70b2;
	color: #fff;
	padding: 2px 5px;
	font-size: 0.8em;
	font-weight: bold;
	cursor: default;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.switchhold_tag {
	background-color: #ff0033;
	color: #fff;
	padding: 2px 5px;
	font-size: 0.8em;
	font-weight: bold;
	cursor: default;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.reenroll_button
{
    
    /*background-image: -moz-linear-gradient(center top , Green, Green);*/
	color:red;
	padding: 2px 2px;
	font-size: 13px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	cursor: default;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 6px 6px 6px 6px;*/

}

.ams_tag.hover
{
	color: #fff;
}



.csa_tag{
	background-color: #ff0033;
	color: #fff;
	padding: 2px 5px;
	margin-bottom:4px;
	font-size: 0.8em;
	font-weight: bold;
	cursor: default;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.csa_tag.hover
{
	color: #fff;
}


/***** Service Location Table *****/
table#ServiceLocationList
{
	border: 1px solid #444;
	margin-top: 20px;
}

table#ServiceLocationList tr
{
	border: 1px solid #555;
}
                       
table#ServiceLocationList tr.even
{
	background-color: #f0f2f7;
}

table#ServiceLocationList tr td
{
	padding: 4px 10px;
	font-size: 12px;
}

    table#ServiceLocationList tr th {
        background: #FF7500;
        color: #fff;
    }

table#ServiceLocationList tr td a
{
	color: #083;
}

.highlightedRow
{
	background-color: #ffffc0;
}

.evenRow
{
	background-color: #f0f2f7;
}

.esiidLink
{
    text-decoration: underline;
    /*color: #0a5;*/
}

.esiidLink:hover
{
	cursor: pointer;
}

table.standard 
{
	 border-width:1px;
	 border-spacing:0px;
	 border-style:outset;
	 border-collapse:separate;
}

table.standardScroll 
{
	 border-width:1px;
	 border-spacing:0px;
	 border-style:outset;
	 border-collapse:separate;
}

table.plain
{
	padding:3px;
}

table {
    border-radius: 6px;
    -moz-border-radius: 6px;
}

tr.standardHeader
{
	background-color:#ebebeb;	
}

tr.evenRow {
    background-color: #ebebeb;
}

tr.striped:nth-child(even) {
	background-color: #ebebeb;
}

td.plain300
{
	width:300px;	
}

td.plain250
{
	width:250px;	
}

td.standardHeader
{
	font-weight: bold;	
	border-width:1px;
	border-spacing:1px;
	border-style:inset;
	border-collapse:separate;
	text-align: center;
	padding:3px;
}
td.standardHeader60
{
	font-weight: bold;	
	border-width:1px;
	border-spacing:1px;
	border-style:inset;
	border-collapse:separate;
	text-align: center;
	padding:3px;
	width:60px;
}
td.standardHeader80
{
	font-weight: bold;	
	border-width:1px;
	border-spacing:1px;
	border-style:inset;
	border-collapse:separate;
	text-align: center;
	padding:3px;
	width:80px;
}
td.standardHeader80
{
	font-weight: bold;	
	border-width:1px;
	border-spacing:1px;
	border-style:inset;
	border-collapse:separate;
	text-align: center;
	padding:3px;
	width:80px;
}
td.standardHeader100
{
	font-weight: bold;	
	border-width:1px;
	border-spacing:1px;
	border-style:inset;
	border-collapse:separate;
	text-align: center;
	padding:3px;
	width:100px;
}
td.standardHeader150
{
	font-weight: bold;	
	border-width:1px;
	border-spacing:1px;
	border-style:inset;
	border-collapse:separate;
	text-align: center;
	padding:3px;
	width:150px;
}
td.standardHeader200
{
	font-weight: bold;	
	border-width:1px;
	border-spacing:1px;
	border-style:inset;
	border-collapse:separate;
	text-align: center;
	padding:3px;
	width:200px;
}

td.standardHeader250
{
	font-weight: bold;	
	border-width:1px;
	border-spacing:1px;
	border-style:inset;
	border-collapse:separate;
	text-align: center;
	padding:3px;
	width:250px;
}
td.standardHeader300
{
	font-weight: bold;	
	border-width:1px;
	border-spacing:1px;
	border-style:inset;
	border-collapse:separate;
	text-align: center;
	padding:3px;
	width:300px;
}

td.standardHeader400
{
	font-weight: bold;	
	border-width:1px;
	border-spacing:1px;
	border-style:inset;
	border-collapse:separate;
	text-align: center;
	padding:3px;
	width:400px;
}

td.standard
{
	border-width:1px;
	border-spacing:1px;
	border-style:inset;
	border-collapse:separate;
	text-align: center;
	padding:3px;
}

td.standardError
{
	border-width:1px;
	border-spacing:1px;
	border-style:inset;
	border-collapse:separate;
	text-align: center;
	padding:3px;
	color:Red;
}


td.standard80
{
	border-width:1px;
	border-spacing:1px;
	border-style:inset;
	border-collapse:separate;
	text-align: center;
	padding:3px;
	width:80px;
}


td.standard100
{
	border-width:1px;
	border-spacing:1px;
	border-style:inset;
	border-collapse:separate;
	text-align: center;
	padding:3px;
	width:100px;
}

td.standard120
{
	border-width:1px;
	border-spacing:1px;
	border-style:inset;
	border-collapse:separate;
	text-align: center;
	padding:3px;
	width:120px;
}
td.standard150
{
	border-width:1px;
	border-spacing:1px;
	border-style:inset;
	border-collapse:separate;
	text-align: center;
	padding:3px;
	width:150px;
}
td.standard200
{
	border-width:1px;
	border-spacing:1px;
	border-style:inset;
	border-collapse:separate;
	text-align: center;
	padding:3px;
	width:200px;
}

td.standard250
{
	border-width:1px;
	border-spacing:1px;
	border-style:inset;
	border-collapse:separate;
	text-align: center;
	padding:3px;
	width:250px;
}

td.standard300
{
	border-width:1px;
	border-spacing:1px;
	border-style:inset;
	border-collapse:separate;
	text-align: center;
	padding:3px;
	width:300px;
}

td.standard400
{
	border-width:1px;
	border-spacing:1px;
	border-style:inset;
	border-collapse:separate;
	text-align: center;
	padding:3px;
	width:400px;
}

td.ridgeBlue
{
	border-style:ridge; 
	width:250px; 
	background-color:#ebebeb;
	padding:3px;	
	border: solid 1px;
}
td.batchHeader120
{
	font-weight: bold;	
	border-width:2px;
	border-spacing:0px;
	border-style:groove;
	border-collapse:separate;
	text-align: center;
	padding:3px;
	width:120px;
	background-color:#ebebeb;
}
td.batchHeader70
{
	font-weight: bold;	
	border-width:2px;
	border-spacing:0px;
	border-style:groove;
	border-collapse:separate;
	text-align: center;
	padding:3px;
	width:70px;
	background-color:#ebebeb;
}
td.standardHeader120
{
	font-weight: bold;	
	border-width:1px;
	border-spacing:1px;
	border-style:inset;
	border-collapse:separate;
	text-align: center;
	padding:3px;
	width:120px;
}
td.batchHeader
{
	font-weight: bold;	
	border-width:2px;
	border-spacing:0px;
	border-style:groove;
	border-collapse:separate;
	text-align: center;
	padding:3px;
	background-color:#ebebeb;
}

th.risk
{
	font-weight: bold;
	background-color:#ebebeb;
	text-align: center;		
}

td.risk
{
	background-color:#ebebeb;
	border-style:ridge; 
	width:200px; 
	padding:3px;	
	border: solid 1px;
}


input[type=text] {
    padding: 6px 10px;
    margin: 0px 0;
    box-sizing: border-box;
    border-radius: 4px;
}

input[type=date] {
	padding: 6px 10px;
	margin: 0px 0;
	box-sizing: border-box;
	border-radius: 4px;
}

input[type=password] {
    padding: 6px 10px;
    margin: 0px 0;
    box-sizing: border-box;
    border-radius: 4px;
}

select {

    padding: 6px 10px;
    border-radius: 4px;
    box-sizing: border-box;
}

.button-orange {
    padding: 6px 10px;
    border-radius: 4px;
    color: #fff;
    background-color: #FF7500;
}

.button {
    padding: 6px 10px;
    border-radius: 4px;

}



/**Orange Button**/
.btn-org {
	background: #ff7500;
	color: #ffffff;
	border-radius: 0.25rem;
	padding: 0.25rem .5rem;
	font-size: 0.85rem;
	line-height: 1.5;
	cursor: pointer;
	/*font-weight: 600;*/
	-moz-transition: ease-in-out all 0.55s;
	-o-transition: ease-in-out all 0.55s;
	-webkit-transition: ease-in-out all 0.55s;
	transition: ease-in-out all 0.55s;
	text-align: center;
	border: 1px solid transparent;
}

	.btn-org.active, .btn-org:focus, .btn-org:hover {
		background: #cc5e00;
		color: #ffffff;
	}


/* Bootstrap style Alert boxes */
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

	.alert h4 {
		margin-top: 0;
		color: inherit;
	}

	.alert .alert-link {
		font-weight: bold;
	}

	.alert > p,
	.alert > ul {
		margin-bottom: 0;
	}

		.alert > p + p {
			margin-top: 5px;
		}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px;
}

	.alert-dismissable .close,
	.alert-dismissible .close {
		position: relative;
		top: -2px;
		right: -21px;
		color: inherit;
	}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

	.alert-success hr {
		border-top-color: #c9e2b3;
	}

	.alert-success .alert-link {
		color: #2b542c;
	}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}

	.alert-info hr {
		border-top-color: #a6e1ec;
	}

	.alert-info .alert-link {
		color: #245269;
	}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}

	.alert-warning hr {
		border-top-color: #f7e1b5;
	}

	.alert-warning .alert-link {
		color: #66512c;
	}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}

	.alert-danger hr {
		border-top-color: #e4b9c0;
	}

	.alert-danger .alert-link {
		color: #843534;
	}

.alert-default {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
}




