/****************************************main.css****************************************/
#activationModal .modal-footer, #pendingcancel .modal-footer {
    text-align: center;
}
.lower-header{
    display: none;
}
.footer {
    position: relative;
}

.breadcrumb {
    margin-bottom: 0;
    border-radius: 0;
    color: black;
}

ul.breadcrumb {
    padding-left: 0;
    background-color: #d2e7f4;
}

.breadcrumb-background {
    background-color: #d2e7f4;
}

.breadcrumb-background-padding-bottom {
    padding-bottom: 15px;
}

.panel-default > .panel-heading {
    background-color: #18a8e1;
    padding: 0 15px;
}

.after-login-modal-header {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #18a8e1;
}

.after-login-panel-title {
    color: white;
}

.margin-top-bottom-10 {
    margin-bottom: 10px;
    margin-top: 10px;
}
.margin-right-0{
    margin-right: 0;
}

/*tooltip*/
div.ui-tooltip {
    max-height: 360px;
    overflow-y: auto;
    max-width: 285px;
}
.ui-tooltip-content .dashboardBookImageTooltip{
    width: 100%;
    height: 100%;
}
/*icons*/
.refresh_icon {
    color: white;
    background-color: #ffa500;
    border-color: #ffa500;
    font-size: 14px;
}

.refresh_icon_enabled {
    color: white;
    background-color: #689F38;
    border-color: #689F38;
    font-size: 14px;
}

.edit-btn :focus, .edit-btn :hover, .edit-btn:active {
    color: white;
}

.edit_icon {
    color: white;
    background-color: #1E88E5;
    border-color: #1E88E5;
    font-size: 14px
}

.copy-icon {
    color: white;
    background-color: #1E88E5;
    border-color: #1E88E5;
    font-size: 14px
}

.edit_icon_align {
    margin-left: 1px;
    margin-right: -1px;
    font-size: 15px;
    padding-left: 0;
    padding-right: 1px;
}

.delete_icon {
    color: white;
    background-color: #D32F2F;
    border-color: #D32F2F;
    font-size: 14px;
}

.delete_icon_align {
    top: 2px;
    left: -1px;
}

.delete_icon_align_home {
    top: 2px;
}

/*loader icon*/
.fa-spinner {
    color: #337ab7;
}

/*table styling*/

.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
    background-color: #eeeeee;
}

.modal-body .table > thead > tr > th {
    font-size: 14px;
}
.modal-body .table > tbody > tr > td {
    font-size: 13px;
}
.updateToOriginal_appendBody{
    max-height: 250px;
    padding: 5px;
    overflow-x: scroll;
}
.updateToOriginal_appendBody ul{
    padding-left: 18px;
}

.table > thead > tr > th {
    border-bottom: 3px solid #ddd;
    font-size: 16px;
    vertical-align: top;
    color: black;
}

.table > thead > tr > th:focus {
    border-color: transparent;
    border-bottom: 3px solid #ddd;
}

.table > tbody > tr > td {
    text-align: left;
}

.table > tbody > tr > td > a {
    color: #7d7d7d;
}

/*flashmessage*/
.flashmessage {
    position: fixed;
    top: 62px;
    right: 0;
    z-index: 9999;
    width: 348px;
}

.flash-success {
    color: #3cc051;
    background-color: #dff0d8;
}

.flash-danger {
    color: #ea5154;
    background-color: #fceded;
}

.flash-check {
    font-size: 25px!important;
    color: #fff;
}

.flash-title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 19px;
    margin: 1px 0 0 64px;
    padding: 5px 0 5px 16px;
}

.flash-content1 {
    width: 250px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .02em;
    margin: 5px 0 0 64px;
    padding: 0 0 10px 16px;
    color: #333;
}

/*braintree header message*/
.headersubscription-alert{
    background-color: #f2dede;
}

.flash-content2 {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .02em;
    color: #333;
}

.flash-notify-success {
    background-color: #3cc051;
}

.flash-notify-danger {
    background-color: #ea5154;
}

