/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


@import url('https://fonts.googleapis.com/css?family=Catamaran:300,400,600');

body,
#menu-content a{
    font-family: 'Catamaran', sans-serif !important;

}
#menu-content a{
    font-size: 14px;
    font-weight: 500;

}
i.fa {
    margin-right: 8px;

}
.fa:before{
    color: #fff !important;
    opacity: 1 !important;
}
.btn-inverse {
    background: #8e0000;
    color: #fff;
}

.btn-inverse:hover {
    background: #6b0000;
    color: #fff;
}
/* ------------------------ side bar styles start ---------------------- */
.nav-side-menu {
    overflow: auto;
    font-family: verdana;
    font-size: 12px;
    font-weight: 200;
    background-color:#660505;
    position: fixed;
    top: 0px;
    width: 300px;
    height: 100%;
    color: #fff;
}
.nav-side-menu .brand {
    background-color: #2a0103;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 14px;
}
.nav-side-menu .toggle-btn {
    display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 35px;
    cursor: pointer;

    .collapsed{
        .arrow:before{
            font-family: FontAwesome;
            content: "\f053";
            display: inline-block;
            padding-left:10px;
            padding-right: 10px;
            vertical-align: middle;
            float:right;
        }
    }

}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
    border-left: 3px solid #AE1414;
    background-color: #952828;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
    color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
    color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
    background-color:#7A3434;
    border: none;
    line-height: 28px;
    border-bottom: 1px solid #480808;
    margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
    background-color: #770909;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}
.nav-side-menu li {
    padding-left: 0px;
    border-left: 3px solid #2e353d;
    border-bottom: 1px solid #590c0c;
    border-top: 1px solid #8a2929;
}
.nav-side-menu li a {
    text-decoration: none;
    color: #e1ffff;
}
.nav-side-menu li a i {
    padding-left: 10px;
    width: 20px;
    padding-right: 20px;
}
.nav-side-menu li:hover {
    border-left: 3px solid #540000;
    background-color: #982727;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
@media (max-width: 767px) {
    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }
    .nav-side-menu .toggle-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 10 !important;
        padding: 3px;
        background-color: #ffffff;
        color: #000;
        width: 40px;
        text-align: center;
    }
    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }
}
@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }
}
/*body {
  margin: 0px;
  padding: 0px;
}*/
/*styles for accordian conversion of menu*/
#menu-content li.panel{
    margin-bottom: 0px;
    background-color: inherit;
}

#menu-content li.panel > a{
    display: inline-block;
    width: 100%;
}

/* ---------------------------- side bar styles end ------------------------------*/

.login-img-div,
.page-header{
    text-align:center;	
    border:none;

}
body.login-body,
body.form-page{
    background:url(../../assets/images/casl.jpg) repeat;

}
.login-form-div {
    /*  background:rgba(0,0,0,0.5);
     padding: 10px;
     box-shadow:0 0 8px #5A5A5A;
     border-radius: 3px;*/
}
.form-horizontal{
    border-radius: 3px;
    padding: 20px;


}
.login-form-div legend {
    color: #2a0103;
    padding-bottom:10px !important;
}

.butttonLG #btn_save,
.btn-success{
    color: #fff;

    display: block !important;
    width: 100% !important;
    padding: 10px;	

    background-color: #9a0707!important;
    border-color:#6b0000!important;

}
.butttonLG #btn_save:hover,
.btn-success:hover{
    background-color: #9a0707!important;
    border-color:#6b0000!important; 


}

.login-img-div h3{
    margin-bottom:16px;
    display:block;
}

.dashboard-item{
    background:#007ffc;
    border-radius:5px;
    color:#fff;
    text-align:center;
    padding:20px;
    -webkit-transition: color 0.25s;
    transition: all ease-in-out 0.25s;

}

.dashboard-item:hover{
    background:rgba(47,94,149,1.00);
    transition: all ease-in-out 0.25s;	 
}


.form-area {
    background: #f3f3f3;
    padding: 20px;
}

