@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);


html,
body {
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  background: #FFF;
}
html {
  height: 100%;
}
body{
	margin:0px;
    min-height: 100%;
}
a {
  color: #3c8dbc;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #72afd2;
}
h1, h2, h3, h4, h5, h6{
	font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4 {
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.2em;
}
.col-centered {
    float: none !important;
    margin: 0 auto;
}
.no-padding {
	padding-right:0px !important;
	padding-left:0px !important;
}
.padding-right{
	padding-right:0px !important;
}
.padding-left{
	padding-left:0px !important;
}
.navbar-default {
    background-color: #5d0c1d;
    border-color: #5d0c1d;
    border-radius: 0px;
}
.atrack-header .navbar-default .navbar-nav>li>a{
	font-size: 16px;
    font-weight: 600;
    padding-left: 10px;
    margin-top: 15px;
    color: #ccb38d;
    margin-bottom: 15px;
}
.main-content-header h1{
	font-size: 18px;
    color: #44505f;
    padding: 8px 15px 15px;
    margin-bottom: 0px;
}
.audio-box{
	margin: 5px 0px;
}
.audio-submit{
	text-align:center;
	margin: 60px 0px;
}
.audio-listing .table{
	border: 1px solid #ddd;
	font-size: 13px;
    color: #44505f;
	/*overflow-x: scroll;
    display: block;*/
}
.audio-listing .table>thead>tr>th{
	border-bottom: 1px solid #ddd;
	font-weight:600;
	white-space: nowrap;
}
.audio-listing .table>tbody>tr>td{
	/*border-bottom: 1px solid #ddd;*/
	white-space: nowrap;
}
.audio-listing .table::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #ccb38d;
	border-radius: 0px;
}

.audio-listing .table::-webkit-scrollbar
{
	background-color: #F5F5F5;
	height:5px;
}

.audio-listing .table::-webkit-scrollbar-thumb
{
	background-color: #5d0c1d80;
	border-radius: 3px;
	background-image: -webkit-linear-gradient(90deg,
	                                          rgba(0, 0, 0, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(0, 0, 0, .2) 50%,
											  rgba(0, 0, 0, .2) 75%,
											  transparent 75%,
											  transparent)
}
.audio-box input[type="text"], .audio-box select{
	width: 100%;
    height: 35px;
    padding: 5px 10px;
    border: 2px solid #8caedb;
    font-size: 13px;
    color: #073471;
    font-weight: 600;
}
.audio-box input:hover, .audio-box input:focus, .audio-box input:active{
	border:1px solid #44505f;
}
.audio-box label{
	font-weight: 600;
    font-size: 11px;
    color: #44505f;
}
.audio-submit input[type="submit"]{
	border: 1px solid #ddd;
    font-size: 13px;
    padding: 10px 30px;
    border-radius: 4px;
    font-weight: 600;
    color: #44505f;
	margin-right: 10px;
}
.success{
	background: #23D160;
	color:#fff !important;
	border: 1px solid #23D160 !important;
}
.inform{
	background: #229CEF;
	color:#fff !important;
	border: 1px solid #229CEF !important;
}
.cancel{
	background: #FF3860;
	color:#fff !important;
	border: 1px solid #FF3860 !important;
}
.added-audio-list{
	width: 100%;
    height: 70px;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 13px;
    color: #44505f;
}
.search-audio{
	margin-bottom: 20px;
}
.search-audio .btn{
	padding: 9px 12px;
}
.add-audio-link{
	text-align: right;
}
.add-audio-link .btn-primary{
	border: 1px solid #ddd;
    font-size: 14px;
    padding: 9px 30px;
    border-radius: 2px;
    font-weight: 600;
    color: #44505f;
    background: #efefef;
	margin-left: 10px;
}
.add-audio-link .btn-default{
	background: #33B5E7;
    border: 1px solid #4babd0 !important;
    color: #fff !important;
	font-size: 14px;
    padding: 9px 15px;
    border-radius: 2px;
    font-weight: 600;
    margin-left: 10px;
}
.add-audio-link .btn-success{
	font-size: 14px;
    padding: 9px 15px;
    border-radius: 2px;
    font-weight: 600;
    margin-left: 10px;
}
.add-audio-link .fa-download{
	margin-right: 10px;
}
.edit-view-btn a{
	float: left;
    padding: 4px;
    font-size: 11px;
    display: block;
    margin-right: 5px;
}
#adv-search .btn-search-text{
	
	border-right: 0px;
}
#adv-search .btn-default{
	text-align: left;
    width: 100%;
    height: 40px;
    padding: 10px;
    font-size: 11px;
    border-radius: 0px;
    box-shadow: none;
}
.filter-save-reset .btn-primary{
	margin: 10px 0px;
    font-size: 13px;
	border-radius: 0px;
    padding: 0px 20px;
    height: 38px;
}
@media (min-width: 1400px)
{
.container {
    width: 1380px;
}
}

