﻿p, h2, h3, h4, ul, li, a {
    margin: 0;
    padding: 0;
    font-family: "Roboto",sans-serif;
}
ul, li {
    list-style: none;
}

#main-content .creditcontrol-payment {
    padding: 1px 25px 0;
    background: transparent;
}
a:hover, a:focus {
    text-decoration: none;
}

.table .dropdown {
    width: 35px;
    height: 21px;
    float: right;
}
.table .more-nav button {
    margin-top: -3px;
}
.pl-zero {
    padding-left: 0!important;
}
.common-table-all table tbody tr td a {
    font-weight: 400;
}
.back-icon {
    color: #060606;
    font-size: 22px;
    display: inline-block;
    margin: 15px 5px 14px;
    padding: 4px 20px 0 14px;
    border-right: 1px solid #d9d9d9;
    line-height: 26px;
}
.icon-small-right-arrow:before, .icon-right:before {
    content: "";
}
.custom-breadcrumb h2 .nav-icon {
    color: #525252;
    font-size: 12px;
    margin: 0 8px;
    top: 0;
    position: relative;
}
.tabs .tab-content {
    background: #fff;
    border: 1px solid #bdbdbd;
    margin-top: -1px;
    padding: 1px;
}
.filterforms-wrapper .selct-dropdown select {
    font-weight: 400;
}
.common-table-all table tbody tr td {
    font-weight: 400;
}

.daterangefilter-wrapper .right-navbar{
    padding-right: 0 !important;
}
    .daterangefilter-wrapper .right-navbar .dropdown {
        padding: 6px 23px 5px 10px;
        font-size: 13px;
        height: 34px;
        border: solid 1px #717171;
        box-shadow: inset 0 1px 3px rgba(0,0,0,.5);
        border-radius: 4px;
        -webkit-appearance: none;
        -moz-appearance: none;
        position: relative;
        z-index: 10;
        background-color: transparent;
        line-height: initial;
        width: 185px;
    }
.daterangefilter-wrapper .right-navbar .dropdown .show-me {
    color: #555;
    vertical-align: middle;
    display: block;
    padding: 3px 0;
}

.daterangefilter-wrapper .right-navbar .dropdown .show-me i {
    top: 7px;
    right: 9px;
    font-size: 18px;
    position: absolute;
}


    .daterangefilter-wrapper .right-navbar .dropdown .dropdown-menu .date-range .input-daterange {
        padding: 5px 10px 0;
    }

    .daterangefilter-wrapper .right-navbar .dropdown .dropdown-menu .date-range input {
        font-size: 13px;
        height: 34px;
        border: solid 1px #717171;
        box-shadow: inset 0 1px 3px rgba(0,0,0,.5);
    }

    .daterangefilter-wrapper .right-navbar .dropdown .dropdown-menu .date-range .input-group-addon {
        background: transparent;
        border: 0;
        padding: 6px 6px;
    }
    .daterangefilter-wrapper .right-navbar .dropdown .dropdown-menu .date-range p {
        text-align: center;
    }
    .daterangefilter-wrapper .right-navbar .dropdown .dropdown-menu .date-range p .green-sm-button {
        line-height: 30px;
        font-size: 15px;
        font-weight: 400;
        padding: 0 18px;
        margin: 10px;
    }
        .daterangefilter-wrapper .right-navbar .dropdown .dropdown-menu {
            width: 230px;
            right: 0;
            left: inherit;
        }



.custom-breadcrumb h2 a {
    color: #525252;
}
.custom-breadcrumb h2 span {
    color: #000000;
    vertical-align: middle;
}



/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/
/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/
/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.smaller-text {
    font-size: 16px !important;
}

.input-daterange input {
    text-align: left !important;
}

.client-contact {
    padding: 5px;
    padding-left: 80px;
}

    .client-contact span {
        position: static;
    }

.padding-top-30 {
    padding-top: 30px;
}

.thumb {
    width: 24px;
    height: 24px;
    float: none;
    position: relative;
    top: 7px;
}

form .progress {
    line-height: 4px;
}

.progress {
    margin-bottom: 0;
    display: inline-table;
    width: 200px;
    /*border: 2px solid #ffffff;*/
    /*text-align: center;*/
}

    .progress div {
        font-size: smaller;
        /*background: #95c558;*/
        font-weight: bold;
        width: 0;
        /*padding: 5px;*/
    }


.message-smaller-text {
    font-size:9px;
}

@import "http://fonts.googleapis.com/css?family=Open+Sans:400,600,700";

.messages {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size:larger;
    line-height: 20px;
    margin: 0 auto;
    overflow-X: hidden;
    position: relative;
    height: 250px;
}

.left {
    position: absolute;
    top: 0;
    left: 35px;
    font-size: 18px;
}

    .left:after {
        border: 3px solid #2095FE;
        border-right: 3px solid transparent;
        border-top: 3px solid transparent;
        content: " ";
        height: 14px;
        left: -20px;
        position: absolute;
        top: 20px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 14px;
    }

.right {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 18px;
}

.messages-wrapper {
    padding-top: 10px;
    position: relative;
    border: 1px solid #ddd;
    border-top: 0 none;
}

.message {
    border-radius: 20px 20px 20px 20px;
    margin: 0 15px 10px;
    padding: 5px 20px;
    position: relative;
}

.message.to {
    background-color: #2095FE;
    color: #fff;
    margin-left: 80px;
}

