/*Main style*/
body
{
    margin: 0px;
    padding: 0px;
    color: #555;
    font: normal 10pt Arial,Helvetica,sans-serif;
    /*background: #EFEFEF;*/
    background: white;
    /*background: #EFEFEF;*/
}

.list-group .list-group-item {
    cursor: pointer;
}

#select-service {
    min-width: 160px;
    background-color: initial;
    color: white;
}

.navbar-no-collapse li {
    z-index: 1000;
}

select option {
    color: black;
}

/* Modals */

.modal-body {
    overflow: auto;
}

.modal-backdrop {
    z-index: 4000 !important;
}

.modal {
    z-index: 4050 !important;
    /*top: calc(50% - 150px) !important;*/
}

.modal-body {
    /*height: 260px;*/
    /*height: 40% !important;*/
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-content::-webkit-scrollbar {
    width: 12px;
}
 
.modal-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
.modal-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.modal {
  z-index: 3000;
  text-align: center;
}
.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 92% !important;
  max-width: 600px !important;
}

.template {
    display: none;
}

.tag-block {
    border: 1px solid grey;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
}

.tag-block img {
    display: inline-block;
}

/* Absolute Center Spinner */
#main-loading {
  position: fixed;
  z-index: 5000;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
#main-loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
}

/* :not(:required) hides these rules from IE9 and below */
#main-loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

#main-loading:not(:required):after { 
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear; 
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(66,153,163, 0.75) 1.5em 0 0 0, rgba(66,153,163, 0.75) 1.1em 1.1em 0 0, rgba(66,153,163, 0.75) 0 1.5em 0 0, rgba(66,153,163, 0.75) -1.1em 1.1em 0 0, rgba(66,153,163, 0.5) -1.5em 0 0 0, rgba(66,153,163, 0.5) -1.1em -1.1em 0 0, rgba(66,153,163, 0.75) 0 -1.5em 0 0, rgba(66,153,163, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(66,153,163, 0.75) 1.5em 0 0 0, rgba(66,153,163, 0.75) 1.1em 1.1em 0 0, rgba(66,153,163, 0.75) 0 1.5em 0 0, rgba(66,153,163, 0.75) -1.1em 1.1em 0 0, rgba(66,153,163, 0.75) -1.5em 0 0 0, rgba(66,153,163, 0.75) -1.1em -1.1em 0 0, rgba(66,153,163, 0.75) 0 -1.5em 0 0, rgba(66,153,163, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.no-paddings {
    padding: 0 !important;
}

div.loading {
    background-color: #eee;
    background-image: url('icons/loading.gif');
    background-position:  center center;
    background-repeat: no-repeat;
    opacity: 1;
}
div.loading * {
    opacity: .8;
}

.ajax-loading {
    float: left;
    width: 120px;
    height: 120px;
    background-image: url("img/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center center;
}

.tag-block .color {
    display: inline-block;
    width:170px;
    height:170px;
    vertical-align: middle;
}

@media print {
    .tag-block .color {
        width:170px;
        height:170px;
        -webkit-print-color-adjust: exact;
    }
}

/*#main.container {
    background-color: white;
}*/

/* Fonts */
@font-face { 
    font-family: Futura_bd_cond_BT;
    src: url(fonts/Futura_bd_cond_BT.TTF);
}
@font-face {
    font-family: Futura_Book_BT;
    src: url(fonts/Futura_Book_BT.ttf);
}
@font-face {
    font-family: Futura_med_cond_bd_BT;
    src: url(fonts/Futura_med_cond_bd_BT.TTF);
}
@font-face {
    font-family: Futura_Medium;
    src: url(fonts/Futura_Medium.ttf);
}
@font-face {
    font-family: FUTURAB;
    src: url(fonts/FUTURAB.TTF);
}
@font-face {
    font-family: FUTURAL;
    src: url(fonts/FUTURAL.TTF);
}

p,a,button,td,a,th,h1,h2,h3,h4,h5,label {
    font-family: Futura_Medium !important;
}
b {
    font-family: FUTURAB !important;
}

h1,h2,h3,h4 {
    margin-top: 0px;
}

form .required {
    color: #eaa210;
}
form .error {
    color: #ea5310;
}

/* Gadgets */

/*.gadget {
    
}*/
.button-column a {
    cursor: pointer;
}

/*div.alert {
    color: #8a1f11;
    border: 1px solid;
}*/

/* Forms */
.form-vertical input {
    display: block;
    margin-bottom: 10px;
}

.form-actions {
    margin-bottom: 10px;
}


.caret {
    margin-right: 6px;
    font-size: 1.8em;
    /*position: relative;*/
    /*vertical-align: text-top;*/
}

ul.nav-tabs>li.dropdown.open ul.dropdown-menu>li.arrow {
    display: none;
}

.spinner {
    display: block;
    position: absolute;
    z-index: 1;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("img/spinner.gif");
    display:none;
}

.alert ul li {
    margin-left: 20px;
}

span.glyphicon {
    margin-right: 6px;
    font-size: 1.3em;
    /*position: relative;*/
    vertical-align: top;
}

div#actions .nav-tabs > li, #menu-sub>ul>li {
    height: 34px;
}

div#actions .nav-tabs > li > a {
    margin-top: -3px;
}

.nav-tabs > li.arrow {
    padding-top: 10px;
    color: #b9b9b9;
}

div#container-filters {
    padding-top: 16px;
    padding-bottom: 16px;
    /*background-color: #CECECE;*/
}
div#container-filters>* {
    display: inline-block;
}

