/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

html, body {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased; 
}
@media (max-width: 419px) {
	html, body {
		font-size: 12px; 
	} 
}

.table tbody > tr > td { 
	font-size: 13px; 
}

.table tbody > tr > td .btn-sm { 
	 width: 36px;
	 padding: 6px 0;
}

.col-icon-1 { 
	width: 40px;
}
.col-icon-2 { 
	width: 85px;
}
.col-icon-3 { 
	width: 135px;
}
.col-icon-4 { 
	width: 175px;
}
	  
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
	border-bottom-width: 2px;
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background: #FFF;
  border-color: #dbdbdb;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background: #888;
  border-color: #666;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #777;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #777;
  border-color: #555;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #777;
  background-image: none;
}
.btn-success {
  background: #ff5cb85c;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background: #ff5bc0de;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-repeat: #fff0ad4e;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  /*background: #ffd9534f;  -- removido por jr */
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #F5F5F5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #F5F5F5;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image:      -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image:         linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image:      -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image:      -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image:         linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
  }
}

.alert-info .alert-link {
  color: #2980b9; 
}

.alert-success {
  border-color: #689f38;
  color: #689f38;
}
.alert-info {
  border-color: #2980b9;
  color: #2980b9;
}
.alert-warning {
  border-color: #ffa000;
  color: #ffa000;
}
.alert-danger {
  border-color: #dd191d;
  color: #dd191d;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x;
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
.label-default {
  background-color: #AAA; }
.label-primary {
  background-color: #03a9f4; }
.label-success {
  background-color: #8bc34a; }
.label-info {
  background-color: #9c27b0; }
.label-warning {
  background-color: #ffc107; }
.label-danger {
  background-color: #e84e40; }
  
.dropdown-menu {
	background-color: #FFFFFF;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	left: 0;
	position: absolute; 
}
.dropdown-menu > li > a {
	color: #707070;
	font-size: 0.875em;
	line-height: 1.7;
	padding-left: 35px;
	transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s; 
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: #f6f6f6;
	color: #707070; 
}
.dropdown-menu > li > a > i {
	position: absolute;
	margin-left: -18px;
	margin-top: 4px; 
}

.bg-default {
	background-color: #EEE;
}

.box-signin {
  margin-top: 40px;
  padding: 20px;
  background-color: #FFF;
  box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);
  margin-bottom: 16px;
  border-radius: 3px;
  background-clip: padding-box;
}
.box-signin .img-responsive {
  margin: 0 auto;
}
.form-signin {
  padding: 10px;
  margin: 0 auto;
}
.form-signin .form-signin-header {
  padding-bottom: 30px;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
}
.form-signin .alert-danger {
	margin-bottom: 20px;
}

.dropdown-toggle {
	cursor: pointer;
}
.usuario-icone {
	border-radius: 50%;
    height: 42px;
    width: 42px;
}
.usuario-icone img {
	border-radius: 50%;
}
.usuario-nome {
	padding: 3px 20px 3px 15px;
}
.usuario-nome small {
	display: block;
}
.usuario-sair {
	margin-top: 8px;
}

.usuario-nome-admin {
	padding: 3px 20px 3px 15px;
	color:red;
}
.usuario-nome-admin small {
	display: block;
	color:red;
}

.usuario-alerta {
	padding: 3px 40px 3px 3px;
	color: red;
}

#topo { 
	padding: 15px 0;
}
#corpo { 
	padding-top: 15px;
}
#rodape {
	border-top: 1px solid #DDD;
	padding-top: 15px;
	padding-bottom: 10px;
}
#rodape small {
	display: inline-block;
}
.filtro {
	padding: 15px 8px 0;
	border-bottom: 1px solid #DDD;
}
.filtro .form-group {
	padding-right: 7px;
    padding-left: 7px;
}
.filtro label {
	margin-left: -7px;
}
.filtro-periodo {
	padding: 15px 8px 0;
}
.filtro-periodo .form-group {
	padding-right: 7px;
    padding-left: 7px;
}
.detalhesdados {
	border-spacing: 2px;
    border-collapse: inherit;
	margin-bottom: 0;
}
.detalhesdados td {
	border: 0 !important;
	padding-left: 10px;
}
.detalhesdados td.rotulo {
	width: 12%;
	background-color: #F5F5F5;
	text-align: right;
	border-radius: 4px;
	text-transform: uppercase;
    font-size: 0.75em;
	font-weight: 700;
}
#exames {
	padding: 20px 0 10px;
	overflow: hidden;
	border-bottom: 1px solid #DDD;
}
#listarequisicoestotalgeral {
	overflow-y:auto; 
	max-height:180px;
	padding-top: 10px;
	margin-bottom: 10px;
}
#dadosparaenviar {
	overflow-y:auto; 
	max-height:180px;
	padding-top: 10px;
	margin-bottom: 10px;
}
.header-logo {
	padding-bottom: 15px;
}
.footer-pdf {
	text-align: center;
	padding-top: 10px;
}
.footer-pagination {
	text-align: center;
}
@media (min-width: 768px) {
	.header-logo {
		padding-bottom: 0;
		padding-right:50px;
	}
	.footer-pdf {
		text-align: right;
		padding-top: 0;
	}
	.footer-pagination {
		text-align: left;
	}
}
.colunareduzida {
	font-size:8px !important;
	border-top: none !important;
	line-height: 1 !important;
	padding:2px 2px 2px 8px !important;
	border-bottom: none !important;
}

