body.admin{
    background-color: black;
    color: white;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

button,textarea,.fileinput-button, input:not([type="radio"]):not([type="checkbox"]),
.btn, select {
    box-sizing: border-box;
    margin-right:5px;
    overflow: hidden;
    padding:5px;
    margin-bottom: 10px;
}

.select2-container {
    margin-bottom: 10px;
    margin-right: 10px;
    /*position:relative;*/
    /*top:4px;*/
}

button,textarea,.fileinput-button, input:not([type="radio"]):not([type="checkbox"]), .btn{
    border-radius:3px;
    -moz-box-shadow: 0 0 2px #d4d4d4;
    -webkit-box-shadow: 0 0 2px #d4d4d4;
    box-shadow: 0 0 2px #d4d4d4;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    height: 28px;
}
input[type="checkbox"],
input[type="radio"]{
    margin-right:5px;
    margin-bottom: 10px;
}

textarea, input:not([type="radio"]):not([type="checkbox"]){
    background:#f5f5f5;
    border:1px solid #e5e5e5;
    height: 29px;
}

textarea, input:not([type="radio"]):not([type="checkbox"]):not([type="date"]):not([type="time"]){
    max-width:400px;
    width: 100%;
    clear: both;
}

input[type="date"], input.date {
    width:200px !important;
}
input[type="time"], input.time {
    width:50px !important;
}
input[type="search"] {
    float: left;
    clear: none;
}

input:not([type="radio"]):not([type="checkbox"]).ng-invalid,
textarea.ng-invalid,
.select2-container.ng-invalid,
input:not([type="radio"]):not([type="checkbox"]).error,
textarea.error{
    border: 1px solid red;
}

.required{color:red;font-weight:bold;}
.required:after{
	content:'*';
}

button, .fileinput-button, .btn{
    color:#fff;
    min-width:80px;
    border:none;
    text-align:center;
    display: block;
    padding:5px 20px;
    background-color: #00AEEF;
    float:left;
}

button:disabled {
    opacity: 0.3;
    cursor: default;

}

.fileinput-a,
.fileinput-button {
    position: relative;
    overflow: hidden;
}
.fileinput-button span{
    font-weight: bold;
}

.fileinput-a input,
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
}

.bold {
    font-weight: bold;
}

h1,h2,h3,h4,h5,h6,p{
    margin-bottom: 15px;
    clear: both;
}

p, input[type=search]{
    margin-bottom: 15px;
    overflow: auto;
}

h2{
    font-size: 24px;
    margin-top: 0; /* Override Bootstrap defaults */
}
h2 a,
h3 a,
h4 a{
    font-size: 12px;
    font-weight: normal;
}

h2.formhead {
    margin-bottom: 15px;
    float: left;
}

.formhead .dirty,
.formhead .forminfo {
    display: block;
    clear: both;
    margin-top: 5px;
    padding: 5px;
    background-color: #F6FF00;
    font-size: 10px;
}

h2 a:before,
h3 a:before,
h4 a:before{
    content: " | ";
    color: #333;
}

h3{
    font-size: 18px;
}
h4{
    font-size: 16px;
}
textarea{
	height:90px;
}

section {
    padding-bottom: 15px;
    clear: both;
}

section.divider {
    border-bottom: 1px solid black;
    margin-bottom: 10px;
}

