body {
	padding:0px;
	margin:0px;
	background:#c7c7c7;
	color:#848484;
	font:14px/14px Tahoma, sans-serif;
}
.header_div {
	background-color: #EFEFEF;
	padding: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
.main_div {
	background-color: #FFFFFF;
	padding: 20px;
	margin-left: 20px;
	margin-right: 20px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 26px;
}
.menu_div {
	background-color: #848484;
	padding: 20px;
	margin-left: 20px;
	margin-right: 20px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.carrier_menu_div {
    background-color: #848484;
    padding: 20px;
    margin-left: 20px;
    margin-right: 20px;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.carrier_menu_div a {
    text-decoration: none;
    color: #FFFFFF;
}
.carrier_menu_div a:hover {
    text-decoration: none;
    color: #CCCCCC;
}
.carrier_menu_div a:active {
    text-decoration: none;
    color: #663366;
}

.spacer_div {
    padding: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    color: #1a202c;
    /*text-transform: uppercase;*/
}

.warn {
	font-weight: bold;
	color: #FF0000;
}
.text3 {
	font: 14px/14px Tahoma, Geneva, sans-serif;
	color:#000;
	font-weight:normal;
}
.style3 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.tr_header {
	background-color: #CCCCCC;
}
.tr_green {
	background-color: #00FF00;
}
.tr_yellow {
	background-color: #FFFF00;
}
.tr_red {
	background-color: #FF0000;
}
.menu_div a {
	text-decoration: none;
	color: #FFFFFF;
}
.menu_div a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
.menu_div a:active {
	text-decoration: none;
	color: #663366;
}
.get_personnel {
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	line-height: 18px;
	padding: 10px;
}

table.head_class {
	width: 100%;
}

table.report td, table.report th {
     padding: 0;
     margin: 0;
     border: 0;
     outline: 0;
}

table.report {
     border-spacing: 0;
     border-collapse: collapse;
}

table.report td, table.report th {
     border: 1px solid;
     text-align: left;
}

table.report td, table.report th { padding: 0.25em 0.5em; }

table.report td, table.report th { border-color: #999; }

table.report { width: 100%; }

table.report .odd { background: #eee;}

table.report .total { color: #900; font-weight:bold; }

table.report a {color: #333; text-decoration: none }
table.report a:hover {color: navy; text-decoration: underline}

.bullet {
    background: url(../images/bullets.png) center center no-repeat;
    width: 30px;
    height: 25px;
}

.red_bullet {
    background-position: 0 -75px;
}

.blue_bullet {
    background-position: 0 -50px;
}

.yellow_bullet {
    background-position: 0 -25px;
}

.green_bullet {
    background-position: 0 0px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 260px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

.user-form {
    width: 20rem;
    margin: 0 auto;
}

.red-flash {
    width: 70rem;
    margin: 0 auto;
    font-size: 20pt;
    color: #FF0000;
    text-align: center;
}


.flash {
    width: 70rem;
    margin: 0 auto;
    font-size: 20pt;
    color: mediumseagreen;
    text-align: center;
}

.carrier-form {
    width: 50rem;
    margin: 0 auto;
}

.carrier-form table{
    border: solid 1px black;
    width: 95%;
}

.carrier-form h2{
    text-align: center;
}


.carrier-form td{
    border: solid 1px black;
}


.user-form input{
    width: 19rem;
}

.user-form select{
    width: 19rem;
}


.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.matrix {
    /*margin: 1rem auto 20rem;*/
    /*width: 100%;*/
    /*max-width: 50px;*/
    /*height: 50px;*/
    /*max-width: 26rem;*/
    /*height: 26rem;*/
    border-radius: 0.5rem;
    animation-duration: 8s;
    animation-name: animate-background;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
    /*padding: 1px;*/
}

@keyframes animate-background {
    0% {
        background-position: 0 0;
    }
    25% {
        background-position: 100% 0;
    }
    75% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0 100%;
    }
}

.ed-del:hover {
    background-color: #999999;
}
