/* Minification failed. Returning unminified contents.
(633,1): run-time error CSS1019: Unexpected token, found '}'
(950,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(951,6): run-time error CSS1035: Expected colon, found '{'
(956,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(957,6): run-time error CSS1035: Expected colon, found '{'
(962,1): run-time error CSS1019: Unexpected token, found '@-ms-keyframes'
(963,6): run-time error CSS1035: Expected colon, found '{'
(974,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(975,6): run-time error CSS1035: Expected colon, found '{'
(982,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(983,6): run-time error CSS1035: Expected colon, found '{'
(989,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(990,6): run-time error CSS1035: Expected colon, found '{'
(996,1): run-time error CSS1019: Unexpected token, found '@-ms-keyframes'
(997,6): run-time error CSS1035: Expected colon, found '{'
(1010,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1011,6): run-time error CSS1035: Expected colon, found '{'
(1075,19): run-time error CSS1031: Expected selector, found ';'
(1075,19): run-time error CSS1025: Expected comma or open brace, found ';'
(1093,1): run-time error CSS1019: Unexpected token, found '}'
(1096,20): run-time error CSS1031: Expected selector, found ';'
(1096,20): run-time error CSS1025: Expected comma or open brace, found ';'
(1114,1): run-time error CSS1019: Unexpected token, found '}'
(1117,18): run-time error CSS1031: Expected selector, found ';'
(1117,18): run-time error CSS1025: Expected comma or open brace, found ';'
(1174,1): run-time error CSS1019: Unexpected token, found '}'
(1177,9): run-time error CSS1031: Expected selector, found ';'
(1177,9): run-time error CSS1025: Expected comma or open brace, found ';'
(1238,1): run-time error CSS1019: Unexpected token, found '}'
(1241,9): run-time error CSS1031: Expected selector, found ';'
(1241,9): run-time error CSS1025: Expected comma or open brace, found ';'
(1505,1): run-time error CSS1019: Unexpected token, found '}'
(1508,9): run-time error CSS1031: Expected selector, found ';'
(1508,9): run-time error CSS1025: Expected comma or open brace, found ';'
(1784,1): run-time error CSS1019: Unexpected token, found '}'
(1787,9): run-time error CSS1031: Expected selector, found ';'
(1787,9): run-time error CSS1025: Expected comma or open brace, found ';'
(1933,1): run-time error CSS1019: Unexpected token, found '}'
(1936,27): run-time error CSS1031: Expected selector, found ';'
(1936,27): run-time error CSS1025: Expected comma or open brace, found ';'
(1942,1): run-time error CSS1019: Unexpected token, found '}'
 */
html {
    margin: 0;
    padding: 0;
	background:#DEEAF3;
}

body {
    background: #DEEAF3; /* for non-css3 browsers */
    zoom:1;
    color: #333;
	font-size:12px;
    height:100%;
    font-family: Helvetica, "Segoe UI", Verdana,  Sans-Serif;
	margin: 0 auto;
	display: block;
}

.menuSpace {  
    padding-top:60px;
}

.ui-menu-item a {
	font-family: Helvetica;
}

.popupShift
{
    margin-top:-20px;
    padding-top:20px;
}

a {
    color: #000000;
    outline: none;
    text-decoration: none;
}

a:active, a:hover {
    text-decoration:underline;
}

a:visited{
	color: #000;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: .67em;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.80em;
}

h3 {
    font-size: 1.60em;
}

h4 {
    font-size: 1.40em;
}

h5{
    font-size: 1.20em;
}
h6 {
    font-size: 1em;
}

blockquote
{
	margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
    padding-left: 15px;
    border-left: 3px solid #ccc;
}

img
{
    width:100%;
    border:none;
}

    img.logo
    {
        height:37px;
        width:auto;
    }

/* navbar
----------------------------------------------------------*/

.logo
{
    margin-top:5px;
    margin-bottom:5px;
    margin-right: 40px;
    height:45px;
}

iframe
{
    border-style:solid;
    border-color:green;
    width:99.5%;
}

.nav-wrapper
{
    display:inline;
    position:absolute;
    top:0;
    left:0;
    right:0;

    z-index:10;
}

