@charset "utf-8";
@import url("fonts.css");
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


h4{
    font-size: 18px;
    line-height: normal;
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: #212529;
}


#premiumtextdisplay{
    font-size: 14px!important;
    margin: 0;
}


.page-container.sidebar-collapsed .sidebar-menu{
    width: 280px!important;
}


/*login page*/

    
/* 8 november 2020   */

body.page-fade-only{
    background: #ECEEF1!important;
}

html,body,.container, .container-fluid {
    height:100%;
}

    
.login .helloixlogo img {
        max-width: 273px;
}  


.login{
    padding: 4rem;
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}


.login-page-text hr{
    max-width: 200px;
    margin: 4rem 0;
    border-top: 1px solid rgba(255,255,255, 1);
}


.login-page-text p{
    color: #fff;
    max-width: 570px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 24px;
}


@media screen and (max-width:767px) {
    .login{
        padding: 0 1rem;
        min-height: auto;
    }
    
    
    .login .helloixlogo img{
        max-width: 235px;
    }
    
    .login .helloixlogo{
        text-align: center;
    }
    
    .login-page-text hr{
        margin: 3rem auto 3rem auto;
    }
    .login-page-text p{
        font-size: 20px;
        text-align: center;
    }
    
    .form-signin{
        padding: 30px!important;
    }
    
    .form-signin .form-signin-heading{
        font-size: 18px!important;
    }
    .login-page-text{
        margin: 0!important;
    }

    html, body, .container, .container-fluid{
      height: auto !important;  
    }
    
    .login-page-text{
        margin-top: 3rem!important;
    }
    .topstrip{
        padding: 0.7rem 19px;
    }
    
    #pageHeader{
        display: block!important;
        background: #233D7B;
        padding-bottom: 12px;
    }
    
    #cssmenu .logo{
        display: none;
    }
    .topstrip{
        padding: 0.7rem 20px!important;
    }
    
    .user-info > li.profile-info{
        margin-right: 0;
        position: relative;
        top: 5px;
    }
    
    .custom-dashboard .row{
        display: block!important;
        margin: 0!important;
    }
    .custom-dashboard .row [class*="col-"]{
        padding: 0!important;
    }
    
    #right-section{
        margin: 0 0 2rem;
    }
    
     
}



/*Dashboard */


.leftmenulist{
/*    padding: 25px; */
/*    min-height: 100vh;*/
    
}

#pageHeader{
    display: none;
}

form{
    width: 100%;
}


#right-section{
    margin: 3rem 0;
    padding: 4rem;
    background: #fff;
    border-radius: 10px;
}


#pageContent{
    background-color: #ECEEF1;
    height: 100%;
}

#pageContent .row{
    height: 100%;
    
}


.form-control:disabled, .form-control[readonly]{
    background-color: transparent;
}

.js-signature canvas{
    border-radius: 3px;
    border: 1px solid #ebebeb!important;
}


/*.form-signin*/




.custom-control-input:checked ~ .custom-control-label::before{
    background-color: #F09F25;
    border-color: #F09F25;
}


.custom-control-input:focus ~ .custom-control-label::before{
     outline: none;
    box-shadow: none;
}


nav.pull-right{
    width: 100%;
    float: inherit;
}

nav ul{
    width: 100%;
    float: inherit;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}


.topstrip a, .topstrip a:hover{
    color: #1C1D21;
    font-weight: 500;
}

.topstrip{
    background: #fff;
/*    border-radius: 10px;*/
    padding: 0.7rem 36px;
    -webkit-box-shadow: 0 .75rem 1.5rem rgba(18,38,63,.03);
    box-shadow: 0 .75rem 1.5rem rgba(18,38,63,.03);
    
}

.topstrip .links-list{
    font-size: 14px;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #888 50%), linear-gradient(135deg, #888 50%, transparent 50%), linear-gradient(to right, #888 , #888 );
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 3px 4px, 5px 4px, 4px 0;
    background-repeat: no-repeat;

}




.custom-dashboard canvas{
    width: 100%!important;
}


/* Commons */

.btn:hover,
.btn:focus {
    color: #fff;
    /* border: none; */
}

html{
  height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
        font-family: 'Lato', sans-serif;
        overflow: auto;
        min-height: 100%;
        font-size: 16px;
    
    
}

img {
    border: 0 none;
    max-width: 100%;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.marT15 {
    margin-top: 15px;
}

.marT25 {
    margin-top: 25px;
}

.marB15 {
    margin-bottom: 15px;
}

.marB95 {
    margin-bottom: 95px;
}

.marB63 {
    margin-bottom: 63px;
}

.marB160 {
    margin-bottom: 160px;
}

.marB28 {
    margin-bottom: 28px;
}

.padR0 {
    padding-right: 0;
}

.pad0 {
    padding-left: 0;
    padding-right: 0;
}

.padT25 {
    padding-top: 25px;
}

.padL40 {
    padding-left: 40px;
}

.padLR30 {
    padding-left: 30px;
    padding-right: 30px;
}

a,
a:hover {
    outline: none;
    border: none;
}

.marT17 {
    margin-top: 17px;
}

.marT20 {
    margin-top: 20px;
}

.marT50 {
    margin-top: 50px;
}

.w100 {
    width: 100%;
}

.marR15 {
    margin-right: 15px;
}

.ppup a:hover img {
    border: #428BCA 5px solid;
}

.form-group {
    margin-bottom: 2rem;
}

.form-group label{
    font-weight: 700;
    color: #212529;
    font-size: 14px;
    
}

.ui-datepicker table{
    background-color: #fff;
    border: 1px solid #c0c0c0;
}

/*bootstrap specer classes*/



.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}


input[type="checkbox"], input[type="radio"]{
    margin-right: 10px;
}




/* Header */

#pageHeader {
    animation: 1s ease 0s bounce;
    -webkit-animation: 1s ease 0s bounce;
    -moz-animation: 1s ease 0s bounce;
}

#loadingDiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    /*background-color:grey;*/
    background: none repeat scroll 0 0 #1C1D21000;
    opacity: 0.82;
}

.ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    /* -1 * image width / 2 */
    margin-top: -32px;
    /* -1 * image height / 2 */
    display: block;
}

.logo {
    display: block;
    padding-left: 8px;
    padding-top: 0px;
}

.navbar {
    border-radius: 0px;
    margin-bottom: 0px;
}

.navbar.shadow {
    box-shadow: none;
/*
    box-shadow: 0 15px 30px -20px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0 15px 30px -20px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 15px 30px -20px rgba(0, 0, 0, 0.75);
*/
}

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    min-height: 120px;
}

.container-outer {
    z-index: 0;
    padding-top: 20px;
}

/* #pageContent {

    overflow-y: auto;
    height: 78vh;
    padding-top: 20px;

} */

.helpDesk {
    float: left;
    margin-top: 0px;
    margin-left: 20px;
}

.helpDesk ul {
    float: right;
    padding: 0;
    margin: 0;
}

.helpDesk ul li .helpicons {
    background-image: url(../../images/temp12/headicons.png);
    background-repeat: no-repeat;
    width: 45px;
    overflow: hidden;
    line-height: 20px;
}

.helpDesk ul li {
    display: inline-block;
    margin-right: 17px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #1C1D21;
}

.helpDesk ul li:last-child {
    margin-right: 0;
    vertical-align: bottom;
}

.helpDesk ul li span {
    clear: both;
    display: block;
    color: #2d8b37;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    margin-left: 10px;
}


/* Leftmenu */

.leftmenu {
    max-width: 250px;
    padding: 0;
    margin: 0;
    height: 577px;
    overflow: hidden;
}

/*
.leftmenulist {
    margin-left: 15px;
    margin-right: 15px;
}
*/

.blueBg {
    background: #233D7B;
}

.leftmenulist ul {
    padding: 0;
}

.leftmenulist ul li {
    display: block;
    padding: 0;
}

.leftmenulist ul li a {
    color: #fff;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    padding: 20px 20px 21px;
    display: block;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 700;
}

/*
.leftmenulist ul li a:hover {
    text-decoration: none;
    background: #595959;
}
*/

.mainBanner {
    max-width: 850px;
    padding: 0;
    margin: 20px 0 0;
}


/* Navigation */

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.nav>li {
    margin-right: 18px;
}

.nav>li:last-child {
    margin-right: 0px;
}

.nav>li>a {
    color: rgba(25, 25, 25, 0.9);
    font-size: 13px;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    text-transform: uppercase;
}

.nav>li>a:hover {
    background-color: transparent;
}

.nav>li:hover>a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -10px;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.nav>li:hover>a:hover:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -10px;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.navbar-inverse .navbar-nav>li:hover>a,
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    background-color: #595959;
}


/* Top Menu */

.dropdown-menu {
    display: none;
    position: absolute;
    max-width: 1254px;
    min-width: 288px;
    max-height: 450px;
    height: auto;
    border: 2px solid #595959;
    z-index: 999;
    left: -78px;
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.9);
    transition: all ease-in 0.1s;
    border-radius: 0;
    box-sizing: border-box;
}

.dropdown-menu ul {
    margin: 0 0px;
}

.dropdown-menu ul li {
    display: block;
}


.dropdown-menu ul li{ margin:7px 0 0;width:210px; margin-right:10px; float:left;}

.dropdown-menu ul li a {
    color: #575757;
    font: normal 13px 'Roboto Condensed';
    text-transform: uppercase;
    padding: 10px;
    display: block;
    font-weight: 700;
    background-color: transparent;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
}

.dropdown-menu ul li:nth-child(5n+5) {
    margin-right: 0;
}

.dropdown-menu ul li:hover {
    background-color: #595959;
}

.dropdown-menu ul li a:hover {
    color: #fff;
    text-decoration: none;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
}


.nav>li:hover .dropdown-menu {
    display: block;
    transition: all ease-in 0.1s;
    -moz-transition: all ease-in 0.1s;
    -webkit-transition: all ease-in 0.1s;
}

