/*added by Ricardo Campos*/
a{
	outline: none;
}
body{
	/*background:url(../img/bg.jpg) repeat !important;*/
	background-color:#F1F1F1 !important;
}
.head-block {
	padding: 10px;
	margin: 0 0 15px;
	border: 1px solid #ddd;
	background: #f5f5f5;
	background: -moz-linear-gradient(top, white 0%, whiteSmoke 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#222));
	background: -webkit-linear-gradient(top, white 0%,whiteSmoke 100%);
	background: -o-linear-gradient(top, white 0%,whiteSmoke 100%);
	background: -ms-linear-gradient(top, white 0%,whiteSmoke 100%);
	background: linear-gradient(top, white 0%,whiteSmoke 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
	-webkit-box-shadow: 0 1px 3px #eee;
	   -moz-box-shadow: 0 1px 3px #eee;
	        box-shadow: 0 1px 3px #eee;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
/*--------- log in----------*/
#loginForm{
	margin-bottom:0;
}
.loginContainer{
	background:#f3f3f3;
	border:1px solid #ccc;
	margin: 200px auto;
	width:600px;
	padding:15px;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	   	-ms-border-radius:5px;
	   		border-radius:5px;
    -webkit-box-shadow: 1px 1px 5px #eee;
       -moz-box-shadow: 1px 1px 5px #eee;
            box-shadow: 1px 1px 5px #eee;
}
.loginLogo{
	padding-top:10px;
}
#header{
	margin-top:50px;
	min-height: 53px;
}
.pageContent{
	background:#fff;
	padding:15px;
	border:1px solid #E5E5E5;
	box-shadow:0 7px 7px rgba(0, 0, 0, 0.2)
		-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	   	-ms-border-radius:5px;
	   		border-radius:5px;
}
#header .systemSearch {
	padding-top:10px;
	margin-bottom:15px;
}
#header .pull-right.search {
    margin-bottom: 15px;
    padding-top: 10px;
}
.input-text .btn-search,
.systemSearch .reset,
.input-text .reset {
	background: transparent;
	border: 0;
	/*position: absolute;*/
	position: relative;
	cursor: pointer;
	margin-left: -30px;
	margin-top: 0px;
	margin-right:3px;
}
.systemSearch #search{
  padding-right:30px;
}
/*----------- hopme page ---------*/
.boxWrapper{
	padding:10px;
	border: 1px solid #E5E5E5;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
    margin-bottom: 10px;
}
.boxWrapper h3{
	color:#118AF4;
}
/*.boxWrapper h3 a{
	padding-right:60%
}*/
.boxWrapper_inner, #createProject, #client_browser {
	padding-top:10px;
	border-top:1px solid #E5E5E5;
}
.boxWrapper h3 span i{
	margin-top:5px;
}
.accordion-inner ul li{
	padding:5px 10px; 
	list-style:none;
}
.accordion-inner ul li:hover, .accordion-heading:hover{
	background:#f3f3f3;
}
/*-------------------- admin panel --------------*/
.admin .well{
	min-height:100px;
}

