
/* 
    Created on : 22 Feb, 2018, 4:29:52 PM
    Author     : ikki 
*/

.pagination{
    margin-top: -10px !important;
}

a {
    color: #9b59b7;
    text-decoration: none;
}

a:hover{
    color: #8a28b4;
    text-decoration: none;
}

/* loader */
#loader{
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5000;
    background-color: rgba(0, 0, 0, 0.75);
}
.loder-container {
    position: absolute;    
    width: 150px;
    height: 150px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.item {
    width: 75px;
    height: 75px;
    position: absolute;
}

.item-1 {
    background-color: #FA5667;
    top: 0;
    left: 0;
    z-index: 1;
    animation: item-1_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
}

.item-2 {
    background-color: #7A45E5;
    top: 0;
    right: 0;
    animation: item-2_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
}

.item-3 {
    background-color: #1B91F7;
    bottom: 0;
    right: 0;
    z-index: 1;
    animation: item-3_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
}

.item-4 {
    background-color: #FAC24C;
    bottom: 0;
    left: 0;
    animation: item-4_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
}

@keyframes item-1_move {
    0%, 100% {transform: translate(0, 0)} 
    25% {transform: translate(0, 100px)} 
    50% {transform: translate(100px, 100px)} 
    75% {transform: translate(100px, 0)} 
}

@keyframes item-2_move {
    0%, 100% {transform: translate(0, 0)} 
    25% {transform: translate(-100px, 0)} 
    50% {transform: translate(-100px, 100px)} 
    75% {transform: translate(0, 100px)} 
}

@keyframes item-3_move {
    0%, 100% {transform: translate(0, 0)} 
    25% {transform: translate(0, -100px)} 
    50% {transform: translate(-100px, -100px)} 
    75% {transform: translate(-100px, 0)} 
}

@keyframes item-4_move {
    0%, 100% {transform: translate(0, 0)} 
    25% {transform: translate(100px, 0)} 
    50% {transform: translate(100px, -100px)} 
    75% {transform: translate(0, -100px)} 
}


.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #9b59b7;
}

.popover-content{
    height: 500px;
    overflow-y:scroll;
}



/* custom */

.basic-default-card {
    min-height:250px;
    height:auto;
    background:#16A085; 
    border:1px solid #16A085; 
    /*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); */
    margin: 15px 0; 
    overflow:hidden;
}

.basic-card-content {
    padding:20px 20px 10px;
}
.basic-card-content h3{
    color:#fff; 
    font-weight: bold;
}


.basic-default-card1 {
    min-height:250px;
    height:auto;
    background:#0e3d59; 
    border:1px solid #0e3d59; 
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); 
    margin: 15px 0; 
    overflow:hidden;
}
.basic-default-card2 {
    min-height:250px;
    height:auto;
    background:#87a61c; 
    border:1px solid #87a61c; 
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); 
    margin: 15px 0; 
    overflow:hidden;
}
.basic-default-card3 {
    min-height:250px;
    height:auto;
    background:#f29f05; 
    border:1px solid #f29f05; 
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); 
    margin: 15px 0; 
    overflow:hidden;
}
.basic-default-card4 {
    min-height:250px;
    height:auto;
    background:#f25c05; 
    border:1px solid #f25c05; 
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); 
    margin: 15px 0; 
    overflow:hidden;
}

.basic-default-card5 {
    min-height:250px;
    height:auto;
    background:#d92526; 
    border:1px solid #d92526; 
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); 
    margin: 15px 0; 
    overflow:hidden;
}

.basic-default-card6 {
    min-height:250px;
    height:auto;
    background:#76afca; 
    border:1px solid #76afca; 
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); 
    margin: 15px 0; 
    overflow:hidden;
}

