/*
----------------------------------------------------------------------------------------------------------
01 Reset
----------------------------------------------------------------------------------------------------------
*/



/*
----------------------------------------------------------------------------------------------------------
02 Base
----------------------------------------------------------------------------------------------------------
*/

html, body {
    height: 100%;
}
body{
    background-color: #f0f0f0;
}

h2 {
    margin: 20px 0 30px !important;
    font-size: 20px;
    padding-left: 0;
    border-bottom: solid 2px #DA403B;
    margin: 0 0 20px 0;
    color: #184E7F;
    text-transform: uppercase;
    font-weight: bold;
}

.wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.wrapper.toggled .content {
    padding-left: 400px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.container {
    padding-right: 10px;
    padding-left: 10px;
}

.content{
    width: 100%;
    position: absolute;
    padding: 25px 25px 0 95px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.wrapper.toggled .content {
    position: absolute;
    margin-right: -250px;
}


.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-right: 10px;
    padding-left: 10px;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}

/* shared class */
.disableOverflow {
    overflow: hidden;
}

/*
----------------------------------------------------------------------------------------------------------
03 Components
----------------------------------------------------------------------------------------------------------
*/
.btn-lg, .btn-group-lg > .btn {
    padding: 14px 20px;wrapper
}
.btn-xs, .btn-group-xs > .btn {
    padding: 1px 10px;
}
.btn {
    border-radius: 0;
    border:0;
}
.btn-default {
    background-color: #61b0e9;
    border-bottom-width: 4px;
    border-bottom-color: #3A74A6;
    border-bottom-style: solid;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
    background-color: #99c8ec;
    border-bottom-color: #61b0e9;
}
.btn-primary {
    background-color: #61b0e9;
}
.btn-primary:hover{
    border-color: transparent;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #99c8ec;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    background-color: #99c8ec;
}
.btn-white{
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}

/* nav */
.nav-header {
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
    background-color: #61b0e9;
    height: 55px;
    border: 0;
    border-radius: 0;
}
.nav-header .brand-inpart {
    margin: 0 20px;
	background: url(../img/brand-inpart.png) 0 5px no-repeat;
	width: 120px;
    min-height: 55px;
}
.nav-header .brand-client {
    margin: 17px 10px;
    width: auto;
    height: 21px;
}
.nav-header .btn-group {
    margin: 10px 0px;
    border-style: solid;
    border-color: #FFF;
    border-width: 1px;
}
.nav-header .btn-toggle {
    margin:12px 0;
}
.nav-header .dropdown-menu {
    min-width: auto;
    border-radius: 0;
    left: -1px;
    border: 1px solid #fff;
}
.nav-header .btn-user-name {
    cursor: auto;
}
.nav-header .btn-user-name:hover,
.nav-header .btn-user-name:active,
.nav-header .btn-user-name:focus {
    background: inherit;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.navbar-left {
    float: left !important;
    margin-left: 0;
}
.navbar-right {
    float: right !important;
    margin-right: 0;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #3E495F;
}
.navbar-collapse {
    margin: 0 -25px;
}
.navbar-nav.nav-collapse-menu {
    background-color: #3E495F;
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px;
}
.nav-header .nav-collapse-menu > li {
    border: 0;
    border-bottom-width: 1px;
    border-color: #333B4C;
    border-style: solid;
}
.nav-header .nav-collapse-menu > li > a {
    color: #fff;
    border: 0;
    border-bottom-width: 1px;
    border-color: #3A4355;
    border-style: solid;
}
.nav-header .nav-collapse-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3A4459;
}

/* sidebar */
.sidebar {
    z-index: 10;
    position: fixed;
    left: 250px;
    width: 70px;
    height: 100%;
    margin-left: -250px;
    /*overflow-y: auto;*/
    background-color: #3e495f;
    -webkit-box-shadow: 5px 0 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 0 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.wrapper.toggled .sidebar {
    width: 400px;
    overflow-y: auto;
}
.nav-sidebar {
    width: 70px;
}
.wrapper.toggled .nav-sidebar {
    padding-right: 10px;
    position: absolute;
    top: 0;
    width: 250px;
}
.nav-sidebar .nav-item {
    margin-left: 1px;
    border: 0;
    border-bottom-width: 1px;
    border-color: #333b4c;
    border-style: solid;
}
.nav-sidebar .nav-item.active {
    border-left-width: 4px;
    border-left-style: solid;
    border-left-color: #61b0e9;
}
.nav-sidebar .nav-item.active a {
    background-color: #3a4459;
}
.nav-sidebar .nav-link {
    padding: 0 20px;
    border:0;
    border-bottom-width: 1px;
    border-color: #3a4355;
    border-style: solid;
}
.wrapper.toggled .nav-sidebar .nav-link {
    padding: 0 20px;
    text-align: left;
    width: auto;
}
.nav-sidebar > li > a:hover,
.nav-sidebar > li > a:focus {
  text-decoration: none;
  background-color: #3a4459;
}
.nav-sidebar .nav-link span{
    display: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.wrapper.toggled .nav-sidebar .nav-link span{
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.wrapper.toggled .nav-sidebar .nav-link > i.fa {
    margin: 0 20px 0 0;
}
.sidebar .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: -1px;
    padding: 0;
    border-radius: 0;
    background-color: #3e495f;
    border: 0;
    height: 49px;
}
.sidebar .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.sidebar .dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.sidebar .dropdown-submenu.pull-left {
    float: none;
}
.sidebar .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.sidebar .dropdown-menu > li > a {
    padding: 0 20px;
    background-color: #61b0e9;
    border-bottom-width: 1px;
    border-top-width: 0px;
    border-color: #3e495f;
    border-style: solid;
}
.sidebar .dropdown-menu > li > a:hover,
.sidebar .dropdown-menu > li > a:focus {
    background-color: #3e495f;
}

/* hr */
.hr-line-dashed{
  border-top: 1px dashed #e7eaec;
  color: #ffffff;
  background-color: #ffffff;
  height: 1px;
  margin: 15px 0;
}

/* panel */
.panel {
    clear: both;
    border:0;
    border-radius: 0;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}
.panel-default > .panel-heading {
    background-color: #fff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid solid none ;
    border-width: 4px 0 1px 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
    min-height: 48px;
}
.widget-ctrls {
    width: auto;
    float: right;
    padding: 0;
    margin: 0;
}
.widget-ctrls .button-icon {
    display: inline-block;
    width: 2em;
}

/* logout - confirm */
.box-log {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    z-index: 100000;
}
.box-log-cont {
    top: 35%;
    color: #fff;
    position: relative;
    width: 100%;
    background-color: #3e495f;
    padding: 20px;
}
.box-log-article {
    position: relative;
    left: 20%;
    width: 60%;
}
.box-log-article .box-title {
    letter-spacing: -1px;
    font-size: 35px;
    font-family: 'effra_lightregular';
}
.box-log-article .box-title i{
    color: #61b0e9 !important;
}
.box-log-article .box-title span{
        color: #ccc;
}
.box-log-article p{
    font-family: 'effra_lightregular';
    font-size: 20px;
    text-transform: uppercase;
}
.box-log-article {
    color: #fff;
}
.box-log-btn {
    width: 100%;
    height: 30px;
}
.box-log-btn a {
    float: right;
    margin-right: 7px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    font-weight: 700;
}

/* table */
.tableFixed{
    table-layout: fixed;
    word-wrap: break-word;
}

.table.dataTable{
    white-space: nowrap;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 1px solid #e5e6e7;
}
table.table thead th,
table.table thead td {
    font-family: 'effrabold'
}
.table-responsive {
    background-color: #fff;
    width: 100%;
}
.table-responsive.clear {
    clear: both;
}
table.dataTable.hover table.table-status-detail tbody tr:hover,
table.dataTable.display table.table-status-detail tbody tr:hover {
    background: transparent;
}
table.dataTable.hover table.table-status-detail tbody tr:hover,
table.dataTable.display table.table-status-detail tbody tr:hover {
    background: transparent;
}
table.dataTable .table-status-detail tbody th, 
table.dataTable .table-status-detail tbody td {
    padding: 0;
}
.table-hover table.table-status-detail > tr:hover {
    background: transparent;
}
.table-status-detail {
    margin: 0px;
    border:0;
}
.table-status-detail td {
    border: 0 !important;
}
.table-status-detail h4.status-title{
    margin:5px 0 0 0;
    padding: 0;
    font-family: 'effrabold';
    text-align: left;
    font-size: 13px;
    line-height: 13px;
}
.table-status-detail td.status-step {
    margin: 0;
    padding: 0 0 10px 0;
    text-align: center;
    font-family: 'effra_mediumregular';
    font-size: 10px;
    width:100px;
}
.table-status-detail .status-icon {
    display: block;
    font-size: 25px;
    color: #61b0e9;
    border-bottom: 5px solid #e7eaec;
    line-height: 0.1em;
    margin: 0 0 5px 0;
}
.table-status-detail .status-icon span {
    padding-bottom: 10px;
    background: #FFF;
}

/* graph */
.graph-map {
    width: 100%;
    height: 380px;
}
.inpartgraph-main-div a {
    display: none !important;
    visibility: hidden;;
    color: rgba(0, 0, 0, 0);
}
.detail-graph-map {
    margin-left: 0;
    padding-left: 15px;
    list-style-type: disc;
}
.detail-graph-map {
    font-family: 'effraregular';
    font-size: 10px;
    color: #676A6C;
}
.graph-content {
    background-color: #fff;
    position: relative;
    width: 100%;
}
#graphBar {
    width: 100%;
    height: 380px;
    margin: 0 auto;
}
/*pre {
  height: 250px;
  overflow: auto;
}*/


/* brand */
.brand {
    cursor: pointer;
    position: relative;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

/* transition */
.transition{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999;
    background: #FFF;
    min-height: 100% !important;
    overflow: auto;
}

/*
----------------------------------------------------------------------------------------------------------
04 Form
----------------------------------------------------------------------------------------------------------
*/
.input-text-error {
    background-color:#ffeeee !important;
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
}
.input-group-addon {
    background-color: #f4f4f4;
    border: 1px solid #e5e6e7;
}
.input-group-addon.btn-primary {
    background-color: #61b0e9;
}
.input-group-addon i.fa {
  color: #fff;
}
/*
review this code later
23/07/2015
*/
.panel-search-filter .form-group label {
    position: absolute;
    z-index: 3;
    left: 17px;
    top: 8px;
    font-family: 'effraregular';
    font-weight: normal;
    color: #808080;
}
.panel-search-filter .form-group .form-control{
    font-weight: 700;
    font-family: 'effraregular';
    font-size: 13px;
}
.panel-search-filter input[name="paciente"] {
    text-indent: 55px;
}
.panel-search-filter input[name="medico"] {
    text-indent: 45px;
}
.panel-search-filter input[name="procedimento"] {
    text-indent: 85px;
}
.panel-search-filter input[name="numeroPedido"] {
    text-indent: 70px;
}
.panel-search-filter input[name="numeroCotacao"] {
    text-indent: 70px;
}
.panel-search-filter input[name="crm"] {
    text-indent: 30px;
}
.panel-search-filter select[name="selectClient"] {
    text-indent: 45px;
}
.panel-search-filter select[name="selectHospital"] {
    text-indent: 50px;
}

/*
----------------------------------------------------------------------------------------------------------
05 Typography
----------------------------------------------------------------------------------------------------------
*/

/* font family */
@font-face {
    font-family: 'effra_lightregular';
    src: url('../font/effralight-regular-webfont.eot');
    src: url('../font/effralight-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/effralight-regular-webfont.woff') format('woff'),
         url('../font/effralight-regular-webfont.ttf') format('truetype'),
         url('../font/effralight-regular-webfont.svg#effra_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'effra_lightitalic';
    src: url('../font/effralight-italic-webfont.eot');
    src: url('../font/effralight-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/effralight-italic-webfont.woff') format('woff'),
         url('../font/effralight-italic-webfont.ttf') format('truetype'),
         url('../font/effralight-italic-webfont.svg#effra_lightitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'effraregular';
    src: url('../font/effra-regular-webfont.eot');
    src: url('../font/effra-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/effra-regular-webfont.woff') format('woff'),
         url('../font/effra-regular-webfont.ttf') format('truetype'),
         url('../font/effra-regular-webfont.svg#effraregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'effraitalic';
    src: url('../font/effra-italic-webfont.eot');
    src: url('../font/effra-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/effra-italic-webfont.woff') format('woff'),
         url('../font/effra-italic-webfont.ttf') format('truetype'),
         url('../font/effra-italic-webfont.svg#effraitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'effrabold';
    src: url('../font/effra-bold-webfont.eot');
    src: url('../font/effra-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/effra-bold-webfont.woff') format('woff'),
         url('../font/effra-bold-webfont.ttf') format('truetype'),
         url('../font/effra-bold-webfont.svg#effrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'effrabold_italic';
    src: url('../font/effra-bolditalic-webfont.eot');
    src: url('../font/effra-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/effra-bolditalic-webfont.woff') format('woff'),
         url('../font/effra-bolditalic-webfont.ttf') format('truetype'),
         url('../font/effra-bolditalic-webfont.svg#effrabold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'effra_mediumregular';
    src: url('../font/efframedium-regular-webfont.eot');
    src: url('../font/efframedium-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/efframedium-regular-webfont.woff') format('woff'),
         url('../font/efframedium-regular-webfont.ttf') format('truetype'),
         url('../font/efframedium-regular-webfont.svg#effra_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'effra_mediumitalic';
    src: url('../font/efframedium-italic-webfont.eot');
    src: url('../font/efframedium-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/efframedium-italic-webfont.woff') format('woff'),
         url('../font/efframedium-italic-webfont.ttf') format('truetype'),
         url('../font/efframedium-italic-webfont.svg#effra_mediumitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'effra_heavyregular';
    src: url('../font/effraheavy-regular-webfont.eot');
    src: url('../font/effraheavy-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/effraheavy-regular-webfont.woff') format('woff'),
         url('../font/effraheavy-regular-webfont.ttf') format('truetype'),
         url('../font/effraheavy-regular-webfont.svg#effra_heavyregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'effra_heavyitalic';
    src: url('../font/effraheavy-italic-webfont.eot');
    src: url('../font/effraheavy-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/effraheavy-italic-webfont.woff') format('woff'),
         url('../font/effraheavy-italic-webfont.ttf') format('truetype'),
         url('../font/effraheavy-italic-webfont.svg#effra_heavyitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

body,
html {
    color: inherit;
    font-family: 'effraregular';
    font-size: 13px;
    color: #676a6c;
}

strong {
    font-family: 'effrabold';
    font-weight: normal;
}

/* button */
.btn-lg {
    font-family: 'effra_mediumregular';
    font-size: 22px;
    color: #fff;
}
.btn-default.btn-lg {
    color: #fff;
}
.btn-xs,
.btn-group-xs > .btn {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.85;
}

/* sidebar */
.nav-sidebar .nav-link {
    color: #fff;
    font-size: 13px;
    line-height: 49px;
    text-align: center;
    width: 64px;
}
.wrapper.toggled .nav-sidebar .nav-link .fa {
    font-size: 13px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sidebar .nav-link .fa {
    font-size: 16px;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sidebar .dropdown-submenu>.dropdown-menu>li>a {
    color: #fff;
    font-size: 13px;
    line-height: 49px;
}

.widget-ctrls .button-icon {
    text-align: center;
    color: #c4c4c4;
}

/* panel */
.panel-title {
    font-family: 'effra_mediumregular';
    font-size: 14px;
    color: #676a6c;
}

.form-control{
    color: #676a6c;
}


/*
----------------------------------------------------------------------------------------------------------
06 Pages
----------------------------------------------------------------------------------------------------------
*/

/* login */
/* background setup */
object {
    display: none;
}
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 70%;
    /* ie8- graceful degradation */
    background-position:50% 70%\9 !important;
}
.fullscreen,
.content-a {
    width:100%;
    min-height:100%;
}
.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
    height:100%;
    overflow:hidden;
}
.content-a {
    display:table;
}
.content-b {
    display:table-cell;
    position:relative;
    vertical-align:middle;
    text-align:center;
}
.gradient-login {
    width: 100%;
    height: 100%;
    background: url(../img/gradient-bg.png) center bottom repeat-x;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
}
.gradient-login:after {
    opacity: 0.1;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    background: url(../img/bg-pattern.png);
}
.form-signin {
    position: absolute;
    z-index: 4;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: -230px auto 0 auto;
    width: 330px;
    height: 460px;
    padding: 15px;
}
.form-signin h1 {
    font-family: 'effra_mediumregular';
    font-weight: normal;
    text-align: center;
    font-size: 30px;
    line-height: 25px;
    color: #fff;
}
.form-signin h1 > small {
    font-family: 'effra_lightregular';
    color: #fff;
}
.form-signin .form-signin-heading:hover {
    background-color: #61b0e9;
    border-color: #3A74A6;
}
.form-signin .form-control {
    border-radius: 0;
    font-family: 'effraregular';
    font-size: 16px;
}
.form-signin  .form-signin-body {
    margin: 5px 0;
}

/* top 50 materiais */
.table-top-mat .colCodRef {
    width: 80px !important;
}
.panel-top-50 .dataTables_wrapper .dataTables_filter,
.panel-uf-at .dataTables_wrapper .dataTables_filter {
    float: left;
}
.graph-switch {
    margin-bottom: 1.5em;
}

/* relatorio medico procedimento */
.panel-rel-med-proc .dataTables_wrapper .dataTables_filte {
    float: right;
}

/* relatorio medico cliente */
.panel-uf-at .graph-map {
    margin-top: 3.2em;
}


/*
----------------------------------------------------------------------------------------------------------
07 Queries
----------------------------------------------------------------------------------------------------------
*/

@media screen and (max-width: 340px){
    .form-signin {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        padding: 15px;
    }
}

@media screen and (min-height: 100px) {
        .content{
            padding-top: 75px;
        }
        .sidebar {
            top: 55px;
        }
        .nav-header {
            position: fixed;
            top: 0;
            z-index: 4;
            width: 100%;
        }
}

@media (min-width: 767px) {
    .navbar-collapse {
        display: none;
    }
    .nav-hide-desk {
        display: none;
    }
}
@media (max-width: 767px) {
    .nav-hide-collapse{
        display: none;
    }
    .sidebar {
        display: none;
    }
    .navbar-header {
        display: block;
    }
    .nav-hide-desk {
        display: block;
    }
    .content {
        padding: 75px 15px 0 15px;
    }
    .panel-search-filter .form-group label {
        position: inherit;
        font-family: 'effra_mediumregular';
        font-weight: normal;
        color: inherit;
    }
    .panel-search-filter .form-group .form-control{
        font-weight: 700;
        font-family: 'effraregular';
        font-size: 13px;
    }
    .panel-search-filter input[name="paciente"] {
        text-indent: 0;
    }
    .panel-search-filter input[name="medico"] {
        text-indent: 0;
    }
    .panel-search-filter input[name="procedimento"] {
        text-indent: 0;
    }
    .panel-search-filter input[name="numeroPedido"] {
        text-indent: 0;
    }
    .panel-search-filter input[name="numeroCotacao"] {
        text-indent: 0;
    }
    .panel-search-filter input[name="crm"] {
        text-indent: 0;
    }
    .panel-search-filter select[name="selectClient"] {
        text-indent: 0;
    }
    .panel-search-filter select[name="selectHospital"] {
        text-indent: 0;
    }
}

/* print */
body.DTTT_Print {
    background-color: #fff;
}
body.DTTT_Print .row {
    margin-left:0;
    margin-right:0;
}
.col-xs-1,
body.DTTT_Print .col-sm-1,
body.DTTT_Print .col-md-1,
body.DTTT_Print .col-lg-1,
body.DTTT_Print .col-xs-2,
body.DTTT_Print .col-sm-2,
body.DTTT_Print .col-md-2,
body.DTTT_Print .col-lg-2,
body.DTTT_Print .col-xs-3,
body.DTTT_Print .col-sm-3,
body.DTTT_Print .col-md-3,
body.DTTT_Print .col-lg-3,
body.DTTT_Print .col-xs-4,
body.DTTT_Print .col-sm-4,
body.DTTT_Print .col-md-4,
body.DTTT_Print .col-lg-4,
body.DTTT_Print .col-xs-5,
body.DTTT_Print .col-sm-5,
body.DTTT_Print .col-md-5,
body.DTTT_Print .col-lg-5,
body.DTTT_Print .col-xs-6,
body.DTTT_Print .col-sm-6,
body.DTTT_Print .col-md-6,
body.DTTT_Print .col-lg-6,
body.DTTT_Print .col-xs-7,
body.DTTT_Print .col-sm-7,
body.DTTT_Print .col-md-7,
body.DTTT_Print .col-lg-7,
body.DTTT_Print .col-xs-8,
body.DTTT_Print .col-sm-8,
body.DTTT_Print .col-md-8,
body.DTTT_Print .col-lg-8,
body.DTTT_Print .col-xs-9,
body.DTTT_Print .col-sm-9,
body.DTTT_Print .col-md-9,
body.DTTT_Print .col-lg-9,
body.DTTT_Print .col-xs-10,
body.DTTT_Print .col-sm-10,
body.DTTT_Print .col-md-10,
body.DTTT_Print .col-lg-10,
body.DTTT_Print .col-xs-11,
body.DTTT_Print .col-sm-11,
body.DTTT_Print .col-md-11,
body.DTTT_Print .col-lg-11,
body.DTTT_Print .col-xs-12,
body.DTTT_Print .col-sm-12,
body.DTTT_Print .col-md-12,
body.DTTT_Print .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}
body.DTTT_Print .content {
    padding: 0;
    background-color: #fff;
}
body.DTTT_Print .panel-body {
    padding: 0px;
}
body.DTTT_Print .table-responsive {
    overflow: inherit;
}
body.DTTT_Print table.dataTable{
    white-space: normal;
}
body.DTTT_Print .col-lg-7 {
    width: 100%;
}
body.DTTT_Print .fullscreen {
    position: inherit;
}
body.DTTT_Print .DTTT_PrintMessage {
    position: relative;
    top: 0;
    left: 0;
    z-index: 999;
}

.clickable-row {
    cursor: pointer;
}
