/*:focus {
box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px dotted rgba(81, 203, 238, 1);
}*/

.chipValidationFalse {
  box-shadow:0 1px red !important;
}

.tableBorder {
    border: 1px solid black;
}

#right-sidebar {
    width: 368px;
    height: auto;
    z-index: 10;
    float: right;
    padding-top: 0px;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    /*z-index: 0 !important;*/
    z-index: 1 !important; /****** changed for masking******/
    display: block;
}

    #right-sidebar:after {
        content: "";
        position: fixed;
        top: 0;
        right: 0;
        margin-top: 0px;
        bottom: 0;
        width: 367px;
        background: #ffffff;
        border-left: 1px solid #e3e3e3;
        z-index: -1;
    }

    #right-sidebar.hide-sidebar {
        margin-right: -210px;
        display: none;
    }

        #right-sidebar.hide-sidebar:after {
            right: -210px;
        }

    #right-sidebar.sidebar-fixed {
        position: fixed;
    }

    #right-sidebar .sidebar-inner {
        position: relative;
        width: auto;
        height: 100%;
        /*top: -5px;*/
    }

.delete-icon-color md-icon svg {
    text-align: center;
    fill: #101010;
    height: 19px;
}

#right-sidebar .tabs {
    padding: 0 0 0 0px;
}

    #right-sidebar .tabs .nav-tabs li a {
        border-radius: 0;
        background-color: #062E6C;
        padding: 15px 10px 14px !important;
        box-shadow: none;
        border-bottom: 1px solid #062E6C;
        color: #9babc4;
        font-weight: bold;
        font-size: 11px;
    }

        #right-sidebar .tabs .nav-tabs li a i {
            color: #777777;
        }

    #right-sidebar .tabs .nav-tabs li.active a {
        border-bottom: 3px solid #ffeb3b;
        color: #ffeb3b;
        font-weight: bold;
    }

        #right-sidebar .tabs .nav-tabs li.active a:after {
            right: auto;
            left: auto;
            bottom: auto;
        }

    #right-sidebar .tabs .tab-content {
        box-shadow: none;
        border-radius: 0;
    }

#right-sidebar .user-list {
    margin-left: -15px;
    margin-right: -15px;
}

    #right-sidebar .user-list .list-group-item {
        border: none;
        line-height: 16px;
        position: relative;
        padding: 5px 15px;
    }

        #right-sidebar .user-list .list-group-item a {
            display: block;
            line-height: 16px;
            position: relative;
            padding: 5px 0;
            text-decoration: none;
            color: #555555;
        }

            #right-sidebar .user-list .list-group-item a .avatar {
                float: left;
                margin-right: 10px;
                border-radius: 50%;
                border: 2px solid #eeeeee;
                width: 42px;
                height: 42px;
            }

            #right-sidebar .user-list .list-group-item a .name {
                display: block;
                font-weight: bold;
                width: 100%;
                margin-top: 5px;
            }

            #right-sidebar .user-list .list-group-item a .status {
                width: 100%;
                display: block;
                font-size: 13px;
            }

                #right-sidebar .user-list .list-group-item a .status:before {
                    content: "";
                    border-radius: 50%;
                    width: 8px;
                    height: 8px;
                    position: relative;
                    float: left;
                    margin-top: 4px;
                    margin-right: 5px;
                }

                #right-sidebar .user-list .list-group-item a .status.status-online:before {
                    background-color: #51bf87;
                }

                #right-sidebar .user-list .list-group-item a .status.status-offline:before {
                    background-color: #db5565;
                }

#right-sidebar .chat-messages {
    display: none;
    margin-right: -210px;
}

    #right-sidebar .chat-messages.open {
        display: block;
        margin-right: 0;
        position: fixed;
        padding-left: 0;
        list-style: none;
        top: 51px;
        right: 0;
        bottom: 130px;
        background: #ffffff;
        width: 210px;
        z-index: 10;
        border-left: 1px solid #e3e3e3;
    }

    #right-sidebar .chat-messages ul {
        list-style: none;
        padding-left: 0;
        position: relative;
        height: 100%;
    }

    #right-sidebar .chat-messages li {
        position: relative;
        padding: 5px 10px;
        margin-bottom: 10px;
    }

        #right-sidebar .chat-messages li .avatar {
            float: left;
        }

            #right-sidebar .chat-messages li .avatar img {
                width: 42px;
                height: 42px;
                border-radius: 50%;
                margin-right: 5px;
                border: 1px solid transparent;
                transition: border;
                transition-duration: 0.4s;
            }

        #right-sidebar .chat-messages li .chat-name {
            margin-top: 8px;
            font-weight: bold;
        }

            #right-sidebar .chat-messages li .chat-name .chat-time {
                color: #777777;
                font-size: 10px;
                display: block;
            }

        #right-sidebar .chat-messages li .message {
            border-radius: 3px;
            background-color: #f9f9f9;
            padding: 10px;
            position: relative;
        }

            #right-sidebar .chat-messages li .message p {
                margin-bottom: 0;
            }

            #right-sidebar .chat-messages li .message:after,
            #right-sidebar .chat-messages li .message:before {
                bottom: 100%;
                left: 22px;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
            }

            #right-sidebar .chat-messages li .message:after {
                border-bottom-color: #f9f9f9;
                border-width: 6px;
                margin-left: -6px;
            }

            #right-sidebar .chat-messages li .message:before {
                border-bottom-color: #f9f9f9;
                border-width: 7px;
                margin-left: -7px;
            }

            #right-sidebar .chat-messages li .message.message-success {
                color: #ffffff;
                background-color: #9edbbc;
            }

                #right-sidebar .chat-messages li .message.message-success:after {
                    border-bottom-color: #9edbbc;
                }

                #right-sidebar .chat-messages li .message.message-success:before {
                    border-bottom-color: #9edbbc;
                }

            #right-sidebar .chat-messages li .message.message-info {
                color: #ffffff;
                background-color: #6acce4;
            }

                #right-sidebar .chat-messages li .message.message-info:after {
                    border-bottom-color: #6acce4;
                }

                #right-sidebar .chat-messages li .message.message-info:before {
                    border-bottom-color: #6acce4;
                }

            #right-sidebar .chat-messages li .message.message-danger {
                color: #ffffff;
                background-color: #eda9b1;
            }

                #right-sidebar .chat-messages li .message.message-danger:after {
                    border-bottom-color: #eda9b1;
                }

                #right-sidebar .chat-messages li .message.message-danger:before {
                    border-bottom-color: #eda9b1;
                }

        #right-sidebar .chat-messages li.chat-back {
            background-color: #eeeeee;
            border-bottom: 1px solid #e3e3e3;
            transition: background;
            transition-duration: 0.4s;
        }

            #right-sidebar .chat-messages li.chat-back:hover {
                background-color: #e4e4e4;
            }

        #right-sidebar .chat-messages li.chat-me .avatar {
            float: right;
            margin-left: 5px;
        }

        #right-sidebar .chat-messages li.chat-me .chat-name {
            text-align: right;
        }

        #right-sidebar .chat-messages li.chat-me .message:after,
        #right-sidebar .chat-messages li.chat-me .message:before {
            right: 18px;
            left: auto;
        }

#right-sidebar #chat-write {
    display: none;
    margin-right: -210px;
    height: auto;
    float: left;
    position: fixed;
    bottom: 0;
    right: 0;
    background: #ffffff;
    width: 210px;
    border-left: 1px solid #e3e3e3;
    z-index: 11;
}

    #right-sidebar #chat-write form {
        padding: 15px;
    }

    #right-sidebar #chat-write.open {
        display: block;
        margin-right: 0;
    }

/*---------------------right sidebar ends-------------------------*/


.dropdown-list {
    font-size: 15px;
    color: #000 !important;
    border-radius: 0px;
}

    .dropdown-list li {
        Padding: 8px 5px;
        font-size: 15px;
        color: #26A69A !important;
        cursor: pointer;
    }

        .dropdown-list li a {
            Padding: 8px 5px;
            font-size: 15px;
            color: #26A69A !important;
            cursor: pointer;
        }

.sidebar-button {
    /*background: #0b3e8d none repeat scroll 0% 0%;*/
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    font-size: 22px;
    color: #fff;
}

.btn {
    border-radius: 0px;
}

.form-control {
    border-radius: 0px;
}

.search-dropdown {
    background: #4571b6;
    white-space: nowrap !important;
}
/*.search-textbox{background:#3d6bb3;border:1px solid #3d6bb3;}*/
.search-textbox {
    background: #3d6bb3 !important;
    border: none !important;
    border: 0px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 36px !important;
    width: 100%;
    font-size: 1rem;
    margin: 0px 0px 0px 0px !important;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all .3s;
    color: #fff;
    text-indent: 10px;
    font-size: 14px;
}

    .search-textbox:focus {
        background: #fff !important;
        border: none !important;
        border: 0px solid #9e9e9e;
        border-radius: 0;
        outline: none;
        height: 36px !important;
        width: 100%;
        font-size: 1rem;
        margin: 0px 0px 0px 0px !important;
        padding: 0;
        box-shadow: none;
        box-sizing: content-box;
        transition: all .3s;
        color: #000;
        text-indent: 10px;
        font-size: 14px;
    }



.search-textbox-active {
    background: #fff !important;
    border: none !important;
    border: 0px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 36px !important;
    width: 100%;
    font-size: 1rem;
    margin: 0px 0px 0px 0px !important;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all .3s;
    color: #fff;
    text-indent: 10px;
    font-size: 14px;
}

.header-dd .btn {
    box-shadow: none;
}

#dropdown120 { /*position:relative !important;*/
    left: 0px !important; /*top:0px !important;*/
}




/*.tabs {
    display: table;
    display: table;
    display: table;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 100%;
    background-color: #fff;
    margin: 0 auto;
    width: 100%;
    white-space: nowrap;
}*/

nav {
    box-shadow: none !important;
}




.search-dropdown:focus {
    background: #fff;
    white-space: nowrap !important;
}

.search-textbox:focus {
    background: #fff !important;
}

.search-btn {
    background: #00bcd4; /*!important; --avoid using the !important keyword at all costs, especially with colors.*/ 
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}

    .search-btn:focus, .search-btn:hover {
        background: #00bcd4;
        border: none;
        text-transform: uppercase;
        font-size: 14px;
        color: #fff;
    }

.right-title {
    padding: 20px;
    background: #062e6c;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.list-title {
    font-size: 15px;
    color: #000;
    font-weight: normal;
}

.mdl15 {
    margin-left: 15px;
}


.addlist {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0px;
    margin: 2px 0px 0px;
    font-size: 14px;
    text-align: left;
    list-style: outside none none;
    background-color: #FFF;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
}

    .addlist > li > a {
        display: block;
        padding: 13px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857;
        color: #333;
        white-space: nowrap;
    }



.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #999;
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bordered td, th {
    /*padding: 15px 10px !important;*/
    display: table-cell !important;
    vertical-align: middle !important;
    border-radius: 0px !important;
}

.bordered tbody td {
    /*color: #212121 !important;*/
}

/*.bordered1 td, th {
    padding: 15px 15px !important;
    display: table-cell !important;
    vertical-align: middle !important;
    border-radius: 0px !important;
}*/

.section-header {
    padding: 15px 0px;
    border-bottom: 0px solid #e0e0e0;
    text-align: left;
    width: 100%;
    clear: both;
}

.section-header-search {
    padding: 10px 15px;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
    width: 100%;
    clear: both;
}

    .section-header-search h4 {
        margin: 10px 0px;
        font-size: 16px;
    }

.section-icon {
    float: left;
    color: #000;
    margin-top: 8px;
    margin-right: 10px;
}

.section-title {
    color: #292D32;
    font-size: 22px;
    font-weight: normal !important;
    width: 100%;
    padding-bottom: 10px;
}

.dropdown-content .search-list li {
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    cursor: default !important;
    min-height: 50px;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
    text-transform: none;
}

.search-result .collapsible-header {
    background-color: #FFF;
    border-bottom: 1px solid #DDD;
    cursor: default !important;
    display: block;
    line-height: 24px;
    min-height: 3rem;
    padding: 20px 0px;
}


.report .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #009688;
}

.report .nav > li > a {
    color: #000;
    display: inline-table;
    padding: 7px 15px;
    position: relative;
}