#divisor {
	border-top: none !important;
	border-bottom: 3px solid #ddd;
	line-height: 1 !important;
	height: 5px;
}

#textomensagem {
	height: 200px;
	border:1px solid #ddd;
	overflow: auto;
}

#abasmensagens {
	height:200px;
	overflow-y: auto;
}

#divmensagens {
	padding-right:2px; 
	padding-left:2px;	
}

.corcinzinha {
	background-color:#ddd;
}

.cinza-claro {
	background-color: #ebedef; 
}

#destinatario {
	padding: 20px 0 10px;
	overflow: hidden;
	border-bottom: 1px solid #DDD;
}

.negrito {
	font-weight: bold;
}

#colunasdisponiveis {
	height:380px;
	overflow-y: auto;	
}

#colunasdisponiveis span {
	background-color: #DDD;
	display:block;
	border-bottom: 1px solid white;
}

#colunasconfiguradas span {
	background-color: #DDf;
	display:block;
	border-bottom: 1px solid white;
}

.bottom-border {
	border-bottom: 1px solid #DDDDDD;
}

.fontevermelha {
	color: red;
}

.panel-dadosbrutos {
	max-height:300px;
	overflow: auto;
	padding-top: 3px;
}

 .borda-redonda{
 	border: 1px solid #ccc;
 	border-radius: 15px;  
 }
 
 .borda-redonda-5{
 	border: 1px solid #ccc;
 	border-radius: 5px;  
 }
 
 .drop-shadow {
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2);
 } 
 
 .margem-bottom-10 {
 	margin-bottom:10px;
 }
 
 legend {
   font-size: 12px !important;
   font-weight: bold !important;
 }
 
 .lgpd {
 	display: none;
 	position: fixed;
 	bottom: 10px;
 	width: 100%;
 }
 
 .lgpd-box {
  	border-color: #cccccc;
 	background-color: #ffffff;
 	border-width: 1px;
 	border-style: solid;
    -webkit-box-shadow: 4px 4px 3px -2px #b3b3b3;
    box-shadow: 4px 4px 3px -2px #b3b3b3;
    padding: 4px 8px 8px 10px;
    font-size: 13px;
    margin-left:10%;
    margin-right:10%;
 }
 
 .lgpd-n {
 	display: none;
 	position: fixed;
 	bottom: 10px;
 	left: 20%;
 	right: 20%;
 	width: 60%;
 	height:50px;
 	border-color: #cccccc;
 	background-color: #ffffff;
 	border-width: 1px;
 	border-style: solid;
    -webkit-box-shadow: 4px 4px 3px -2px #b3b3b3;
    box-shadow: 4px 4px 3px -2px #b3b3b3;
    padding: 4px 8px 8px 10px;
    font-size: 13px;
 }
 
 
 .lgpd button {
 	margin-top: 2px
 }
 
 .anno-overlay {
   display:none;
 }
  
 .sombra-fonte {
 	text-shadow:2px 2px rgb(204,204,204);
 }
 
 .wizard {
 	background-color:white !important;
 }
 
 .wizard a .active {
 	background-color: red !important;
 	color: white;
 	font-weight: bold;
 }
 
 .wizard fieldset {
   font-size: 12px !important;
   font-weight: bold !important; 	
 }
 
 #calendario-agenda td.active {
 	font-weight: bold !important;
 	color: white;
 }
 
 .padding-wizard {
   padding: 8px;
 }
 
 .tamanho-maximo-agenda {
   max-height: 300px;
   overflow: auto;
 }
 
 .align-top-div {
 	display:table-row;
 }
 
 .align-top-div span p {
 	display: table-cell;
 }

 .align-top-div p {
 	padding-left: 5px;
 } 
 
 .text-top {
 	vertical-align: top;
 }
 
 #span-incorretos {
 	position: absolute;
 	right: 20px;
 }
 