.login-box{
	padding: 20px;
    margin: 150px auto;
    border: 1px solid #ddd;
    background: #fff;
}
.login-box input[type="text"], .login-box input[type="password"], .login-box input[type="email"]{
	width: 100%;
    height: 45px;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 13px;
    color: #44505f;
    margin: 10px 0px;
}
.login-box input[type="submit"]{
	border: 1px solid #ddd;
    font-size: 13px;
    padding: 10px 30px;
    border-radius: 2px;
    font-weight: 600;
    color: #44505f;
    margin: 20px 0px;
    width: 100%;
}
.login-box h2{
	font-size: 24px;
}
a.current-page{
	color:#fff !important;
}
.display-name span{
	font-size: 14px;
    font-weight: 600;
    padding-left: 10px;
    margin-top: 30px;
    color: #ccb38d;
    margin-bottom: 15px;
    display: block;
}
.add-file{
	    background-color: #ccb48d !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    color: rgb(93 12 29) !important;
    font-size: 13px !important;
    border-radius: 0px !important;
    padding: 0px 15px !important;
    height: 35px;
    margin-top: 10px;
}
.add-file:disabled,
.add-file[disabled]{
  border: 1px solid #999999 !important;
    background-color: #cccccc !important;
    color: #666666 !important;
}
.audio-listing{
	overflow-x: auto;
   /* border-right: 1px solid #ddd; */
}
.audioChapName, .audioFileName, .audioFileStatus{
	margin-bottom: 10px;
}
.remove{
	border: 1px solid red;
    background: red;
    color: #fff;
    font-weight: bold;
    margin-top: 12px;
    padding: 3px;
    line-height: 9px;
    font-size: 12px;
}
.addFormerror{
	color: red;
    float: left;
    position: absolute;
    top: 65px;
    left: 16px;
    font-size: 12px;
    font-weight: 600;
}
.error{
	color: red;
    font-size: 13px;
    font-weight: 600;
}
.removeFile{
	text-align: left;
}
.audio-box textarea {
    width: 100%;
    height: 100px;
    padding: 5px 10px;
    border: 2px solid #8caedb;
    font-size: 13px;
    color: #073471;
    font-weight: 600;
	margin-bottom: 10px;
}
.audio-display{
	max-height: 550px;
    overflow-y: auto;
    overflow-x: hidden;
}
.audio-display::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #ccb38d;
	border-radius: 0px;
}

.audio-display::-webkit-scrollbar {
	width: 7px;
	background-color: #F5F5F5;
}

.audio-display::-webkit-scrollbar-thumb {
	background-color: #5d0c1d80;
	border-radius: 3px;
	background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .2) 75%, transparent 75%, transparent)
}
.breadcrumb-inner span{
	    margin-right: 10px;
		font-size: 12px;
}
.come-from-modal.left .modal-dialog,
.come-from-modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 600px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.come-from-modal.left .modal-content,
.come-from-modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0px;
}

.come-from-modal.left .modal-body,
.come-from-modal.right .modal-body {
    /*padding: 15px 15px 80px;*/
}
.come-from-modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.come-from-modal.right.fade.in .modal-dialog {
    right: 0;
	bottom: 0;
}

.modal-footer {
  border-radius: 0;
  bottom:0px;
  position:absolute;
  width:100%;
}
.modal-content {
  height: 100%;
  border-radius: 0;
  position:relative;
}
#uploadFileContainer .btn-primary{
	font-size: 11px;
    font-weight: 600;
	background: #229CEF;
    color:#fff !important;
    border: 1px solid #229CEF;
	margin-right: 0px;
    padding: 6px 8px;
}
#uploadFileContainer .btn-danger{
	font-size: 11px;
    font-weight: bold;
    padding: 2px 7px;
	border-radius: 0px;
}
.notfound{
  display: none;
}
.pagination{
	float: right;
	margin: 20px 0px 20px 20px;
}
#search-audio label{
	font-weight: normal;
    margin-bottom: 0px;
    margin-right: 5px;
    background: #efefef;
    padding: 2px 10px;
    font-size: 13px;
    color: #44505f;
}
#adv-search .btn-default label{
	background:#fff;
	
}
#adv-search .btn-default:hover label{
	background:#fff;
	
}
#adv-search .btn-default:active label{
	background:#fff;
	
}
#adv-search .btn-default:focus label{
	background:#fff;
	
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
}
.btn-search-text{
	background: #428bca;
    color: #fff;
	border: 1px solid #428bca;
}
#search-audio{
	border: 1px solid #ddd;
    box-shadow: none;
    border-right: none;
    border-radius: 0px;
}
#adv-search .btn-search-text:hover{
	border-right:1px solid !important;
}
.close{
	font-size: 20px;
	line-height: 19px;
	opacity: .9;
    margin-left: 7px;
}
#ResetSearchField
{
	width: initial !important;
    margin-left: 10px;
    height: 38px !important;
    font-size: 13px !important;
    padding: 0px 20px !important;
    background: #efefef;
}
#dynamic_field{
	margin-top: 10px;
}

