/*------------------------------------------------------------------

Name Of File :   style.css

-------------------------------------------------------------------*/

/*
#5768f3 
#1c45ef 
#182150
*/

/*@import url("font.css");*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

/*======================================== Body ============================================*/

html, body{
	margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    color: #333;
    height: 100%;
    width: 100%;
    background-attachment: fixed !important;
}	
h1,h2,h3,h4,h5,h6,p,a,span,strong,label {
   font-family: 'Poppins', sans-serif !important;
   margin:0;
   padding:0;
}
p {
	font-size:16px;
	margin:0;
	padding:0;

}
a,a:hover{
	text-decoration:none;
}
ul{
	margin:0px;
}

.float-right {
    float:right;
}

.display-none {
    display:none;
}

/*----- selection -----*/

::selection
{
    background: #1c45ef;
    color: #fff;
}

::-moz-selection
{
    background: #1c45ef;
    color: #fff;
}

::-webkit-selection
{
    background: #1c45ef;
    color: #fff;
}

::-o-selection
{
    background: #1c45ef;
    color: #fff;
}

::-ms-selection
{
    background: #1c45ef;
    color: #fff;
}

.bg-white {
    background: #fff;
}

/*--------- Overflow Content ------------------*/

.scrollbar-y{
	margin-left: 0px;
	float: left;
	height: 500px;
	width: 100%;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 0px;
    padding: 10px;
}
.overflow-container{
	min-height: 450px;
}

/*  Scrollbar Style */


/*overflow y*/
.scrollbar-y::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.scrollbar-y::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.scrollbar-y::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #1c45ef;
}


/*overflow x*/

.scrollbar-x{
	margin-left: 0px;
	float: left;
	height: auto;
	width: 100%;
	background: #fff;
	overflow-y: hidden;
	margin-bottom: 0px;
    padding: 10px;
}

.scrollbar-x::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.scrollbar-x::-webkit-scrollbar
{
    height: 8px;
	background-color: #F5F5F5;
    width: 50px;
}

.scrollbar-x::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #c2c5d0;
    width: 50px;
}


button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    outline: none;
}


/*-------- Placeholder ---------*/

/*placeholder*/
.form-control::-webkit-input-placeholder {
    color: #828282 !important;
}
.form-control:-moz-placeholder { 
    color: #828282 !important;  
}
.form-control::-moz-placeholder { 
    color: #828282 !important; 
}
.form-control:-ms-input-placeholder {  
    color: #828282 !important; 
}
[placeholder]:focus::-webkit-input-placeholder {
    transition: opacity 0.2s 0.1s ease; 
    opacity: 0;
}
.form-control:focus::-webkit-input-placeholder {
    transition: text-indent 0.2s 0.1s ease; 
    text-indent: -120px;
    opacity: 1;
}




/*----- close -----*/

.close {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 28px;
  height: 28px;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}
.close:hover {
  opacity: 1;
}
.close:before,
.close:after {
  position: absolute;
  left: 13px;
  content: " ";
  height: 25px;
  width: 2px;
  background-color: #333;
  top: 2px;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
.close:hover:before,
.close:hover:after{
    background-color: #1c45ef;
}
.btn-refresh{
    content: "/f021";
    font-family: Fontawesome;
    height: 40px;
    width: 40px;
    background-color: transparent;
    border-radius: 3px;
    margin-left: 10px;
    border: 1px solid #cccccc;
    position: relative;
}

span.icone-refresh {
   position: absolute;
    left: 20%;
    top: 0%;
    height: 40px;
    width: 40px;
    text-align: center;
}

span.icone-refresh i {
    line-height: 40px;
    transition: transform .7s ease-in-out;
}

span.icone-refresh:hover i {
    transform: rotate(360deg);
}


/*===================================Some Commen Css==========================================*/

/*----- Section ----*/
section{
	padding:80px 0px;
}

/*----Button Content---*/
.button-content{
    margin: 10px 0px;
    display: block;
    width: 100%;
    letter-spacing: 6px;
}
.button{
	display: inline-block;
    margin: 0;
    padding: 10px 15px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 125px;
    background: #1c45ef;
	border:1px solid #1c45ef;
    color: #ffffff;
    text-align: center;
    line-height: 16px;
    transition: all 0.3s ease-in-out;
    border-radius: 30px;
}
.button:hover{
	background:none;
	color: #1c45ef;
	border:1px solid #1c45ef;
}

/*----- Image Content ------*/

img{
	height:100%;
	width:100%;
}


/*------- Overlay ---------*/

.overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0,0,0,0.6);
    transition: all 0.5s ease-in-out;
    opacity: 0;
    top: 0;
    left: 0;
}
.overlay.in{
    z-index: 10;
    opacity: 1;

}



/*----- Equal Height Coloum ---------*/

.row-equal-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.row-equal-height  [class*='col-'] {
     display: flex;
     flex-direction: column;
}



/*------ Border None ------*/

.border-none{
	border: none;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #8a8a8a;
}


/*------- Dropdown --------*/

.dropdown-menu {
    left: 0;
    left: inherit;
    min-width: 200px;
    transition: all 0.4s ease-in-out;
    margin-top: 5px !important;
    border-bottom: 2px solid #1c45ef;
}


/*-------- Setting Toggle -------*/

.setting-toggle{
    position: fixed;
    right: 20px;
    top: 94%;
    height: 50px;
    width: 50px;
    border-radius: 100px;
    text-align: center;
    background: #1c45ef;
    color: #fff;
    font-size: 26px;
    box-shadow: 0px 0px 8px 3px rgb(144 144 144 / 40%);
    -webkit-box-shadow: 0px 0px 8px 3px rgb(144 144 144 / 40%);
    -moz-box-shadow: 0px 0px 8px 3px rgb(144 144 144 / 40%);
    -ms-box-shadow: 0px 0px 8px 3px rgb(144 144 144 / 40%);
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}
.setting-toggle i{
    line-height: 50px;
    -webkit-animation: rotation 6s infinite linear;
}

.setting-toggle.in{
    right: 270px;
    z-index: 10;
    box-shadow: none;
}

@-webkit-keyframes rotation {
    from {
            -webkit-transform: rotate(0deg);
    }
    to {
            -webkit-transform: rotate(359deg);
    }
}


/*-------- Sidebar left / Right -----------*/

.sidebar{
    position: fixed;
    width: 250px;
    top: 0;
    height: 100%;
    z-index: 10;
    padding: 50px 30px 20px 30px;
    background: #f0f3fd;
    transition: all 0.4s ease-in-out;
}

.sidebar-left{
    left: -250px;
    border-right: 3px solid rgb(28 69 239);
    background: rgba(28 69 239 / 90%);
}

.sidebar-left.active{
    left: 0px;
}

.sidebar-right{
    right: -250px;
    border-left: 3px solid #1c45ef;
}

.sidebar.sidebar-right.in{
   right: 0; 
}

.sidebar h4.title{
    font-size: 16px;
    margin-bottom: 25px;
    color: #000;
    position: relative;
}
.sidebar h4.title:after{
    content: "";
    width: 35px;
    height: 2px;
    bottom: -10px;
    left: 0;
    position: absolute;
    background: #1c45ef;
}


/*------ Theam View -------*/

.list-theam-selection li{
    width: 90%;
    margin: 10px auto;
    text-align: center;
    padding-bottom: 0;
    background: transparent;
    padding: 12px 12px 5px 12px;
    border-radius: 13px;
    transition: all 0.3s ease-in-out;
}

.list-theam-selection li a{
    margin-top: 5px;
    color: #3055ef;
    transition: all 0.3s ease-in-out;
}

.list-theam-selection li a img{
    margin-bottom: 5px;
}

.list-theam-selection li:hover{
    background: #d5dfff;
}

.list-theam-selection li:hover a{
    text-decoration: underline;
}


