/*
STYLE CSS FOR HOME PAGE 

START STYLING...
*/

/* For Mobile */

#dashtable{
        width:100%;
}
.logo{
    margin-left:50px;
}

#divtable{
    width:80%; 
    height:50px;  
    margin-top:70px; 
    margin-bottom:10px; 
    float:right; 
    margin-right:1%;
}
#divtable2
{
  margin-top: 100px;
  margin-bottom: 10px;
}
#divtable2 h4
{
  width: auto;
  margin-top: inherit;
  font-size: 18px;
  margin-right: 0 !important;
  position: inherit;
}

#divtable h4{
    width:350px; margin-top:-10px; font-size:18px; margin-right:0 !important;
}

#td1{
    padding-left:2% !important;
}

#td2{
    padding-right:20px;
}
    
#divtd{
    padding:10px 5px; 
    min-width:230px;
}

#dashtable2{
    display:none;
}

#dashtable3{
    display:none;
}


#dashtable1{
    display:block;
}


.card-box span{
    width: 95px;
    height: 18px;
    text-transform: uppercase;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    color: rgba(1, 12, 21, 0.7);
    display: inline-block;
    padding-left: 10px;
}

.card-box-3 span{
    width: 135px;
    height: 18px;
    text-transform: uppercase;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    color: rgba(1, 12, 21, 0.7);
    display: inline-block;
    padding-left: 10px;
}

.card-box-2 span{
    width: 95px;
    height: 18px;
    text-transform: uppercase;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    color: rgba(1, 12, 21, 0.7);
    display: inline-block;
    padding-left: 10px;
}
#mobileName{
        display:none;
    }
@media only screen and (max-width: 768px) {
    #mobileName{
        display:block;
    }
    #desktopName{
        display:none;
    }
     #dashtable1{
        display:none;
    }
     #dashtable2{
        display:block;
        /*margin-bottom:200px !important;*/
        padding: 1% 7%;
    }
    
    #dashtable3{
        display: flex;
        flex-direction: row;
       justify-content: flex-start;
       align-items: center;
       position: relative;
       padding: 0px 25px;
       display:none;
    }
    #divtable
    {
      width: 100%;
      height: auto;
      margin-top: 88px;
      margin-bottom: 10px;
      float: inherit;
      margin-right: 1%; 
    }
    #divtable h4
{
  width: auto;
  margin-top: inherit;
  font-size: 18px;
  margin-right: 0 !important;
  position: inherit;
}
   #dashtable3  > div > select
{
  width: 80% !important;
    margin-right: auto !important;
    margin-top: 0px !important;
    position: inherit;
}

#dashtable3  > div{
    
    width: 25%;
}

#dashtable3  > div > .dropdown{
    
    float: inherit;
    margin-top: 0px !important;
    
}
#dashtable3  > div > .dropdown > button{
    float: inherit;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

#dashtable3  > div > #divtd{
    
    min-width: 100px;
    margin: 0px !important;
    width: 100%;
    text-align: center;
}

}

@media only screen and (max-width: 480px) {
    .page-titled{
        display:none !important;
    }
    
    .logo{
    margin-left:5px;
}  
    #dashtable{
        width:100%;
        float:none !important;
    }
    #divtable{
        width:100%; 
        height:50px;  
        /*margin-top:70px; */
        /*margin-bottom:45px; */
        margin:70px auto 75px auto !important;
        float:none !important;
    }
    
    #divtable h4{
        width:150px; margin-top:-10px; font-size:18px; margin-right:0 !important;
    }
    
    #td1{
        padding-left:1% !important;
        width:50% !important;
    }
    
    #td2{
        padding-left:10px;
    }
    
    #divtd{
        padding:10px; 
        min-width: 0px;
        width:140px;
        height:40px !important;
    }
    
    #dashtable1{
        display:none;
    }

    #dashtable2{
        display:block;
        /*margin-bottom:200px !important;*/
        padding:7%;
    }
    
    #contentFrame{
        margin-top:40px !important;
    }
    
    .card-box span, .card-box-3 span{
        font-size: 16px;
    }
    
    .card-box-2 span{
        width: 150px;
        font-size: 16px;
    }
    
}