.ui-menu { 
    overflow: hidden;
}
.ui-menu .ui-menu {
    overflow: visible !important;
}
.ui-menu > li { 
    float: left;
    display: block;
    width: auto !important;
}
.ui-menu ul li {
    display:block;
    float:none;
    position:relative;
}

.ui-menu ul li ul{
    white-space: nowrap;
    width:auto;
    display:inline-block;
    position:absolute;
}

.ui-menu ul li ul li {
    width:auto;
}
.ui-menu ul li ul li a {
    float:left;
}

.ui-menu ul li ul li ul {
    width:auto;
    left:300px !important;
}

    .ui-menu > li > a {
        float: left;
        display: block;
        clear: both;
        overflow: hidden;
        background-color: transparent !important;
        border-radius: 5px;
        color: black !important;
        width: auto;
        border-color: gray !important;
    }
        .ui-menu > li > a:hover {
            text-decoration: none;
            border-color: gray !important;
            background-color: lightgray !important;
        }
.ui-menu .ui-menu-icon { 
    margin-top: 0.3em !important;
}

.down-shift {
    margin-top: 15px !important;
    margin-right: 15px !important;
    border-radius: 5px;
    width: auto;
}

#nav {
    font-size:14px;
z-index: 20 !important;
}
.security
{
    float:right !important;
    font-size:12px;
}

.confidential {
    font-weight: bold;
    margin-top:5px;
    width:350px;
}

.confidential p {
    font-weight: normal;
    font-size:10px;
}

/* Tables: Edit and Delete
----------------------------------------------------------*/

.nicEdit-main
{
    max-height:300px;
    overflow:scroll !important;

}

.nicEdit-button
{
    background-image:url(../Images/nicEditorIcons.gif) !important;
}

table.widen
{
    width:95%;
}

table th
{
    text-align: center;
    font-size:12px;
}

table tfoot:hover {
    background-color:white;
}

input[type="number"]
{
    width:50px;
}

.hiddenColumn
{
    visibility:hidden;
}

a.edit
{
    background: url(../Images/Edit.png) no-repeat top left;
    display: block;
    float:left;
    width:25px;
    height:25px;
    text-indent:-9999px;
}

a.delete
{
    background: url(../Images/Delete.png) no-repeat top left;
    display: block;
    float:left;
    width:25px;
    height:25px;
    text-indent:-9999px;
}

td.widen
{
    width:60px;
}

.clickable{
    cursor: pointer;
}