/*----- Sidebar Navigation ----*/
.side-nav {
    position: relative;
    width: auto;
    border: none;
    border-radius: 0;
    overflow-y: auto;
    background-color: transparent;
    bottom: 0;
    overflow-x: hidden;
    padding-bottom: 40px;
    padding-top: 30%;
    left: -20px;
}

.side-nav li a {
    width: 225px;
    border: none;
    color: #fff;
    transition: all 0.3s ease-in-out;
    padding: 8px 10px 8px 20px;
    border-radius: 100px;
    font-size: 12px;
}

.side-nav li a i.fa{
    line-height: 18px;
    font-size: 16px;
}

.side-nav li a:hover,
.side-nav li a:focus {
    outline: none;
    background-color: #e8ecf9 !important;
    color: #3055ef !important;
}

.side-nav li ul {
    padding: 0;
}

.side-nav li ul li a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    /*color: #999;*/
    color: #fff;    
}

.side-nav li ul li a:hover {
    color: #fff;
}



/*------- Box Content -------*/

.col-box{
    box-shadow: 0px 0px 8px 3px rgb(144 144 144 / 40%);
    -webkit-box-shadow: 0px 0px 8px 3px rgb(144 144 144 / 40%);
    -moz-box-shadow: 0px 0px 8px 3px rgb(144 144 144 / 40%);
    -ms-box-shadow: 0px 0px 8px 3px rgb(144 144 144 / 40%);
    padding: 35px;
    position: relative;
    background: #fefeff;
    width: 100%;
    /*height: 100%;*/
    height: auto;
    min-height: 100%;
    display: table;
}

/*.col-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 20px solid #1c45ef;
    border-right: 20px solid transparent;
    width: 0;
}

.col-box:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid #1c45ef;
    width: 0;
}*/

.col-default{
	position: relative;
}

.col-fixed{
	position: fixed;
}

/*-------------- Form -------------*/

.form{
	position: relative;
}

.form-control{
    border-radius: 0;
    height: 40px;
}

.select-custom::-ms-expand {
    display: none;
}

.select-custom {
    outline : none;
    overflow : hidden;
    text-indent : 0.01px;
    text-overflow : '';
    background : url("https://img.icons8.com/material/24/000000/sort-down.png") no-repeat right #fff;
    -webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
}


.form-control:focus {
    border-color: #1c45ef;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}



/*-------- Radio And Check Box Content -------*/

.radio-check-list label{
  min-width: 80px;
  margin: 5px auto;
}


/*------ Table --------*/

/*.table-responsive {
    min-height: .01%;
    overflow-x: unset;
}*/
/*.table-responsive div{
    min-height: .01%;
    overflow-x: scroll;
}*/
.table{
    color: #333;
    font-size: 14px;
}
.table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f5f7ff;
}
.table.table-hover tbody tr:hover {
    background-color: #f5f7ff;
}
table tbody th, table tbody td {
    vertical-align: top;
}
.dataTables_wrapper .dataTables_length, 
.dataTables_wrapper .dataTables_filter, 
.dataTables_wrapper .dataTables_info, 
.dataTables_wrapper .dataTables_processing, 
.dataTables_wrapper .dataTables_paginate{
    margin: 10px auto;
}
.dataTables_wrapper .dataTables_filter {
    text-align: right;
}

.table tr th:first-child{
    padding-left: 5px;
}

table.dataTable tbody th, 
table.dataTable tbody td {
    vertical-align: middle;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 8px 10px;
    border-top: 1px solid #111;
}

table.dataTable tbody td  .button{
    width: 60px;
    display: inline-block;
    font-size: 11px;
    padding: 8px;
}

/*.dataTables_wrapper .dataTables_length label{
    margin-top: 4px;
}

.dataTables_wrapper .dataTables_info{
    margin-top: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 5px 10px !important;
    transition: all 0.3s ease-in-out;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: #1c45ef;
    border: 1px solid #1c45ef;
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    border: 1px solid #1c45ef;
    color: #1c45ef !important;
    background: none;
}*/



/*-------- Link Button --------*/

.lnk-btn{
    color: #1c45ef;
    text-decoration: underline;
}




/*---------------------------------------- Sign In Form  -------------------------------------------*/

.title-signin{
    text-align: center;
    margin: 20px auto;
    position: absolute;
    top: 10%;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
    color: #333;
    font-weight: 600;
}

.frm-signin {
    width: 80%;
    margin: 0 auto;
    background: #ffffff;
    position: absolute;
    padding: 25px 40px 40px 40px;
    transform: translate(-50%, 40%);
    border-radius: 25px;
    box-shadow: 0px 0px 22px 10px rgb(56 56 60 / 40%);
    -webkit-box-shadow: 0px 0px 22px 10px rgb(56 56 60 / 40%);
    -moz-box-shadow: 0px 0px 22px 10px rgb(56 56 60 / 40%);
    -ms-box-shadow: 0px 0px 22px 10px rgb(56 56 60 / 40%);
    position: absolute;
    left: 50%;
    top: 50%;
}
.frm-signin .logo-img img{
   width: 25%;
   margin: 5px auto 30px auto;
}


.frm-signin .input-group {
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
}

.frm-signin .input-group-btn {
    position: absolute;
    left: 0;
    z-index: 100;
}

.frm-signin .icon {
    width: 50px;
    font-size: 14px;
    display: inline-block;
    padding: 6px 8px 6px 12px;
    font-weight: normal;
    height: 32px;
    white-space: nowrap;
    background: transparent;
    border: 1px solid transparent;
    color: #46bef0;
    margin: 6px 0px;
    border-right: 1px solid #d2d2d2;
    line-height: 15px;
}

.frm-signin .icon i {
    font-weight: 900;
    color: #1c45ef;
    font-size: 14px;
}

.frm-signin .form-control{
    text-indent: 50px;
    border: none;
    box-shadow: none;
    height: 45px;
    background: #e8f0fe;
}

.loginbtn{
  width: 80%;
    display: block;
    border-radius: 100px;
    text-align: center;
    padding: 10px;
    margin: 0px auto;
    position: relative;
    left: 0;
    bottom: 0;
    line-height: 24px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    transform: translate(0%, 0%);
}


}

.loginbtn  .circle{
    height: 35px;
    width: 35px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 56px;
    border-radius: 100px;
    background: #5877fb;
    position: absolute;
    right: -45px;
    top: 5px;
    opacity: 1;
    transition: all 0.4s ease-in-out;
}

.loginbtn .circle i{
    line-height: 34px;
    font-size: 14px;
}

.loginbtn:hover{
  background: #1c45ef;
  border: 1px solid #1c45ef;
  color: #ffffff;
  color: #fff;
}

.loginbtn:hover .circle{
    right: 5px;
    /*opacity: 1;*/
    -webkit-transform:rotate(-360deg);
    -moz-transform:rotate(-360deg);
    -o-transform:rotate(-360deg);
}

.frm-group-bottom {
    margin-top: 20px;
    margin-bottom: 30px;
}

.frm-group-bottom .form-check-label{
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    vertical-align: middle;
    color: #232323;
}

.frm-group-bottom a{
    font-size: 12px;
    text-decoration: none;
    color: #232323;
    transition: all 0.3s ease-in-out;
}

.frm-group-bottom a:hover{
   color: #1c45ef;
}




/*----------------------------------------- Header Part ------------------------------------------------*/

.default-theam .bar{
	position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    padding: 10px;
    z-index: 10;
    transition: all 0.3s;
}

.default-theam .bar.afixed{
    padding: 0;
}

.default-theam .bar .navbar-default {
    height: 100%;
    background: #fefeff;
    border-radius: 100px;
    min-height: 80px;
    box-shadow: 0px 0px 15px 3px rgba(144,144,144,.9);
    -webkit-box-shadow: 0px 0px 15px 3px rgba(144,144,144,.9);
    -moz-box-shadow: 0px 0px 15px 3px rgba(144,144,144,.9);
    -ms-box-shadow: 0px 0px 15px 3px rgba(144,144,144,.9);
}

.default-theam .bar .navbar-brand{
	height: 100%;
}