.nav>li a {
    color: rgba(25, 25, 25, 0.9);
    text-decoration: none;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
}

.nav>li:hover {
    background-color: #595959;
}

.nav>li a:hover {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
}


/* Footer */

#pageFooter {
    background-color: #2d2d2f;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    height: 3vh;
    display: none;
}

#pageFooter .footerTop {
    background: url(../../images/temp12/img/f-bg.png) repeat;
    width: 100%;
    padding: 0 0 30px;
    margin: 0;
}

#pageFooter .footer-logo {
    text-align: center;
    padding: 0px;
}

#pageFooter .footer-links {
    text-align: center;
    color: #868687;
    font: normal 11px Arial, Helvetica, sans-serif;
}

#pageFooter .footer-links a {
    text-align: center;
    color: #868687;
    font: normal 11px Arial, Helvetica, sans-serif;
}

#pageFooter .newsletter {
    padding: 19px 0;
    margin: 10px auto;
    max-width: 446px;
}

#pageFooter .newsletter .newsl-input {
    padding: 0;
    display: inline-block;
    width: 277px;
}

#pageFooter .newsletter .newsl-btn {
    padding: 0;
    display: inline-block;
    position: relative;
    left: -4px;
}

#pageFooter .newsletter .newsl-input input[type="email"] {
    background: #414144;
    padding: 10px 10px 12px;
    color: #737375;
    font-family: 'open_sanslight';
    border: none;
    width: 100%;
    border-radius: 3px 0 0 3px;
    height: 40px;
}

.btn.btn-subscribe {
    border-radius: 0 3px 3px 0;
    background: #eee;
    background: -moz-linear-gradient(top, #fff 0%, #f98911 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee));
    background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
    background: -o-linear-gradient(top, #fff 0%, #eee 100%);
    background: -ms-linear-gradient(top, #fff 0%, #eee 100%);
    background: linear-gradient(to bottom, #fff 0%, #eee 100%);
/*    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#eee', GradientType=0);*/
    color: #111;
    height: 40px;
    text-shadow: 1px 1px 1px #ddd;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    border: none;
}

#pageFooter .footerBottom {
    background: #d1cfd0;
    margin: 0;
    padding: 5px;
}

#pageFooter .socialLinks {
    padding: 0;
    margin: -30px auto 10px;
    text-align: center;
    height: 26px;
}

#pageFooter .socialLinks ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
    top: -21px;
}

#pageFooter .socialLinks ul li {
    list-style: none;
    display: inline-block;
}

#pageFooter .socialLinks ul li a {
    background-image: url(../../images/temp12/socialicons.png);
    background-repeat: no-repeat;
}

#pageFooter .socialLinks ul li a {
    display: block;
    background-color: #414144;
    width: 43px;
    height: 43px;
    border: 5px solid #606060;
    text-indent: -9999px;
    border-radius: 100%;
}

#pageFooter .socialLinks ul li a.facebook {
    background-position: 0 0;
    transition: all linear 0.2s;
}

#pageFooter .socialLinks ul li a.facebook:hover {
    background-position: 0 -34px;
    transition: all linear 0.2s;
}

#pageFooter .socialLinks ul li a.twitter {
    background-position: -52px 0;
    transition: all linear 0.2s;
}

#pageFooter .socialLinks ul li a.twitter:hover {
    background-position: -52px -34px;
    transition: all linear 0.2s;
}

#pageFooter .socialLinks ul li a.youtube {
    background-position: -104px 0;
    transition: all linear 0.2s;
}

#pageFooter .socialLinks ul li a.youtube:hover {
    background-position: -104px -34px;
    transition: all linear 0.2s;
}

#pageFooter .socialLinks ul li a.instagram {
    background-position: -156px 0;
    transition: all linear 0.2s;
}

#pageFooter .socialLinks ul li a.instagram:hover {
    background-position: -156px -34px;
    transition: all linear 0.2s;
}

#pageFooter .socialLinks ul li a.blogger {
    background-position: -206px 0;
    transition: all linear 0.2s;
}

#pageFooter .socialLinks ul li a.blogger:hover {
    background-position: -206px -34px;
    transition: all linear 0.2s;
}

.footer-linkss {
    text-align: left;
    padding: 0;
    margin: 0 0 10px;
    color: #0073bb;
}

.footer-linkss a {
    text-align: left;
    color: #0073bb;
    font: normal 11px 'open_sanssemibold';
    padding-right: 10px;
    line-height: 22px;
}

.copyright {
    text-align: center;
    color: #0074be;
    font: normal 12px 'open_sansregular';
    margin: 0 0 20px;
}










/* Inner Pages */

.mb0 {
    margin-bottom: 0px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

#right-section hgroup {
    margin-bottom: 20px;
    border-bottom: 5px solid #dedede;
}

#right-section h1 {
    
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: #1C1D21;
    padding: 4px 0 9px;
    margin: 0;
    text-transform: uppercase;
}

#right-section h1 a {
    float: right;
    font-size: 15px;
    font-weight: normal;
    background: url(../../images/temp12/back-icon.png) no-repeat 0 8px;
    padding: 10px 0 3px 27px;
    color: #1C1D21;
}

.styledRadio {
    float: left;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.styledCheckbox {
    float: left;
    margin-right: 10px;
}

#right-section .drag-section {
    max-width: 455px;
    overflow: hidden;
}

#right-section .drag-section label {
    font: normal 14px 'open_sansregular';
    text-transform: uppercase;
    color: #4d4646;
    margin-right: 10px;
}

#right-section .drag-section .dragImage {
    background: #f8f8f8;
    padding: 20px;
    vertical-align: middle;
    text-align: center;
    max-width: 455px;
    max-height: 455px;
    display: inline-block;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 0 10px 0 0;
    float: left;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.btn.btn-upload {
    background: #e41d1d;
    font: bold 20px 'Roboto';
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    min-width: 230px;
}