div#actions .nav-tabs > li > a:hover,div#actions .nav-tabs > li > a:active, div#actions .nav-tabs > li > a:focus, div#actions .nav-tabs > li > a.active {
    color: black !important; 
    background-color: white;
    vertical-align: middle !important;
    font-weight: bold;
    color: black;
    height: 43px;
    padding-top: 16px;
    border: none;
    bottom: 6px;
    width: auto;
    margin-bottom: -20px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

div#menu-sub .nav-tabs > li > a.active {
}

.nav-tabs {
    border: none;
}


/*.navbar div {
    height: 34px;
}*/

#menu-sub>ul {
    margin-left: 10px;
}

.navbar div#actions ul>li, #menu-sub>ul>li {
    
}

#menu-sub a {
    font-weight: bold;
    font-size: 1.2em;
    color: black;
}

ul.dropdown-menu>li {
    display: block;
}
  
.collapse {
  position:relative;
  height:0;
  overflow:hidden;
  -webkit-transition:height 0.35s ease;
  -moz-transition:height 0.35s ease;
  -o-transition:height 0.35s ease;
  transition:height 0.35s ease;
}
.collapse.in {
  height:auto;
}

.nav-collapse .nav>li>a:hover, .nav-collapse .nav>li>a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
    background-color: transparent;
}

.block { 
/*    margin: -8px;
    padding: 6px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.03);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.03); */
}

#center {
    padding: 0px;
    margin: 0px;
    margin-right: 20px;
}

.block:nth-child(odd) { 
    /*background-color: #f5f5f5;*/
} 

/* Grid view */

/*.grid-view table.items th, .grid-view table.items td
{
    width: 20%;
}*/

table.items tr.row-not-answered {
    background-color: rgba(65,60,213,0.07);
}
table.items tr.row-not-available {
    background-color: rgba(238,95,91,0.07);
}
table.items tr.row-customer {
    background-color: #eee;
}

table input[type=text] {
    width: 100%;
}

.grid-view table.items th, .grid-view table.items td
{
    width: 120px;
}

.grid-view.professional table.items td:first-child, .grid-view.professional table.items th:first-child {
    width: 60px !important;
}

#trigger-grid {
    width: auto !important; 
    overflow-x:scroll;
}

/*.grid-view table.items tr:last-child, .grid-view table.items td:last-child, .grid-view table.items th:last-child {
    width: 120px !important;
}*/
 
/*others*/
#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #2f5ca0;
}

#header
{
	margin: 0;
	padding: 0;
	/*border-top: 3px solid #C9E0ED;*/
}

#content
{
    padding: 0px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
    padding: 10px;
    margin: 10px 20px;
    font-size: 0.8em;
    text-align: center;
    border-top: 1px solid #efefef;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

ul {
    /*list-style: none;
    padding:0;
    margin:0;*/
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.6em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#F9F5DD;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E8F6FF;
	border-color:#CECECE;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{
}

.portlet-decoration
{
	padding: 3px 8px;
	background: #35a2da;
	border-left: 5px solid #6FACCF;
}

/*
.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}
*/

.portlet-title {
    margin-bottom: 10px;
}

.operations
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

div#notification_type, div#notification_private {
    display: block;
    margin-top:20px;
 }      

 div#notification_type label, div#notification_private label
 {
    font-weight: bold;
    float:left;
    margin-left:2px;
    text-align:left;
    width:100px;
  }
  