.card-box{
height: 150px;
background: #FBFDFE;
border: 1px solid #E4EFF9;
box-sizing: border-box;
border-radius: 4px
}


.card-box h3{
width: 39px;
height: 36px;
font-family: Source Sans Pro;
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 36px;
color: #010C15;
}

.card-title-1{
width: 300px;
height: 30px;
text-transform: capitalize;
font-family: Source Sans Pro;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
color: #010C15;
}
@media screen and (min-width: 0px) and (max-width: 576px) {
    .card-title-1{
        width: 250px;
        height: 25px;
        line-height: 18px;
    }
}
@media screen and (min-width: 0px) and (max-width: 486px) {
    .card-title-1, .card-title-2, .card-title-3, .card-title-4, .card-title-5, .card-title-6, .card-title-7{
       /*max-width: 170px !important;*/
        height: 25px;
        line-height: 16px;
        


    }
}
.title-float{
width: 135px;
height: 40px;
float: right;
margin-bottom: 10px;
background: #F6FBFF;
border: 1px solid #E4EFF9;
box-sizing: border-box;
border-radius: 4px;
text-align: center;
padding-top: 7px;
}
.title-float span{
font-family: Source Sans Pro;
font-style: normal;
font-weight: 600;
font-size: 14px;
text-align: center;
color: #010C15;
text-transform: capitalize;

}

.title-float i{
    color: #010C15;
    padding-right: 4px;
    text-align: center;
}
 .dropdown-hover-all .dropdown-menu,
      .dropdown-hover>.dropdown-menu.dropend {
        margin-left: -1px !important
      }
.card-box-1{
background: #FBFDFE;
border: 1px solid #E4EFF9;
box-sizing: border-box;
border-radius: 4px;
height: 180px;

}


.card-box-1 h5{
    text-align: center;
height: 25px;
font-family: Source Sans Pro;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 21px;
margin-bottom: 0 !important;
}

.card-box-1 .sub{
width: 64px;
height: 18px;
font-family: Source Sans Pro;
font-style: normal;
font-weight: 300;
font-size: 12px;
line-height:18px;
color: rgba(1, 12, 21, 0.7);
}
.toggle{
    display: flex;
    display: inline-flex;
}
.toggle .form-label{
    color: #439ADE;
   height: 21px;
}
.user-float{
font-family: Source Sans Pro;
font-style: normal;
font-weight: 600;
font-size: 14px;
display: flex;
display: inline-flex;
line-height: 21px;
color: #010C15;
text-transform: capitalize;
}

.card-title-2{
font-family: Source Sans Pro;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
color: #010C15;
text-transform: capitalize;
}

.card-box-2{
height: 120px;
background: #FBFDFE;
border: 1px solid #E4EFF9;
box-sizing: border-box;
border-radius: 4px
}


.card-box-2 h3{

height: 36px;
font-family: Source Sans Pro;
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 36px;
color: #010C15;
}



.title-float-1{
width: 135px;
height: 40px;
float: right;
font-size: 14px;
box-shadow: none !important;
background: #F6FBFF;
border: 1px solid #E4EFF9;
box-sizing: border-box;
border-radius: 4px;
text-align: center;
padding-top: 7px;
}
.title-float-1 span{
font-family: Source Sans Pro;
font-style: normal;
font-weight: 600;
font-size: 14px;
text-align: center;
color: #010C15;
text-transform: capitalize;

}

.title-float-1 i{
    color: #010C15;
    padding-right: 4px;
    text-align: center;

}
.card-title-3{
width: 300px;
height: 30px;
text-transform: capitalize;
font-family: Source Sans Pro;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
color: #010C15;
}

