﻿html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

div
{
    vertical-align: middle;    
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    body{
        font-family: "Open Sans Light", "Segoe UI", Verdana, Helvetica, Sans-Serif;
    }        
}

.body-container{background-color: White; width:100%}

.company-logo-medium
{
  width:135px; height:30px; background: Transparent url(../Images/zachry_solid_logo_135x21.png) no-repeat 0 0; margin-top:10px; margin-left: 5px;      
}
.application-logo-medium
{
    width:320px; height:60px;
    /*background: Transparent url(../Images/Main.png) no-repeat 0 -35px;*/ 
    position:absolute; right:0; display:block; z-index:100;  
}

a {
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

a:hover{color:White !important; background-color:#00A160;}
header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}



/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error 
{
    font-family: Tahoma;
    font-size: 8pt;
    color: #e80c4d;
    font-weight: bold;
    padding-left: 15px;
    position: relative;
    top: 0px; /*counter the margin for input fields*/
    background:transparent url(../Images/Main.png) no-repeat -2px -205px;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
    background-color: #F9DAD1;
    -moz-box-shadow: 0px 0px 10px #e80c4d;
    -webkit-box-shadow: 0px 0px 10px #e80c4d;
    box-shadow: 0px 0px 10px #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul.menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul.menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}

.multiplebgs
{
    background: none;    
}

.top-bar{border-bottom: 4px solid #EEE; height: 50px; z-index:11000; }
/*a{cursor:pointer;}
a:hover{background-color:transparent;color:Green;}
.menu-container{background-color:transparent; margin:0 auto; height:100%; border-right:1px dotted #EEE; border-left:1px dotted #EEE; text-align:left;}
.menu-container a{height:50px; padding-bottom: 2px; text-align:center; margin:5px;position:relative; top:4px;  text-decoration:none; border-bottom: 2px solid Transparent; font-size:100%; color:#777}
.menu-container a:hover{border-bottom: 2px solid Green; color:Green;}*/
.text-centered{text-align:center;}
.text-right{text-align:right;}
.welcome-top b{color: #D3EA94; border-bottom: 2px solid #D3EA94; margin-right: 40px; font-size:1.1em; }
.breadcrumb-top{background-color:green; height:25px; padding-top: 1px;color:White;z-index: 12000;}
.breadcrumb-top span{font-weight:100;}
.breadcrumb-top a{color:White; font-weight:100 !important;}
.breadcrumb-top a:hover{color:Lime;}
.row{width:100% !important; max-width:100%;}
.nav-block{background-color: White; height: 50px;border-bottom: 4px solid #EEE; z-index:12000; }
.nav-block li, .nav-block ul {
    z-index: 12000;
}

/**** MENU ****/
/* Menu CSS*/
.breadcrumb-top{
    z-index: 11000;
	top: 0px;
	list-style:none;
	margin:0 auto;
	padding:0px 20px 0px 20px;
}

.menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 2px;
	margin-right:15px;
	margin-top:7px;
	border:1px solid transparent;
}

.menu li a {border-bottom: 3px solid Green; cursor:pointer; text-shadow:0px 0px 5px White; }
.menu li li a {border: none;text-shadow:none; }
.menu li li 
{
    border: none;
}
.menu li:hover {
	border: 1px solid black;
	padding: 2px;
	border-top: 2px solid Red;
	/* Background color and gradients */	
	background: black;
	border-radius: 5px 5px 0px 0px;
}

.menu li a:hover{color:White !important;}
.menu li li a:hover{color: #820024 !important;}
.menu li a {
	color: Gray;
	display:block;
	outline:0;
	text-decoration:none;
}

.menu li ul li{margin-left:4px !important;}

.menu li:hover a {
	color:White;
	background-color: transparent !important;
	border-bottom-color:transparent;
}

.menu li .drop {
	padding-right:21px;
	background:url("img/drop.png") no-repeat right 8px;
}
.menu li:hover .drop {
	background:url("img/drop.png") no-repeat right 7px;
}

.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
	margin:1px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid Black;
	border-top-width: 5px;
	background-color: White;
	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
	box-shadow:0px 10px 20px 4px #666;
}

.menu_first_container{background:white; height: 100%}
.dropdown_1column {width: auto;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 700px;}

.menu li:hover .dropdown_1column, 
.menu li:hover .dropdown_2columns, 
.menu li:hover .dropdown_3columns,
.menu li:hover .dropdown_4columns,
.menu li:hover .dropdown_5columns {
	left:-1px;
	top:auto;
}
.menu-description{color: #666; padding: 0 !important; line-height: normal !important; height:auto; margin-left: 10px !important; font-size:8pt; display:inline-block; font-family:inherit !important; margin-top: -2px !important; margin-bottom: 5px !important;}
.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {width:200px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}


.menu .menu_right {
	float:right;
	margin-right:0px;
}
.menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

.menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

.menu p, .menu h2, .menu h3, .menu ul li {
	line-height:21px;
	text-align:left;
}

.menu h2 {
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
.menu h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}
.menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

.menu li:hover a {
	color:White;
}

.menu li:hover li a 
{
    color:Green;
}
.menu li:hover a:hover {
	color:#D88212;
}


.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

.menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

.menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}

.menu li ul li {
	position:relative;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
}

.menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

.menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

.menu a.menu-section{font-size: 1.1em !important; border-bottom: 1px solid #344D0B !important; color: #0C4574 !important; font-weight:bold; font-family:Arial;}
.menu a.menu-section:hover{color: Black;}
/**** END MENU ****/
.image-link {padding-left: 20px; height:20px;}
.big-image-link {padding-left:35px;height:35px; vertical-align:bottom; padding-top: 10px;}
.home-big{background:transparent url(../Images/Main.png) no-repeat 0 -90px;}
.home-normal{background:transparent url(../Images/Main.png) no-repeat -2px -130px;}
.hidden{display:none;}

.section{border: 1px solid #AAA\9;
	box-shadow:0px 3px 8px 1px #AAA; margin:0px !important; padding: 5px; background-color: white !important}

.padded{padding: 5px !important;}

.link-on-background{font-size: 1.2em; color: White !important; text-decoration:none; padding-bottom: 2px;} 
.link-on-background:hover{background-color:Transparent !important; color: Orange !important; }
.logout{background:transparent url(../Images/Main.png) no-repeat -3px -159px;}
.logout:hover{background:transparent url(../Images/Main.png) no-repeat -4px -180px;}
legend{ color:Green; font-size: 1.5em !important; font-weight:normal !important;}
.password-rule{line-height: 1.8em;}
.password-rule b{color: #e80c4d; font-weight: normal; border-bottom: 2px solid red;}
fieldset.colored {
    background-color:#EEE;
}

.side-menu{background:transparent url(../Images/Main.png) no-repeat -3px -735px;}
.side-menu-header{color:#00457C;}
.side-menu .description{color: #737377; font-size: 0.9em; padding-right: 1em;}
h1, h2, h3, h4, h5, h6 {
    font-family: "Segoe UI", Arial;
    margin:0 auto !important; padding:0 !important; font-weight:300; color:Green
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.3em;
}

h5 {
    font-size: 1.2em;
}

h6{font-size: 1.1em;}
    
    
.inner-container{padding:1em;}

/* Foundation CSS over rides*/
.column, .columns{padding: 0 !important;}
.inner-container .column{padding: 5px;}
.side-menu .inner-container .column{padding: 0px;}
.row .row{margin:0;}
input[type=button], input[type=submit]{font-family:"Arial";}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {margin:0; color:#333; font-size: 1.1em !important;}

/**Layout**/
.horizontal-top-split .top-left{border-right: 1px solid #C9CBCC;}
.horizontal-top-split .top-right{border-left: 1px solid #C9CBCC; margin-left:-1px;}
.horizontal-top-split .bottom{border-top: 1px solid #C9CBCC;}
td{border:1px solid #D1E7AD !important;}
th{border:1px solid Green !important;}
th{background-color:green; color:White !important;}

/* The Grid : Patch to support browsers below IE 9.0---------------------- */
.lt-ie9 .row { width: 100%; max-width: 100%; margin: 0 auto; }
.lt-ie9 .row .row { width: auto; max-width: none; min-width: 0; margin: 0; }
.lt-ie9 .row.large-collapse .column, 
.lt-ie9 .row.large-collapse .columns { padding: 0; }
.lt-ie9 .row .row { width: auto; max-width: none; min-width: 0; margin: 0; }
.lt-ie9 .row .row.large-collapse { margin: 0; }
 
.lt-ie9 .column, .lt-ie9 .columns { float: left; min-height: 1px; padding: 0; position: relative; }
.lt-ie9 .column.large-centered, .lt-ie9 .columns.large-centered { float: none; margin: 0 auto; }
 
.lt-ie9 [class*="column"] + [class*="column"]:last-child { float: right; }
.lt-ie9 [class*="column"] + [class*="column"].end { float: left; }
 
.lt-ie9 .large-1, 
.lt-ie9 .row .large-1 { width: 6.25%; }
 
.lt-ie9 .large-2, 
.lt-ie9 .row .large-2 { width: 12.5%; }
 
.lt-ie9 .large-3, 
.lt-ie9 .row .large-3 { width: 18.75%; }
 
.lt-ie9 .large-4, 
.lt-ie9 .row .large-4 { width: 25%; }
 
.lt-ie9 .large-5, 
.lt-ie9 .row .large-5 { width: 31.25%; }
 
.lt-ie9 .large-6, 
.lt-ie9 .row .large-6 { width: 37.5%; }
 
.lt-ie9 .large-7, 
.lt-ie9 .row .large-7 { width: 43.75%; }
 
.lt-ie9 .large-8, 
.lt-ie9 .row .large-8 { width: 50%; }
 
.lt-ie9 .large-9, 
.lt-ie9 .row .large-9 { width: 56.25%; }
 
.lt-ie9 .large-10, 
.lt-ie9 .row .large-10 { width: 62.5%; }
 
.lt-ie9 .large-11, 
.lt-ie9 .row .large-11 { width: 68.75%; }
 
.lt-ie9 .large-12,
.lt-ie9 .row .large-12 { width: 75%; }
.lt-ie9 .large-13,
.lt-ie9 .row .large-13 { width: 81.25%; }
.lt-ie9 .large-14,
.lt-ie9 .row .large-14 { width: 87.5%; }
.lt-ie9 .large-15,
.lt-ie9 .row .large-15 { width: 93.75%; }
.lt-ie9 .large-16,
.lt-ie9 .row .large-16 { width: 100%; }
 
.lt-ie9 .row .large-offset-1 { margin-left: 6.25%; }
.lt-ie9 .row .large-offset-2 { margin-left: 12.5%; }
.lt-ie9 .row .large-offset-3 { margin-left: 18.75%; }
.lt-ie9 .row .large-offset-4 { margin-left: 25%; }
.lt-ie9 .row .large-offset-5 { margin-left: 31.25%; }
.lt-ie9 .row .large-offset-6 { margin-left: 37.5%; }
.lt-ie9 .row .large-offset-7 { margin-left: 43.75%; }
.lt-ie9 .row .large-offset-8 { margin-left: 50%; }
.lt-ie9 .row .large-offset-9 { margin-left: 56.25%; }
.lt-ie9 .row .large-offset-10 { margin-left: 62.5%; }
.lt-ie9 .row .large-offset-11 { margin-left: 68.75%; }
.lt-ie9 .row .large-offset-12 { margin-left: 75%; }
.lt-ie9 .row .large-offset-13 { margin-left: 81.25%; }
.lt-ie9 .row .large-offset-14 { margin-left: 87.5%; }
.lt-ie9 .row .large-offset-15 { margin-left: 93.75%; }
.lt-ie9 .row .large-offset-16 { margin-left: 100%; }
 
.lt-ie9 .pull-1 { right: 6.25%; }
.lt-ie9 .pull-2 { right: 12.5%; }
.lt-ie9 .pull-3 { right: 18.75%; }
.lt-ie9 .pull-4 { right: 25%; }
.lt-ie9 .pull-5 { right: 31.25%; }
.lt-ie9 .pull-6 { right: 37.5%; }
.lt-ie9 .pull-7 { right: 43.75%; }
.lt-ie9 .pull-8 { right: 50%; }
.lt-ie9 .pull-9 { right: 56.25%; }
.lt-ie9 .pull-10 { right: 62.5%; }
.lt-ie9 .pull-11 { right: 68.75%; }
.lt-ie9 .pull-12 { right: 75%; }
.lt-ie9 .pull-13 { right: 81.25%; }
.lt-ie9 .pull-14 { right: 87.5%; }
.lt-ie9 .pull-15 { right: 93.75%; }
.lt-ie9 .pull-16 { right: 100%; }

.lt-ie9 .push-1 { left: 6.25%; }
.lt-ie9 .push-2 { left: 12.5%; }
.lt-ie9 .push-3 { left: 18.75%; }
.lt-ie9 .push-4 { left: 25%; }
.lt-ie9 .push-5 { left: 31.25%; }
.lt-ie9 .push-6 { left: 37.5%; }
.lt-ie9 .push-7 { left: 43.75%; }
.lt-ie9 .push-8 { left: 50%; }
.lt-ie9 .push-9 { left: 56.25%; }
.lt-ie9 .push-10 { left: 62.5%; }
.lt-ie9 .push-11 { left: 68.75%; }
.lt-ie9 .push-12 { left: 75%; }
.lt-ie9 .push-13 { left: 81.25%; }
.lt-ie9 .push-14 { left: 87.5%; }
.lt-ie9 .push-15 { left: 93.75%; }
.lt-ie9 .push-16 { left: 100%; }

.lt-ie9 .row { *zoom: 1; }
.lt-ie9 .row:before, .lt-ie9 .row:after { content: " "; display: table; }
.lt-ie9 .row:after { clear: both; }

.top-bar-js-breakpoint {
  width: 5.75em !important;
  visibility: hidden; }

.lt-ie8 .row {
    position: relative !important;
}

.lt-ie8 .nav-block{
    display: block !important; position: relative !important;
}

.lt-ie8 .menu li:hover .menu-description {
    font-size: 10pt;
    margin-left: 10px !important;
}

.lt-ie8 input[type='text'], .lt-ie8 input[type='password'] {
    height: auto !important;
    width: 90%;
    position:relative;
}

.lt-ie8 div {
    vertical-align: auto !important;
}

.lt-ie8 input[type='checkbox'] {
    margin-bottom: 0px !important;
}


.checked 
{
    padding: 3px !important;
    padding-left: 18px !important;    
    padding-top: 4px !important;
    background: url("../Images/Main.png") no-repeat 1px -315px;
}

a
{
    cursor:pointer !important;
}
a:hover 
{
    background-color:transparent !important;
    color: blue !important;
    font-weight:bold;
}

.page-section {
    padding: 3px !important;
}
.bordered {
    border: 1px solid gray;
}
.text-right {
    text-align: right;
}

.ui-front {
    z-index:99999 !important; /* override the z-index for jQuery modal to be at top*/
}

a.alert {
    color:red !important;
}

table tr th.bordered {
    border: 1px solid White !important;
}

.crossed 
{
    padding: 3px !important;
    padding-left: 18px !important;    
    padding-top: 4px !important;
    background: url("../Images/Main.png") no-repeat 0 -244px;
    min-height: 22px;
    cursor:pointer;
}

.checked-big {
    padding: 3px !important;
    padding-left: 18px !important;    
    padding-top: 4px !important;
    background: url("../Images/Main.png") no-repeat 0 -267px;
    min-height: 22px;
    cursor:pointer;
}

table.expanded-cell tr td, table.expanded-cell th{
    padding: 5px !important;     
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

.no-border {
    border-collapse: collapse;
}

.no-border tr, .no-border tr td {
    border: none !important;
    background-color:transparent !important;
}


.toolbar {
    padding-top: 5px !important;
}

textarea {
    width: 100% !important;
}

textarea.large{
    height: 200px !important;
}

.side-large-offset-1{
    margin-left: 1.25%;
}

.adminButtons{
    padding: 1px;
    margin-bottom: -1px;
}
