﻿
/*--------------------------------------------------------------------
                Angular loading circle
--------------------------------------------------------------------*/
.sub{display:none;}
.loader {
            border: 16px solid #f3f3f3;
            border-radius: 50%;
            border-top: 16px solid #00558C;
            border-bottom: 16px solid #00558C;
            width: 120px;
            height: 120px;
            margin-left: auto;
            margin-right: auto;
            -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);
            }
        }

.navbar-toggle{
    margin-top:-85px;
    margin-right:-10px;
}


.navbar-nav{
    text-align:left;
}



.btn-custom{background-color:#00558C;border-color:#00558C; color:white; padding:5px; border-radius:3px;}
.btn-custom:hover {
    background-color:#f7767b;
    border-color: #f7767b;
    color: white;
}

@media(max-width:768px){
    .title{
        height:30px;
    }
}
/*@media (min-width: 1425px) {
    .title .search{ right: 30%; }
}*/

  .form-horizontal .control-label {
            text-align: left; font-weight:bold;
        }
      .well{
          background:rgb(253,253,253);
      }
   
    
    
      h1{text-align:center;}

@media (max-width: 800px) {
    
}
 @media(max-width:500px){
          p{
          text-align:left;
          margin-left:0px;

           }
       }
.footer .btn-custom{background-color:#00558c!important;border-color:#00558c!important;}
.nav>li>a {
    padding: 5px 5px;
} 
     
/*--------------------------------------------------------------------
                Styles footer page
--------------------------------------------------------------------*/


.container-fluid {
    padding-left:0px;
    padding-right:0px;
}


@media print {
   .top-place, .Header, .footer, .top-banner {
       display:none;
   }
}


.panel{
  border-color: #00558C;
  box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
  margin-bottom: 5px;
}

.panel-primary>.panel-heading{
  background-color:#00558C;
  border-color:#00558C;
}
.btn-custom { 
  color: #FFFFFF; 
  background-color:#00558C; 
  border-color:#00558C; 
} 
 
.btn-custom:hover, 
.btn-custom:focus, 
.btn-custom:active, 
.btn-custom.active, 
.open .dropdown-toggle.btn-custom { 
  color: #FFFFFF; 
  background-color: #00558C; 
  border-color: #00558C; 
} 
 
.btn-custom:active, 
.btn-custom.active, 
.open .dropdown-toggle.btn-custom { 
  background-image: none; 
} 
 
.btn-custom.disabled, 
.btn-custom[disabled], 
fieldset[disabled] .btn-custom, 
.btn-custom.disabled:hover, 
.btn-custom[disabled]:hover, 
fieldset[disabled] .btn-custom:hover, 
.btn-custom.disabled:focus, 
.btn-custom[disabled]:focus, 
fieldset[disabled] .btn-custom:focus, 
.btn-custom.disabled:active, 
.btn-custom[disabled]:active, 
fieldset[disabled] .btn-custom:active, 
.btn-custom.disabled.active, 
.btn-custom[disabled].active, 
fieldset[disabled] .btn-custom.active { 
  background-color: #00558C; 
  border-color: #00558C; 
} 
 
.btn-custom .badge { 
  color: #00558C; 
  background-color: #FFFFFF; 
}




