﻿.seriesimagesize {
    width: 300px;
    height: 230px;
}

.bookimagesize {
    width: 118px;
    height: 154px;
}

.pagecontent {
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

.loginerrormsg {
    text-align: left;
    color: red;
    margin: -10px 0px 10px 5px;
}

.registrationContentpage {
    margin-left: -10px;
}

.panel-gray {
    border-color: #c83328;
   margin-top: 37px;	
}

.panel-gray-regn {
    margin-top: 37px;	
}

    .panel-gray > .panel-heading {
        color: #fff;
        background: #c83328;
        border-color: #c83328;
    }

.fa-asterisk {
    font-size: 0.6em;
    color: red;
    margin-top: 10px;
}

.btn-gray {
    color: #fff;
    background-color: #323232;
    border-color: #323232;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #C83328;
    text-decoration: none;
	outline: none;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0px 0px 0px 10px;
    /*margin-bottom: -1px;*/
    background-color: #fff;
    border: 1px solid #ddd;
}

.tblSearchlist {
    width: 100%;
}

.thumbnail {
    cursor: pointer;
    background: transparent !important;
}

    .thumbnail img {
        width: auto;
        height: auto;
    }

    .thumbnail .caption {
        margin: -20px 0px -20px 0px;
        color: #333;
    }

.dg-wrapper a {
    width: 302px;
    display: block;
    position: absolute;
    box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
    border: 1px solid #ddd;
    border-radius: 4px;
}

.sliderImageborder {
    border-radius: 4px;
}

.colaspColor {
    color: #101010;
    cursor: pointer;
    margin-top: -15px;
    float: right;
}




.left-navi ul li.icn1:before {
    content: url("../images/icn1.png");
    padding-right: 7px;
    top: 4px;
    position: relative;
}

.left-navi ul li.icn2:before {
    content: url("../images/icn2.png");
    padding-right: 7px;
    top: 2px;
    position: relative;
}

.left-navi ul li.icn3:before {
    content: url("../images/icn3.png");
    padding-right: 7px;
    top: 3px;
    position: relative;
}

.left-navi ul li.icn4:before {
    content: url("../images/icn4.png");
    padding-right: 7px;
    top: 2px;
    position: relative;
}

.left-navi ul li.icn5:before {
    content: url("../images/icn5.png");
    padding-right: 7px;
    top: 3px;
    position: relative;
}

.nav > li > a > img {
    margin-top: -7px;
}

.caption > h3 {
    font-size: 18px;
}

.books_detail > img {
    height: 317px;
    width: 250px;
}

.ptagstyle {
    font-size: 14px !important;
    color: black !important;
}


.dropdown-menu li {
    padding: 5px;
    border-top: 1px solid #323232 !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #000;
    text-decoration: none;
    background-color: #fff;
    outline: 0;
    /* font-weight: lighter; */
    font-size: 15px;
}

.dropdown-menu > .active > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
}

body::-webkit-scrollbar {
    width: 1em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.dropdown-menu {
    z-index: 99999999;
}

.the-legend {
    border-style: none;
    border-width: 0;
    /* font-size: 14px; */
    line-height: 30px;
    margin-bottom: 0;
    width: auto;
    padding: 0 10px;
    border: 1px solid #e0e0e0;
    background: #323232;
    border-radius: 3px;
    color: #fff;
}

.the-fieldset {
    border: 1px solid #e0e0e0;
    padding: 10px;
}

.mainNav ul li {
    border-bottom: none;
}

    .mainNav ul li a {
        color: #000;
    }

#sidebar {
    margin-bottom: -30px;
	background: #efefef;
	margin-top: 30px;
	border-radius: 0px 80px 0px 0px;
	-webkit-box-shadow: 5px 2px 5px 0px rgba(219,219,219,1);
-moz-box-shadow: 5px 2px 5px 0px rgba(219,219,219,1);
box-shadow: 5px 2px 5px 0px rgba(219,219,219,1);
	padding-top: 55px;
	border-right: 1px solid #fff;
	
}


#sidebar ul li a:hover {
		background: #c83328;
        color: #fff;
		-webkit-box-shadow: 3px 9px 5px 0px rgba(214,211,214,1);