/*.default-theam .bar .navbar-brand .img-logo {
    display: block;
    width: 39.5%;
    margin: auto;
    position: absolute;
    top: 2px;
    left: 15%;
    transition: all 0.30s;
}*/

/*.default-theam .bar.afixed .navbar-brand .img-logo {
    width: 35%;
    top: 6px;
    left: 20%;
}*/

.default-theam .bar .navbar-nav {
    float: right;
    margin: 14px 0;
}

.panel.with-nav-tabs .nav li {
   margin: 0;
   text-align: center;
   width: 25%;
   transition: all 0.6s ease-in-out;
}

.default-theam .nav li:hover{
   background-color: #1c45ef;
}

.default-theam .nav li:hover a{
   border-bottom: 2px solid #1c45ef;
    background-color: #f0f3fd;
}
 
.default-theam .navbar-default .navbar-nav .active a, 
.default-theam .navbar-default .navbar-nav .active a:focus, 
.default-theam .navbar-default .navbar-nav .active a:hover {
    border-bottom: 2px solid #1c45ef;
    background-color: #f0f3fd;
}

.default-theam .navbar-default .navbar-nav .open a, 
.default-theam .navbar-default .navbar-nav .open a:focus, 
.default-theam .navbar-default .navbar-nav .open a:hover {
    border-bottom: 2px solid #1c45ef;
    background-color: #f0f3fd;
}

.dropdown-menu li a{
    border-bottom: none !important;
    background-color: transparent !important;
}

.default-theam .bar .bar-right ul{
	display: block;
    margin: 30px 10px 30px 0;
    float: right;
}

.default-theam .bar .bar-right ul li{
	display: inline-block;
    vertical-align: top;
    width: 90px;
    margin: 0px 2px;
    padding-left: 5px;
    position: relative;
    text-align:right;
}
.default-theam .bar .bar-right ul li a{
	color: #333;
    font-size: 12px;
}
.default-theam .bar .bar-right ul li a span i{
	color: #1c45ef;
    margin-right: 4px;
    font-size: 14px;
}
.default-theam .bar .bar-right ul li:first-child{
	margin-left: 0px;
    min-width: 90px;
    width: 165px;
    margin-right: 10px;
}
.default-theam .bar .bar-right ul li:first-child:after{
	position: absolute;
    content: "/";
    right: -22px;
    font-size: 16px;
    top: 0;
}

.dropdown-menu li:hover a {
    color: #fff;
}

/*.panel.with-nav-tabs .nav li a {
    padding: 15px 10px;
    margin: 0;
}*/

/*new css*/
/*.default-theam .bar .bar-right ul {
    display: block;
    margin: 20px 20px 20px 0;
    float: right;
}
.default-theam .bar .bar-right ul li:first-child {
    margin-left: 0px;
    margin-bottom: 3px;
}
.default-theam .bar .bar-right ul li:first-child:after {
    display: none;
}
.default-theam .bar .bar-right ul li {
    display: block;
    min-width: 105px;
    margin: 0px 2px;
    padding-left: 5px;
    position: relative;
    text-align: right;
}*/




/*----------------------------------------- Wrapper  -------------------------*/

.default-theam .wrapper{
	position: absolute;
    width: 100%;
    top: 100px;
    padding: 20px 50px;
}

.default-theam .wrapper .container {
    padding-bottom: 50px;
}

.default-theam .wrapper .time-bg {
    position: absolute;
    right: 0%;
    top: 8%;
    z-index: 0;
}

.default-theam .wrapper.afixed .time-bg {
    position: fixed;
    right: 19.5%;
    top: 8%;
    z-index: 100;
}


/*Title Content*/
.default-theam .wrapper h1.page-title{
    font-size: 28px;
    font-weight: 600;
    text-align: left;
}
.default-theam .wrapper .row-nav-lnk ul{
	display: block;
    margin: 4px auto;
    float: right;
}
.default-theam .wrapper .row-nav-lnk ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px;
	min-width: 60px;
	position: relative;
}
.default-theam .wrapper .row-nav-lnk ul li a{
	color: #1c45ef;
}
.default-theam .wrapper .row-nav-lnk ul li i{
	margin-right: 10px;
}
.default-theam .wrapper .row-nav-lnk ul li:first-child{
	margin-left: 0px;
}


/*Upload Image Result*/
.img-upload{
    min-height: 150px;
    /* overflow: hidden; */
    position: relative;
    height: auto;
}


.img-upload:after{
    position: absolute;
    content: "click here for upload image";
    top: 85px;
    width: 100%;
    text-align: center;
    color: #1c45ef;
}

.img-upload input{
    position: relative;
    width: 100%;
    height: 83%;
    opacity: 0;
    z-index: 10;
    /*overflow-y: scroll;
}*/
}

.upload-img-result {
    display: block;
    position: absolute;
    min-height: 125px;
    height: 135px;
    width: 100%;
    top: 24px;
    background: #f0f3fd;
    border-radius: 11px;
    overflow: hidden;
    border: 1px dashed #1c45ef;
    overflow: hidden;
   /* overflow-y: scroll;*/
}

.upload-img-result div{
   display: inline-block;
   width: 31.33%;
   margin: 4px;
}

.upload-img-result .thumbnail {
  height: auto;
  margin: 0;
  width: 100%;
  float: left;
  display: inline-block;
}



/*Tab Content*/
/*----- Style-1 ------*/

.shortcode-content.tab-content{
    height: 100%;
}

.shortcode-content.tab-content .tab-content{
    height: auto;
    min-height: 350px;
}
.tab-content .nav-tabs{
    border:none;
}
.tab-content .nav-tabs li{
   border: 1px solid #eee;
    border-bottom: 0;
    border-right: 0;
    height: 45px;
    min-width: 120px;
    text-align: center;
    font-size: 12px;
}
.tab-content .nav-tabs li:last-child{
    border-right:1px solid #eee;
}
.tab-content .nav-tabs li.active{
    border-right: 1px solid #eee;
    border-top: 0;
    border-bottom: 1px solid #fff;
    height: 48px;
    margin-top: -3px;
    position: relative;
    margin: 0;
}
.tab-content .nav-tabs li a{
    border:0;
    border-radius:0;
    color:#333;
    margin-right:0;
    line-height:45px;
    padding:0 15px;
    transition:inherit;
    letter-spacing:1px;
}
.tab-content .nav>li a:focus,.tab-content .nav li a:hover{
    background-color:transparent;
}
.tab-content .nav-tabs .active a,.tab-content .nav-tabs .active a:focus,.tab-content .nav-tabs .active a:hover{
    color:#333;
    line-height:55px;
    border:0;
    box-shadow: inset 0 1px 0 #eee;
}
.tab-content .tab-content{
    border: 1px solid #eee;
    padding: 20px 30px 10px 30px;
}
.tab-content .tab-content p{
    font-size:14px;
    padding-bottom:20px;
    color:#868787;
}

/*.tab-content .nav-tabs li{
    border-bottom: 2px solid #f0f3fd;
    background-color: #f0f3fd;
}
.tab-content .nav-tabs li.active{
     border-bottom: 2px solid #1c45ef;
    background-color: #f0f3fd;
}
.tab-content .nav-tabs>li.active>a,
.tab-content .nav-tabs>li.active>a:focus, 
.tab-content .nav-tabs>li.active>a:hover{
    border-bottom: 2px solid #1c45ef;
    background-color: #f0f3fd;
}*/

div.dataTables_wrapper div.dataTables_info {
    white-space: break-spaces;
}



/********************************************************************/
/*** PANEL PRIMARY ***/
.panel-primary {
    border-color: #1c45ef;
}
.panel.with-nav-tabs .panel-heading{
    padding: 0;
    background-color: #1c45ef;
    border-color: #1c45ef;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
    width: 100%;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
    font-size: 12px;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	color: #1c45ef;
    background-color: #fff;
    border-color: transparent;
    border-color: #1c45ef;
    border-bottom-color: transparent;
    font-size: 12px;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
	color: #1c45ef;
    background-color: #fff;
    border-color: #1c45ef;
    border-bottom-color: transparent;
    font-size: 12px;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;   
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    background-color: #4a9fe9;
}