#comments-table>thead>tr>th{
	color: #44505f;
	border-bottom: 1px;
	font-weight: 600;
	white-space: nowrap;
}
#comments-table>tbody>tr>td{
	color: #44505f;
	font-size: 13px;
}
h5#exampleModalLabel{
	font-size: 18px;
    color: #44505f;
    font-weight: 600;
	
}
.pointer {
	cursor: pointer;
}
.BookCancel{
	font-size: 13px !important;
    padding: 10px 30px !important;
    background: #efefef;
}
.audio-file-info h2{
	font-size: 18px;
    color: #44505f;
    padding: 8px 15px 15px 15px;
	margin-bottom: 5px;
}
.book-info{
	border: 2px solid #5c091b;
   /* margin-bottom: 10px;
	padding-bottom: 20px;*/
}
.book-info label{
	font-size: 13px;
}
#listing-menu{
	padding: 15px 0px;
	font-size: 13px;
}
#listing-menu span{
	padding: 0px 8px;
}
span.current-list a{
	font-weight:600;
}
span.current-list{
	padding: 5px 15px !important;
    margin-right: 5px;
    border-radius: 2px;
    background: #efefef;
}
.hideArrow select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}
.notify{
	background: #33B5E7;
	border: 1px solid #4babd0 !important;
    color: #fff !important;
}
.notify:hover{
	background: #278cb2; 
}
.success:hover {
    background: #1f9849;
}
.remember-me{
	font-weight: 600;
    font-size: 13px;
    position: relative;
    top: -2px;
    margin-left: 2px;
}
input[type="file"] {
    display: none;
}
.custom-file-upload {
    display: inline-block;
    padding: 9px 8px;
    cursor: pointer;
    background: linear-gradient(40deg, #f1f3f4, #ccc);
    box-shadow: 0 4px 4px rgb(0 0 0 / 40%);
    color: #44505f !important;
    width: 100%;
}
.red{
	font-size:11px;
	color:red;
}
.bootstrap-datetimepicker-widget{
	display: none !important;
}
.file_notes{
	font-size: 12px;
    max-height: 100px;
    border: 2px solid #8caedb;
    padding: 5px;
    overflow-y: auto;
    overflow-x: hidden;
	color: #073471;
    font-weight: 600;
}
.SendforCorrection input{
	border-color: #f07d79 !important;
}
select.SendforCorrection {
	border-color: #f07d79 !important;
}
.SendforCorrection .file_notes{
	border: 1px solid #f07d79 !important;
}
.SendforCorrection .custom-file-upload{
	background: linear-gradient(40deg, #f1f3f4, #f07d79) !important;
}
.SendforCorrection audio::-webkit-media-controls-panel {
  background-color: #f07d79;
}
.SendforCorrection .btn-primary{
    background: #f07d79 !important;
    border: 1px solid #f07d79 !important;
}
.Approved input{
	border-color: #2ce26c !important;
	background: #fff !important;
}
select.Approved {
	border-color: #2ce26c !important;
}
.Approved .file_notes{
	border: 1px solid #2ce26c !important;
}
.Approved .custom-file-upload{
	background: linear-gradient(40deg, #f1f3f4, #2ce26c) !important;
}
.Approved audio::-webkit-media-controls-panel {
  background-color: #2ce26c;
}
.Approved .btn-primary{
    background: #2ce26c !important;
    border: 1px solid #2ce26c !important;
}
.reset-main a{
	font-weight: 600;
    font-size: 13px;
    color: orange;
}
p.success{
	font-size: 13px;
    font-weight: 600;
    padding: 2px 5px;
}
.abs-comment-box{
	position: relative;
    z-index: 9999;
    width: 250px !important;
}
span.aFileStatus{
	position: absolute;
    top: -18px;
    font-size: 10px;
    left: 0px
}
#dtBasicExample select{
   width: 100%;
    height: 30px;
    padding: 0px 5px 0px 5px;
    border: 1px solid #ddd;
    font-size: 12px;
    color: #44505f;
}
#dtBasicExample input[type="text"]{
   width: 100%;
    height: 30px;
    padding: 0px 5px 0px 5px;
    border: 1px solid #ddd;
    font-size: 12px;
    color: #44505f;
}
table.dataTable thead .sorting_asc{
    background-image: none !important;
}
 
table.dataTable thead .sorting_desc {
    background-image: none !important;
}
 
table.dataTable thead .sorting {
    background-image: none !important;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd{
    background-color: #fff !important;
}
.filters .edit-cell input{
    visibility:hidden;
}	
.filters .ntrack-cell input{
    visibility:hidden;
}	
table.dataTable thead th, table.dataTable thead td{
	padding: 10px 8px !important;
}
.dataTables_wrapper .dataTables_length select{
	height: 30px;
    border: 1px solid #ddd !important;
    font-size: 12px;
    color: #44505f;
    margin: 0px 5px;
    border-radius: 2px !important;
}
#dtBasicExample_length label, .dataTables_wrapper .dataTables_info{
	font-size: 13px;
    color: #44505f;
    font-weight: 600;
}
table.dataTable.no-footer{
	border-bottom: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current{
	background: #428bca !important;
    border:1px solid #428bca !important;
	color:#fff !important;
}
.dataTables_wrapper .dataTables_info{
	display:none;
}
.paginate_button{
	border: 1px solid #ddd !important;
	margin-left: 0px !important;
}
#dtBasicExample_next{
	border-left: 0px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled{
    cursor: not-allowed !important;
}
table.dataTable thead .sorting{
	cursor: auto !important;
}
#reset-message {
  display:none;
  color: #000;
  position: relative;
}

#reset-message p {
    font-size: 12px;
    position: absolute;
    top: -17px;
    left: 1px;
}
.valid {
  color: green;
}
.invalid {
  color: red;
}
.prev-next-book{
	text-align: right;
}
#PrevID, #NextID{
    font-size: 12px;
}
.prev-next-book span{
	margin-right: 10px;
}
.aDisabled{
	pointer-events: none;
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
#pageloader
{
  background: rgba( 255, 255, 255, 0.8 );
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

#pageloader img
{
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}
#basicExampleModal h6{
	color: #3c8dbc;
    font-size: 15px;
    margin: 0px 0px 20px;
    font-weight: bold;
}
ul.abookList li{
	font-size:13px;
	margin-bottom:10px;
}
ul.abookList {
	max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 350px;
}
#basicExampleModal .modal-dialog {
    width: 375px;
    margin: 30px auto 0px;
    height: 500px;
}
#basicExampleModal .modal-header .close {
    margin-top: -21px;
}
#basicExampleModal .modal-footer{
	padding: 5px 5px 5px;
}
span.noresultauthor{
	text-align: center;
    display: block;
    width: 250px;
    margin: 50px auto;
    font-size: 18px;
}
ul.abookList::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #ccb38d;
	border-radius: 0px;
}

