/* Geral */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	line-height: 1.5;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../fonts/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
a:focus {
	outline: none;
}

body {
	background-image: url("../images/body_noise.png");
}

fieldset {
    border: 0;
}
 
input.button-add {
    background-image: url(../images/support_32x32.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    border: 1;           /* assuming we don't want any borders */
	border-radius: 4px;
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 32px;           /* make this the size of your image */
    padding-left: 32px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
} 
p {
	white-space: pre-wrap;
 }
 
#filtersubmit {
  position: relative;
  z-index: 1;
  left: -25px;
  top: 1px;
  color: #7B7B7B;
  cursor: pointer;
  width: 0;
}

.bd-example {
    position: relative;
    padding: 1rem;
    margin: 1rem -1rem;
    border: solid #f7f7f9;
    border-width: .2rem 0 0;
    line-height: inherit;
}

.btn {
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn1 {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-account {
	width: 35px;
	height: 35px;
    background-image: url(../images/account_32x32.png); /* 16px x 16px */
    background-image: url(../images/account_32x32.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 1px 0px;  /* equivalent to 'top left' */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    padding-left: 32px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}

.btn-account1 {
	width: 35px;
	height: 35px;
    background-image: url(../images/money_24x24.png); 
    background-color: white; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 4px 4px;  /* equivalent to 'top left' */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */

    vertical-align: middle; /* align the text vertically centered */
}

.btn-arrow-down {
	width: 25px;
	height: 25px;
    background-image: url(../images/arrow-down_16x16.png); /* 16px x 16px */
    background-image: url(../images/arrow-down_16x16.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 5px 4px;  /* equivalent to 'left top' */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    padding-left: 16px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}

.btn-back {
	width: 35px;
	height: 35px;
    background-image: url(../images/back-arrow_32x32.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 1px 0px;  /* equivalent to 'top left' */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    padding-left: 32px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}

.btn-back1 {
	width: 35px;
	height: 35px;
    background-image: url(../images/back.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 4px 4px;  /* equivalent to 'top left' */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    vertical-align: middle; /* align the text vertically centered */
}

.btn-calendar {
	width: 35px;
	height: 35px;	
    background-image: url(../images/calendar_32x32.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px 1px;
    cursor: pointer;
    vertical-align: middle;	
}

.btn-contract {
	width: 35px;
	height: 35px;
    background-image: url(../images/contract_32x32.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 2px 1px;  /* equivalent to 'top left' */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    padding-left: 32px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
	horizontal-align: middle; /* align the text vertically centered */
}

.btn-contract1 {
	width: 35px;
	height: 35px;
    background-image: url(../images/contract_32x32.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 2px 1px;  /* equivalent to 'top left' */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    vertical-align: middle; /* align the text vertically centered */
	horizontal-align: middle; /* align the text vertically centered */
}

.btn-delete {
	width: 35px;
	height: 35px;
    background-image: url(../images/delete_32x32.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 2px 1px;  /* equivalent to 'top left' */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    padding-left: 32px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}

.btn-delete1 {
	width: 35px;
	height: 35px;
    background-image: url(../images/delete.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 4px 4px;  /* equivalent to 'top left' */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */

    vertical-align: middle; /* align the text vertically centered */
}

.btn-e-mail {
	width: 37px;
	height: 35px;
    background-image: url(../images/e-mail_32x32.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 1px 1px;  /* equivalent to 'top left' */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    padding-left: 32px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}

.btn-excel {
	width: 35px;
	height: 35px;	
    background-image: url(../images/excel_24x24.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 4px 4px;
    cursor: pointer;
    vertical-align: middle;	
}

.btn-inbox {
	width: 37px;
	height: 35px;
    background-image: url(../images/inbox_32x32.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 1px 1px;  /* equivalent to 'top left' */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    padding-left: 32px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}

.btn-new {
	width: 37px;
	height: 35px;
    background-image: url(../images/new-user_32x32.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 1px 1px;
    cursor: pointer;
    padding-left: 32px;
    vertical-align: middle;
}

.btn-new1 {
	width: 35px;
	height: 35px;	
    background-image: url(../images/new-user_32x32.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 1px 1px;
    cursor: pointer;
    vertical-align: middle;	
}

.btn-new2 {
	width: 35px;
	height: 35px;
    background-image: url(../images/new-user_24x24.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 4px 4px;  /* equivalent to 'top left' */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */

    vertical-align: middle; /* align the text vertically centered */
}

.btn-refresh {
	width: 25px;
	height: 25px;
    background-image: url(../images/refresh_16x16.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 3px 3px;  /* equivalent to 'top left' */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    padding-left: 16px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
	horizontal-align: middle; /* align the text vertically centered */
}

.btn-save {
	width: 35px;
	height: 35px;
    background-image: url(../images/save_32x32.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 2px 2px;  /* equivalent to 'top left' */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    padding-left: 32px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
	horizontal-align: middle; /* align the text vertically centered */
}

.btn-save1 {
	width: 35px;
	height: 35px;
    background-image: url(../images/save.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 4px 4px;  /* equivalent to 'top left' */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    vertical-align: middle; /* align the text vertically centered */
	horizontal-align: middle; /* align the text vertically centered */
}

.btn-search {
	width: 35px;
	height: 35px;
    background-image: url(../images/search_black_24dp.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 3px 3px;  /* equivalent to 'top left' */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
	/*padding-left: 32px; */    /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
	horizontal-align: middle; /* align the text vertically centered */
}

.btn-secondary {
    color: #ccc;
    background-color: #fff;
    border-color: #ccc;
}	

.btn-send {
	width: 37px;
	height: 35px;
    background-image: url(../images/send_32x32.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 1px 1px;  /* equivalent to 'top left' */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    padding-left: 32px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}

.btn-support {
	width: 35px;
	height: 35px;
    background-image: url(../images/support_32x32.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 1px 0px;  /* equivalent to 'top left' */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    padding-left: 32px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}

.btn-tools {
	padding-left: 0.3em; 
	padding-top: 0.3em; 
	padding-bottom: 0.3em;
    background: repeat-x #f2f2f2;
    background-image: -webkit-linear-gradient(top,#F8F8F8 0,#ECECEC 100%);
    background-image: -o-linear-gradient(top,#F8F8F8 0,#ECECEC 100%);
    background-image: linear-gradient(to bottom,#F8F8F8 0,#ECECEC 100%);	
}

.btn-trash {
	width: 35px;
	height: 35px;
    background-image: url(../images/trash.png);
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    padding-left: 32px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}

.btn-upload {
	width: 35px;
	height: 35px;
    background-image: url(../images/upload.png);
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 1px 0px;  /* equivalent to 'top left' */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    padding-left: 32px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}

.btn-upload1 {
	width: 35px;
	height: 35px;
    background-image: url(../images/upload_24x24.png); 
    background-color: white; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 4px 4px;  /* equivalent to 'top left' */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */

    vertical-align: middle; /* align the text vertically centered */
}

/* degrade bordo */
.degradeBordo {
	height:auto;
	padding: 40px 0;
	color:#fff;
	font-size:20px;
	text-align:center;
	border-radius:4px;
	border:1px solid #980021;
	box-shadow: inset 0 2px 3px 0 rgba(255,255,255,.3), inset 0 -3px 6px 0 rgba(0,0,0,.2), 0 3px 2px 0 rgba(0,0,0,.2);
	background-image: linear-gradient(to bottom, #cf2b4f, #980021 130%);
}

.linha-vertical-left {
	border-left-width: 2px;	
	border-left-style: groove;
   /* border-image: -webkit-linear-gradient(top, #fff 110%, #B5D5FF 130%) 1 repeat;*/
	/*border-left-color: #980021;*/
 }
 
.listarTitulo {
	/*font-family:Tahoma, Verdana, Arial;*/
	font-family: 'Open Sans';
	font-size:16px;
	/*background: #828282;*/
    background: #5090C1;
    border-color: #5090C1;
	color:#FDFDFD;
	text-decoration:none;
	font-weight: bold;
	text-indent: 4px;
	height:30px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing:0.2em;	
	text-align: center;
}

.listarTitulo1 {
    background: repeat-x #f2f2f2;
    background-image: -webkit-linear-gradient(top,#F8F8F8 0,#ECECEC 100%);
    background-image: -o-linear-gradient(top,#F8F8F8 0,#ECECEC 100%);
    background-image: linear-gradient(to bottom,#F8F8F8 0,#ECECEC 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);
	font-family: 'Open Sans';
	font-size:13px;
	color:#23527c;
	font-weight:bold;
	text-decoration:none;
	font-weight: bold;
	text-indent: 4px;
	height:30px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing:0.2em;	
	text-align: center;
	border: 1px solid #B6B6B6; 
}

.listarTitulo2 {
	color:#23527c;
	font-weight:bold;
	text-decoration:none;
	font-weight: bold;
	text-indent: 4px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing:0.2em;	
	text-align: center;
}

.listarCabecalho {
    background: repeat-x #f2f2f2;
    background-image: -webkit-linear-gradient(top,#F8F8F8 0,#ECECEC 100%);
    background-image: -o-linear-gradient(top,#F8F8F8 0,#ECECEC 100%);
    background-image: linear-gradient(to bottom,#F8F8F8 0,#ECECEC 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);
	font-family: 'Open Sans';
	font-size:13px;
	color:#23527c;
	font-weight:bold;
}

input.ui-button.small-button {
	padding-top: 3px;
	font-size: 1.1em !important;
	height: 25px !important;
}

input.ui-button.small-button1 {
	padding-top: 3px;
	font-size: 1.1em !important;
	height: 24px !important;
}

.form-wrapper {
    -webkit-border-radius: 4px;
            border-radius: 4px;
    padding: 6px;
    position: relative;position: relative;
    width: 300px;
}

.form-wrapper input {
    top: 2px;
    bottom: 2px;
}

.form-wrapper input[type="text"] {
    border: none; /* tcharam! */ 
    left: 2px;
    outline: 0;

}

.form-wrapper input[type="submit"] {
    right: 2px;
    width: 90px;
}

.colunaGrid {
	border: 1px solid #ccc;
}
.colunaGridLeft {
	border: 1px solid #ccc;
	padding-left: 1px;
	text-align: left;
}
.colunaGridCenter {
	border: 1px solid #ccc;
	text-align: center;
}
.colunaGridRight{
	border: 1px solid #ccc;
	padding-right: 5px;
	text-align: right;
}
.colunaTitle {
	border: 1px solid #ccc;	/*padding-left: 0.3em;*/
	text-align: center;
}

TR.zebraA {	
	font-family: 'Open Sans';
	font-size:13px;
	background: #E3E3E3;
	text-decoration:none;
	font-weight: normal;
	text-indent: 4px;
	height:20px;	
}
TR.zebraB {
	font-family: 'Open Sans';
	font-size:13px;
	background: #edf3f4; 
	text-decoration:none;
	font-weight: normal;
	text-indent: 4px;
	height:20px;
}

TR.grid {
	font-family: 'Open Sans';
	font-size:13px;
	text-decoration:none;
	font-weight: normal;
	text-indent: 4px;
	height:20px;
}
TR:hover.grid {
	background-color:#0074a2;
	color: white !important;
	cursor:pointer;
}

TR:hover.zebraA, TR:hover.zebraB {
	background-color:#0074a2;
	color: white;
	cursor:pointer;
}

tr:nth-child(even).zebra{
	font-family: 'Open Sans';
	font-size:13px;
	background: #E3E3E3;
	text-decoration:none;
	font-weight: normal;
	text-indent: 4px;
	height:20px;
}

tr:nth-child(odd).zebra{
	font-family: 'Open Sans';
	font-size:13px;
	background: #edf3f4; 
	text-decoration:none;
	font-weight: normal;
	text-indent: 4px;
	height:20px;
}

TR:hover:nth-child(odd).zebra, TR:hover:nth-child(even).zebra {
	background-color:#0074a2;
	color: white !important;
	cursor:pointer;
}

tr:nth-child(even).zebra1{
	font-family: 'Open Sans';
	font-size:13px;
	background: #E3E3E3;
	text-decoration:none;
	font-weight: normal;
	text-indent: 4px;
	height:20px;	
	/*color: white !important;*/
}

tr:nth-child(odd).zebra1{
	font-family: 'Open Sans';
	font-size:13px;
	background: #edf3f4; 
	text-decoration:none;
	font-weight: normal;
	text-indent: 4px;
	height:20px;
	/*color: white !important;*/
}

TR:hover:nth-child(odd).zebra1, TR:hover:nth-child(even).zebra1 {
	/*background-color:#0074a2;*/
	font-weight:bold;
	color: black !important;
	cursor:pointer;
}
.window {
	display:none;
	position:absolute;
	left:0;
	top:0;
	background:#FFF;
	z-index:9900;
	padding:10px;
	border-radius:10px;
}

#mascara {
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background-color:#000;
	display:none;
}

#divFlutuante{
    display:none;
    position:fixed;
    top:50%;
    left:50%;
    margin-left:-150px;
    margin-top:-100px;
    padding:10px;
    width:300px;
    height:200px;
    border:1px solid #d0d0d0;
}

#filter {
	padding-left: 0.3em; 
	padding: 0.1em;
}

.cabecalho {
	float:Left;
	margin-top: 0.3em !important;
	margin-bottom: 0.1em !important;
	/*border: 1px solid #000;*/
}

.cabecalho1 {
	/*float: none !important;*/
	/*padding-right: 1em;*/
	margin-bottom: 0 !important;
	/*border: 1px solid #000;*/
	text-align: center;
    vertical-align:middle;
    display:table-cell;
	font-family: 'Open Sans';
	font-size: 12px !important;
	text-decoration:none;
	font-weight: normal;
	/*border: 1px solid #d0d0d0;*/
}

.divcenter {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

CSS

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.currently-loading {
    /*opacity:0.45;
    -moz-opacity:0.45;
    filter:alpha(opacity=45);*/
    background-image: url("../images/spinner.gif");
    background-repeat: no-repeat;
    position:absolute;
    height:48px;
    width:48px;
    z-index:10;
}

.thumb-image{
 float:left;width:300px;
 position:relative;
 padding:5px;
}

.text { display:block; width:200px; height:100px; position:absolute; font-weight:bold; z-index:20;}

.campo {
    margin-bottom: 1em;
}
 
.campo label {
    margin-bottom: 0.2em;
    color: #666;
    display: block;	
}

.campo input[type="text"],
.campo input[type="number"],
.campo input[type="email"],
.campo input[type="url"],
.campo input[type="tel"] {
	padding-left: 0.3em;
    padding: 0.1em;
    border: 1px solid  #cccccc;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    display: block;		
}

.campo select,
.campo textarea {
    padding: 0.1em;
    border: 1px solid  #cccccc;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    display: block;	
}
 
.campo select option {
    padding-right: 1em;
}
 
.campo input:focus, .campo select:focus, .campo textarea:focus {
    background: #FFC;
}

.valor {
	text-align:right;
 }
.campo label.checkbox {
    color: #000;
    display: inline-block;
    margin-right: 1em;
}

fieldset.grupo .campo:not(.cabecalho1) {
    float:  left;
    margin-right: 1em;
}

/*fieldset.groupBox {
    margin: 8px;
    border: 1px solid silver;
    padding: 8px;    
    border-radius: 4px;	
}
legend {
    padding: 2px;
	list-style: none; 
	font-family: 'Open Sans';
	font-size:13px;
	color:#23527c;
	font-weight:bold;
	text-decoration:none;
	font-weight: bold;
	text-indent: 4px;    
	width: 10em;
}*/

fieldset.scheduler-border {
    border: 1px solid silver !important;
    padding: 0 1.4em 0 0.9em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
	border-radius: 4px;	
}

legend.scheduler-border {
	font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
	margin-bottom: 0;
}

.grupo:before, .grupo:after {
    content: " ";
    display: table;
}
 
.grupo:after {
    clear: both;
}

/* basic positioning */
.legend { 
	list-style: none; 
	font-family: 'Open Sans';
	font-size:13px;
	color:#23527c;
	font-weight:bold;
	text-decoration:none;
	font-weight: bold;
	text-indent: 4px;
}
.legend li { float: left; margin-right: 10px; }
.legend span { border: 1px solid #ccc; float: left; width: 12px; height: 13px; margin: 3px; }
/* your colors */
.legend .red { background-color: red; }
.legend .green { background-color: #0dec11; }
.legend .black { background-color: black; }
.legend .blue { background-color: blue; }
.legend .orange { background-color: orange; }

.legend .red1 { background-color: #ff6666; }
.legend .green1 { background-color: #b3ffb3; }
.legend .chocolate { background-color: #D2691E; }
.legend .wheat { background-color:#F5DEB3; }
.legend .blue1 { background-color: #b3b3ff; }
.legend .yellow1 { background-color: #ffff66; }
.legend .pink { background-color: #FFC0CB; }
.legend .turquoise { background-color: #48D1CC; }

/* --- */
.legend1 { 
	list-style: none; 
	font-family: 'Open Sans';
	font-size:13px;	
}


.legend1 span { border: 1px solid #ccc; float: left; width: 12px; height: 13px; margin: 3px; }
/* your colors */
.legend1 .red { background-color: red; }
.legend1 .green { background-color: #0dec11; }
.legend1 .black { background-color: black; }
.legend1 .blue { background-color: blue; }
.legend1 .orange { background-color: orange; }

.legend1 .red1 { background-color: #ff6666; }
.legend1 .green1 { background-color: #b3ffb3; }
.legend1 .blue1 { background-color: #b3b3ff; }
.legend1 .yellow1 { background-color: #ffff66; }
.legend1 .pink { background-color: #FFC0CB; }
.legend1 .turquoise { background-color: #48D1CC; }


.red1 { background-color: #ff6666; }
.green1 { background-color: #b3ffb3; }
.chocolate { background-color: #D2691E; }
.wheat { background-color:#F5DEB3; }
.blue1 { background-color: #b3b3ff; }
.yellow1 { background-color: #ffff66; }
.pink { background-color: #FFC0CB; }
.turquoise { background-color: #48D1CC; }
.cinza { background-color: #c1c9c8; }

.rodape {
	list-style: none; 
	font-family: 'Open Sans';
	font-size:15px;
	color:#23527c;
	font-weight:bold;
	text-decoration:none;
	font-weight: bold;
}	

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}
.modalDialog1 {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog1:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog1 > div {
	position: absolute;
	/*margin: 10% auto;
	padding: 0px 0px 0px 0px;	*/
	top: 50%;
	left: 50%;	
	transform: translate(-50%, -50%);
	/*transform: translateY(-50%); */
}

.modalDialog2 {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog2:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog2 > div {
	position: absolute;
	/*margin: 10% auto;
	padding: 0px 0px 0px 0px;	*/
	top: 50%;
	/*left: 40%;*/	
	transform: translate(-50%, -50%);
	/*transform: translateY(-50%); */
}

.modalDialog3 {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog3:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog3 > div {
	position: absolute;
	/*margin: 10% auto;
	padding: 0px 0px 0px 0px;	*/
	top: 0%;
	left: 50%;	
	transform: translate(-50%, 0%);
	/*transform: translateY(-50%); */
}


.carregando {
	color:#666;
	display:none;
}
.fechar {
	display:block;
	text-align:right;
}
.content {
	margin: 0px;
	font-size: 13px;
}
.top-bar {
	color:#FFFFFF;
	position: relative;
	height: 43px;
	border-bottom: 1px solid #1c5380;
	border-bottom-color: rgba(4, 40, 71, .8);
	-webkit-box-shadow: 0 1px 0 rgba(111, 151, 182, .5)inset, 0 -1px 0 rgba(111, 151, 182, .2)inset, 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 0 rgba(111, 151, 182, .5)inset, 0 -1px 0 rgba(111, 151, 182, .2)inset, 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 0 rgba(111, 151, 182, .5)inset, 0 -1px 0 rgba(111, 151, 182, .2)inset, 0 1px 1px rgba(0, 0, 0, .2);
	background-color: rgba(81, 127, 164, 0);
	background-image: url(//d36xtkk24g8jdx.cloudfront.net/bluebar/ab9cf6a/images/shared/noise-1.png), -webkit-gradient(linear, left top, left bottom, from(#517fa4), to(#306088));
	background-image: url(//d36xtkk24g8jdx.cloudfront.net/bluebar/ab9cf6a/images/shared/noise-1.png), -webkit-linear-gradient(top, #517fa4, #306088);
	background-image: url(//d36xtkk24g8jdx.cloudfront.net/bluebar/ab9cf6a/images/shared/noise-1.png), -moz-linear-gradient(top, #517fa4, #306088);
	background-image: url(//d36xtkk24g8jdx.cloudfront.net/bluebar/ab9cf6a/images/shared/noise-1.png), -o-linear-gradient(top, #517fa4, #306088);
	background-image: url(//d36xtkk24g8jdx.cloudfront.net/bluebar/ab9cf6a/images/shared/noise-1.png), -ms-linear-gradient(top, #517fa4, #306088);
	background-image: url(//d36xtkk24g8jdx.cloudfront.net/bluebar/ab9cf6a/images/shared/noise-1.png), linear-gradient(top, #517fa4, #306088);
	background-position: 50% 50%;
	z-index: 100;
}

.lpDialog {
	font-family: 'Open Sans';
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
	background: #fdfdfd;
	border: 1px solid #a4baca;
	width: 400px;
}
.lpDialogHeader {
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	-webkit-box-shadow: 0 -1px 0 #06365f inset, 0 1px 0 rgba(255, 255, 255, .2)inset;
	-moz-box-shadow: 0 -1px 0 #06365f inset, 0 1px 0 rgba(255, 255, 255, .2)inset;
	box-shadow: 0 -1px 0 #06365f inset, 0 1px 0 rgba(255, 255, 255, .2)inset;
	background-color: #517fa4;
	background-image: url(../images/noise-1.png), -webkit-gradient(linear, left top, left bottom, from(#517fa4), to(#306088));
	background-image: url(../images/noise-1.png), -webkit-linear-gradient(top, #517fa4, #306088);
	background-image: url(../images/noise-1.png), -moz-linear-gradient(top, #517fa4, #306088);
	background-image: url(../images/noise-1.png), -o-linear-gradient(top, #517fa4, #306088);
	background-image: url(../images/noise-1.png), -ms-linear-gradient(top, #517fa4, #306088);
	background-image: url(../images/noise-1.png), linear-gradient(top, #517fa4, #306088);
	background-position: 50% 50%;
	border-width: 1px 1px 0;
	border-color: #1c5380;
	border-style: solid;
	color: #FFF;
	font-size: 18px;
	height: 44px;
	margin: -1px -1px 1px;
	position: relative;
	text-align: center;
}

.clearfix:after {
	content: '.';
	height: 0;
	font-size: 0;
	line-height: 0;
	display: block;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
/* Abas */
.tabs-content {
	background: #eee;
	/*font-family: sans-serif;*/
	font-family: 'Open Sans';
}
/* Menu das abas */
.tabs-menu {
	background: #0074a2;
}
.tabs-menu ul {
	list-style: none;
}
.tabs-menu ul li {
	float: left;
}
.tabs-menu ul li a {
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #fff;
}
.tabs-menu ul li a.active-tab-menu {
	background: #eee;
	color: #000;
}
/* Conteúdo das abas */
.tabs {
	display: none;
	padding: 3px;
	border: 1px solid gray;
}
.first-tab {
	display: block;
	height: 485px;
	padding-left: 0.5em;
	overflow: hidden;
}
.tab2 {
	height: 485px;
	padding-left: 0.5em;
}
.tab3 {
	height: 485px;
}
.tab4 {
	height: 485px;
}
.botao {
	position:relative;
	width:100%;
	background: #eee;
	padding: 5px;
	border: 1px solid gray;
	bottom:0px;
}
.botao1{
	position:top;
	width:100%;
	background: #eee;
	padding: 5px;
	border: 1px solid gray;
	bottom:0px;
}

#classModal {}

.modal-body {
  overflow-x: auto;
}

.modal1-body {
    position: relative;
    padding: 15px;
}

.grey {
    color: #777!important;
}
.fa-user:before {
    content: "\f007";
}
.space-10, [class*=vspace-10] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 10px 0 9px;
}
/* Reset CSS */
/**, *:after, *:before {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.5;
}*/
/* Fundo do menu */
.menu {
	background: #0074a2;
	box-sizing: border-box;	
}
/* Remove as bolinhas do lado das listas */
.menu .menu-list, .menu .sub-menu {
	list-style: none;
}
/* Configura todos os links do nosso menu */
.menu a {
	color: #fff;
	text-decoration: none;
	display: block;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	letter-spacing:0.2em;
}
/* Faz os <li>s ficarem na horizontal */
.menu > .menu-list > li {
	float: left;
	position: relative;
}
/* Configura os links do menu principal */
.menu > .menu-list > li > a {
	padding: 10px;
	margin: 0 5px;
	background: #0074a2;
}
/* Configura o fundo do menu principal quando com mouse hover */
.menu > .menu-list > li:hover a {
	color: #000;
	background: #eee;
}
/* Mostra o submenu no evento de mouse hover */
.menu > .menu-list > li:hover > .sub-menu {
	display: block;
}
/* Configura o estilo do submenu */
.menu > .menu-list > li > .sub-menu {
	position: absolute;
	top: 38px;
	left: 5px;
	background: blue;
	min-width: 200px;
	z-index: 1000;
	display: none;
	border: 1px solid #ccc;
	box-shadow: 5px 5px 10px #0076a3;
	-webkit-box-shadow: 5px 5px 10px #0076a3;
	-moz-box-shadow: 5px 5px 10px #0076a3;
}
/* Configura os links do submenu */
.menu > .menu-list > li > .sub-menu > li > a {
	padding: 10px 10px;
}
/* Clearfix para o menu */
.menu:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.loader {
  display:none; 
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid #3498db;
  width: 30px;
  height: 30px;
  -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); }
}


#circularG{
	position:relative;
	width:33px;
	height:33px;
	margin: auto;
}

.circularG{
	position:absolute;
	background-color:rgb(0,0,0);
	width:8px;
	height:8px;
	border-radius:5px;
		-o-border-radius:5px;
		-ms-border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
	animation-name:bounce_circularG;
		-o-animation-name:bounce_circularG;
		-ms-animation-name:bounce_circularG;
		-webkit-animation-name:bounce_circularG;
		-moz-animation-name:bounce_circularG;
	animation-duration:1.1s;
		-o-animation-duration:1.1s;
		-ms-animation-duration:1.1s;
		-webkit-animation-duration:1.1s;
		-moz-animation-duration:1.1s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#circularG_1{
	left:0;
	top:13px;
	animation-delay:0.41s;
		-o-animation-delay:0.41s;
		-ms-animation-delay:0.41s;
		-webkit-animation-delay:0.41s;
		-moz-animation-delay:0.41s;
}

#circularG_2{
	left:3px;
	top:3px;
	animation-delay:0.55s;
		-o-animation-delay:0.55s;
		-ms-animation-delay:0.55s;
		-webkit-animation-delay:0.55s;
		-moz-animation-delay:0.55s;
}

#circularG_3{
	top:0;
	left:13px;
	animation-delay:0.69s;
		-o-animation-delay:0.69s;
		-ms-animation-delay:0.69s;
		-webkit-animation-delay:0.69s;
		-moz-animation-delay:0.69s;
}

#circularG_4{
	right:3px;
	top:3px;
	animation-delay:0.83s;
		-o-animation-delay:0.83s;
		-ms-animation-delay:0.83s;
		-webkit-animation-delay:0.83s;
		-moz-animation-delay:0.83s;
}

#circularG_5{
	right:0;
	top:13px;
	animation-delay:0.97s;
		-o-animation-delay:0.97s;
		-ms-animation-delay:0.97s;
		-webkit-animation-delay:0.97s;
		-moz-animation-delay:0.97s;
}

#circularG_6{
	right:3px;
	bottom:3px;
	animation-delay:1.1s;
		-o-animation-delay:1.1s;
		-ms-animation-delay:1.1s;
		-webkit-animation-delay:1.1s;
		-moz-animation-delay:1.1s;
}

#circularG_7{
	left:13px;
	bottom:0;
	animation-delay:1.24s;
		-o-animation-delay:1.24s;
		-ms-animation-delay:1.24s;
		-webkit-animation-delay:1.24s;
		-moz-animation-delay:1.24s;
}

#circularG_8{
	left:3px;
	bottom:3px;
	animation-delay:1.38s;
		-o-animation-delay:1.38s;
		-ms-animation-delay:1.38s;
		-webkit-animation-delay:1.38s;
		-moz-animation-delay:1.38s;
}



@keyframes bounce_circularG{
	0%{
		transform:scale(1);
	}

	100%{
		transform:scale(.3);
	}
}

@-o-keyframes bounce_circularG{
	0%{
		-o-transform:scale(1);
	}

	100%{
		-o-transform:scale(.3);
	}
}

@-ms-keyframes bounce_circularG{
	0%{
		-ms-transform:scale(1);
	}

	100%{
		-ms-transform:scale(.3);
	}
}

@-webkit-keyframes bounce_circularG{
	0%{
		-webkit-transform:scale(1);
	}

	100%{
		-webkit-transform:scale(.3);
	}
}

@-moz-keyframes bounce_circularG{
	0%{
		-moz-transform:scale(1);
	}

	100%{
		-moz-transform:scale(.3);
	}
}

/*-------------------------------*/
/* barra de menu principal */
.navbar-default {
   background: #0074a2;
   border: 1px solid #89B0D0;
}

/* elemento que tem o nome "MeuSite" */
.navbar-default .navbar-brand {
   color: #fff;
}

/* item de menu quando tiver selecionado */
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
   color: #fff;
   background-color: #F5F5F5;
}

/* item de menu */
.navbar-default .navbar-nav>li>a {
   color: #fff;
}

/* mouse over no item de menu */
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
   color: #0C2C4C;
   background-color: transparent;
}

/* item de menu dropdown quando tiver aberto */
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
   color: #5387AD;
   background-color: #FFFFFF;
}

/*ul.nav li.dropdown:hover ul.dropdown-menu
{ 
    display: block; 
}*/


/* ---------------------------*/
.page-content{
	background-color:#FFF;
	position:relative;
	margin:0;
	padding:8px 20px 24px;
	font-size: 13px;
}
.row {
    margin-left: -12px;
    margin-right: -12px;
}
.page-content>.row .col-xs-12 {
    float: left;
    max-width: 100%;
}

.col-xs-12 {
    width: 100%;
}

/* tables */
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	/*background-color: #e6EEEE;*/
}
table.tablesorter thead tr .header {
	/*background-image: url(bg.gif);*/
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody tr.odd td {
	/*background-color:#F0F0F6;*/
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
/*background-color: #8dbdd8;*/
}

/* Sortable tables */
table.sortable thead {
    /*background-color:#eee;
    color:#666666;
    font-weight: bold;*/
    cursor: default;
}


.custom-menu {
    display: none;
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    border: 1px solid #CCC;
    white-space: nowrap;
    font-family: sans-serif;
    background: #FFF;
    color: #333;
    border-radius: 5px;
    padding: 0;
}

/* Each of the items in the list */
.custom-menu li {
    padding: 8px 12px;
    cursor: pointer;
    list-style-type: none;
    transition: all .3s ease;
    user-select: none;
}

.custom-menu li:hover {
    background-color: #428bca;
    color:#fff;text-decoration:none;
}

.tableFixHead {
  overflow-y: auto;  
}

.tableFixHead table {
  border-collapse: collapse;
  width: 100%;
}

.tableFixHead th,
.tableFixHead td {

}

.tableFixHead th {
  position: sticky;
  top: 0;
  background: #eee;
  height: 10px;
}

/*.dropbtn {
    color: white;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {

}

    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}

.dropdown {
    float: right;
    position: relative;
    display: inline-block;
    
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    right: 0;
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #f1f1f1}

.show {display:block;}*/

.loader1 {
 font-size: 10px;
  margin: 30px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #000000;
  background: -moz-linear-gradient(left, #000000 10%, rgba(0,0,0, 0) 42%);
  background: -webkit-linear-gradient(left, #000000 10%, rgba(0,0,0, 0) 42%);
  background: -o-linear-gradient(left, #000000 10%, rgba(0,0,0, 0) 42%);
  background: -ms-linear-gradient(left, #000000 10%, rgba(0,0,0, 0) 42%);
  background: linear-gradient(to right, #000000 10%, rgba(0,0,0, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader1:before {
  width: 50%;
  height: 50%;
  background: #000000;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader1:after {
  background: #ffffff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loader2 {
 font-size: 10px;
  margin: 30px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(0,0,0, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(0,0,0, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(0,0,0, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(0,0,0, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(0,0,0, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader2:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  opacity:1;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader2:after {
  background: #000000;
  opacity:1;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.dot {
  width: 24px;
  height: 24px;
  background: #3ac;
  border-radius: 100%;
  display: inline-block;
  animation: slide 1s infinite;
}
.dot:nth-child(1) {
  animation-delay: 0.1s;
  background: #32aacc;
}
.dot:nth-child(2) {
  animation-delay: 0.2s;
  background: #64aacc;
}
.dot:nth-child(3) {
  animation-delay: 0.3s;
  background: #96aacc;
}
.dot:nth-child(4) {
  animation-delay: 0.4s;
  background: #c8aacc;
}
.dot:nth-child(5) {
  animation-delay: 0.5s;
  background: #faaacc;
}
@-moz-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}

.sombra {
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background: #fff;
	padding: 30px;
	width: 90%;
	max-width: 450px;
	position: relative;
	padding: 0px;
	-webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
	box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
	text-align: center;
}