.card-title-4{
width: 300px;
height: 30px;
text-transform: capitalize;
font-family: Source Sans Pro;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
color: #010C15;
}
.title-float-4{
width: 135px;
height: 40px;
float: right;
box-shadow: none !important;
margin-bottom: 10px;
background: #F6FBFF;
border: 1px solid #E4EFF9;
box-sizing: border-box;
border-radius: 4px;
text-align: center;
padding-top: 7px;
}
.title-float-4 span{
font-family: Source Sans Pro;
font-style: normal;
font-weight: 600;
font-size: 14px;
text-align: center;
color: #010C15;
text-transform: capitalize;

}

.title-float-4 i{
    color: #010C15;
    padding-right: 4px;
    text-align: center;
}
.card-box-3{
height: 120px;
background: #FBFDFE;
border: 1px solid #E4EFF9;
box-sizing: border-box;
border-radius: 4px
}


.card-box-3 h3{

height: 36px;
font-family: Source Sans Pro;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 30px;
color: #010C15;
}

.card-title-5{
width: 300px;
height: 30px;
text-transform: capitalize;
font-family: Source Sans Pro;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
color: #010C15;
}
.title-float-5{
width: 135px;
height: 40px;
box-shadow: none !important;
float: right;
margin-bottom: 10px;
background: #F6FBFF;
border: 1px solid #E4EFF9;
box-sizing: border-box;
border-radius: 4px;
text-align: center;
padding-top: 7px;
font-family: Source Sans Pro;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 21px;
}

.card-title-6{
width: 300px;
height: 30px;
text-transform: capitalize;
font-family: Source Sans Pro;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
color: #010C15;

}
.title-float-6{
width: 120px;
height: 40px;
box-shadow: none !important;
float: right;
background: #F6FBFF;
border: 1px solid #E4EFF9;
box-sizing: border-box;
border-radius: 4px;
text-align: center;
padding-top: 7px;
font-family: Source Sans Pro;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 21px;
}

.card-title-7{
width: 300px;
height: 30px;
text-transform: capitalize;
font-family: Source Sans Pro;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
color: #010C15;

}
.title-float-7{
width: 120px;
height: 40px;
box-shadow: none !important;
float: right;
margin-bottom: 10px;
background: #F6FBFF;
border: 1px solid #E4EFF9;
box-sizing: border-box;
border-radius: 4px;
text-align: center;
padding-top: 7px;
font-family: Source Sans Pro;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 21px;
}

.card-box-4{
height: 120px;
background: #FBFDFE;
border: 1px solid #E4EFF9;
box-sizing: border-box;
border-radius: 4px
}
.card-box-4 span{
width: 95px;
height: 18px;
text-transform: uppercase;
font-family: Source Sans Pro;
font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 18px;
color: rgba(1, 12, 21, 0.7);
display: inline-block;
padding-left: 10px;
}

.card-box-4 h3{

height: 36px;
font-family: Source Sans Pro;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 30px;
color: #010C15;
}

.s-student{
width: 240px;
height: 24px;
font-family: Source Sans Pro;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
color: #010C15;
text-transform: capitalize;
margin-bottom: 7px;
}
.s-advance{
width: 103px;
height: 21px;
font-family: Source Sans Pro;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 32px;
color: rgba(67, 154, 222, 0.7);
margin-top: -10px;
}
.search input {
    height: 40px;
    text-indent: 25px;
    background-color: #FAFAFA;
border: 2px solid rgba(1, 12, 21, 0.1);
box-sizing: border-box;
box-shadow: none !important;
border-radius: 4px 0px 0px 4px;
}
.search input[placeholder]{
    text-transform: capitalize;
 font-family: Source Sans Pro;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 21px;
color: rgba(1, 12, 21, 0.2);
}

.s-height{
    height: 165px;  
}
.search button {
    height: 40px;
    width: 74px;
    color: #FFFFFF;
    background: #439ADE;
border-radius: 0px 4px 4px 0px;
    font-family: Source Sans Pro;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 21px;
}

.cardbar{
background: #FFFFFF;
box-shadow: -4px 4px 13px 4px rgba(118, 128, 135, 0.08);
border-radius: 4px;
}

.drops .dropdown-item {
    position:relative;
    left: -4px !important;
   
}

/*
STYLE CSS FOR HOME PAGE 

END STYLING...
*/