.report .nav-pills > li > a {
    border-radius: 20px;
}

.report .nav-pills > li {
    margin: 20px 0px 20px 15px;
}

.action-btn {
    color: #616161;
}

.action-section {
    width: auto;
    height: auto;
    border: 0px solid #BBBBBB;
    position: absolute;
    background: #fff;
    border-radius: 5px;
    right: 60px;
    text-align: left;
    margin-bottom: 30px;
    margin-top: -10px;
    display: none;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    z-index: 2;
}

    .action-section ul {
        padding: 10px 0px 0px 0px;
        float: left;
    }

        .action-section ul li {
            padding: 0px;
        }

            .action-section ul li a {
                color: #26A69A;
                font-size: 16px;
                padding: 10px 20px;
                float: left;
                width: 100%;
                text-decoration: none;
            }

                .action-section ul li a:hover {
                    color: #26A69A;
                    background: #e0e0e0;
                    text-decoration: none;
                }

@media (max-width: 990px) {
    .search-btn {
        background: #00bcd4;
        border: none;
        text-transform: uppercase;
        font-size: 10px !important;
        color: #fff;
    }
}

/*-------------- material customized css ---------------*/


.nav ul a {
    transition: background-color .3s;
    font-size: 14px !important;
    color: #fff;
    display: block;
    padding: 0 15px;
    cursor: pointer;
}


.ddarrow {
    -webkit-appearance: none; /*Removes default chrome and safari style*/
    -moz-appearance: none; /* Removes Default Firefox style*/
    background: url(../images/dropdown_arrow.gif) no-repeat; /*Adds background-image*/
    background-position: right 10px; /*Position of the background-image*/
    text-indent: 0.01px; /* Removes default arrow from firefox*/
    text-overflow: ""; /*Removes default arrow from firefox*/
}

.date-icon {
    position: absolute;
    right: 0px;
    font-size: 24px;
    color: #BDBDBD;
}


.input-field label {
    color: #8C8C8C;
    cursor: text;
    font-size: 14px;
    left: 0;
    position: absolute;
    transition: all 0.2s ease-out 0s;
}

    .input-field label.active {
        font-size: 12px;
        transform: translateY(-100%);
    }

    .input-field label.active {
        font-size: 14px;
        transform: translateY(-100%);
    }

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="time"], input[type="date"], input[type="datetime-local"], input[type="tel"], input[type="number"], input[type="search"], textarea.materialize-textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: -moz-use-text-color -moz-use-text-color #9e9e9e;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: none;
    box-sizing: content-box;
    font-size: 14px;
    height: 3rem;
    margin: 0 0 0px;
    outline: medium none;
    padding: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    color: #212121;
}

.md-dialog {
    max-width: 80%;
    min-width: 80%;
    width: 80%;
    overflow: auto;
    max-height: 80%;
}




.select-wrapper input.select-dropdown {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: -moz-use-text-color -moz-use-text-color #9e9e9e;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 30px;
    line-height: 3rem;
    margin: 0 0 0px;
    outline: medium none;
    position: relative;
    width: 100%;
    padding: 5px 10px 0px 0px;
}

/*.modal {
    background-color: #fff;
    border-radius: 0;
    display: none;
    left: 0;
    margin: auto;
    max-height: 70%;
    overflow-y: auto;
    padding: 0;
    position: fixed;
    right: 0;
    width: 55%;
    will-change: top, opacity;
}

.modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}*/

.collapsible-header {
    background-color: #fff;
    border-bottom: 0px solid #ddd;
    cursor: pointer;
    display: block;
    line-height: 24px;
    min-height: 3rem;
    padding: 20px 0px;
}

.collapsible-body {
    border-bottom: 0px solid #ddd;
    box-sizing: border-box;
    display: none;
    padding: 20px;
    background: #fff;
}

/*.collapsible-header i {
    display: block;
    float: left;
    font-size: 1.6rem;
    line-height: 3rem;
    margin-right: 1rem;
    text-align: center;   
}
*/


.filedisclosure .collapsible-header {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    display: block;
    line-height: 5px;
    min-height: 3rem;
    padding: 20px 0 20px 20px;
}


.filedisclosure .collapsible {
    border-top: 0px solid #DDD;
    border-right: 0px solid #DDD;
    border-left: 0px solid #DDD;
    margin: 0px;
}



.filedisclosure .collapsible, .side-nav {
    box-shadow: none;
}

.filedisclosure .collapsible-body {
    border-bottom: 1px solid #DDD;
    box-sizing: border-box;
    display: none;
    background: #FFF none repeat scroll 0% 0%;
    padding: 0px;
}

.top-subttitle {
    height: auto;
    width: 100%;
    background: #03A9F4;
    font-size: 18px;
    padding: 12px 16px;
    color: #fff;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-box-shadow: inset 0px 5px 4px -1px rgba(0,0,0,0.37);
    -moz-box-shadow: inset 0px 5px 4px -1px rgba(0,0,0,0.37);
    box-shadow: inset 0px 5px 4px -1px rgba(0,0,0,0.37);
}

    /*.top-subttitle span {
        line-height: 40px;
        padding-left: 10px;
    }*/

.pad-left {
    padding-left: 6px;
    line-height: 25px !important;
}
.small-header {
    position: static;
    width: auto;
    margin: 0px !important;
}

/*------------------sub section--------------*/

.filedisclosure .filesub .collapsible-header {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    display: block;
    line-height: 5px;
    min-height: 3rem;
    padding: 20px 0 20px 40px;
}


.filedisclosure .filesub .collapsible {
    border-top: 0px solid #DDD;
    border-right: 0px solid #DDD;
    border-left: 0px solid #DDD;
    margin: 0px;
}



.filedisclosure .filesub .collapsible, .side-nav {
    box-shadow: none;
}

.filedisclosure .filesub .collapsible-body {
    border-bottom: 1px solid #DDD;
    box-sizing: border-box;
    display: none;
    background: #FFF none repeat scroll 0% 0%;
    padding: 0px;
}


/*------------------filemid section--------------*/

.filedisclosure .filemid .collapsible-header {
    background-color: #FFF;
    border-bottom: 0px solid #DDD;
    cursor: pointer;
    display: block;
    line-height: 0px;
    min-height: 20px;
    padding: 0px 0px 0px 60px;
    font-size: 12px !important;
}


.filedisclosure .filemid .collapsible {
    border-top: 0px solid #DDD;
    border-right: 0px solid #DDD;
    border-left: 0px solid #DDD;
    margin: 0px;
}



.filedisclosure .filemid .collapsible, .side-nav {
    box-shadow: none;
}

.filedisclosure .filemid .collapsible-body {
    border-bottom: 0px solid #DDD;
    box-sizing: border-box;
    display: none;
    background: #FFF none repeat scroll 0% 0%;
    padding: 0px;
    font-size: 12px !important;
}




i.large {
    font-size: 6rem !important;
}

i.medium {
    font-size: 4rem !important;
}

i.small {
    font-size: 2rem !important;
}

i.tiny {
    font-size: 1rem !important;
}

.size-32 {
    font-size: 32px !important;
}

.size-18 {
    font-size: 18px !important;
}

.size-24 {
    font-size: 24px !important;
}

[type="checkbox"] + label {
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 25px;
    line-height: 18px;
    padding-left: 35px;
    position: relative;
}

nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
    display: block;
    font-size: 2rem;
    height: auto;
    line-height: 20px;
}

.bb-dashed {
    border-bottom: 1px dashed #9F9F9F;
}

.bb-solid {
    border-bottom: 1px solid #D4D4D4;
}


.rt-seemore {
    margin-top: -30px;
    padding: 15px;
}

.rt-seemore-dasboard {
    padding: 12px 0px;
}

.errormsg {
    margin: 0;
    padding: 10px;
    vertical-align: top;
    font-size: 14px;
}

.material-tooltip {
    padding: 20px;
    font-size: 14px;
    z-index: 2000;
    background-color: #BABABA;
    border-radius: 2px;
    color: #838383;
    min-height: 36px;
    line-height: 120%;
    opacity: 0;
    display: none;
    position: absolute;
    text-align: left;
    max-width: 20%;
    overflow: hidden;
    left: 0;
    top: 0;
    will-change: top, left;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.backdrop {
    position: absolute;
    opacity: 0;
    display: none;
    background-color: #FAFAFA;
    z-index: -1;
    -webkit-transform-origin: 50% 10%;
    transform-origin: 50% 10%;
    will-change: transform, opacity;
}

.no-margin {
    margin: 0;
}

.collection-header {
    color: #292d32;
    font-size: 20px;
    font-weight: 600;
    list-style: none;
    padding: 20px 0px !important;
}

.no-topborder {
    border-top: 0 !important;
}

.collection .collection-item {
    line-height: 2.2rem;
}

.indent {
    font-size: 13px;
    padding-left: 35px !important;
}

.smaller {
    font-size: 70%;
}

.tab a {
    text-decoration: none;
}

.no-margin {
    margin: 0;
}

.collection-header {
    color: #292d32;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 30px !important;
}

.no-topborder {
    border-top: 0 !important;
}

.collection .collection-item {
    line-height: 2.2rem;
}

.indent {
    font-size: 13px;
    padding-left: 35px !important;
}

.smaller {
    font-size: 70%;
}

.tab a {
    text-decoration: none;
}

.administration .tabs .indicator {
    background: #009688 !important;
}

.administration .tabs {
    border-bottom: 1px solid #ccc;
}

.administration .page-content-wrapper {
    margin-left: 249px;
    margin-top: 59px;
    width: calc(100% - 617px);
}

.collection .collection-item.avatar {
    min-height: auto !important;
    padding-left: 72px;
    position: relative;
}

table [type="checkbox"] + label {
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 8px;
    line-height: 18px;
    padding-left: 35px;
    position: relative;
}

#mydiv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: grey;
    opacity: .8;
}

.ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px; /* -1 * image height / 2 */
    display: block;
}

.amount-fixed {
    margin-top: -10px;
    float: right;
}
.amount-right {
    text-align: right !important;
}
/*.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #fff !important;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=50);
  opacity: .5;
}
.close:hover,
.close:focus {
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=80);
  opacity: .8;
}*/

/****UI team added for fixed header and footer****/

/*#indExpDiv {
    position"relative"
}
 
.modal {
    display: none;
    position:  fixed;
    left: 0;
    right: 0;
    background-color: #fafafa;
    padding: 0;
max-height: 80%; 
    width: 80%;
    margin: auto;
  overflow-y: hidden;
    border-radius: 0px;
    will-change: top, opacity;
    bottom: 10%; 
     padding-bottom:50px;
}


.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    clear: both;
}

.modal .modal-content {
    padding: 24px;
    margin-top: 60px;
    overflow-y: auto; 
    max-height: 100%;
    height:calc(100%-280px);
    -webkit-order: 1;
    position:absolute;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width:100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    
   
}


 .modal-footer {
   display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    box-sizing: border-box;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0;
    padding-right: 8px;
    padding-left: 16px;
    min-height: 52px;
    overflow: hidden;
    position:fixed;
    bottom:0px; 
    z-index:9999;
    left:0px;
}*/

/****End UI team added for fixed header and footer****/

/*#toast-container {
    top: 87%;
    right: 36%;
    max-width: 100%;
}

.toastExit {
    white-space: nowrap;
}*/

.tableBorder {
    border: 1px solid black;
}

#right-sidebar {
    width: 368px;
    height: auto;
    float: right;
    padding-top: 64px;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    display: block;
}

@media (max-width: 959px) {
    #right-sidebar {
        padding-top: 99px;
    }
    .header-with-searchbar + #wrapper #right-sidebar {
        padding-top: 142px;
    }
}

#right-sidebar:after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 368px;
    background: #ffffff;
    border-left: 1px solid #e3e3e3;
    z-index: -1;
}