/*----------- action ---------*/
.btn-action{
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    text-align: center;
    font-size: 9px;
    padding: 5px;
    border: 2px solid #1c45ef;
    margin: 0px 3px;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}
.btn-action:hover{
    transform: scale(1.1);
}
.btn-action:first-child{
    margin-left: 0px;
}
.btn-action .fa{
    color:#1c45ef;
}
.btn-action .fa-trash{
    color: #e91e63
}

button[disabled], button[disabled]:hover {
    background: #1c45ef;
    border: 1px solid #1c45ef;
    opacity: 0.6;
}

.aspNetDisabled.button, .aspNetDisabled.button:hover {
    background: #1c45ef;
    border: 1px solid #1c45ef;
    color: #fff;
    opacity: 0.6;
    cursor: not-allowed;
}
.btn-disable, .btn-disable:hover {
    background: #1c45ef;
    border: 1px solid #1c45ef;
    color: #fff;
    opacity: 0.6;
    cursor: not-allowed;
}


/*----------- Button Focus ---------*/
.btn.active.focus, .btn.active:focus, .btn.focus,
.btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}


/*-------------- -----------------*/
.input-group-addon{
    background: #f0f3fd;
    color: #1c45ef;
    font-size: 18px;
    border-radius: 0px;
}


/*====================================== Horizontal Theam =============================================*/

.default-theam{
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
}

.default-theam.active{
    margin-left: 250px;
}

.default-theam.active .wrapper{
    width: 95%;
    margin: 0px 2.5%;
}

.default-theam.active .container {
    width: 100%;
}

.default-theam.active .bar .col-lg-7.text-center{
    display: none;
}

.default-theam.active .bar .col-lg-3,
.default-theam.active .bar .col-lg-2{
    width: 50%;
}


/*============================== Pagination Css Style======================================*/

.dataTables_wrapper.form-inline.dt-bootstrap.no-footer .dataTables_length {
   margin-left: 0px;
   margin-top: 15px;
}

.dataTables_paginate.paging_simple_numbers .pagination {
    margin: 10px 0 !important;
}

.dataTables_paginate.paging_simple_numbers .pagination li {
    margin: 0 4px !important;
    display: inline-block;
}

.dataTables_paginate.paging_simple_numbers .pagination li a {
    border-radius: 0;
    font-weight: 500;
}

.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover,
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
    background-color: #1c45ef;
    border-color: #1c45ef;
    outline: none;
    transition: all 0.3s ease-in-out;
    color: #fff !important;
}

.pagination .active a, 
.pagination .active a:hover {
    background-color: #1c45ef !important;
    border-color: #1c45ef !important;
}

.pagination > li > a:hover {
    background-color: #1c45ef !important;
    border-color: #1c45ef !important;
    color: #fff !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: break-spaces;
}

.pagination li a, .pagination li span {
    color: #000 !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 150px;
}

/*================================ Table =============================*/

/*Item Master*/

.table-item-maste tbody tr td:first-child {
    /*padding-right: 10px;
    width: auto;*/
    text-align: right !important;
}

.table {
    font-weight: 500;
}
.dataTables_info, .table thead tr th {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    vertical-align: top;
    padding-right: 15px !important;
}

.table thead tr th {
    font-weight: 700;
}

table.dataTable thead .sorting::after, 
table.dataTable thead .sorting_asc::after, 
table.dataTable thead .sorting_desc::after, 
table.dataTable thead .sorting_asc_disabled::after, 
table.dataTable thead .sorting_desc_disabled::after {
    bottom: unset;
    top: 9px;
    right: 0;
}

.form-group label {
    margin-bottom: 5px;
}

/*================== Data Loader =====================*/

/*#ContentPlaceHolder1_UpdateProgress2 {
    position: absolute;
    z-index: 1;
    width: 1140px;
    top: 80px;
    background: #fff;
    height: 100%;
    text-align: center;
    margin-left: 15px;
}*/
#ContentPlaceHolder1_UpdateProgress2 img {
    width: 10%;
    margin: 10% auto;
}
/*edit by yash shah*/
.fancy-red .ajax__tab_header {
    background-color: #0094da !important;
    cursor: pointer !important;
}

.fancy-red .ajax__tab_hover .ajax__tab_outer, .fancy-red .ajax__tab_active .ajax__tab_outer {
    background-color: #0094da !important;
}

.fancy-red .ajax__tab_hover .ajax__tab_inner, .fancy-red .ajax__tab_active .ajax__tab_inner {
    background-color: #0094da !important;
}

.fancy .ajax__tab_header {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    padding: 0px 0px !important;
    border: 2px solid #0094da !important;
    color: #fff !important;
}
.panel {
    border: 0px solid transparent;
    border-left: 2px solid #0094da;
    margin-bottom: 0px;
    border-radius: 0px;
    border-right: 2px solid #0094da;
    background-color: transparent;
    border-bottom: 2px solid #0094da;
}

.tabnav > li > a {
    padding: 5px 10px;
}

.panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}

.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}

    .with-nav-tabs.panel-primary .nav-tabs > .open > a,
    .with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
    .with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
    .with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
    .with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
        color: #fff;
        background-color: #e54a19;
        border-color: transparent;
    }

.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
    color: #0094da;
    background-color: #ececec;
    border-color: #0094da;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}

    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
        color: #fff;
    }

        .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
        .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
            background-color: #3071a9;
        }

    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
        background-color: #4a9fe9;
    }


.panel-primary > .panel-heading {
    color: #fff;
    background-color: #0094da;
    border-color: #0094da;
}
    .fancy .ajax__tab_active .ajax__tab_outer, .fancy .ajax__tab_header .ajax__tab_outer, .fancy .ajax__tab_hover .ajax__tab_outer {
        height: 30px;
    }

    .fancy .ajax__tab_active .ajax__tab_inner, .fancy .ajax__tab_header .ajax__tab_inner, .fancy .ajax__tab_hover .ajax__tab_inner {
        height: 30px;
        margin-left: 8px; /* offset the width of the left image */
    }

    .fancy .ajax__tab_active .ajax__tab_tab, .fancy .ajax__tab_hover .ajax__tab_tab, .fancy .ajax__tab_header .ajax__tab_tab {
        margin: 5px 10px 0px 0px;
        border: 2px solid #0094da;
        padding: 2px 4px;
    }

.fancy .ajax__tab_hover .ajax__tab_tab, .fancy .ajax__tab_active .ajax__tab_tab {
    color: #fff;
    padding: 2px 4px;
    transition: 1s;
    border: 2px solid white;
}

.fancy .ajax__tab_body {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 10pt;
    border-top: 0;
    border: 2px solid #0094da;
    padding: 10px 10px 0px;
    background-color: transparent;
    height: auto;
}



/*=========================== Table Add Data ==================================*/
.tb_auction {
    width: 1070px;
}

.table.table-add-data tbody tr td {
    padding: 2px;
}
.table.table-add-data tbody tr td .form-control {
    padding: 5px;
    height: 30px;
    position: relative
}
.table.table-add-data tbody tr td .dxeButton {
    height: 25px;
    position: absolute;
    top: 2px;
    right: 3px;
    width: 20px !important;
    text-align: center;
}