-moz-box-shadow: 3px 9px 5px 0px rgba(214,211,214,1);
box-shadow: 3px 9px 5px 0px rgba(214,211,214,1);
    }

#sidebar ul li a:hover::before
 {
	 content: '';
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 12px solid #5d120c;
	 float: right;
	 margin-top: -20px;
    margin-right: 0px;
}












ul li.has-subnav .accordion-btn {
    color: #fff;
}

.mainNav .fa {
    margin-right: 20px;
}



.mainNav ul ul li:after {
    /*border-left: 1px solid #4a4f5b;*/
    border-left: 3px solid #000;
    bottom: 13px;
    content: "";
    left: 27px;
    position: absolute;
    top: 0%;
}

.mainNav ul ul li:before {
    /*background: #4a4f5b;*/
    bottom: auto;
        content: url(../images/arrow.png);
    left: 29px;
    position: absolute;
    right: auto;
    z-index: 1;
	    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}






#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    text-shadow: rgba(0,0,0,.25) 0 -1px 0;
    background: linear-gradient(#2f3544,#2f3544),#393f4d;
    box-shadow: rgba(0,0,0,.25) 0 1px 0, inset rgba(255,255,255,.16) 0 1px 0;
}

ul ul a {
    font-size: 12px;
    padding-left: 40px !important;
    background: #6d7fcc;
}

.mainNav ul ul {
    border-bottom: none;
    position: relative;
    z-index: 999;
	padding-bottom: 0px;
}

.left-navi h2 {
    color: #fff;
    background-color: #3e4450;
    padding: 10px 15px;
    border-radius: 3px;
}

.white-box {
    background: #222631;
    margin-top: 27px;
    padding: 10px;
    margin: 10px;
}

.breadcrumb {
    margin-bottom: 0px;
}
.breadcrumb li a {
        color: #c83328;
}

.form-control {
    /*padding: 19px 12px;*/
    font-size: 15px;
    border: 1px solid #b3baca;
    border-radius: 0px;
    color: #393939;
}

.form-controlsearch {
    /*padding: 19px 12px;*/
    font-size: 15px;
    border: 1px solid #434a5b;
    border-radius: 0px;
}

.mrgn10 {
    margin-top: 10px;
}


.address {
    padding: 5px 0px 10px;
    color: #333;
    border-bottom: 1px solid #ccc;
}

    .address p {
        text-align: left;
        padding-bottom: 15px;
        font-size: 15px;
    }

        .address p span {
            font-size: 14px;
            line-height: 20px;
            display: inline-block;
            padding-left: 8px;
            width:90%;
        }

        .address p i {
            font-size: 18px;
            line-height: 20px;
            float: left;
            width:20px;
        }

.social-icn {
    text-align: center;
    padding-top: 33px;
}

    .social-icn p i {
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        float: none;
        display: inline-block;
        margin: 0px 10px;
        font-weight: bold;
        color: #333;
    }

        .social-icn p i:hover {
            color: #fd6c4c;
        }

.margintop30px {
    margin-top: 30px;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {

	
	background: #c83328 !important;
        color: #fff !important;
		-webkit-box-shadow: 3px 9px 5px 0px rgba(214,211,214,1);
-moz-box-shadow: 3px 9px 5px 0px rgba(214,211,214,1);
box-shadow: 3px 9px 5px 0px rgba(214,211,214,1);
	
}

/*
#sidebar ul li.active:after {

 content: '';
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 12px solid #5d120c;
	 float: right;
	 margin-top: -49px;
    margin-right: 0px;
	
}

*/

#sidebar ul li.active:before {

 content: '';
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 12px solid #5d120c;
	 float: right;
	 margin-top: -12px;
    margin-right: 0px;
	
}







.mainNav ul ul li a:hover {
	color: #c83328 !important;
    background: transparent!important;
	box-shadow: none !important;
}


.mainNav ul ul li a:hover::before
 {
	 content: none !important;

}



.mainNav ul ul li a:hover {
    padding: 15px 10px;
}

.txtalign {
    text-align: right;
    margin-top: 7px;
}