.btn.btn-upload:hover {
    background: rgba(207, 0, 0, 7);
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.fileUploadCancel {
    margin: 0px;
}

.btn.btn-upload-cancel {
    background: #bebebe;
    font: bold 20px 'Roboto';
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    min-width: 230px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.btn.btn-upload-cancel:hover {
    background: rgba(157, 157, 157, 7);
}

.inputgroup {
    width: 100%;
    margin-bottom: 20px;
}

.inputgroup label {
    margin-bottom: 5px;
}

.inputgroup .form-control {
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    background: #fff;
    resize: none;
    box-shadow: none;
}

.inputgroup textarea.form-control {
    min-height: 90px;
    box-shadow: none;
}

.detail-section {
    background: #f0f0f0;
    padding: 20px;
    margin-bottom: 10px;
}

.detail-section.orange {
    background: #f3cbad;
}

.detail-section .inputgroup label {
    color: #636363;
    font: 14px "open_sansregular";
    text-transform: uppercase;
}

.detail-section .note,
.detail-section .quotenote {
    color: #ca1d1d;
    font: normal 12px "open_sansregular";
    display: block;
    margin-top: 5px;
}

.detail-section .quotenote {
    color: #3089d4;
    margin-top: 0px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
}

.detail-section .dropdown-menu {
    width: auto;
    height: auto;
    padding: 10px;
}

.detail-section .dropdown-menu>li>a {
    padding: 3px 0;
}

.detail-section .btn.dropdown-toggle {
    border: 1px solid #e1e1e1;
    width: 100%;
    padding: 6px 12px 5px;
}

.btn-group.dropBlock {
    width: 100%;
}

.btn-group.dropBlock .dropdown-menu {
    left: 0px;
    width: 100%;
}

.btn-group.dropBlock .btn {
    text-align: left;
    float: left;
}

.btn-group.dropBlock .caret {
    position: relative;
    top: -10px;
    float: right;
}


/*my order page css*/

.myOrderBlock {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 5px;
}

.orderStatus {
/*    background: #dadada;*/
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
/*    min-height: 40px;*/
}

.status {
    font-family: 'Lato', sans-serif;
/*
    font-size: 28px;
    color: #2d8b37;
*/
    text-transform: uppercase;
/*    padding: 20px;*/
}

.totalAmount {
    padding: 3px 0px;
    float: right;
}

.tamount {
    color: #1C1D21;
    font: 18px "open_sansregular";
    text-transform: capitalize;
    padding: 20px;
    margin: 0;
    float: left;
}

.orderPrice {
    position: relative;
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    float: left;
    padding: 15px 0px;
    color: #fff;
    text-align: center;
    width: 150px;
}

.myOrderBlock .multiorder {
    font-size: 12px;
    color: #ff6600;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    float: right;
}

.myOrderBlock .table-responsive {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.myOrderBlock .table-myorder thead tr th {
    font-size: 12px;
    color: #7d7d7d;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    border-bottom: none;
    font-weight: normal;
    padding: 15px 4px;
    border-right: solid 1px #fff;
    text-align: center;
    background: #f1f1f1;
    background: -moz-linear-gradient(top, #f1f1f1 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #e8e8e8));
    background: -webkit-linear-gradient(top, #f1f1f1 0%, #e8e8e8 100%);
    background: -o-linear-gradient(top, #f1f1f1 0%, #e8e8e8 100%);
    background: -ms-linear-gradient(top, #f1f1f1 0%, #e8e8e8 100%);
    background: linear-gradient(to bottom, #f1f1f1 0%, #e8e8e8 100%);
/*    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e8e8e8', GradientType=0);*/
}

.myOrderBlock .table-myorder thead tr th:first-child {
    border-left: solid 1px #fff;
}

.myOrderBlock .table-myorder tbody tr {
    border-left: solid 1px #ededed;
    border-right: solid 1px #ededed;
}

.myOrderBlock .table-myorder tbody tr td {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #1C1D21;
    padding: 20px 4px;
    text-align: center;
    border-top: none;
    position: relative;
    vertical-align: top;
}

.myOrderBlock .table-myorder tbody tr td.orderonline {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    vertical-align: top;
}

.myOrderBlock .table-myorder tbody tr td .action {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    color: #fff;
    padding: 4px 10px;
    border-radius: 2px;
}

.myOrderBlock .table-myorder tbody tr td a:hover {
    text-decoration: none;
}

.myOrderBlock .table-myorder tbody tr td.orderImg img {
    border: solid 1px #d7d7d7;
    padding: 0px 10px;
}

.myOrderBlock .table-myorder tbody tr td.orderImg .delete {
    background: url(../../images/temp12/cross-icon.png) no-repeat;
    margin-left: 10px;
    padding: 0;
    display: inline-block;
    width: 13px;
    height: 13px;
    text-indent: -9999px;
    position: absolute;
    top: 36px;
}

.myOrderBlock .table-myorder tbody tr.footer td {
    background: #f9f9f9;
    padding: 10px 20px;
    text-align: left;
    border-bottom: solid 2px #ededed;
    border-right: solid 2px #ededed;
}

.myOrderBlock .table-myorder tbody tr.footer td label {
    color: #636363;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 10px;
}

.myOrderBlock .table-myorder tbody tr.footer td .btn {
    font-size: 15px;
    float: right;
    max-width: 110px;
}

.myOrderBlock .pagination {
    margin: 10px 0px 0px 0px;
    float: right;
}

.pagination>li {
    background: #f4f4f4;
    border: none;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #757575;
    float: none;
    margin-left: 0;
    background: #F5F5FA;
    line-height: normal;
    border-radius: 4px;
    margin-right: 0px;
    margin-left: 10px;
    display: inline-block;
    padding: 10px;

}

.pagination>li:hover {
    color: #fff;
    background: #233D7B;
    border: none;
}

.pagination>li>a {
    background-color: transparent;
    border: none;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #1C1D21;
    font-weight: 700;
    line-height: 10px;
    float: none;
    margin-left: 0;
    line-height: normal;
    border-radius: 4px;
    display: block;
    text-decoration: none;
    /* padding: 11px 15px; */
}

.pagination>li.previous,
.pagination>li.active,
.pagination>li.next {
    background: #233D7B;
    border: none;
/*    font-family: 'Lato', sans-serif;*/
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #757575;
    float: none;
   /* padding: 10px; */
    line-height: normal;
    border-radius: 4px;
    /* padding: 11px 15px; */
}

.pagination>li.previous:hover,
.pagination>li.active,
.pagination>li.next:hover {
    color: #fff;
    background: #233D7B;
    border: none;
}

.pagination>li.active {
    color: #fff;
    background: #233D7B;
    border: none;
    /* padding:10px; */
}

.pagination>li:hover a {
    color: #fff;
    background: #233D7B;
    border: none;
}

.pagination>li a:hover {
    color: #fff;
    background-color: transparent;
    border: none;
}

.pagination>.active>a {
    background: #233D7B;
    border-color: #233D7B;
}
.pagination>.disabled {
    /* padding: 11px 15px; */
}

/*my order page css end*/


/* FF */

.ua-desktop-windows.ua-firefox .nav>li {
    margin-right: 15px;
}

.ua-desktop-windows.ua-firefox .nav>li:last-child {
    margin-right: 0;
}


/* Mac Safari */

.ua-desktop-macintosh.ua-safari .nav>li {
    margin-right: 8px;
}

.ua-desktop-macintosh.ua-safari .nav>li:last-child {
    margin-right: 0;
}


/* Chrome */

.ua-desktop-macintosh.ua-chrome .nav>li {
    margin-right: 21.2px;
}

.ua-desktop-macintosh.ua-chrome .nav>li:last-child {
    margin-right: 0;
}

.ua-desktop-windows.ua-chrome .nav>li {
    margin-right: 21.2px;
}

.ua-desktop-windows.ua-chrome .nav>li:last-child {
    margin-right: 0;
}

.ua-desktop-windows.ua-chrome .btn-group.dropBlock .caret {
    top: 7px;
}


/* contact us page start */

.nopading {
    padding: 0;
}

.faq-box .panel-title a:hover {
    text-decoration: none;
}

table.table-inner {
    table-layout: fixed;
}

.mymenu #cssmenu>ul>li>a {
    background-color: inherit;
}

.mymenu #cssmenu>ul>li>a:hover {
    background-color: inherit;
}

.mymenu #cssmenu ul {
    padding-left: 10px;
}

.mymenu #cssmenu ul li {
    background: url(../../images/temp12/arrow2.png) 0 12px no-repeat;
}

.marR20 {
    margin-right: 20px;
}

.btn.btn-gray {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    background-color: #737373;
    border-radius: 10px;
    display: inline-block;
    border-radius: 30px;
    min-width: 60px;
    line-height: 34px;
    padding: 0 15px;
    text-transform: capitalize;
    text-align: center;
}

.btn.btn-gray:hover {
    background-color: #5c5c5c;
}
.btn.btn-blue {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    background-color: #233D7B;
    display: inline-block; 
    padding: 7px 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    border: 0; 
}
.btn.btn-green {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    background-color: #233D7B;
    display: inline-block; 
    padding: 7px 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    border: 0; 
}

.btn.btn-green:hover {
    background-color: #159768;
}

.btn.btn-red {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    background-color: #f05050;
    display: inline-block;
    border-radius: 30px;
    min-width: 60px;
    line-height: 34px;
    padding: 0 15px;
    text-transform: capitalize;
    text-align: center;
}

.btn.btn-red:hover {
    background-color: #d03030;
}


/* .btn.btn-green.large{ font-size:16px; padding:10px 20px; border-radius: 20px;}
.btn.btn-gray.large { font-size: 16px;padding: 10px 20px; border-radius: 20px;} */


/* Date : 20160823 */

.product-heading {
    border-bottom: 5px solid #eeeeee;
    display: block;
    margin: 0 0 20px;
}

.product-heading.nobrd {
    border-bottom: none;
    margin-bottom: 0;
}

.product-heading h2 {
    font-size: 20px;
    color: #1C1D21;
    font-family: 'Roboto';
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 10px;
    margin: 0;
}

.newbottomBtn.inputgroup .btn.btn-upload {
    width: 100%;
    background-color: #056ea8;
    font-size: 18px;
    padding: 12px 15px;
}

.newbottomBtn.inputgroup .btn.btn-orange,
.newbottomBtn.inputgroup .btn.btn-green {
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    margin-top: 7px;
}

.product-details h3 {
    font-size: 18px;
    color: #26b9e1;
    font-family: 'Lato', sans-serif;
}

.product-details p {
    font-size: 15px;
    color: #585858;
    font-family: 'Lato', sans-serif;
    margin-bottom: 15px;
}

hr.solid {
    background: #f1f1f1;
    height: 1px;
    display: block;
    width: 100%;
    margin: 15px 0;
    border: none;
}

.listing-normal {
    margin: 0 0 32px 20px;
    display: inline-block;
}

.listing-normal li {
    width: 46%;
    margin-right: 2%;
    float: left;
    list-style: disc;
}

.listing-normal li {
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    color: #46c6ec;
}

.listing-normal li>span {
    font-size: 15px;
    color: #585858;
    font-family: 'Lato', sans-serif;
}

.uploadfile-step .panel.panel-primary {
    border-color: #d1d1d1;
}

.uploadfile-step .panel-body {
    padding: 20px 25px;
}

.uploadfile-step .panel-primary>.panel-heading {
    background-color: #00b39c;
    padding: 10px 15px;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20px;
}

.uploadfile-step label {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    color: #4d4646;
    font-weight: normal;
}

.btn.btn-pink {
    background-color: #d9534f;
    color: #fff;
}

.btn.btn-pink:hover {
    background-color: #d9534f;
    color: #fff;
    opacity: 0.8;
}

.btn.btn-sky {
    background: #3bc6ec;
    color: #fff;
}

.btn.btn-sky:hover {
    background: #3bc6ec;
    color: #fff;
    opacity: 0.8;
}

.marR10 {
    margin-right: 10px;
}

.uploadfile-step .inputgroup {
    display: inline-block;
    margin-bottom: 10px;
}

.caps {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #4d4646;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 7px;
}

.uploadfile-step p {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #919191;
    line-height: 22px;
}

.uploadfile-step p.fetures {
    margin-bottom: 5px;
}

.uploadfile-step h3,
.uploadfile-step h3 a {
    color: #00b39c;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
}

.uploadfile-step p>span {
    color: #4d4646;
}

.uploadfile-step h4 {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #4d4646;
    line-height: 22px;
    margin-bottom: 0;
}

.start .btn.btn-primary {
    padding: 4px 25px 4px 17px;
}

.template-upload {
    margin-bottom: 20px !important;
    margin-left: 0 !important;
}

.cartAction a.edit {
    background: url("../../images/temp12/edit-icon2.png") no-repeat scroll 0 0 #b0b0b0;
    font: bold 12px "Roboto Condensed";
    display: inline-block;
    border-radius: 5px;
    padding: 12px;
    text-align: center;
    color: #fff;
    height: auto;
    padding: 4px 20px;
    background-position: 5px 4px;
    text-decoration: none;
}

.cartAction a.delete {
    background-color: #b0b0b0;
    font: bold 12px "Roboto Condensed";
    display: inline-block;
    border-radius: 5px;
    padding: 12px;
    text-align: center;
    color: #fff;
    height: auto;
    padding: 4px 20px;
    background-position: 5px 5px;
    text-decoration: none;
}

.cartAction a.proof {
    background: url(../../images/temp12/proof-icon.png) no-repeat 5px 4px #b0b0b0;
    font: bold 12px "Roboto Condensed";
    display: inline-block;
    border-radius: 5px;
    padding: 12px;
    text-align: center;
    color: #fff;
    height: auto;
    padding: 4px 10px 4px 25px;
    text-decoration: none;
}

.cartAction a.edit:hover,
.cartAction a.delete:hover,
.cartAction a.proof:hover {
    text-decoration: none;
    background-color: #999;
}

.headth {
    font-size: 11px;
    font-weight: bold;
    padding: 12px 0;
    text-align: center;
    line-height: 14px;
}

.headth.one {
    padding: 5px 0;
}

.coltd {
    font-size: 11px;
    font-weight: normal;
    padding: 7px 0;
    text-align: center;
    line-height: 14px;
}

.tablecell-view {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.border-al {
    border: 1px solid #9fe1d9;
}

.border-rt {
    border-right: 1px solid #9fe1d9;
}

.table-view {
    display: table;
    overflow: hidden;
}

.table-view .col-md-3 {
    padding-left: 0px;
    padding-right: 0px;
}

.table-view .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.cart-section .cart-bg.table-view {
    padding: 0;
    table-layout: fixed;
    width: 100%;
}

.review-item-info .a-right strong {
    padding-left: 10px;
}

table.table-new.table-bordered>thead>tr>th,
table.table-new.table-bordered>tbody>tr>th,
table.table-new.table-bordered>tfoot>tr>th {
    vertical-align: top !important;
}

/* table.table-new.table-bordered>thead>tr>th,
table.table-new.table-bordered>tbody>tr>th,
table.table-new.table-bordered>tfoot>tr>th,
table.table-new.table-bordered>thead>tr>td,
table.table-new.table-bordered>tbody>tr>td,
table.table-new.table-bordered>tfoot>tr>td {

    -min-width: 90px;
    -white-space: normal;
    -word-break: break-all;

} */

table.table-new.table-bordered>tbody>tr>td.width50,
table.table-new.table-bordered>tfoot>tr>td.width50,
table.table-new.table-bordered>tfoot>tr>th.width50 {
    width: 30px !important;
    min-width: inherit;
    text-align: center;
}

table.table-new.table-bordered>thead>tr>th.widthManual,
table.table-new.table-bordered>tbody>tr>td.widthManual {
    width: 225px !important;
    min-width: 225px !important;
}

.table-responsive {
    overflow-x: auto;
}


/*chrome and safari css */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .ua-desktop-windows.ua-chrome .nav>li {
        margin-right: 8px;
    }
    .ua-desktop-windows.ua-safari.ua-safari-5.ua-safari-5-1.ua-safari-5-1-7 .nav>li>a {
        font-weight: 100;
    }
    .ua-desktop-windows.ua-safari.ua-safari-5.ua-safari-5-1.ua-safari-5-1-7 #pageFooter .newsletter .newsl-btn {
        top: -2px;
    }
}

.logo {
    width: 300px;
}

/*
.leftmenulist ul li a {
    transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    background-color: transparent;
}

.leftmenulist ul li a:hover {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: fadeInText;
    animation-name: fadeInText;
}
*/


/*Date: 20161027 */

.select-wrapper {
    display: block;
    border: 1px solid #e1e1e1;
    /* background: url(../../images/temp12/dropdown.png) no-repeat right center #fff;*/
    background-color: #fff;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    position: relative;
    padding: 0 0;
}

.select-wrapper select {
    height: 35px !important;
    line-height: 35px !important;
    width: 100%;
    margin: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    outline: none;
    opacity: 0;
    padding: 0px 5px;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../../images/temp12/dropdown.png) no-repeat right center #fff;
    border: none;
}

.customsizebox {
    display: inline-block;
    width: 100%;
}

.customsizebox label {
    display: block;
    padding: 2px 0;
    margin: 2px 0;
}

.customsizebox .form-control.w50 {
    display: inline-block;
    height: 40px;
    width: 70%;
}

.customsizebox span.label-2 {
    display: inline-block;
    padding: 5px 0;
    margin-left: 5px;
}

.customsizebox .col-sm-6 {
    width: 50%;
}

/* .customsizebox .input-group {} */

.mobile-bar {
    display: none;
}

.marT10 {
    margin-top: 10px;
}

.navbar {
    width: 100%;
    display: inline-block;
}

.navbar-nav>li.myacp {
    display: none;
}

.marB10 {
    margin-bottom: 10px;
}


/*new */

h1.title {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    margin-bottom: 15px;
    color: #2d8b37;
    padding-left: 0px;
    padding-right: 10px;
}

/*
.border-btm {
    border-bottom: 2px solid #898989;
    display: inline-block;
    width: 100%;
}
*/

h1.title .fa.fa-user-o {
    color: #2d8b37;
    font-size: 30px;
}

.page-t {
    float: left;
}

.footer-logo {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
}

.footer-logo li {
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
}

.footer-logo li img {
    max-width: 100px;
    max-height: 60px;
}

.patm-logo {
    display: block;
    margin-bottom: 20px;
}

.patm-logo img {
    max-width: 200px;
}

table.table-bordered.table-new>thead>tr>th {
    background-color: #ededed;
    color: #2d8b37;
    vertical-align: middle;
    font-size: 13px;
}

.actions a {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 15px;
}

.actions .fa {
    color: #2d8b37;
}

.icon-addon {
    position: relative;
}

.icon-addon .glyphicon {
    position: absolute;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 10px;
    top: 10px;
}

.label-2 {
    float: left;
    margin-right: 10px;
    margin-top: 8px;
}

.form-control.small-sel {
    width: auto;
}

.btn.btn-grey-round {
    display: inline-block;
    border-radius: 30px;
    width: 60px;
    line-height: 34px;
    padding: 0 15px;
    text-transform: capitalize;
    text-align: center;
    background: #5c5c5c;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    margin-right: 15px;
}

.btn.btn-green-round {
    background: #00913e;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    margin-left: 15px;
}

select.form-control,
.form-control.rad20 {
/*
    border-radius: 20px;
    background-color: #dadada;
*/
}

select.sel {
    border-radius: 20px;
    background-color: #ffffff !important;
}

.form-control.bgwhite {
    background-color: #fff;
}

.modal-title {
    color: #2d8b37;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}

.ForgotPass,
a,
a:link {
    color: #F09F25;
    text-decoration: underline;
}

.ForgotPass:hover,
a:hover {
    color: #E79923;
    text-decoration: underline;
}

table.table-bordered.table-new>tbody>tr>th {
    color: #2d8b37;
    vertical-align: middle;
    font-size: 12px;
}

.caption {
    color: #1C1D21;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.btn.no-rad {
    border-radius: 0;
    padding: 2px 10px;
}

.glyphicon-search:before {
    color: #fff;
}

.login {
    background: #233D7B;
    /* background: url(../../img/login_page/login_bg_lg.png) center center no-repeat; */
    background-size: cover;
    background-attachment: fixed;
}

@media screen and (max-width:767px) {
    .login {
    background: url(../../img/login_page/login_bg_sm.png) center center no-repeat;
    background-size: cover;
        }
}

.allianz {
    /*background: #58b958;*/
    background: url(../../img/landing/allianz.png) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.form-signin {
/*    max-width: 550px;*/
/*    padding: 26px 15px 35px 15px;*/
    padding: 50px 70px;
    margin: 0 0;
    background-color: #fff;
    border-radius: 10px;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 15px;

}

.form-signin .checkbox .custom-control-label{
    margin-left: 0;
}

.form-signin .form-signin-heading {
    color: #5F5F5F;
    font-size: 26px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
}

.form-signin h6{
    font-family: 'Lato', sans-serif;
    color: #5F5F5F;
    font-weight: 400;
    margin: 0 0 3rem;
}

.form-signin .checkbox {
    font-weight: normal;
    width: 100%;
    margin: 3rem 0;
}

.form-signin .checkbox .form-check-label {
/*    float: right;*/
    padding-left: 5px;
}

.form-signin .checkbox a, .form-signin .checkbox label{
    font-weight: 700;
    color: #5F5F5F;
}

.form-signin label{
    color: #5F5F5F;
}

.form-signin .checkbox .custom-control-label::before{
    left: -23px;
}
.form-signin .checkbox .custom-control-label::after {
    left: -23px;
}

.form-signin .checkbox .custom-control-label{
    margin-left: 23px;
}




.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    font-size: 14px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    box-shadow: none;
    background: transparent;
}

.form-signin .form-control:focus{
    border-color: #F09F25;
}



.form-signin .form-group {
/*    clear: both;*/
    margin-bottom: 20px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/*
#cssmenu a.active,
#cssmenu a:hover {
    color: #2d8b37;
    text-decoration: none;
    font-weight: bold;
    background-color: #fff;
}
*/

.scroll-div {
    width: 100%;
    min-height: 100px;
    max-height: 100px;
    overflow-y: auto;
    background-color: #dadada;
    padding: 10px;
    border-radius: 20px;
}

.checkbox.checkbox-inline {
    margin-top: 0px;
}

.loginBox {
/*    margin: 50px auto 0;*/
        text-align: left;
        /*    width: 330px;*/
        /*    max-width: 560px;*/
        width: 100%;
        float: left;
}

.login-page-text{
/*    margin-top: 5rem;*/
}

.login-page-text h2 {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    text-align: left;
    margin-bottom: 100px;
    margin: 100px 0 0 0;
}

.col-sm-6.login-page-text {
    margin-top: 0%;
}

.landing-page-logo img {
    max-width: 200px;
}

.landing-page-box {
    margin-top: 170px;
}

.landing-page-logo {
    margin-top: 45px;
}

.pdlr45 {
    padding: 0 45px;
}

.mobile-menu {
    display: none;
}

.table {
    margin-bottom: 0px;
}

div.dataTables_wrapper {
    width: 100%;
    margin: 0 auto;
}

.dataTables_filter,
.main-table_filter,
.dataTables_length,
.dataTables_info,
.dataTables_paginate.paging_simple_numbers {
    -display: none;
}


/* Responsive */

@media screen and (max-width:1366px) {
    .container-outer::before,
    .container-outer::after {
        display: none;
    }
    .nav>li {
        margin-right: 0;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-inverse .navbar-nav>li>a:hover {
        color: #191919;
        background-color: #fff;
    }
    .dropdown-menu {
        height: 450px;
        width: 100%;
        width: 850px;
    }
    .logo {
        text-align: center;
    }
    .helpDesk,
    .helpDesk ul {
        float: left;
        -text-align: right;
        margin-top: 0px;
        margin-left: 0px;
    }
    .helpDesk ul li {
        display: inline-block;
        text-align: center;
        margin-top: 0px;
        		width: -moz-calc(100%/3 - 20px);
		width: -webkit-calc(100%/3 - 20px);
		width: -o-calc(100%/3 - 20px);
		width: calc(100%/3 - 20px);
        margin-right: 20px;
    }
    .markt-container {
        text-align: center;
    }
    .section-marketing3 .markt-container {
        max-width: 100%;
        padding-left: inherit;
    }
    .section-offers .step-box {
        margin-bottom: 15px;
    }
    .section-marketing {
        margin: 15px 0;
    }
    .add-banner.padL40 {
        padding-left: 0;
    }
    .add-banner.creditcards,
    .add-banner.printsamples,
    .add-banner.firsttieme .add-container {
        width: 320px;
        height: auto;
    }
    .printsamples-header {
        padding: 32px 15px 22px;
    }
    .creditcards-content {
        padding: 0 15px 20px;
    }
    .section-offers hgroup,
    .section-adbanner.marB95,
    .section-adbanner.marB160,
    .section-marketing2 {
        margin-bottom: 15px;
    }
    .markt-image {
        margin-top: 15px;
    }
    .section-marketing3 .markt-image {
        padding-left: 0px;
        padding-top: 0px;
    }
    #pageFooter .newsletter .newsl-btn {
        width: 100%;
        left: 0;
    }
    #pageFooter .newsletter .newsl-input input[type="email"] {
        border-radius: 3px;
        text-align: center;
        margin-bottom: 10px;
    }
    #pageFooter .newsletter .newsl-input,
    .btn.btn-subscribe {
        width: 100%;
        border-radius: 3px;
    }
    .markt-container,
    .section-marketing2 .markt-container {
        max-width: 100%;
    }
    .leftmenu,
    .leftmenulist {
        margin-right: 0;
        width: 100%;
        max-width: 100%;
    }
    #leftmenu {
        margin-right: 0;
        /*width:100%; max-width:100%;*/
    }
    .listbox {
        margin-right: auto;
        width: 320px;
        float: left;
        margin-left: auto;
    }
    .listbox:first-child,
    .listbox:last-child {
        margin-left: auto;
        margin-right: auto;
    }
    .add-banner.firsttieme {
        padding-left: inherit;
    }
    .add-banner.firsttieme,
    .add-banner.creditcards {
        margin-left: auto;
        margin-right: auto;
    }
    .add-banner {
        float: none;
        margin-right: auto;
    }
    .add-banner:last-child {
        margin-left: auto;
        margin-right: auto;
    }
    .add-banner.padL40 {
        padding-left: 20px;
    }
    .listbox {
        width: 250px;
    }
    .listbox .listbox-price {
        right: 30px;
    }
    .listbox .listbox-content .listbox-titlesmall {
        font: 12px "open_sanssemibold";
    }
    .listbox .listbox-content .listbox-titlebig {
        font: 20px/26px "open_sanssemibold";
    }
    .listbox .listbox-price {
        right: 10px;
        font: bold 46px/40px 'Roboto Condensed';
    }
    .listbox .listbox-price span.sameday {
        padding-right: 10px;
    }
    .add-banner.creditcards,
    .add-banner.printsamples,
    .add-banner.firsttieme .add-container {
        float: left;
        height: 104px;
        width: 250px;
    }
    .add-banner.firsttieme .firsttieme-content {
        padding-left: 70px;
    }
    .banner-left {
        padding-left: 0px;
        padding-right: 0;
        width: 100%;
        text-align: center;
    }
    .banner-right {
        text-align: center;
    }
    .section-marketing2 {
        margin-top: 15px;
    }
    .add-banner.creditcards,
    .add-banner.printsamples,
    .add-banner.firsttieme .add-container {
        margin: 0 auto;
    }
    .section-adbanner.marB63,
    .section-marketing3,
    .section-adbanner4 {
        margin-bottom: 15px;
    }
    #pageFooter {
        height: auto;
    }
    /*new page css*/
    .country .select-wrapper select {
        width: 94%;
    }
    .city .select-wrapper select {
        width: 94%;
    }
    .cardExp .select-wrapper select {
        width: 94%;
    }
    .emailinfo .select-wrapper select {
        width: 94%;
    }
    .proofview .select-wrapper select {
        width: 94%;
    }
    .project .select-wrapper select {
        width: 94%;
    }
    .paperStock .select-wrapper select {
        width: 94%;
    }
    .artwork .select-wrapper select {
        width: 94%;
    }
    .duedate .select-wrapper select {
        width: 94%;
    }
    .shopCart li .cartDespBlock {
        width: 72%;
    }
    .cupongroup .form-control {
        margin-bottom: 10px;
    }
    .reprintgroup .form-control {
        margin-bottom: 10px;
    }
    .state .select-wrapper select {
        width: 94%;
    }
    .cardtype .select-wrapper select {
        width: 94%;
    }
    .cardexpire .select-wrapper select {
        width: 94%;
    }
    .methodBlock {
        min-height: inherit;
    }
    .methodForm {
        padding: 0px 20px;
    }
    .shipUserInfo {
        max-width: 100%;
    }
    .shipcheckout .tablet {
        text-align: center;
    }
    #signIn .modal-dialog {
        width: 600px;
        margin: 10px auto;
    }
    #fgotPass .modal-dialog {
        width: 600px;
        margin: 10px auto;
    }
    .state .select-wrapper select {
        width: 94%;
    }
    .question .select-wrapper select {
        width: 94%;
    }
    .comtype .select-wrapper select {
        width: 94%;
    }
    .extension .select-wrapper select {
        width: 94%;
    }
    .orderChart li .orderDesp {
        width: 72%;
    }
    .billshipBlock .table-billing {
        margin-bottom: 10px;
    }
    .colorblock .select-wrapper select {
        width: 96%;
    }
    /*new page css end*/
}

