body {
    padding-top: 70px;
    padding-bottom: 20px;
    font-family: "Colibri", "Comic Sans", "Verdana";
    font-size: 12px;
}

/* GridView Pagination 
-------------------------------------------------- */

.gv-pagination {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
 
.gv-pagination table > tbody > tr > td {
    display: inline;
}
 
.gv-pagination table > tbody > tr > td > a,
.gv-pagination table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #0000ff; /* #dd4814;*/
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
 
.gv-pagination table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}
 
.gv-pagination table > tbody > tr > td:first-child > a,
.gv-pagination table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
 
.gv-pagination table > tbody > tr > td:last-child > a,
.gv-pagination table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
 
.gv-pagination table > tbody > tr > td > a:hover,
.gv-pagination table > tbody > tr > td > span:hover,
.gv-pagination table > tbody > tr > td > a:focus,
.gv-pagination table > tbody > tr > td > span:focus {
    color: #000080;  /*#97310e;*/
    background-color: #eeeeee;
    border-color: #dddddd;
}

/* GridView Header
-------------------------------------------------- */
.gv-header-text-center {
    text-align: center;    
}
.gv-header-text-left {
    text-align: left;
}

.gv-header {
    padding: 4px;
    color: black;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    height: 25px;
}
.gv-footer {
    padding: 4px;
    color: black;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
}

.gv-header-0 {
    /*border: 0.5px solid black;*/
    background: #1abc9c;
}
.gv-header-1, .gv-footer-1 {
    background: #55b2fd;
}
.gv-header-2, .gv-footer-2 {
    background: #85c080;
}
.gv-header-3, .gv-footer-3 {
    background: #fda155;
}
.gv-header-4, .gv-footer-4 {
    background: #fda155;
}
.gv-header-5, .gv-footer-5 {
    background: #8c55fd;
}
.gv-header-6, .gv-footer-6 {
    background: #c9c9c9;
}

table.gv-report {
    border: 1px solid #dfdedf;
    /*    padding: 10px;*/
    /*    border-spacing: 0;*/
    /*    margin: 10px;*/
}

.table-report-header {
    padding: 4px;
    color: black;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    height: 25px;
}

.table-report table > tr {
    padding-top: 0;
    padding-bottom: 0;
    width:100%;
}
/*tr.table-row-nospace {
    border-spacing: 0em;
}*/
table tr.report-line-0 {
    border-bottom: 1px solid #dfdedf;
    margin-bottom: 1px;
}
table tr.report-line-1 {
    border-bottom: 2px solid white;
    margin-bottom: 2px;
}
table tr.report-line-2 {
    border-bottom: 4px solid white;
    margin-bottom: 4px;
}

/*table tr > th.report-line {
    border-bottom: 2px solid white;
    margin-bottom: 2px;
}*/
/*table tr > th.table-row-nospace {
    border-spacing: 0;
    margin-bottom: 0;
}*/
/*table tr.table-row-nospace {
    border-spacing: 0;
    margin-bottom: 0;
}
*/
/* Customs 
-------------------------------------------------- */
/*.alert {
    display: block;
}*/
.disabled {
    pointer-events: none;
    cursor: default;
}

a,
button {
    cursor: pointer !important;
}


.checkbox {
    padding-left: 20px;
}


.uppercase
{
    text-transform: uppercase;
}

#background {
    background-image: url('/content/img/tratamento.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
}

.container-fluid {
  margin: 0 10px 0 10px;
}

.container-full {
  margin: 0 auto;
  width: 100%;
}

/*order status */
.st-priority {
    background-color: #fb203a;  /* #ff4500; */
    color: white;
    border-radius: 50px;
}
.st-primary {
    background-color: #73b4d9; /* #20b2aa; #3498db; */
    color: white;
    border-radius: 50px;
}
.st-second {
    background-color: #9177db; /* #aea79f; */
    color: white;
    border-radius: 50px;
}
.st-third {
    background-color: #e1a369;
    color: white;
    border-radius: 50px;
}


/* Loader styles
-------------------------------------------------- */
#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 100px;
    height: 100px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 70px;
    height: 70px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* Loading styles
-------------------------------------------------- */
#dvLoading {
    background: url(/content/img/loading.gif) no-repeat center center;
    height: 8px;
    width: 70px;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
}


/* Scroll Top style 
-------------------------------------------------- */
.scroll-top-wrapper {
    position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #777777;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}

/* Business Card style 
-------------------------------------------------- */
.business-card {
  border: 1px solid #cccccc;
  background: #f8f8f8;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.profile-img {
  height: 120px;
  background: white;
}
.job {
  color: #666666;
  font-size: 17px;
}
.mail {
  font-size: 16px;
 }

/* Validadator style 
-------------------------------------------------- */
.validator
{
    /*padding-left:10px;
    color:#B50128 !important;
    font-size:12px;
    font-family: Verdana, Tahoma, Arial;
    font-weight:bold;*/

    /*padding-left: 10px;
    color: Red !important;
    font-size: x-small;
    font-family: Verdana, Tahoma, Arial;
    font-weight: bold;*/

    padding: 1px 9px 2px;
    font-size: 12.025px;
    font-weight: bold;
    white-space: nowrap;
    color: #ffffff !important;;
    background-color: #b94a48;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

/* Button style 
-------------------------------------------------- */
.btn-settle {
    background-color: #3765Ea !important;
    border-color: #3765Ea !important;
    color: #fff !important;
}
    .btn-settle:hover,
    .btn-settle:active,
    .btn-settle:visited,
    .btn-settle:focus {
        background-color: #2558ea !important;
        border-color: #2558ea !important;
    }

.btn-search {
    background-color: #4b9596 !important;
    border-color: #4b9596 !important;
    color: #fff !important;
}

    .btn-search:hover,
    .btn-search:active,
    .btn-search:visited,
    .btn-search:focus {
        background-color: #099497 !important;
        border-color: #099497 !important;
    }

/* Status style 
-------------------------------------------------- */
.sf-open {
    background-color: #fde4a2;
    color: #000;
}

.sf-settled {
    background-color: #cdfDa2;
    color: #000;
}

.sf-reversed {
    background-color: #fdc2b8;
    color: #000;
}

.sf-cancel {
    background-color: #c8b6fb;
    color: #000;
}

.sf-default {
    background-color: #eae9e8;
    color: #000;
}

/* Block style 
-------------------------------------------------- */
.block {
    background-color: #fff;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: -0.625rem;
    /*for us 0.625rem == 10px padding-left: 0.625rem;*/
    padding-right: 0.625rem;
}

@media (max-width: 33.9em) {
    /*this is for our mobile layout where columns stack*/
    .block {
        margin-left: -0.625rem;
    }
}

.row [class^="col-"]:first-child > .block {
    /*this is so the first column has no margin so it will not be "indented" margin-left: -0.625rem;*/
}


/* teste */

.messagealert {
    width: 100%;
    position: fixed;
    /*top: 0px;*/
    z-index: 100000;
    padding: 0;
    font-size: 15px;
}