/*Table Auction*/
/*.table.ifttransferone tbody tr td:first-child,
.table.ifttransfertwo tbody tr td:first-child {
    width: 4%;
}
.table.ifttransferone tbody tr td:last-child,
.table.ifttransfertwo tbody tr td:last-child {
    width: 5%;
}
.table.ifttransferone tbody tr td:nth-child(2),
.table.ifttransfertwo tbody tr td:nth-child(2) {
    width: 7%;
}
.table.ifttransferone tbody tr td:nth-child(3),
.table.ifttransfertwo tbody tr td:nth-child(3) {
    width: 20%;
}
.table.ifttransferone tbody tr td:nth-child(4),
.table.ifttransfertwo tbody tr td:nth-child(4) {
    width: 7%;
}
.table.ifttransferone tbody tr td:nth-child(5),
.table.ifttransfertwo tbody tr td:nth-child(5) {
    width: 7%;
}
.table.ifttransferone tbody tr td:nth-child(6),
.table.ifttransfertwo tbody tr td:nth-child(6) {
    width: 7%;
}
.table.ifttransferone tbody tr td:nth-child(7),
.table.ifttransfertwo tbody tr td:nth-child(7) {
    width: 7%;
}
.table.ifttransferone tbody tr td:nth-child(8),
.table.ifttransfertwo tbody tr td:nth-child(8) {
    width: 7%;
}
.table.ifttransferone tbody tr td:nth-child(9),
.table.ifttransfertwo tbody tr td:nth-child(9) {
    width: 12%;
}
.table.ifttransferone tbody tr td:nth-child(10),
.table.ifttransfertwo tbody tr td:nth-child(10) {
    width: 7%;
}

.tb_auction .table tr:first-child th {
    font-size: 11px;
}
.tb_auction table.table-add-data tbody tr td .form-control {
    padding: 2px;
    height: 28px;
    position: relative;
    font-size: 11px;
}
.tb_auction table.table-add-data tbody tr td .dxeButton {
    height: 22px;
    position: absolute;
    top: 2px;
    right: 3px;
    width: 20px !important;
    text-align: center;
    padding: 3px;
}
.action {
    text-align: center;
}
.dxeListBox td {
    text-align: left;
}*/


.tb_auction .ifttransfertwo {
    margin-bottom: 10px;
}

.table.ifttransferone, .table.ifttransfertwo {
    border: 0px solid #0094da !important;
}
.table.ifttransferone {
    border-bottom: 1px !important;
}
.table.ifttransfertwo {
    border-top: 0 !important;
}

.table.ifttransferone tr th {
    border: 0px;
    border-bottom: 2px solid #ddd;
    background: #1e46ed;
    color: #fff;
}
.table.ifttransferone tr td {
    border: 0px;
    border-bottom: 1px solid #ddd;
}

.table.ifttransferone .form-control tr td {
    border-bottom: 0px;
}


.tb_auction tr th {
    font-size: 12px;
}
.tb_auction tr th:first-child, 
.tb_auction tr td:first-child {
    width: 30px;
}
.tb_auction tr th,
.tb_auction tr td {
    padding: 5px !important;
}
.tb_auction tr td .form-control {
    border-radius: 0;
    height: 30px;
    padding: 5px;
    position: relative;
    font-size: 12px;
}
.tb_auction .form-control td {
    padding: 0px !important;
}
.tb_auction .form-control td.dxeButton {
    padding: 3px !important;
}
.tb_auction tr td .form-control .dxeButton {
   position: absolute;
   right: 2px;
   top: 1px;
   padding: 5px !important;
}
.tb_auction .table-responsive {
    padding-bottom: 10px;
}

.table.ifttransfertwo .table.form-control tr td {
    padding: 0px !important;
}

.dxeButton, .dxeButton td.dxic {
    padding: 3px !important;
}

.tb_auction .ajax__tab_body {
    position: relative;
    padding-bottom: 100px;
}
.tb_auction input[value="previous"] {
    position: absolute;
    bottom: 0;
    right:1%;
    margin-bottom: 10px;
}
.tb_Vednor .ajax__tab_body {
    position: relative;
    padding-bottom: 100px;
}
.tb_auction input[value="Previous"] {
    position: absolute;
    bottom: 0;
    right: 13%;
    background: none;
    color: #1c45ef;
    margin-bottom: 10px;
}
.tb_Vednor input[value="Previous"] {
    position: absolute;
    bottom: 0;
    right: 15%;
    margin-bottom: 10px;
}
.tb_auction input[value="Next"] {
    position: absolute;
    bottom: 0;
    right: 1%;
    margin-bottom: 10px;
}
.tb_Vednor input[value="Next"] {
    position: absolute;
    bottom: 0;
    right: 1%;
    margin-bottom: 10px;
}
.fancy .ajax__tab_body {
    padding-bottom: 55px !important;
}
input[type="file"] {
    display: inline-block;
    width: 220px;
    height: 32px;
    border: 2px solid #1c45ef;
    padding: 2px 2px;
    margin: 7px 0px;
    height: 35px !important;
    padding: 4px;
    border-radius: 5px;
}



/**/
.fancy-red .ajax__tab_header {
    background-color:#1c45ef !important;
    border-color:#1c45ef !important;
    height: auto;
    min-height:50px;
}
.fancy .ajax__tab_active .ajax__tab_outer, .fancy .ajax__tab_header .ajax__tab_outer, .fancy .ajax__tab_hover .ajax__tab_outer {
    height: 50px !important;
}
.fancy .ajax__tab_body {
    border-color:#1c45ef !important;
}
.fancy-red .ajax__tab_hover .ajax__tab_inner, .fancy-red .ajax__tab_active .ajax__tab_inner {
    background-color:#1c45ef !important;
}
.fancy-red .ajax__tab_hover .ajax__tab_outer, .fancy-red .ajax__tab_active .ajax__tab_outer {
    background-color: #1c45ef !important;
}
.fancy .ajax__tab_header .ajax__tab_tab {
    border: 2px solid #1c45ef;
}
.fancy .ajax__tab_body {
  min-height: 220px;
    height: auto !important;
    display: table;
    width: 100%;
}
.ajax__tab_default .ajax__tab {
    height: 50px !important;
    margin-top: 1px !important;
}
.ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_inner {
    background-image: none !important;
}
.bar-right-lg {
    display:block;
}
.bar-right-sm {
    display:none;
}
.fancy .ajax__tab_active .ajax__tab_tab, .fancy .ajax__tab_hover .ajax__tab_tab {
    margin: 12px 0px 0px 0px !important;
}
.fancy .ajax__tab_active .ajax__tab_inner, .fancy .ajax__tab_header .ajax__tab_inner, .fancy .ajax__tab_hover .ajax__tab_inner {
    height: 50px !important;
    margin-left: 4px !important;
}
.fancy .ajax__tab_tab {
    min-width: 130px;
    height: 40px;
}
.ajax__tab .ajax__tab_tab {
    background: #fff !important;
    color: #1c45ef !important;
    line-height: 27px !important;
    background-image: none !important;
}
.ajax__tab_xp .ajax__tab_header {
    font-size: 14px !important;
}
.ajax__tab_xp .ajax__tab_header .ajax__tab_hover .ajax__tab_inner, .ajax__tab_xp .ajax__tab_header .ajax__tab_inner {
    background-image: none !important;
}
.fancy .ajax__tab_hover .ajax__tab_tab, .fancy .ajax__tab_active .ajax__tab_tab {
    color: #fff;
    padding: 2px 4px;
    transition: 1s;
    border: 2px solid white !important;
    background: #fff;
    color: #1c45ef !important;
    background-image: none !important;
     /*border-bottom: 5px solid #ff9900 !important;*/
}
.ajax__tab_xp .ajax__tab_header .ajax__tab_outer {
    padding-right: 0px !important;
}

.fancy .ajax__tab_header .ajax__tab_tab {
  border: 2px solid #1c45ef !important;
  margin: 12px 0px 0px 0px !important;
  color: #fff !important;
  background: #1c45ef !important;
}

.fancy .ajax__tab_header .ajax__tab.ajax__tab_active .ajax__tab_tab,
.fancy .ajax__tab_header .ajax__tab.ajax__tab_hover .ajax__tab_tab{
    background: #ffffff !important;
    color:  #1c45ef !important;
    border: 2px solid #ffffff !important;
}


/*Movable content*/
#movable {
  position: absolute;
  z-index: 9;
  background-color: #f1f1f1;
  text-align: center;
  border: 1px solid #d3d3d3;
}