/*.dashboard-item::before, .dashboard-item::after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}


.dashboard-item::before, .dashboard-item::after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.dashboard-item::before {
  top: 0;
  left: 0;
}
.dashboard-item::after {
  bottom: 0;
  right: 0;
}
.dashboard-item:hover {
  color: #60daaa;
}
.dashboard-item:hover::before, .dashboard-item:hover::after {
  width: 100%;
  height: 100%;
}
.dashboard-item:hover::before {
  border-top-color: #60daaa;
  border-right-color: #60daaa;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.dashboard-item:hover::after {
  border-bottom-color: #60daaa;
  border-left-color: #60daaa;
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
*/




.container {
    /*    width: 85% !important;
        margin-right: 0!important; */
}

.main-container{
    margin-left: 300px;
    background: #fff;
    height: 100%;
}

.side_margine{
    margin-left: 300px;
}


.text-bold{
    font-weight: 800;
}




.card-box{
    padding: 20px;

    margin-bottom: 20px;
    border: 2px solid #CE1F1F;
    border-radius: 3px;	
}

.label-success {
    margin-right: 10px;
    padding: 5px 7px !important;
    text-align: center;
}
.text-muted {
    color: #777;
    display: inline-block;
}

.dashboard-item-caption{
    font-weight: 100;
    font-size: 15px;
    letter-spacing: 1px;
}

.dashboard-item-caption:hover{
    text-decoration:none;	
}

thead {
    background:#9c0000;
    color: #fff;
}

#loading_animation_div {
    position: absolute;
    width: 80%;
    text-align: center;
    z-index: 9999;
}
.backDrop{
    background:rgba(255,255,255,0.81);
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;	
    z-index:888;
}


/*2017-02-15 Live tiles*/
.live-tile{
    height: 200px;
    overflow: hidden;
}

.live-tile:hover .default-content{
    margin-top: -200px;
}

.default-content{
    background-color: #007ffc;
    height: 100%;
    color: white; 
    transition: margin-top 0.5s ease;
    padding: 50px;
    text-align:center;
}
.icon-image-box {
    font-size: 27px;
    margin-bottom: 10px;
}
.hover-content {
    background-color: #007dbb;
    height: 100%;
    padding: 20px 50px;
    color: #fff;
}
.hover-content  .dashboard-item-caption{
    font-weight:300;	
    font-size:20px;
}

.hover-content li a {
    text-decoration: none;
    color: #e1ffff;
}


img#login-img {
    width:220px;	
    margin:50px 0 20px 0;
}
.header-logo img#login-img{
    margin:10px 0 0 57px!important;
}

.login-form-div {
    width: 90%;
    margin: 0 auto;
    background: #efefef;
    color:#2a0103;
}

#login_captcha_div {
    display: inline-block;
}

#captcha.form-control {
    display: inline-block;
    width: 57%;

}

.login-top{
    margin-top: 18px;
}
.header-logo{
    text-align: center !important;
}

footer.footer  {
    position: fixed;
    text-align: left;
    width: 100%;
    bottom: 0;
    background: #fff;
}
footer.footer  .text-center{
    text-align: left;
}

#internal{
    text-align: left !important;
}

h2, .h2 {
    font-size: 26px !important;
    margin: 10px 0!important;
    padding: 0!important;
}
.sweet-alert{
    text-align: center;
}
.button_margin{
    margin-top: 60px;
}
h3.loged-name{
    font-size: 14px;
    font-weight: 300;
    margin-top: 46px;
    background: #a50909;
    display: block;
    padding: 10px !important;
    margin: 0;
    line-height: 1 !important;
    float: right;
    color: #fff;
    border-radius: 0 0 6px 6px;
}

.btn-primary {
    color: #fff;
    background-color: #9a0707!important;
    border-color:#6b0000!important;
}

.admin_dash_board .col-lg-2 {
    display: inline-block;
    /*float: none !important;*/
}
.admin_dash_board   {
    text-align: center;
}

.user-row {
    margin-bottom: 14px;
}

.user-row:last-child {
    margin-bottom: 0;
}

.dropdown-user {
    margin: 13px 0;
    padding: 5px;
    height: 100%;
}

.dropdown-user:hover {
    cursor: pointer;
}

.table-user-information > tbody > tr {
    border-top: 1px solid rgb(221, 221, 221);
}

.table-user-information > tbody > tr:first-child {
    border-top: 0;
}


.table-user-information > tbody > tr > td {
    border-top: 0;
}
.toppad
{margin-top:20px;
}

h3#my_name{
    padding:10px 0;	
}

