/*
    MENU STYLE
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
 
.MenuParent{background:#609acd;border-bottom: 2px #104d81 solid;}



.Tablecategoriascenter{text-align: center;}

.LabelCreateNew{
padding-right: 20px;
}

#LabelCreateNew{
padding-right: 20px;
}


#addhours {
  width: 40%;
  display: block;
  float: left;
}

#timesheet {
  width: 55%;
  display: block;
  float: left;
  padding-left: 30px;
}



/*
    Login PAGE
*/

.ListaGrande{
	width: 350px;
	}

.body{
    height: 850px;
    font-family:Arial;
}


.sectionleft {
    width: 50%;
    height: 850px;
    float: left;
    background-color: white;
}

.image {
    width: 100%;
    margin: 110px 5px;
}

.sectionright {
    width: 50%;
    height:850px;
    float:left;
    background-color:#609acd;
}

.table {
    border-collapse:collapse;
    width: 100%;
}

.table1 {
    width: 100%;
}

.space1 {
    font-size: 26px;
    height: 230px;
}

.title {
    color:white;
    font-size:35px;
    padding: 40px 1px;
    font-weight: bold;
    height: 99px;
}

.side {
    width:30%;
}

.box {
    width: 20%;
    vertical-align: top;
}

.name {
    color: white;
    font-size: 20px;
    margin-right: 10px;
}

.textbox {
    width: 220px;
}

.space2 {
    font-size:20px;
    height:16px;
}

.space3 {
    font-size: 26px;
    height: 30px;
}

.check {
    color: white;
}

.space4 {
    font-size: 26px;
    height: 10px;
}

.failure {
    color: Red;
}

.button {
    color: #609acd;
    font-size: 22px;
    padding: 5px 150px;
}

#LoginButton {
    color:#609acd;
    font-size: 22px;
    padding: 5px 150px;
}



/*
  End Login Page
*/


/*
  admin PAGES
*/

.space_1{
    height:10px;
}

/*
  End admin PAGES
*/


body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}


#ctl00_sidebar2.active #ctl00_Div1{width: 100%;
padding-top: 0px;
text-align: center;}


p {
    font-family: sans-serif;
    font-size: 1.0em;
    /*font-weight: 300;*/
    line-height: 1.7em;
    color: #000000;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 7px 0px;
    background: #fff;
    border: none;
    border-radius: 0;
    /*margin-bottom: 40px;*/
    box-shadow: 1px 1px 4px 3px rgba(0, 0, 0, 0.1);
    position:fixed;
    top:0;
    right:0;
    margin-right:0;
    width:100%;
    z-index:1000;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i, span {
    display: inline-block;
}

/* ---------------------------------------------------
    ctl00_sidebar2 STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}


#sidebar2 {
    min-width: 250px;
    max-width: 250px;
    background: #104d81;
    color: #fff;
    transition: all 0.3s;
}

#sidebar2.active {
    min-width: 100px;
    max-width: 100px;
    text-align: center;
}

#sidebar2.active .sidebar2-header h3, #sidebar2.active .CTAs {
    display: none;
}

#sidebar2.active .sidebar2-header strong {
    display: block;
}

#sidebar2 ul li a {
    text-align: left;
}

#sidebar2.active ul li a {
    padding: 15px 5px;
    text-align: center;
    font-size: 0.75em;
}

#sidebar2.active ul li a i {
    margin-right:  0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar2.active ul ul a {
    padding: 10px !important;
}

#sidebar2.active a[aria-expanded="false"]::before, #sidebar2.active a[aria-expanded="true"]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar2 .sidebar2-header {
    padding: 2px;
    background: #212529;
}

#sidebar2 .sidebar2-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar2 ul.components {
    padding: 20px 0;
    border-bottom: 0px solid #47748b;
}

#sidebar2 ul li a {
    padding: 10px;
    font-size: 1.0em;
    display: block;
}
#sidebar2 ul li a:hover {
    color: #7386D5;
    background: #fff;
}
#sidebar2 ul li a i {
    margin-right: 10px;
}

#sidebar2 ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #353d44;
}



#ctl00_sidebar2 {
    min-width: 250px;
    max-width: 250px;
    background: #104d81;
    color: #fff;
    transition: all 0.3s;
}

#ctl00_sidebar2.active {
    min-width: 100px;
    max-width: 100px;
    text-align: center;
}

#ctl00_sidebar2.active .ctl00_sidebar2-header h3, #ctl00_sidebar2.active .CTAs {
    display: none;
}

#ctl00_sidebar2.active .ctl00_sidebar2-header strong {
    display: block;
}

#ctl00_sidebar2 ul li a {
    text-align: left;
}

#ctl00_sidebar2.active ul li a {
    padding: 15px 5px;
    text-align: center;
    font-size: 0.75em;
}

#ctl00_sidebar2.active ul li a i {
    margin-right:  0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#ctl00_sidebar2.active navbar-btn{
    width:100px !important;
}

#ctl00_sidebar2.active ul ul a {
    padding: 10px !important;
}

#ctl00_sidebar2.active a[aria-expanded="false"]::before, #ctl00_sidebar2.active a[aria-expanded="true"]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#ctl00_sidebar2 .ctl00_sidebar2-header {
    padding: 2px;
    background: #212529;
}

#ctl00_sidebar2 .ctl00_sidebar2-header strong {
    display: none;
    font-size: 1.8em;
}

#ctl00_sidebar2 ul.components {
    padding: 20px 0;
    border-bottom: 0px solid #47748b;
}

#ctl00_sidebar2 ul li a {
    padding: 10px;
    font-size: 1.0em;
    display: block;
}
#ctl00_sidebar2 ul li a:hover {
    color: #7386D5;
    background: #fff;
}
#ctl00_sidebar2 ul li a i {
    margin-right: 10px;
}

#ctl00_sidebar2 ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #353d44;
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 6px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #4e81a8;
    border-bottom: 2px #104d81 solid;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    display: inline-block;
    padding: 0px 15px 0px 0px;
    min-height: 100vh;
    transition: all 0.3s;
    width:100%;
    color:#5f5e5e;
}

/*-----------------------------------------------------
    Export Button Style
------------------------------------------------------*/
#expstyle{
    width: 100%; text-align: left; padding-bottom: 0px; margin-bottom: 8px;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #ctl00_sidebar2 {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important ;
    }
    a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
        top: auto;
        bottom: 5px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #ctl00_sidebar2.active {
        margin-left: 0 !important;
    }

    #ctl00_sidebar2 .ctl00_sidebar2-header h3, #ctl00_sidebar2 .CTAs {
        display: none;
    }

    #ctl00_sidebar2 .ctl00_sidebar2-header strong {
        display: block;
    }

    #ctl00_sidebar2 ul li a {
        padding: 20px 10px;
    }

    #ctl00_sidebar2 ul li a span {
        font-size: 0.85em;
    }
    #ctl00_sidebar2 ul li a i {
        margin-right:  0;
        display: block;
    }

    #ctl00_sidebar2 ul ul a {
        padding: 10px !important;
    }

    #ctl00_sidebar2 ul li a i {
        font-size: 1.3em;
    }
    #ctl00_sidebar2 {
        margin-left: 0;
    }
    #ctl00_sidebar2Collapse span {
        display: none;
    }
        
}