@media screen and (min-width:991px) and (max-width:1279px) {
    .listbox {
        width: 320px;
    }
    .add-banner.creditcards,
    .add-banner.printsamples,
    .add-banner.firsttieme .add-container {
        width: 320px;
    }
    .mainBanner {
        max-width: 700px;
    }
    .leftmenu,
    .leftmenulist {
        max-width: 250px;
        width: 100%;
        display: block!important;
    }
    .leftmenulist ul li a {
        padding: 13px 20px 17px;
    }
    .banner-left {
        width: 64%;
    }
    .banner-right {
        width: 35%;
    }
    #right-section .drag-section {
        max-width: 100%;
    }
    #right-section .drag-section .dragImage {
        display: block;
        margin: 0px auto;
    }
    .btn.btn-upload {
        min-width: 48%;
    }
    .btn.btn-upload-cancel {
        min-width: 48%;
    }
    .form-control {
        margin: 0;
    }
    /*** 16sept ***/
    .sicon>img {
        max-width: 100%;
        width: 80%;
    }
    .sboxinr .titleText {
        line-height: 24px;
        font-size: 21px;
    }
    .serviceBlock {
        padding: 0px;
        margin: 40px 0px 0;
    }
    .sboxinr .sdetail {
        min-height: 110px;
    }
    .addBanner .bnr1_text {
        font-size: 90px;
        line-height: 100px;
        padding-top: 28px;
    }
    .bnrText2 {
        font-size: 54px;
        line-height: 62px;
        padding-top: 28px;
    }
    .subTitle {
        font-size: 20px;
    }
    .offer_option {
        color: #1C1D21;
        display: inline-block;
        font-family: "open_sansregular";
        font-size: 17px;
        line-height: 24px;
        text-transform: uppercase;
    }
    .bnrText3 {
        font-size: 57px;
        line-height: 52px;
    }
    .features {
        font-size: 31px;
        position: relative;
    }
    .features_Detail {
        font-size: 19px;
        line-height: 23px;
    }
    .header-bg {
        background-size: 55% auto;
        left: 0;
    }
    .container.posRelative {
        width: 100%;
    }
    .allProductBlock {
        width: 100%;
        margin-bottom: 20px;
        display: block;
    }
    #right-section hgroup {
        display: inline-block;
        width: 73%;
    }
    .container {
        width: 100%;
        max-width: 990px;
    }
    /*#right-section{ margin-left:260px;}*/
}

