
@import "edit-bootstrap.css";

/********************** Global *******************************/

body, ul {
    margin:0;
    padding:0;
}
a, ul {
    text-decoration: none; !important;
    list-style:none;
    color : #f47920;
}
a:hover{
    color: #f47920;
}

html,body {
    min-height: 100%;
    height:100%;
    width:100%;
    background-image: url(img/brickwall.png);
    background-attachment: fixed;
}

thead {
    font-weight: 500;
}

#logo{
    background-image: url(img/test-logo1.png);
    background-repeat:no-repeat;
    background-attachment: fixed;
    width:875px;
    height:900px;
    position: absolute;
    background-position: center center;
    margin: auto;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    opacity: 0.65;
}

#content{
    margin: 0 auto;
    width: 1240px;
}


.container {
    margin-top:15px;
    margin-bottom: 15px;
    background-color: whitesmoke;
    padding: 15px 15px 15px 15px;
    border-radius: 5px;
    min-width: 915px;
}

table {
    font-size: 14px;
}

.btn {
    font-size: 14px;
}
.pagination{
    font-size:14px;
}

#conection, #register .content-register, #reset-pass {
    background: rgba(225, 225, 225, .8);
}

#dashboard , #account, #myFiles, #customers , #payment, #contact {
    margin-left:225px;
    padding-top:40px;
}

#footer {
    position: absolute;
    width: 100%;
    height:100px;
    background-color:#231f20;
    border-top: 4px solid #f47920;
    bottom:0;
}


.alert{
    margin-top: 15px;
    margin-right:25px;
}



/***************** ****** Page guest ************************/

#logo_header{
    text-align:center;
    margin-bottom: 15px;
}

#logo2 img {
    max-height:80%;
    max-width:80%;
    min-width:750px;
    min-height:729px;
}

/***********************   TOP BAR *************************/

#topbar {
    position: fixed;
    z-index: 99;
    top:0;
    min-width: 1280px;
    height:40px;
    width: 100%;
    background-color:#231f20;
    border-bottom: 4px solid #f47920;
    margin-bottom:15px;
}

#topbar ul {
    margin-right: 150px;
    float:right;
}
#topbar ul li {
    display: inline-block;
}
#topbar ul li a {
    height:40px;
    display: inline-block;
    padding: 0 10px 0 10px;
    line-height: 36px;
    color: white ;
}

#topbar .title-id-conection {
    padding-left: 220px;
    color: white;
    line-height: 40px;
}


/*********************** HOME PAGE *****************************************/
#home {
    text-align: center;
}

#home ul {
    display:inline-flex;
    margin:5px 0 5px 0;
}

#home ul li {
    margin: 0 5px 0 5px;
    text-align: center;
    border-radius: .35rem;
    border:none;
    width: 250px;
}

#home ul li i{
    margin-bottom:5px;
    font-size:4em;
    color:#f47920;
}

#home #buttonHome{
    margin-top: 15px;
    width: 1032px;
}


/*********************** REGISTER PAGE **************************************/

#register .content-register {
    position: absolute;
    margin: auto;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    width: 900px;
    height: 658px;
    margin-top:200px;
}

#register .modal-dialog {
    max-width: 80%;
}

#register form {
    padding: 25px 25px 15px 25px;
}

#register .alert{
    margin-bottom: 100px;
}


/*********************** CONNECTION PAGE ************************************/

#conection, #reset-pass {
    position: absolute;
    margin: auto;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    width: 450px;
}

#conection {
    height: 245px;
}

#reset-pass {
    height: 202px;
}

#conection form , #reset-pass {
    padding: 25px 25px 15px 25px;
}

.login .alert, #register .alert{
    margin: 55px 25px;
}

/*********************** ACCOUNT PAGE ***************************************/
#account{
    text-align: center;
}

#account button.btn {
    width:100%;
}

#edit-credit-account .input-group{
    margin: auto;
}

#edit-credit-account button{
    margin-top:5px;
}

/********************** DASHBOARD PAGE ***************************************/


#dashMenu{
    position:fixed;
    display:inline-block;
    z-index:100;
    float:left;
    min-height:100%;
    width:200px;
    background-color: #231f20;
}

#dashMenu .credits{
    color: white;
    height:150px;
    text-align: center;
    padding-top: 50px;
}

#dashMenu .deduct {
    display:none;
}

#dashMenu .credits .totale {
    font-size: 2.7em;
}

#dashMenu .credits .deduct {
    font-size: 2em;
    color:green;
}

#dashMenu ul{
    padding-top:10px;
}

#dashMenu ul li:hover , #dashMenu ul li.isactive {
    background-color: #2a2828;
}

#dashMenu ul li a{
    display: inline-block;
    text-decoration: none;
    height: 45px;
    width: 200px;
    color: gray;
    line-height: 45px;
    padding-left: 10px;
}

#dashMenu ul li a .fas {
    line-height:45px;
    margin-right:10px;
    width:35px;
}

#dashMenu ul li a span {
    vertical-align: super; !important;
}

#dashMenu ul li .child-menu{
    font-size:14px;
    display:none;
}

#dashMenu ul li .child-menu a {
    padding-left: 55px;
}


#dashboard .btn {
    width: 100%;
}


/************************** Dahsboard upload ****************************/

#dashStageMenu {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    font-size:1.5em;
}

#dashStageMenu ul li {
    display: inline-block;
}

#dashStageMenu ul li a {
    padding: 5px 15px;
    color: #231f20;
}
#dashStageMenu ul li a:hover {
    text-decoration: none;
    color: #f47920;
}

#dashStageMenu .activeStage {
    color: #f47920;

}

#dashUpload .form-check {
}

#dashUpload .input-group {
    margin: 5px 0 5px 0;
}

#dashUpload.input-group-text{
    padding: .370rem .75rem;
}

#dashUpload .custom-select {
    margin-right: 2px;
}

#addons-stage.hide , #upload-stage.hide{
    display: none;
}

#dashUpload #upload-progress {
   visibility: hidden;
    margin-top:10px;
}

#dashUpload h4 {
    text-align: center;
    color: #f47920;
    margin-bottom: 15px;
}

#dashUpload h6 {
    color: #f47920;
}

#successUpload {
    display: none;
}

#coutdown {
    display: inline-block;
}

#alertPrice {
    display:none;
}

/*************************** Page My files ***************************/

#myFiles .pagination {
    text-align: center;
}

/************************* Page paiment *****************************/
#alertPayment , #alertAccount{
    margin-top: 15px;
    margin-right: 20px;
}

#alertPayment{
    display: none;
}


/*************************** Page Contact *****************************/

#contact #test{

    padding: 1em;
    border: 16px solid transparent;
    border-image: 16 repeating-linear-gradient(-45deg, red 0, red 1em, transparent 0, transparent 2em,
    #58a 0, #58a 3em, transparent 0, transparent 4em);

}
/************************** Administration zone ***********************/

/*************** Page maps ***************/
.btn-back-admin-view {
    margin-bottom: 15px;
}