table.dataTable tbody th, table.dataTable tbody td {
    vertical-align: top;
}
.footable.breakpoint > tbody > tr > td.expand {
    background: url(../images/plus.png) 6px 8px !important;
    background-repeat: no-repeat !important;
    background-size: 18px !important;
}
.footable.breakpoint>tbody>tr.footable-detail-show>td.expand {
    background: url(../images/minus.png) 6px 8px !important;
    background-repeat: no-repeat !important;
    background-size: 18px !important;
}
.footable tbody tr td:nth-child(2) .form-control.footable-loaded {
    width: 50px !important;
    display: inline-block;
}
.footable tbody tr td:nth-child(2) .button.btn_Submit {
    width: 50px !important;
    display: inline-block;
    vertical-align: top;
}


/*Calender Style*/
.widget-body-toolbar {
    height: 85px !important;
}
#calendar-buttons {
    margin-left: 0px !important;
    display: block !important;
    width: 100% !important;
    right: 0px !important;
    top: 0 !important;
    height: 65px !important;
}
#calendar-buttons .btn-group {
    margin-left: 10px !important;
    margin-top: 10px !important;
}
.fc-header-title {
    position: absolute !important;
    top: 55px !important;
    left: 0px !important;
}
/*.dxeButtonEditSys.dxeButtonEdit.form-control {
    width: 150px;
}*/
#calendar-buttons div > .col-lg-4:first-child {
   position: absolute;
    top: 0px;
    right: 30%;
}
#calendar-buttons div > .col-lg-4:nth-child(2n) {
    position: absolute;
    top: 0px;
    right: 0%;
}
#cmb_Itm_I, #Cmb_Branch_I {
    width: 100px;
}
/*.dxpcDropDown.dxpclW.dxpc-ddSys {
   border: 1px solid #d6d6d6;
    padding: 5px;
    background: #fff;
}*/




/*================================= Responsive =========================================*/
@media (max-width: 767px){
    body, html {
        background: #04b0fa !important;
    }
   .button {
        margin: 6px auto;
    }
    .setting-toggle {
        display:none;
    }
    .default-theam .bar {
        position: fixed;
        top: 0;
        width: 100%;
        height: 60px;
        margin: 10px 0px;
        z-index: 1000000000;
        transition: all 0.30s;
    }
    .default-theam .bar .navbar-brand .img-logo,
    .default-theam .bar.afixed .navbar-brand .img-logo{
        display: block;
        width: 22%;
        margin: auto;
        position: absolute;
        top: 1px;
        left: 20px;
        transition: all 0.30s;
    }
    .default-theam .bar .bar-right ul {
        display: block;
        margin: 0px 0px 25px 10px;
        float: left;
        text-align: left;
        width: 100%;
    }
    .default-theam .bar .bar-right ul li:first-child {
        min-width: 90px;
        width: 40%;
    }
    .row-equal-height {
        display: block;
    }
    .row-equal-height [class*='col-'] {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
        width: 100%;
        background: #1c45ef;
        margin-top: 5px;
    }
    .bar-right-sm {
        display:block;
    }
    .bar-right-lg {
        display:none;
    }
    .navbar-toggle {
        margin-top: 15px;
    }
    .default-theam .bar .navbar-nav {
        float: right;
        margin: 15px 0%;
        width: 100%;
        text-align: left;
    }
    .default-theam .bar .navbar-nav li a {
        color: #fff;
    }
    .default-theam .bar .navbar-nav li.active a {
        color: #1c45ef;
    }
    .default-theam .bar .bar-right ul li a span i {
        color: #fff;
        margin-right: 4px;
        font-size: 14px;
    }
    .default-theam .bar .bar-right ul li a {
        color: #fff;
    }
    .default-theam .bar .bar-right ul li:first-child:after {
        color: #fff;
    }
    .dataTables_wrapper.form-inline.dt-bootstrap.no-footer .dataTables_length {
        margin-left: 0px;
    }
    .default-theam .bar .navbar-nav li.active .dropdown-menu li a {
        color: #fff;
    }
    .default-theam .bar .navbar-nav li .dropdown-menu li a {
        color: #fff;
    }
    .default-theam .wrapper {
        padding-top: 0px;
    }
    .tb_auction {
        width: 100%;
    }
    .dataTables_filter {
     margin: 0px 100px !important;
     text-align: left !important;
    }
    .bar-right.bar-right-sm ul li span {
        color: #fff;
    }
    .fancy-red .ajax__tab_header {
        display: inline-table;
        width: 100%;
        background-color: #0094da !important;
    }
    .default-theam .bar .bar-right ul li {
       text-align: left;
       margin: 0 10px;
    }
    .default-theam .bar .bar-right ul li span {
        color: #fff;
    }
    frm-signin {
    width: 95% !important;;
    margin: 0;
    padding: 25px 25px 40px 25px;
    top: 100%;
    left: 10%;
    transform: translate(-7%, 4%) !important;;
    position: inherit !important;
    border-radius: 20px !important;
   }
    .jarviswidget-color-blueDark {
    padding: 20px !important;
    background: #fff;
    margin: 50px auto !important;
    border-radius: 20px !important;
    }
}



/*------------------- mobile (landscape) --------------------*/

@media only screen and (min-width: 320px) and (max-width: 768px) and (orientation: landscape){
    .frm-signin {
        width: 90%;
        margin: 0;
        padding: 25px 25px 40px 25px;
        top: 100%;
        left: 10%;
        transform: translate(-5%, 60%);
        transform: translate(-7%, 4%) !important;;
    position: inherit !important;
    }
    .form-group.frm-group-bottom {
        text-align: center;
        margin-top: 0;
        font-size: 12px;
        margin-bottom: 25px;
    }
    .frm-signin {
        width: 80% !important;
        margin: 0;
        padding: 25px 25px 40px 25px;
        top: 100%;
        left: 0%;
        transform: translate(0%, 4%) !important;
        position: inherit !important;
        margin: 20px auto;
    }
    .jarviswidget-color-blueDark {
    padding: 20px !important;
    background: #fff;
    margin: 50px auto !important;
    border-radius: 20px !important;
}
    .frm-signin .logo-img img {
        width: 35%;
        margin: 0 auto 20px;
    }
    .form-group.frm-group-bottom .text-right {
        text-align: center;
    }
    .tb_auction input[value="Previous"] {
        right: 36%;
    }
    .title-signin {
        width: 85%;
    }
    .frm-signin .icon {
    width: 40px;
    font-size: 12px;
    display: inline-block;
    padding: 6px 8px 6px 11px;
    font-weight: normal;
    height: 25px;
    margin: 7px 0px;
    line-height: 12px;
   }
    .frm-signin .icon i {
        font-size: 12px;
    }
    .frm-signin .form-control {
        text-indent: 38px;
        height: 38px;
            font-size: 12px;
    }
    .button.loginbtn {
        width: 75%;
        padding: 5px;
        font-size: 10px;
        height: 35px;
        line-height: 18px;
        left: 0;
        transform: translate(0, 0%);
        margin: 0 auto;
    }
    #UpdatePanel2 {
        width: 82%;
        margin: 20px auto 50px auto;
    }
    .frm-signin {
        border-radius: 20px;
    }
}