.contentBox{
	border: 1px solid #E5E5E5;
	-webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 10px;	
}
.contentBox h3 a {
	color:#fff;
}
.contentBox h3 a:hover,
.contentBox h3 .arrow:hover {
	cursor: pointer;
}
.contentBox h3 .arrow {
	margin-top:5px;
}
.contentBox h3,
.widget-container-header,
.navbar div.subtitle-bg {
	padding:0 15px;
	height: 27px;
	background: #1e5799; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTg5ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjA3Y2NhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 100%, #207cca 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(100%,#2989d8), color-stop(100%,#207cca)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 100%,#207cca 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 100%,#207cca 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 100%,#207cca 100%); /* IE10+ */
	background: linear-gradient(top,  #1e5799 0%,#2989d8 100%,#207cca 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#207cca',GradientType=0 ); /* IE6-8 */

	-webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}
/*------------Top Action ----------*/
.topAction{
	background:whiteSmoke;
	padding:2px;
}
.topAction form{
	margin-bottom:0;
}
#usersTable{
	margin-bottom:0;
}
#usersTable th, #usersTable td{
  
}
.paddingWrapper{
  padding:10px;
}
.topAction .breadcrumb.inner{
  padding: 5px 5px;
  margin: 0;
  list-style: none;
  background:none;
  background-color: none !important;
  background-image: none;
  background-repeat: none;
  border: 0;
  -webkit-border-radius: none;
     -moz-border-radius: none;
          border-radius: none;
  filter: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.topAction .edit{
  padding:5px 0;
}
/*---------- overwrite bootstrap --------*/
.userSelect, .groupSelect{
  display:inline-block;
  margin-bottom: 0 !important;
}
.userSelect label, .groupSelect label{
  float: left;
  padding-top: 5px;
  margin-left: 10px;
}
.userSelect select, .groupSelect select{
  float: left;
  margin-left: 5px
}
.assign.well{
  padding:5px 19px;
}
button.btn.dropdown-toggle{
  height:28px;
}
/*.btn .caret {
  margin-top:0;
}*/
.controls p {
	padding-top:5px;
}
label{
	font-weight:bold;
}
/* Subnav */

.subnav {
  height: 36px;
  margin: 0 0 10px;
  background-color: #eeeeee; /* Old browsers */
  background-repeat: repeat-x; /* Repeat the gradient */
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
  background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
  background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
  background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.subnav .nav {
  margin-bottom: 0;
}
.subnav .nav > li > a {
  margin: 0;
  padding-top:    11px;
  padding-bottom: 11px;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.subnav .nav > .active > a,
.subnav .nav > .active > a:hover {
  padding-left: 13px;
  color: #777;
  background-color: #e9e9e9;
  border-right-color: #ddd;
  border-left: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
     -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
          box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}
.subnav .nav > .active > a .caret,
.subnav .nav > .active > a:hover .caret {
  border-top-color: #777;
}
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
  border-left: 0;
  padding-left: 12px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}
.subnav .nav > li:last-child > a {
  border-right: 0;
}
.subnav .dropdown-menu {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}


/* Fixed subnav on scroll, but only for 980px and up (sorry IE!) */
@media (min-width: 980px) {
  .subnav-fixed {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
    border-color: #d5d5d5;
    border-width: 0 0 1px; /* drop the border on the fixed edges */
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
       -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
            box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */
  }
  .subnav-fixed .nav {
    width: 938px;
    margin: 0 auto;
    padding: 0 1px;
  }
  .subnav .nav > li:first-child > a,
  .subnav .nav > li:first-child > a:hover {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
}
@media (max-width: 768px) {

  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }

  /* Jumbotron buttons */
  .jumbotron .btn {
    margin-bottom: 10px;
  }
/* ------------------- Subnav dashboard--------------- */
.subnav {
  position: static;
  top: auto;
  z-index: auto;
  width: auto;
  height: auto;
  background: #fff; /* whole background property since we use a background-image for gradient */
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  }

  .subnav .nav > li {
    float: none;
  }
  .subnav .nav > li > a {
    border: 0;
  }
  .subnav .nav > li + li > a {
    border-top: 1px solid #e5e5e5;
  }
  .subnav .nav > li:first-child > a,
  .subnav .nav > li:first-child > a:hover {
      -webkit-border-radius: 4px 4px 0 0;
         -moz-border-radius: 4px 4px 0 0;
              border-radius: 4px 4px 0 0;
  }
} 
.subnav .nav li.last span{
  margin-top:3px;
  margin-right:3px;
  z-index:0;
}
/*----------------- Dashboard ---------*/
.well.placeHolder {
  padding:5px;
  margin-top:10px;
}
.boxInner {
 /* padding:10px;*/
}
.horizontalScroll{
	overflow-x: auto;
	background: #fff;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px; 
}
table tr th a{
  color:#000;
}
table tr th a:hover{
  text-decoration: underline;
  color:#000;
}
/*table tr td a{
  margin-right:5px;
}*/
/*-------- Pagination -----------*/
.pagination{
  padding:0 10px;
}
.pagination ul{
  padding-top:5px;
}
.pagination a{
  padding:0 10px;
  line-height:25px;
}
.pagination .control-group select{
  margin-bottom:0;
}
.pagination .control-group {
  padding-top:5px;
}

/*-------- Widget Content Edit -------*/
#displayTab {
  margin-top:15px;
}
#displayTab h3 {
  border-bottom:1px solid #ccc;
  margin-bottom:10px;
}
.failureNotification {
    font-size: 1.2em;
    color: #f00;
}
#pageContent table a.delete, 
#pageContent table a.edit  {
    display: inline-block;
    text-indent: 100%;
    height: 16px;
    width: 16px;
    margin: 0 1px;
    white-space: nowrap;
    overflow: hidden;
}
#pageContent table a.edit {
    background: url("../img/edit-ico.png") no-repeat top left;
}

