@CHARSET "UTF-8";

body, html {
    height: 100%;
}

.boxMain {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.6);
    text-align: center;
    margin-bottom: 10px;
}    

.boxImgMain {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.6);        
}

.txtShadow {    
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.9), 0 0 5px rgba(0, 0, 0, 0.9);    
}

.txtShadow :hover {    
    text-shadow: 0 0 3px rgba(0, 0, 0, 3), 0 0 5px rgba(0, 0, 0, 3);    
}

.bg { 
    /* The image used */
    background-image: url("../images/bg.jpg");

    /* Full height */
    /*height: 100%; */

    /* Center and scale the image nicely */
    /*background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
    
    
    
     background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: cover;
    
}

a{
	color: #666;
}


.modal.fade {
    z-index: 1000000 !important;
}
.bootbox.modal {
    z-index: 9999 !important;
}

#videoElement {
  border: 1px solid black;
  box-shadow: 2px 2px 3px black;
  width:318px;
  height:240px;  
}
#photo {
  border: 1px solid black;
  box-shadow: 2px 2px 3px black;
  width:318px;
  height:240px;
}



.listaRegistros{
	margin-top: 40px;
}
.formPesquisa, .formCadastro{
	margin-top: 20px;
}
.formCadastro{
	margin-bottom: 40px;
}




.breadcrumb {background: rgba(51, 122, 183, 1); border: 0px solid rgba(51, 122, 183, 1); border-radius: 4px; display: block;}
.breadcrumb li {font-size: 14px;}
.breadcrumb a {color: rgba(170, 181, 224, 1);}
.breadcrumb a:hover {color: rgba(194, 227, 255, 1);}
.breadcrumb>.active {color: rgba(255, 255, 255, 1);}
.breadcrumb>li+li:before {color: rgba(204, 204, 204, 1); content: "\002F\00a0";}



.jumbotron {
   background: rgb(200, 54, 54); /* This is for ie8 and below */
   /*background: rgba(200, 54, 54, 0.4); */
   background: rgba(255, 255, 255, 0.8);
}

























/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	color: #fff;
	background-color: #3071a9;
	border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
	color: #428bca;
	background-color: #fff;
	border-color: #428bca;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;   
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    background-color: #4a9fe9;
}
/********************************************************************/