/*card hover*/
.card-thumbnail:hover {
    box-shadow: -2px 19px 27px -1px rgba(75, 73, 69, 0.6);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.card-thumbnail {
    /*background: #b69e22 none repeat scroll 0 0;   */
    /*margin-top: 20px;*/
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}


#cm-menu .cm-logo {
    display: block;
    height: 50px;
    background: url(../site/images/logo/logo.png) no-repeat 15px center transparent;
   
}

.popover-content {
    height: 225px;
    overflow-y: scroll;
}

#cm-submenu-popover a:hover, #cm-submenu-popover a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #2ECC71;
}

/* Pagination */
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #9b59b7;
    border-color: #4c0b67;
    cursor: default;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #9b59b7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #9b59b7;
    background-color: #eee;
    border-color: #ddd;
}
.form-control:focus {
    border-color: #a652ca;
}

.form-horizontal .control-label {
    text-align: left;    
}

/*updates*/

.cm-navbar h1, .cm-navbar .breadcrumb{
    overflow: visible;
  }
/*employee css*/
.kv-avatar .krajee-default.file-preview-frame,.kv-avatar .krajee-default.file-preview-frame:hover {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    text-align: center;
}
.kv-avatar {
    display: inline-block;
}
.kv-avatar .file-input {
    display: table-cell;
    width: 213px;
}
.kv-reqd {
    color: red;
    font-family: monospace;
    font-weight: normal;
}
.kv-close-btn{
    top: -185px;
    margin-left: 220px;
}
.normal_font_clr{
    color: #46333f;
}
.warn_expiry{
    color: red;
}
/*end of employee css*/


/*dash board card*/
.panel-body .panel-body-card{
    height: 190px;
}

.panel-body .panel-body-card .card-icon{
    color: #3c8c3d;
}

.panel-body .panel-body-card .card-icon2{
    color: #e74c3c;
}
.panel-body .panel-body-card .card-icon3{
    color: #f39c12;
}
.panel-body .panel-body-card .card-icon4{
    color: #3498db;
}

.timer_p{
    font-weight: normal;
    font-size: 14px;
}

.bill-head-row{
    margin-top: 15px;
    margin-bottom: 15px;
}

/*job & flight css start*/
.emphasizing_color{
    color:#e74c3c;
}
.emphasizing_color_bal{
    color: #2ecc71;
}
.element_spacing{
    margin-bottom: 10px;
}
.footer_fix_at-bottom{
    position: relative !important;
}
/*job css end*/

/*updates*/
.fix-button-scroll{
        overflow: scroll;
    height: 171px;
}
.notify-mediabox .media-notify{
    vertical-align: inherit;
}
.notify-panel-default{
        height: auto;
    min-height: 459px;
}
.notify-bodypanel{
        overflow-y: scroll;
    height: 340px;
}
/*Dashboard Cards*/
.dashboardcards .panel{
    height: 200px;
}
.dayscheckbox input[type="checkbox"]{
    font-size: 16px;
    width: 15px;
    height: 15px;
    margin-left: -25px !important;
    margin-top: 5px;
    padding-top: 5px !important
}
.filterradio input[type="radio"]{
    font-size: 16px;
    width: 15px;
    /*height: 15px;*/
    margin-left: -25px !important;
    padding-top: 5px !important
}
.dayscheckbox .radio label,.dayscheckbox .checkbox label{
    font-size: 18px;
    font-weight: 100;
}
.radio label, .checkbox label, .radio span{
    padding-left: 30px !important;
}
.radio{
    margin-left: -75px !important;
}
.filterradio{
    margin-top: 35px;
}
.filterradio .radio{
    margin-top: 0px !important;
}
.Booked{
    background-color: #c98de3;
}
.Paid{
    background-color:#54f197;
}
.Failed{
    background-color: #e16457;
}
.Intimated{
    background-color: #94b5f1;
}
.Cancelled{
    background-color: #f19748;
}
.Registered{
    background-color: #c1c1c1;
}
.studentlistinfobtn{
    /*width: 15px;*/
    height: 20px;
}
.genderregistration{
    padding-left: 70px;
}
.productimages{
  height: 200px !important;
}
/*toggle switch start*/