section.divider.light {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

label{
	display:block;
	padding-bottom:5px;
    margin-right:10px;
    /* Override Bootstrap styles */
    font-weight: normal;
}

input[type="checkbox"] + label,
input[type="radio"] + label{
    display: inline-block;
}

.required{color:red;font-weight:bold;}
.required:after{
	content:'*';
}

.col1 {
    width:100%;
    float:left;
}
.col2 {
    width:48%;
    float:left;
}

.col2.divider {
    width:4%;
    background-image: url('../images/grey_pixel.png');
    background-position: center;
    background-repeat: repeat-y;
    height: 125px;
}
.col2.last {
    width:48%;
    margin-right:0;
    margin-left: 4%;
}

.col3 {
    width:32%;
    margin-right:1.5%;
    float:left;
}
.col3.divider {
    width:2%;
    background-image: url('../images/grey_pixel.png');
    background-position: center;
    background-repeat: repeat-y;
    height: 125px;
}
.col3.last {
    width:33%;
    margin-right:0;
}

.brand{
    color:#00AEEF;
}
.brandBorder{
	border-color:#00AEEF !important;
}
.greenBtn{
	background:#00cb26;
}
.grayBtn{
	background:#d4d4d4;
}

.whiteBg {
	background-color:#FFF;
}
.grayBg {
	background-color:#d4d4d4;
    color:black;
}
.blackBg {
	background-color:#000;
    color: #d4d4d4;
}

.leftColumn{
    width: 450px;
	position:fixed;
    height: 100%;
    z-index: 1;
}
.rightColumn{
    width: 100%;
    left: 0;
    z-index: 0;
}
.leftColumnOffset{
    margin-left: 210px;
}
.rightColumnOffset{
    margin-left: 660px;
}
.contentBlock{
    padding: 20px;
}
.headerOffset{
    top:121px;
}
.headerMarginOffset{
    margin-top:121px;
}
.sidebarOffset{
    margin-left: 210px;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.floatNone {
    float: none;
}

.alignLeft {
    text-align: left;
}

.alignRight {
    text-align: right;
}

.clear {
    overflow: auto;
    clear: both;
}

.pointer:hover{
    cursor: pointer;
}

.siteHeader{
    background:#00AEEF;
    position:fixed;
    top: 0;
    width:100%;
    z-index:4;
}
.logo {
    float: left;
}
.navbar-default .logo {
    max-width: 45%;
}
.logo h1 {
    margin-bottom: -10px;
    margin-top: 0;
}
.logo a{
    height: 38px;
    margin: 0 0 0 20px;
}
/*Alert styles*/

#alertContainer{
    background:#fff;
    border-radius: 0 0 3px 3px;
    -moz-box-shadow: 0 1px 2px #d96c31;
	-webkit-box-shadow: 0 1px 2px #d96c31;
	box-shadow: 0 1px 2px #d96c31;
/*    height: 69px;*/
    left: 50%;
    margin-left: -212px;
    min-width: 495px;
    position: absolute;
    top: 0;
    z-index: 5;
}
.alertMsg{
    background: none repeat scroll 0 0 #F6FF00;
    border-radius: 0 0 0 0;
    font-size: 18px;
    font-weight: bold;
/*    margin: 0 6px 6px;*/
    padding: 20px 40px 17px;
    text-align: center;
    color: black;
}

/*TOP NAV STYLES*/
#topNav li { display: inline; }
#topNav li a {
	display: block; float: left; height: 90px;width:106px;padding-top:57px;
	background-image: url(../images/topNav.png); color:#fff;text-align:center;
	font-size:12px;
	position:relative;
}
#topNav li a.Messages {background-position: 0 0;}
#topNav li a.Support {background-position: -106px 0;}
#topNav li a.Contact {background-position: -212px 0;}
#topNav li a.Admin {background-position: -318px 0;}
#topNav li a.Signout {background-position: -424px 0;}
#topNav li a.Messages:hover, #topNav li a.Messages:focus {background-position: 0 -90px;}
#topNav li a.Support:hover, #topNav li a.Support:focus {background-position: -106px -90px;}
#topNav li a.Contact:hover, #topNav li a.Contact:focus {background-position: -212px -90px;}
#topNav li a.Admin:hover, #topNav li a.Admin:focus {background-position: -318px -90px;	}
#topNav li a.Signout:hover, #topNav li a.Signout:focus {background-position: -424px -90px;	}
#topNav .Messages span{
    color: #393939;
    cursor: pointer;
    font-weight: bold;
    left: 34%;
    position: absolute;
    text-align: center;
    top: 21px;
    width: 30px;
}

.quickNav{
    position:relative;
    background:#393939;
    width:210px;
    float:left;
    height:32px;
}

