﻿html,
body,
form,
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "Open Sans";
    src: url("../Fonts/OpenSans-Regular.ttf");
    src: url("../Fonts/OpenSans-Light.ttf");
}

html{
    min-height:100%;
    position:relative;
}

body {
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    font: normal 14px "Segoe UI", Arial, sans-serif;
    background: rgba(0, 56, 130,0.01);
}


.container {
    width: 100%;
    margin: 0 auto;
}

table {
    width: 100%;
}
tr {
width:100%;
}

header #header-login {
    /*position: relative;*/
    background: #ffffff;
    height: 70px;
    border-bottom: 2px solid #F6AE39
}

img #image-header-login {
    display: block;
    margin: auto;
}

.login-form-box{
    background: white;
    margin-top: 50px;
    width: 475px;
    height: 340px;
    box-shadow:  3px 3px 10px navy;
}

.form-box {
    background: white;
    margin-top: 10px;
    width: 700px;
    height: 340px;
    border: 1px solid #17a2b8
}

.login-form-box-input {
    position: relative;
    width: 90%;
    top: 25px;
    left: 20px;
    height: 100px;
    background: rgba(0, 56, 130,0.05);
}

.login-form-box-div-input {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.login-form-box-button {
    position: relative;
    top: 15px;
    height: 60px;
    width: 100%;
    padding: 10px 5px 5px 5px;
    background: rgba(0, 56, 130,0.05);
}



header {
    position: fixed;
    background: rgb(255, 255, 255);
    border-bottom: 3px solid #17a2b8;
    left: 0;
    top: 0;
    width: 100%;
}

        header div#logo {
        height:70px;
        width:15%;
        background:url(../Images/logos/LogoMatanBaseter.PNG);
        background-position:left;
        background-size: contain;
        background-repeat: no-repeat;
    }

    header div#title-application {
        width: 85%;
        height: 70px;
        margin-top: 0px;
        /* background-color: #253478;*/
        background: url(../Images/logos/CintaLogin.png)
        /* background: url(../Image/Others/Header1.jpg)*/
    }

section div#panel-left {
    width: 20%;
    height: auto;
    padding: 0;
    margin: 0;
    background: rgba(166, 172, 175,0.5)
}


section div#profile {
    padding: 0;
    height: auto;
    text-align: center;
}

section div#profileBotton {
    padding: 0;
    height: auto;
    border:none;
}
section div#img-user {
    width: 100px;
    height: 100px;
    margin: 10px auto;
    border-radius: 100%;
    -webkit-box-shadow: 1px 3px 62px 5px rgba(0,0,0,0.65);
    -moz-box-shadow: 1px 3px 62px 5px rgba(0,0,0,0.65);
    box-shadow: 1px 3px 62px 5px rgba(0,0,0,0.65);
}
section div#panel-content {
    width: 80%;
    height: 100px;
    padding-top:0;

}

footer {
    position: absolute;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,56,130,1) 51%, rgba(0,212,255,1) 100%); 
    
    bottom:0;
    
    width: 100%;
    height: 40px;
    border-top: 2px solid #F6AE39;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    color: white;
}

.forget-pass-form-box {
    background: white;
    margin-top: 50px;
    width: 600px;
    height: 250px;
    border:solid;
    border-width:1px;
    border-color:lightgray;
}

.photosesion {
    border-radius: 100%;
}

.loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
}

.GridFilterStyle {
    padding: 0px;
    margin: 0px;
}

.row {
    position: relative;
    margin: auto;
    width: 100%;
    height: auto;
    clear: both;
    display: table;
}

[class*="col-"] {
    float: left;
    padding: 0px;
    padding-left:5px;
}


@media(min-width:1200px) {

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-0 {
        display: none;
    }

}

@media(max-width:1199px) and (min-width:992px) {

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-0 {
        display: none;
    }


}

@media(max-width:991px) and (min-width:768px) {

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-0 {
        display: none;
    }

   
}

@media(max-width:767px) {

    .col-xs-12 {
        width: 100%;
    }

    .col-xs-11 {
        width: 91.66666667%;
    }

    .col-xs-10 {
        width: 83.33333333%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-8 {
        width: 66.66666667%;
    }

    .col-xs-7 {
        width: 58.33333333%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-5 {
        width: 41.66666667%;
    }

    .col-xs-4 {
        width: 33.33333333%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-2 {
        width: 16.66666667%;
    }

    .col-xs-1 {
        width: 8.33333333%;
    }

    .col-xs-0 {
        display: none;
    }
   
}