/*------------------ mobile(portrait) -------------------*/
@media only screen and (min-width: 417px) and (max-width: 600px) and (orientation: portrait) {
    .frm-signin {
        width: 90%;
        margin: 0;
        padding: 25px 25px 40px 25px;
        top: 100%;
        left: 10%;
        transform: translate(-5%, 60%);
        transform: translate(-7%, 4%) !important;;
    position: inherit !important;
    }
    .form-group.frm-group-bottom {
        text-align: center;
        margin-top: 0;
        font-size: 12px;
        margin-bottom: 25px;
    }
    .frm-signin {
        width: 80% !important;
        margin: 0;
        padding: 25px 25px 40px 25px;
        top: 100%;
        left: 0%;
        transform: translate(0%, 4%) !important;
        position: inherit !important;
        margin: 20px auto;
    }
    .jarviswidget-color-blueDark {
    padding: 20px !important;
    background: #fff;
    margin: 50px auto !important;
    border-radius: 20px !important;
}
    .frm-signin .logo-img img {
        width: 35%;
        margin: 0 auto 20px;
    }
    .form-group.frm-group-bottom .text-right {
        text-align: center;
    }
    .tb_auction input[value="Previous"] {
        right: 36%;
    }
    .title-signin {
        width: 85%;
    }
    .frm-signin .icon {
    width: 40px;
    font-size: 12px;
    display: inline-block;
    padding: 6px 8px 6px 11px;
    font-weight: normal;
    height: 25px;
    margin: 7px 0px;
    line-height: 12px;
   }
    .frm-signin .icon i {
        font-size: 12px;
    }
    .frm-signin .form-control {
        text-indent: 38px;
        height: 38px;
            font-size: 12px;
    }
    .button.loginbtn {
        width: 75%;
        padding: 5px;
        font-size: 10px;
        height: 35px;
        line-height: 18px;
        left: 0;
        transform: translate(0, 0%);
        margin: 0 auto;
    }
    #UpdatePanel2 {
        width: 82%;
        margin: 20px auto 50px auto;
    }
    .frm-signin {
        border-radius: 20px;
    }
}
@media only screen and (min-width: 361px) and (max-width: 416px) and (orientation: portrait){
    .frm-signin {
        width: 90%;
        margin: 0;
        padding: 25px 25px 40px 25px;
        top: 100%;
        left: 10%;
        transform: translate(-5%, 60%);
        transform: translate(-7%, 4%) !important;;
    position: inherit !important;
    }
    .form-group.frm-group-bottom {
        text-align: center;
        margin-top: 0;
        font-size: 12px;
        margin-bottom: 25px;
    }
     .frm-signin {
    width: 95% !important;;
    margin: 0;
    padding: 25px 25px 40px 25px;
    top: 100%;
    left: 10%;
    transform: translate(-7%, 4%) !important;;
    position: inherit !important;
}
    .jarviswidget-color-blueDark {
    padding: 20px !important;
    background: #fff;
    margin: 50px auto !important;
    border-radius: 20px !important;
}
    .frm-signin .logo-img img {
        width: 25%;
        margin: 0 auto 20px;
    }
    .form-group.frm-group-bottom .text-right {
        text-align: center;
    }
    .tb_auction input[value="Previous"] {
        right: 36%;
    }
    .title-signin {
        width: 85%;
    }
    .frm-signin .icon {
    width: 40px;
    font-size: 12px;
    display: inline-block;
    padding: 6px 8px 6px 11px;
    font-weight: normal;
    height: 25px;
    margin: 7px 0px;
    line-height: 12px;
   }
    .frm-signin .icon i {
        font-size: 12px;
    }
    .frm-signin .form-control {
        text-indent: 38px;
        height: 38px;
            font-size: 12px;
    }
    .button.loginbtn {
        width: 75%;
        padding: 5px;
        font-size: 10px;
        height: 35px;
        line-height: 18px;
        left: 0;
        transform: translate(0, 0%);
        margin: 0 auto;
    }
}
@media only screen and (min-width: 320px) and (max-width: 360px) and (orientation: portrait){
    .frm-signin {
        width: 90%;
        margin: 0;
        padding: 25px 25px 40px 25px;
        top: 100%;
        left: 10%;
        transform: translate(-5%, 10%);
        position: inherit;
    }
   .jarviswidget-color-blueDark {
        margin: 60px auto !important;
    }
    .form-group.frm-group-bottom {
        text-align: center;
        margin-top: 0;
        font-size: 12px;
        margin-bottom: 20px;
    }
    .frm-signin .logo-img img {
        width: 35%;
        margin: 0 auto 20px;
    }
    .form-group.frm-group-bottom .text-right {
        text-align: center;
    }
    .tb_auction input[value="Previous"] {
        right: 36%;
    }
    .title-signin {
        width: 85%;
    }
    .frm-signin .icon {
    width: 40px;
    font-size: 12px;
    display: inline-block;
    padding: 6px 8px 6px 11px;
    font-weight: normal;
    height: 25px;
    margin: 7px 0px;
    line-height: 12px;
   }
    .frm-signin .icon i {
        font-size: 12px;
    }
    .frm-signin .form-control {
        text-indent: 36px;
        height: 38px;
            font-size: 12px;
    }
    .button.loginbtn {
        width: 75%;
        padding: 5px;
        font-size: 10px;
        height: 35px;
        line-height: 18px;
        left: 0;
        transform: translate(0, 0%);
        margin: 0 auto;
    }
}
@media only screen and (min-width: 250px) and (max-width: 319px) and (orientation: portrait) {
    .jarviswidget-color-blueDark {
        margin: 60px auto !important;
        border-radius: 20px !important;
    }
    .frm-signin {
        width: 95%;
        margin: 0 auto;
        background: #ffffff;
        position: absolute;
        padding: 40px;
        transform: translate(0%, 5%);
        border-radius: 25px;
        box-shadow: 0px 0px 22px 10px rgb(56 56 60 / 40%);
        -webkit-box-shadow: 0px 0px 22px 10px rgb(56 56 60 / 40%);
        -moz-box-shadow: 0px 0px 22px 10px rgb(56 56 60 / 40%);
        -ms-box-shadow: 0px 0px 22px 10px rgb(56 56 60 / 40%);
        position: inherit;
        left: 0%;
        top: 0%;
        border-radius: 20px !important;
    }
    #UpdatePanel2 .jarviswidget-color-blueDark {
        margin: 60px auto !important;
        border-radius: 20px !important;
    }
}



/*============================================= Css Of Medium Device ======================================================*/

/*--------------- iPads (landscape) ------------*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){
    .default-theam .bar .bar-right ul li:first-child {
        margin-left: 0px;
        min-width: 80px;
        width: 80px;
        margin-right: 10px;
    }
    .default-theam .bar .bar-right ul li a {
        font-size: 12px;
    }
    .default-theam .bar .bar-right ul li a span i {
        font-size: 12px;
    }
    .default-theam .bar .bar-right ul li:first-child:after {
        right: -25px;
        font-size: 14px;
    }
    .default-theam .bar .bar-right ul li:first-child a {
        overflow: hidden;
        text-overflow: ellipsis; 
        white-space: nowrap;
        width: 100px;
        display:inline-block;
        padding-right: 10px;
    }

    .default-theam .bar .navbar-brand .img-logo,
    .default-theam .bar.afixed .navbar-brand .img-logo {
        width: 100%;
        margin: auto;
        top: 15px;
        left: 45%;
    }

    .tb_auction {
        width: 100%;
    }
    .jarviswidget-color-blueDark {
        height: 500px;
    }
    .fc-view-harness.fc-view-harness-active {
        max-height: 300px !important;
    }
}

/*--------------- iPads (portrait) ------------*/
@media only screen and (min-width: 992px) and (max-width: 1024px) and (orientation: portrait){
    .tb_auction {
        width: 100%;
    }

    .tb_auction input[value="Previous"] {
        right: 16%;
    }

    .default-theam .bar .bar-right ul li {
        margin-left: 0px;
        min-width: 90px;
        width: 155px;
        margin-right: 10px;
        text-align: right;
    }

    .default-theam .bar .bar-right ul li:first-child:after {
        display: none;
    }

    .default-theam .bar .bar-right ul {
        margin: 20px 20px 20px 0;
    }

    .default-theam .bar .bar-right ul li:last-child {
        width: 166px;
        margin-right: 0px;
    }

    .default-theam .bar .navbar-brand .img-logo {
        width: 115% !important;
        left: 55% !important;
        top: 15px !important;
    }

    .button {
        margin-top: 5px;
        width: 120px;
    }

    .form-group {
        margin-bottom: 5px;
    }

    .dataTables_wrapper {
    }
}