div#notification_type input, div#notification_private input
{
    float:left;
}

.tip {
    color: #969696;
}

.white, .white a {
  color: #fff;
}


.btn-frame, .btn-frame:hover, .btn-frame:active, .btn-frame.active  {
    border: 1px solid grey !important;
    color: black !important;
    background-color: transparent;
}

.btn-none, .btn-none:hover, .btn-none:active, .btn-none.active  {
    border: none;
    color: black !important;
    background-color: transparent;
}

/* For images*/
.btn-group-lg.img > .btn {
    font-size: 40px !important;
}

.btn-group-md.img > .btn {
    font-size: 28px !important;
}

/* tables th */
tr,td,table.items th {
    border: 1px solid #ccc !important;
    /*width: 10px !important;*/
}

thead td, thead th {
        background-color: #eee !important;
}

table input {    
    /*width: 100%;*/
    border: 1px solid black;
    table-layout: fixed;
    /*width: 200px;*/
}

table a {
    text-decoration: none !important;
}

#center .row {
    margin-bottom: 10px !important;
}


/* Pager */
ul.yiiPager {
    list-style: none;
    text-decoration: none !important;
    font-size: 16px;
}

ul.yiiPager > li {
    display: inline-block;
}

ul.yiiPager .first, ul.yiiPager .last {
    display: inline;
}

#filters {
    background-color: #FAFAFA;
    float: right;
    border: 1px solid #bbb;
    border-radius: 4px;
    width: auto;
    padding: 8px;
}

.bootstrap-select {
    /*width: 100px !important;*/
}

table td>a {
    margin-right: 6px;
}

.pagination {
    width: 100% !important;
}

/* Pager */
.pagination{margin:20px 0}.pagination ul{display:inline-block;*display:inline;*zoom:1;margin-left:0;margin-bottom:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)}.pagination ul>li{display:inline}.pagination ul>li>a,.pagination ul>li>span{float:left;padding:4px 12px;line-height:20px;text-decoration:none;background-color:#fff;border:1px solid #ddd;border-left-width:0}.pagination ul>li>a:hover,.pagination ul>li>a:focus,.pagination ul>.active>a,.pagination ul>.active>span{background-color:#f5f5f5}.pagination ul>.active>a,.pagination ul>.active>span{color:#999;cursor:default}.pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover,.pagination ul>.disabled>a:focus{color:#999;background-color:transparent;cursor:default}.pagination ul>li:first-child>a,.pagination ul>li:first-child>span{border-left-width:1px;-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px}.pagination ul>li:last-child>a,.pagination ul>li:last-child>span{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px}.pagination-centered{text-align:center}.pagination-right{text-align:right}.pagination-large ul>li>a,.pagination-large ul>li>span{padding:11px 19px;font-size:17.5px}.pagination-large ul>li:first-child>a,.pagination-large ul>li:first-child>span{-webkit-border-top-left-radius:6px;-moz-border-radius-topleft:6px;border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-moz-border-radius-bottomleft:6px;border-bottom-left-radius:6px}.pagination-large ul>li:last-child>a,.pagination-large ul>li:last-child>span{-webkit-border-top-right-radius:6px;-moz-border-radius-topright:6px;border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-bottomright:6px;border-bottom-right-radius:6px}.pagination-mini ul>li:first-child>a,.pagination-small ul>li:first-child>a,.pagination-mini ul>li:first-child>span,.pagination-small ul>li:first-child>span{-webkit-border-top-left-radius:3px;-moz-border-radius-topleft:3px;border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;-moz-border-radius-bottomleft:3px;border-bottom-left-radius:3px}.pagination-mini ul>li:last-child>a,.pagination-small ul>li:last-child>a,.pagination-mini ul>li:last-child>span,.pagination-small ul>li:last-child>span{-webkit-border-top-right-radius:3px;-moz-border-radius-topright:3px;border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;-moz-border-radius-bottomright:3px;border-bottom-right-radius:3px}.pagination-small ul>li>a,.pagination-small ul>li>span{padding:2px 10px;font-size:11.9px}.pagination-mini ul>li>a,.pagination-mini ul>li>span{padding:0 6px;font-size:10.5px}.pager{margin:20px 0;list-style:none;text-align:center;*zoom:1}.pager:before,.pager:after{display:table;content:"";line-height:0}.pager:after{clear:both}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#f5f5f5}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;background-color:#fff;cursor:default}

.default {
    color: #747474;
}

.status {
    width: 16px;
    height: 16px;
    position: relative;
    display: inline-block;
    border-radius: 4px;
}
.status.no-absolute {
    position: initial !important;
}

.status.enabled, .status.green, .status.active {
    background-color: green;
}
.status.paused, .status.yellow {
    background-color: #eaa210;
}
.status.removed, .status.red {
    background-color: red;
}

.status.blue {
    background-color: #4299a3;
}

.glyphicon-question-sign.green {
    color: green !important;
}
.glyphicon-question-sign.red {
    color: red !important;
}
.glyphicon-question-sign.yellow {
    color: #eaa210 !important;
}
.glyphicon-question-sign.blue {
    color: #4299a3 !important;
}
.glyphicon-question-sign.grey {
    color: #909090 !important;
}


.btn .caret {
    margin-left: 0;
    vertical-align: super;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: 0px !important;
}

ul#list-conditions>li{
    margin-right: 6px;
    margin-bottom: 6px;
    display: inline-block;
    list-style:none;
}