@media screen and (max-width:1024px) {
    .form-control {
        margin: 0;
    }
    .prorder {
        margin-top: 10px;
    }
    .checkoutBtn {
        margin-bottom: 15px;
    }
    .about .topLeft {
        width: 100%;
    }
    /*** 16sept ***/
    .sicon>img {
        max-width: 100%;
        width: 80%;
    }
    .sboxinr .titleText {
        line-height: 24px;
        font-size: 21px;
    }
    .serviceBlock {
        padding: 0px;
        margin: 40px 0px 0;
    }
    .sboxinr .sdetail {
        min-height: 110px;
    }
    .addBanner .bnr1_text {
        font-size: 90px;
        line-height: 100px;
        padding-top: 28px;
    }
    .bnrText2 {
        font-size: 54px;
        line-height: 62px;
        padding-top: 28px;
    }
    .subTitle {
        font-size: 20px;
    }
    .offer_option {
        color: #1C1D21;
        display: inline-block;
        font-family: "open_sansregular";
        font-size: 17px;
        line-height: 24px;
        text-transform: uppercase;
    }
    .bnrText3 {
        font-size: 57px;
        line-height: 52px;
    }
    .features {
        font-size: 31px;
        position: relative;
    }
    .features_Detail {
        font-size: 19px;
        line-height: 23px;
    }
    .serviceBlock .col-sm-4 {
        float: left;
        width: 33.33%;
    }
    .header-bg {
        left: -24px;
    }
    .container.posRelative {
        width: 100%;
    }
}

