/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>a:after {
  content: "\f0da";
  float: right;
  border: none;
  font-family: 'FontAwesome';
}

.dropdown-submenu>.dropdown-menu {
  top: 20;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}

/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/

body {
  background: #E6E6E6;
  min-height: 100vh;
}

code {
  color: #B06AB3;
  background: #fff;
  padding: 0.1rem 0.2rem;
  border-radius: 0.2rem;
}

footer {
	background-color: #FFFFFF;
	height: 6%;
}

@media (min-width: 991px) {
  .dropdown-menu {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}

.fa {
	color:black;
}

.top-buffer {
	margin-top:10px;
}

.btn-primary, .btn-primary:active, .btn-primary:visited {
	background-color: #352968 !important;
	border-color: #FFFFFF !important;
}

.btn-primary:hover {
	background-color: #7D74A5 !important;
	border-color: #FFFFFF !important;
}

.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none !important;
}

h3 {
	font-weight: normal;
}

table {
	background-color: white;
}

div.toolbar {
	float: right;
	margin-left:10px;
}

table#tableListagem.dataTable tbody tr:hover {
	background-color: #ffa;
	cursor: pointer;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 70%;
}

input:not(.ignoreUppercase) { 
    text-transform: uppercase;
}
::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}
::placeholder { /* Recent browsers */
    text-transform: none;
}

.form-row-margin {
	margin-top: -15px;
}

.form-control-margin {
	margin-top: -10px;
}

.div-selectpicker-margin {
	margin-top: -6.5px;
}

.form-checkbox-first-line-margin {
	margin-top: 30px;
}

.form-checkbox-margin {
	margin-top: 20px;
}

.form-icon-margin {
	transform: translateY(-50%);
}

.nav-tabs > li > a:link{
	color:#352968;
}

#container {
    margin: 0px auto;
    width: 640px;
    height: 480px;
    border: 10px #aaa solid;
}
#webCam {
    width: 640px;
    height: 480px;
    background-color: #666;
}