#pageContent table a.delete {
    background: url("../img/delete-ico.png") no-repeat top left;   
}

/*-------------- Sortable list ------------*/

#info {
  display: block;
  padding: 10px; margin-bottom: 20px;
  border: 1px solid #333;
  background-color: #efefef;
}

#sortable-list {
  list-style: none;
}

#sortable-list li {
  display: block;
  padding: 20px 10px; margin-bottom: 3px;
  background-color: #efefef;
}
#sortable-list li img.handle {
  margin-right: 20px;
  cursor: move;
}
.well.placeHolder.wrapper {
    background: none;
    border-radius: none;
    box-shadow: none;
    padding: 0;
    margin: 10px 0 0 0;
    border: none;
}
.well.placeHolder.wrapper h4 {
    background-color: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 5px;
}
/*-------------- input fixes for bootstrap ------------*/
.input-auto {
    width: 100%;
    margin-left: -4px;
}

/*-------------- Filter ------------*/
.filterWrapper .btn-toolbar{
  margin-top: 0;
  margin-bottom: 0;
}
.filterWrapper ul{
  list-style: none;
  float: left;
  margin:0;
  margin-right: 20px;
}
.filterWrapper .form-horizontal .control-label {
  width:40px;
}
.filterWrapper .control-group {
  float: left;
}
.widget-container-header {
    height: 27px;
    line-height: 24px;
}
.widget-container-header input[type="text"]{
    padding: 1px;
    margin-right: 4px;
}
.widget-container-header input[type="button"],
.widget-container-header input[type="submit"]{
    padding: 1px 5px;
}
.widget-container-header em {
	font-style: normal;
	color:#fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 27px;
}
.widget-container-header .icon-chevron-down {
    background-position: -313px -113px;
    height: 17px;
}
.widget-container-header .icon-remove {
    height: 19px;
    background-position: -312px 7px;
}
.widget-container-header .icon-chevron-right {
    background-position: -456px -65px;
    height: 20px;
}
.input-text,
.gridSearch ul.pull-right {
    float: right;
    position: relative;
}
.gridSearch ul.pull-right li {
    list-style: none;
}
.input-text .btn-search,
.input-text button.reset,
.gridSearch .pull-right li.last input[type="submit"].btn-search,
.gridSearch .pull-right li.last input[type="submit"].reset,
.input-text .btn-search.btn-last,
.gridSearch .pull-right li.last input[type="submit"].btn-search.btn-last {
    position: absolute;
    top: 7px;
    right: 0;
    margin: 0;
}
.input-text button.reset,
.gridSearch .pull-right li.last input[type="submit"].reset {
    background-image: url("../img/glyphicons-halflings.png");
    background-position: -310px 0;
    overflow: hidden;
    text-indent: -50px;
    white-space: nowrap;
    width: 14px;
    right: 6px;
    height: 14px;
    border: none;
}
.input-text .btn-search,
.gridSearch .pull-right li.last input[type="submit"].btn-search {
    background-position: -48px 0;
    color: #FFFFFF;
    height: 14px;
    overflow: hidden;
    right: 20px;
    text-indent: -50px;
    white-space: nowrap;
    width: 14px;
    background-image: url("../img/glyphicons-halflings.png");
    border: none;
    right: 20px;
}
.gridSearch .pull-right li.last input[type="submit"].btn-search.btn-last,
.input-text .btn-search.btn-last {
    right: 5px;
}
.table tr.gradient th {
  background: #1e5799; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTg5ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjA3Y2NhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 100%, #207cca 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(100%,#2989d8), color-stop(100%,#207cca)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 100%,#207cca 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 100%,#207cca 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 100%,#207cca 100%); /* IE10+ */
  background: linear-gradient(top,  #1e5799 0%,#2989d8 100%,#207cca 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#207cca',GradientType=0 ); /* IE6-8 */
  color: #fff;
}
.table tbody tr.gradient th:hover {
  cursor: default;
}
.table tbody tr.gradient th:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  -ms-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
  border-left: none;
}
.table tbody tr.gradient th:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  -ms-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.table tbody tr.gradient .controls {
    margin-left: 0;
}
.widget-wrap .modal-header {
    height: 21px;
	background: #1e5799;
	background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 100%, #207cca 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(100%,#2989d8), color-stop(100%,#207cca));
	background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 100%,#207cca 100%); 
	background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 100%,#207cca 100%); 
	background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 100%,#207cca 100%); 
	background: linear-gradient(top,  #1e5799 0%,#2989d8 100%,#207cca 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#207cca',GradientType=0 ); 
}
.widget-wrap input.xlarge {
    width: 550px;
}
.widget-wrap input.large {
    width: 525px;
}
.widget-wrap input.medium,
.widget-wrap textarea.medium {
    width: 540px;
}
.table [class^="icon-"], .table [class*=" icon-"] {
    width: 17px;
}
.control-group .controls .edit-label {
    display: block;
    line-height: 28px;
}
a.icon-pdf,
a.icon-excel {
    padding: 4px 0;
    margin-right: 7px;
    width: 14px;
    height: 14px; 
    background: none;
}
a.icon-excel {
    /*margin-right: 10px;*/
}
a.icon-pdf span,
a.icon-excel span {
    width: 14px;
    height: 14px;
    overflow: hidden;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../img/icon-excel.png) no-repeat 0 0;
}
a.icon-pdf span {
    background: url(../img/icon-pdf.png) no-repeat 1px 2px;
}
.table-bordered.data-source tr:first-child td {
    -webkit-border-radius: 4px 0 0 0 !important;
    -moz-border-radius: 4px 0 0 0 !important;
    border-radius: 4px 0 0 0 !important;
}
.table-bordered.data-source tr:last-child td {
    -webkit-border-radius: 0 0 0 4px !important;
    -moz-border-radius: 0 0 0 4px !important;
    border-radius: 0 0 0 4px !important;
}
.table-bordered.data-source tr td {
    -webkit-border-radius: 0 0 0 0 !important;
    -moz-border-radius: 0 0 0 0 !important;
    border-radius: 0 0 0 0 !important;
}