.table-user-information tr:nth-child(odd){
    background:#F4F4F4;

}
.table-user-information tr:nth-child(even){
    background:#FCFCFC;

}

.panel-info > .panel-heading {
    color: #000;
    background-color: #fff4cc;
    border-color: #b3430f;
}
.page-title h3.status {
    margin-top: 16px;
    clear: right;
}


#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 1;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

#loading-image {
    transform:scale(2,2);
    transform-origin:0 0;
    position: absolute;
    top: 31px;
    left: -77px;
    z-index: 100;
}

.sweet-alert h2{
    text-align:center !important;	
}
.sweet-alert button.cancel{
    background:#9B0002 !important;
    color:#fff !important;	
}

.sweet-alert button.cancel:hover{
    color:#000 !important;	
}

.sweet-alert button.confirm,
.sweet-alert button.confirm:focus{
    background:#008F10 !important;
    color:#fff !important;	
}

.sweet-alert button.cancel:hover{
    color:#000 !important;	
}

/*preloader*/

.load-bar {
    position: relative;
    margin-top: 20px;
    width: 100%;
    height: 6px;
    background-color: #fdba2c;
}
.bar {
    content: "";
    display: inline;
    position: absolute;
    width: 0;
    height: 100%;
    left: 50%;
    text-align: center;
}
.bar:nth-child(1) {
    background-color: #da4733;
    animation: loading 3s linear infinite;
}
.bar:nth-child(2) {
    background-color: #3b78e7;
    animation: loading 3s linear 1s infinite;
}
.bar:nth-child(3) {
    background-color: #fdba2c;
    animation: loading 3s linear 2s infinite;
}
@keyframes loading {
    from {left: 50%; width: 0;z-index:100;}
    33.3333% {left: 0; width: 100%;z-index: 10;}
    to {left: 0; width: 100%;}
}

.logindiv{
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
    background-color: #ffffff;
}


/*system configuration swiches*/
.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    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: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    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: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.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;
}

.tip {
    border-color: #3c763d;
    background: rgba(195, 159, 56, 0.37);
    color: #881919;
}

.alert {
    padding: 10px;
    /*margin-top: 5px;*/
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
    /*font-size: .875rem;*/
    line-height: 1.4;
    border: 2px solid rgba(0,0,0,.05);

}

.alert-dismissable .close{
    right: 0px !important;
}

.btn-glyphicon { padding:8px; background:#ffffff; margin-right:4px; }
.icon-btn { padding: 1px 15px 3px 2px; border-radius:50px;}

body {
    position: relative;
    overflow-x: hidden;
}
body,
html { height: 100%;}
.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {background-color: transparent;}


/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,.8);
    z-index: 1;
}
#login-img_display{
    margin-left: 537px;
    margin-top: 195px;
    width: 579px;
    height: 161px;

}
.pull-righttop{
    /*    position: absolute;
        top:0;
        right: 0;
        float: right;*/
}
.pull-right{
    vertical-align: top;
}
.big-checkbox {width: 20px; height: 20px;}
.payment_method {margin-top: 30px;}


/* underlined list stle                   */

.underlined ol 
{
    counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
}

.underlined	ol > li 
{
    position:relative; /* Create a positioning context */
    margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */
    padding:4px 8px; /* Add some spacing around the content */
    list-style:none; /* Disable the normal item numbering */
    border-top:2px solid #666;
    background:#f6f6f6;
}

.underlined ol > li:before 
{
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:-2px;
    left:-2em;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:2em;
    /* Some space between the number and the content in browsers that support
    generated content but not positioning it */
    margin-right:8px;
    padding:4px;
    border-top:2px solid #666;
    color:#fff;
    background:#666;
    font-weight:bold;
    font-family:"Helvetica Neue", Arial, sans-serif;
    text-align:center;
}

.underlined li ol,
.underlined li ul 
{
    margin-top:6px;
}

.underlined ol ol li:last-child 
{
    margin-bottom:0;
}

/* -------------------------------------- */    
/* rounded  list style                    */ 		

/*sync css*/