@media (max-width: 374px) {
    #right-sidebar {
        width: 320px;
    }

    #right-sidebar:after {
        width: 320px;
    }
}

    #right-sidebar.hide-sidebar {
        margin-right: -210px;
        display: none;
    }

        #right-sidebar.hide-sidebar:after {
            right: -210px;
        }

    #right-sidebar.sidebar-fixed {
        position: fixed;
    }

    #right-sidebar .sidebar-inner {
        position: relative;
        width: auto;
        height: 100%;
    }

    #right-sidebar .tabs {
        padding: 0 0 0 0px;
    }

        #right-sidebar .tabs .nav-tabs li a {
            border-radius: 0;
            background-color: #062E6C;
            padding: 15px 30px 14px 30px !important;
            box-shadow: none;
            border-bottom: 1px solid #062E6C;
            color: #9babc4;
            font-weight: bold;
            font-size: 14px;
        }

            #right-sidebar .tabs .nav-tabs li a i {
                color: #777777;
            }

        #right-sidebar .tabs .nav-tabs li.active a {
            border-bottom: 3px solid #ffeb3b;
            color: #ffeb3b;
            font-weight: bold;
        }

            #right-sidebar .tabs .nav-tabs li.active a:after {
                right: auto;
                left: auto;
                bottom: auto;
            }

        #right-sidebar .tabs .tab-content {
            box-shadow: none;
            border-radius: 0;
        }

    #right-sidebar .user-list {
        margin-left: -15px;
        margin-right: -15px;
    }

        #right-sidebar .user-list .list-group-item {
            border: none;
            line-height: 16px;
            position: relative;
            padding: 5px 15px;
        }

            #right-sidebar .user-list .list-group-item a {
                display: block;
                line-height: 16px;
                position: relative;
                padding: 5px 0;
                text-decoration: none;
                color: #555555;
            }

                #right-sidebar .user-list .list-group-item a .avatar {
                    float: left;
                    margin-right: 10px;
                    border-radius: 50%;
                    border: 2px solid #eeeeee;
                    width: 42px;
                    height: 42px;
                }

                #right-sidebar .user-list .list-group-item a .name {
                    display: block;
                    font-weight: bold;
                    width: 100%;
                    margin-top: 5px;
                }

                #right-sidebar .user-list .list-group-item a .status {
                    width: 100%;
                    display: block;
                    font-size: 13px;
                }

                    #right-sidebar .user-list .list-group-item a .status:before {
                        content: "";
                        border-radius: 50%;
                        width: 8px;
                        height: 8px;
                        position: relative;
                        float: left;
                        margin-top: 4px;
                        margin-right: 5px;
                    }

                    #right-sidebar .user-list .list-group-item a .status.status-online:before {
                        background-color: #51bf87;
                    }

                    #right-sidebar .user-list .list-group-item a .status.status-offline:before {
                        background-color: #db5565;
                    }

    #right-sidebar .chat-messages {
        display: none;
        margin-right: -210px;
    }

        #right-sidebar .chat-messages.open {
            display: block;
            margin-right: 0;
            position: fixed;
            padding-left: 0;
            list-style: none;
            top: 51px;
            right: 0;
            bottom: 130px;
            background: #ffffff;
            width: 210px;
            z-index: 10;
            border-left: 1px solid #e3e3e3;
        }

        #right-sidebar .chat-messages ul {
            list-style: none;
            padding-left: 0;
            position: relative;
            height: 100%;
        }

        #right-sidebar .chat-messages li {
            position: relative;
            padding: 5px 10px;
            margin-bottom: 10px;
        }

            #right-sidebar .chat-messages li .avatar {
                float: left;
            }

                #right-sidebar .chat-messages li .avatar img {
                    width: 42px;
                    height: 42px;
                    border-radius: 50%;
                    margin-right: 5px;
                    border: 1px solid transparent;
                    transition: border;
                    transition-duration: 0.4s;
                }

            #right-sidebar .chat-messages li .chat-name {
                margin-top: 8px;
                font-weight: bold;
            }

                #right-sidebar .chat-messages li .chat-name .chat-time {
                    color: #777777;
                    font-size: 10px;
                    display: block;
                }

            #right-sidebar .chat-messages li .message {
                border-radius: 3px;
                background-color: #f9f9f9;
                padding: 10px;
                position: relative;
            }

                #right-sidebar .chat-messages li .message p {
                    margin-bottom: 0;
                }

                #right-sidebar .chat-messages li .message:after,
                #right-sidebar .chat-messages li .message:before {
                    bottom: 100%;
                    left: 22px;
                    border: solid transparent;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                }

                #right-sidebar .chat-messages li .message:after {
                    border-bottom-color: #f9f9f9;
                    border-width: 6px;
                    margin-left: -6px;
                }

                #right-sidebar .chat-messages li .message:before {
                    border-bottom-color: #f9f9f9;
                    border-width: 7px;
                    margin-left: -7px;
                }

                #right-sidebar .chat-messages li .message.message-success {
                    color: #ffffff;
                    background-color: #9edbbc;
                }

                    #right-sidebar .chat-messages li .message.message-success:after {
                        border-bottom-color: #9edbbc;
                    }

                    #right-sidebar .chat-messages li .message.message-success:before {
                        border-bottom-color: #9edbbc;
                    }

                #right-sidebar .chat-messages li .message.message-info {
                    color: #ffffff;
                    background-color: #6acce4;
                }

                    #right-sidebar .chat-messages li .message.message-info:after {
                        border-bottom-color: #6acce4;
                    }

                    #right-sidebar .chat-messages li .message.message-info:before {
                        border-bottom-color: #6acce4;
                    }

                #right-sidebar .chat-messages li .message.message-danger {
                    color: #ffffff;
                    background-color: #eda9b1;
                }

                    #right-sidebar .chat-messages li .message.message-danger:after {
                        border-bottom-color: #eda9b1;
                    }

                    #right-sidebar .chat-messages li .message.message-danger:before {
                        border-bottom-color: #eda9b1;
                    }

            #right-sidebar .chat-messages li.chat-back {
                background-color: #eeeeee;
                border-bottom: 1px solid #e3e3e3;
                transition: background;
                transition-duration: 0.4s;
            }

                #right-sidebar .chat-messages li.chat-back:hover {
                    background-color: #e4e4e4;
                }

            #right-sidebar .chat-messages li.chat-me .avatar {
                float: right;
                margin-left: 5px;
            }

            #right-sidebar .chat-messages li.chat-me .chat-name {
                text-align: right;
            }

            #right-sidebar .chat-messages li.chat-me .message:after,
            #right-sidebar .chat-messages li.chat-me .message:before {
                right: 18px;
                left: auto;
            }

    #right-sidebar #chat-write {
        display: none;
        margin-right: -210px;
        height: auto;
        float: left;
        position: fixed;
        bottom: 0;
        right: 0;
        background: #ffffff;
        width: 210px;
        border-left: 1px solid #e3e3e3;
        z-index: 11;
    }

        #right-sidebar #chat-write form {
            padding: 15px;
        }

        #right-sidebar #chat-write.open {
            display: block;
            margin-right: 0;
        }

/*---------------------right sidebar ends-------------------------*/


.dropdown-list {
    font-size: 15px;
    color: #000 !important;
    border-radius: 0px;
}

    .dropdown-list li {
        Padding: 8px 5px;
        font-size: 15px;
        color: #26A69A !important;
    }

        .dropdown-list li:hover {
            Padding: 8px 5px;
            font-size: 15px;
            color: #26A69A !important;
            background: #e0e0e0;
        }

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #26A69A;
    white-space: nowrap;
}

    .dropdown-menu > li > a:hover {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857;
        color: #26A69A;
        white-space: nowrap;
        background: #e0e0e0;
    }

.dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
    background-color: #e0e0e0;
}

.sidebar-button {
    /*background: #0b3e8d none repeat scroll 0% 0%;*/
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    font-size: 22px;
    color: #fff;
}

#sidebar-toggle {
    color: #fff;
}

    #sidebar-toggle:hover {
        color: #1B90F3;
    }



.btn {
    border-radius: 0px;
}

.form-control {
    border-radius: 0px;
}

.search-dropdown {
    background: #4571b6;
    white-space: nowrap !important;
}
/*.search-textbox{background:#3d6bb3;border:1px solid #3d6bb3;}*/
.search-textbox {
    background: #3d6bb3 !important;
    border: none !important;
    border: 0px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 36px !important;
    width: 100%;
    font-size: 1rem;
    margin: 0px 0px 0px 0px !important;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all .3s;
    color: #fff;
    text-indent: 10px;
    font-size: 14px;
}

    .search-textbox:focus {
        background: #fff !important;
        border: none !important;
        border: 0px solid #9e9e9e;
        border-radius: 0;
        outline: none;
        height: 36px !important;
        width: 100%;
        font-size: 1rem;
        margin: 0px 0px 0px 0px !important;
        padding: 0;
        box-shadow: none;
        box-sizing: content-box;
        transition: all .3s;
        color: #000;
        text-indent: 10px;
        font-size: 14px;
    }

.header-dd .btn {
    box-shadow: none;
}

#dropdown120 { /*position:relative !important;*/
    left: 0px !important; /*top:0px !important;*/
}


.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #099a8c;
    will-change: left, right;
}

/*.tabs {
    display: table;
    display: table;
    display: table;
    position: relative;
    overflow-x: auto;
    overflow-y: visible !important;
    height: 100%;
    background-color: #fff;
    margin: 0 auto;
    width: 100%;
    white-space: nowrap;
}*/

nav {
    box-shadow: none !important;
}




.search-dropdown:focus {
    background: #fff;
    white-space: nowrap !important;
}

.search-textbox:focus {
    background: #fff !important;
}

.search-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

    .search-btn:focus, .search-btn:hover {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0px;
    }

.right-title {
    padding: 20px;
    background: #062e6c;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}

.list-title {
    font-size: 16px;
    color: #15242b;
    font-weight: normal;
}

.mdl15 {
    margin-left: 15px;
}


.addlist {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0px;
    margin: 2px 0px 0px;
    font-size: 14px;
    text-align: left;
    list-style: outside none none;
    background-color: #FFF;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
}

    .addlist > li > a {
        display: block;
        padding: 13px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857;
        color: #26A69A;
        white-space: nowrap;
    }

        .addlist > li > a:hover {
            display: block;
            padding: 13px 20px;
            clear: both;
            font-weight: 400;
            line-height: 1.42857;
            color: #26A69A;
            white-space: nowrap;
            background: #e0e0e0;
        }




.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #999;
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bordered td, th {
    /*padding: 15px 15px !important;*/
    display: table-cell !important;
    vertical-align: middle !important;
    border-radius: 0px !important;
    /*white-space:nowrap*/
}

.bordered thead, th {
    cursor: pointer;
}

.bordered tbody td {
    /*color: #212121 !important;*/
}

/*.bordered1 td, th {
    padding: 15px 15px !important;
    display: table-cell !important;
    vertical-align: middle !important;
    border-radius: 0px !important;
}*/

.section-header {
    padding: 15px 0px;
    border-bottom: 0px solid #e0e0e0;
    text-align: left;
    width: 100%;
    clear: both;
}

.section-header-search {
    padding: 10px 15px;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
    width: 100%;
    clear: both;
}

.section-icon {
    float: left;
    color: #000;
    margin-top: 8px;
    margin-right: 10px;
}

.section-title {
    color: #292D32;
    font-size: 20px;
    font-weight: normal;
    width: 100%;
}

.dropdown-content .search-list li {
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    cursor: default !important;
    min-height: 50px;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
    text-transform: none;
}

.search-result .collapsible-header {
    background-color: #FFF;
    border-bottom: 1px solid #DDD;
    cursor: default !important;
    display: block;
    line-height: 24px;
    min-height: 3rem;
    padding: 20px 0px;
}


.report .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #009688;
}

.report .nav > li > a {
    color: #000;
    display: inline-table;
    padding: 7px 15px;
    position: relative;
}

.report .nav-pills > li > a {
    border-radius: 20px;
}

.report .nav-pills > li {
    margin: 20px 0px 20px 15px;
}

.action-btn {
    color: #616161;
}

.action-section {
    width: auto;
    height: auto;
    border: 0px solid #BBBBBB;
    position: absolute;
    background: #fff;
    border-radius: 5px;
    right: 40px;
    text-align: left;
    margin-bottom: 30px;
    display: none;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    z-index: 2;
}

    .action-section ul {
        padding: 10px 0px 0px 0px;
        float: left;
    }

        .action-section ul li {
            padding: 0px;
        }

            .action-section ul li a {
                color: #26A69A;
                font-size: 16px;
                padding: 10px 20px;
                float: left;
                width: 100%;
                text-decoration: none;
            }

                .action-section ul li a:hover {
                    color: #26A69A;
                    background: #e0e0e0;
                    text-decoration: none;
                }