.productimages .toggle-switch{
    position: absolute;
    right: 21px;
    z-index: 10;

}
.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    top: -7px;
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 19px;
    margin-top: 0px;
    position: absolute;
    opacity:1!important;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
   background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 17px;
    left: -4px;
    margin-top: -4px;
    position: absolute;
    top: 5px;
    transition: all 0.3s ease-in-out;
    width: 20px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

/*toggle switch end*/

/*To place gap between multi items and create button in index of admin items like manufacturer index,category index etc..*/
.rightpadded{
    padding-right: 5px;
}
/*Fix button height*/
.btn{
    height: 34px;
}
/*Image profile css starts*/

.imageprofilenik .pro-avatar
{
    border-radius: 0px;
    height: 150px;
    margin-left: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 150px;
}


 .avatar {
  float: left;
  display: inline-block;
  overflow: hidden;
  padding-top: 10px;
  width: 150px;
  height: 150px;
  /*border-radius: 100%;*/
  /*background: #4dc4f8;*/
  /*border: 2px solid #B3C9CB;*/
  /*background-image: url(https://scontent-vie1-1.cdninstagram.com/hphotos-ash/t51.2885-19/10932224_821299211264682_1488190390_a.jpg);*/
  background-size: cover;
  background-position: 50% 25%;
  transition: border 0.5s linear;
}

 .avatar:after {
  content: "";
    position: absolute;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #f0e3c7), color-stop(100%, #6bcab4));
    width: 135px;
    height: 135px;
    /* border-radius: 100%; */
    border: 1px solid white;
    left: 10px;
    top: 10px;
    /*right: 5px;
    bottom: 5px;*/
    /* padding: 1px; */
    opacity: 0;
    transition: opacity 0.3s linear;
    cursor: pointer;
    -webkit-transform-style: preserve-3d;
}
 .avatar img {
  float: left;
  display: inline-block;
  overflow: hidden;
  width: 135px;
  height: 135px;
  /*background: #C68587;*/
  border: 6px solid #B3C9CB;
  /*background-image: url(https://scontent-vie1-1.cdninstagram.com/hphotos-ash/t51.2885-19/10932224_821299211264682_1488190390_a.jpg);*/
  background-size: cover;
  background-position: 50% 25%;
  transition: border 0.5s linear;
}
 
  .avatar:hover:after {
  opacity: 0.7;
}

 .avatar.open:hover:after {
  opacity: 0;
}


 #camera {
  -webkit-transform: scale(0.4);
  position: relative;
  z-index: 9999;
  cursor: pointer;
  top: 18%;
  overflow: hidden;
}
 #circle {
  -webkit-transform: scale(0.75);
  -webkit-transform-origin: 50% 50%;
  -webkit-transition: all 0.3s linear;
  stroke-dashoffset: 33px;
  stroke-dasharray: 33px;
}

 #cameraFrame {
  -webkit-transition: all 0.5s linear;
  stroke-dashoffset: 72px;
  stroke-dasharray: 72px;
}

#plus {
  -webkit-transition: all 0.3s linear;
  stroke-dashoffset: 5px;
  stroke-dasharray: 5px;
}

 #fileUpload {
  overflow: hidden;
  position: absolute;
  width: 88px;
  height: 23px;
  padding-top: 0px;
  padding-left: 0px;
  opacity: 0;
  left: 47%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  z-index:131;
  transition: 250ms cubic-bezier(0.7, 0, 0.36, 1);
}
 #fileUpload:focus {
  outline: none;
  background: transparent;
}

