/*
 * Sidebar
 */
#sidebar {
  position: fixed;
  top: 0px;
  bottom: 0;
  left: -260px;
  width: 250px;
  z-index: 100; /* Behind the navbar */
  /*box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);*/
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
  height: 100vh;
  padding-top: 15px;
  padding-left: 10px;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  -webkit-transition: all 0.3s; /* For Safari 3.1 to 6.0 */
  transition: all 0.3s;
}
#sidebar.sidebar-open {
	margin-left: 250px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 7px 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.navbar-toggle:hover, .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    transition: .2s;
}
.navbar-white .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.sidebar-open + .navbar .navbar-toggle .icon-bar:first-child {
    transform: rotate(-45deg) translateY(4px) translateX(-4px);
}
.sidebar-open + .navbar .navbar-toggle .icon-bar:nth-child(2) {
    visibility: hidden;
    opacity: 0;
}
.sidebar-open + .navbar .navbar-toggle .icon-bar:last-child {
    transform: rotate(45deg) translateY(-4px) translateX(-4px);
}
main {
	position: relative;
	margin-top: 0px;
}

#content {
	margin-top: 0px;
}
/*
 * Navbar
 */
nav.navbar {
	height: 60px;
}
.navbar-headers {
	height: 60px;
	width: 25%;
	max-width:250px;
}
.navbar-header .navbar-brand a {
	font-size: 2.0rem;
}
footer {
	margin-top: 80px;
}
/*
 Pagination
*/
#pagination a, strong {
    margin-right: 5px;
}
/*
 Loader image
*/
#loader {top: 50%;left:50%;position: fixed;	-webkit-transform: translate(-50%, -50%);transform:translate(-50%, -50%);display: none;}
span.required {color:#f44336;font-weight:bolder;font-size:.9rem;}
.card, .list-group { border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0;}
.card > .list-group .list-group-item { border-radius: 0; border-width:1px 0;}
.card .card-header {background-color: #ffffff;padding:.5rem 1.25rem;}
.card .card-header p {margin-bottom:0;}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
#add_image .btn-toolbar button {
    margin-right: 10px;
}
.fade.in {
  opacity: 1;
}

.icon-block {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  display: inline-block;
  font-size: 35px;
}
.icon-block.s25 {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
}
.icon-block.s30 {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
}
.icon-block.s60 {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 25px;
}
.icon-block.s90 {
  width: 90px;
  height: 90px;
  line-height: 90px;
}
.icon-block.half {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
}
.icon-block.double {
  width: 150px;
  height: 150px;
  line-height: 150px;
  font-size: 45px;
}
.pull-r{
    text-align:right;
}
.pull-l{
  text-align:left;
}
.pull-center{
  text-align:center;
}
.mob-timer {
    display: none;
}
.form-check {
  padding-left: 2.25rem;
  margin-top: 5px;
}
.form-check-label {
  padding-left: 5px;
}
.mobile-timer{
  display:none;
}
.btn-indiatest{
    color:#ffffff;
    background-color:#ff9447;
    border-color:#ff9447;
}
.btn-indiatest:hover, .btn-indiatest:focus, .btn-indiatest.focus, .btn-indiatest:active, .btn-indiatest.active, .open > .dropdown-toggle.btn-indiatest{
    color:#ffffff;
    background-color:#f5820f;
    border-color:#f5820f;
}
.btn-indiatest:active, .btn-indiatest.active, .open > .dropdown-toggle.btn-indiatest{
    background-image:none;
}
.btn-indiatest.disabled, .btn-indiatest[disabled], fieldset[disabled] .btn-indiatest, .btn-indiatest.disabled:hover, .btn-indiatest[disabled]:hover, fieldset[disabled] .btn-indiatest:hover, .btn-indiatest.disabled:focus, .btn-indiatest[disabled]:focus, fieldset[disabled] .btn-indiatest:focus, .btn-indiatest.disabled.focus, .btn-indiatest[disabled].focus, fieldset[disabled] .btn-indiatest.focus, .btn-indiatest.disabled:active, .btn-indiatest[disabled]:active, fieldset[disabled] .btn-indiatest:active, .btn-indiatest.disabled.active, .btn-indiatest[disabled].active, fieldset[disabled] .btn-indiatest.active{
    background-color:#ff9447;
    border-color:#ff9447;
}
.btn-indiatest .badge{
    color:#ff9447;
    background-color:#ffffff;
}
.btn-indiatest.btn-stroke{
    color:#ff9447;
    background-color:#ffffff;
    border-color:#ff9447;
}
.btn-indiatest.btn-stroke:hover, .btn-indiatest.btn-stroke:focus, .btn-indiatest.btn-stroke.focus, .btn-indiatest.btn-stroke:active, .btn-indiatest.btn-stroke.active, .open > .dropdown-toggle.btn-indiatest.btn-stroke{
    color:#ff9447;
    background-color:#ff9447;
    border-color:#f5820f;
}
.btn-indiatest.btn-stroke:active, .btn-indiatest.btn-stroke.active, .open > .dropdown-toggle.btn-indiatest.btn-stroke{
    background-image:none;
}
.btn-indiatest.btn-stroke.disabled, .btn-indiatest.btn-stroke[disabled], fieldset[disabled] .btn-indiatest.btn-stroke, .btn-indiatest.btn-stroke.disabled:hover, .btn-indiatest.btn-stroke[disabled]:hover, fieldset[disabled] .btn-indiatest.btn-stroke:hover, .btn-indiatest.btn-stroke.disabled:focus, .btn-indiatest.btn-stroke[disabled]:focus, fieldset[disabled] .btn-indiatest.btn-stroke:focus, .btn-indiatest.btn-stroke.disabled.focus, .btn-indiatest.btn-stroke[disabled].focus, fieldset[disabled] .btn-indiatest.btn-stroke.focus, .btn-indiatest.btn-stroke.disabled:active, .btn-indiatest.btn-stroke[disabled]:active, fieldset[disabled] .btn-indiatest.btn-stroke:active, .btn-indiatest.btn-stroke.disabled.active, .btn-indiatest.btn-stroke[disabled].active, fieldset[disabled] .btn-indiatest.btn-stroke.active{
    background-color:#ffffff;
    border-color:#ff9447;
}
.btn-indiatest.btn-stroke .badge{
    color:#ffffff;
    background-color:#ff9447;
}
.btn-indiatest.btn-stroke.active, .btn-indiatest.btn-stroke:active, .btn-indiatest.btn-stroke:focus, .btn-indiatest.btn-stroke:hover, .btn-indiatest.btn-stroke .open > .dropdown-toggle.btn-indiatest.btn-stroke{
    background-color:#ff9447;
    border-color:#ff9447;
    color:#ffffff;
}
/*14-10-2019 by Raj*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width:767px) {
  .row.mobile-btn-align {
    display: block;
}
.row.mobile-btn-align div {
    display: table-cell;
}
.sidebar-btn.mb-4 button {
    display: none;
}
.desktop-timer{
  display:none;
}
.mobile-timer{
  display:block;
}

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 767px) {

}