.dropDownWrapper {
   color: #fff;
    cursor: pointer;
	padding: 7px 35px;
    position: relative;
/* 	font-weight:bold; */
	text-transform: uppercase;
}

.dropDowntitle {
	padding: 3px 0px 0px 8px;
	font-size: 12px;
}

.dropDownWrapper:before {
/* dropdown icon */
	border-top: 0.375em double #fff;
	border-bottom: 0.125em solid #fff;
    content: "";
    height: 7px;
    left: 20px;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.dropDownWrapper:after{
/*
  border-bottom: 16px solid transparent;
    border-left: 7px solid #393939;
    border-top: 16px solid transparent;
*/
    content: " ";
    display: block;
    height: 0;
    left: 100%;
    margin-top: -15px;
    position: absolute;
    top: 55%;
    width: 0;
}

.dropDownWrapper .dropdown {
    /* Size & position */
    position: absolute;
    top: 90%;
    left: 0;
    right: 0;
	background:#393939;
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 16px;
	padding-top: 8px;
	/*display:none;*/
/*box-shadow: 0 2px 2px #707070;*/
}

.dropDownWrapper .dropdown li:hover {
/*     background:#000; */
}

div#dd .dropDownWrapper {

}

.dropDownWrapper .dropdown li a {
    display: block;
    padding: 6px 20px 6px 20px;

/* 	font-weight:bold; */
}

.dropDownSelected {
    color: #57a9d9;
}

.dropDownWhite {
    color: #ffffff;
}

.dropDownWrapper .dropdown li:last-of-type a {
    border: none;
}

.dropDownWrapper .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

.dropDownWrapper .dropdown li:hover a {
    color: #57a9d9;
}

/* Active state */

.dropDownWrapper.active {
    border-radius: 5px 5px 0 0;
    background: #4cbeff;
    box-shadow: none;
    border-bottom: none;
    color: white;
}

.dropDownWrapper.active:before {
    border-color: #82d1ff transparent;
}

.dropDownWrapper.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 400px;
}

/*breadcrumb styles*/
.breadcrumb{
	position:fixed;
	top:88px;
	float:left;
	width:100%;
    border-radius: 0;
	border-top:1px solid #fff;
	font-size:12px;
	background:#707070;
	height:33px;
    z-index:4;
    overflow: visible;
    padding: 0;
}

.breadcrumb .welcomeNote{
	background:#d4d4d4;
	color:#393939;
	/*padding:0.6em 2.4em .6em 1.6em;*/
    height: 32px;
    /*width: 100px;*/
}
.breadcrumb .name{
    padding:8px 25px 0 25px;
}