@media (max-width: 990px) {
    .search-btn {
        background: #00bcd4;
        border: none;
        text-transform: uppercase;
        font-size: 10px !important;
        color: #fff;
    }
}

/*-------------- material customized css ---------------*/


.nav ul a {
    transition: background-color .3s;
    font-size: 14px !important;
    color: #fff;
    display: block;
    padding: 0 15px;
    cursor: pointer;
}


.ddarrow {
    -webkit-appearance: none; /*Removes default chrome and safari style*/
    -moz-appearance: none; /* Removes Default Firefox style*/
    background: url(../images/dropdown_arrow.gif) no-repeat; /*Adds background-image*/
    background-position: right 10px; /*Position of the background-image*/
    text-indent: 0.01px; /* Removes default arrow from firefox*/
    text-overflow: ""; /*Removes default arrow from firefox*/
}

.date-icon {
    position: absolute;
    right: 0px;
    font-size: 24px;
    color: #BDBDBD;
}


.input-field label {
    color: #8C8C8C;
    cursor: text;
    font-size: 14px;
    left: 0;
    position: absolute;
    transition: all 0.2s ease-out 0s;
}

    .input-field label.active {
        font-size: 12px;
        transform: translateY(-100%);
    }

    .input-field label.active {
        font-size: 14px;
        transform: translateY(-100%);
    }

/*input:not([type]), input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="time"], input[type="date"], input[type="datetime-local"], input[type="tel"], input[type="number"], input[type="search"], textarea.materialize-textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: -moz-use-text-color -moz-use-text-color #9e9e9e;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: none;
    box-sizing: content-box;
    font-size: 16px;
    height: 3rem;
    margin: 0px 0 15px;
    outline: medium none;
    padding: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    color:#212121;
}*/



/*.notvalid input.select-dropdown  {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: -moz-use-text-color -moz-use-text-color #9e9e9e;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 0;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 30px;
    line-height: 3rem;
    margin: 0 0 -15px;
    outline: medium none;
    padding: 5px 0 0;
    position: relative;
    width: 100%;
   
}*/

/*.notvalid input.select-dropdown:focus  {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: -moz-use-text-color -moz-use-text-color #26A69A;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 0;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 30px;
    line-height: 3rem;
    margin: 0 0 -15px;
    outline: medium none;
    padding: 5px 0 0;
    position: relative;
    width: 100%;
   
}*/


/*.notvalid input.select-dropdown:([readonly="true"])  {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: -moz-use-text-color -moz-use-text-color #9e9e9e;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 30px;
    line-height: 3rem;
    margin: 0 0 -15px;
    outline: medium none;
    padding: 5px 0 0;
    position: relative;
    width: 100%;
   
}*/

/*.notvalid input.select-dropdown:focus:not([readonly]) {
    border-bottom: 1px solid #26A69A;
    box-shadow: 0px 1px 0px 0px #26A69A;
}*/
.dropdown-content2 ul.dropdown-content {
    max-height: 250px !important;
}


.dropdown-content {
    background-color: #FFF;
    margin: 10px 0px;
    display: none;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    z-index: 999;
    will-change: width, height;
}

.select-wrapper span.caret {
    color: initial;
    position: absolute;
    right: -10px;
    top: 10px;
    font-size: 10px;
}

/*.modal {
    background-color: #fff;
    border-radius: 0;
    display: none;
    left: 0;
    margin: auto;
    max-height: 70%;
    overflow-y: auto;
    padding: 0;
    position: fixed;
    right: 0;
    width: 55%;
    will-change: top, opacity;
}

.modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}*/

.collapsible-header {
    background-color: #fff;
    border-bottom: 0px solid #ddd;
    cursor: pointer;
    display: block;
    line-height: 24px;
    min-height: 3rem;
    padding: 20px 0px;
}

.collapsible-body {
    border-bottom: 0px solid #ddd;
    box-sizing: border-box;
    display: none;
    padding: 20px;
    background: #fff;
}

/*.collapsible-header i {
    display: block;
    float: left;
    font-size: 1.6rem;
    line-height: 3rem;
    margin-right: 1rem;
    text-align: center;   
}
*/


.filedisclosure .collapsible-header {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    display: block;
    line-height: 5px;
    min-height: 1rem;
    padding: 20px 0 20px 20px;
}


.filedisclosure .collapsible {
    border-top: 0px solid #DDD;
    border-right: 0px solid #DDD;
    border-left: 0px solid #DDD;
    margin: 0px;
}



.filedisclosure .collapsible, .side-nav {
    box-shadow: none;
}

.filedisclosure .collapsible-body {
    border-bottom: 1px solid #DDD;
    box-sizing: border-box;
    display: none;
    background: #FFF none repeat scroll 0% 0%;
    padding: 0px;
}



/*------------------sub section--------------*/

.filedisclosure .filesub .collapsible-header {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    display: block;
    line-height: 5px;
    min-height: 1rem;
    padding: 10px 0 10px 40px;
}


.filedisclosure .filesub .collapsible {
    border-top: 0px solid #DDD;
    border-right: 0px solid #DDD;
    border-left: 0px solid #DDD;
    margin: 0px;
}



.filedisclosure .filesub .collapsible, .side-nav {
    box-shadow: none;
}

.filedisclosure .filesub .collapsible-body {
    border-bottom: 1px solid #DDD;
    box-sizing: border-box;
    display: none;
    background: #FFF none repeat scroll 0% 0%;
    padding: 0px;
}


/*------------------filemid section--------------*/

.filedisclosure .filemid .collapsible-header {
    background-color: #FFF;
    border-bottom: 0px solid #DDD;
    cursor: pointer;
    display: block;
    line-height: 18px;
    min-height: 20px;
    padding: 0px 0px 0px 60px;
    font-size: 12px !important;
    clear: both;
    margin-bottom: 10px;
}


.filedisclosure .filemid .collapsible {
    border-top: 0px solid #DDD;
    border-right: 0px solid #DDD;
    border-left: 0px solid #DDD;
    margin: 0px;
}



.filedisclosure .filemid .collapsible, .side-nav {
    box-shadow: none;
}

.filedisclosure .filemid .collapsible-body {
    border-bottom: 0px solid #DDD;
    box-sizing: border-box;
    display: none;
    background: #FFF none repeat scroll 0% 0%;
    padding: 0px;
    font-size: 12px !important;
}




i.large {
    font-size: 6rem !important;
}

i.medium {
    font-size: 4rem !important;
}

i.small {
    font-size: 2rem !important;
}

i.tiny {
    font-size: 1rem !important;
}

.size-32 {
    font-size: 32px !important;
}

.size-18 {
    font-size: 18px !important;
}

[type="checkbox"] + label {
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 25px;
    line-height: 18px;
    padding-left: 35px;
    position: relative;
}

nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
    display: block;
    font-size: 2rem;
    height: auto;
    line-height: 20px;
}

.bb-dashed {
    border-bottom: 1px dashed #9F9F9F;
}

    .bb-dashed td h4 {
        font-size: 14pt !important;
    }

.rt-seemore {
    margin-top: -30px;
    padding: 15px;
}

.rt-seemore-dasboard {
    padding: 12px 0px;
}

.errormsg {
    margin: 0;
    padding: 10px;
    vertical-align: top;
    font-size: 14px;
}

.material-tooltip {
    padding: 20px;
    font-size: 14px;
    z-index: 2000;
    background-color: #BABABA;
    border-radius: 2px;
    color: #838383;
    min-height: 36px;
    line-height: 120%;
    opacity: 0;
    display: none;
    position: absolute;
    text-align: left;
    max-width: 20%;
    overflow: hidden;
    left: 0;
    top: 0;
    will-change: top, left;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.backdrop {
    position: absolute;
    opacity: 0;
    display: none;
    background-color: #FAFAFA;
    z-index: -1;
    -webkit-transform-origin: 50% 10%;
    transform-origin: 50% 10%;
    will-change: transform, opacity;
}

.no-margin {
    margin: 0;
}

.collection-header {
    color: #292d32;
    font-size: 20px !important;
    font-weight: 600;
    padding: 20px 30px !important;
}

.no-topborder {
    border-top: 0 !important;
}

.collection .collection-item {
    line-height: 2.2rem;
}

.indent {
    font-size: 13px;
    padding-left: 35px !important;
}

.smaller {
    font-size: 70%;
}

.tab a {
    text-decoration: none;
}

.no-margin {
    margin: 0;
}

.collection-header {
    color: #292d32;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 20px !important;
}

.no-topborder {
    border-top: 0 !important;
}

.collection .collection-item {
    line-height: 2.2rem;
}

.indent {
    font-size: 13px;
    padding-left: 35px !important;
}

.smaller {
    font-size: 70%;
}

.tab a {
    text-decoration: none;
}

.administration .tabs .indicator {
    background: #009688 !important;
}

.indicator {
    background: #009688 !important;
    display: none;
}

.administration .tabs {
    border-bottom: 1px solid #ccc;
}

.administration .page-content-wrapper {
    margin-left: 249px;
    margin-top: 59px;
    width: calc(100% - 617px);
}

.collection .collection-item.avatar {
    min-height: auto !important;
    padding-left: 72px;
    position: relative;
}

table [type="checkbox"] + label {
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 8px;
    line-height: 18px;
    padding-left: 35px;
    position: relative;
}

#mydiv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: grey;
    opacity: .8;
}

.ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px; /* -1 * image height / 2 */
    display: block;
}

.amount-fixed {
    margin-top: -10px;
    float: right;
}
/*.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #fff !important;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=50);
  opacity: .5;
}
.close:hover,
.close:focus {
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=80);
  opacity: .8;
}*/

/****UI team added for fixed header and footer****/

/*#indExpDiv {
    position"relative"
}
 
 
 */
.modal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fafafa;
    padding: 0;
    max-height: 88%;
    width: 79%;
    margin: auto;
    overflow-y: hidden;
    border-radius: 0px;
    will-change: top, opacity;
    bottom: 5%;
    padding-bottom: 50px;
}


.modal-header1 {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    /*position: absolute;*/
    top: 0;
    width: 100%;
    z-index: 2;
    clear: both;
    min-height: 55px;
}


.modal .modal-content {
    padding: 24px;
    /*margin-top: 60px;*/
    margin-bottom: 100px;
    overflow-y: auto;
    max-height: 100%;
    height: calc(100% - 111px);
    -webkit-order: 1;
    position: absolute;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
}

.modal .modal-content2 {
    padding: 24px;
    /*margin-top: 60px;*/
    margin-bottom: 100px;
    overflow-y: auto;
    max-height: 100%;
    height: calc(100% - 145px);
    -webkit-order: 1;
    position: absolute;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
}


.modal-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    box-sizing: border-box;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0;
    padding-right: 8px;
    padding-left: 16px;
    min-height: 52px;
    position: absolute;
    bottom: 0px;
    z-index: 1;
    left: 0px;
}

.picker__frame {
    top: 5px !important;
}

/****End UI team added for fixed header and footer****/

#toast-container {
    min-width: 30% !important;
    position: fixed;
    width: auto;
    left: 40%;
    top: 85% !important;
    bottom: 15% !important;
    right: 40%;
    height: 100%;
    margin-top: -10px;
    margin-left: -150px !important;
    margin-right: -150px !important;
    text-align: center !important;
    padding-bottom: 15px !important;
}

.toast {
    border-radius: 2px;
    top: 0;
    width: 100%;
    clear: both;
    position: relative;
    margin: 0px auto !important;
    height: auto;
    min-height: 48px;
    line-height: 1.5em;
    word-break: break-all;
    text-align: center !important;
    background-color: #323232;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .toast span {
        display: block;
        text-align: center !important;
        margin: 0px auto;
    }

.toastExit {
    white-space: nowrap;
}

/*commitee registration success screen styles*/
.reporttable tr td {
    padding: 0px;
    font-size: 16px;
}

.maintable tr td {
    padding: 0px 15px;
}

.footertable tr td {
    padding: 0px;
}

.content_section tr td {
    padding: 5px;
}

.title {
    font-size: 16px !important;
    font-weight: bold;
    color: #993333;
}

.line1 {
    color: #0d47a1;
    font-size: 18px;
    font-style: italic;
}