/*tr:nth-child(even) td{ background-color: #EBEBEB; }
tr:nth-child(odd) td{ background-color: #ffffff; }*/
tr:nth-child(odd):hover td,tr:nth-child(even):hover td {background:#ffff99;}
tfoot:hover td {
    background: #ffffff !important;
}


.popupAdjust
{
    margin-top:-50px !important;
}
.popupWelcome
{
    width:100%;
	text-align:center;
}

.border
{
    border-style:solid;
    border-width:1px;
    border-color:aqua;
}

/* page elements
----------------------------------------------------------*/
.span3
{
    float:left;
}

.markup
{
    width:100%;
    max-width:700px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom:20px; 
    margin-top:10px;
    border: 1px solid #ccc;
    min-height:175px; 
    overflow:scroll;
}

#mainDiv
{
	background-color: white;
	width:90%;
    min-width:990px;
    max-width:1200px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
    padding-bottom:20px;
	margin-top:20px;
    margin: auto
}

.container {
margin-right: auto;
margin-left: auto;

}

.container:before, .container:after {
display: table;
content: "";
}

.container:after {
clear: both;
}

.fill {
	/*background-color: #FFcfbc;*/
	min-height:200px;
	margin: 0 auto;
	width:95%;	
}

.clear { clear: both; }

.welcome{
	width:100%;
	text-align:center;
    margin-top:20px;
}

.bottomMenu
{
    width:100%;
	    text-align:center;
    margin-top:0px;
}

.full-width{
  width: 100%;
  margin-left: auto;
  margin-right: auto; 
}

hr {
  border: 0;
  clear:both;
  display:block;
  width: 96%;               
  background-color:#ccc;
  height: 1px;
}
.center{
	margin: 0 auto;
}
.recentIcon-container
{
	text-align:center;
	padding-top:3%;
	padding-bottom:3%;
    margin-right:auto;
    margin-left:auto;
    max-width:1000px;
}

a.recentIcon
{
	display:inline-block;
	width:15%;

    padding:5px 5px 5px 5px;
}

.spanAuto{
	width:100%;
}
.shadow
{
    background-color:White;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#4C5A63')";
     filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#4C5A63');    
    text-shadow: none;
    -moz-box-shadow: 2px 2px 8px 2px #4C5A63;
    -webkit-box-shadow: 2px 2px 8px 2px #4C5A63;
    box-shadow: 2px 2px 7px #4C5A63;

    /*border-style:solid;
    border-width:1px;
    border-color:#aaa;*/
}

/* forms */
fieldset {
    border: none;
    margin: 10px 0 0 0;
    padding: 0 10px 0 10px;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

    input[type="submit"],
    input[type="button"],
	input[type="reset"],
	input[type="password"], 
	textarea {
    border: 1px solid #999;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}
#EmailAddress {

    width:300px;
}
#ContinueButton {
    width:100px;
}
textarea {
    font-family: inherit;
    width: 500px;
}

    /*input:focus, textarea:focus {
        border: 1px solid #F09A2B;
    }*/
	
	input[type=submit], input[type=reset]
	{
		width:100px;
		height: 50px;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59a3d4', endColorstr='#3485bf');
	}
	
	input[type="radio"]
	{
		background: transparent;
		border: none;
	}
    input[type="checkbox"] {
        background: transparent;
        border: none;
    }

    input[type="submit"],
    input[type="button"],
	input[type="reset"],
	button {
		text-decoration: none;
		border-color:#777;
		cursor: pointer;
		outline: none;
		color:#111;
		font-family:inherit;
		display:inline-block;
		vertical-align:top;
		position:relative;
		font-size:12px;
		font-weight:bold;
		text-align:center;
		background-color:#aaa;
		background-image: -moz-linear-gradient(top, rgba(255,255,255,.75), rgba(255,255,255,0));
		background-image: -o-linear-gradient(top, rgba(255,255,255,.75), rgba(255,255,255,0));
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,.75)), to(rgba(255,255,255,0)));
		background-image: linear-gradient(top, rgba(255,255,255,.75), rgba(255,255,255,0));
		background-repeat:repeat-x;
		line-height:2;
		padding:0 1em;
		height:2em;
		-moz-box-shadow:1px 1px 0 rgba(255,255,255,.5) inset, -1px -1px 0 rgba(255,255,255,.5) inset;
		-webkit-box-shadow:1px 1px 0 rgba(255,255,255,.5) inset, -1px -1px 0 rgba(255,255,255,.5) inset;
		box-shadow:1px 1px 0 rgba(255,255,255,.5) inset, -1px -1px 0 rgba(255,255,255,.5) inset;
		-webkit-transition: background .185s linear;
		-moz-transition: all .185s linear;
		-o-transition: all .185s linear;
		transition: all .185s linear;
		/** Make the text unselectable **/
		-moz-user-select: none;
		-webkit-user-select: none;
    }
	button:after, input[type=submit], input[type=button], input[type="reset"] {
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		border-radius:4px;
		border-width:1px;
		border-style:solid;
	}
	
	button:active, input[type=submit]:active, input[type=button]:active, input[type="reset"]:active {
	line-height:2.2;
	-moz-box-shadow
		:0 .33em 1em rgba(0,0,0,.45) inset,
		1px 1px 0 rgba(255,255,255,.50) inset, 
		-1px -1px 0 rgba(255,255,255,.50) inset;
	-webkit-box-shadow:
		0 .33em 2em rgba(0,0,0,.45) inset,
		1px 1px 0 rgba(255,255,255,.25) inset, 
		-1px -1px 0 rgba(255,255,255,.25) inset;
	box-shadow:
		0 .33em 2em rgba(0,0,0,.45) inset,
		1px 1px 0 rgba(255,255,255,.25) inset, 
		-1px -1px 0 rgba(255,255,255,.25) inset;
		-webkit-transition: line-height .1s linear;
		-moz-transition: all .1s linear;
		-o-transition: all .1s linear;
		transition: all .1s linear;
	}
	
	button:hover, button:focus, input[type=button]:hover, input[type=button]:focus, 
	input[type=submit]:hover, input[type=submit]:focus, input[type=radio]:hover,
	input[type=reset]:hover, input[type=reset]:focus
	{
	background-color:#9BDFFA;
	}
	
    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* Centering (because CSS needs help sometimes)