@media  screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait){
    .default-theam .bar .navbar-brand .img-logo {
        width: 115% !important;
        left: 34% !important;
        top: 23px !important;
    }
    .setting-toggle {
        display:none;
    }
    .default-theam .bar .navbar-nav {
        float: left;
        margin: 15px 0%;
    }
    .navbar-default .navbar-nav>li>a {
        color: #777;
        padding: 17px 8px;
    }
    .default-theam .bar .bar-right ul li {
        margin-left: 0px;
        min-width: 90px;
        width: 155px;
        margin-right: 10px;
        text-align: right;
    }
    .default-theam .bar .bar-right ul li:last-child {
        width: 166px;
        margin-right: 0px;
    }
    .default-theam .bar .bar-right ul li:first-child:after {
        display: none;
    }
    .default-theam .bar .bar-right ul {
        margin: 20px 20px 20px 0;
    }
    .row-equal-height {
        display: block;
    }
    .row-equal-height [class*='col-'] {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
    }
    .default-theam .bar {
        position: fixed;
        top: 0;
        width: 100%;
        height: 80px;
        margin: 0;
        z-index: 10;
        transition: all 0.30s;
        margin-top: 5px;
    }
    .tb_auction {
        width: 100%;
    }
    .tb_auction input[value="Previous"] {
        right: 22%;
    }
    .button {
        margin-top: 5px;
        width: 120px;
    }
    .table-responsive {
       overflow-x: scroll !important;
    }
}


/*================================= Responsive =========================================*/
@media only screen and (min-width : 1225px) and (max-width: 1599px) {
    .default-theam .bar .bar-right ul li:first-child {
        margin-left: 0px;
        min-width: 80px;
        width: 130px;
        margin-right: 10px;
    }

    .default-theam .bar .bar-right ul li a {
        font-size: 12px;
    }

    .default-theam .bar .bar-right ul li a span i {
        font-size: 12px;
    }

    .default-theam .bar .bar-right ul li:first-child:after {
        right: -25px;
        font-size: 14px;
    }

    /*.default-theam .bar .navbar-brand .img-logo,
    .default-theam .bar.afixed .navbar-brand .img-logo {
        width: 65%;
        margin: auto;
        top: 0px;
        left: 15%;
    }*/

    /*.tb_auction {
        width: 100%;
    }*/

    /*.default-theam .bar .navbar-brand .img-logo, .default-theam .bar.afixed .navbar-brand .img-logo{
        display: block;
        width: 60%;
        margin: auto;
        position: absolute;
        top: 8px;
        left: 30%;
        transition: all 0.30s;
    }*/

    .default-theam .wrapper .time-bg {
        position: absolute;
        right: 1%;
        top: 15%;
        z-index: 0;
    }

    .default-theam .wrapper.afixed .time-bg {
        position: fixed;
        right: 6.5%;
        top: 13%;
        z-index: 100;
    }

    .current-timer {
        text-align: center;
        position: absolute;
        width: auto;
        display:block;
        /* left: 0; */
        z-index: 0;
        background: #f0f3fd;
        height: 30px;
        line-height: 30px;
        border-radius: 50px;
        right: 50%;
        /*transform: translateX(50%);*/
        /* box-shadow: 0px 0px 15px 3px rgb(144 144 144 / 90%); */
        /* -webkit-box-shadow: 0px 0px 15px 3px rgb(144 144 144 / 90%); */
        /*-moz-box-shadow: 0px 0px 15px 3px rgba(144,144,144,.9);
        -ms-box-shadow: 0px 0px 15px 3px rgba(144,144,144,.9);*/
        box-shadow: 0px 0px 15px 3px rgb(144,144,144, 40%);
        -webkit-box-shadow: 0px 0px 15px 3px rgb(144,144,144, 40%);
        -moz-box-shadow: 0px 0px 15px 3px rgba(144,144,144,40%);
        -ms-box-shadow: 0px 0px 15px 3px rgba(144,144,144, 40%);
        -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.86, 0, 0.07, 1);
        -moz-transition: -moz-transform 0.1s cubic-bezier(0.86, 0, 0.07, 1);
         transition: transform 0.1s cubic-bezier(0.86, 0, 0.07, 1);
         transform: translate(50%, 0%);
         min-width: 200px;
    }

    .lbl_time_1 {
        color: #FF9900;
        font-weight: bold;
        width: auto;
        display: inline-block;
        min-width: 105px;
        text-align: left;
    }

    .lbl_time_2 {
        color: Maroon;
        font-weight: bold;
        width: 60px;
        display: inline-block;
        text-align: left;
    }

    .default-theam .wrapper.afixed .current-timer {
        position: fixed;
        z-index: 100;
        top: 13%;
        transform: translateY(50%);
    }

    .default-theam .wrapper.afixed .current-timer {
        transform: translateY(50%);
    }
}
@media (min-width: 1920px) {
    .title-signin {
        width: 94%;
    }

    .current-timer {
        text-align: center;
        position: absolute;
        width: 200px;
        /* left: 0; */
        z-index: 0;
        background: #f0f3fd;
        height: 30px;
        line-height: 30px;
        border-radius: 50px;
        right: 50%;
        transform: translateX(50%);
        /* box-shadow: 0px 0px 15px 3px rgb(144 144 144 / 90%); */
        /* -webkit-box-shadow: 0px 0px 15px 3px rgb(144 144 144 / 90%); */
        -moz-box-shadow: 0px 0px 15px 3px rgba(144,144,144,.9);
        -ms-box-shadow: 0px 0px 15px 3px rgba(144,144,144,.9);
        box-shadow: 0px 0px 15px 3px rgba(144 144 144 / 40%);
        -webkit-box-shadow: 0px 0px 15px 3px rgba(144 144 144 / 40%);
        -moz-box-shadow: 0px 0px 15px 3px rgba(144,144,144, / 40%);
        -ms-box-shadow: 0px 0px 15px 3px rgba(144,144,144, / 40%);
    }

    .default-theam .wrapper.afixed .current-timer {
        position: fixed;
        z-index: 100;
        top: 13%;
    }
}


footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    height: 50px;
    line-height: 52px;
    text-align: center;
    border-top: 2px solid #ed1b24;
}


/*.default-theam .bar .navbar-brand .img-logo, .default-theam .bar.afixed .navbar-brand .img-logo {
    width: 30%;
    top: 8px;
    left: 30%;
}*/




  /*@media (max-width: 767px) {
    .default-theam .bar .navbar-brand .img-logo {
        width: 12% !important;
        top: 5px !important;
        left: 23px !important;
    }
  }*/




   @media (min-width: 768px) and (max-width: 991.98px) {

    }

    @media (min-width: 992px) and (max-width: 1199.98px) {
        .frm-signin {
            transform: translate(-50%, 20%);
        }

    }

    @media (min-width: 1200px) and (max-width: 1399.98px) {

    }

.ajax__tab_xp .ajax__tab_header {
    background-image: none !important;
}

.table-grd-auction-history tbody tr td {
  padding-right: 30px;
  vertical-align: top;
  font-size: 11px;
}

.dataTables_paginate.paging_simple_numbers .pagination li#grd_auction_Comp_previous a {
    border-radius: 30px 0 0 30px;
}

.dataTables_paginate.paging_simple_numbers .pagination li#grd_auction_Comp_next a {
    border-radius: 0 30px 30px 0;
}

#progressBackgroundFilter {
    position: absolute;
    background-color: #000;
    z-index: 2147483 !important;
    opacity: 0.5;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 5000px;
    width: 100%;
    padding-top: 20%;
}

#processMessage {
    position: fixed;
    top: 40%;
    left: 38%;
    margin-left: 100px;
    z-index: 100000000;
    background-color: transparent;
    text-align: center;
}
.Background {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10001;
    width: 1423px;
    height: 917px;
    background: #000 !important;
    opacity: 0.5 !important;
}