/* Min-widths */

.width-100 {
    width: 100px !important;
}
.width-120 {
    width: 120px !important;
}
.width-160 {b
    width: 160px !important;
}
.width-180 {
    min-width: 180px !important;
}
.width-200 {
    width: 200px !important;
}
.width-220 {
    width: 220px !important;
}
.min-width-100 {
    min-width: 100px !important;
}
.min-width-120 {
    min-width: 120px !important;
}
.min-width-160 {
    min-width: 160px !important;
}
.min-width-180 {
    min-width: 180px !important;
}
.min-width-200 {
    min-width: 200px !important;
}
.min-width-220 {
    min-width: 220px !important;
}

table.weather {
    font-family: Arial, Helvetica, sans-serif;
    /* color: #666; */
    color: #333;
    font-size: 13px;
    /* text-shadow: 1px 1px 0px #fff; */
    background: url(img/bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* background: #3FA7E0; */
    margin: 0px;
    border: #ccc 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

table.weather th {

    padding:21px 25px 22px 25px;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;

    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#3FA7E0), to(#1A79AE));
    background: -moz-linear-gradient(top,  #3FA7E0,  #1A79AE);

     color:#eee;
     text-shadow: none;

}
/*
table#remind th:first-child {
    text-align: left;
    padding-left:20px;
}
*/
table.weather tr:first-child th:first-child {
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
}
table.weather tr:first-child th:last-child {
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
}
table.weather tr {
    text-align: center;
    padding-left:20px;
}
/*
table#remind td:first-child {
    text-align: left;
    padding-left:20px;
    border-left: 0;
}
*/



table#remind td {
    padding:18px;
    border-top: 1px solid #aaa;
    border-bottom:1px solid #aaa;
    border-left: 1px solid #ccc;

    /*
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
    */
}

.alert>.close {
    margin-top: -6px !important; 
}

.compactRadioGroup {
    padding-left: 1em;
}

.compactRadioGroup label,
.compactRadioGroup input {
    display: inline;
} 

/*.label {
    cursor: pointer;
}*/

.bootstrap-tagsinput {
   border: none;
   box-shadow: none;
}
.bootstrap-tagsinput input {
   display: none;
}    

.label.label-sm {
  font-size: 12px !important;
}

.label.label-md {
  font-size: 16px !important;
}

.label.label-lg {
  font-size: 20px !important;
}

.label {
    line-height: 2 !important;
}

.well {
    margin-bottom: 0px !important;
}

.label.label-none {
    background-color: white !important;
    color: black !important;
    border: 1px solid #747474;
}


/* Charts */

div.row>div.dc-chart /* 300 */
{
   display: inline-block;
}

div.row>div.dc-chart>div#info
{
   text-align: center;
   background-color: #f9f9f9;/*f6f8ff;*/
   border-radius: 4px;   
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;   
   height: 80px;
}

div#reset-all
{   
   display:none;
   cursor: pointer;
   background-color:rgba(249, 249, 249,0.8);
   border-radius: 4px;   
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;      
   position:fixed;   
   left: 0;
   bottom: 50%;
   padding: 6px;
}

div.row>div.dc-chart>div#info>span#help-button
{
   position: absolute;
   margin: 20px 20px 0 14px;
   display: inline-block;   
   width: 24px;
   height: 24px;
   background-color: #ffe2ab;
   border: solid grey 2px;;
   border-radius: 80px;   
   -webkit-border-radius: 80px;
   -moz-border-radius: 80px;  
   box-shadow: 1px 1px 1px #888888; 
   cursor: pointer;
   text-align: center;
}

div.row>div.dc-chart>div#info>div#help
{
   display: none;
}

div.help-tips
{
   text-align: left;
   font-size: 1.4em
}

div.help-tips>div#title
{
   color: #FFE2AB;
   font-weight: bold;
}

/*

div#types g.row>text
{
   fill: black;
}

div#types svg>g>g.row>rect.selected
{
   stroke: grey;
   stroke-width: 3;
}

svg text, g text.row
{
   color: black;
   fill: black;
   font-size: 16px;
}

div.row text.axis-label
{
   font: 15px sans-serif;
   fill: black;
   stroke-width: 0px;
}

.dc-chart>#info>#reset-button
{
   display: block;
   margin-left: 40px;
}
*/

div.row h2, div.row h3
{
   font-size: 22px;
   text-align: center;
}

.dc-chart g.row text
{
   color: black;
   fill: black;
}

/*
table#dataTable>thead{
   background-image: linear-gradient(bottom, rgb(255,255,255) 14%, rgb(219,219,219) 57%, rgb(181,181,181) 79%);
   background-image: -o-linear-gradient(bottom, rgb(255,255,255) 14%, rgb(219,219,219) 57%, rgb(181,181,181) 79%);
   background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 14%, rgb(219,219,219) 57%, rgb(181,181,181) 79%);
   background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 14%, rgb(219,219,219) 57%, rgb(181,181,181) 79%);
   background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 14%, rgb(219,219,219) 57%, rgb(181,181,181) 79%);

   background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0.14, rgb(255,255,255)),
      color-stop(0.57, rgb(219,219,219)),
      color-stop(0.79, rgb(181,181,181))
   );
}

table#dataTable>thead>tr>th{
   border: 1px solid gray;
   cursor: pointer;
   text-align: center;
}


table#dataTable>tbody>tr{
   border: 1px solid gray;
}

table#dataTable>tbody>tr:nth-child(even){
   background-color: #EEE;
}

table#dataTable>tbody>tr>td{
   padding: 10px;
   text-align: center;
}

div#dataTable_paginate
{
   margin-top: 10px;
}

div#dataTable_paginate a#dataTable_previous,
div#dataTable_paginate a#dataTable_next
{
   padding: 4px;
   margin-right: 10px;
   border: 1px solid grey;
   border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   cursor: pointer;
   background-image: linear-gradient(bottom, rgb(255,255,255) 14%, rgb(219,219,219) 57%, rgb(181,181,181) 79%);
   background-image: -o-linear-gradient(bottom, rgb(255,255,255) 14%, rgb(219,219,219) 57%, rgb(181,181,181) 79%);
   background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 14%, rgb(219,219,219) 57%, rgb(181,181,181) 79%);
   background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 14%, rgb(219,219,219) 57%, rgb(181,181,181) 79%);
   background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 14%, rgb(219,219,219) 57%, rgb(181,181,181) 79%);

   background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0.14, rgb(255,255,255)),
      color-stop(0.57, rgb(219,219,219)),
      color-stop(0.79, rgb(181,181,181))
   );
   color: black;
}

*/

.tipsy-inner
{
max-width: 400px;
font-size: 0.7em;
}

.bar .dc-chart rect, .dc-chart.bar rect {
  stroke: white;
  fill-opacity: .6;
  fill: steelblue;
}

.dc-chart g.tick text
{
   pointer-events: none;
}


.dc-chart rect.selected {
  stroke: black;
  stroke-width: 2; 
}

.dc-chart .bar.positive {
  fill: steelblue;
}
 
.dc-chart .bar.negative {
  fill: brown;
}

.dc-chart .axis text {
  font: 10px sans-serif;
}
 
.dc-chart .axis path, .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.placeholder {
    border: 1px solid #4299a3;
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px #888;
    -moz-box-shadow: 0px 0px 10px #888;
    box-shadow: 0px 0px 10px #888;
}
.tile {
    height: 500px;
    position:relative;
}
.grid {
    margin-top: 1em;
}

/* Same height vertically */

#trigger-childs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
#trigger-childs [class*="col-"] {
    display: flex;
    flex-direction: column;
}
#trigger-childs .trigger-child .panel-body {
    margin-bottom: auto !important;
}