----------------------------------------------------------*/

.outer-center
{
    float: right;
    right: 50%;
    position: relative;
}

.inner-center
{
    float: right;
    right: -50%;
    position: relative;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #999;
    text-align: left;
}

th {
    text-align: left;
    border: solid 1px #999;
    padding: 3px 10px 3px 10px;
    background: #d2d2d2;
    font-weight: 600;
}

tfoot
{
    font-size: 20px;

}


    tfoot a:hover
    {
        background-color: yellow;
    }

td {
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    padding: 3px 10px;
}
}

.even td 
{
    background-color: #DAEAFF; 
}

.odd td 
{
    background-color: #f9f9f9; 
}

/*
#Users a
{
    color:#10195a;
}
*/

/* Carousel
----------------------------------------------------------*/
.carousel {
  position: relative;
  margin-top:10px;
  line-height: 1;
    z-index:0;
  height:325px;
  overflow:hidden;
}

    .carousel img
    {
        width:100%;
        height:auto;
    }

.carousel-inner {
  position: relative;
  width: 90%;
  margin-right:auto;
  margin-left:auto;
  overflow: hidden;
  /*text-align:center;*/
}

.carousel .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
      -ms-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
  width:100%;
  margin-left:auto;
  margin-right:auto;
}

.carousel .item a
{
  color:black;
  text-decoration:none;
}
.carousel .item > img {
  display: inline-block;
  line-height: 1;
}

.carousel .inner-item
{
	text-align:center;
	margin-right:0px;
}

.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}

.carousel .active {
  left: 0;
}

.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel .next {
  left: 100%;
}

.carousel .prev {
  left: -100%;
}

.carousel .next.left,
.carousel .prev.right {
  left: 0;
}

.carousel .active.left {
  left: -100%;
}

.carousel .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  text-decoration:none;
}

.carousel-control.right {
  right: 15px;
  left: auto;
}

.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 15px 5px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
}

@media (max-width: 979px)
{
    .menuSpace
    {
        padding-top: 50px !important;
    }
}

@media (max-width: 902px)
{
    .menuSpace
    {
        padding-top: 100px !important;
    }
}

.loader16
{
    background: url(../Images/loader16.gif) no-repeat top left;
    display: block;
    width:16px;
    height:16px;
}

.loader32
{
    background: url(../Images/loader32.gif) no-repeat top left;
    display: block;
    width:32px;
    height:32px;
}

.loader64
{
    background: url(../Images/loader64.gif) no-repeat top left;
    display: block;
    width:64px;
    height:64px;
}

.ajax-div 
{
    float:left;
    margin:0.5em;
}

/* Button-link styling
----------------------------------------------------------*/

.button-link {
    color: #FFFFFF !important;
    text-decoration: none;
    padding: 4px 6px;
    background: #698FBA;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.button-link:hover {
    color: #FFFFFF;
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}
.button-link:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}

/* Group Membership UI Elements
----------------------------------------------------------*/

.group-membership-list ul {
  overflow: hidden;
}

.group-membership-list li {
  color: #ffffff;
  background: #698fba;
  padding: 0 10px;
  overflow: hidden;
  margin-bottom: 2px;
  line-height: 2.5;
  cursor: pointer;
  display: block;
}

.group-membership-list li:hover {
  background: #356094;
}

.group-membership-list li:active {
  background: #2e5481;
}

.group-membership-list .right-new-item {
  max-height: 0;
  opacity: 0;
  -webkit-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  -webkit-animation: 
    openSpace 0.2s ease forwards,
    moveIn 0.3s 0.2s ease forwards;
  -moz-animation: 
    openSpace 0.2s ease forwards,
    moveIn 0.3s 0.2s ease forwards;
  -ms-animation: 
    openSpace 0.2s ease forwards,
    moveIn 0.3s 0.2s ease forwards;
  -o-animation: 
    openSpace 0.2s ease forwards,
    moveIn 0.3s 0.2s ease forwards;
  animation: 
    openSpace 0.2s ease forwards,
    moveIn 0.3s 0.2s ease forwards;
}