.subtitle {
    color: #0d47a1;
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 3px solid #062e6c;
}

.line2 {
    color: #0d47a1;
    font-size: 18px;
}

.footerlink {
    margin: 0px;
    padding: 0px;
    font-size: 12px; /*font-family:Arial, sans-serif;*/
}

    .footerlink li {
        display: inline; /*font-family:Arial, sans-serif;*/
    }

        .footerlink li a {
            color: #000099;
            text-decoration: underline;
        }

            .footerlink li a:hover {
                color: #000099;
                text-decoration: none;
            }

.linebg {
    background: #e6e6e6;
}

a.view {
    color: #0d47a1;
    text-decoration: underline;
}

    a.view:hover {
        color: #000099;
        text-decoration: none;
    }

.header_submission {
    background: #0d47a1;
}

.content_section {
    border: 1px solid #0d47a1;
    border-radius: 8px;
}

.points {
    margin: 0px 0px 0px 30px;
    padding: 0px;
}

    .points li {
        line-height: 32px;
        list-style: decimal;
    }

.finished_bt {
    background: #00bcd4;
    border: 0px;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}

.finished_disabled_bt {
    background: #DFDFDF;
    border: 0px;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}

.copyright {
    font-size: 12px;
}

#rstab-content table td {
    vertical-align: top;
    padding: 2px;
}

    #rstab-content table td:nth-child(2n+1) {
        vertical-align: top;
        text-transform: capitalize;
    }

.table-list {
    word-break: break-all;
    text-overflow: ellipsis;
    width: 130px;
    overflow: hidden;
}

.icon-list {
    display: block;
    height: 10px;
}

.white-normal {
    white-space: normal !important;
}

input:not([type]):disabled + ul + label, input:not([type])[readonly="readonly"] + ul + label,
input[type=text]:disabled + ul + label,
input[type=text][readonly="readonly"] + ul + label,
input[type=password]:disabled + ul + label,
input[type=password][readonly="readonly"] + ul + label,
input[type=email]:disabled + ul + label,
input[type=email][readonly="readonly"] + ul + label,
input[type=url]:disabled + ul + label,
input[type=url][readonly="readonly"] + ul + label,
input[type=time]:disabled + ul + label,
input[type=time][readonly="readonly"] + ul + label,
input[type=date]:disabled + ul + label,
input[type=date][readonly="readonly"] + ul + label,
input[type=datetime-local]:disabled + ul + label,
input[type=datetime-local][readonly="readonly"] + ul + label,
input[type=tel]:disabled + ul + label,
input[type=tel][readonly="readonly"] + ul + label,
input[type=number]:disabled + ul + label,
input[type=number][readonly="readonly"] + ul + label,
input[type=search]:disabled + ul + label,
input[type=search][readonly="readonly"] + ul + label,
textarea.materialize-textarea:disabled + ul + label,
textarea.materialize-textarea[readonly="readonly"] + ul + label {
    color: rgba(0, 0, 0, 0.5);
}

input:not([type]):disabled + div + input + label, input:not([type])[readonly="readonly"] + div + input + label,
input[type=text]:disabled + div + input + label,
input[type=text][readonly="readonly"] + div + input + label,
input[type=password]:disabled + div + input + label,
input[type=password][readonly="readonly"] + div + input + label,
input[type=email]:disabled + div + input + label,
input[type=email][readonly="readonly"] + div + input + label,
input[type=url]:disabled + div + input + label,
input[type=url][readonly="readonly"] + div + input + label,
input[type=time]:disabled + div + input + label,
input[type=time][readonly="readonly"] + div + input + label,
input[type=date]:disabled + div + input + label,
input[type=date][readonly="readonly"] + div + input + label,
input[type=datetime-local]:disabled + div + input + label,
input[type=datetime-local][readonly="readonly"] + div + input + label,
input[type=tel]:disabled + div + input + label,
input[type=tel][readonly="readonly"] + div + input + label,
input[type=number]:disabled + div + input + label,
input[type=number][readonly="readonly"] + div + input + label,
input[type=search]:disabled + div + input + label,
input[type=search][readonly="readonly"] + div + input + label,
textarea.materialize-textarea:disabled + div + input + label,
textarea.materialize-textarea[readonly="readonly"] + div + input + label {
    color: rgba(0, 0, 0, 0.5);
}

.search-item {
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 0px;
    white-space: normal;
}

.search-subitem {
    color: #909090;
    font-size: 12px;
    font-weight: normal;
    white-space: normal;
}

textarea.materialize-textarea {
    overflow-y: hidden;
    resize: none;
    min-height: 26px;
    margin: 5px 0px 10px 0px !important;
}

.textarea-conditional {
    padding-top: 5px !important;
    height: auto !important;
    min-height: 36px !important;
}


.tooltipped {
    position: absolute;
}


.file-field .btn, .file-field .btn-large {
    float: left;
    height: 3rem;
    line-height: 3rem;
    width: 108px;
    padding: 0px;
}

.select-wrapper {
    position: relative;
    margin-top: -5px;
    margin-bottom: 15px;
}

md-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: 10px 0 10px 0 !important;
}

    /*.notvalid {
    border-bottom: 1px solid #F44336 !important;    
    margin-bottom: 15px;
    position: relative;
}*/

    .select-wrapper + label {
        position: absolute;
        top: -14px;
        margin-top: 0px;
    }


input.notvalid {
    border-bottom: 1px solid #F44336 !important;
}

    input.notvalid:focus {
        border-bottom: 1px solid #26a69a !important;
    }


textarea.notvalid {
    border-bottom: 1px solid #F44336 !important;
}

    textarea.notvalid:focus {
        border-bottom: 1px solid #26a69a !important;
    }

    .notvalid .select-wrapper input.select-dropdown {
    border-bottom: 1px solid #F44336 !important;
}

.notvalid .md-datepicker-input {
    border-bottom: 1px solid #F44336 !important;
}


md-input-container > md-select.notvalid {
    border-bottom: 1px solid #F44336 !important;
}

  md-input-container > md-select.notvalid:focus {
        border-bottom: 1px solid #26a69a !important;
    }
  
.font16 {
    font-size: 15px !important;
}

.font14 {
    font-size: 14px !important;
}

.font14bold {
    font-size: 14px !important;
    color: black;
    font-weight: bold;
}

.date-section .select-wrapper {
    width: 60px;
    margin-top: 5px;
}

    .date-section .select-wrapper input {
        border: none !important;
    }

    .date-section .select-wrapper .dropdown-content {
        min-width: 70px !important;
    }

.collection {
    margin: 0.5rem 0 1rem 0;
    border: 0px solid #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    padding-left: 0px;
}

    .collection li {
        list-style: none;
        font-size: 10pt;
    }

    .collection.with-header .collection-header {
        background-color: #fff;
        border-bottom: 1px solid #e0e0e0;
        padding: 10px 20px;
    }

    .collection .collection-item {
        background-color: #fff;
        line-height: 1.5rem;
        padding: 10px 20px;
        margin: 0;
        border-bottom: 1px solid #e0e0e0;
    }

.teal-text {
    color: #3d6bb3 !important;
}

.collection.with-header .collection-item {
    padding-left: 20px;
}

.collection .collection-item {
    background-color: #fff;
    line-height: 20px;
    padding: 15px 10px;
    margin: 0;
}

.secondary-content {
    float: right;
    color: #3d6bb3 !important;
}

.secondary-disabled {
    float: right;
    color: #bdbdbd !important;
}

.statecode {
    text-transform: uppercase !important;
}

.page-table {
    width: auto !important;
}

    .page-table td {
        padding: 5px !important;
        width: auto;
    }

.page-selector .select-wrapper {
    width: 50px;
    margin-top: -5px;
}

    .page-selector .select-wrapper ul {
        top: auto !important;
        bottom: 0px;
    }

    .page-selector .select-wrapper input {
        border: none !important;
    }

    .page-selector .select-wrapper .dropdown-content {
        min-width: 40px !important;
    }

input:not([type]):disabled + label, input:not([type])[readonly="readonly"] + label, input[type=text]:disabled + label, input[type=text][readonly="readonly"] + label, input[type=password]:disabled + label, input[type=password][readonly="readonly"] + label, input[type=email]:disabled + label, input[type=email][readonly="readonly"] + label, input[type=url]:disabled + label, input[type=url][readonly="readonly"] + label, input[type=time]:disabled + label, input[type=time][readonly="readonly"] + label, input[type=date]:disabled + label, input[type=date][readonly="readonly"] + label, input[type=datetime-local]:disabled + label, input[type=datetime-local][readonly="readonly"] + label, input[type=tel]:disabled + label, input[type=tel][readonly="readonly"] + label, input[type=number]:disabled + label, input[type=number][readonly="readonly"] + label, input[type=search]:disabled + label, input[type=search][readonly="readonly"] + label, textarea.materialize-textarea:disabled + label, textarea.materialize-textarea[readonly="readonly"] + label {
    color: #8C8C8C;
}

.selectlist {
    cursor: pointer;
}

[tabindex] {
    outline: none !important;
}

.not-active {
    pointer-events: none;
    cursor: default;
}

.modal .modal-contentSuccess {
    padding: 24px;
    border: none !important;
    /*margin-top:60px;*/
    margin-bottom: 100px;
    overflow-y: auto;
    max-height: 100%;
    /*height:calc(100% - 0px);*/
    -webkit-order: 1;
    position: absolute;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 99;
}

.amountAlign {
    float: right;
}

a.disabled {
    color: #d9d9d9 !important;
}

span[customtooltip].in {
    filter: alpha(opacity=90);
    opacity: .9;
}

span[customtooltip]:hover:after {
    content: attr(customtooltip);
    position: absolute;
    font-size: 12px;
    padding: 15px 15px;
    margin-top: -10px;
    margin-left: 5px;
    background-color: #fafafa;
    color: #8C8C8C;
    /* -webkit-transform-origin: 50% 10%; */
    -moz-transform-origin: 50% 10%;
    -ms-transform-origin: 50% 10%;
    -o-transform-origin: 50% 10%;
    transform-origin: 50% 10%;
    will-change: transform, opacity;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    min-width: 300px;
    width: auto !important;
    border-radius: 3px;
    white-space: pre-wrap;
    z-index: 3;
    /* word-wrap: break-word; */
}

.tooltip1 > span[customtooltip]:hover:after {
    content: attr(customtooltip);
    position: relative;
    font-size: 12px;
    padding: 15px 15px;
    margin-top: -10px;
    margin-left: 5px;
    background-color: #fafafa;
    color: #8C8C8C;
    /* -webkit-transform-origin: 50% 10%; */
    -moz-transform-origin: 50% 10%;
    -ms-transform-origin: 50% 10%;
    -o-transform-origin: 50% 10%;
    transform-origin: 50% 10%;
    will-change: transform, opacity;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    min-width: 300px;
    width: auto !important;
    border-radius: 3px;
    white-space: pre-wrap;
    z-index: 3;
    /* word-wrap: break-word; */
}

.word-wrap-break {
    word-wrap: break-word;
}

[type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: inherit;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lh26 {
    line-height: 26px;
}

.modal-header {
    padding: 15px 0px 15px 0px;
    border-bottom: 1px solid #ccc;
}

/*.modal-footer .select-wrapper {
    position: relative;
    margin-top: -5px;
    margin-bottom: 0px;
    margin-right:15px;
}*/

.child-grid {
     /*background: #f5f5f6;*/
    background: #e4e4e4;
}

.pwd-label {
    color: black;
    font-size: 1.4rem;
}

.pwdstrength-label {
    color: black;
    font-size: 14px;
}

.pwdstrength-caption {
    font-size: 14px;
}

.tablelist-header {
    font-size: 17px;
    margin-bottom: 10px !important;
}

.tablelist {
    position: absolute;
    height: auto;
    padding: 10px;
    right: 20px;
    background-color: #fff;
    transition: box-shadow .25s;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    text-align: left;
    z-index: 999999;
    min-width: 250px;
}

.tablelistLeft {
    position: absolute;
    height: auto;
    padding: 20px;
    background-color: #fff;
    transition: box-shadow .25s;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    text-align: left;
    z-index: 9;
    min-width: 250px;
}

.lean-overlayfiling {
    position: absolute;
    z-index: 8;
    top: -100px;
    left: 0;
    bottom: 0;
    right: 0;
    height: 125%;
    width: 100%;
    background: #000;
    display: none;
    will-change: opacity;
}

.overlayDiv {
    position: relative;
} 

.overlayMain {
    position: absolute;
	background-color:black;
    opacity: 0.5;
	height: 100%;
	width: 100%;
    z-index:1;
}

.popup-select .dropdown-content {
    bottom: 0 !important;
    top: auto !important;
}

.tabs .tab a.active {
    color: #099a8c !important;
    text-decoration: none;
}

.tabs .tab a {
    color: #727578;
    display: block;
    width: 100%;
    height: 100%;
    /* text-overflow: ellipsis; */
    /* overflow: hidden; */
    transition: color .28s ease;
}

.tabs {
    border-bottom: 1px solid #C9C9C9;
}

.tabs {
    display: table;
    position: relative;
    overflow-x: auto;
    overflow-y: visible !important;
    height: 100%;
    background-color: #fff;
    margin: 0 auto;
    width: 100%;
    white-space: nowrap;
}

    .tabs .tab a:hover {
        color: #099a8c !important;
        text-decoration: none;
    }

.table_responsive {
    min-height: .01%;
    position: relative !important;
    overflow-x: auto;
}

#scrolltopID > input[type="checkbox"] {
    border: 1px solid red !important;
}