@media screen and (max-width:990px) {
    .navbar-collapse,
    .navbar-header {
        background-color: #cc0000;
        border-color: #cc0000;
    }
    .navbar-inverse .navbar-nav>li>a {
        color: #fff;
        text-align: center;
    }
    .navbar-inverse .navbar-nav>li:hover>a,
    .navbar-inverse .navbar-nav>li>a:hover,
    .navbar-inverse .navbar-nav>li>a:focus {
        background-color: #595959;
        color: #fff;
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #201f1f;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #595959;
    }
    .navbar-toggle {
        background-color: #595959;
        margin-top: 25px;
    }
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: #595959;
    }
    .dropdown-menu {
        width: 100% !important;
        height: 450px;
        left: 0;
        overflow-y: scroll;
    }
    .dropdown-menu ul {
        margin-left: 5px;
        margin-right: 5px;
    }
    .dropdown-menu ul li {
        width: 100%;
    }
    .dropdown-menu ul li a {
        text-align: center;
    }
    .listbox {
        width: 300px;
        float: none;
    }
    .helpDesk ul li {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .add-banner.creditcards,
    .add-banner.printsamples,
    .add-banner.firsttieme .add-container {
        float: none;
        height: auto;
        width: 300px;
    }
    .helpDesk ul li {
        display: inline-block;
        text-align: center;
        margin-top: 10px;
        width: -moz-calc(100%/3 - 10px);
        width: -webkit-calc(100%/3 - 10px);
        width: -o-calc(100%/3 - 10px);
        width: calc(100%/3 - 10px);
        margin-right: 10px;
    }
    #right-section .drag-section {
        max-width: 100%;
    }
    #right-section .drag-section .dragImage {
        display: block;
        margin: 0px auto;
    }
    .btn.btn-upload {
        min-width: 48%;
    }
    .btn.btn-upload-cancel {
        min-width: 48%;
    }
    .popupBlock {
        max-width: 96%;
    }
    .popupSection {
        margin-right: 10px;
        width: 234px;
    }
    .contentBlock {
        min-height: 90px;
    }
    .shippingBlock li {
        padding: 2px;
    }
    .shippingBlock li a {
        width: 236px;
        height: 104px;
    }
    .colmn20 {
        width: 100%;
        float: none;
    }
    .shippingBlock li a.blueBg {
        background-size: 236px 104px;
    }
    .shippingBlock li a.greenBg {
        background-size: 236px 104px;
    }
    .shippingBlock li a.orangeBg {
        background-size: 236px 104px;
    }
    .shippingBlock li a .shiptitle {
        font-size: 14px;
    }
    .shippingBlock li a .subshiptitle {
        letter-spacing: normal;
    }
    .shippingBlock li.address a .shipIcon {
        padding-top: 0;
    }
    .shippingBlock li.shipping a .shipIcon {
        padding-top: 0;
    }
    .shippingBlock li a .shipIcon {
        min-height: 34px;
    }
    .shipcheckout .tablet {
        text-align: center;
    }
    .methodBlock {
        min-height: inherit;
    }
    .methodForm {
        padding: 0px 20px;
    }
    .shipUserInfo {
        max-width: 100%;
    }
    .state .select-wrapper select {
        width: 94%;
    }
    .productSection li {
        margin-right: 10px;
    }
    .orderDtlBlock .table-orderdtls tbody tr.uploadrow td .fileUpload {
        margin: 0 4px 0 0;
    }
    .orderDtlBlock .table-orderdtls tbody tr.uploadrow td .btn.btn-upload {
        padding: 10px 6px;
    }
    .orderDtlBlock .table-orderdtls tbody tr.uploadrow td .btn.btn-upload-cancel {
        padding: 10px 6px;
    }
    .portfolioBlock li {
        margin: 0px 10px 20px 0px;
        width: 230px;
        height: 225px;
    }
    .portfolioBlock li .mask {
        width: 230px;
        height: 225px;
    }
    .specialBlock {
        text-align: center;
    }
    .specialBlock li {
        margin-right: 10px;
        width: 230px;
        float: none;
        display: inline-block;
    }
    .blockcontent {
        padding: 10px;
    }
    .contact-rightman {
        width: 100%;
        margin-top: 20px;
    }
    .company-address .company-logo {
        float: left;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }
    .company-address .contact-address {
        float: none;
        margin: 0 auto;
        width: 230px;
    }
    .slideblock {
        display: none;
    }
    .leftmenu,
    .leftmenulist {
        display: none;
    }
    /** 16 sept **/
    .sboxinr .titleDiv {
        padding: 10px;
    }
    .blockText {
        display: inline-block;
        text-align: center;
    }
    .sboxinr .titleText {
        text-align: center;
    }
    .sboxinr .sicon {
        display: block;
        padding-right: 0;
/*        vertical-align: middle;*/
    }
    .sicon>img {
        max-width: 100%;
        width: auto;
    }
    .sboxinr .titleText span {
        text-align: center;
    }
    .sboxinr .titleDiv {
        min-height: 150px;
        padding: 10px;
    }
    .addBanner .col-sm-6 {
        float: left;
        width: 50%;
    }
    .addBanner .bnr1_text {
        font-size: 67px;
        line-height: 75px;
        padding-top: 10px;
    }
    .header-bg {
        left: 0;
    }
    .container.posRelative {
        width: 100%;
    }
    .logo {
        margin: 0 auto;
        max-width: 242px;
        width: 100%;
    }
    .helpDesk {
        width: 100%;
        float: left
    }
    /* Date:20161105 */
    .logo {
        float: left;
    }
    .navbar-header {
        background-color: transparent;
    }
    .navbar-collapse {
        background-color: #cc0000;
    }
    .navbar {
        min-height: inherit;
    }
    .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }
    .divider {
        border-bottom: 1px solid #fff;
    }
    .ua-desktop-windows.ua-firefox .nav>li {
        margin-right: 0;
    }
    .dropdown-menu {
        background: #fff;
    }
    .navbar-nav>li.myacp {
        display: block;
    }
    .productList {
        margin: 0 auto;
        text-align: center;
        width: auto;
        display: block;
    }
    .productList li {
        float: none;
        margin: 0 auto;
        display: inline-block;
    }
    .reportSummary ul {
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    .reportSummary ul li {
        width: 20%;
        border-right: 0;
        margin: 10px;
    }
    .reportSummary .paymenttext {
        float: left;
    }
    .reportSummary ul li:first-child {
        width: 100%;
        text-align: center;
    }
    .loginBox {
        float: none;
        margin-right: auto;
    }
    .header-title {
        display: none;
    }
    .mobile-menu {
        visibility: visible;
        padding: 0px 5px 10px;
        text-align: right;
        display: inline-block;
        float: right;
    }
    .mobile-menu i {
        font-size: 20px;
        color: #fff;
    }
    .helpDesk ul li {
        width: 100%;
    }
    .helpDesk ul li span {
        padding-top: 0;
        font-size: 22px;
        margin-left: 0px;
    }
    .mobile-menu.menu-open .fa-bars:before {
        content: "\f00d";
    }
}