.group-membership-list .left-new-item {
  max-height: 0;
  opacity: 0;
  -webkit-transform: translateX(400px);
  -ms-transform: translateX(400px);
  -webkit-animation: 
    openSpace 0.2s ease forwards,
    moveIn 0.3s 0.2s ease forwards;
  -moz-animation: 
    openSpace 0.2s ease forwards,
    moveIn 0.3s 0.2s ease forwards;
  -ms-animation: 
    openSpace 0.2s ease forwards,
    moveIn 0.3s 0.2s ease forwards;
  -o-animation: 
    openSpace 0.2s ease forwards,
    moveIn 0.3s 0.2s ease forwards;
  animation: 
    openSpace 0.2s ease forwards,
    moveIn 0.3s 0.2s ease forwards;
}

/* Open space for li */
/* Chrome and Safari */
@-webkit-keyframes openSpace {
  to { 
    max-height: 50px;
  }
}
/* Firefox */
@-moz-keyframes openSpace {
  to { 
    max-height: 50px;
  }
}
/* IE10 */
@-ms-keyframes openSpace {
  to { 
    max-height: 50px;
  }
}
/* Opera */
@-o-keyframes openSpace {
  to { 
    max-height: 50px;
  }
}
/* General */
@keyframes openSpace {
  to { 
    max-height: 50px;
  }
}