.handpointer {
    cursor: pointer !important;
}

.largeContentHeight {
    height: 500px;
    overflow-y: scroll;
}

.extraLargeWidthPanel {
    background: white;
    border-radius: 4px;
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
    width: 90%;
}

.largeWidthPanel {
    background: white;
    border-radius: 4px;
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
    width: 80%;
}

.mediumWidthPanel {
    background: white;
    border-radius: 4px;
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
    width: 60%;
}

.smallWidthPanel {
    background: white;
    border-radius: 4px;
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
    width: 40%;
}


.extraLargeContentHeight {
    height: 600px;
    overflow-y: scroll;
}

.largeContentHeight {
    height: 500px;
    overflow-y: scroll;
}

.mediumContentHeight {
    height: 400px;
    overflow-y: scroll;
}

.smallContentHeight {
    height: 300px;
    overflow-y: scroll;
}

.extraSmallContentHeight {
    height: 220px;
    overflow-y: scroll;
}

.groupValuesEdit-panel {
    background: white;
    border-radius: 4px;
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
    width: 65%;
}

md-input-container {
    display: inline-block;
    position: relative;
    padding: 4px;
    margin: 18px 0px;
    vertical-align: middle;
}

.sm-line-height {
    line-height: 20px;
}

.ongoing_violations tr td:last-child {
    text-align: right !important;
}


.due_dateYear {
    line-height: 40px;
    padding-right: 5px;
}

.modal-footer .form-group {
    margin-bottom: 0px !important;
}

@-moz-document url-prefix() {

    .mdfooter ul.export_menu {
        position: fixed;
        right: auto;
        left: auto !important;
        z-index: 9999 !important;
        margin-left: -119px;
        margin-top: -54px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #administrationImageModalForm .modal-content div:last-child.form-group {
        padding-bottom: 30px;
    }

    .mdfooter ul.export_menu {
        position: fixed;
        right: auto;
        left: auto !important;
        z-index: initial !important;
        margin-left: -119px;
        margin-top: -54px;
    }
}

tr#penaltyAdministrationSchedule td div.action-section {
    width: auto;
    height: auto;
    border: 0px solid #BBBBBB;
    position: absolute;
    background: #fff;
    border-radius: 5px;
    right: 60px !important;
    text-align: left;
    margin-bottom: 30px;
    display: none;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    z-index: 2;
}

#viewChildDebtPayment4 {
    display: block;
    width: 100%;
}

#viewChildDebtPayment5 {
    display: -webkit-box;
    width: 100%;
}


.alert-icon {
    vertical-align: top;
    padding-top: 1px;
}

.table_class {
    margin-bottom: 10px;
}

.btnFont {
    font-size: 18px;
}

a,
a label {
    cursor: pointer;
}


#rstab-content table tr td {
    border: 0px solid red;
}

#rstab-content table tr:first-child td:last-child {
    text-align: right !important;
}

#rstab-content table tr td:last-child {
    border: 0px solid red;
    padding-right: 5px;
}

.leftmenusub {
    height: 105px;
    background-color: white !important;
    position: absolute !important;
    top: 432px !important;
    left: 177px !important;
    z-index: 999 !important;
    width: 110px !important;
    color: rgb(255, 255, 255) !important;
    min-width: 150px !important;
    display: none;
}


.ccommittees_title {
    margin-top: 20px !important;
    padding-left: 5px;
}

.select_dropdowntxt ul {
    z-index: 999 !important;
}

.select_dropdowntxt input[type='file'] {
    display: block;
    cursor: pointer;
    z-index: 9 !important;
}

.active_line ul li:first-child a.active {
    left: 0px !important;
    right: 864px !important;
    border: 1px solid red;
}

.childCharacterCount {
    text-align: right;
    width: 100%;
    font-size: 12px;
    height: 1px;
    float: right;
}

.defaultCursor {
    cursor: default;
}

span.caret {
    color: initial;
    font-size: 10px;
    border-bottom: 0px !important;
    position: absolute;
    right: 0;
    top: 10px;
}

#scrolltopID {
    width: 100%;
}

.dropdown-menu {
    position: absolute;
    top: 70%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 120px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
    padding-bottom: 24px;
}

    .table-responsive ul {
        margin-bottom: 0px;
    }

@media screen and (max-width:640px) {
    .table-responsive2 {
        min-height: 0.01%;
        overflow-x: auto;
        padding-bottom: 20px;
    }
}

.table-responsive_new {
    min-height: 0.01%;
    overflow-x: auto;
    padding-bottom: 28px;
}

.w200 {
    width: 200px;
}

.headerinfo span[customtooltip]:hover:after {
    content: attr(customtooltip);
    position: absolute;
    font-size: 12px;
    margin-left: 15px !important;
    padding: 15px 15px;
    margin-top: 0px;
    left: 220px;
    background-color: #fafafa;
    color: #8C8C8C;
    -webkit-transform-origin: 50% 10%;
    -moz-transform-origin: 50% 10%;
    -ms-transform-origin: 50% 10%;
    -o-transform-origin: 50% 10%;
    transform-origin: 50% 10%;
    will-change: transform, opacity;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    max-width: 300px;
    width: 100%;
    border-radius: 3px;
    z-index: 999999;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .export_menu {
        right: auto;
        left: auto;
        z-index: 9999;
        position: fixed;
        bottom: 0px;
        margin-top: -40px;
    }

    .headerinfo span[customtooltip]:hover:after {
        content: attr(customtooltip);
        position: absolute;
        font-size: 12px;
        margin-left: 15px !important;
        padding: 15px 15px;
        margin-top: 0px;
        left: 220px;
        background-color: #fafafa;
        color: #8C8C8C;
        -webkit-transform-origin: 50% 10%;
        -moz-transform-origin: 50% 10%;
        -ms-transform-origin: 50% 10%;
        -o-transform-origin: 50% 10%;
        transform-origin: 50% 10%;
        will-change: transform, opacity;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        max-width: 300px;
        width: 100%;
        border-radius: 3px;
        z-index: 999999;
    }
}

.inputinfo span[customtooltip]:hover:after {
    content: attr(customtooltip);
    position: absolute;
    font-size: 12px;
    margin-left: 25px !important;
    padding: 15px 15px;
    margin-top: -50px;
    background-color: #fafafa;
    color: #8C8C8C;
    -webkit-transform-origin: 50% 10%;
    -moz-transform-origin: 50% 10%;
    -ms-transform-origin: 50% 10%;
    -o-transform-origin: 50% 10%;
    transform-origin: 50% 10%;
    will-change: transform, opacity;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    max-width: 300px;
    width: 100%;
    border-radius: 3px;
    z-index: 999999;
}

.bt_over {
    z-index: 9 !important;
    position: static !important;
}

/*adhoc Query Styles*/
.bt_minwidth {
    min-width: 60px;
    margin-right: 10px;
}

.v-accordion {
    display: block;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    width: 95%;
    margin-bottom: 15px;
}

    .v-accordion table tr td {
        padding: 8px;
        border-top: 1px solid rgba(0,0,0, 0.12) !important;
    }

        .v-accordion table tr td:first-child {
            padding: 0px 24px;
        }

.valigntable {
    vertical-align: top;
}

.modal-footer .btn {
    margin: 6px !important;
    z-index: 0 !important;
}



.action-section ul li a:focus {
    background: #eee;
    color: #000;
}

#wrapper .dropdown-menu {
    z-index: 1001 !important;
}

.black-text {
    color: #000000 !important;
}

h5.black-text {
    font-size: 14px !important;
}

.summary_ac_pdlt5 {
    padding-left: 5px;
    word-break: keep-all;
}

.summary_ac_pdrt0 {
    padding-right: 5px;
}

.collectionsection span.title {
    margin-bottom: -20px;
    display: block;
    line-height: 38px;
}

.pendingred_icon {
    background-color: #F00;
    color: #F00;
    width: 10px;
    height: 10px;
    border-radius: 15px;
    line-height: 10px;
    display: inline-block;
    margin-left: 10px;
}

#tabbingsummary .tabs .tab {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
    float: left;
    text-align: center;
    line-height: 40px;
    height: 55px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: .8px;
    width: 15%;
    min-width: 80px;
}


    #tabbingsummary .tabs .tab a.active {
        color: #099a8c !important;
        text-decoration: none;
        border-bottom: 2px solid #099a8c !important;
        margin-top: 0px;
        height: 55px;
    }

#pendingdropdown {
    margin-bottom: 30px;
}

/*Ad-hoc Report Parameter styles*/
.modal_parameter {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 0;
    max-height: 70%;
    width: 40%;
    margin: auto;
    border-radius: 0px;
    will-change: top, opacity;
    bottom: 5%;
    padding-bottom: 50px;
}

.modal_adhocquery .modal-content {
    padding: 24px;
    /*margin-top: 60px;*/
    margin-bottom: 100px;
    overflow-y: auto;
    max-height: 100%;
    height: calc(100% - 111px);
    -webkit-order: 1;
    position: absolute;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
}

.modal_adhocquery {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fafafa;
    padding: 0;
    max-height: 82%;
    width: 50%;
    margin: auto;
    overflow-y: hidden;
    border-radius: 0px;
    will-change: top, opacity;
    bottom: 5%;
    padding-bottom: 50px;
}

    .modal_adhocquery .modal-footer {
        padding: 0px !important;
        text-align: right;
        border-top: 1px solid #e5e5e5;
    }

    .modal_adhocquery .modal-footer {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        box-sizing: border-box;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 0;
        padding-right: 8px;
        padding-left: 16px;
        text-align: center !important;
        min-height: 52px;
        width: 100%;
        position: absolute;
        bottom: 0px;
        z-index: 1;
        left: 0px;
        padding-top: 4px !important;
        border-top: 1px solid #e5e5e5;
    }