.flash-notify {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 64px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.alert {
    background-color: white;
    color: black;
    border: none !important;
    border-radius: 0 !important;
    padding: 0;
    margin-bottom: 0;
}

.alert-dismissable .close,
.alert-dismissible .close {
    color: black;
    top: 2px;
}

.closebtn:hover {
    color: white;
}

.requiredcolor {
    color: #337ab7;
}

.control-label {
    color: black!important;
}

.form-group {
    margin-bottom: 20px;
}

.btn-orange {
    background: #ff3300;
    color: #fff;
    padding: 4px 12px;
}

.btn-orange:hover {
    background: #cc2900;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.padding-top-bottom-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.padding-right-0 {
    padding-right: 0;
}
.padding-left-0 {
    padding-left: 0;
}
.padding-5-0{
    padding: 5px 0;
}
.padding-0 {
    padding: 0;
}
.display-block{
    font-size: 14px;
    display: block;
}

.titleproject {
    color: #004a80;
    font-size: 24px;
}

.linkcolor {
    color: #1877aa;
    font-size: 18px;
    text-decoration: underline;
}

.panel-title-project {
    font-size: 18px;
    font-weight: bold;
    color: black;
}

.calculationtable{
    padding-left: 0;
    padding-right: 0;
}

.calculationtable .table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: 0 !important;
}

.calculationtable table tr:nth-child(3) {
    border-bottom: 1px solid #ddd;
}

.form-horizontal .control-label {
    padding-top: 0;
}

.buy-now-text {
    font-family: Gotham-Book;
    font-size: 14px;
    color: black;
}

.error_class {
    position: absolute;
    left: 5%;
    top: 94%;
    color: red;
}

.tab-content > .tab-pane > .row {
    margin-top: 10px;
}

.profileheading {
    background-color: #f4f4f4;
    border-bottom: 1px solid #cfd0d0;
    font-size: 18px;
    line-height: 26px;
    padding: 0 5px;
}

.defaultHeight {
    min-height: 400px;
}

.inputSize {
    border-left: 2px solid #004a80;
}

.label-color {
    color: #004a80;
}

.admin-box-background {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f5f5f5;
    border-radius: 3px;
}

.margin-TB-5 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.text-align-left {
    text-align: left;
}
.text-align-center{
    text-align: center!important;
}
.calculationtable .table>tbody>tr>td,.calculationtable .table>tbody>tr>td>input ,.calculationtable .table>thead>tr>th{
    text-align: right!important;
}

.manage_link{
    font-size: 12px;
    color: black;
    font-size-adjust: 0.5;
}

.table>thead>tr>th:focus{
    outline-color: white;
}
/*Add Items lightbox*/

/***************************************************/
.addItems-outer-border {
    border: 1px solid #004a80;
    margin: 5px;
}

.addItems-title {
    background-color: #004a80;
    color: #fff;
    padding: 10px;
}

.p033 {
    padding: 0 15px 15px 15px;
}

.p4 {
    border: 1px solid #18A8FF;
}

.select2 > .select2-choice.ui-select-match {
    /* Because of the inclusion of Bootstrap */
    height: 29px;
}

.selectize-control > .selectize-dropdown {
    top: 36px;
}

/* Some additional styling to demonstrate that append-to-body helps achieve the proper z-index layering. */
.select-box {
    background: #fff;
    position: relative;
    z-index: 1;
}

.alert-info.positioned {
    margin-top: 1em;
    position: relative;
    z-index: 10000; /* The select2 dropdown has a z-index of 9999 */
}

.ui-select-search {
    width: 100% !important;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
    line-height: 21px;
}

.tree, .tree ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tree ul {
    margin-left: 1em;
    position: relative
}

.tree ul ul {
    margin-left: .5em
}

.tree ul:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 1px solid
}

.tree li {
    margin: 0;
    padding: 0 1em;
    line-height: 2em;
    color: #369;
    position: relative;
}

.tree ul li:before {
    content: "";
    display: block;
    width: 10px;
    height: 0;
    border-top: 1px solid;
    margin-top: -1px;
    position: absolute;
    top: 1em;
    left: 0
}

.tree ul li:last-child:before {
    background: #fff;
    height: auto;
    top: 1em;
    bottom: 0
}

.indicator {
    margin-right: 5px;
}

.tree li a {
    text-decoration: none;
    color: #369;
}

.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color: #369;
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
    outline: 0;
}