/* Slide in new li */
/* Chrome and Safari */
@-webkit-keyframes moveIn {
  to { 
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
/* Firefox */
@-moz-keyframes moveIn {
  to { 
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
/* IE10 */
@-ms-keyframes moveIn {
  to { 
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
/* Opera */
@-o-keyframes moveIn {
  to { 
    opacity: 1;
    -o-transform: translateX(0);
  }
}
/* General */
@keyframes moveIn {
  to { 
    opacity: 1;
    transform: translateX(0);
  }
}
/*!
 * Bootstrap Responsive v2.0.4
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.clearfix {
    *zoom: 1;
}

    .clearfix:before, .clearfix:after {
        display: table;
        content: "";
    }

    .clearfix:after {
        clear: both;
    }

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.hidden {
    display: none;
    visibility: hidden;
}

.visible-phone {
    display: none!important;
}

.visible-tablet {
    display: none!important;
}

.hidden-desktop {
    display: none!important;
}

@media(max-width:767px) {
    .visible-phone;

{
    display: inherit!important;
}

.hidden-phone {
    display: none!important;
}

.hidden-desktop {
    display: inherit!important;
}

.visible-desktop {
    display: none!important;
}

}

@media(min-width:768px) and (max-width:979px) {
    .visible-tablet;

{
    display: inherit!important;
}

.hidden-tablet {
    display: none!important;
}

.hidden-desktop {
    display: inherit!important;
}

.visible-desktop {
    display: none!important;
}

}

@media(max-width:480px) {
    .nav-collapse;

{
    -webkit-transform: translate3d(0,0,0);
}

.page-header h1 small {
    display: block;
    line-height: 18px;
}

input[type="checkbox"], input[type="radio"] {
    border: 1px solid #ccc;
}

.form-horizontal .control-group > label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
}

.form-horizontal .controls {
    margin-left: 0;
}

.form-horizontal .control-list {
    padding-top: 0;
}

.form-horizontal .form-actions {
    padding-right: 10px;
    padding-left: 10px;
}

.modal {
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    width: auto;
    margin: 0;
}

    .modal.fade.in {
        top: auto;
    }

.modal-header .close {
    padding: 10px;
    margin: -10px;
}

.carousel-caption {
    position: static;
}

}

@media(max-width:767px) {
    body;

{
    padding-right: 20px;
    padding-left: 20px;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    margin-right: -20px;
    margin-left: -20px;
}

.container-fluid {
    padding: 0;
}

.dl-horizontal dt {
    float: none;
    width: auto;
    clear: none;
    text-align: left;
}

.dl-horizontal dd {
    margin-left: 0;
}

.container {
    width: auto;
}

.row-fluid {
    width: 100%;
}

.row, .thumbnails {
    margin-left: 0;
}

[class*="span"], .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
}

.input-large, .input-xlarge, .input-xxlarge, input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.input-prepend input, .input-append input, .input-prepend input[class*="span"], .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
}

}

@media(min-width:768px) and (max-width:979px) {
    .row;

{
    margin-left: -20px;
    *zoom: 1;
}

.row:before, .row:after {
    display: table;
    content: "";
}

.row:after {
    clear: both;
}

[class*="span"] {
    float: left;
    margin-left: 20px;
}

.container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 724px;
}

.span12 {
    width: 724px;
}

.span11 {
    width: 662px;
}

.span10 {
    width: 600px;
}

.span9 {
    width: 538px;
}

.span8 {
    width: 476px;
}

.span7 {
    width: 414px;
}

.span6 {
    width: 352px;
}

.span5 {
    width: 290px;
}

.span4 {
    width: 228px;
}

.span3 {
    width: 166px;
}

.span2 {
    width: 104px;
}

.span1 {
    width: 42px;
}

.offset12 {
    margin-left: 764px;
}

.offset11 {
    margin-left: 702px;
}

.offset10 {
    margin-left: 640px;
}

.offset9 {
    margin-left: 578px;
}

.offset8 {
    margin-left: 516px;
}

.offset7 {
    margin-left: 454px;
}

.offset6 {
    margin-left: 392px;
}

.offset5 {
    margin-left: 330px;
}

.offset4 {
    margin-left: 268px;
}

.offset3 {
    margin-left: 206px;
}

.offset2 {
    margin-left: 144px;
}

.offset1 {
    margin-left: 82px;
}

.row-fluid {
    width: 100%;
    *zoom: 1;
}

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

        .row-fluid [class*="span"]:first-child {
            margin-left: 0;
        }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }

input, textarea, .uneditable-input {
    margin-left: 0;
}

    input.span12, textarea.span12, .uneditable-input.span12 {
        width: 714px;
    }

    input.span11, textarea.span11, .uneditable-input.span11 {
        width: 652px;
    }

    input.span10, textarea.span10, .uneditable-input.span10 {
        width: 590px;
    }

    input.span9, textarea.span9, .uneditable-input.span9 {
        width: 528px;
    }

    input.span8, textarea.span8, .uneditable-input.span8 {
        width: 466px;
    }

    input.span7, textarea.span7, .uneditable-input.span7 {
        width: 404px;
    }

    input.span6, textarea.span6, .uneditable-input.span6 {
        width: 342px;
    }

    input.span5, textarea.span5, .uneditable-input.span5 {
        width: 280px;
    }

    input.span4, textarea.span4, .uneditable-input.span4 {
        width: 218px;
    }

    input.span3, textarea.span3, .uneditable-input.span3 {
        width: 156px;
    }

    input.span2, textarea.span2, .uneditable-input.span2 {
        width: 94px;
    }

    input.span1, textarea.span1, .uneditable-input.span1 {
        width: 32px;
    }

}

@media(min-width:1200px) {
    .row;

{
    margin-left: -30px;
    *zoom: 1;
}

.row:before, .row:after {
    display: table;
    content: "";
}

.row:after {
    clear: both;
}

[class*="span"] {
    float: left;
    margin-left: 30px;
}

.container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 1170px;
}

.span12 {
    width: 1170px;
}

.span11 {
    width: 1070px;
}

.span10 {
    width: 970px;
}

.span9 {
    width: 870px;
}

.span8 {
    width: 770px;
}

.span7 {
    width: 670px;
}

.span6 {
    width: 570px;
}

.span5 {
    width: 470px;
}

.span4 {
    width: 370px;
}

.span3 {
    width: 270px;
}

.span2 {
    width: 170px;
}

.span1 {
    width: 70px;
}

.offset12 {
    margin-left: 1230px;
}

.offset11 {
    margin-left: 1130px;
}

.offset10 {
    margin-left: 1030px;
}

.offset9 {
    margin-left: 930px;
}

.offset8 {
    margin-left: 830px;
}

.offset7 {
    margin-left: 730px;
}

.offset6 {
    margin-left: 630px;
}

.offset5 {
    margin-left: 530px;
}

.offset4 {
    margin-left: 430px;
}

.offset3 {
    margin-left: 330px;
}

.offset2 {
    margin-left: 230px;
}

.offset1 {
    margin-left: 130px;
}

.row-fluid {
    width: 100%;
    *zoom: 1;
}

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

        .row-fluid [class*="span"]:first-child {
            margin-left: 0;
        }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }

input, textarea, .uneditable-input {
    margin-left: 0;
}

    input.span12, textarea.span12, .uneditable-input.span12 {
        width: 1160px;
    }

    input.span11, textarea.span11, .uneditable-input.span11 {
        width: 1060px;
    }

    input.span10, textarea.span10, .uneditable-input.span10 {
        width: 960px;
    }

    input.span9, textarea.span9, .uneditable-input.span9 {
        width: 860px;
    }

    input.span8, textarea.span8, .uneditable-input.span8 {
        width: 760px;
    }

    input.span7, textarea.span7, .uneditable-input.span7 {
        width: 660px;
    }

    input.span6, textarea.span6, .uneditable-input.span6 {
        width: 560px;
    }

    input.span5, textarea.span5, .uneditable-input.span5 {
        width: 460px;
    }

    input.span4, textarea.span4, .uneditable-input.span4 {
        width: 360px;
    }

    input.span3, textarea.span3, .uneditable-input.span3 {
        width: 260px;
    }

    input.span2, textarea.span2, .uneditable-input.span2 {
        width: 160px;
    }

    input.span1, textarea.span1, .uneditable-input.span1 {
        width: 60px;
    }

.thumbnails {
    margin-left: -30px;
}

    .thumbnails > li {
        margin-left: 30px;
    }

.row-fluid .thumbnails {
    margin-left: 0;
}

}

@media(max-width:979px) {
    body;

{
    padding-top: 0;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: static;
}

.navbar-fixed-top {
    margin-bottom: 18px;
}

.navbar-fixed-bottom {
    margin-top: 18px;
}

    .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
        padding: 5px;
    }

.navbar .container {
    width: auto;
    padding: 0;
}

.navbar .brand {
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 0 0 -5px;
}

.nav-collapse {
    clear: both;
}

    .nav-collapse .nav {
        float: none;
        margin: 0 0 9px;
    }

        .nav-collapse .nav > li {
            float: none;
        }

            .nav-collapse .nav > li > a {
                margin-bottom: 2px;
            }

        .nav-collapse .nav > .divider-vertical {
            display: none;
        }

        .nav-collapse .nav .nav-header {
            color: #999;
            text-shadow: none;
        }

        .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
            padding: 6px 15px;
            font-weight: bold;
            color: #999;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

    .nav-collapse .btn {
        padding: 4px 10px 4px;
        font-weight: normal;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .nav-collapse .dropdown-menu li + li a {
        margin-bottom: 2px;
    }

    .nav-collapse .nav > li > a:hover, .nav-collapse .dropdown-menu a:hover {
        background-color: #222;
    }

    .nav-collapse.in .btn-group {
        padding: 0;
        margin-top: 5px;
    }

    .nav-collapse .dropdown-menu {
        position: static;
        top: auto;
        left: auto;
        display: block;
        float: none;
        max-width: none;
        padding: 0;
        margin: 0 15px;
        background-color: transparent;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        .nav-collapse .dropdown-menu:before, .nav-collapse .dropdown-menu:after {
            display: none;
        }

        .nav-collapse .dropdown-menu .divider {
            display: none;
        }

    .nav-collapse .navbar-form, .nav-collapse .navbar-search {
        float: none;
        padding: 9px 15px;
        margin: 9px 0;
        border-top: 1px solid #222;
        border-bottom: 1px solid #222;
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
        -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
    }

.navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
}

.nav-collapse, .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
}

.navbar .btn-navbar {
    display: block;
}

.navbar-static .navbar-inner {
    padding-right: 10px;
    padding-left: 10px;
}

}

@media(min-width:980px) {
    .nav-collapse.collapse;

{
    height: auto!important;
    overflow: visible!important;
}
}