.breadcrumb .version {
    padding:8px 25px 0 0;
    color: #555;
}
.bcListing{margin-left:3em;}
.bcListing li{float:left;}
.bcListing a,
.bcListing li{color:#fff;font-size:12px;line-height:2.75em;}
.bcListing li.active a,
.bcListing li.active{font-weight:bold;}

/*section title */
.titleblock {
	font-size: 26px;
	text-transform: uppercase;
	color: #fff;
	padding: 20px 20px 0 20px;
	font-weight: bold;
	min-height: 107px;
	background-color: #000;
	margin-right: -12px;
	border-bottom: 3px solid #f5f5f5;
}

/*sidebar styles*/
.sidebar{
    height: 100%;
    overflow: hidden;
    padding-right: 12px;
    position: fixed;
	width:210px;
	background:#f5f5f5;
    z-index: 2;
}
.sidebar a {
    background:#d4d4d4;
    color: #393939;
    display: block;
    line-height: 55px;
	font-size:12px;
	font-weight:bold;
	text-indent:10px;

}
.sidebar a:hover,
.sidebar a.current {
    color:#fff;
	background:#00AEEF;
}
.sidebar span {
    background: url("../images/leftNav.png") repeat scroll 0 0 transparent;
    float: left;
    height: 55px;
    width: 38px;
}
.sidebar li {margin-top: 10px;}
.sidebar li .submenu {margin:0;}
.sidebar li .submenu li{background:#d4d4d4; margin-left: 38px;margin-top: 3px;padding: 12px 0;cursor:pointer;}
.sidebar li .submenu li a{background:#d4d4d4;line-height:10px;color:#393939;}
.sidebar li .submenu li.green,
.sidebar li .submenu li.green a{background:#00cb26;color:#fff;}
.sidebar li .submenu li.current,
.sidebar li .submenu li.current a{background:#393939;color:#fff;}
.sidebar .account {background-position: 0 0;}
.sidebar .app {background-position: 0 -105px;}
.sidebar .application {background-position: 0 -210px;}
.sidebar .catalogs {background-position: 0 -315px;}
.sidebar .clouds {background-position: 0 -420px;}
.sidebar .component {background-position: 0 -525px;}
.sidebar .dashboards {background-position: 0 -630px;}
.sidebar .groups {background-position: 0 -735px;}
.sidebar .message {background-position: 0 -840px;}
.sidebar .resources {background-position: 0 -945px;}
.sidebar .useradmin {background-position: 0 -1050px;}
.sidebar .videos {background-position: 0 -1155px;}
.sidebar .publishing { background-position: 0 -1260px;}
.sidebar .seasons { background-position: 0 -1372px;}
.sidebar .forecasts { background-position: 0 -1492px;}
.sidebar .templates { background-position: 0 -1612px;}

/*Tabs*/
.tabs {
    /*border: 1px solid black;*/
}
.tabs ul {
    margin-bottom: 10px;
    /*padding: 5px 5px 0 5px;*/
    overflow: hidden;
    width: 100%;
}
.tabs li {
    border: 1px solid #b7b7b7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #e6e6e6;
    float: left;
    margin-right: 3px;
    width: 76px;
    height: 30px;
    padding-top: 8px;
    text-align: center;
    z-index: 1;
}
.tabs li:hover {
    cursor: pointer;
}

.tabs li.active {
    border: 1px solid black;
    background-color: white;
    border-bottom: 1px solid white;
    font-weight: bold;
}

.tabs li.remainder {
    border: 0;
    background-color: white;
    width: auto;
    margin-left: 10px;
}

.tabBaseline {
    clear: both;
    height: 1px;
    width: 100%;
    background-color: black;
    position: relative;
    bottom: 1px;
    z-index: 0;
}
/*HUD*/
.hud {
    width:190px;
    position:fixed;
    bottom:75px;
    z-index:2;
}
.hud table {
    margin: 5px;
}
/*pagination*/
.pagination {
	margin-bottom: 15px;
    float: left;
    overflow:hidden;
    /* Override Bootstrap defaults */
    border-radius: 0;
    display: block;
    margin-top: 0;
}
.pagination li {
	float: left;
	border-right: 1px solid #333;
	line-height:1.2em;
	padding:0 5px;
    /* Override Bootstrap defaults */
    display: list-item;
}
.pagination li:first-child{
	padding-left:0;
}
.pagination  span {
	line-height:1.2em;
}
.pagination li a {
	color:#000;
	text-decoration: underline;
    /* Override Bootstrap defaults */
    background: none;
    border: none;
    float: none;
    line-height: 1.2em;
    padding: 0;
    position: static;
}
.pagination li.current a {
	font-weight: bold;
}

.pagination .nopipe{
    border:0 none;
}

/*listing table*/
.itemList{
    width:410px;
/*    margin:20px;*/
/*    display: block;
    clear: both;*/
}

.itemBlock{
    margin:20px;
    overflow-y: scroll;
}

.itemList tr{
	border-bottom:1px solid #fff;
    padding-right:0;
/*    line-height:36px;*/
    height: 36px;
    vertical-align: middle;
    overflow: hidden;
}

.itemList tr.current{
    color:#00AEEF;
}
.itemList tr.current strong{
	border-bottom:15px solid transparent;
    border-top:15px solid transparent;
    height:0;
    position:absolute;
    right:-20px;
    top:-2px;
    width:0;

}
.itemList tr.current strong{
    border-right:15px solid #FFF;
}

.blackBg .itemList tr.current strong,
.admin .itemList tr.current  strong{
    border-right:15px solid #000;
}

td.actionColumn{
    width:31px;
}

td.actionColumn.thumbnail {
    width: 46px;
}

td.infoColumn {
    background: url("../images/infoBlue.png") no-repeat scroll 8px center transparent;
    cursor: help;
    width: 31px;
}

th.buttonColumn,
td.buttonColumn {
    width:200px;
}

.itemList td.chkColumn{
    padding-left:5px;
}

.itemList tbody {
    border-top: 4px double #FFF;
}
.itemList td img {
	vertical-align:middle;
}
.itemList td a {
	position:relative;
	display:block;
}
.itemList td {
	padding-right:10px;
/*    white-space: nowrap;
    overflow: hidden;*/
}

.itemList td:last-child {
    padding-right:0;
}

.itemList td.actionColumn a img{
    background-color: #333;
}
.itemList .current td.actionColumn a img{
    background-color: #00AEEF;
}


/*checkbox group*/
.chkGroup li{
    display:block;
    overflow:hidden;
    padding-top:10px;
}
.chkGroup tr{
    line-height: inherit;
    padding-bottom: 5px;
}
.chkGroup .subGroup {
    clear:both;
	padding-top:3px;
}
.chkGroup .subGroup li{
    padding:0 0 10px 20px;
}
.chkGroup li.last {
	padding-bottom: 25px;
}

.chkGroup label {
    display: inline;
}
.chkGroup input[type=radio],
.chkGroup input[type=checkbox] {
    display: none;
}
.chkGroup .subGroup input[type=radio],
.chkGroup .subGroup input[type=checkbox] {
    display: inline;
}
.chkGroup input[type=hidden] + label,
.chkGroup input[type=radio] + label,
.chkGroup input[type=checkbox] + label{
    background:url('../images/radioGray.png') left top no-repeat;
    padding: 3px 5px 3px 27px;
    display: inline-block;
    position: relative;
    height:22px;
	float:left;
    margin-right:0px;
    cursor:pointer;
}

.chkGroup .spacer {
    padding: 3px 5px 3px 27px;
    display: inline-block;
    position: relative;
    height:22px;
    float:left;
    margin-right:0px;
}

.chkGroup input[type=radio]:checked + label,
.chkGroup input[type=checkbox]:checked + label{
    background:url('../images/radioGreen.png') left top no-repeat;
}
.chkGroup input[type=hidden][value=on] + label {
    background:url('../images/radioGreen.png') left top no-repeat;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    filter:alpha(opacity=50);
}
.chkGroup .chkColumn {
    width: 25px;
}
/*device row*/
.deviceRow {
	padding:10px 0 10px 0;
	border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    overflow:hidden;
    line-height: 22px;
    clear: both;
}
/*.deviceRow strong {*/
	/*padding-right:18px;*/
/*}*/
.deviceRow a{
	/*color:#fff;*/
	height:22px;
	float:left;
    padding-right:5px;
}
.deviceRow li {
    float: left;
    vertical-align: middle;
}

.dialog,
.resourceBrowser,
.please-wait{
    background:#fff;
    z-index: 9000;
    overflow: hidden;
    position: fixed;
    color: #000;
    border-radius:10px;
    padding:30px;
}

.resourceBrowser{
    /*width:1024px;*/
}

.resourceBrowser img{
    max-width:96px;
}

.resourceListContainer {
    position: absolute;
    bottom: 0px;
    top: 150px;
    width: 96%;
    overflow: scroll;
}

.resourceList img{
    border: 1px solid black;
    margin: 2px;
    /*width: 64px;*/
    max-width: 64px;
    max-height: 64px;
}

.resourceField{
    overflow: visible;
    max-width: 100px;
    text-align: center;
    margin-bottom: 10px;
    clear: both;
}

.resourceField img{
    max-height: 100px;
    clear: both;
}

.resourceField a{
    clear: both;
    float: left;
    width:100%;
}

.dialog{
    left: auto;
    right: auto;
    top: 100px
}

.dialog iframe{
    width: 100%;
    height: 100%;
}

.dialog input:not([type="radio"]):not([type="checkbox"]){
    width:95%;
    margin:0;
}

.dialog textarea {
    max-width: 95%;
    clear: both;
}

/*.dialog input{width:95%;margin:15px 0;}*/
.dialog input[type="text"]{padding:10px }
.dialog .fltRt{margin-top: 12px;}
.dialog .btn{padding:10px 40px}
.dialog p{
    padding: 5px 0;
}
.dialog-buttons {
    bottom: 0;
    position: absolute;
    left: 30px;
    right: 30px;
}
/*.dialog .btn:nth-child(1){font-weight:normal;}*/
#please-wait-dialog.dialog{
    width:150px;

}
#please-wait-dialog div{
    width:100%;
    padding-top: 200px;
    background: url('../images/pleaseWait.gif') no-repeat center center;
    text-align: center;
}

#mask{
    position:fixed;
    width:100%;
    height:100%;
    background-color: #000;
    background-color: rgba(0,0,0,.5);
    z-index: 8999;
    top:0;
}

#LoginModal{
    width:51%;
    height: 450px;
    background:#fff;
    z-index: 100;
    overflow: auto;
    color: #000;

    border-radius:10px;
    padding:30px;
}
.loginform{
    width:690px;
    /*	height:412px;*/
    position:absolute;
    left:50%;
    top:50%;
    margin:-208px 0 0 -345px;
    box-shadow: 0 0 20px #707070;
    -moz-box-shadow: 0 0 20px #707070;
    -webkit-box-shadow: 0 0 20px #707070;
}
.loginform .logo{
    background:#00AEEF;
    margin:0;
    width: 100%;
}

.loginWrapper{background:#fff;padding:30px 40px;overflow:hidden;}
.loginform img{margin: 10px 0 10px 40px;}
/*.loginform p{color:#fff;}*/
.loginform ul li{float:left;}
.loginform ul li a{font-size:1.2em;color:#00AEEF;border-right:1px solid #00AEEF;margin-right:10px;padding-right:10px;text-decoration:underline;}
.loginform ul li a.last{border:none}
.loginWrapper p {
    font-size:1.6em;
}
.loginWrapper input[type="text"],
.loginWrapper input[type="password"]{
    width:95%;
    padding: 0 17px;
    height: 36px;
}

.appListing {
    width:300px;
    overflow: visible;
    float: left;
    height: 145px;
    margin-right: 25px;
    margin-bottom: 30px;
    background-color: #393939;
    color: white;
    position: relative;
}

.appListing header {
    height: 38px;
    background-color: black;
    color: white;
    padding:10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.appListing figure {
    padding: 10px;
}

.appListing figure img {
    display: block;
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.appListing figure figcaption {
    display: block;
    float: left;
    width: 190px;
    height: 80px;
    overflow: hidden;
}

.appListing a.link{
    width: 100px;
    position: absolute;
    right: 15px;
    bottom: -10px;
    text-align: center;
    padding: 5px;
    background-color: #00AEEF;
    color: white;
}
legend{
    padding: 0 10px;
}

td.medium {
    width: 125px;
}
.listingTable {
    width: 100%
}

.listingTable td{
    height: 32px;
}
.listingTable thead td,
.listingTable thead th{
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 6px;
}


.listingTable tbody td{
    padding: 10px 15px 10px 0;
    border-bottom: 1px solid #d4d4d4;
}

.listingTable tbody td.actionColumn{
    width: 46px;
}

.listingTable tbody td.wideColumn{
    width: 260px;

    button {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.listingTable tbody td.last{
    padding-right: 0;
}

.listingTable tbody td.actionColumn.last{
    width: 36px;
}

.listingTable tfoot td,
.listingTable tfoot th{
    padding-top: 6px;
}

.expandTable td {
    vertical-align: top;
}
ul.horizontal li {
    float: left;
    margin-right: 15px;
    margin-bottom: 35px;
}

/* Tooltip */
#tooltip:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #EEEEEE;
    bottom: -6px;
    content: "";
    display: inline-block;
    left: 99px;
    position: absolute;
}
#tooltipNav:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    top: -7px;
    content: "";
    display: inline-block;
    left: 98px;
    position: absolute;
}
#tooltip,#tooltipNav {
    background: none repeat scroll 0 0 #F5F5F5;
    border-radius: 5px 5px 5px 5px;
    color: #393939;
    font-size: 10px;
    left: 18px;
    padding: 10px 19px;
    position: absolute;
    top: -64px;
    width: 180px;
    z-index: 9999;
}
#tooltipNav{
    left: -200px;
    top: 50px;
    width: 400px;
    display:none;
}
#tooltipNav:before{left:258px;}

/*#upload-target {*/
    /*min-height:230px;*/
    /*min-width:230px;*/
    /*padding: 15px 10px;*/
    /*margin-bottom: 15px;*/
    /*height: 230px;*/
    /*position: relative;*/
/*}*/

/*#upload-target ul{*/
    /*overflow: scroll;*/
    /*height: 197px;*/
/*}*/

/*#upload-target p {*/
    /*width: 100%;*/
    /*text-align: center;*/
/*}*/

/*#upload-target li {*/
    /*padding: 15px 0;*/
    /*border-bottom: 1px solid #707070;*/
/*}*/

/*#upload-target input[type="file"]{*/
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    /*margin: 0;*/
    /*opacity: 0;*/
    /*filter: alpha(opacity=0);*/
    /*transform: translate(-300px, 0) scale(4);*/
    /*font-size: 23px;*/
    /*direction: ltr;*/
    /*cursor: pointer;*/
    /*width: 100%;*/
    /*height: 100%;*/
/*}*/


.infoBubble{
    background: url("../images/infoBlue.png") no-repeat scroll center center transparent;
    cursor: help;
    padding-right: 25px;
    /*width: 16px;*/
    /*height: 16px;*/
    /*float: left;*/
}

.infoHeader{
    background: url("../images/infoBlue.png") no-repeat scroll center right transparent;
    cursor: help;
    padding-right: 25px;
}

.pipeList li {
    margin: 10px 0;
    padding: 0 15px;
    float: left;
    border-right: 1px solid black;
}

.pipeList li:last-child {
    border-right: 0;
}

a.expand {
    width: 49px;
    height: 36px;
    background-image: url("../images/propertiesUp.png");
    position: absolute;
    right: 0;
}

a.expand.collapsed {
    background-image: url("../images/propertiesDown.png");
}

a.treeExpand {
    width: 36px;
    height: 36px;
    background-image: url("../images/arrowRight.png");
    display: block;
    float: left;
}

a.treeExpand.collapsed {
    background-image: url("../images/arrowDown.png");
}

.tableExpand {
    min-width: 36px;
    height: 30px;
    padding-left: 36px;
    background-image: url("../images/arrowDown.png");
    background-repeat: no-repeat;
    background-position: 0px -7px;
    display: block;
    float: left;
}

.tableExpand.collapsed {
    background-image: url("../images/arrowRight.png");
}

.tree, .tree ul {
    margin-right: 0px;
}
.tree li{
    padding-left: 20px;
    margin-right: 0px;
    clear: both;
}
/*fieldset.expand {
    border: 1px solid black;
}

fieldset.expand.collapsed {
    border: 0;
}*/

fieldset {
    padding:20px;
    margin-bottom:20px;
    border: 1px solid black;
}

fieldset.expand legend {
    background-repeat: no-repeat;
    background-position-y: -7px;
    background-image: url("../images/arrowDown.png");
    padding-left: 30px;
}

fieldset.expand.collapsed legend {
    background-image: url("../images/arrowRight.png");
}

fieldset.expand.collapsed .expandZone {
    display: none;
}

fieldset.active{
    border-width: 4px;
    border-color: #00AEEF;
}

/* Override Bootstrap styles */
td.thumbnail {
    background-color: transparent;
    border: none;
    border-radius: 0;
    display: table-cell;
    line-height: normal;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
}
/* End override */

.thumbnail,
.thumbnail img{
    max-width: 80px;
    max-height: 80px;
}

.mini-thumbnail,
.mini-thumbnail img{
    max-width: 50px;
    max-height: 50px;
}

img.icon {
    max-width: 30px;
    max-height: 30px;
}

ul.block {
    margin-bottom: 15px;
    float: left;
    overflow:hidden;
}
ul.block li {
    float: left;
    border-right: 10px #FFF solid;
    /*line-height:1.2em;*/
    /*padding:0 4px;*/
    background-color: #d4d4d4;
}
ul.block li:first-child{
    padding-left:0;
}
ul.block li a,
ul.block li .link{
    color:#000;
    text-decoration: none;
    height: 24px;
    font-size: 18px;
    border-right: 2px #FFF solid;
    padding: 4px;
}

ul.block li .blockLabel{
    padding: 4px 10px;
}

ul.block li.current .blockLabel {
    font-weight: bold;
    color: #FFF;
    background-color: #000;
}

ul.block li.noback {
    background-color: #FFF;
}


.inline {
    display: inline;
    margin-right: 0;
}

.status-published {
    border-left: 3px solid #5bd900;
}
.status-pending {
    border-left: 3px solid #9b2ad9;
}
.status-revoked {
    border-left: 3px solid #e82500;
}


.admin-terms-container {
    padding: 2em;
}

.admin-terms-buttons {
    margin-top: 10px;
}

.admin-terms-buttons a {
    background-color: #00aeef;
    color: #fff;
    padding: 5px;
    text-align: center;
    width: 100px;
}

.terms-container {
    margin: 0 auto;
    max-width: 600px;
    padding: 2em;
}


table.fileList .file-list-actions-container {
    border: none;
    height: 38px;
    padding: 0;
}

.file-list-nav > * {
    float: left;
    margin-top: 8px;
}

.file-list-nav .back-button {
    cursor: pointer;
}

.file-list-title {
    padding: 5px 0 0 10px;
}

.file-list-actions {
    float: right;
}

.file-list-actions > * {
    float: left;
}

.file-list-actions button, .file-list-actions button[disabled] {
    background-color: #3C98EF;
    padding-top: 4px;
}

.file-list-actions button:hover, .file-list-actions button:focus,
.file-list-actions button:active, .file-list-actions button.active {
    background-color: #3093DA;
}

.file-list-actions button .glyphicon {
    margin-right: 2px;
    top: 2px;
}

.file-list-actions input[type=checkbox] + label {
    margin-top: 3px;
}

.sort-field {
    cursor: pointer;
}

.sort-field-indicators {
    display: inline-block;
    margin-left: 10px;
    margin-top: 6px;
}

.sort-asc, .sort-desc {
    border-style: solid;
    clear: left;
    float: left;
    height: 0;
    width: 0;
}

.sort-desc {
    border-color: transparent transparent #d4d4d4 transparent;
    border-width: 0 4px 4px 4px;
}

.sort-desc.active {
    border-color: transparent transparent #393939 transparent;
}

.sort-asc {
    border-color: #d4d4d4 transparent transparent transparent;
    border-width: 4px 4px 0 4px;
    margin-top: 2px;
}

.sort-asc.active {
    border-color: #393939 transparent transparent transparent;
}

#carina-dialog{
    overflow: scroll;
}

.job-index-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 4px;
}

.job-index-header-product-search {
    max-width: 230px !important;
}

/* .siteHeader.compass-env-dev { */
/*     background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='30' width='150px'><text font-family='monospace' x='10' y='20' fill='rgb(60, 45, 60)' font-size='16'>development</text></svg>"); */
/* } */
