/* !GLOBAL STYLES */
/*-----------------------------------------------------------*/
a {
    cursor:pointer;
}

.center {
	text-align:center;
}

.date td a {
	display:inline-block;
	padding:3px 8px;
}

.date th, .date td {
	text-align:center;
	padding:3px;
}

.toolbar{
    background-color: #f7f7f9;
    padding: 9px 14px;
    border-radius: 4px;
}

.sort-handle {
    cursor: move;
}

.clear {
    clear: both;
}

.form-actions {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
    border-color: #eee;
    margin-top: 2em;
    padding-top: 1em;
    border-top: 1px solid #eee;
}

label {
    font-weight: normal;
}

.inline-block {
	display: inline-block;
}

.sm-padding {
	padding: 5px;
}

.md-margin-bottom {
	margin-bottom: 1em;
}

/* !VISIBILITY CLASSES */
/*-----------------------------------------------------------*/
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.is-hidden {
    display: none;
}


/* !HEADER */
/*-----------------------------------------------------------*/
.ruler-header {
    background: url('/images/hashmarks-header.png') repeat-x;
    padding: 24px 20px 8px 20px;
}

.ruler-header .brand {
    float: left;
}

.ruler-header a {
    color: #fff;
}

.ruler-header .nav .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar-search {
    margin-top: -5px;
    margin-bottom: 0;
}

.mobile-logout {
    display: none;
}

.nav-collapse {
    font-size: 12px;
}

@media (max-width: 767px){

    .masthead {
        margin-left: -20px;
        margin-right: -20px;
    }

    .ruler-header .brand {
        float: none;
        display: block;
        text-align: center;
    }

    .navbar-search {
        display: none;
    }

    .nav-email {
        display: none;
    }
}

.env-prod {
    background: #777;
}

.env-stg {
    background: #24748c;
}

.env-dev {
    background: #006dcc;
}

.env-local {
    background: #5bb75b;
}

.navbar-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.pita-search-result-breadcrumb {
    color: #999;
}

.navbar-static-top {
    z-index: 1;
}

/* !FOOTER */
/*-----------------------------------------------------------*/
footer {
    clear:both;
    margin-top:2em;
}
footer p {
    font-size:9px;
    text-transform:uppercase;
    letter-spacing:1px;
}

/* !DASHBOARD */
/*-----------------------------------------------------------*/
.dashboard-jumbotron {
    text-align: center;
    background-color: #eee;
    border-radius: 6px;
    padding-top: 2em;
    padding-bottom: 2em;
}

.dashboard-jumbotron p {
    font-size: 21px;
    font-weight: 200;
}

.dashboard-jumbotron h1 {
    font-size: 63px;
    margin-top: 0;
}

/* !BOOKMARKS */
/*-----------------------------------------------------------*/
#bookmarks-list {
	margin: auto;
	padding: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#bookmarks-list li {
    position: relative;
    display: block;
    padding: 1em;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
	list-style: none;
}

#bookmarks-list li.disabled {
	opacity: 0.5;
}

#bookmarks-list li.sortable-placeholder {
	background: #eee;
	box-shadow: inset 0px 0px 100px #aaa;
}

#bookmarks-list li a {
    display: block;
}

#bookmarks-list .fa-bars {
	float: right;
	display: none;
	color: #aaa;
	cursor: move;
	font-size: 1.5em;
}

#bookmarks-list .fa-minus-circle {
    float: left;
	display: none;
	color: #d9534f;
	margin-right: 1em;
	cursor: pointer;
	font-size: 1.25em;
}

/* !NAV COLUMN LISTS */
/*-----------------------------------------------------------*/
.nav-index-columns {
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
}

.nav-index-columns-item {
    -webkit-column-break-inside:avoid;
    -moz-column-break-inside:avoid;
    -o-column-break-inside:avoid;
    -ms-column-break-inside:avoid;
    column-break-inside:avoid;
}

.nav-index-columns-item h3 {
    margin-top: 0;
}