.antirow-pad {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.antirow-addpad5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.margin-top-10 {
    margin-top: 10px
}

.margin-top-7- {
    margin-top: -7px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-10 {
    margin-left: 10px;
}
.margin-left-5 {
    margin-left: 5px;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.float-right {
    float: right;
}

.width-50 {
    width: 50px;
}

.width-108 {
    width: 108px;
}

.height-50 {
    height: 50px;
}

.bookTypeScroller {
    overflow-y: scroll;
    height: 393px; /*border: 1px solid #18a8e1;*/
}

.bookType-name {
    padding: 15px 0 0 15px;
    font-size: 16px;
    font-weight: 600;
    color: #253147;
}

.bookType-name .fa {
    margin-right: 5px;
}

.bookType-name .fa-angle-down {
    margin-left: 5px;
    font-size: 30px;
}

.display-flex {
    display: inline-flex
}

#addItems :focus {
    outline: none !important;
}

.additems-quantity {
    background-color: transparent;
    border-color: transparent;
    cursor: pointer;
    font-family: Poppins-Light;
    font-size: 14px;
    color: #000000;
    width: 100%;
}

.italic-note {
    font-style: italic;
}

.subscriptionRequiredMes {
    color: red;
}

/*icons*/
.edit-btn {
    margin: 0 4px;
}

.additems-quantity {
    width: 69%;
    margin-right: 5px;
    float: left;
}

.delete_btn {
    padding: 0 !important;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 12px !important;
}

#itemtable tbody {
    min-height: 50px;
}


/*profile*/
.tabs-left {
    border-right: 1px solid #ddd;
    border-bottom: none;
    padding-top: 2px;
}
.tabs-left>li {
    margin-right: -1px;
    margin-bottom: 2px;
    float: none;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
    border-right-color: transparent;
    background-color: #00b3ee;
    color: white;
}
.tabs-left>li>a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
}
/*.nav-tabs>li>a:hover {
    background-color: white;
    border-color: transparent;
}*/


/* table changes */
#addItemContainer thead {
    width: 100%;
}
/*
#itemtable tbody tr td{
    height:60px;
}
*/

#itemtable.dataTable tbody tr, #addItemContainer.dataTable tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

#itemtable thead tr th:last-child, #itemtable tbody tr td:last-child {
    text-align: center !important;
    width: 11% !important;
}

#addItemContainer tbody tr td, #addItemContainer thead tr th, #itemtable thead tr th, #itemtable tbody tr td {
    width: auto !important;
}

#addItemContainer tbody tr td:first-child, #addItemContainer thead tr th:first-child {
    width: 4% !important;
}

#addItemContainer tbody tr td:last-child, #addItemContainer thead tr th:last-child {
    width: 15% !important;
}

#itemtable thead tr th, #itemtable tbody tr td, #addItemContainer thead tr th, #addItemContainer tbody tr td {
    word-wrap: wrap !important;
    white-space: normal !important;

}

#itemtable tbody tr td:last-child, #itemtable thead tr th:last-child {
    width: 14% !important
}

#itemtable thead tr th:last-child {
    text-align: left !important
}

#itemtable thead tr th {
    text-align: left !important;
}

#itemtable thead, #addItemContainer thead {
    display: table;
    /* width: 100%; */
    table-layout: fixed;
}

#itemtable thead tr th, #addItemContainer thead tr th {
    border-bottom: 0 !important
}

/* #itemtable thead tr th:first-child ,#itemtable tbody tr td:first-child{ */
/* width:10% !important; */
/* } */
/* #itemtable thead tr th , #itemtable tbody tr td{ */
/* width:15% !important; */
/* } */
#itemtable {
    width: 99.5% !important;
}

#addItemContainer tbody {
    overflow: auto;
    max-height: 335px;
    display: block;
    width: 100%;
}
#itemtable tbody{
    overflow: auto;
    max-height: 290px;
    display: block;
    width: 100%;
}
.addItemsPagination ul.pagination{
    margin-top: 0;
    margin-bottom: 0;
}

#itemtable thead {
    width: 100%;
    background-color: #d9edf7;
}

/* 	#addItemContainer tbody::-webkit-scrollbar , #itemtable tbody::-webkit-scrollbar{
        width:5px;
        border-radius:12px;
        margin-right:-5px;
        position:absolute;
    }


    #addItemContainer tbody::-webkit-scrollbar-track, #itemtable tbody::-webkit-scrollbar-track{
  background-color: #ddd;

}

#addItemContainer tbody::-webkit-scrollbar-thumb , #itemtable tbody::-webkit-scrollbar-thumb{
  background-color: rgba(0, 0, 0, 0.2);
}  */
@media (min-width: 1201px) {
    #addItemContainer thead tr th, #itemtable thead tr th {
        font-size: 14px;
    }

    .bookType-name{
        font-size: 14px;
    }

    #addItemContainer tbody tr td, #itemtable tbody tr td {
        font-size: 13px;
    }

    #benefits .lft .row, #benefits .rght .row{
        padding: 40px 0 30px 0;
    }

    #benefits .rght .bottom{
        padding-top: 0 !important;
    }
}