div.hoverMenu {
    position: absolute;
    /*visibility: hidden;*/
    right: 0;
    top: 19px;
    background: #fff;
    border:1px solid #ccc;
    z-index: 99;
    display: none;
}
div.hoverMenu ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
div.hoverMenu li {
    display: block;
    margin: 0;
    padding: 0;
    float: none;
    padding-top:5px;
}

div.hoverMenu a, ul.hoverMenu a:visited {
    display: block;
    font-weight: normal;
    white-space: nowrap;
    margin: 0 10px 4px;
    text-align: right;
}

div.hoverNavigation {
    float: right;
    left: 0;
    position: relative;
    top: 1px;
    width: auto;
}

.content-commands {
    display: block;
    float: right;
    overflow: hidden;
    padding: 2px 6px 0 0;
}
/*------fancy tooltip
---------------------------------------------------------------------------------*/
.fancy-tooltip-btn {
    display: block;
    position: relative;
}
.fancy-tooltip {
    display: none;
    position: absolute;
    top: 37px;
    left: -130px;
    background: #fff;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #d5d5d5;
    -webkit-box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, 0.3);
    width: 340px;
}
.fancy-tooltip-inner {
    display: block;
    position: relative;
    padding: 20px 10px 10px;
}
.fancy-tooltip .ft-arrow {
    display: block;
    position: absolute;
    left: 0;
    top: -8px;
    height: 8px;
    width: 100%;
}
.fancy-tooltip .ft-arrow span {
    display: block;
    top: -10px;
    margin: 0 auto;
    width: 15px;
    height: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    background: url(../img/ft-arrow.png) no-repeat top left;
}
.fancy-tooltip-inner .icon-remove {
    position: absolute;
    display: block;
    right: 5px;
    top: 5px;
}
.fancy-tooltip-inner a.acc-button {
    display: block;
    border-bottom: 4px solid #fff;
    overflow: hidden;
    width: 100%;
}
.fancy-tooltip-inner a.acc-button span {
    display: block;
    padding: 3px 5px;
    border: 1px solid #d7d7d7;
    overflow: hidden;
    font-weight: bold;
    width: auto;
    outline: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #242424;
    background: #f6f6f6; /* Old browsers */
    background: -moz-linear-gradient(top,  #f6f6f6 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f6f6f6 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f6f6f6 0%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f6f6f6 0%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f6f6f6 0%,#e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
}
.fancy-tooltip-inner a.acc-button span i {
    display: block;
    float: right;
    height: 10px;
    margin: 4px 5px 0 0;
    width: 9px;
    background: url(../img/acc-arrows.png) no-repeat 0 -52px;
    
}
.fancy-tooltip-inner a.acc-button:hover span {
    color: #0088CC;
    background: #e6e6e6;
}
.fancy-tooltip-inner a.acc-button:hover span i {
    background-position: 0 -168px;
}
.fancy-tooltip-inner a.acc-button.acc-active span i {
    background-position: 0 2px;
}
.fancy-tooltip-inner a.acc-button.acc-active:hover span i {
    background-position: 0 -114px;
}
.fancy-tooltip-inner div.acc-content {
    display: none;
}
.fancy-tooltip-inner p {
    padding: 0 5px;
    line-height: 14px;
    font-size: 12px;
    word-wrap: break-word;
}
.fancy-tooltip-inner strong {
    color: #000;
    text-align: left;
    margin-right: 3px;
}

.span3.alt-menu div.well {
    margin-top: 10px;
}

.parentSummary {
    margin-bottom: 10px;
}
.parentSummary .span9 {
    /*border-right: 1px dashed #CCCCCC;*/
    padding-right: 25px;
    min-height: 105px;
}
.pagination .control-group .right-pagination-text {
    padding-left: 5px;
}
.navbar a.subtitle-fg {
    color: #fff;
    padding-top: 12px;
}
.wcRight{
	float:right;
	width:170px;
}
#panelEdit {
	min-height: 10px;
	background: #fff;
	overflow: hidden;
	/*border:1px solid #999;*/
	position: relative;
	padding:15px 0px; 
	z-index: 3;
	top:-1px;
}
div#editValues, div#editValuesFullLength{
	background-color:White;
	min-height:100px
}
div#editValues{
	/*border-right:1px dashed #ccc;*/
	padding-right:20px;
	margin-right:20px;
	float:left;
	width:900px;
}
.insideTabsContent .well {
    clear: both;
}
/* Ivan
.cleaner { clear: both; }

.pagerRight 
{
    float:right;
    padding-right:50px;
}*/

.contentBox .breadcrumb,
.nakedContentBox .breadcrumb
{
    padding: 3px 10px;
    margin: 0 0 0 0;
}

.filterStatusPanel.well-small
{
    padding: 3px;
    margin-bottom: 0px;
}

.scroll
{
    height: 400px;
    overflow:auto;
}