#openModal {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 0;
  top: 0;
  /*border-radius: 100%;*/
  -webkit-transform: scale(0);
  z-index: 130;
  transition: 250ms cubic-bezier(0.7, 0, 0.36, 1);
  transition-delay: 250ms;
  background-color: rgba(255, 255, 255, 0.9);
}

 #openModal > span {
  font-family: raleway;
  font-size: 1.2vw;
  top: 25%;
  position: absolute;
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translate3d(-50%, 0, 0);
  color: rgba(0, 0, 0, 0.7);
}

.separatorLine {
  margin-top: 15px;
  width: 300%;
  position: absolute;
  height: 1px;
  background: rgba(0, 0, 0, 0.6);
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

.imageprofilenik  .right {
  margin-left: 12.5vw;
  bottom: 0;
  position: absolute;
  float: right;
}

.imageprofilenik  .right > p {
  font-size: 2vw;
  text-align: left;
  text-transform: none;
  font-family: Raleway;
  margin-top: 0.5vw;
  color: rgba(0, 0, 0, 0.7);
}
.imageprofilenik  .right > p:last-child {
  margin-top: 0.2vw;
  font-size: 0.9vw;
  text-align: right;
  color: rgba(0, 0, 0, 0.5);
}

.imageprofilenik  .avatar:hover > #camera > #cameraFrame {
  stroke-dashoffset: 0;
}

.imageprofilenik  .avatar:hover > #camera > #circle {
  stroke-dashoffset: 0px;
}

.imageprofilenik  .avatar:hover > #camera > #plus {
  stroke-dashoffset: 0px;
}

.imageprofilenik  .avatar:active > #camera > #cameraFrame {
  -webkit-transition: none;
  stroke: rgba(255, 255, 255, 0.7);
}

.imageprofilenik  .avatar:active > #camera > #circle {
  -webkit-transition: none;
  stroke: rgba(255, 255, 255, 0.7);
}

.imageprofilenik  .avatar:active > #camera > #plus {
  -webkit-transition: none;
  stroke: rgba(255, 255, 255, 0);
}

.imageprofilenik .src {
  font-family: raleway;
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
  padding: 10px;
}

.imageprofilenik #camera {
  transition: 250ms cubic-bezier(0.7, 0, 0.36, 1);
}

.imageprofilenik .avatar.open > #camera {
  -webkit-transform: scale(0);
  fill: white;
}

.imageprofilenik .avatar.open > #openModal {
  -webkit-transform: scale(0.95);
}

.imageprofilenik .avatar.open > #fileUpload {
  opacity: 1;
  -webkit-transition-delay: 250ms;
}

.imageprofilenik .avatar.open > #camera {
  visibility: hidden;
}
.avatarupload{
    overflow: hidden;
  position: absolute;
  width: 70px;
  padding: 2px;
  /*opacity: 0;*/
  left: 50%;
  top: 75%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  z-index:130;
  transition: 250ms cubic-bezier(0.7, 0, 0.36, 1);
}
/*Profile image css ends*/
/*Product index listing image*/
.img-thumbnail{
    width: 50px;
    height: 50px;
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
/*Product index listing image ends*/
/*Attribute form */
.row .form-group-space{
      margin-left: 0;
    margin-right: 0;
}
/*Attribute form Ends*/

.image-poacity{
    opacity: 0.4;
}
/*Update checkBoxes*/
ul {
  list-style-type: none;
}

li {
  display: inline-block;
}

ul li input[type="checkbox"][id^="cb"] {
  display: none;
}

ul li label {
  border: 1px solid #000;
  padding: 10px;
  display: block;
  position: relative;
  margin: 10px;
  cursor: pointer;
}

ul li label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

ul li label img {
  /*height: 100px;
  width: 100px;*/
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

:checked + label {
  border-color: #ddd;
}

:checked + label:before {
  content: "✓";
  background-color: grey;
  transform: scale(1);
}

:checked + label img {
  transform: scale(0.9);
  box-shadow: 0 0 5px #333;
  z-index: -1;
}

/*Update checkBoxes ends*/