@media (max-width: 1200px) and (min-width: 768px) {

    #itemtable thead tr th, #addItemContainer thead tr th, #itemtable thead tr th, #itemtable tbody tr td {
        font-size: 14px !important;
        word-wrap: wrap;
        width: auto !important;
        vertical-align: top;
    }

    .bookType-name{
        font-size: 14px;
    }

    #addItems .btn {
        font-size: 10px;
        font-weight: 600;
        padding: 4px 12px;
    }

    #addItemContainer {
        width: 1080px !important;
    }

    #itemtable tbody tr td:last-child, #itemtable thead tr th:last-child {
        width: 20% !important;
    }

    #addItemContainer tbody tr td:last-child, #addItemContainer thead tr th:last-child {
        width: 15% !important;
    }

    #itemtable {
        width: 1000px !important;
    }

    #itemtable thead tr th, #addItemContainer thead tr th {
        font-size: 14px !important;
    }

    #itemtable tbody tr td, #addItemContainer tbody tr td {
        font-size: 13px !important;
    }
}

@media (max-width: 768px) {
    .bookType-name {
        font-size: 18px;
    }

    .bookType-name .fa-book {
        font-size: 35px;
        margin-right: 5px;
    }

    .xs-bookName {
        padding-top: 7px;
    }

    #itemtable {
        width: 800px !important
    }

    #addItemContainer {
        width: 1000px !important
    }

    .bookType-name{
        font-size: 13px;
    }

    #itemtable thead tr th, #itemtable tbody tr td, #addItemContainer thead tr th, #addItemContainer tbody tr td {
        font-size: 13px !important
    }

    #itemtable tbody tr td:last-child, #itemtable thead tr th:last-child {
        width: 18% !important;
    }

    #addItemContainer tbody tr td:last-child, #addItemContainer thead tr th:last-child {
        width: 15% !important;
    }
}

@media screen and (max-device-width: 991px){
    /*profile tabs*/
    .tabs-left {
        display: inline-flex;
        height: initial;
    }
    .tabs-left > li a {
        margin: 0;
        padding: 7px;
        border-right: 1px solid;
        text-decoration: underline;
        text-align: center;
    }
    .tabs-left > li a span.glyphicon-chevron-right {
        display: none;
    }
}
@media screen and (max-device-width: 768px) {
    .row-padding-0{
        padding-left: 0;
        padding-right: 0;
    }
    .responsive-left-padding{
        padding: 15px 3px;
    }

    /*about tabs*/
    .nav-tabs {
        display: inline-flex;
        height: initial;
    }
    .nav-tabs > li a {
        margin: 0;
        padding: 7px;
        text-decoration: underline;
        text-align: center;
    }

    /*header changes*/
    /*.login{
        top:5px;
        padding-right: 5px;
    }
    .navbar-header{
        min-height: 85px;
    }
    .navbar-brand{
        padding: 0px 15px;
        padding-top: 40px;
    }
    .navbar-brand>img{
        width: 80%;
    }
    .navbar-inverse .navbar-toggle{
        margin-top: 45px;
    }
    .navbar-toggle .collapsed a{
        padding-bottom: 0px;
    }
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
        background-color: white;
    }*/

    /*default table sizing */
    .table > thead > tr > th {
        font-size: 14px;
    }
    .table > tbody > tr > td {
        font-size: 13px;
    }

}

@media screen and (max-width: 420px) {
    h5 a{
        font-size: 16px!important;
    }
    #viewClientdetails .col-xs-12{
        padding-right: 5px;
    }
    #viewClientdetails .panel-body{
        padding-right: 5px;
        padding-left: 5px;
    }
    label{
        font-size: 13px;
    }
    .buy-now-text{
        font-size: 13px;
    }
    .buy-align{
        text-align: start!important;
    }
    .default-header {
        display: none;
    }
    .login{
        display: none;
    }
    .lower-header{
        display: inline;
    }

    .navbar-brand{
        padding-top: 10px;
    }
    .respLoginButton{
        margin-top: 20px;
        float: right;
        margin-right: 5px;
    }
    .navbar-toggle{
        margin-right: 5px;
    }
    .Reslogin{
        margin-left: 10px;
    }
    .navbar-brand{
        padding-left: 5px;
        padding-right: 5px;
    }
    .lower-header .col-xs-12{
        padding-left: 5px;
        padding-right: 5px;
    }
}
.txt-wrap{
    word-wrap:break-word
}
.txt-wrap-with-width{
    width: 85%;
}
.overflow-ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
}
/*
.tipandresourceRedirection{
    position: fixed;
    right:100px;
    bottom: 150px;
}*/
.btn-dark[disabled],.btn-dark[readonly]{
    background-color: #001526;
}
.underLineBold{
    text-decoration: underline;
    font-weight: bold;
    color: #1877aa!important;
}
.dashboardBookImage{
    height: 40px;
    width: 40px;
    display: table-cell;
    margin-left: auto;
    margin-right: auto
}

