
/*---------------------------------*/
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    color: #fff;
    background-color: #ff4d53 !important;
    border-color: #ff4d53 !important; 
}
.table thead tr {
    color: #ffffff  !important; 
    background: #490455 !important; 
}
.btn-success {
    color: #fff !important;
    background-color: #315729 !important;
    border-color: #315729 !important;
}
.bg-danger {
    background-color: #F44336;
    color: #fff;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447 !important;
    border-color: #398439 !important;
}
.m-r-5 {
    margin-right: 5px;
}
.main-login{
    background: transparent url(../images/bg-carousel-caption.png) !important;
    position: static;
    color: #fff !important; 
    padding: 10px 20px;        
}
body.login .copyright{ color:#fff;}
body.login .register{ color: #66ec6be8;}

 ul.main-navigation-menu > li{ 
    background:#490455;
	 
}  
 
/*   .main-container { 
    background: #490455 !important;
}
 */
.al-section {
    padding: 5px;
    margin-bottom: 20px;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    margin-top: 15px;
}

.fieldset1
{
    border:1px solid #ddd;  
    -moz-border-radius:4px;
    -webkit-border-radius:4px;	
    border-radius:4px;

}
.legend1
{
  margin-bottom:0px;
  margin-left:14px;
  width: auto;
  border-bottom:none; font-size:16px;	 padding: 15px 0;
}
.bg-body{background: #f9f9f9;}
.form-login{ 
    width: 275px;
    text-align: center;
    margin: 0 auto;
 }
.border-b{border-bottom: 1px solid #ddd;  float:left;}

.error-mesg {
    color: #F44336;
    font-weight: 700;
    font-size: 14px;
}
.table-wrapper {
    width: 700px;
    margin: 30px auto;
    background:#fff;
    padding: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.table-title {
    padding-bottom: 10px;
    margin: 0 0 10px;
}

.table-title h2 {
    margin: 6px 0 0;
    font-size: 22px;
}

.table-title .add-new {
    float: right;
    height: 30px;
    font-weight: bold;
    font-size: 12px;
    text-shadow: none;
    min-width: 100px;
    border-radius: 50px;
    line-height: 13px;
}

.table-title .add-new i {
    margin-right: 4px;
}

table.table {
    /*table-layout: fixed;*/
}

table.table tr th, table.table tr td {
    border-color:#e9e9e9;
}

table.table .form-control {
    height: 32px;
    line-height: 32px;
    box-shadow: none;
    border-radius: 2px;
}

table.table .form-control.error {
    border-color:#f50000;
}

.page-header {
    margin: 0 !important;
    border-bottom: 0 !important; 
}

/* ul.main-navigation-menu {
    overflow-y: auto;
    height: 480px;
  
} */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #490455;
}
::-webkit-scrollbar-thumb {
    background: #790c66;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.chk {
    display: block;
    position: absolute;
    margin-left: 10px !important;
    margin-top: 5px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chk input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #ccc;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.chk input:checked ~ .checkmark:after {
    display: block;
}

.chk .checkmark:after {
    left: 6px;
    top: 3px;
    width: 7px;
    height: 13px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.astrik {
    font-size: 16px;
    color: #ff0000;
}

.display-block {
    display: block !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-t-8 {
    margin-top: 8px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.display-inline {
    display: inline-block !important;
}

.pagination li a {
    color: #333;
}

input.input-validation-error,
select.input-validation-error {
    border: 1px solid #ff0000;
}

.field-validation-error {
    color: red;
}

.page-size-txt {
    float: left;
    margin-top: 6px;
    margin-right: 5px;
    margin-left: 3px;
}

.modal-header-custom {
    padding: 5px 10px !important;
}

.modal-header .close {
    opacity: 1 !important;
    color: #fff !important;
}

.modal {
    top: 25% !important;
    overflow: hidden;
}

.modal-dialog {
    width: 30% !important;
}

.modal-body {
    padding: 10px 20px !important;
}

.model-footer {
    text-align: right;
    padding-top: 5px;
    clear: both;
    width: 100%;
    float: right;
}

.bg-success {
    background-color: #46bb88 !important;
    color: #fff;
}

.bg-danger {
    background-color: #f26651 !important;
    color: #fff;
}

.bg-information {
    background: #1196f3;
    color: #fff;
}

.info-box {
    font-size: 16px;
    line-height: 20px;
    padding: 30px 10px 15px 10px !important;
    text-align: center;
}

.bg-confirm {
    background-color: #ff9900;
    color: #fff;
}

@media (max-width: 480px) and (min-width: 320px) {
    .modal-dialog {
        width: 100% !important;
        margin: 0 auto !important;
    }
}

/* .main-navigation{ position:fixed !important;} */

.waitLoader {
    position: fixed;
    left: 45%;
    top: 45%;
    width: 80px;
    height: 80px;
    background: url(../images/ICOWait.gif);
    z-index: 999999;
}

.waitOverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
     bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 999999;
}