#corpoagendamento .nav {
    background-color: #c6c6c6 !important;
    color: #fff;
}

#corpoagendamento .nav .active {
    color: #fff;
    font-weight: bold;
    border:4px solid #c6c6c6;
}

#corpoagendamento .nav>li>a {
    background-color: #c6c6c6 !important;
    color: #fff;
    border-botom:none;
}

#corpoagendamento .nav-tabs.nav-justified > li > a {
	border-bottom: 1px solid #c6c6c6;
}

#corpoagendamento .nav-tabs.nav-justified > .active > a, 
#corpoagendamento .nav-tabs.nav-justified > .active > a:hover, 
#corpoagendamento .nav-tabs.nav-justified > .active > a:focus {
	border: 1px solid #c6c6c6;
}


#corpoagendamento .nav-tabs.nav-justified > a, 
#corpoagendamento .nav-tabs.nav-justified > a:hover, 
#corpoagendamento .nav-tabs.nav-justified > a:focus {
	border: 1px solid green;
}

#corpoagendamento .nav-tabs > li.active > a,
#corpoagendamento .nav-tabs > li.active > a:focus,
#corpoagendamento .nav-tabs > li.active > a:hover{
	background-color: #dfdfdf !important;
    color: gray;
    border-radius: 0;
    cursor: default !important;
}

#corpoagendamento .nav-tabs > li > a {
	border: none;
}

#corpoagendamento .nav>li>a:hover {
    background-color: #c6c6c6 !important;
    color: #fff;
    border-radius: 0;
    cursor: default !important;
}

#horarioagenda input[type="radio"] {
	padding: 2px;
}

.borda-vermelha {
	border-color:red !important;
}

.texto-centralizado-vertical {
	vertical-align: middle;
}

.margin-left-3 {
	margin-left: 3px;
}

.div-carregando {
	width:560px;
	height: 70px;
	padding-top: 20px;
	border:1px solid black;
    position: absolute;
    background-color: rgba(50, 115, 220, 0.3);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .3);
}

.tab-pane {
	padding: 10px !important;
}

.sceditor-button-emoticon {
	display:none !important;
}

.sceditor-button-youtube {
	display:none !important; 
}

.font-weight-bold {
	font-weight: bold !important;	
}

.modal-open {
    overflow: scroll !important;
}

.pt-1 {
	padding-top: 0.5em;
}

.pt-2 {
	padding-top: 1em;
}

.pt-3 {
	padding-top: 1.5em;
}

.pb-1 {
	padding-bottom: 0.5em;
}

.pb-2 {
	padding-bottom: 1em;
}

.pb-3 {
	padding-bottom: 1.5em;
}

