/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12 janv. 2017, 09:32:36
    Author     : gonzalez.tom
*/

#content h1 {/*color 1*/
    color:#0277bd;
}

a,
.collection-item a:not(.btn),
.collection a.collection-item,
.dropdown-content li>a,
.dropdown-content li>span{ /*color 2*/
    color:#039be5;
}

nav .dropdown-content > li > a, nav .dropdown-content li>span {
    color:#424242;
    font-size: 15px;
}

a:hover,.collection-item a:not(.btn) .dropdown-content li>a:hover, .dropdown-content li>span:hover {  /*color 1*/
    color:#0277bd;
}

[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:after {
    background-color: #039be5;
}

[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:before, [type="radio"].with-gap:checked+label:after {
    border: 2px solid #039be5;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {/*color 7*/
    color:#08589d !important;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover{
    color:#08589d !important;
    text-decoration: underline;
}

input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #0277bd !important;
    box-shadow: 0 1px 0 0 #0277bd !important;
}

.divider-l, nav { /*color 1*/
    background: rgb(2,119,189);
    background: -moz-linear-gradient(left,rgba(2,119,189,1) 0%,rgba(2,119,189,0.60) 65%,rgba(2,119,189,0) 100%);
    background: -webkit-gradient(linear,left,right,color-stop(0%,rgba(2,119,189,0)),color-stop(65%,rgba(2,119,189,0.60)),color-stop(100%,rgba(2,119,189,0)));
    background: -webkit-linear-gradient(left,rgba(2,119,189,1) 0%,rgba(2,119,189,0.60) 65%,rgba(2,119,189,0) 100%);
    background: -o-linear-gradient(left,rgba(2,119,189,1) 0%,rgba(2,119,189,0.60) 65%,rgba(2,119,189,0) 100%);
    background: -ms-linear-gradient(left,rgba(2,119,189,1) 0%,rgba(2,119,189,0.60) 65%,rgba(2,119,189,0) 100%);
    background: linear-gradient(to right,rgba(2,119,189,1) 0%,rgba(2,119,189,0.60) 65%,rgba(2,119,189,0) 100%);
}

#head .btn.account {
    background-color: #fafbfd;
    color: #08589d;
}
#head .btn.account i.user-pic.user-pic-bg {
    color: rgba(255, 255, 255, 0.8);
}
#head .btn.account:hover {
    background: linear-gradient(to right, #08589d 40%, #6297c2 100%);
    color: #fafbfd;
}
#head .btn.account:hover i.user-pic {
    color: #fafbfd;
}
#head .btn.account:hover i.user-pic.user-pic-bg {
    color: #08589d;
}
#head .btn.logout {
    background-color: #08589d;
    color: #fafbfd !important;
}
#head .btn.logout:hover {
    background: linear-gradient(to right, #08589d 40%, #6297c2 100%);
}
nav #nav > li:hover { /*color 2*/
    background-color: #90CAF9;
}

#nav .collapsible .collapsible-body ul li ul li{ /*color 3*/
    background-color: #82b1ff;
}

.btn, .btn-large{ /*color 2*/
    background-color:#039be5;
}

.btn:hover, .btn-large:hover, .btn:focus, .btn-large:focus{/*color 5*/
    background-color:#29b6f6;
    color:rgba(255,255,255,0.7);
}

.dropdown-content { /*color 4*/
    background-color: rgba(211, 229, 243, 0.9);
}

.card { /*color 4*/
    background-color: rgba(211, 229, 243, 0.5);
}

.slider .indicators .indicator-item.active { /*color 5*/
    background-color: #29b6f6;
}

.collection.with-header .collection-header {/*color 1*/
    background-color: #0277bd;
}

blockquote { /*color 6*/
    border-color:#64ACD7;
}

.pagination li.active { /*color 6*/
    background-color: #64ACD7;
}
.background-col-grey-lighten-4{
    background-color: #fafafa !important;
}
.background-col-grey-lighten-2{
    background-color: #eeeeee !important;
}
.background-col-secondary{
    background-color: #e1f5fe !important;
}
.collection.with-header .collection-header {/*color 1*/
    background-color: #0277bd;
}

footer.page-footer {
    background-color: #0277bd;/*color 1*/
}

footer.page-footer .footer-copyright { /*color 7*/
    background-color: #08589d;
}

footer a,
 footer .social h5,
 footer .divider,
 footer.page-footer,
 footer.page-footer .footer-copyright {
     color: rgba(255, 255, 255, 0.8);
 }

footer .social a:hover{
    color: rgba(255, 255, 255, 0.6);
}