.modal-footer-parameter {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    box-sizing: border-box;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0;
    padding-right: 8px;
    padding-left: 16px;
    text-align: center !important;
    min-height: 52px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    z-index: 1;
    left: 0px;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer-parameter table tr td {
        text-align: center !important;
    }

.nav-pills > li > a {
    border-radius: 20px;
    display: inline-block !important;
    padding: 8px 15px !important;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #009688 !important;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
    color: #000;
}

/********17-11-2016 (SHASANK)********/

.contribution_infobg {
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 20px;
}

.contribution_infotitle {
    color: #666666;
    font-size: 14px;
}

.contribution_infodata {
    color: #000;
    font-size: 16px;
}

.contribution_margin {
    margin-top: 15px;
}

/********24-11-2016 (SHASANK)********/

.modal-title-txt {
    margin: 0;
    line-height: 1.42857143;
    font-size: 14px;
}

.list-title-child-gray {
    font-size: 14px;
    color: #9c9c9c;
    font-weight: normal;
    padding-left: 2px;
    padding-right: 5px;
}

/*md-toast {
    right: 38% !important;
}*/
md-toast {
    position:fixed;
    right: 38% !important;
    max-width: 800px;
    min-width: 304px;
    width: fit-content;
    left: 50%;
transform: translate3d(-50%, 0, 0);
}


md-input-container input[type=text] {
    color: rgba(0, 0, 0, 1);
    border-bottom: 1px solid rgba(0,0,0,0.12);
}

input[type=text] {
    color: rgba(0, 0, 0, 1);
    border-bottom: 1px solid rgba(0,0,0,0.12);
}

.noDataText {
    text-align: center;
    color: #ea3838;
}

.md-close-class {
    color: #000 !important;
    float: right;
    padding: 10px 15px;
    text-align: right;
    display: block;
}

.font-size-18 {
    font-size: 18px !important;
}

.image-process-search-padding {
    margin-left: 10px;
    margin-top: 20px;
}

.date-icon-color {
    color: rgb(150, 150, 150);
}

.red-text {
    color: #F44336 !important;
    word-break: break-word !important;
}

.thirdparty_black-text {
    color:#000000 !important;
}

.green-text {
    color: #4CAF50 !important;
    font-size: 14px !important;
}



.collapsible.popout {
    border: none;
    box-shadow: none;
}

    .collapsible.popout > li {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        margin: 0 24px;
        transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

        .collapsible.popout > li.active {
            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.18), 0 2px 10px 0 rgba(0, 0, 0, 0.15);
            margin: 16px 10px;
        }

.modal_pop {
    max-height: 80%;
    width: 80% !important;
    max-width: 80% !important;
}

.cyan {
    background-color: #26c6da !important;
    color: #fff !important;
}


    .cyan.lighten-1 {
        background-color: #26c6da !important;
        color: #fff;
        border-radius: 0px;
    }

.grey.lighten-1 {
    background-color: #bdbdbd !important;
    color: #333;
}

.label {
    font-size: 14px !important;
    color: #26a69a !important;
}

.tab-pane tbody tr td {
}

.btn.disabled, .disabled.btn-large, .btn-floating.disabled, .btn-large.disabled, .btn:disabled, .btn-large:disabled, .btn-large:disabled, .btn-floating:disabled {
    background-color: #DFDFDF !important;
    box-shadow: none;
    color: #9F9F9F !important;
    cursor: default;
}

.cyan.lighten-2 {
    background-color: #4dd0e1;
    color: #fff;
}

md-input-container label {
    color: #8C8C8C;
    cursor: text;
    font-size: 14px;
    left: 0;
    position: absolute;
    transition: all 0.2s ease-out 0s;
}


.btn {
    text-decoration: none;
    color: #fff;
    background-color: #26a69a;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
    border-radius: 0px !important;
}

    .btn:hover {
        text-decoration: none;
        color: #333;
        background-color: #26a69a !important;
        text-align: center;
        letter-spacing: .5px;
        transition: .2s ease-out;
        cursor: pointer;
        border-radius: 0px !important;
    }

.grey.lighten-2 {
    background-color: #e0e0e0 !important;
}

.add_candidate {
    margin: 10px 0px 15px 0px;
    padding: 0px;
}

.grid-useradmin {
    background: #fafafa;
    float: left;
    height: 100%;
    padding-bottom: 100px;
    width: calc(100% - 360px);
    padding-left: 255px;
    padding-top: 10px !important;
    padding-right: 15px;
    -webkit-transition: padding-left 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: padding-left 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: padding-left 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.add_register_model {
    min-width: 240px !important;
    max-width: 80%;
    max-height: 80%;
    position: relative;
}



.exit_style {
    background-color: #424242 !important;
    color: #fff;
    /*margin: 5px;*/
    margin: 5px 0px; /* Changed on 08-11-17*/
}

.committee_title {
    font-size: 12px !important;
}

.committee_result {
    font-size: 13px !important;
}

.collection_fiels {
    margin: 10px 5px !important;
}

.adhocresult {
    /*min-height: 450px;
    min-width: 750px;
    max-height: 450px;
    max-width: 800px;
    overflow: auto;*/
}

md-list-item._md-no-proxy, md-list-item ._md-no-style {
    padding: 10px 16px 10px 20px;
}

md-list {
    padding: 8px 0px 0px 0px;
}

.subgridheader {
    font-size: 12px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.54);
}

.subgridheadertextright {
    text-align: right;
}

.import_result_nav {
    margin-top: 25px;
}

    .import_result_nav li {
        display: inline;
    }

        .import_result_nav li a {
            text-decoration: none;
        }

.addCursor {
    cursor: pointer !important;
}

.pagewrap-fullwidth {
    top: 64px !important;
    height: auto;
    position: absolute;
    width: calc(100% - 0px) !important;
    /*padding-left: 15px !important;
    padding-right: 15px !important;*/
}

@media (max-width: 959px) {
    .pagewrap-fullwidth {
        top: 99px !important;
    }
    .header-with-searchbar + #wrapper .pagewrap-fullwidth {
        top: 142px !important;
    }
}

.pagewrap-lefttoggle {
    top: 64px !important;
    height: auto;
    position: absolute;
    width: calc(100% - 368px);
    /*padding-left: 15px !important;*/
}

@media (max-width: 959px) {
    .pagewrap-lefttoggle {
        top: 99px !important;
    }
    .header-with-searchbar + #wrapper .pagewrap-lefttoggle {
        top: 142px !important;
    }
}

@media (max-width: 767px) {
    .pagewrap-lefttoggle {
        width: calc(100% - 0px);
    }
}

.pd_0 {
    padding: 0px;
    position: static !important;
}


    .pd_0 md-menu-item.md-in-menu-bar:hover {
        position: static !important;
    }

.text_date {
    font-size: 13px;
}

#loaderDiv {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1100;
    background-color: white;
    opacity: .6;
}

.ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px; /* -1 * image height / 2 */
    display: block;
}

.highlight {
    background: #ccc;
}

.pagecontent_top_registrant {
    top: 64px !important;
}

.content-wrapper-top {
    top: 64px !important;
}

@media (max-width: 959px) {
    .content-wrapper-top {
        top: 99px !important;
    }

    .pagecontent_top_registrant {
        top: 99px !important;
    }

    .header-with-searchbar + #wrapper .pagecontent_top_registrant {
        top: 142px !important;
    }
}

.hdrMenu h2 {
    font-weight: normal !important;
    margin: 0;
    line-height: 1.5rem;
}

.hdrMenu .header-logo {
    margin-right: 15px;
}

@media (max-width: 1279px) {
    .hdrMenu .md-button.md-icon-button {
        margin-right: 0px;
    }
    .hdrMenu .header-logo {
        margin-right: 10px;
    }
    .hdrMenu h2 {
        font-size: 15px !important;
    }
}

@media (max-width: 540px) {
    .hdrMenu h2 {
        font-size: 12px !important;
    }
}

@media (max-width: 424px) {
    .hdrMenu h2 {
        font-size: 10px !important;
    }
}

@media (max-width: 374px) {
    .hdrMenu h2 {
        font-size: 8px !important;
    }
}

md-table-container {
    display: block;
    max-width: 100%;
    padding: 10px !important;
    -webkit-overflow-scrolling: touch;
}


.top-subttitle-admin {
    width: calc(100% + 18px);
    position: absolute;
    margin-top: -8px;
    margin-left: 0px;
}

.registerPopup {
    max-width: 80% !important;
    min-width: 240px !important;
    width: auto !important;
    overflow: auto;
    max-height: 100%;
}

.smallDropdown {
    min-width: 159px !important;
    min-width: 159px !important;
    color: #26A69A !important;
}

.autocomplete-custom-template li {
    border-bottom: 1px solid #ccc;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    white-space: normal;
}

    .autocomplete-custom-template li:last-child {
        border-bottom-width: 0;
    }

md-virtual-repeat-container {
    width: 40%;
}

.autocomplete-custom-template .item-title,
.autocomplete-custom-template .item-metadata {
    display: block;
    line-height: 2;
}

md-autocomplete > md-autocomplete-wrap > md-progress-linear {
    display: none;
}

md-autocomplete > md-autocomplete-wrap > md-progress-linear {
    display: none;
}

.top28 {
    margin-top: 30px;
}

.top10 {
    top: 10px;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    transition: all .3s ease-out;
}


.btn-Txt {
    text-decoration: none;
    color: #fff;
    background-color: #d6d4d4 !important;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
    border-radius: 0px !important;
}

.top13 {
    margin-top: 13px;
}

.top28 {
    margin-top: 17px !important;
}


.tooltip {
    display: none;
    position: absolute;
    background-color: #222;
    padding: 7px 10px;
    max-width: 250px;
    color: #fff;
}

.tooltip-show {
    display: inherit;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
}

.tooltip-down .tooltip-arrow {
    top: -5px;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #222;
}

.tooltip-up .tooltip-arrow {
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #222;
}

.tooltip-right .tooltip-arrow {
    left: -5px;
    top: 50%;
    margin-top: -3px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #222;
}

.tooltip-left .tooltip-arrow {
    right: -5px;
    top: 50%;
    margin-top: -3px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #222;
}

md-tooltip ._md-content {
    height: auto;
}

.small-header {
    position: static;
    width: auto;
    margin: 0px !important;
}

.list_margin {
    margin-left: 20px;
}

.list_margin1 {
    margin-left: 40px;
}

.marginless {
    margin-top: -10px;
    margin-bottom: -35px;
}