ul.abookList::-webkit-scrollbar {
	width: 7px;
	background-color: #F5F5F5;
}

ul.abookList::-webkit-scrollbar-thumb {
	background-color: #5d0c1d80;
	border-radius: 3px;
	background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .2) 75%, transparent 75%, transparent)
}

#PAtitle{
	display:none;
	position: absolute;
    font-size: 9px;
    color: #10c910;
    font-weight: bold;
}

tr.aTitle:hover #PAtitle {
    display:block;
}
table.dataTable tbody td {
    padding: 8px 10px 18px !important;
}
.navbar{
	margin-bottom: 10px;
}
#AuthorSelectBox .bootstrap-select{
	width: 100%;
}
#AuthorSelectBox .btn{
	background: none;
    border-radius: 0px;
    border: 2px solid #8caedb;
    font-size: 13px;
    color: #073471;
    font-weight: 600;
	height: 40px;
}
#AuthorSelectBox span.caret{
	display:none;
}
#AuthorSelectBox ul.dropdown-menu{
	font-size: 13px;
	color: #073471;
}
#AuthorSelectBox .bootstrap-select.btn-group .dropdown-menu li a{
	color: #073471;
}
.durationbox input[type="text"]{
	padding: 1px;
    text-align: center;
	border-radius: 0px
}
#addBookForm label{
	font-size:13px !important;
}

#addBookForm input[type="text"], #addBookForm select{
	height: 40px;
}

.BAudio, .FAudio{
	padding: 0px;
    background: none;
    border: none;
    font-size: 12px;
    top: 24px;
    position: absolute;
	color: #969090;
}
.BAudio{
	left: 162px;
}
.FAudio{
	right: 112px;
}
audio::-webkit-media-controls-timeline-container {
	position:absolute;
}