@media screen and (max-width:767px) {
    #pageFooter {
        position: relative;
    }
    .mobile-menu {
        visibility: visible;
        padding: 0 5px 0px;
        text-align: right;
        position: relative;
        top: 5px;
    }
    .mobile-menu i {
        font-size: 20px;
        color: #fff;
    }
    #right-section .drag-section .dragImage {
        max-width: 100%;
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .fileUpload {
        margin: 0px 10px 10px 0px;
    }
    .btn.btn-upload {
        min-width: 100%;
    }
    .btn.btn-upload-cancel {
        min-width: 100%;
    }
    .marT50 {
        margin-top: 20px;
    }
    .marB28 {
        margin-bottom: 20px;
    }
    .popupBlock {
        max-width: 90%;
    }
    .popupSection {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .releatedIcon {
        min-height: inherit;
        margin: 10px 0;
    }
    .contentBlock {
        min-height: inherit;
        margin-bottom: 10px;
    }
    .popup-overlay {
        overflow-y: scroll;
    }
    /*new page css*/
    .form-title {
        margin: 0 0 10px;
    }
    .country .select-wrapper select {
        width: 88%;
    }
    .state .select-wrapper select {
        width: 88%;
    }
    .question .select-wrapper select {
        width: 88%;
    }
    .comtype .select-wrapper select {
        width: 88%;
    }
    .extension .select-wrapper select {
        width: 88%;
    }
    .signup-title {
        margin: 0px 0px 10px 0px;
    }
    .city .select-wrapper select {
        width: 88%;
    }
    .paymentInfo {
        margin-top: 10px;
    }
    .paymentInfo .table-payment tbody tr.grandTotal td:first-child {
        font-size: 14px;
    }
    .paymentInfo .table-payment tbody tr.grandTotal td {
        font-size: 14px;
    }
    .paymentInfo .table-payment tbody tr td {
        font-size: 14px;
    }
    .paymentMethod {
        margin-top: 10px;
    }
    .paymentMethod .cardtype {
        margin-right: 0;
    }
    .paymentMethod .cards {
        width: 200px;
    }
    .shopCart li {
        margin-bottom: 10px;
    }
    .shopCart li .cartBlock {
        margin-bottom: 10px;
    }
    .priceBlock {
        float: left;
        width: 100%;
    }
    .designPrice span {
        width: 50%;
    }
    .totalPrice span {
        width: 50%;
    }
    .shopbtnBlock .btn {
        width: 49%;
    }
    .shopCart li .cartDespBlock {
        width: 80%;
    }
    .shippingBlock li.active {
        top: 0;
        border-bottom: solid 1px #dfdfdf;
    }
    .shippingBlock li {
        display: block;
    }
    .shippingBlock li a {
        width: 100%;
        height: auto;
    }
    .shippingBlock li a.blueBg {
        background-size: 100% auto;
        background-position: center center;
    }
    .shippingBlock li a.greenBg {
        background-size: 100% auto;
        background-position: center center;
    }
    .shippingBlock li a.orangeBg {
        background-size: 100% auto;
        background-position: center center;
    }
    .shipcheckout .selectofc {
        margin: 10px 0px 0px 0px;
        display: inline-block;
        width: 100%;
    }
    .shipcheckout .selectofc span {
        width: auto;
    }
    .shipcheckout {
        padding: 8px;
    }
    .shipcontentBlock {
        width: 100%;
        margin-top: 4px;
    }
    .methodBlock h4 {
        padding: 10px 20px;
        font-size: 14px;
    }
    .methodType li {
        padding: 10px 20px;
    }
    .methodForm h4 {
        margin: 10px 0px;
        font-size: 14px;
    }
    .methodForm {
        padding: 0px 10px;
    }
    .state .select-wrapper select {
        width: 88%;
    }
    .shipcompanyBlock {
        margin-bottom: 20px;
    }
    .shipcontentBlock {
        margin-bottom: 20px;
    }
    #signIn .modal-dialog {
        width: auto;
        margin: 10px;
    }
    #signUp .modal-dialog {
        width: auto;
        margin: 10px;
    }
    #fgotPass .modal-dialog {
        width: auto;
        margin: 10px;
    }
    .signupBtn {
        margin-bottom: 20px;
    }
    .orderChart li .orderDesp {
        width: 100%;
    }
    .orderChart li .orderName {
        margin-bottom: 10px;
    }
    .orderChart li {
        margin-bottom: 10px;
    }
    .order-title {
        margin-bottom: 10px;
    }
    .orderShip .addProduct {
        position: static;
        font-size: 14px;
        max-width: 180px;
    }
    .ordershipMethod {
        margin: 10px 0px;
    }
    .orderBlock {
        margin-bottom: 20px;
    }
    .shipmthod .select-wrapper select {
        width: 88%;
    }
    .project .select-wrapper select {
        width: 88%;
    }
    .paperStock .select-wrapper select {
        width: 88%;
    }
    .duedate .select-wrapper select {
        width: 88%;
    }
    .emailinfo .select-wrapper select {
        width: 88%;
    }
    .proofview .select-wrapper select {
        width: 88%;
    }
    .quote-title {
        margin: 10px 0px;
    }
    .completeOrder {
        margin-bottom: 20px;
    }
    .status {
        font-weight: bold;
        font-size: 22px;
        padding: 6px 0 6px 6px;
    }
    .tamount {
        font-weight: normal;
        font-size: 12px;
        padding: 6px 10px 0 0;
    }
    .orderPrice {
        width: 70px;
        font-size: 14px;
        font-weight: normal;
        padding: 10px 0px;
    }
    .orderStatus {
        margin-bottom: 20px;
    }
    .orderPrice::before {
        top: 10px;
    }
    .myOrderBlock .table-myorder thead tr th {
        padding: 8px 4px;
    }
    
    
    .myOrderBlock .table-myorder tbody tr td {
        padding: 16px 4px 10px;
    }
    .myOrderBlock .table-myorder tbody tr td.payBlock {
        padding: 10px;
    }
    .myOrderBlock {
        margin-bottom: 20px;
    }
    .productSection li {
        width: 28%;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .productSection li:nth-child(3n) {
        margin-right: 0;
    }
    .productSection li:nth-child(5n) {
        margin-right: 10px;
    }
    .productSection li a .product-image {
        margin-bottom: 4px;
    }
    .orderdtlStatus .orderno h5 {
        font-weight: normal;
        font-size: 14px;
    }
    .orderdtlStatus .orderno h4 {
        font-size: 14px;
    }
    .orderdtlStatus {
        padding: 10px;
        margin-bottom: 10px;
    }
    .prorder li {
        width: 100%;
        margin-bottom: 4px;
    }
    .prorder li a {
        font-weight: normal;
        font-size: 14px;
    }
    .orderDtlBlock .table-orderdtls thead tr th {
        padding: 8px 4px;
    }
    .orderDtlBlock .table-orderdtls tbody tr td {
        padding: 10px 4px;
    }
    .orderDtlBlock .table-orderdtls tbody tr.uploadrow td .btn.btn-upload-cancel {
        font-size: 10px;
        padding: 10px 4px;
    }
    .orderDtlBlock .table-orderdtls tbody tr.uploadrow td .btn.btn-upload {
        padding: 10px 4px;
        font-size: 10px;
    }
    .orderSection {
        float: none;
        width: 100%;
    }
    .ticketOrderBlock {
        margin-top: 20px;
    }
    .ticketHeading {
        font-size: 14px;
        font-weight: normal;
    }
    .ticketOrderBlock .table-ticket thead tr th {
        padding: 8px 4px;
    }
    .ticketOrderBlock .table-ticket tbody tr td {
        padding: 8px 4px;
    }
    .billshipBlock .table-billing thead tr th {
        padding: 8px 4px;
        font-size: 13px;
    }
    .billshipBlock .table-billing tbody tr td {
        font-size: 12px;
    }
    .billshipBlock .table-shiping thead tr th {
        padding: 8px 4px;
        font-size: 13px;
    }
    .billshipBlock .table-shiping tbody tr td {
        font-size: 12px;
    }
    .orderDtlBlock {
        margin-bottom: 20px;
    }
    .complete_profile {
        margin-bottom: 20px;
    }
    .shippingAddBlock {
        margin-bottom: 20px;
    }
    .multiplePayment-section .multipaytype .paypal {
        margin-left: 0;
    }
    .multiplePayment-section .multipaytype .newcard {
        margin-left: 0;
    }
    .multipaytype .cards {
        width: 200px;
    }
    .multipaytype .cardtype {
        margin-bottom: 10px;
    }
    .multipayOrder {
        margin-bottom: 20px;
    }
    .portfolioBlock li {
        float: none;
        display: inline-block;
        margin: 0px 10px 0px 0px;
        width: 180px;
        height: 185px;
    }
    .portfolioBlock {
        text-align: center;
    }
    .portfolioBlock li .mask {
        width: 180px;
        height: 185px;
    }
    .portolioSection .inputgroup {
        margin-bottom: 20px;
    }
    .portolioSection {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .cardtype .select-wrapper select {
        width: 88%;
    }
    .cardexpire .select-wrapper select {
        width: 88%;
    }
    .careerBlock li {
        padding: 10px;
        margin-bottom: 10px;
    }
    .careerDesprition .title {
        font-size: 16px;
    }
    .careerSection {
        margin-bottom: 20px;
    }
    .specialBlock {
        text-align: center;
    }
    .specialBlock li {
        width: 254px;
        float: none;
        display: inline-block;
        margin-bottom: 10px;
    }
    .specialSection {
        margin-bottom: 20px;
    }
    .colorblock .select-wrapper select {
        width: 88%;
    }
    .brokerBlock {
        margin-bottom: 20px;
    }
    .checkout-section.sample .inputgroup label {
        width: 89%;
        display: inline-block;
    }
    .checkout-section.sample {
        padding: 10px;
    }
    .userrightblock {
        width: auto;
    }
    .screenblock {
        width: auto;
        float: none;
        margin: 0;
    }
    .scrollblock {
        border: none;
        width: auto;
        float: none;
    }
    .scrollblock li {
        width: auto;
    }
    .slideblock {
        float: none !important;
        margin: auto;
        clear: both;
        padding-bottom: 20px;
    }
    .jcarousel {
        width: 65% !important;
    }
    .jcarousel.jcarousel-ver {
        width: 100% !important;
    }
    .workareablock {
        width: auto;
        border: none;
    }
    .workcontent {
        width: auto;
        float: none;
    }
    .workareablock li {
        padding: 20px 0;
    }
    /*new page css end*/
    .cancel {
        width: 100%;
    }
    .shopCart li .cartBlock {
        display: block;
        float: none;
        margin: 0 auto;
        max-width: 188px;
        text-align: center;
        width: 100%;
    }
    .shopCart li .cartDespBlock {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .cuponBlock {
        width: 100%;
    }
    .shopbtnBlock .btn {
        margin-top: 6px;
        width: 100%;
    }
    .imagezoneBtn {
        width: 100%;
    }
    .signup-section {
        margin-top: 10px;
    }
    .recorder {
        display: block !important;
        width: auto;
    }
    .completeOrder {
        width: 100%;
    }
    .helpDesk ul li {
        float: left;
        width: 33%;
        text-align: center;
        width: 33.33%;
        font-size: 11px;
    }
    .helpDesk ul li span a {
        padding-right: 0px;
    }
    #pageFooter {
        margin-top: 15px;
    }
    .btn.btn-upload-cancel {
        width: 100%;
    }
    .btn.btn-upload {
        width: 100%;
    }
    .iconNone {
        display: block;
    }
    .helpDesk,
    .helpDesk ul {
        width: 100%;
    }
    .helpDesk ul li span a {
        font-size: 12px;
    }
    .helpDesk ul li span {
        font-size: 12px;
    }
    .helpDesk ul li span a::after {
        right: -5px;
    }
    .signin {
        margin-right: 7px;
    }
    .helpDesk ul li:last-child {
        margin-right: 0;
        text-align: right;
        width: 26%;
    }
    .helpDesk ul li:first-child {
        text-align: left;
    }
    #right-section h1 {
        font-size: 18px;
    }
    .uploadrow>td {
        display: block;
    }
    .fileupload-buttonbar {
        padding: 0px;
        margin: 0px;
    }
    .proofReplay {
        padding-top: 0px;
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 7px;
    }
    .proofReplay .table {
        margin-bottom: 0px;
    }
    .proofReplayLabel {
        display: none;
    }
    .signup-section {
        background: none;
    }
    .uploadImageSection {
        margin: 0 auto;
        max-width: 102%;
    }
    .uploadImageSection .table>tbody>tr>td {
        border: 1px solid #ccc;
    }
    .inputgroupHidden {
        display: none;
    }
    .newbottomBtn .dividerOr {
        display: block;
        font-size: 13px;
        margin: 0 20px 10px;
        text-align: center;
        text-transform: uppercase;
    }
    .newbottomBtn .btn.btn-orange,
    .newbottomBtn .btn.btn-green {
        width: 100%;
        margin-bottom: 10px;
    }
    .uploadfile-step .btn {
        margin-bottom: 10px;
    }
    .mobile-hide {
        display: none;
    }
    .files .btn span {
        display: block !important;
    }
    .leftmenu,
    .leftmenulist {
        display: none;
        margin-left: 0px;
        margin-bottom: 25px;
    }
    /*** 16 sept ***/
    .serviceBlock .col-sm-4 {
        float: left;
        width: 100%;
    }
    .sboxinr {
        margin-bottom: 38px;
        padding: 0;
        text-align: center;
    }
    .sboxinr .sdetail {
        min-height: auto;
    }
    .addBanner .col-sm-6 {
        float: left;
        width: 100%;
    }
    .col-sm-6.pdlr>div {
        text-align: center;
    }
    .addBanner .bnrRight {
        padding-bottom: 20px;
        text-align: center;
    }
    .addBanner .bnr1_text {
        font-size: 47px;
    }
    .bnrText2 {
        font-size: 47px;
        line-height: 46px;
        padding-top: 28px;
    }
    .bnrText3 {
        font-size: 47px;
        line-height: 46px;
    }
    .topTitle {
        display: block;
        font-size: 20px;
    }
    #pageFooter .socialLinks ul li a {
        height: 50px;
        width: 50px;
    }
    #pageFooter .socialLinks ul li a>img {
        max-width: 71%;
    }
    .helpicons1 {
        background-size: 60% !important;
        top: -1px;
    }
    .myact {
        background-size: 60% !important;
        top: -2px;
    }
    .helpDesk span {
        padding-top: 4px;
    }
    .addBanner .toptext {
        height: auto;
    }
    .header-bg {
        background-size: 50% auto;
    }
    .addBanner .banner-image {
        display: none;
    }
    .container.posRelative {
        width: 100%;
    }
    .logo {
        width: 200px;
        margin: 0 auto;
    }
    /* Date:20161027 */
    /*header.fixed{ position:relative;}*/
    .customsizebox .form-control.w50 {
        margin-top: 0;
    }
    /* Date:20161103 */
    .helpDesk,
    .helpDesk ul {
        display: none;
    }
    .container-outer {
        padding-top: 0;
    }
    .mart48 {
        margin-top: 0;
    }
    .serviceBlock {
        margin: 20px 0 0;
    }
    .mobile-bar {
        background: #cc0000;
        color: #fff;
        text-align: center;
        display: block;
        padding: 0 0 1px;
    }
    .mobile-bar a {
        color: #fff;
        text-decoration: none;
        font-size: 11px;
        text-transform: uppercase;
        line-height: 16px;
        border-right: 1px solid #fff;
        padding-right: 10px;
        margin-right: 5px;
        transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
    }
    .mobile-bar a:hover,
    .mobile-bar a:visited {
        color: #fff;
        text-decoration: none;
    }
    .mobile-bar a:last-child {
        padding-right: 0;
        border-right: 0;
        margin-right: 0;
    }
    .prorder li:nth-child(3) {
        width: 100%;
    }
    .productList {
        margin: 0 auto;
        text-align: center;
        width: auto;
        display: block;
    }
    .productList li {
        float: none;
        margin: 0 auto;
    }
    .col-sm-4.pad5 {
        padding-top: 15px;
    }
    .panel-group.color-red .shiptolabel {
        padding-top: 10px;
    }
    .reportSummary ul {
        margin: 0;
    }
    .reportSummary ul li {
        width: 100%;
        border-right: 0;
        margin: 10px;
    }
    .reportSummary .paymenttext {
        float: left;
    }
    .reportSummary .allorders {
        width: 100%;
    }
    .reportSummary .orderno,
    .reportSummary .ordertext,
    .reportSummary .points,
    .reportSummary .payment {
        float: none;
        width: 100%;
        text-align: center;
    }
    .reportSummary .ordertext,
    .reportSummary .pointstext,
    .reportSummary .paymenttext {
        padding-left: 0;
        text-align: center;
        float: none;
    }
    /*** landing page css start****/
    .col-sm-6.login-page-text {
        text-align: center;
    }
    .login-page-text h2 {
        font-size: 30px;
        float: none;
        text-align: center;
        margin: 70px 0 0 0;
    }
    .landing-page-box {
        margin-top: 50px;
    }
    .loginBox {
        margin: 55px auto 0;
        text-align: left;
    }
    .form-signin {
        margin: 0 auto 50px;
    }
    .pdlr45 {
        padding: 0 0 !important;
    }
    .landing-page-logo {
        text-align: center;
    }
    /*** landing page css end****/
    h1.title {
        font-size: 18px;
    }
    .loginBox {
        width: 100%;
    }
    #pageContent {
        padding-bottom: 20px;
    }
}