@media (min-width: 768px) {
    .nav-index-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 992px) {
    .nav-index-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media (min-width: 1200px) {
    .nav-index-columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}

.nav-index-columns div {
    margin-bottom: 2em;
}

/* !METRICS COLUMN LISTS */
/*-----------------------------------------------------------*/
.metric-columns {
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
}

@media (min-width: 768px) {
    .metric-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 992px) {
    .metric-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media (min-width: 1200px) {
    .metric-columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}


/* !BOX */
/*-----------------------------------------------------------*/
.box {
	font-size:13px;
	margin:0 0 10px 0;
	position:relative;
	border:1px solid;
}
.box h2, .box p, .box table {
	margin:0;
}
.box h2 {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	padding:2px 10px;
}
.utils a {
	position:absolute;
	top:5px;
	right:10px;
	border:1px solid;
	padding:4px 8px;
}
.box p {
	padding:10px;
}
.box,.box > .utils a {
	background:#fff;
	border-color:#eee
}
.box > h2 {
	background:url(../images/box-h2.png) repeat-x bottom center #fff
}


/* !TYPOGRAPHY AND SUCH */
/*-----------------------------------------------------------*/
.error,.success,.info,.error a,.success a,.info a {
	color:#fff;
}
.error {
	background:#901830;
}
.success {
	background:#C2EFC2;
}
.error, .success {
	padding:4px 8px;
}
small {
	color:#888;
}

/* !T-T-T-TABLES */
/*-----------------------------------------------------------*/
table {
	width:99.9%;
	padding:20px 0
}

.data-grid {
	background:#fff;
	border-top:1px #ddd solid;
	border-bottom:1px #ddd solid;
	margin-top:10px
}

.data-grid > tbody > tr {
	border-bottom:1px solid #ddd
}

.data-grid > tbody > tr > td {
	padding:.6em .8em;
	vertical-align:middle
}

.data-grid > tbody > tr > thead {
	background:#a3becc;
	background:-moz-linear-gradient(100% 100% 90deg,#a3becc,#e5f6ff);
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(#e5f6ff),to(#a3becc))
}

.data-grid > tbody > tr > th,
.data-grid > tbody > tr > thead > th {
	text-align:left;
	text-shadow:0 1px 1px rgba(255,255,255,0.8);
	background:#efefef;
	background:-moz-linear-gradient(100% 100% 90deg,#efefef,#fff);
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(#fff),to(#efefef));
	color:#000;
	font-weight:700;
	border:1px #ddd solid;
	border-top:none;
	padding:4px 20px 6px 10px;
	font-size:.92em;
	cursor:pointer;
	vertical-align:middle
}

tr.gray-row {
	color:#aaa
}

tr.gray-row a {
	color:#aaa
}

tr.gray-row .progress .bar,tr.gray-row .progress-danger .bar,tr.gray-row .progress-warning .bar,tr.gray-row .progress-success .bar {
	background-color:#aaa;
	background-image:-moz-linear-gradient(top,#ccc,#aaa);
	background-image:-ms-linear-gradient(top,#ccc,#aaa);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ccc),to(#aaa));
	background-image:-webkit-linear-gradient(top,#ccc,#aaa);
	background-image:-o-linear-gradient(top,#ccc,#aaa);
	background-image:linear-gradient(top,#ccc,#aaa);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc',endColorstr='#aaa',GradientType=0)
}

tr.red-row td {
    color:red;
    text-decoration:line-through;
}
tr.red-row a {
    color:red;
    text-decoration:line-through;
}

.data-grid > tbody > tr > th.sort-down {
	background:url('/images/desc.gif') right no-repeat
}

.data-grid > tbody > tr > th.sort-up {
	background:url('/images/asc.gif') right no-repeat
}

.data-grid > tbody > tr.even > td {
	background:#f5f5f5
}

th a[rel=tooltip] {
	color:#000
}


/* !AUTOCOMPLETE */
/*-----------------------------------------------------------*/
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

/* !CHAT BOX */
/*-----------------------------------------------------------*/
.chatbox {
	position: fixed;
	position:expression("absolute");
	width: 500px;
	display:none;
}

.chatboxhead {
	background-color: #000000;
	padding:7px;
	color: #ffffff;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
}

.chatboxblink {
	background-color: #176689;
	border-right:1px solid #176689;
	border-left:1px solid #176689;
}

.chatboxcontent {
	font-size: 13px;
	color: #333333;
	height:200px;
	width:484px;
	overflow-y:auto;
	overflow-x:auto;
	padding:7px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #eeeeee;
	background-color: #ffffff;
	line-height: 1.3em;
}

.chatboxinput {
	padding: 5px;
	background-color: #ffffff;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.chatboxtextarea {
	width: 206px;
	height:44px;
	padding:3px 0pt 3px 3px;
	border: 1px solid #eeeeee;
	margin: 1px;
	overflow:hidden;
}

.chatboxtextareaselected {
	border: 2px solid #f99d39;
	margin:0;
}

.chatboxmessage {
	margin-left:1em;
}

.chatboxinfo {
	margin-left:-1em;
	color:#666666;

}

.chatboxmessagefrom {
	margin-left:-1em;
	font-weight: bold;
}

.chatboxmessagecontent {
}

.chatboxoptions {
	float: right;
}

.chatboxoptions a {
	text-decoration: none;
	color: white;
	font-weight:bold;
}

.chatboxtitle {
	float: left;
}

/* !MULTISELECT2SIDE */
/*-----------------------------------------------------------*/
.ms2side__div {
	clear: left;
	width: 100%;
	padding: 1px;
	/*float: left;*/
	background : url('') repeat-x; // HACK FOR CHROME
}

.ms2side__options, .ms2side__updown {
	float: left;
	font-size: 10pt;
	margin: 0;
	padding: 0 8px;
	width: 40px;
	color: black;
	text-align: center;
	overflow: hidden;
}

.ms2side__updown {
	font-size: 9pt;
}

.ms2side__options p, .ms2side__updown p {
	margin: 2px 0;
	padding: 0;
	cursor: hand;
	border: 1px solid black;
}

.ms2side__options p.ms2side_hover, .ms2side__updown p.ms2side_hover {
	background-color: #F0F0FF;
	border-color: #0000FF;
	cursor: hand;
}

.ms2side__options p.ms2side__hide, .ms2side__updown p.ms2side__hide {
	cursor: default;
	color: grey;
	border: 1px solid grey;
	background-color: #F0F0F0;
}

.ms2side__div select {
	width: 350px;
	/*float: left;*/
}



/* !ON/OFF TOGGLES */
/*-----------------------------------------------------------*/
.onoff-toggle-container{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color:#333;
}

.onoff-toggle-container label.ilabel{
	display:block;
	cursor:pointer;
}
.tz-checkbox{
	display: block;
	width: 63px;
	height: 18px;
	background: url(/images/itoggle.png) left bottom no-repeat;
	cursor:pointer;
	text-indent:-5000px;
	border:1px solid #bbb;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
    background-position:right bottom;
}

.tz-checkbox.checked{
	background-position: left bottom;
	margin: 0;
}



/* !QUICK REP FORMS */
/*-----------------------------------------------------------*/
#quickrep-form .ms2side__select,
#quickrep-form .ms2side__options {
    float: left;
}



/* !VINTAGE BOOTSTRAP 2 GRIDS */
/*-----------------------------------------------------------*/
.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

/* !INSTRUMENTATION */
/*-----------------------------------------------------------*/
.instrumentation-table{
	padding-left: 1em;
	padding-right: 1em;
}
.instrumentation-span{
	display: block;
}
.text-success{
	color: limegreen;
}
.text-warning{
	color: red;
}
#parent-div-user-login div.jumbotron{
    text-align: center;
    background-color: #eee;
    border-radius: 6px;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-left: 2.5em;
    font-size: medium;
}
#parent-div-user-login div.jumbotron div.col-lg-6{
    padding: 0;
}
#export-report{
    margin-top: 1em;
    margin-bottom: 5em;
}