@font-face {
    font-family: 'TitilliumWeb';
    src: url(../font-style/TitilliumWeb-Light.ttf) format('truetype');
} 
body{
     font-family: 'TitilliumWeb';
     background-color: #FDF4F4;
}

::selection {
    color: #fff;
    background: #8956cf;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
    display:none;
}
body {
    overflow-x: hidden;
    overflow-y: auto;
  }
::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #8956cf;
    display:none;
}

.main-container{
    position: relative;
    display:block;
    width:100%;
    
}
#content_body {
    width: 100%;
    display: block;
    margin-left: 200px;
    transition: all .3s cubic-bezier(.55,0,.1,1);
}
.margin_left{
    margin-left:0px!important;
     transition: all .3s cubic-bezier(.55,0,.1,1);
}

/*===================TOP NAVBAR FIXED NAVBAR===================*/
 .admin-navbar {
     background-color: #4D2727;
     border-color: rgb(66, 133, 244);
     box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
 .navbar {
     position: fixed;
     min-height: 64px;
     margin-bottom: 20px;
     border: 1px solid transparent;
}
 .navbar-herader {
     display: inline-block;
}
 .navbar button:focus {
     outline: none;
}
 .navbar button {
     border: none;
     width: 50px;
     cursor: pointer;
     height: 50px;
     color: white;
     font-size: 21px;
     border-radius: 100%;
     background: #4D2727;
     margin-top: 5px;
     position: relative;
}
/* Ripple magic */
 .navbar button{
     position: relative;
     overflow: hidden;
}
 .navbar button:after {
     content: '';
     position: absolute;
     top: 50%;
     left: 40%;
     width: 5px;
     height: 5px;
     background: rgba(255, 255, 255, .5);
     opacity: 0;
     border-radius: 100%;
     transform: scale(1, 1) translate(-50%);
     transform-origin: 50% 50%;
}
 @keyframes ripple {
     0% {
         transform: scale(0, 0);
         opacity: 1;
    }
     20% {
         transform: scale(25, 25);
         opacity: 1;
    }
     100% {
         opacity: 0;
         transform: scale(40, 40);
    }
}
 .navbar button:focus:not(:active)::after {
     animation: ripple 1s ease-out;
}
 .title{
     font-family: sans-serif ;
     font-weight: 100;
     font-size: larger;
     color: #ffffff;
}
 .btn:hover, .btn:focus, .btn.focus {
     color: #fff;
     text-decoration: none;
}
 .btn:active, .btn.active {
     box-shadow: none;
}
 button .badge {
     position: relative;
     top: -40px;
     right: -10px;
}
@media (min-width: 768px){

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: -10px;
}
    }


/*******************TOP NAVBAR FIXED NAVBAR END*******************/
 

/*=======================SIDEBAR NAV START=======================*/
.hit_sidebar{
    position: relative;
    display: block;
    min-height: 100%;
    overflow-y: visible;
    overflow-x: hidden;
    border: none;
    transition: all .3s cubic-bezier(.55,0,.1,1);
    padding-top: 64px;
    background: #fff;
    width: 320px;
    background-color: #6381CF;
/*    transform: translate3d(-280px,0,0);*/
    
    
}
.small_sidebar{    
    width: 0px;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
   
}
.sidebar-open {
    min-width: 274px;
    width: 274px;
    transform: translate3d(0,0,0);
}
.sidebar-slide-push {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 999;
    left: -15px;
}

.help
{
    margin: 320px 30px;
}






/************************ content css ************************/
.content{
    font-family: sans-serif;
    font-size:24px;
    margin-top: 20px;
}
.content1{
    font-family: sans-serif;
    font-size:17px;
    margin-top: 20px;
    font-weight: 500;
}
.heat{
    font-family: sans-serif;
    font-size: 30px;
    margin-top: 140px;
    color:#4D2727 ;
    font-weight: bold;

}
.aim{
    font-family: sans-serif;
    font-size: 25px;
    margin-top: 10px;
    color: #6381Cf;
}
.calculation
{
    margin-top: 20px; 
    margin-left: 20px;
}
 
.modal {
    text-align: center;
  }
  
  @media screen and (min-width: 768px) { 
    .modal:before {
      display: inline-block;
      vertical-align: middle;
      content: " ";
      height: 100%;
    }
  }
  
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }

  body.modal-open .container{
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(20px);
}
#stopwatch {
    background: #eee;
    border: 1px solid #999;
    padding: 10px;
    border-radius: 10px;
    max-width: 200px;
  }
  #sw-time {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }
  #sw-rst, #sw-go {
    width: 45%;
    box-sizing: padding-box;
    padding: 5px;
    display: inline-block;
    background: #6381CF;
    border: 0;
    color: #fff;
  }

  table.gridtable {
    font-family: verdana,arial,sans-serif;
    width: 90%;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
    border-collapse: collapse;
    
}
table.gridtable th {
    border-width: 1px;
    width: 80px;
    padding: 8px;
    max-width: 100px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.gridtable td {
    border-width: 1px;
    width: 100px;
    padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}
@media only screen and (max-width: 1025px) and (min-width: 300px) {
    #content_body {
        width: 100%;
        display: block;
        margin-left:300px;
        transition: all .3s cubic-bezier(.55,0,.1,1);
    }
    #sim
    {
        width: 200px;
        height: 200px;
    }

  }