.font14 {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.max-width567 {
    max-width: 567px;
}

.max-width97 {
    max-width: 97%;
}

.pad-left7 {
    padding-left: 7px;
}

.pad-top20 {
    padding-top: 20px;
}

.margin-top15 {
    margin-top: 15px;
}

.date-label {
    font-size: 13px !important;
}

.modal-header-tran {
    border-bottom: 2px solid #ccc;
}

.bold-label {
    font-size: bold;
    color: #171616 !important;
}

.container-blok {
    text-align: left;
    margin-right: 0px;
    margin-right: -90px;
    margin-top: 17px;
}

.checkbox-M-size {
    width: 18px;
    height: 22px;
    margin-top: 22px;
}

.warning-message {
    text-align: center !important;
    color: red !important;
}

.marg-left24 {
    margin-left: -17px;
}

.margin-right18 {
    margin-right: 18px;
    margin-top: 1px;
}

.limits-threshold-height {
    min-height: 700px;
}

.limits-threshold-title {
    font-size: 18px;
    margin-left: 10px;
    font-weight: 400;
}

.pad-left10 {
    padding-left: 10px;
}

.margin-top16 {
    margin-top: 16px;
}

.char-count {
    margin-top: -17px !important;
    text-align: right;
}

.Otherchar-count {
    margin-top: 56px !important;
    text-align: right;
    font-size: 10px;
}

.pad-left20 {
    padding-left: 20px;
}

.custom-label .override-label {
    color: #b9b9b9 !important;
}

.teal-btn {
    background-color: #009688 !important;
    color: white;
    height: 26px;
    width: 107px;
}

.datefield-pad {
    padding-top: 15px;
    /*padding-left: 14px;*/
}


/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*md-input-container.md-default-theme:not(.md-input-invalid).md-input-has-value label, md-input-container:not(.md-input-invalid).md-input-has-value label {
    color: rgba(0,0,0,0.54) !important;
}*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.border-bottom {
    border-bottom: 1px solid #ddd;
}

.mng-cylces-Padding {
    padding: 10px 20px;
}

.md-nav-bar {
    border-style: none;
    border-width: 0px 0px 0px;
    height: 48px;
    position: relative;
}

.nav-button .md-active {
    color: #fff;
    background: #009688;
    border-radius: 50px;
}

.md-button._md-nav-button {
    line-height: 24px;
    margin: 0px 4px;
    padding: 0px;
    transition: background-color 0.35s cubic-bezier(0.35, 0, 0.25, 1) 0s;
    border-radius: 50px;
}

md-nav-bar.md-default-theme md-nav-ink-bar, md-nav-bar md-nav-ink-bar {
    color: transparent;
    background: transparent;
}

.nav-button .md-button:hover {
    color: #fff !important;
    background: #009688;
    border-radius: 50px;
}

.col-md-12 {
    padding-right: 15px;
    padding-left: 15px;
}

.custom-file-input::before {
    color: #fff;
    background-color: #26a69a;
    text-align: center !important;
    letter-spacing: .5px;
    transition: .2s ease-out;
    display: inline-block !important;
    font-size: 14px !important;
    -ms-touch-action: manipulation;
    -moz-user-select: none;
    -ms-user-select: none;
    border: 1px solid transparent !important;
    content: 'Select File';
    display: inline-block;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
}

.summary-icon-green {
    margin: 15px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    border-radius: 50%;
    width: 36px;
    height: 36px;
}

.summary-icon-red {
    margin: 15px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #f71111;
    border-radius: 50%;
    width: 36px;
    height: 36px;
}
.democrat-green {
    background-color: #259689;
}
.democrat-red {
    background-color: #F44336;
}
.icon-sm {
font-size:17px !important;
}
.orange-text {
    color: orange;
}
.no-border {
    border: none !important;
}

.custom-file-input:hover::before {
    border-color: black;
}

table.md-table th.md-column {
    color: rgba(0, 0, 0, 0.54);
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
}

.check_circlesection i {
    line-height: 40px !important;
    font-size: 24px !important;
    font-weight: bold !important;
}

.pwd-inputs {
    padding: 0px !important;
    margin: 5px !important;
}

.pwd-strength {
    padding-left: 13px;
}

md-select.md-default-theme[disabled] .md-select-value, md-select[disabled] .md-select-value {
    border-bottom-color: rgba(0,0,0,0.12);
    background-image: none;
}

md-input-container textarea, md-input-container input[type="text"], md-input-container input[type="password"], md-input-container input[type="datetime"], md-input-container input[type="datetime-local"], md-input-container input[type="date"], md-input-container input[type="month"], md-input-container input[type="time"], md-input-container input[type="week"], md-input-container input[type="number"], md-input-container input[type="email"], md-input-container input[type="url"], md-input-container input[type="search"], md-input-container input[type="tel"], md-input-container input[type="color"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 29px;
}

.pad-top7 {
    padding-top: 7px;
}

.no-border {
    border: none !important;
}

.cart {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 0px !important;
}

.cart-table {
    padding: 0px 24px !important;
}

.cart-box {
    border-bottom: 1px solid #ddd !important;
}

.pt-md {
    padding-top: 15px !important;
}

.btn-Txt {
    text-decoration: none;
    color: #fff;
    background-color: #d6d4d4 !important;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
    border-radius: 0px !important;
}

.btn {
    text-decoration: none;
    color: #fff;
    background-color: #00bcd4 !important;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
    border-radius: 0px !important;
}

.Otherchar-count {
    margin-top: 56px !important;
    text-align: right;
    font-size: 10px;
}

md-tooltip {
    height:auto !important;
}

.tool-subhead {
    padding-left: 28px;
    font-weight: 400;
    font-size: 16px;
}
.showcolumn{
    margin-right: 30px !important;
}
/*input.ng-invalid{
  border-bottom: 1px solid #F44336 !important;
}*/
.notvalid>md-chips-wrap.md-removable{
     border-bottom: 1px solid #F44336 !important;
}
/*.registratondivmargin{
    margin-top: -61px;
}*/
/*.content-wrapper-top .registratondivmargin{
    margin-top: -61px;
}*/
/*.sidebar-toggled .registratondivmargin {
    margin-top: -61px;
}*/
.divcheckboxmargin{
        margin-top: -11px;
}
.spanhelpermargin{
        margin-top: 25px;

}
.independentwarningmessage{
        font-size: 13px;
}
.select-wrapper label, .select-wrapper label.active, md-select.md-default-theme.ng-invalid.ng-touched .md-select-value, md-select.ng-invalid.ng-touched .md-select-value {
    color: #8c8c8c !important;
}
.paddLR4 {
    padding: 0px 4px;
}

.pad-top10 {
    padding-top: 10px;
}

.aligntextright {
    text-align: right;
    padding-right: 10px;
}

.pad-right {
    padding-right: 20px;
}

.help-text {
    display: inline-flex;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    padding-right: 5px;
}

.input-help {
    padding: 30px 0px 0px 5px;
}

.back-icon {
    padding: 10px 0px 0px 10px;
}

.bg-light {
    background-color: #f4fafe;
}

.closeButton {
    background-color: transparent;
    color: white;
    border-color: transparent;
    font-size: 30px;
    font-weight: 300;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    margin-top: -5px;
}

.margin-top40 {
    margin-top: 40px;
}

.md-icon-button + .md-datepicker-input-container {
    margin-left: 0px !important;
}

.md-chips {
    display: block;
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-size: 16px;
    padding: 0 0 20px !important;
    vertical-align: middle;
}
.image-processing md-input-container {
    margin: 8px 0px;
}

.md-virtual-repeat-container.md-autocomplete-suggestions-container {
    position: absolute;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    z-index: 100;
    min-width: 330px !important;
    max-width: 1059px;
}
.clsFineContent {
    padding-left: 10px;
    padding-right: 10px;
}
/*#mdFineContent md-input-container {
    margin-bottom: 8px;
    margin-top: 8px;
}*/
/*md-input-container {
    margin-bottom: 8px;
    margin-top: 8px;
}*/

.collapsible.popout > li {
    margin:0 8px;
}

#right-sidebar md-menu-bar{
        padding: 0 5px;
}

#right-sidebar md-menu-bar{ 
        padding: 0 5px;
}
#registrantAdministration md-tabs-canvas {
    height: 56px;
}

.dp-btn {
    height: 20px !important;
}

.dp-box {
    right: 158px;
    position: absolute;
}

.workflow-td {
    padding: 0px 8px 0px 8px !important;
}

.border-top {
    border-top: 1px solid #8C8C8C;
}

.space {
    margin-top: 190px;
}
.page-content-wrapper .mar-top-selectvalue {
    margin-top: 20px;
}
.sidebar-toggled .mar-top-selectvalue, .pagewrap-fullwidth .mar-top-selectvalue {
        margin-top: 3px;
}
.margb0 {
    margin-bottom: 0px;
}
.commitee-chip em {
    font-style: normal;
}
.child-fil-schedule .md-cell{
    min-width: 25px;
}
.width80 {
    width: 80%;
}
.replcaement-date-elem .md-datepicker-input-container {
    width: 200px;
}
.visibilitynone {
    visibility: hidden;
}
.rightposi-1 {
    position: relative;
    right: 1%;
}
.rightposi-2 {
    position: relative;
    right: 2%;
}
.anchortext_notransform{
        text-transform: none !important;
}
.addressspacing{
    padding-right: 10px;
}

.tool-subhead {
    padding-left: 28px;
    font-weight: 400;
    font-size: 16px;
}

.tool-subhead-bold {
    padding-left: 28px;
    font-size: 16px;
    font-weight:bold;
}

.divLeftPadding {
    padding-left: 15px;
}

.nomargin-top {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.lbl2 {
    padding: 5px 0px 5px 0px;
}

.md-cell-pad {
    padding: 5px !important;
}

md-tabs.md-default-theme md-ink-bar, md-tabs md-ink-bar {
    color: green !important;
    background-color: green !important;
}

.md-column-pad {
    padding: 5px !important;
}

.table-fines {
    min-height: 0.01%;
    overflow-x: auto;
}
/*table.md-table:not(.md-row-select) td.md-cell:nth-child(n+2):nth-last-child(n+2) {
         padding: 0 0px 0 0 !important; 
}*/

.divdatepicker-margin-fix {
    margin-left: -10px;
}

.processModal {
    height: 60%;
    max-width: 60%;
    min-width: 35%;
    width: 45%;
    overflow: auto;
    max-height: 100%;
    text-align:center;
}

.circle_red,
.divCircleRed {
    float: left;
    padding-left: 1px;
    border: 1px solid red;
    background: #dd2c00;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    position: relative;
    margin-top: 4px;
    margin-right: 8px;
}

.processModal .ajax-loader {
    left: 32%;
    top: 38%;
}

.sub-childtbl {
    margin-bottom: -12px !important;
    margin-top: -15px !important;
}

.subtree .sub-childtbl {
    margin-bottom: -5px !important;
    margin-top: -5px !important;
}
.level1 {
    height:48px !important;
}
.level2 {
    height:48px !important;
}
.level3 {
    height:48px !important;
}

md-select.notValid {
    border-bottom: 1px solid red !important;
}

md-tooltip {
    height: auto !important;
}

.orange-text{
    color:orange;
}

.right-align{
    text-align:right;
}
.divGuarantorHeader{
    font-size: 16px;
    font-weight: 500;
    padding:6px;
    margin-top:10px;
}

.lobbyist-divSpacing{
        padding-top: 1.0em;
    padding-bottom: .5em;
}
.subtitle1 {
text-align:center;
font-weight:bold;
}
.md-chips md-autocomplete md-input-container label:not(.md-no-float), .md-chips md-autocomplete md-input-container .md-placeholder:not(.md-select-label) { margin-top: -23px; }
 
.md-chips md-autocomplete md-input-container .md-input { border-width: 0; }
 
.md-chips md-autocomplete md-input-container.md-input-focused .md-input, .md-chips md-autocomplete md-input-container .md-input.ng-invalid.ng-dirty { border-width: 0; }
 
.md-chips .md-chip-input-container md-autocomplete input { position: relative; border: 0px !Important; margin-left: 0px !important; }
 
.md-chips .md-chip-input-container md-autocomplete input:focus { position: relative; margin-left: 0px !important; }

md-dialog .md-dialog-content {
    padding: 0px !important;
}

.addSubmission {
margin-left: 35%;
line-height: 21px;

}




#Registermodal  md-input-container { 
    margin: 60px 30px; 
}

.collapsible-header .cashSummary {
    line-height: 20px;
}

#ncdate .md-datepicker-input-container{
    width:180px;
}


.sub-childtbl table.md-table:not(.md-row-select) td.md-cell:nth-child(n+2):nth-last-child(n+2) {
padding:0 !important;
}


/*Icons*/
i.custom-warning {
    font-size: 40px !important;
    color: red !important;
    line-height: 30px !important;
}

.reportsQut {
}
.reportsQut .qutrpt:nth-child(1) {
    float:left;
    width:30%;
} 
.reportsQut .qutrpt:nth-child(3) {  
      float:left;
       width:30%; 
}
.reportsQut .qutrpt:nth-child(5) {  
      float:left;
       width:30%; 
}
.nopad {
padding:0px !important;

}


.divRed{
    color:red;
    padding-left:20px;
}

.page-content-wrapper .top-section .btnmove  {
	top: 33px;
}

.sidebar-toggled .top-section .btnmove, .pagewrap-lefttoggle .top-section .btnmove {
	top: 0px;
}
.date-md .md-datepicker-input {
    width: 180px !important;
}

.margin-zero{
    margin:0px;
}

/*08.11.17*/
.bb-solid {
    border-bottom: 1px solid #D4D4D4;
}
.nowrap {
    white-space:nowrap !important;
}
md-table-container table.md-table:not(.md-row-select) td.md-cell:first-child {
    white-space: nowrap !important;
}
.close {
        font-size: 22px !important;
}
.text-center {
    text-align:center !important;
}
/*.date-md {
    padding: 0px !important;
    margin:0px !important;
}

.md-datepicker-input {
    border-color: #dd2c00 !important;
}
.md-datepicker-input-container {
    width: 130px !important;
}
._md-datepicker-floating-label._md-datepicker-has-calendar-icon > label:not(.md-no-float):not(.md-container-ignore) {
    right: 28px !important;
}
.text-yellow {
    color: #16a7de;
}

md-toolbar.md-default-theme:not(.md-menu-toolbar), md-toolbar:not(.md-menu-toolbar) {
    background-color: rgb(17,62,83) !important;
    color: rgba(255,255,255,0.87);
}
.lobbysuccessmodelalign{
    padding:13px 0px 13px 66px;
}
.lobbysuccessmodeltextalign{
    padding-left: 70px !important;padding-top:13px!important;
}
.date-md .md-datepicker-button {
        margin-left: -6px !important;
    margin-bottom: 20px !important;
    margin-top: -12px !important;
}*/
.teal-btn {
    background-color: #009688 !important;
    color: white;
    height: 26px;
    width: 109px;
}
.p-3{
    padding:3px !important;
}
.modelalign{
    padding: 15px 15px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
}

/* This fixes the focus trap not covering the entire screen. */
.md-panel-outer-wrapper {
    position: fixed;
}

/*.fees-fines md-tab-item:nth-child(3){  
    background-image: url(../images/circle.png);
    background-repeat: no-repeat;
    background-position: right;
    }*/