.message.from {
    background-color: #E5E4E9;
    color: #363636;
    margin-right: 80px;
}

    .message.to + .message.to,
    .message.from + .message.from {
        margin-top: -7px;
    }

    .message:before {
        border-color: #2095FE;
        border-radius: 50% 50% 50% 50%;
        border-style: solid;
        border-width: 0 20px;
        bottom: 0;
        clip: rect(20px, 35px, 42px, 0px);
        content: " ";
        height: 40px;
        position: absolute;
        right: -50px;
        width: 30px;
        z-index: -1;
    }

    .message.from:before {
        border-color: #E5E4E9;
        left: -50px;
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

.disable-tag {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #333;
    background-color: #E6E6E6;
}

.go-back-nav{
    margin-bottom: 0 !important;
    padding-left: 20px !important;
}
.pagination-custom {
    float: right;
    margin: 0;
}
.div-padding-custom {
    padding-bottom: 5px;
    padding-top: 5px;
}
.dropdown-menu a.label {
    border-radius: 0;
    margin-bottom: 3px;
    font-size: 100%;
    text-align: left;
}
.dropdown-menu .divider {
    margin: 4px 0;
}



.dashboard-tabs .owl-carousel {
    padding: 0;
    border: 0;
}


.dashboard-tabs .owl-carousel .owl-stage {
    display: flex;
}
.dashboard-tabs .nav .owl-item {
    width: inherit !important;
}
.dashboard-tabs .nav li {

    border: 1px solid #bdbdbd;
    height: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #fff;
    background: -moz-linear-gradient(top,#fff 90%,#f6f6f6 95%,#ededed 98%,#ededed 99%);
    background: -webkit-gradient(left top,left bottom,color-stop(90%,#fff),color-stop(95%,#f6f6f6),color-stop(98%,#ededed),color-stop(99%,#ededed));
    background: -webkit-linear-gradient(top,#fff 90%,#f6f6f6 95%,#ededed 98%,#ededed 99%);
    background: -o-linear-gradient(top,#fff 90%,#f6f6f6 95%,#ededed 98%,#ededed 99%);
    background: -ms-linear-gradient(top,#fff 90%,#f6f6f6 95%,#ededed 98%,#ededed 99%);
    background: linear-gradient(linear-gradient(to bottom,#fff 90%,#f6f6f6 95%,#e1e1e1 98%,#e1e1e1 99%));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=0);
    padding: 8px 0;
    margin: 0 0 -1px 0;
}

    .dashboard-tabs .nav li.active {
        border-bottom-color: transparent;
        background: #fff;
    }
    .dashboard-tabs .nav li a {
        display: block;
        padding: 0px 12px;
    }
.dashboard-tabs .nav .number {
    border-radius: 23px;
    min-width: 46px;
    height: 46px;
    border: 2px solid;
    background: #fff;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    line-height: 36px;
    padding: 5px;
    color: #363636;
}
.dashboard-tabs .nav .custom-docs .number {
    color: #0870e7;
    border-color: #0870e7;
}
.dashboard-tabs .nav .review-due .number {
    color: #ff6565;
    border-color: #ff6565;
}
.dashboard-tabs .section-info {
    padding-left: 10px;
    display: inline-block;
}



    .dashboard-tabs .section-info h3 {
        font-size: 20px;
        font-weight: 500;
        color: #363636;
    }




    /*pagination updated css for Credit control Module*/
.pagination-updated {
}

.pagination-updated ul{
}

    .pagination-updated ul li {
        position: relative;
        width: 30px;
        height: 30px;
        line-height: 32px;
        padding: 0;
        border-radius: 4px;
        border: 0;
        color: #525252;
        background: #f8f8f8;
        font-size: 14px;
        font-weight: 400;
        margin-right: 4px;
        text-align: center;
        display: inline-block;
    }
    .pagination-updated ul > li:nth-last-child(3) a,
    .pagination-updated ul > li:nth-child(3) a,
    .pagination-updated ul > li:last-child a,
    .pagination-updated ul > li:first-child a {
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-right: 6px solid #525252;
        border-bottom: 6px solid transparent;
        font-size: 0;
        display: block;
        left: 50%;
        position: absolute;
        margin-left: -3px;
        top: 50%;
        margin-top: -7px;
    }
        .pagination-updated ul > li:last-child a:before,
        .pagination-updated ul > li:first-child a:before {
            content: '';
            width: 1.43px;
            height: 12px;
            display: inline-block;
            background: #525252;
            position: absolute;
            top: -6px;
            left: -1px;
        }

    .pagination-updated ul > li:last-child:hover,
    .pagination-updated ul > li:nth-last-child(3):hover,
    .pagination-updated ul > li:first-child:hover,
    .pagination-updated ul > li:nth-child(3):hover {
        background: #0053b3;
    }
        .pagination-updated ul > li:last-child:hover a:before,
        .pagination-updated ul > li:first-child:hover a:before {
            background: #fff;
        }

        .pagination-updated ul > li:last-child:hover a,
        .pagination-updated ul > li:first-child:hover a {
            border-right: 6px solid #fff;
        }
        .pagination-updated ul > li:last-child:hover a, .pagination-updated ul > li:nth-last-child(3):hover a,
        .pagination-updated ul > li:first-child:hover a, .pagination-updated ul > li:nth-child(3):hover a {
            /*background: #fff;*/
        }


.box-allignment {
    padding-bottom: 50px;
    position: relative;
}
.button-bottom {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
}