html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

    ul li {
        list-style-type: none;
    }

html {
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
}

body {
    font-family: Helvetica, Arial, Annifont, sans-serif !important;
    background-color: #fff;
    float: left;
    width: 100%;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../../fonts/portal/Helvetica.eot');
    src: url('../../fonts/portal/Helvetica.woff') format('woff'), url('../../fonts/portal/Helvetica.ttf') format('truetype'), url('../../fonts/portal/Helvetica.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*// ============================ forms css start ======================================//*/
.login-page {
    background: #52c2d8 url(../../images/portal/background-img.jpg) center center no-repeat;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}

.register-heading {
    color: #0b3074;
    font-size: 24px;
    margin: 20px 0 20px 0px;
    font-weight: bold;
}
/*.login-icon{
  left: -3px;
  color: #797979;
}*/
.login-icon {
    left: -8px;
    color: #797979;
    font-size: 24px !important;
}

.loginContaniner {
    display: table;
    height: 100%;
    margin: 0 auto;
}

.loginparentContainer {
    display: table-cell;
    vertical-align: middle;
}

.login-area {
    padding: 26px 10px 14px 10px;
}

.login-box, .register-box {
    margin: 8% auto;
    width: 370px;
    box-shadow: 1px 1px 34px 1px rgba(0,0,0,0.3);
}

.navbar {
    box-shadow: none !important;
}

nav.navbar.navbar-static-top {
    padding-right: 0px !important;
}

.md-form .form-control {
    margin-bottom: 2rem !important;
}

.md-form .prefix ~ label {
    color: #989898;
}

.md-form input[type=date]:focus:not([readonly]), .md-form input[type=datetime-local]:focus:not([readonly]), .md-form input[type=email]:focus:not([readonly]), .md-form input[type=number]:focus:not([readonly]), .md-form input[type=password]:focus:not([readonly]), .md-form input[type=search-md]:focus:not([readonly]), .md-form input[type=search]:focus:not([readonly]), .md-form input[type=tel]:focus:not([readonly]), .md-form input[type=text]:focus:not([readonly]), .md-form input[type=time]:focus:not([readonly]), .md-form input[type=url]:focus:not([readonly]), .md-form textarea.md-textarea:focus:not([readonly]) {
    box-shadow: 0 1px 0 0 #0b3176 !important;
    border-bottom: 1px solid #0b3176 !important;
}

    .md-form input[type=date]:focus:not([readonly]) + label, .md-form input[type=datetime-local]:focus:not([readonly]) + label, .md-form input[type=email]:focus:not([readonly]) + label, .md-form input[type=number]:focus:not([readonly]) + label, .md-form input[type=password]:focus:not([readonly]) + label, .md-form input[type=search-md]:focus:not([readonly]) + label, .md-form input[type=search]:focus:not([readonly]) + label, .md-form input[type=tel]:focus:not([readonly]) + label, .md-form input[type=text]:focus:not([readonly]) + label, .md-form input[type=time]:focus:not([readonly]) + label, .md-form input[type=url]:focus:not([readonly]) + label, .md-form textarea.md-textarea:focus:not([readonly]) + label {
        color: #0b3176 !important;
    }

.md-form .prefix.active {
    color: #0b3176 !important;
}

.md-form input[type=date], .md-form input[type=datetime-local], .md-form input[type=email], .md-form input[type=number], .md-form input[type=password], .md-form input[type=search-md], .md-form input[type=search], .md-form input[type=tel], .md-form input[type=text], .md-form input[type=time], .md-form input[type=url], .md-form textarea.md-textarea {
    border-bottom: 1px solid #e7e7e7;
}
/*.md-form .prefix {
  font-size: 21px !important;
}*/
.md-form {
    margin-top: 2.5rem !important;
    width: 100%;
    float: left;
}

.register-alignbtn {
    margin: 37px 0px 0px 0px;
    width: 100%;
    float: left;
}

.login-btn {
    border: 0px;
    padding: 10px 52px;
    display: inline-block;
    letter-spacing: 1px;
    cursor: pointer;
    float: none;
    outline: none;
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(32,171,226,1) 0%, rgba(33,172,226,1) 3%, rgba(34,172,226,1) 5%, rgba(35,173,225,1) 6%, rgba(36,173,225,1) 9%, rgba(37,173,225,1) 15%, rgba(38,174,225,1) 18%, rgba(39,174,225,1) 22%, rgba(40,175,224,1) 26%, rgba(41,175,224,1) 30%, rgba(43,176,224,1) 32%, rgba(42,176,224,1) 34%, rgba(44,176,224,1) 38%, rgba(69,188,219,1) 44%, rgba(66,187,220,1) 46%, rgba(71,189,219,1) 48%, rgba(77,192,218,1) 51%, rgba(86,196,216,1) 55%, rgba(93,199,215,1) 59%, rgba(98,202,214,1) 66%, rgba(100,203,213,1) 70%, rgba(99,202,213,1) 73%, rgba(101,203,213,1) 77%, rgba(101,203,213,1) 88%, rgba(105,205,212,1) 91%, rgba(106,205,212,1) 95%, rgba(107,206,212,1) 100%);
    font-size: 19px;
    text-transform: uppercase;
    transition: .5s;
    width: 100%;
    color: #fff;
    margin-bottom: 32px;
}

    .login-btn:hover {
        box-shadow: 0 0 52px 4px rgba(0, 0, 0, .20);
        color: #fff;
        background: linear-gradient(45deg, rgba(32,171,226,1) 0%, rgba(33,172,226,1) 3%, rgba(34,172,226,1) 5%, rgba(35,173,225,1) 6%, rgba(36,173,225,1) 9%, rgba(37,173,225,1) 15%, rgba(38,174,225,1) 18%, rgba(39,174,225,1) 22%, rgba(40,175,224,1) 26%, rgba(41,175,224,1) 30%, rgba(43,176,224,1) 32%, rgba(42,176,224,1) 34%, rgba(44,176,224,1) 38%, rgba(69,188,219,1) 44%, rgba(66,187,220,1) 46%, rgba(71,189,219,1) 48%, rgba(77,192,218,1) 51%, rgba(86,196,216,1) 55%, rgba(93,199,215,1) 59%, rgba(98,202,214,1) 66%, rgba(100,203,213,1) 70%, rgba(99,202,213,1) 73%, rgba(101,203,213,1) 77%, rgba(101,203,213,1) 88%, rgba(105,205,212,1) 91%, rgba(106,205,212,1) 95%, rgba(107,206,212,1) 100%);
    }

.md-form.login-heading {
    margin: 20px 0 20px 0 !important;
    font-size: 18px;
    color: #0b3176;
    font-weight: bold;
}

.form-dark [type="checkbox"] + label {
    font-size: 14px;
    color: #989898;
    float: left;
    margin: 9px 0px 23px 26px;
}

.form-dark [type="checkbox"] + label:before {
    /*top: 2px;*/
    width: 15px;
    height: 15px;
}

.form-dark input[type="checkbox"] + label:before {
    content: '';
    position: absolute;
    /*top: 0;*/
    /*left: 5px;*/
    width: 20px;
    height: 20px;
    z-index: 0;
    border: 1.5px solid #989898;
    border-radius: 3px;
    margin-top: 2px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    margin-left: -31px;
}
.form-dark [type=checkbox]:checked, .form-dark [type=checkbox]:not(:checked) {
    position: absolute;
    opacity: 0;
    pointer-events: none
}
.form-dark input[type="checkbox"]:checked + label:before {
    /*top: -4px;*/
    /*left: 3px;*/
    width: 12px;
    height: 22px;
    border-style: solid;
    border-width: 2px;
    border-color: transparent #0b3176 #0b3176 transparent;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    margin-left: -34px;
}

input#defaultCheck17 {
    display: none;
}

p.sub-link a {
    color: #0b3176;
    font-size: 16px;
    margin: 0 8px 0 8px;
}

    p.sub-link a:hover {
        text-decoration: none;
    }

.md-form .prefix {
    top: 1.75rem !important;
    font-size: 1.75rem;
}

.forgot-text {
    margin: 20px 0 10px 0;
    font-size: 16px;
}
/*// ============================ forms css end ======================================//*/



/*// ============================ dashboard css strat ======================================//*/
.admin-logo {
    width: 100px;
    margin-top: 8px;
    margin-left: 10px;
}

.main-header .sidebar-toggle {
    padding: 16px 18px;
    font-size: 16px;
}

.main-header .navbar {
    margin-left: 0px !important;
}

.user-arrow {
    margin: 0px 5px 0px 10px;
}

.navbar .dropdown-menu a {
    padding: 2px 0px 0px 9px !important;
    font-size: 16px !important;
    color: #5d5d5d !important;
}

.content-wrapper {
    background-color: #eeeeed !important;
}

.dropdown-menu > li > a:hover {
    background-color: transparent;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer:hover {
    background-color: #f4f4f4;
}

.skin-blue .main-header .navbar {
    background-color: #fff !important;
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #0b3176 !important;
}

.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a, .skin-blue .sidebar-menu > li.menu-open > a {
    color: #fff;
    background: #042054 !important;
}

.skin-blue .sidebar-menu > li > .treeview-menu {
    margin: 0 1px;
    background: #0b3176 !important;
}

.skin-blue .main-header .navbar .sidebar-toggle {
    color: #fff !important;
    background-color: #3596bd;
}

.skin-blue .main-header .logo {
    background-color: #fff !important;
    color: #000 !important;
}

.skin-blue .main-header .navbar .nav > li > a {
    color: #fff !important;
    background-color: #3596bd;
    padding-top: 19px;
}

    .skin-blue .main-header .navbar .nav > li > a:hover, .skin-blue .main-header .navbar .nav > li > a:active, .skin-blue .main-header .navbar .nav > li > a:focus, .skin-blue .main-header .navbar .nav .open > a, .skin-blue .main-header .navbar .nav .open > a:hover, .skin-blue .main-header .navbar .nav .open > a:focus, .skin-blue .main-header .navbar .nav > .active > a {
        background: #3596bd !important;
        color: #fff;
    }

.navbar-nav > .user-menu > .dropdown-menu {
    width: 180px;
}

.sidebar-menu {
    margin-top: 4px;
}

.header-area {
    background-color: #fff;
    color: #5d5d5d;
    padding: 10px 15px 10px 15px;
    font-size: 20px;
}

.content {
    padding: 10px 60px 30px 60px;
}

.userdash-icon {
    margin-right: 15px;
}

.content-header {
    padding: 30px 60px 0 60px;
}

.add-user-area {
    background-color: #fff;
    padding: 14px;
}

.add-hp-area {
    background-color: #fff;
    padding: 14px 100px 14px 100px;
}

.save-btn {
    width: 150px;
    padding: 5px;
    box-sizing: border-box;
    background-color: #3596bd;
    border: 1px solid #3596bd;
    outline: none !important;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    border-radius: 20px;
    color: #fff;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 26px;
}

.cancel-btn {
    width: 150px;
    padding: 5px;
    box-sizing: border-box;
    background-color: #aeaeae;
    border: 1px solid #aeaeae;
    outline: none !important;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    border-radius: 20px;
    color: #fff;
    margin-bottom: 10px;
    margin-right: 10px;
}

span.field-validation-error span {
    width: 55%;
    float: right;
    text-align: left;
    background-color: red;
    color: #fff;
    padding: 5px;
    margin: -20px 0 0px 0px;
    font-size: 14px;
}

.skin-blue .sidebar-menu .treeview-menu > li > a {
    padding: 10px !important;
}

.box-body i.fa {
    font-size: 20px;
}
.box-body i.fa.fa-edit {
    color: #0b3176;
}
.box-body i.fa.fa-trash {
    color: #c00;
}

.add-hp-area.hp-form .md-form.hp-heading {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
}

.add-hp-area.hp-form label.hp-text {
    margin-top: 31px;
    margin-bottom: 32px;
    margin-left: 0px;
}

.add-hp-area.hp-form .md-form.hp-subheading {
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

.login-form {
    padding: 20px;
}

.submit-btn {
    margin: 24px 0 20px 0;
}

table td, table th {
    font-size: 12px !important;
}

table th {
    font-size: 14px !important;
    font-weight: bold !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #3596bd;
    border-color: #3596bd;
}

div.dataTables_wrapper div.dataTables_info {
    color: #3596bd;
}

div.dataTables_wrapper div.dataTables_length label {
    color: #3596bd;
}

div.dataTables_wrapper div.dataTables_length .form-control {
    border: 1px solid #d5d5d5;
    font-size: 14px;
}

div.dataTables_wrapper div.dataTables_filter {
    position: absolute;
    bottom: 29px;
    right: 23px;
}

.box {
    border-top: none;
}

.file-icon {
    color: red;
}

.hp-form {
    padding: 10px 20px 10px 20px;
}



input#defaultCheck12 {
    display: none;
}

label.hp-text {
    margin: 30px 0px 0px 30px;
    font-size: 14px;
    color: #757575;
}

.form-check.form-light {
    text-align: left;
}

.form-light [type="checkbox"] + label:before {
    /* top: 2px;*/
    width: 15px;
    height: 15px;
}

.form-light input[type="checkbox"] + label:before {
    content: '';
    position: absolute;
    /* top: 0;
left: 0;*/
    width: 17px;
    height: 17px;
    z-index: 0;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border: 2px solid #757575;
    left: 34px;
}

.form-light input[type="checkbox"]:checked + label:before {
    /* top: -4px;
left: -3px;*/
    width: 12px;
    margin-top: -4px;
    height: 22px;
    border-style: solid;
    border-width: 2px;
    border-color: transparent #0b3176 #0b3176 transparent;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

select.select-box {
    width: 100%;
    height: 43px;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    border-bottom: 1px solid #cdd4da;
    color: #757575;
    font-size: 14px;
    margin-top: 0px !important;
    margin-bottom: 2rem;
    background-color: #fff;
}

select.test-menu {
    width: 100%;
    margin: 28px 0 0px 0;
    height: 40px;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    border-bottom: 1px solid #cdd4da;
    color: #757575;
    font-size: 14px;
}

.login-box-body, .register-box-body {
    padding: 20px 24px 20px 24px;
}






/*// ============================ dashboard css end ======================================//*/
.main-footer {
    text-align: center;
}

.login-page .main-footer {
    margin-left: 0px;
}

.md-form label {
    top: -1.35rem !important;
    font-size: 14px !important;
}

    .md-form label.active {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }

.login-page .md-form .prefix ~ input, .md-form .prefix ~ textarea {
    padding-top: 15px !important;
}

.login-page .form-control {
    height: 20px;
}

.login-icon {
    margin-top: -2px;
}

.select-form label {
    width: 100%;
    float: left;
    color: #8c8c8c;
    text-align: left;
}

.hp-form .form-control {
    height: 20px;
}

.hp-form .md-form input {
    padding-top: 12px !important;
}

.add-hp-area .md-form textarea {
    height: 112px;
    margin-top: 10px;
    padding: 10px;
}

.grandParentContaniner {
    display: table;
    height: 92%;
    margin: 0 auto;
}

.parentContainer {
    display: table-cell;
    vertical-align: middle;
}



.input-icon {
  position: relative;
}

.input-icon > i {
    position: absolute;
    display: block;
    transform: translate(0, -50%);
    top: 64%;
    pointer-events: none;
    width: 10px;
    text-align: center;
    font-style: normal;
    border-radius: 0px;
    padding: 1px 0;
    font-size: 14px;
}

.input-icon > input {
  padding-left: 14px !important;
  padding-right: 0;
  padding-bottom:0px !important;
  width:96%;
}


#order i.fa.fa-shopping-cart , #order i.fa.fa-share {
    color: #0b3176;
    font-size: 20px;
}

span.social-icons {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 10px;
}

label.hp-text.check-add-order {
    margin: 30px 0 0 10px;
    display: inline;
}

.back-btn {
    padding: 5px 20px;
}
.add-hp-area a:hover{
    color: #fff;
}








.txt label {
    margin-bottom: 9px !important;
}

.prepinfo {
    position: absolute;
    background: rgb(255, 255, 255);
    border: 1px solid;
    padding: 10px;
    max-width: 300px;
    max-height: 150px;
    overflow: auto;
}

.hide {
    display: none;
}

.fa-info-circle {
    color: #000;
}
#order ul li {
    list-style-type: decimal;
    margin: 0 0 0 15px;
}

.tbl {
    text-align: center;
}

    .tbl tr td {
        padding: 0px 7px;
        font-weight: bold;
    }

        .tbl tr td.tdfirst {
            padding-left: 0px;
        }

        .tbl tr td.tdlast {
            padding-right: 0px;
        }

.odt {
    font-weight: bold;
    font-size: 13px;
}

.lnk-disable {
    color: #eeeeed
}
.new-order {
    background: #f0ad4e !important;
    border: 1px solid #d9534f !important;
}
.rdhigh {
    font-size: 12px;
    font-style: italic;
    color: #c00;
}
.pagination .page-item .page-link{
    position: relative;
    padding: 6px 12px;
    
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 16px;
}
.pagination .page-item.active .page-link{
    box-shadow: none;
    border: none;
    padding: 7px 15px;
}

.lta-porrtal-wrap {
    word-break: break-word; 
}