@media screen and (min-width:768px) and (max-width:989px) {
    /*** landing page css start****/
    .col-sm-6.login-page-text {
        text-align: center;
    }
    .login-page-text h2 {
        font-size: 30px;
        float: none;
/*        text-align: center;*/
        margin: 30px 0 0 0;
    }
    .landing-page-box {
        margin-top: 50px;
    }
    .loginBox {
        margin: 55px auto 0;
        text-align: left;
    }
    .form-signin {
        margin: 0 auto;
    }
    .landing-page-logo {
        text-align: center;
    }
    .pdlr45 {
        padding: 0 20px !important;
    }
    /*** landing page css end****/
}

@media screen and (max-width:480px) {
    .textareaField {
        width: 100%;
    }
    .uploadfile-step .btn {
        width: 100%;
        margin-bottom: 10px;
    }
    .header-bg {
        background-size: 50% auto;
        display: none;
    }
    .logo {
        width: 200px;
        margin: 0 auto;
    }
}

@media screen and (max-width:360px) {
    .add-banner.padL40 {
        padding-left: 0px;
    }
    .contact-top .order-img {
        float: left;
        text-align: center;
        width: 100%;
    }
    table.table-inner {
        table-layout: auto;
    }
}

@media (max-width: 568px) and (orientation: landscape) {
    .navbar-nav {
        height: 80px;
        overflow-y: auto;
    }
}

@media (max-width: 480px) and (orientation: landscape) {
    .navbar-nav {
        height: 80px;
        overflow-y: auto;
    }
}


/* Animations */

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-100px);
    }
    80% {
        -webkit-transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        transform: translateX(-30px);
    }
    80% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-80px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@-moz-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0px);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0px);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

@keyframes fadeInText {
    0% {
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeInText {
    0% {
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInText {
    0% {
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}

#ApproveSelectedPayment label {
    padding: 5px;
}

.radioInputss label {
    padding: 5px;
}

.new-btn {
    display: inline-block;
    border-radius: 30px;
    width: 60px;
    line-height: 30px;
    padding: 0;
    text-transform: capitalize;
    text-align: center;
}

.orderStatus h4 {
    margin: 0;
    font-size: 18px;
    text-transform: capitalize;
}
    
    
    .orderStatus .page-t{
        float: none;
    }   
    

.empty-record-text {
    text-align: left;
}


/* Table data font size*/

.call-tabel {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 10px;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
    box-sizing: inherit!important;
}

.radio1.radio-inline1 {
    padding: 10px;
}

span.select2-container--default .select2-selection--single {
/*    border-radius: 20px;*/
/*    background-color: #dadada;*/
    height: 34px;
}
    
    .js-signature{
        margin-bottom: 1rem;
    }
    
    
  
/*  bootstarp 4  */
    
    

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745
}

.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745
}

.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545
}

.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}
    
    
    
.btn {
    outline: none !important;
}
    
    .btn:focus{
         outline: none !important;
         box-shadow: none !important;
    }    
  
    .btn-default{
        border: 0;
    }  
    
    .btn-default:hover{
        border: 0;
    }  
    
    
    .custom-file-input:focus ~ .custom-file-label{
        border-color: none!important;
        box-shadow: none;
    }
    
    
    .custom-select:focus{
        border-color: none!important;
        box-shadow: none;
        
    }
    
    .page-container .main-content{
        background-color: #ECEEF1!important;
        background: #ECEEF1!important;
    }   
    
    .panel-primary > .panel-heading{
        border: 0;
    }
    
    .panel > .panel-heading .panel-title{
        font-size: 18px!important;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
    }
    
    .panel-primary{
        border-radius: 10px;
        
    }
    
    .page-container .main-content .right-content{
        padding: 20px;
    }  
    
    
    
    
    #pageContent .dropdown-menu{
        max-width: 150px;
        border: 0;
        left: inherit;
        right: -37px;
    }
    
      #pageContent .profile-info.dropdown .dropdown-menu > li > a {
          
         min-width: 150px;  
    }
         
    #pageContent .dropdown-menu{
        min-width: 150px;
    }
    
    #pageContent .profile-info.dropdown .dropdown-menu > .caret{
        left: 94px;
    }
    
    
/*    bs 4*/
    
    
    .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff
}

.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    margin-bottom: 0;
    margin-left: 10px;
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #f0f0f1;
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #233D7B;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #F09F25;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, .5)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus ~ .custom-file-control {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:focus ~ .custom-file-control::before {
    border-color: #80bdff
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0
}
#cssmenu .logo img.placeholder{
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.5);
    border-radius: 5px;
}
.fileinput .btn {
    vertical-align: middle; 
    padding: 6px 12px;
    font-size: 12px;
    display: table-cell;
    color: #555555;
}