/*
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 : 14 mai 2016, 17:50:56
* Author     : wilfried
*/

.error{
    color: #ff3300;
}

.info-success{
    color: #008d4c;
    font-weight: bold;
}

.menu-option{
    min-width: 100px;
    width: 100px;
    text-align: center;
}

.loader-login{
    margin-top: 5px;
    padding-top: 10px;
    padding-left: 30px;
    line-height: 10px;
    background-image: url("../../img/loaders/loader19.gif");
    background-position-x: right;
    background-repeat: no-repeat;
}

.process-loader{
    /*padding: 4px 10px 10px 25px;*/
    padding-top: 5px;
    background-color: #008d4c;
    background-image: url("../../img/loaders/loader27.gif");
    background-size: 100%;
    background-position-x: left;
    background-repeat: no-repeat;
}

.loader{
    margin-right: 5px;
    background-repeat: no-repeat;
    padding: 4px 20px 20px 20px;
    background-image: url("../img/loaders/loader.gif");
}

.widzarloader {
    margin-right: 5px;
    background-repeat: no-repeat;
    padding: 4px 28px 28px 5px;
    background-image: url(../img/loaders/loader.gif);
}

.loader19{
    margin-right: 5px;
    background-repeat: no-repeat;
    padding: 4px 5px 5px 30px;
    background-image: url("../img/loaders/loader19.gif");
}

.loader27{
    margin-right: 5px;
    background-repeat: no-repeat;
    padding: 4px 5px 5px 30px;
    background-image: url("../img/loaders/loader27.gif");
}

.processing{
    background-image: url('../img/loaders/loading-tools.gif');
    background-repeat: no-repeat;
    background-position-x: 150px;
    height: 50px;
    font-size: 16px;
}

.login-box, .register-box{
    margin: 2% auto;
}

.danger{
    color: #ff3300;
}

.soldeInitial{
    font-weight: bold;
}
.bg-white {
    background-color: #fff !important;
}

.user-header-custom {
    background-color: #fff;
    margin: auto;
}
.skin-blue .main-header li.user-header {
    background-color: #f9f9f9 !important;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p {
    z-index: 5;
    /*color: #fff;*/ 
    color: rgba(0,0,0,0.6); 
    font-size: 17px;
    margin-top: 10px;
}

.img-circle, ul.dropdown-menu{
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
}

.custom-title{
    margin-top: 20px;
    border-bottom: solid 2px #00c0ef;
}



body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-color: #B0BEC5;
    background-repeat: no-repeat
}

.card0 {
    box-shadow: 0px 4px 8px 0px #757575;
    border-radius: 0px
}

.card2 {
    margin: 0px 40px
}

.logo {
    width: 200px;
    height: 100px;
    margin-top: 20px;
    margin-left: 35px
}

.image {
    width: 360px;
    height: 280px
}

.border-line {
    border-right: 1px solid #EEEEEE
}

.facebook {
    background-color: #3b5998;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.twitter {
    background-color: #1DA1F2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.linkedin {
    background-color: #2867B2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.line {
    height: 1px;
    width: 45%;
    background-color: #E0E0E0;
    margin-top: 10px
}

.or {
    width: 10%;
    font-weight: bold
}

.text-sm {
    font-size: 14px !important
}

::placeholder {
    color: #BDBDBD;
    opacity: 1;
    font-weight: 300
}

:-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

::-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

input,
textarea {
    padding: 10px 12px 10px 12px;
    border: 1px solid lightgrey;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 14px;
    letter-spacing: 1px
}

input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #304FFE;
    outline-width: 0
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

a {
    color: inherit;
    cursor: pointer
}

.btn-blue {
    background-color: #1A237E;
    width: 150px;
    color: #fff;
    border-radius: 2px
}

.btn-blue:hover {
    background-color: #000;
    cursor: pointer
}

.bg-blue {
    color: #fff;
    background-color: #1A237E
}

@media screen and (max-width: 991px) {
    .logo {
        margin-left: 0px
    }

    .image {
        width: 300px;
        height: 220px
    }

    .border-line {
        border-right: none
    }

    .card2 {
        border-top: 1px solid #EEEEEE !important;
        margin: 0px 15px
    }
}