.bs-calltoaction{
    position: relative;
    width:auto;
    padding: 15px 25px;
    border: 1px solid black;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.bs-calltoaction > .row{
    display:table;
    width: calc(100% + 30px);
}

.bs-calltoaction > .row > [class^="col-"],
.bs-calltoaction > .row > [class*=" col-"]{
    float:none;
    display:table-cell;
    vertical-align:middle;
}

.cta-contents{
    padding-top: 10px;
    padding-bottom: 10px;
}

.cta-title{
    margin: 0 auto 15px;
    padding: 0;
}

.cta-desc{
    padding: 0;
}

.cta-desc p:last-child{
    margin-bottom: 0;
}

.cta-button{
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 991px){
    .bs-calltoaction > .row{
        display:block;
        width: auto;
    }

    .bs-calltoaction > .row > [class^="col-"],
    .bs-calltoaction > .row > [class*=" col-"]{
        float:none;
        display:block;
        vertical-align:middle;
        position: relative;
    }

    .cta-contents{
        text-align: center;
    }
}



.bs-calltoaction.bs-calltoaction-default{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.bs-calltoaction.bs-calltoaction-primary{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.bs-calltoaction.bs-calltoaction-info{
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

/*.bs-calltoaction.bs-calltoaction-success{
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}*/

.bs-calltoaction.bs-calltoaction-warning{
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.bs-calltoaction.bs-calltoaction-danger{
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.bs-calltoaction.bs-calltoaction-primary .cta-button .btn,
.bs-calltoaction.bs-calltoaction-info .cta-button .btn,
.bs-calltoaction.bs-calltoaction-success .cta-button .btn,
.bs-calltoaction.bs-calltoaction-warning .cta-button .btn,
.bs-calltoaction.bs-calltoaction-danger .cta-button .btn{
    border-color:#fff;
}
/*end of sync css*/



.btn-outlined {
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-outlined.btn-danger:hover,
.btn-outlined.btn-danger:active {
    color: #FFF;
    background: #d2322d;
}

/*activation switch*/
.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}

.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "ACTIVE";
    padding-left: 10px;
    background-color: #2FCCFF; color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "NOT ACTIVE";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    border: 2px solid #999999; border-radius: 20px;
    position: absolute; top: 0; bottom: 0; right: 56px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}


.cmn-toggle 
{
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

.cmn-toggle + label 
{
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.cmn-toggle-round-flat + label 
{
    padding: 2px;
    width: 75px;
    height: 30px;
    background-color: #dddddd;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}

input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after 
{
    display: block;
    position: absolute;
    content: "";
}

input.cmn-toggle-round-flat + label:before 
{
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #fff;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}

input.cmn-toggle-round-flat + label:after 
{
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 22px;
    background-color: #dddddd;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    -ms-border-radius: 52px;
    -o-border-radius: 52px;
    border-radius: 52px;
    -webkit-transition: margin 0.4s, background 0.4s;
    -moz-transition: margin 0.4s, background 0.4s;
    -o-transition: margin 0.4s, background 0.4s;
    transition: margin 0.4s, background 0.4s;
}

input.cmn-toggle-round-flat:checked + label 
{
    background-color: #27A1CA;
}

input.cmn-toggle-round-flat:checked + label:after 
{
    margin-left: 45px;
    background-color: #27A1CA;
}

div.switch5 { clear: both; margin: 0px 0px; }
div.switch5 > input.switch:empty { margin-left: -999px; }
div.switch5 > input.switch:empty ~ label { position: relative; float: left; line-height: 1.6em; text-indent: 4em; margin: 0.2em 0px; cursor: pointer; -moz-user-select: none; }
div.switch5 > input.switch:empty ~ label:before, input.switch:empty ~ label:after { position: absolute; display: block; top: 0px; bottom: 0px; left: 0px; content: "off"; width: 3.6em; height: 1.5em; text-indent: 2.4em; color: rgb(153, 0, 0); background-color: rgb(204, 51, 51); border-radius: 0.3em; box-shadow: 0px 0.2em 0px rgba(0, 0, 0, 0.3) inset; }
div.switch5 > input.switch:empty ~ label:after { content: " "; width: 1.4em; height: 1.5em; top: 0.1em; bottom: 0.1em; text-align: center; text-indent: 0px; margin-left: 0.1em; color: rgb(255, 136, 136); background-color: rgb(255, 255, 255); border-radius: 0.15em; box-shadow: 0px -0.2em 0px rgba(0, 0, 0, 0.2) inset; transition: all 100ms ease-in 0s; }
div.switch5 > input.switch:checked ~ label:before { content: "on"; text-indent: 0.5em; color: rgb(102, 255, 102); background-color: rgb(51, 153, 51); }
div.switch5 > input.switch:checked ~ label:after { margin-left: 2.1em; color: rgb(102, 204, 102); }
div.switch5 > input.switch:focus ~ label { color: rgb(0, 0, 0); }
div.switch5 > input.switch:focus ~ label:before { box-shadow: 0px 0px 0px 3px rgb(153, 153, 153); }







.switch6 {  max-width: 17em;  margin: 0 auto; }
.switch6-light > span, .switch-toggle > span {  color: #000000; }
.switch6-light span span, .switch6-light label, .switch-toggle span span, .switch-toggle label {  color: #2b2b2b; }

.switch-toggle a, 
.switch6-light span span { display: none; }

.switch6-light { display: block; height: 30px; position: relative; overflow: visible; padding: 0px; margin-left:0px; }
.switch6-light * { box-sizing: border-box; }
.switch6-light a { display: block; transition: all 0.3s ease-out 0s; }

.switch6-light label, 
.switch6-light > span { line-height: 30px; vertical-align: middle;}

.switch6-light label {font-weight: 700; margin-bottom: px; max-width: 100%;}

.switch6-light input:focus ~ a, .switch6-light input:focus + label { outline: 1px dotted rgb(136, 136, 136); }
.switch6-light input { position: absolute; opacity: 0; z-index: 5; }
.switch6-light input:checked ~ a { right: 0%; }
.switch6-light > span { position: absolute; left: -100px; width: 100%; margin: 0px; padding-right: 100px; text-align: left; }
.switch6-light > span span { position: absolute; top: 0px; left: 0px; z-index: 5; display: block; width: 50%; margin-left: 100px; text-align: center; }
.switch6-light > span span:last-child { left: 50%; }
.switch6-light a { position: absolute; right: 50%; top: 0px; z-index: 4; display: block; width: 50%; height: 100%; padding: 0px; }


/*End of activation switch*/

form label.error{
    font:14px Tahoma,sans-serif;
    color:#e21010;
    margin-left:10px;
    display:inline;
}
.span_err{
    color: #e21010;
}

#viewex{
    background:#EDEDEE ;
}

/*sucess page*/
.success-popup  {
    transition: .3s ease all;
    font-family: 'Roboto', sans-serif;
}

/*recept img*/
#receipt-img{
    width:220px;	
    margin:0px 0 20px 0;
}
/*payment confiremed*/
#payment_confirmed{
    width:70px;	
    margin:0px 0 0px 0;
}

.paysuccess_divs
{
    opacity:-0.5 !important;
}

.pna{
    margin: 20px;
}

#payment_denied{
    width:120px;	
    margin:0px 0 0px 0; 
}
#app_highet{
    height: 59px !important;
}

/*dash board*/
/* ----------------------------
 * Callouts
 * ----------------------------
 */

.callout-light {
    padding: 30px;
    color: #000;
    background-color: #ccc;
}

.callout-light h1,
h2,
h3,
h4 {
    font-weight: 300;
    line-height: 1.4;
}

.callout-dark {
    padding: 30px;
    color: #fff;
    background-color: #252525;
}

.callout-dark h1,
h2,
h3,
h4 {
    font-weight: 300;
    line-height: 1.4;
}

.callout-dark p {
    color: #B1B1B1;
    font-size: 17px;
}

.callout-mage {
    padding: 30px;
    background-color: #743C58;
    color: #fff;
}

.callout-bubble {
    padding: 30px;
    color: #fff;
    background-color: #A94545;
}

.callout-bubble h1,
h2,
h3,
h4 {
    font-weight: 300;
    line-height: 1.4;
}

.callout-block {
    background-color: #F5F3F4;
    border-left: 5px solid #a94545;
    border-right: 5px solid #a94545;
    padding: 15px;
}

.callout-block h1,
.callout-block h2,
.callout-block h3,
.callout-block h4 {
    font-weight: 300;
    line-height: 1.4;
}

.widthdrop{
    width: 220px !important;
}

.margine_check {
    margin: 4px 15px 0 !important;
}
.subject_adjust {
    margin-top: 5px !important;
}
#login_note{
    background-color: #efefef;
}

#login_note_text{
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}