.wrap-whitespace{
    white-space: normal !important;
    /*word-wrap: break-word;*/
}
.tandc{
    padding: 10px;
}
.underline{
    text-decoration: underline;
}
.color_default{
    color: #1E88E5!important;
}

/*login ejs*/
#industries h2 {
    text-align: center;
    color: #00aeef;
    padding-bottom: 10px;
}
#industries h2 span {
    color: #1877aa;
}
#industries {
    padding: 0 0 30px 0;
}
.cursorPointer{
    cursor: pointer;
}
.nowrap{
    white-space: nowrap;
}
.textarea_resize{
    resize: none;
}

@media (min-width: 480px){
    #benefits .lft .row, #benefits .rght .row{
        padding: 0;
    }
}
@media (min-width: 600px){
    #benefits .lft .row, #benefits .rght .row{
        padding: 0;
    }
}
@media (min-width: 768px){
    #benefits .lft .row, #benefits .rght .row{
        padding: 40px 0 30px 0;
    }
    #benefits .rght .top{
        padding-bottom: 10px!important;
    }
    #benefits .rght .bottom{
        padding-top: 0 !important;
    }
}
@media (min-width: 992px) {

}
@media (min-width: 1024px){
    #benefits .lft .row, #benefits .rght .row{
        padding: 40px 0 30px 0;
    }
    #benefits .rght .bottom{
        padding-top: 0 !important;
    }
}
@media (min-width: 1200px){
    #benefits .lft .row, #benefits .rght .row{
        padding: 40px 0 30px 0;
    }
    #benefits .rght .top{
        padding-bottom: 30px!important;
    }
}

.bookdes div{
    padding: 10px;
}
.bookdes p{
    padding-left: 20px;
}
.bookdes h5{
    padding:10px 0 10px 0;
}
.bookRedirectLink{
    font-size: 13px;
    padding-top: 20px;
}
/*buy flow changes*/
#step-2 .panel-body .col-xs-12, #step-2 .panel-body.col-sm-12{
    padding-left: 5px;
    padding-right: 5px;
}
#step-2 .panel-body .col-xs-8{
    padding-right: 0;
}
#step-1 .panel-body .col-xs-12{
    padding-right: 0;
    padding-left: 0;
}
.buy-align{
    text-align: right;
}
/*changes for responsive header*/
@media (min-width: 1199px){
    #app_header .nav > li > a {
        padding: 10px 13px !important;
    }
}
@media (min-width: 991px) and (max-width: 1199px) {
    #admin_header .nav {
        padding-left: 24px;
    }
    #admin_header ul.navbar-nav {
        padding-top: 0;
    }
    #admin_header .nav > li > a {
        padding: 10px 15px !important;
    }
    #home_header .nav {
        padding-left: 24px;
    }
    #home_header ul.navbar-nav {
        padding-top: 0;
    }
    #home_header .nav > li > a {
        padding: 10px 15px !important;
    }
    #app_header ul.navbar-nav {
        padding-top: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #admin_header .nav > li > a {
        padding: 10px 7px !important;
    }
    #app_header .nav > li > a {
        padding: 10px 4px !important;
    }
    #home_header .nav > li > a {
        padding: 10px 9px !important;
    }
}
@media (max-width: 991px) {
    #home_header .nav > li > a {
        padding: 10px 7px !important;
    }
    #admin_header .nav > li > a {
        padding: 10px 5px !important;
    }
}
@media (min-width: 401px) and (max-width: 553px) {
    .login {
        top: 4px;
    }
}
@media (min-width: 420px) and (max-width: 474px) {
    .padding-5-0 {
         padding: 27px 0;
    }
    .respmail{
        display: inline-block;
    }
}

.padding-top-5 {
    padding-top: 5px;
}

/*------------admin home -----------------*/
@media only screen and (max-width: 767px) {
    #admin_home .text-right {
        text-align: left;
    }
}

/*------------view notes moda1-----------------*/
#viewNotes .modal-dialog {
    width: 90%;
    margin: 5% auto;
}

#viewNotes .pagination {
    margin: 12px 0 5px 0;
}

#viewNotes .table-responsive {
    max-height: 350px;
    overflow-y: auto;
}


.imageThumb {
    height: 140px;
    width: 200px;
    margin: 10px 0;
}
.pip {
    display: inline-block;
    margin: 10px 10px 0 0;
}