@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,300);

body {
    margin: 0;
    padding: 0;
    background: #edf2f6;
    overflow-x: hidden;
}

#main-contain {
    width: 100%;
    float: left;
}

#modal-comments-question .modal-body input[name="title"]::-webkit-input-placeholder {
    color: rgba(222, 13, 13, 0.8);
}

#modal-comments-question .modal-body input[name="tadig"]::-webkit-input-placeholder {
    color: rgba(222, 13, 13, 0.8);
}

#modal-comments-question .modal-body input[name="title"]:-moz-placeholder { /* Firefox 18- */
    color: rgba(222, 13, 13, 0.8);
}

#modal-comments-question .modal-body input[name="tadig"]:-moz-placeholder { /* Firefox 18- */
    color: rgba(222, 13, 13, 0.8);
}

#modal-comments-question .modal-body input[name="title"]::-moz-placeholder { /* Firefox 19+ */
    color: rgba(222, 13, 13, 0.8);
}

#modal-comments-question .modal-body input[name="tadig"]::-moz-placeholder { /* Firefox 19+ */
    color: rgba(222, 13, 13, 0.8);
}

#modal-comments-question .modal-body input[name="title"]:-ms-input-placeholder {
    color: rgba(222, 13, 13, 0.8);
}

#modal-comments-question .modal-body input[name="tadig"]:-ms-input-placeholder {
    color: rgba(222, 13, 13, 0.8);
}

.modal_question .modal-dialog {
    width: 70% !important;
}

#modal-comments-question .modal-body label {
    float: left;
    padding: 1%;
}

#modal-comments-question .modal-body input:not([type="submit"]), #modal-comments-question select, .textare_position {
    width: 80%;
    float: right;
}

.question_or_comment {
    height: 25px;
}

.defult_data {
    width: 80%;
    float: right;
    background: rgba(109, 109, 109, 0.2);
}

.count_number_ndc textarea {
    resize: none;
}

/*----------------------- Header Section -----------------------*/

#header {
    width: 100%;
    float: left;
    color: #fff;
}

#top-admin-contain {
    width: 100%;
    float: left;
    line-height: 45px;
    margin-top: 10px;
    text-align: right;
    padding-right: 5%
}

#top-admin-contain a {
    color: #fff;
    text-decoration: none;
}

#top-admin-contain a:hover {
    color: #149dca;
    text-decoration: underline;
}

.round-img {
    width: 41px;
    height: 47px;
    margin-right: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/*----------------------- Typography Section -----------------------*/

img {
    max-width: 100%;
    height: auto;
    border: none;
}

iframe {
    padding: 2px;
    background: #fff;
    border: 1px solid #dedede;
    margin-bottom: 10px;
}

.screen-reader-response {
    display: none;
}

ul.tml-action-links {
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0;
    width: 100%;
    float: left;
}

.zero-padding {
    padding: 0;
}

/* Common Form Style */

.form-grupcontain {
    width: 100%;
    float: left;
}

.form-grupcontain input[type="text"], .form-grupcontain input[type="email"], .form-grupcontain input[type="tel"], .form-grupcontain input[type="password"], .form-grupcontain input[type="number"] {
    width: 100%;
    height: 34px;
    float: left;
    padding: 6px 10px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #404349;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    background: #ebebeb; /* Old browsers */
    background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(5%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* IE10+ */
    background: linear-gradient(to bottom, #ebebeb 0%, #ffffff 5%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

.form-grupcontain input[type="text"]:focus, .form-grupcontain input[type="email"]:focus, .form-grupcontain input[type="tel"]:focus, .form-grupcontain input[type="password"]:focus, .form-grupcontain input[type="number"]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-grupcontain select {
    width: 100%;
    height: 34px;
    float: left;
    padding: 6px 10px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #404349;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    background: #ebebeb; /* Old browsers */
    background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(5%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* IE10+ */
    background: linear-gradient(to bottom, #ebebeb 0%, #ffffff 5%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

.form-grupcontain select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-grupcontain select option {
    padding: 6px 12px;
    border-left: none;
    border-right: 1px solid #ccc;
}

.form-grupcontain input[type=file] {
    font-size: 14px;
    cursor: pointer;
}

.form-grupcontain textarea {
    width: 100%;
    height: 80px;
    float: left;
    padding: 6px 10px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #404349;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    background: #ebebeb; /* Old browsers */
    background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(5%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* IE10+ */
    background: linear-gradient(to bottom, #ebebeb 0%, #ffffff 5%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

.form-grupcontain textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

/*----------------------- Lower Main Section -----------------------*/

#lower-main-contain {
    width: 100%;
    float: left;
    background: #354052;
}

/* Left Slde Nav */

#left-side-navcontain {
    width: 100%;
    height: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

#left-side-navcontain ul {
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
}

#left-side-navcontain li {
    width: 100%;
    float: left;
    margin: 0;
    font-size: 16px;
    padding: 0px 0px 0px 25px;
    line-height: 45px;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

#left-side-navcontain li:hover {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0px 0px 0px 25px;
    background: #2b3443;
    border-left: 4px solid #00b4ff;
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

#left-side-navcontain li.current {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0px 0px 0px 25px;
    background: #2b3443;
    border-left: 4px solid #00b4ff;
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

#left-side-navcontain li span {
    float: left;
    margin-right: 5px;
}

#left-side-navcontain li a {
    width: 100%;
    float: left;
    color: #fff;
    text-decoration: none;
}

#left-side-navcontain li a:hover {
    color: #fff;
    text-decoration: none;
}

/* Right Slde Main Content */

#main-rightsidecontain {
    width: 100%;
    float: left;
    background: #edf2f6;
}

#top-gray-titlecontain {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    border-bottom: 1px solid #c5c8ca;
    padding: 0px 15px 0px 15px;
    background: #f2f5f7; /* Old browsers */
    background: -moz-linear-gradient(top, #f2f5f7 0%, #e4e8eb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f5f7), color-stop(100%, #e4e8eb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f2f5f7 0%, #e4e8eb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f2f5f7 0%, #e4e8eb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f2f5f7 0%, #e4e8eb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f2f5f7 0%, #e4e8eb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f5f7', endColorstr='#e4e8eb', GradientType=0); /* IE6-9 */
}

#top-gray-titlecontain h1 {
    width: 100%;
    float: left;
    font-size: 26px;
    color: #222526;
    line-height: 45px;
    text-transform: capitalize;
}

/* Top Network Section */

.right-widget-contain {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.right-blue-heading {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    color: #00b4ff;
    font-size: 26px;
    text-transform: capitalize;
}

.right-blue-heading1 {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    color: #00b4ff;
    font-size: 26px;
    text-transform: capitalize;
    border-bottom: 1px solid #d5d9dd;
    padding-bottom: 10px;
}

.network-widcontain {
    width: 100%;
    float: left;
    color: #6c6c6c;
    margin-bottom: 25px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 0px 0px 0px;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(220, 223, 226, 1);
    -moz-box-shadow: 2px 2px 2px 0px rgba(220, 223, 226, 1);
    box-shadow: 2px 2px 2px 0px rgba(220, 223, 226, 1);
}

.network-widcontain h3 {
    width: 100%;
    float: left;
    background: url(/images/setting-icon.png) no-repeat left;
    font-size: 17px;
    line-height: 21px;
    margin: 0px 0px 20px 15px;
    padding: 0 0 0 30px;
}

.network-widcontain p {
    width: 100%;
    float: left;
    font-size: 41px;
    font-weight: 300;
    margin-bottom: 25px;
    padding: 0px 15px 0px 15px;
}

.first-border {
    width: 100%;
    float: left;
    height: 4px;
    background: #2ec6c8;
}

.second-border {
    width: 100%;
    float: left;
    height: 4px;
    background: #f4984e;
}

.third-border {
    width: 100%;
    float: left;
    height: 4px;
    background: #48e318;
}

.fourth-border {
    width: 100%;
    float: left;
    height: 4px;
    background: #b5a1dd;
}

.dash-brandcramb {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #6c6c6c;
    margin-bottom: 20px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 15px;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(220, 223, 226, 1);
    -moz-box-shadow: 2px 2px 2px 0px rgba(220, 223, 226, 1);
    box-shadow: 2px 2px 2px 0px rgba(220, 223, 226, 1);
}

.dash-brandcramb img {
    margin-right: 10px;
}

.right-widget-contain2 {
    width: 100%;
    float: left;
}

.right-widget-contain3 {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

/* Top Network Section */

.middle-table-maincontain {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.middle-table-contain {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #6c6c6c;
    margin-bottom: 15px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(220, 223, 226, 1);
    -moz-box-shadow: 2px 2px 2px 0px rgba(220, 223, 226, 1);
    box-shadow: 2px 2px 2px 0px rgba(220, 223, 226, 1);
}

.middle-table-contain h3 {
    width: 100%;
    float: left;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    line-height: 40px;
    background: #6f7e95;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0;
    padding: 0 15px 0 15px;
}

.middle-table-contain table {
    width: 100%;
    float: left;
    font-size: 15px;
}

.td-title {
    line-height: 18px;
    color: #373d3e;
    min-height: 50px;
    text-align: center;
    padding: 10px 5px 10px 5px;
    background: #f5f5f5;
}

.td-title1 {
    line-height: 18px;
    color: #373d3e;
    min-height: 50px;
    text-align: center;
    padding: 5px 5px 5px 5px;
    background: #f5f5f5;
}

.td-contain {
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 5px 10px 5px;
    border-top: 1px solid #d8dce0;
}

.middle-table-contain tr {
    width: 100%;
    background: #fff;
}

.middle-table-contain tr:hover {
    width: 100%;
    color: #000;
    background: #e4f9ff;
}

/* Communication Summary Section */

.right-black-heading {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    color: #222526;
    font-size: 21px;
    text-transform: capitalize;
}

.communication-widcontain {
    width: 100%;
    float: left;
    color: #6c6c6c;
    margin-bottom: 25px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 0px 0px 0px;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(220, 223, 226, 1);
    -moz-box-shadow: 2px 2px 2px 0px rgba(220, 223, 226, 1);
    box-shadow: 2px 2px 2px 0px rgba(220, 223, 226, 1);
}

.communication-widcontain h3 {
    font-size: 15px;
    line-height: 21px;
    margin: 0px 0px 20px 15px;
    padding: 0;
}

.communication-widcontain p {
    font-size: 41px;
    font-weight: 300;
    margin-bottom: 25px;
    padding: 0px 15px 0px 15px;
}

.communication-widcontain img {
    float: right;
    margin: 0px 15px 0px 15px;
}

.com-first-border {
    width: 100%;
    float: left;
    height: 4px;
    background: #ff5454;
}

.com-second-border {
    width: 100%;
    float: left;
    height: 4px;
    background: #48e318;
}

.com-third-border {
    width: 100%;
    float: left;
    height: 4px;
    background: #e48f4c;
}

.com-fouth-border {
    width: 100%;
    float: left;
    height: 4px;
    background: #a088d0;
}

.com-fifth-border {
    width: 100%;
    float: left;
    height: 4px;
    background: #3bb8ec;
}

/* Lower Comment Section */

#lower-comment-container {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(220, 223, 226, 1);
    -moz-box-shadow: 2px 2px 2px 0px rgba(220, 223, 226, 1);
    box-shadow: 2px 2px 2px 0px rgba(220, 223, 226, 1);
}

.comment-title {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0 0 20px 0;
    padding: 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #94a3ba; /* Old browsers */
    background: -moz-linear-gradient(top, #94a3ba 0%, #6f7e95 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #94a3ba), color-stop(100%, #6f7e95)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #94a3ba 0%, #6f7e95 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #94a3ba 0%, #6f7e95 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #94a3ba 0%, #6f7e95 100%); /* IE10+ */
    background: linear-gradient(to bottom, #94a3ba 0%, #6f7e95 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#94a3ba', endColorstr='#6f7e95', GradientType=0); /* IE6-9 */
}

.comment-title h3 {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
}

.comment-title span {
    width: 15px;
    height: 8px;
    float: right;
    background: url(/images/tab-arrow.png) no-repeat left;
    margin: -12px 0 0 0;
    padding: 0;
}

.inner-comment-contain {
    width: 100%;
    float: left;
}

.inner-comment-contain ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.inner-comment-contain ul li {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}

.comment-text-maincontain {
    width: 100%;
    float: left;
    min-height: 250px;
    border: 1px solid #d4d4d4;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(220, 223, 226, 1);
    -moz-box-shadow: 2px 2px 2px 0px rgba(220, 223, 226, 1);
    box-shadow: 2px 2px 2px 0px rgba(220, 223, 226, 1);
}

.comment-detailcontain {
    width: 100%;
    float: left;
    padding: 10px 0;
    -webkit-border-top-left-radius: 8px;
    -moz-border-top-left-radius: 8px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #d4d4d4;

    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f3f3f3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0); /* IE6-9 */
}

.comment-author {
    color: #03b3d6;
    float: left;
}

.comment-date {
    float: right;
    color: #888;
    text-align: right;
    font-size: 12px;
    text-transform: capitalize;
}

.comment-textcontain {
    width: 100%;
    float: left;
    padding: 15px;
    font-size: 14px;
    color: #4a4a4a;
}

.comment-author1 {
    color: #03b3d6;
    float: right;
}

.comment-date1 {
    float: left;
    color: #888;
    text-align: left;
    font-size: 12px;
    text-transform: capitalize;
}

.comment-textcontain1 {
    width: 100%;
    float: left;
    padding: 15px;
    font-size: 14px;
    color: #4a4a4a;
    text-align: right;
}

/* Form Style */

#lower-comment-container input[type="text"], #lower-comment-container input[type="email"], #lower-comment-container input[type="tel"], #lower-comment-container input[type="password"], #lower-comment-container input[type="number"] {
    width: 100%;
    height: 34px;
    float: left;
    padding: 6px 10px;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #999;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    background: #ebebeb; /* Old browsers */
    background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(5%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* IE10+ */
    background: linear-gradient(to bottom, #ebebeb 0%, #ffffff 5%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

#lower-comment-container input[type="text"]:focus, #lower-comment-container input[type="email"]:focus, #lower-comment-container input[type="tel"]:focus, #lower-comment-container input[type="password"]:focus, #lower-comment-container input[type="number"]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

#lower-comment-container select {
    width: 100%;
    height: 34px;
    float: left;
    padding: 6px 10px;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #999;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    background: #ebebeb; /* Old browsers */
    background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(5%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* IE10+ */
    background: linear-gradient(to bottom, #ebebeb 0%, #ffffff 5%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

#lower-comment-container select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

#lower-comment-container textarea {
    width: 100%;
    height: 150px;
    float: left;
    padding: 6px 10px;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #999;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    background: #ebebeb; /* Old browsers */
    background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(5%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* IE10+ */
    background: linear-gradient(to bottom, #ebebeb 0%, #ffffff 5%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

#lower-comment-container textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

#lower-comment-container input[type="submit"], #lower-comment-container input[type="reset"] {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    float: left;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    padding: 6px 20px 5px 20px;
    border-radius: 4px;
    border: 1px solid #74849b;
    background: #d0dae1; /* Old browsers */
    background: -moz-linear-gradient(top, #d0dae1 0%, #9fb2c0 3%, #73839a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0dae1), color-stop(3%, #9fb2c0), color-stop(100%, #73839a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d0dae1 0%, #9fb2c0 3%, #73839a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d0dae1 0%, #9fb2c0 3%, #73839a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d0dae1 0%, #9fb2c0 3%, #73839a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d0dae1 0%, #9fb2c0 3%, #73839a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0dae1', endColorstr='#73839a', GradientType=0); /* IE6-9 */
}

#lower-comment-container input[type="submit"]:focus, #lower-comment-container input[type="reset"]:focus {
    color: #fff;
    text-decoration: none;
    border: 1px solid #518697;
    background: #7ad2ee; /* Old browsers */
    background: -moz-linear-gradient(top, #7ad2ee 0%, #61b1ce 3%, #518697 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7ad2ee), color-stop(3%, #61b1ce), color-stop(100%, #518697)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7ad2ee 0%, #61b1ce 3%, #518697 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7ad2ee 0%, #61b1ce 3%, #518697 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7ad2ee 0%, #61b1ce 3%, #518697 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7ad2ee 0%, #61b1ce 3%, #518697 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ad2ee', endColorstr='#518697', GradientType=0); /* IE6-9 */
}

#lower-comment-container input[type="submit"]:hover, #lower-comment-container input[type="reset"]:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid #518697;
    background: #7ad2ee; /* Old browsers */
    background: -moz-linear-gradient(top, #7ad2ee 0%, #61b1ce 3%, #518697 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7ad2ee), color-stop(3%, #61b1ce), color-stop(100%, #518697)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7ad2ee 0%, #61b1ce 3%, #518697 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7ad2ee 0%, #61b1ce 3%, #518697 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7ad2ee 0%, #61b1ce 3%, #518697 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7ad2ee 0%, #61b1ce 3%, #518697 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ad2ee', endColorstr='#518697', GradientType=0); /* IE6-9 */
}

.btn-file {
    width: 93px;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    color: #354052;
    background: none;
    cursor: pointer;
    display: block;
}

.dark-green-tab {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 16px;
    margin-bottom: 1px;
    padding: 15px;
    background: #4e93a9; /* Old browsers */
    background: -moz-linear-gradient(top, #4e93a9 0%, #518697 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e93a9), color-stop(100%, #518697)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4e93a9 0%, #518697 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4e93a9 0%, #518697 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4e93a9 0%, #518697 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4e93a9 0%, #518697 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e93a9', endColorstr='#518697', GradientType=0); /* IE6-9 */
}

.dark-green-tab span {
    width: 15px;
    height: 8px;
    float: right;
    background: url(/images/tab-arrow.png) no-repeat left;
    margin: 6px 0 0 0;
    padding: 0;
}

.dark-green-tab1 {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 16px;
    padding: 15px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #4e93a9; /* Old browsers */
    background: -moz-linear-gradient(top, #4e93a9 0%, #518697 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e93a9), color-stop(100%, #518697)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4e93a9 0%, #518697 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4e93a9 0%, #518697 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4e93a9 0%, #518697 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4e93a9 0%, #518697 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e93a9', endColorstr='#518697', GradientType=0); /* IE6-9 */
}

.dark-green-tab1 span {
    width: 15px;
    height: 8px;
    float: right;
    background: url(/images/tab-arrow.png) no-repeat left;
    margin: 6px 0 0 0;
    padding: 0;
}

/*----------------------- Network Elements Page Section -----------------------*/

#top-gray-titlecontain1 {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    border-bottom: 1px solid #c5c8ca;
    padding: 0px 15px 0px 15px;
    background: #f2f5f7; /* Old browsers */
    background: -moz-linear-gradient(top, #f2f5f7 0%, #e4e8eb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f5f7), color-stop(100%, #e4e8eb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f2f5f7 0%, #e4e8eb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f2f5f7 0%, #e4e8eb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f2f5f7 0%, #e4e8eb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f2f5f7 0%, #e4e8eb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f5f7', endColorstr='#e4e8eb', GradientType=0); /* IE6-9 */
}

#top-gray-titlecontain1 h1 {
    float: left;
    font-size: 21px;
    color: #373d3e;
    line-height: 45px;
    text-transform: capitalize;
    margin-right: 10px;
}

#top-gray-titlecontain1 img {
    float: left;
    margin: 22px 10px 0px 0px;
}

/* Network Elements Accordation */

#network-accordation {
    width: 100%;
    float: left;
}

.right-blue-heading2 {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    color: #00b4ff;
    font-weight: 600;
    font-size: 26px;
    text-transform: capitalize;
}

.network-tablecontain {
    width: 100%;
    float: left;
}

.network-tablecontain table {
    width: 100%;
    float: left;
    border: none;
    margin: 1px 0 0 0;
    padding: 0;
}

.network-table-heading {
    width: 100%;
    float: left;
    font-size: 21px;
    margin-top: -1px;
    background: #6f7e95;
    color: #fff;
    padding: 15px;
    text-align: center;
    border-top-right-radius: 4px;
}

.network-table-title {
    line-height: 18px;
    color: #373d3e;
    min-height: 50px;
    text-align: center;
    padding: 10px 5px 10px 5px;
    background: #f5f5f5;
    font-size: 13px;
}

.network-innertablecontain {
    width: 100%;
    float: left;
    border: none;
    margin: 1px 0 0 0;
    padding: 0;
}

.audit-results__summary {
    overflow-x: auto;
}

.network-innertablecontain tr {
    width: 100%;
    background: #fff;
}

.network-innertablecontain tr:hover {
    width: 100%;
    color: #000;
    background: #e4f9ff;
}

.network-table-tdcontain {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 5px 10px 5px;
    border-top: 1px solid #d8dce0;
}

.network-table-tdcontain img {
    margin-right: 6px;
}

#vendor_name {
    text-transform: uppercase;
    font-weight: bold;
}

/* Global title  Accordation */

#globalTitle-accordation {
    width: 100%;
    float: left;
}

.global-title-radio {
    color: #fff;
    font-size: 14px;
    width: 71%
}

.search-table {
    padding: 10px 1px 10px;
}

.gt_btns {
    font-size: 14px;
    float: right;
}

.alert h4 {
    font-size: 14px;
}

.alert {
    margin-bottom: 0px;
}

.alert-info {
    background: #5cbee6;
}

.radio {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* Packet data Accordation */

#packetData-accordation {
    width: 100%;
    float: left;
}

.packet-data-radio {
    color: #fff;
    font-size: 15px;
    width: 71%
}

.country_color {
}

.pd_table {
    word-break: break-all;
    padding: 10px 1px 10px;
}

.radio {
    margin-top: 0px;
    margin-bottom: 0px;
}

.export-page-radio {
    color: #000;
    font-size: 12px;
    float: left;
}

.table-select {
    width: 18%;
    font-size: 14px;
    height: 30px;
    padding: 0px;
    border: 1px solid #c1bbbb;
    margin-top: 7px;
}

/* Pop Up Form */

li.pop-up-button {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

li.pop-up-button a {
    float: left;
    text-decoration: none;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    padding: 5px 10px 5px 10px;
    border-radius: 4px;
    background: #6f7e95;
    margin-left: 10px;
}

li.pop-up-button input {
    float: left;
    text-decoration: none;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    padding: 5px 10px 5px 10px;
    border-radius: 4px;
    background: #6f7e95;
    margin-left: 10px;
}

li.pop-up-button a:focus, li.pop-up-button a:hover {
    background: #354052;
}

li.pop-up-button input:focus, li.pop-up-button input:hover {
    background: #354052;
}

#pop-up-formcontain {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    border-radius: 6px;
    color: #404349;
}

#pop-up-form-title {
    font-size: 17px;
    font-weight: normal;
    position: absolute;
    z-index: 999;
    text-align: center;
    top: 16px;
    right: 0;
    width: 100%;
}

#pop-up-form-title span {
    background: #edf2f6;
}

/*----------------------- Template Page Section -----------------------*/

.template-tablecontain {
    width: 100%;
    float: left;
}

.template-tablecontain table {
    width: 100%;
    float: left;
    border: none;
    margin: 1px 0 0 0;
    padding: 0;
}

.template-table-heading {
    width: 100%;
    float: left;
    font-size: 14px;
    margin-top: -1px;
    background: #6f7e95;
    color: #fff;
    padding: 15px;
    text-align: left;
    border-top-right-radius: 4px;
}

.template-table-heading span {
    width: 100%;
    float: left;
    text-transform: uppercase;
}

.template-table-heading select {
    width: 100%;
    height: 34px;
    float: left;
    padding: 6px 10px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #404349;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    background: #ebebeb; /* Old browsers */
    background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(5%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* IE10+ */
    background: linear-gradient(to bottom, #ebebeb 0%, #ffffff 5%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

.template-table-heading select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.template-table-heading select option {
    background: #fff;
}

.template-table-title {
    font-size: 12px;
    line-height: 18px;
    color: #373d3e;
    text-transform: uppercase;
    min-height: 50px;
    padding: 10px 5px 10px 5px;
    background: #f5f5f5;
}

.template_table_title {
    text-align: left;
    text-transform: none;
    font-size: 12px;
}

.template_table_title1 {
    text-align: left;
    text-transform: none;
    font-size: 14px;
}

.template_table {
    text-align: left;
    text-transform: none;
    font-size: 12px;
}

.table_title_input {
    padding: 12px 0px;
}

.template-innertablecontain {
    width: 100%;
    float: left;
    border: none;
    margin: 1px 0 0 0;
    padding: 0;
}

.template-innertablecontain tr {
    width: 100%;
    background: #fff;
}

.template-innertablecontain tr:hover {
    width: 100%;
    color: #000;
    background: #e4f9ff;
}

.template-table-tdcontain {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
    padding: 10px 5px 10px 5px;
    border-top: 1px solid #d8dce0;
}

.template-table-tdcontain img {
    margin-right: 6px;
}

/*----------------------- Run Audits Page Section -----------------------*/

.top-selectbox-contain {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.top-selectbox-contain select {
    width: 100%;
    float: left;
    font-family: "Source Sans Pro", sans-serif;
    height: 34px;
    padding: 6px 10px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #404349;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    background: #fff;
}

.top-selectbox-contain select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.run-form-heading {
    width: 100%;
    float: left;
    font-size: 18px;
    background: #6f7e95;
    color: #fff;
    padding: 15px 15px;
    text-align: left;
    border-top-right-radius: 4px;
}

.run-form-contain {
    width: 100%;
    float: left;
    padding: 15px;
}

.run-form-fieldcontain {
    width: 100%;
    float: left;
    color: #404349;
    text-transform: capitalize;
}

/*----------------------------- Compare page------------------------------*/
.compare-table {
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 5px;
    border-top: 1px solid #d8dce0;
}

.comapre-tabel-tbody {
    background-color: #fff;
    overflow: hidden;
}

.comapre-tabel-tbody tr:hover {
    background: #e4f9ff;
}

.compare-btn-del {
    padding: 6px;
    line-height: 14px;
    margin-left: 6px;
    font-size: 12px;
}

.compare_summery {
    margin-top: -2px;
    border-radius: 0px;
}

.compare_alert {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #fff;
    padding: 15px;
    text-align: left;
}

/* Form Style */

.run-form-fieldcontain input[type="text"], .run-form-fieldcontain input[type="email"], .run-form-fieldcontain input[type="tel"], .run-form-fieldcontain input[type="password"], .run-form-fieldcontain input[type="number"] {
    width: 100%;
    height: 34px;
    float: left;
    padding: 6px 10px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #404349;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    background: #ebebeb; /* Old browsers */
    background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(5%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* IE10+ */
    background: linear-gradient(to bottom, #ebebeb 0%, #ffffff 5%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

.run-form-fieldcontain input[type="text"]:focus, .run-form-fieldcontain input[type="email"]:focus, .run-form-fieldcontain input[type="tel"]:focus, .run-form-fieldcontain input[type="password"]:focus, .run-form-fieldcontain input[type="number"]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.run-form-fieldcontain select {
    width: 100%;
    height: 34px;
    float: left;
    padding: 6px 10px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #404349;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    background: #ebebeb; /* Old browsers */
    background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(5%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* IE10+ */
    background: linear-gradient(to bottom, #ebebeb 0%, #ffffff 5%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

.run-form-fieldcontain select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.run-form-fieldcontain input[type=file] {
    font-size: 14px;
    cursor: pointer;
}

.run-form-fieldcontain textarea {
    width: 100%;
    height: 80px;
    float: left;
    padding: 6px 10px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #404349;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    background: #ebebeb; /* Old browsers */
    background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(5%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* IE10+ */
    background: linear-gradient(to bottom, #ebebeb 0%, #ffffff 5%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

.run-form-fieldcontain textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.run-form-fieldcontain input[type="submit"], .roamingaudit__run-audit-button, .run-form-fieldcontain input[type="reset"] {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    float: left;
    text-decoration: none;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    background: #6f7e95;
    padding: 6px 18px;
    border: 0px;
    color: #fff;
    border-radius: 4px;
    display: block;
    cursor: pointer;
    font-size: 15px;
    margin-bottom: 15px;
}

.run-form-fieldcontain input[type="submit"]:focus, .run-form-fieldcontain input[type="reset"]:focus {
    background: #354052;
}

.run-form-fieldcontain input[type="submit"]:hover, .run-form-fieldcontain input[type="reset"]:hover {
    background: #354052;
}

/*----------------------- Operator Page Section -----------------------*/

#operator-table-maincontain, .operator-table-maincontain  {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(220, 223, 226, 1);
    -moz-box-shadow: 2px 2px 2px 0px rgba(220, 223, 226, 1);
    box-shadow: 2px 2px 2px 0px rgba(220, 223, 226, 1);
}

.operator-table-heading {
    width: 100%;
    float: left;
    font-size: 18px;
    background: #6f7e95;
    color: #fff;
    padding: 10px 15px;
    text-align: left;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.operator-table-heading h3 {
    float: left;
    font-size: 18px;
    font-weight: 600;
}

.operator-table-innercontain {
    width: 100%;
    float: left;
}

.operator-table-innercontain table {
    width: 100%;
    float: left;
}

.operator-table-title {
    font-size: 12px;
    line-height: 18px;
    color: #373d3e;
    min-height: 50px;
    text-align: left;
    padding: 10px 5px 10px 5px;
    background: #f5f5f5;
}

.operator-table-innercontain tr {
    width: 100%;
    background: #fff;
}

.operator-table-innercontain tr:hover {
    width: 100%;
    color: #000;
    background: #e4f9ff;
}

.operator-table-tdcontain {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
    padding: 10px 10px 10px 10px;
    border-top: 1px solid #d8dce0;
}

.operator-table-tdcontain img {
    margin-right: 6px;
}

.operator-name {
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
    padding: 10px 10px 10px 10px;
    border-top: 1px solid #d8dce0;
}

.active-tdbox {
    font-size: 12px;
    color: grey;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
    padding: 10px 10px 10px 10px;
    border-top: 1px solid #d8dce0;
}

.active_tdbox_otherColor {
    color: #2099e6;
}

.active_tdbox_otherColor_a {
    font-size: 12px;
    color: grey;
}

/*.table_changes {font-size:12px;}*/

/*.filters_change_description{font-size:16px;}*/

.filters_change {
    font-size: 12px;
}

.active-tdbox-country {
    color: #49cd37;
}

.onhold-tdbox {
    font-size: 15px;
    color: #cd3c3c;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
    padding: 10px 10px 10px 10px;
    border-top: 1px solid #d8dce0;
}

.waiting-tdbox {
    font-size: 15px;
    color: #cab004;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
    padding: 10px 10px 10px 10px;
    border-top: 1px solid #d8dce0;
}

.edit-contain {
    width: 60px;
    float: left;
    margin-bottom: 5px;
    color: #3d8fe3;
    text-transform: capitalize;
}

.edit-contain a {
    color: #3d8fe3;
    text-decoration: none;
}

.edit-contain a:hover {
    color: #3d8fe3;
    text-decoration: underline;
}

.edit-page-td-view {
    word-break: break-all;
    width: 33%;
}

.delete-contain {
    width: 80px;
    float: left;
    margin-bottom: 5px;
    color: #cc1926;
    text-transform: capitalize;
}

.delete-contain a {
    color: #cc1926;
    text-decoration: none;
}

.delete-contain a:hover {
    color: #cc1926;
    text-decoration: underline;
}

.view-contain {
    width: 80px;
    float: left;
    margin-bottom: 5px;
    color: #16bc09;
    text-transform: capitalize;
}

.view-contain a {
    color: #16bc09;
    text-decoration: none;
}

.view-contain a:hover {
    color: #16bc09;
    text-decoration: underline;
}

.password-contain {
    width: 120px;
    float: left;
    margin-bottom: 5px;
    color: #16bc09;
    text-transform: capitalize;
}

.password-contain a {
    color: #16bc09;
    text-decoration: none;
}

.password-contain a:hover {
    color: #16bc09;
    text-decoration: underline;
}

/*----------------------- Operator Detail Page Section -----------------------*/

#operator-detail-tablecontain {
    width: 100%;
    float: left;
    margin: 0px 0px 25px 0px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 0;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(220, 223, 226, 1);
    -moz-box-shadow: 2px 2px 2px 0px rgba(220, 223, 226, 1);
    box-shadow: 2px 2px 2px 0px rgba(220, 223, 226, 1);
}

#top-left-tablecontain {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

#top-left-tablecontain table {
    width: 100%;
    float: left;
}

#top-left-tablecontain tr {
    width: 100%;
    background: #fff;
}

#top-left-tablecontain tr:hover {
    width: 100%;
    color: #000;
    background: #e4f9ff;
}

.operator-detail-tdcontain {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    text-transform: capitalize;
    padding: 10px 10px 10px 10px;
    border-top: 1px solid #d8dce0;
}

.operator-detail-tdcontain img {
    margin-right: 6px;
}

.operator-detail-tdcontain1 {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    text-transform: capitalize;
    padding: 10px 10px 10px 10px;
}

#top-right-notecontain {
    width: 100%;
    float: left;
}

#top-right-notecontain table {
    width: 100%;
    float: left;
}

#top-right-notecontain textarea {
    width: 100%;
    height: 130px;
    float: left;
    padding: 6px 10px;
    margin-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #404349;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    background: #ebebeb; /* Old browsers */
    background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(5%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* IE10+ */
    background: linear-gradient(to bottom, #ebebeb 0%, #ffffff 5%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

#top-right-notecontain textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

/* User profiles Table */
#uploadAvatar {
    height: 100%;
}

.upload_avatar_field label {
    padding: 5% 0;
    text-align: center;
    width: 100%;
    margin-bottom: 10%;

}

.img_upload_view_cont {
    height: 200px;
    margin-right: 10px;
    padding: 0px;
    /*border:1px solid red*/
}

.img_upload_type_body {
    height: 145px;
    padding: 0px;
    margin-left: 6%;
    margin-top: 5%;
}

.error_content {
    color: red;
}

.select_avatar_area {
    width: 100%;
    position: relative;
    overflow-x: hidden;
    height: 340px;
}

.cancel_select_avatar {
    position: absolute;
    bottom: 0px;
    right: 3%;
}

.select_avatar_area img {
    width: 18%;
    cursor: pointer;
}

.showH4paginate {
    display: inline-block;
}

.right-widget-contain input[type='date'] {
    line-height: inherit;
}

.right-widget-contain input[type='date']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

/* User Detail Table */

.user-detailtable-heading {
    width: 100%;
    float: left;
    font-size: 18px;
    background: #6f7e95;
    color: #fff;
    padding: 10px 15px;
    text-align: left;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.user-detailtable-heading h3 {
    float: left;
    font-size: 18px;
    font-weight: 600;
}

.add-user-button {
    float: right;
    margin-right: 5px;
}

.user-detailtable-innercontain {
    width: 100%;
    float: left;
}

.user-detailtable-innercontain input {
    width: 100%;
    height: 34px;
    float: left;
    padding: 6px 10px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #404349;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    background: #ebebeb; /* Old browsers */
    background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(5%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* IE10+ */
    background: linear-gradient(to bottom, #ebebeb 0%, #ffffff 5%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

.user-detailtable-innercontain input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.user-detailtable-innercontain table {
    width: 100%;
    float: left;
}

.user-detailtable-title {
    line-height: 18px;
    color: #373d3e;
    text-align: left;
    min-height: 50px;
    padding: 10px 10px 10px 10px;
    background: #f5f5f5;
}

.user-detailtable-innercontain tr {
    width: 100%;
    background: #fff;
}

.user-detailtable-innercontain tr:hover {
    width: 100%;
    color: #000;
    background: #e4f9ff;
}

.user-detailtable-tdcontain {
    font-size: 15px;
    line-height: 18px; /*text-transform:uppercase;*/
    padding: 10px;
    border-top: 1px solid #d8dce0;
}

.user-detailtable-tdcontain img {
    margin-right: 6px;
}

/*----------------------- IMSI Audit Section -----------------------*/

#main-imsiaudit-tablecontain {
    width: 100%;
    float: left;
}

/* Left Table */

#top-imsi-tablecontain {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.imsi-table-heading {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 600;
    background: #6f7e95;
    color: #fff;
    padding: 15px;
    text-align: left;
    border-top-right-radius: 4px;
}

.imsi-innercontain {
    width: 100%;
    float: left;
}

.imsi-innercontain table {
    width: 100%;
    float: left;
}

.imsi-title {
    line-height: 18px;
    color: #373d3e;
    font-size: 12px;
    min-height: 50px;
    text-align: center;
    padding: 10px 5px 10px 5px;
    background: #f5f5f5;
}

.imsi-innercontain tr {
    width: 100%;
    color: #6c6c6c;
    background: #fff;
}

.imsi-innercontain tr:hover {
    width: 100%;
    color: #000;
    background: #e4f9ff;
}

.imsi-tdcontain {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 5px 10px 5px;
    border-top: 1px solid #d8dce0;
}

.imsi-tdcontain img {
    margin-right: 6px;
}

.imsi-tdcontain1 {
    color: #2099e6;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 10px 10px 10px;
    border-top: 1px solid #d8dce0;
}

/* Right Table */

#top-imsi-tablecontain1 {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.rightimsi-table-heading {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 600;
    background: #518697;
    color: #fff;
    padding: 15px;
    text-align: left;
    border-top-right-radius: 4px;
}

.rightimsi-title {
    line-height: 18px;
    color: #373d3e;
    font-size: 12px;
    min-height: 50px;
    text-align: center;
    padding: 10px 0px 10px 0px;
    background: #f5f5f5;
}

.rightimsi-tdcontain {
    font-size: 12px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0px 10px 0px;
    border-top: 1px solid #d8dce0;
}

.rightimsi-tdcontain img {
    margin-right: 6px;
}

/* Popup Table */

.popup-innercontain {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    overflow-x: auto;
}

.popup-innercontain table {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
    padding: 0;
}

.popup-title {
    line-height: 18px;
    color: #373d3e;
    font-size: 11px;
    min-height: 50px;
    text-align: center;
    padding: 10px 2px 10px 2px;
    background: #f5f5f5;
}

.popup-title tr {
    width: 100%;
    color: #6c6c6c;
    background: #fff;
}

.popup-title tr:hover {
    width: 100%;
    color: #000;
    background: #e4f9ff;
}

.popup-tdcontain {
    font-size: 12px;
    line-height: 18px;
    color: #6c6c6c;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 5px 10px 5px;
    border-top: 1px solid #d8dce0;
}

.res-info .popup-tdcontain {
    border-bottom: 1px solid #d8dce0;
}

.popup-tdcontain img {
    margin-right: 6px;
}

/*----------------------- My Details Page Section -----------------------*/

.detail-table-heading {
    width: 100%;
    float: left;
    font-size: 18px;
    background: #6f7e95;
    color: #fff;
    padding: 10px 15px;
    text-align: left;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.detail-table-heading h3 {
    float: left;
    font-size: 18px;
    font-weight: 600;
}

.detail-table-innercontain {
    width: 100%;
    float: left;
    padding: 15px;
}

/*----------------------- Report Page Section -----------------------*/

.report-blue-heading {
    margin-bottom: 15px;
    color: #00b4ff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px;
    text-transform: capitalize;
    background: #fff;
}

/*----------------------- Communication Page Section -----------------------*/

/* Communication Summary Section */

.communication-widcontain1 {
    position: relative;
    background: #fff;
    height: 100%;
    color: #6c6c6c;
    margin-bottom: 25px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 0px 0px 0px;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(220, 223, 226, 1);
    -moz-box-shadow: 2px 2px 2px 0px rgba(220, 223, 226, 1);
    box-shadow: 2px 2px 2px 0px rgba(220, 223, 226, 1);
}

.communication-widcontain1 h3 {
    font-size: 16px;
    color: #2099e6;
    line-height: 21px;
    margin: 0px 0px 20px 15px;
    padding: 0;
    text-transform: capitalize;
}

.communication-widcontain1 p {
    font-size: 41px;
    font-weight: 300;
    margin-bottom: 25px;
    padding: 0px 15px 0px 15px;
}

.communication-widcontain1 img {
    float: right;
    margin: 0px 15px 0px 10px;
}

/* Post Search Contain */

#post-search-maincontain {
    width: 100%;
    float: left;
    margin-bottom: 35px;
}

#post-a-newtextcontain {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

#post-search-innercontain {
    width: 100%;
    float: left;
    padding: 30px 15px 15px 15px;
    border-radius: 6px;
    border: 1px solid #d2d2d2;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e4e4e4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e4e4e4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e4e4e4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #e4e4e4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #e4e4e4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #e4e4e4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e4e4e4', GradientType=0); /* IE6-9 */
}

#search-postinputbox {
    width: 100%;
    float: left;
}

#search-postinputbox input[type="text"], #search-postinputbox input[type="email"], #search-postinputbox input[type="tel"], #search-postinputbox input[type="password"], #search-postinputbox input[type="number"] {
    width: 100%;
    height: 36px;
    float: left;
    padding: 6px 10px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #8d8d8d;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    background: #ebebeb; /* Old browsers */
    background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(5%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* IE10+ */
    background: linear-gradient(to bottom, #ebebeb 0%, #ffffff 5%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

#search-postinputbox input[type="text"]:focus, #search-postinputbox input[type="email"]:focus, #search-postinputbox input[type="tel"]:focus, #search-postinputbox input[type="password"]:focus, #search-postinputbox input[type="number"]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

#search-postselectcontain {
    width: 100%;
    float: left;
}

#search-postselectcontain select {
    width: 100%;
    height: 36px;
    float: left;
    padding: 6px 10px;
    text-transform: capitalize;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #8d8d8d;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    background: #ebebeb; /* Old browsers */
    background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(5%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* IE10+ */
    background: linear-gradient(to bottom, #ebebeb 0%, #ffffff 5%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

#search-postselectcontain select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

#search-postbuttoncontain {
    width: 100%;
    float: left;
}

#search-postbuttoncontain input[type="submit"], #search-postbuttoncontain input[type="reset"] {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    float: left;
    text-decoration: none;
    text-align: center;
    text-transform: capitalize;
    text-shadow: 0px 1px 0px #37699e;
    font-weight: 600;
    color: #fff;
    padding: 7px 28px;
    border: 0px;
    color: #fff;
    border-radius: 6px;
    display: block;
    cursor: pointer;
    border-bottom: 2px solid #2b6db0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #77b7f8; /* Old browsers */
    background: -moz-linear-gradient(top, #77b7f8 0%, #65abf0 50%, #509dec 51%, #3e90e4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #77b7f8), color-stop(50%, #65abf0), color-stop(51%, #509dec), color-stop(100%, #3e90e4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #77b7f8 0%, #65abf0 50%, #509dec 51%, #3e90e4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #77b7f8 0%, #65abf0 50%, #509dec 51%, #3e90e4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #77b7f8 0%, #65abf0 50%, #509dec 51%, #3e90e4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #77b7f8 0%, #65abf0 50%, #509dec 51%, #3e90e4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b7f8', endColorstr='#3e90e4', GradientType=0); /* IE6-9 */
}

#search-postbuttoncontain input[type="submit"]:focus, #search-postbuttoncontain input[type="reset"]:focus {
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid #2b6db0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #3e90e4; /* Old browsers */
    background: -moz-linear-gradient(top, #3e90e4 0%, #509dec 49%, #65abf0 50%, #77b7f8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e90e4), color-stop(49%, #509dec), color-stop(50%, #65abf0), color-stop(100%, #77b7f8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3e90e4 0%, #509dec 49%, #65abf0 50%, #77b7f8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3e90e4 0%, #509dec 49%, #65abf0 50%, #77b7f8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3e90e4 0%, #509dec 49%, #65abf0 50%, #77b7f8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3e90e4 0%, #509dec 49%, #65abf0 50%, #77b7f8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e90e4', endColorstr='#77b7f8', GradientType=0); /* IE6-9 */
}

#search-postbuttoncontain input[type="submit"]:hover, #search-postbuttoncontain input[type="reset"]:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid #2b6db0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #3e90e4; /* Old browsers */
    background: -moz-linear-gradient(top, #3e90e4 0%, #509dec 49%, #65abf0 50%, #77b7f8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e90e4), color-stop(49%, #509dec), color-stop(50%, #65abf0), color-stop(100%, #77b7f8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3e90e4 0%, #509dec 49%, #65abf0 50%, #77b7f8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3e90e4 0%, #509dec 49%, #65abf0 50%, #77b7f8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3e90e4 0%, #509dec 49%, #65abf0 50%, #77b7f8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3e90e4 0%, #509dec 49%, #65abf0 50%, #77b7f8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e90e4', endColorstr='#77b7f8', GradientType=0); /* IE6-9 */
}

/* Lower Post Section */

#communication-postcontain {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

/* Left Post Section */

#communication-leftpostcontain {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    background: #fff;
    border: 1px solid #dedede;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(220, 223, 226, 1);
    -moz-box-shadow: 2px 2px 2px 0px rgba(220, 223, 226, 1);
    box-shadow: 2px 2px 2px 0px rgba(220, 223, 226, 1);
}

/* Post Notification Titles Section */

#communication-post-noticontain {
    width: 100%;
    float: left;
    margin: 15px 0px 0px 0px;
}

/* Right Filter Selectbox Section */

#filter-selectbox-contain {
    width: 100%;
    float: left;
    margin: 0px 0px 5px 0px;
}

#filter-selectbox-contain table {
    width: 100%;
    float: left;
}

.filter-text {
    text-align: right;
    font-weight: 600;
    line-height: 14px;
}

#filter-postselectcontain {
    width: 100%;
    float: left;
}

#filter-postselectcontain select {
    width: 100%;
    height: 34px;
    float: left;
    padding: 6px 10px;
    text-transform: capitalize;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #8d8d8d;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    background: #ebebeb; /* Old browsers */
    background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(5%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ebebeb 0%, #ffffff 5%); /* IE10+ */
    background: linear-gradient(to bottom, #ebebeb 0%, #ffffff 5%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

#filter-postselectcontain select option {
    padding: 3px 5px;
}

#filter-postselectcontain select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

/* Lower Left Main Post Section */

#lowerleft-main-postcontain {
    width: 100%;
    float: left;
    padding: 25px 15px 15px 15px;
    border-top: 2px solid #dedede;
    margin-top: -7px;
}

.innermain-quepostcontain {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
    padding: 0;
    background: #e6ffde;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.innermain-ticpostcontain {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
    padding: 0;
    background: #ef9797;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.innermain-compostcontain {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
    padding: 0;
    background: #ffe5d1;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.innermain-uppostcontain {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
    padding: 0;
    background: #c1f0fb;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#lowerleft-main-postcontain .question-username-contain .img-circle {
    width: 55px;
    height: 57px
}

.question-username-contain {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.comment-username-contain {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.update-username-contain {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.postimg-contain {
    width: 100%;
    float: left;
    margin: 35px 0px 10px 0px;
    text-align: center;
}

.postimg-contain img {
    border: 1px solid #b1b1b1;
}

.post-author-name {
    width: 100%;
    float: left;
    text-align: center;
    color: #2099e6;
    text-transform: capitalize;
    font-size: 15px;
    margin-bottom: 12%;
}

.post-typetextcontain {
    width: 100%;
    float: left;
    font-size: 13px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 10px;
}

/* Left Post Right Side Content */

.right-post-contain {
    width: 100%;
    float: left;
    border-left: 1px solid #dbdbdb;
    background: #fff;
    padding: 5px 15px 15px 15px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.right-post-titlecontain {
    width: 100%;
    float: left;
    margin: 10px 0px 10px 0px;
}

.right-post-titlecontain h3 {
    width: 100%;
    float: left;
    margin: 0 0 2px 0;
    padding: 0;
    font-size: 17px;
    font-weight: 600;
}

.right-post-titlecontain h3 a {
    width: 100%;
    float: left;
    color: #232323;
    text-decoration: none;
}

.right-post-titlecontain h3 a:hover {
    color: #2099e6;
    text-decoration: underline;
}

.right-post-detail {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    font-size: 14px;
    font-style: italic;
}

.right-post-detail strong {
    font-weight: 400;
    color: #2099e6;
}

.releted_what_color {
    font-weight: 400;
    color: #2099e6;
}

.right-post-related {
    width: 100%;
    float: left;
    font-size: 13px;
}

.post-replies {
    width: 45px;
    height: 50px;
    float: right;
    font-size: 14px;
    background: #e9e9e9;
    border: 1px solid #cacaca;
    padding: 5px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 11px;
}

.post-replies h3 {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.right-post-textcontain {
    width: 100%;
    float: left;
    color: #7c7c7c;
    font-size: 14px;
}

.right-post-auswercontain {
    width: 100%;
    float: left;
    margin-top: 5px;
}

.auswer-button, .auswer-button-question-link {
    width: 100%;
    float: left;
    margin: 12px 0;
}

.auswer-button a {
    color: #313131;
    text-decoration: none;
    float: left;
    padding: 3px 10px 3px 10px;
    background: rgba(102, 175, 233, .6);
    border: 1px solid #c3c3c3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.auswer-button-question-link a {
    color: #505050;
    text-decoration: none;
    float: left;
    padding: 3px 10px 3px 10px;
    background: #ceffd1;
    border: 1px solid #c3c3c3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.auswer-button a:hover {
    color: #fff;
    text-decoration: none;
    background: #509dec;
    border: 1px solid #509dec;
}

.auswer-button-question-link a:hover {
    color: #fff;
    text-decoration: none;
    background: #5ac23a;
    border: 1px solid #51b532;
}

.auswer-button-question a {
    float: left;
    padding: 3px 10px 3px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    background: #5ac23a;
    border: 1px solid #51b532;
    cursor: context-menu;
}

.right-post-updatecontain {
    width: 100%;
    float: left;
    text-align: right;
    color: #616161;
    font-size: 14px;
    margin: 12px 0;
}

/* Post Pagigation Content */

.post-page-navigaion { /*width:60%;*/
    float: right;
    margin: 0 0 10px 0;
}

.post-page-navigaion-GT {
    width: 80%;
    float: right;
    margin: 0 0 10px 0;
}

.post-page-navigaion-PD {
    width: 80%;
    float: right;
    margin: 0 0 10px 0;
}

.post-page-navigaion ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.post-page-navigaion li {
    list-style: none;
    list-style-image: none;
    display: inline;
}

.post-page-navigaion li a, .post-page-navigaion li span {
    color: #717171;
    text-decoration: none;
    font-size: 12px;
    margin: 0px 5px 5px 0px;
    padding: 3px 6px 3px 6px;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f4f4f4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f4f4f4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f4f4f4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0); /* IE6-9 */
}

.post-page-navigaion .active span {
    color: #fff;
    text-decoration: none;
    border: 1px solid #535353;
    border-radius: 4px;
    background: #666666; /* Old browsers */
    background: -moz-linear-gradient(top, #666666 0%, #535353 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #535353)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #666666 0%, #535353 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #666666 0%, #535353 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #666666 0%, #535353 100%); /* IE10+ */
    background: linear-gradient(to bottom, #666666 0%, #535353 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#535353', GradientType=0); /* IE6-9 */

}

.post-page-navigaion li a:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid #535353;
    border-radius: 4px;
    background: #666666; /* Old browsers */
    background: -moz-linear-gradient(top, #666666 0%, #535353 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #535353)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #666666 0%, #535353 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #666666 0%, #535353 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #666666 0%, #535353 100%); /* IE10+ */
    background: linear-gradient(to bottom, #666666 0%, #535353 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#535353', GradientType=0); /* IE6-9 */
}

.color-paginate-li {
    color: #fff !important;
    text-decoration: none !important;
    border: 1px solid #535353 !important;
    border-radius: 4px !important;
    background: #666666 !important; /* Old browsers */
    background: -moz-linear-gradient(top, #666666 0%, #535353 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #535353)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #666666 0%, #535353 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #666666 0%, #535353 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #666666 0%, #535353 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, #666666 0%, #535353 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#535353', GradientType=0); /* IE6-9 */
}

.color-paginate-li-pd {
    color: #fff !important;
    text-decoration: none !important;
    border: 1px solid #535353 !important;
    border-radius: 4px !important;
    background: #666666 !important; /* Old browsers */
    background: -moz-linear-gradient(top, #666666 0%, #535353 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #535353)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #666666 0%, #535353 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #666666 0%, #535353 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #666666 0%, #535353 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, #666666 0%, #535353 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#535353', GradientType=0); /* IE6-9 */
}

.post-page-navigaion li.current a {
    color: #fff;
    text-decoration: none;
    border: 1px solid #535353;
    border-radius: 4px;
    background: #666666; /* Old browsers */
    background: -moz-linear-gradient(top, #666666 0%, #535353 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #535353)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #666666 0%, #535353 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #666666 0%, #535353 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #666666 0%, #535353 100%); /* IE10+ */
    background: linear-gradient(to bottom, #666666 0%, #535353 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#535353', GradientType=0); /* IE6-9 */
}

.post-page-navigaion li.arrow a {
    color: #717171;
    text-decoration: none;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    background: #f9f9f9; /* Old browsers */
    background: -moz-linear-gradient(top, #f9f9f9 0%, #eaeaea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #eaeaea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #eaeaea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9f9f9 0%, #eaeaea 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f9f9f9 0%, #eaeaea 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f9f9f9 0%, #eaeaea 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#eaeaea', GradientType=0); /* IE6-9 */
}

.post-page-navigaion li.arrow a:hover {
    color: #717171;
    text-decoration: none;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    background: #eaeaea; /* Old browsers */
    background: -moz-linear-gradient(top, #eaeaea 0%, #f9f9f9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(100%, #f9f9f9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eaeaea 0%, #f9f9f9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eaeaea 0%, #f9f9f9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eaeaea 0%, #f9f9f9 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eaeaea 0%, #f9f9f9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#f9f9f9', GradientType=0); /* IE6-9 */
}

/* Communication Right Sidebar Section */

.comm-right-mainsidecontain {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.comm-right-innsidecontain {
    width: 100%;
    float: left;
    padding: 0;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #dedede;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(220, 223, 226, 1);
    -moz-box-shadow: 2px 2px 2px 0px rgba(220, 223, 226, 1);
    box-shadow: 2px 2px 2px 0px rgba(220, 223, 226, 1);
}

.comm-right-heading {
    width: 100%;
    float: left;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    background: #6f7e95;
    color: #fff;
    padding: 15px 15px;
    text-align: left;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-top: -1px;
    margin-bottom: 15px;
}

.comm-right-innsidecontain ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style-image: none;
}

.comm-right-innsidecontain li {
    width: 100%;
    float: left;
    list-style: none;
    list-style-image: none;
    padding: 10px 10px 10px 10px;
    border-top: 1px solid #e5e8ea;
    font-size: 12px;
}

.comm-right-innsidecontain li:first-child {
    border-top: none;
    padding-top: 0;
}

ul.see-all-update {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.see-all-update li {
    width: 100%;
    float: left;
    list-style: none;
    list-style-image: url(/images/gray-arrow.png);
    margin: 6px 0px 0px 20px;
}

/*----------------------- Communication Question Page Section -----------------------*/

#comm-question-maintab {
    width: 100%;
    float: left;
    margin-bottom: 35px;
    border: 1px solid #778fb0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #8da2c0; /* Old browsers */
    background: -moz-linear-gradient(top, #8da2c0 0%, #6f7f97 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8da2c0), color-stop(100%, #6f7f97)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #8da2c0 0%, #6f7f97 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #8da2c0 0%, #6f7f97 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #8da2c0 0%, #6f7f97 100%); /* IE10+ */
    background: linear-gradient(to bottom, #8da2c0 0%, #6f7f97 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8da2c0', endColorstr='#6f7f97', GradientType=0); /* IE6-9 */
}

#comm-question-innertab {
    width: 100%;
    float: left;
    padding: 20px;
    background: url(/images/question-tabvector.png) no-repeat right top;
}

#comm-question-innertab h1 {
    width: 100%;
    float: left;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0px 2px 0px #72839b;
    margin: 0 0 6px 0;
    padding: 0;
}

#comm-question-innertab h3 {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fff;
    text-shadow: 0px 2px 0px #72839b;
    margin: 0;
    padding: 0;
}

.navbar {
    margin: 0;
    color: #fff;
    z-index: 5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar a {
    color: #fff;
}

.navbar a:hover {
    text-decoration: none;
}

.navbar .row {
    margin: 0;
    padding: 0;
}

.navbar .slate-nav {
    float: left;
    color: #fff;
}

.navbar .slate-nav.nav-pills > li {
    margin: 0px 1px 0 0;
}

.navbar .slate-nav.nav-pills > li + li {
    margin: 0px 1px 0 0;
}

.navbar .slate-nav li:first-child a {
    background: none;
}

.navbar .slate-nav li:first-child.dropdown-header a {
}

.navbar .slate-nav li:last-child a {
}

.navbar .slate-nav li:last-child.dropdown-footer a {
}

.navbar .slate-nav li a {
    color: #3e3e3e;
    background: none;
    border-radius: 0;
}

.navbar .slate-nav li a:hover, .navbar .slate-nav li a:active, .navbar .slate-nav li a:focus {
    color: #3e3e3e;
    border-bottom: 3px solid #a7a7a7;
}

.show-all-hover-color {
    color: rgb(62, 62, 62);
    border-bottom: 3px solid rgb(167, 167, 167);
}

.navbar .slate-nav li a:hover .badge, .navbar .slate-nav li a:active .badge, .navbar .slate-nav li a:focus .badge {
}

.badge-green {
    background: #5ac23a;
    color: #fff;
}

.badge-magenta {
    background: #ef9797;
    color: #fff;
}

.badge-orange {
    background: #d8803a;
    color: #fff;
}

.badge-blue {
    background: #3bb8ec;
    color: #fff;
}

.badge-red {
    background: #dc3737;
    color: #fff;
}

.navbar .dropdown-menu {
    min-width: 240px;
    margin-top: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar .dropdown-menu.pull-right {
    margin-right: -1px;
    margin-top: -3px;
}

.navbar .dropdown-menu li a {
    color: #20262a;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar .dropdown-menu li a:hover {
    color: #fff;
    background: #26a0e5;
    border-bottom: none;
}

.navbar .dropdown-menu li.disabled a {
    color: #8fa0a8;
}

.navbar .dropdown-menu li.disabled a:hover {
    background: #f2f4f6;
}

.navbar .dropdown-menu .dropdown-header {
    padding: 8px 20px 16px 20px;
    border-bottom: 1px solid #dbe3e7;
    font-size: 14px;
    color: #20262a;
    margin-bottom: 8px;
}

.navbar .dropdown-menu .dropdown-header a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar .dropdown-menu .dropdown-footer {
    padding: 8px 0 4px 0;
    border-top: 1px solid #dbe3e7;
    font-size: 14px;
    color: #20262a;
    margin-top: 8px;
}

.navbar .dropdown-menu .dropdown-footer a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nav_content {
    position: relative;
    float: left;
}

.navbar .dropdown-menu-correct-minwidth {
    min-width: 0px;
}

.navbar-header-smallBig {
    background: #354052;
}

.dropdown-menu li a:hover {
    background: #26a0e5;
    color: #fff;
}

.dropdown-menu.dropdown-light-hover li:not(.dropdown-header):not(.dropdown-footer) a:hover {
    color: #20262a;
    background: #f7f8fa;
}

.dropdown-menu.dropdown-light-hover li:not(.dropdown-header):not(.dropdown-footer) a:hover .badge {
    background: #26a0e5;
    color: #fff;
    border-color: #26a0e5;
}

.slate-message {
    max-width: 300px;
}

.slate-message-avatar {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    margin-right: 10px;
    border: 2px solid transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.slate-message-body {
    max-width: 130px;
    vertical-align: middle;
    white-space: normal;
    display: inline-block;
    padding: 5px 0;
}

.slate-message-title {
    display: inline-block;
    width: 100%;
}

.slate-message-title .slate-message-title-name {
    color: #26a0e5;
    font-weight: 700;
}

.slate-message-date {
    display: block;
    color: #8fa0a8;
}

.slate-message a:hover .slate-message-body,
.slate-message a:hover .slate-message-title,
.slate-message a:hover .slate-message-title-name,
.slate-message a:hover .slate-message-date {
    color: #fff;
}

.slate-message a:hover .slate-message-avatar {
    border: 2px solid #fff;
    -webkit-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -o-transform: rotate(7deg);
    transform: rotate(7deg);
}

.slate-statboxes {
    padding: 0 !important;
}

.slate-statbox {
    *zoom: 1;
    border-right: 1px solid #dbe3e7;
    padding: 15px;
}

.slate-statbox:before,
.slate-statbox:after {
    display: table;
    content: "";
    line-height: 0;
}

.slate-statbox:after {
    clear: both;
}

.slate-statbox:last-child {
    border: 0;
}

.slate-statbox i.slate-statbox-icon {
    font-size: 48px;
    float: left;
}

.slate-statbox .slate-statbox-title {
    font-size: 20px;
    text-indent: 10px;
}

.slate-statbox .slate-statbox-value {
    font-size: 16px;
    text-indent: 10px;
}

.slate-statbox.red i {
    color: #e52626;
}

.slate-statbox.red .slate-statbox-value {
    color: #8fa0a8;
}

.slate-statbox.purple i {
    color: #a14eff;
}

.slate-statbox.purple .slate-statbox-value {
    color: #8fa0a8;
}

.slate-statbox.blue i {
    color: #26a0e5;
}

.slate-statbox.blue .slate-statbox-value {
    color: #8fa0a8;
}

.slate-statbox.green i {
    color: #a7d005;
}

.slate-statbox.green .slate-statbox-value {
    color: #8fa0a8;
}

.slate-statbox.yellow i {
    color: #ffc617;
}

.slate-statbox.yellow .slate-statbox-value {
    color: #8fa0a8;
}

.slate-statbox i.fa-caret-up {
    color: #a7d005;
}

.slate-statbox i.fa-caret-down {
    color: #e52626;
}

.slate-colorbox {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *zoom: 1;
}

.slate-colorbox:before,
.slate-colorbox:after {
    display: table;
    content: "";
    line-height: 0;
}

.slate-colorbox:after {
    clear: both;
}

.slate-colorbox .label {
    line-height: 40px;
    padding: 0 10px;
}

.slate-colorbox.red {
    background: #e52626;
    color: #fff;
    border: 1px solid #aa1414;
}

.slate-colorbox.red .label {
    background: #c11717;
    border: 0;
    color: #fff;
}

.slate-colorbox.blue {
    background: #26a0e5;
    color: #fff;
    border: 1px solid #1474aa;
}

.slate-colorbox.blue .label {
    background: #1784c1;
    border: 0;
    color: #fff;
}

.slate-colorbox.green {
    background: #a7d005;
    color: #fff;
    border: 1px solid #6b8503;
}

.slate-colorbox.green .label {
    background: #93b704;
    border: 0;
    color: #fff;
}

.slate-colorbox.yellow {
    background: #ffc617;
    color: #62510b;
    border: 1px solid #c99800;
}

.slate-colorbox.yellow .label {
    background: #e3ab00;
    border: 0;
    color: #62510b;
}

.slate-colorbox i {
    float: left;
    font-size: 40px;
    line-height: 40px;
}

.slate-colorbox .slate-colorbox-label {
    float: left;
    line-height: 40px;
    padding: 0 0 0 10px;
}

.morris-hover {
    position: absolute;
    z-index: 1000;
}

.morris-hover.morris-default-style {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 20px 14px 20px;
    color: #333;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    font-size: 14px;
    text-align: center;
}

.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: bold;
    margin: 0.25em 0;
}

.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: 0.1em 0;
}

/*colloboration part */

.filter-box-navbar {
    padding-top: 3px;
}

#loader {
    text-align: center;
    display: none;
}

/* Post Comment Content */

#comm-question-innertab1 {
    width: 100%;
    float: left;
    padding: 20px;
    background: url(/images/comment-tabvector.png) no-repeat right top;
}

#comm-question-innertab1 h1 {
    width: 100%;
    float: left;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0px 2px 0px #72839b;
    margin: 0 0 6px 0;
    padding: 0;
}

#comm-question-innertab1 h3 {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fff;
    text-shadow: 0px 2px 0px #72839b;
    margin: 0;
    padding: 0;
}

/* Post Update Content */

#comm-question-innertab2 {
    width: 100%;
    float: left;
    padding: 20px;
    background: url(/images/update-tabvector.png) no-repeat right top;
}

#comm-question-innertab2 h1 {
    width: 100%;
    float: left;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0px 2px 0px #72839b;
    margin: 0 0 6px 0;
    padding: 0;
}

#comm-question-innertab2 h3 {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fff;
    text-shadow: 0px 2px 0px #72839b;
    margin: 0;
    padding: 0;
}

/* Left Side Content */

#top-backtomain-contain {
    width: 100%;
    float: left;
    border-bottom: 2px solid #dedede;
    line-height: 50px;
    font-weight: 600;
}

#top-backtomain-contain img {
    margin: 0px 10px 0px 15px;
}

#left-side-questionmaincontain {
    width: 100%;
    float: left;
    padding: 15px;
}

#question-form-maincontain {
    width: 100%;
    float: left;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 0;
}

.ques-form-fieldname {
    line-height: 35px;
    color: #333;
}

#editor {
    max-height: 150px;
    height: 150px;
    background-color: white;
    border-collapse: separate;
    border: 1px solid rgb(204, 204, 204);
    padding: 10px;
    box-sizing: content-box;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    overflow: auto;
    outline: none;
}
.welcome-editor {
    max-height: 500px !important;
    height: 500px !important;
}

#voiceBtn {
    width: 20px;
    color: transparent;
    background-color: transparent;
    transform: scale(2.0, 2.0);
    -webkit-transform: scale(2.0, 2.0);
    -moz-transform: scale(2.0, 2.0);
    border: transparent;
    cursor: pointer;
    box-shadow: none;
    -webkit-box-shadow: none;
}

div[data-role="editor-toolbar"] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dropdown-menu a {
    cursor: pointer;
}

/*add list*/
.listAddCcNdcContent {
    list-style: none;
    padding: 0px;
}

.listAddCcNdcContent li {
    margin: 20px 0px;
}

.listAddCcNdcContent li span {
    width: 24%;
    display: inline-block;
    text-align: center;
}

.list-ranges {
    overflow-x: hidden;
}

/*upload list*/
.listUploadTadigs {
    height: 200px;
    overflow-y: scroll;
    margin-bottom: 10px;
}

.listUploadTadigsContent {
    list-style: none;
    padding: 0px;
}

.listUploadTadigsContent li {
    margin: 20px 0px;
}

.listUploadTadigsContent li span {
    width: 25%;
    display: inline-block;
    text-align: center;
}

.headerBorderUploadList span {
    border: 1px solid #000;
}

/*end upload list*/

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.form-grupcontain1 {
    width: 95%;
    margin: auto;
}

.form-grupcontain1 input[type="submit"], .form-grupcontain1 input[type="reset"] {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    float: left;
    text-decoration: none;
    text-align: center;
    text-transform: capitalize;
    text-shadow: 0px 1px 0px #559641;
    font-weight: 600;
    color: #fff;
    padding: 5px 16px;
    border: 0px;
    color: #fff;
    border-radius: 6px;
    display: block;
    cursor: pointer;
    border: 1px solid #72d751;
    border-bottom: 2px solid #409227;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #8fdc77; /* Old browsers */
    background: -moz-linear-gradient(top, #8fdc77 0%, #83ce6b 50%, #6fc354 51%, #61b347 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8fdc77), color-stop(50%, #83ce6b), color-stop(51%, #6fc354), color-stop(100%, #61b347)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #8fdc77 0%, #83ce6b 50%, #6fc354 51%, #61b347 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #8fdc77 0%, #83ce6b 50%, #6fc354 51%, #61b347 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #8fdc77 0%, #83ce6b 50%, #6fc354 51%, #61b347 100%); /* IE10+ */
    background: linear-gradient(to bottom, #8fdc77 0%, #83ce6b 50%, #6fc354 51%, #61b347 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fdc77', endColorstr='#61b347', GradientType=0); /* IE6-9 */
}

.form-grupcontain1input[type="submit"]:focus, .form-grupcontain1 input[type="reset"]:focus {
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid #559641;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #61b347; /* Old browsers */
    background: -moz-linear-gradient(top, #61b347 0%, #6fc354 49%, #83ce6b 50%, #8fdc77 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #61b347), color-stop(49%, #6fc354), color-stop(50%, #83ce6b), color-stop(100%, #8fdc77)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #61b347 0%, #6fc354 49%, #83ce6b 50%, #8fdc77 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #61b347 0%, #6fc354 49%, #83ce6b 50%, #8fdc77 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #61b347 0%, #6fc354 49%, #83ce6b 50%, #8fdc77 100%); /* IE10+ */
    background: linear-gradient(to bottom, #61b347 0%, #6fc354 49%, #83ce6b 50%, #8fdc77 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#61b347', endColorstr='#8fdc77', GradientType=0); /* IE6-9 */
}

.form-grupcontain1 input[type="submit"]:hover, .form-grupcontain1 input[type="reset"]:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid #559641;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #61b347; /* Old browsers */
    background: -moz-linear-gradient(top, #61b347 0%, #6fc354 49%, #83ce6b 50%, #8fdc77 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #61b347), color-stop(49%, #6fc354), color-stop(50%, #83ce6b), color-stop(100%, #8fdc77)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #61b347 0%, #6fc354 49%, #83ce6b 50%, #8fdc77 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #61b347 0%, #6fc354 49%, #83ce6b 50%, #8fdc77 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #61b347 0%, #6fc354 49%, #83ce6b 50%, #8fdc77 100%); /* IE10+ */
    background: linear-gradient(to bottom, #61b347 0%, #6fc354 49%, #83ce6b 50%, #8fdc77 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#61b347', endColorstr='#8fdc77', GradientType=0); /* IE6-9 */
}

/* Right Side Widget */

.comm-right-mainsidecontain1 {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.comm-right-innsidecontain1 {
    width: 100%;
    float: left;
    padding: 0;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #dedede;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(220, 223, 226, 1);
    -moz-box-shadow: 2px 2px 2px 0px rgba(220, 223, 226, 1);
    box-shadow: 2px 2px 2px 0px rgba(220, 223, 226, 1);
}

.comm-right-heading1 {
    width: 100%;
    float: left;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    background: #6f7e95;
    color: #fff;
    padding: 15px 15px;
    text-align: left;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-top: -1px;
    margin-bottom: 15px;
}

.comm-right-innsidecontain1 ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style-image: none;
}

.comm-right-innsidecontain1 li {
    width: 100%;
    float: left;
    list-style: none;
    list-style-image: none;
    padding: 10px 10px 10px 10px;
    border-top: 1px solid #e5e8ea;
    font-size: 14px;
}

.comm-right-innsidecontain1 li:first-child {
    border-top: none;
    padding-top: 0;
}

.comm-right-innsidecontain1 li h3 {
    width: 100%;
    float: left;
    margin: 0 0 6px 0;
    padding: 0;
    font-size: 18px;
}

.comm-right-innsidecontain1 li p {
    font-style: italic;
}

/*----------------------- Post Reply Page -----------------------*/

.close-question {
    width: 163px;
    float: right;
}

.close-question a {
    width: 163px;
    height: 36px;
    float: left;
    background: url(/images/close-question-button.png) no-repeat left top;
}

.close-question1 {
    width: 163px;
    float: right;
}

.close-question1 a {
    width: 163px;
    height: 36px;
    float: left;
    background: url(/images/close-question-button1.jpg) no-repeat left top;
}

.post-response-contain {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.post-response-contain h3 {
    width: 100%;
    float: left;
    color: #dbdbdb;
    font-size: 20px;
    color: #434343;
    border-top: 1px solid #dbdbdb;
    margin: 0 0 10px 0;
    padding: 10px 0 0 0;
}

.post-response-contain h3:first-child {
    border-top: none;
}

.post-response-contain1 {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.post-response-contain1 h3 {
    width: 100%;
    float: left;
    color: #dbdbdb;
    font-size: 20px;
    color: #434343;
    border-bottom: 1px solid #dbdbdb;
    margin: 0 0 10px 0;
    padding: 0 0 12px 0;
}

.close {
    opacity: 1;
    font-size: 25px;
    font-weight: 600;
}

.nav > li > a {
    padding: 10px 8px;
}

/* ------ sections with overflow------*/
.panel-body-overflow {
    overflow-x: hidden;
    max-height: 249px;
}

/*----------------------- Footer Section -----------------------*/

#footer {
    width: 100%;
    float: left;
    background: #d8e3ec;
    font-size: 14px;
}

#copyright-contain {
    width: 100%;
    float: left;
    text-align: center;
    padding: 15px 0;
}

/*----------------------- MSISDN Lookup Section -----------------------*/

.top-msisdn-contain {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.top-msisdn-contain span {
    width: 100%;
    float: left;
    color: #000;
    margin: 5px 0px 15px 0px;
}

.top-msisdn-contain input {
    width: 100%;
    float: left;
    font-family: "Source Sans Pro", sans-serif;
    height: 34px;
    padding: 6px 10px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #404349;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 15px;
}

.top-msisdn-contain input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.top-msisdn-contain input[type="submit"], .top-msisdn-contain input[type="reset"] {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    float: left;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 7px 20px 7px 20px;
    border-radius: 4px;
    border: 1px solid #518697;
    background: #7ad2ee; /* Old browsers */
    background: -moz-linear-gradient(top, #7ad2ee 0%, #61b1ce 3%, #518697 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7ad2ee), color-stop(3%, #61b1ce), color-stop(100%, #518697)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7ad2ee 0%, #61b1ce 3%, #518697 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7ad2ee 0%, #61b1ce 3%, #518697 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7ad2ee 0%, #61b1ce 3%, #518697 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7ad2ee 0%, #61b1ce 3%, #518697 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ad2ee', endColorstr='#518697', GradientType=0); /* IE6-9 */
}

.top-msisdn-contain input[type="submit"]:focus, .top-msisdn-contain input[type="reset"]:focus {
    color: #fff;
    text-decoration: none;
    border: 1px solid #74849b;
    background: #d0dae1; /* Old browsers */
    background: -moz-linear-gradient(top, #d0dae1 0%, #9fb2c0 3%, #73839a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0dae1), color-stop(3%, #9fb2c0), color-stop(100%, #73839a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d0dae1 0%, #9fb2c0 3%, #73839a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d0dae1 0%, #9fb2c0 3%, #73839a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d0dae1 0%, #9fb2c0 3%, #73839a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d0dae1 0%, #9fb2c0 3%, #73839a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0dae1', endColorstr='#73839a', GradientType=0); /* IE6-9 */
}

.top-msisdn-contain input[type="submit"]:hover, .top-msisdn-contain input[type="reset"]:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid #74849b;
    background: #d0dae1; /* Old browsers */
    background: -moz-linear-gradient(top, #d0dae1 0%, #9fb2c0 3%, #73839a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0dae1), color-stop(3%, #9fb2c0), color-stop(100%, #73839a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d0dae1 0%, #9fb2c0 3%, #73839a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d0dae1 0%, #9fb2c0 3%, #73839a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d0dae1 0%, #9fb2c0 3%, #73839a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d0dae1 0%, #9fb2c0 3%, #73839a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0dae1', endColorstr='#73839a', GradientType=0); /* IE6-9 */
}

.page-msisdn-lookup td,
.page-msisdn-lookup th {
    font-size: 13px;
}

/*----------------------- MODALS Section -----------------------*/

#loaderModal {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999999999;
    background: rgba(0, 0, 0, .4);
    display: none;
}

#loaderModal img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -64px 0 0 -64px;
}

.roamingaudit__run-audit-button:disabled {
    opacity: .7;
}

.roamingaudit__audit-result--current {
    color: red;
    font-weight: 700;
}

.audit-result__details-cell {
    border-top: 1px solid #d8dce0;
    color: #373d3e;
    font-size: 12px;
    line-height: 18px;
    min-height: 50px;
    padding: 5px !important;
    text-align: center;
    text-transform: uppercase;
}

.audit-result__details-cell--nowrap {
    white-space: nowrap;
}

.audit-results__button--slim {
    height: 28px;
    padding: 3px 12px;
}

.audit-results__modal-dialog {
    max-width: 800px;
    width: auto;
}

.audit-results__link {
    text-decoration: underline;
    text-decoration-style: dotted;
    color: #2099e6;
}

.audit-result__analysis-modal-dialog {
    max-width: 800px;
    width: auto;
}

.template-comparison__modal-dialog {
    max-width: 800px;
    width: auto;
}

lite-loader {
    display: none;
}

.lite-loader__container {
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.lite-loader__progress-bar-container {
    left: 45%;
    z-index: 1500;
    position: fixed;
    top: 45%;
    width: 160px;
}

.lite-loader__progress-bar {
    width: 160px;
}

.lite-loader__progress-bar-label {
    color: #fff;
    position: absolute;
    left: 45%;
    font-weight: 700;
    top: -2px;
}

.template-comparison__cell {
    font-size: 12px;
}

.audit-result__analysis-cell {
    font-size: 12px;
}

.template-comparison__cell--wide-actions {
    min-width: 130px;
}

.ir-21-dash .dash-select-actions {
    height: 31px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('/images/ir21-dash-actions-icon.png') !important;
    background-repeat: no-repeat;
    background-position: 93% 50%;
}

#asignModal .form-control {
    padding: 0;
}

#asignModal .assignee {
    padding: 0;
    width: 364px;
    height: 44px;
    float: right;
    border: none;
    margin-right: 1px;
    font-size: 16px;
    color: black;
    background-image: url('/images/ir21-dash-modal-arrow-down.png') !important;
}

#asignModal .assignee option:hover {
    background-color: red !important;
}

.ir-21-dash .td-title:hover {
    cursor: pointer;
}

.ir-21-dash .summary-table-header {
    background: #f5f5f5;
}

.ir-21-dash .table-header {
    background: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
}

.ir-21-dash .releases-actions {
    float: right;
}

.ir-21-dash-h3 {
    margin-bottom: 20px;
    padding: 0 0 4px 0;
    font-family: Source Sans Pro, sans-serif;
    color: #00b4ff;
    border-bottom: 1px solid #d5d9dd;
    font-size: 26px
}

.ir-21-dash .top-blocks h3 {
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
}

.ir-21-dash .top-blocks p {
    font-size: 18px;
    color: #6c6c6c;
    font-family: Source Sans Pro, sans-serif;
}

.ir-21-dash .top-blocks p.num {
    font-size: 25px;
}

.ir-21-dash .right-widget-contain {
    /*margin-bottom: 32px;*/

}

.ir-21-dash .list_of_changes {
    margin-top: 17px;
    clear: both;
}

.ir-21-dash .input-group {
    width: 144px;
    height: 30px;
    margin-top: 5px;
    /*border: 1px solid #596577;*/
    border-radius: 5px;
}

.change-actions .dropdown-menu li a:hover {
    color: #616161;
}

/*.change-actions .dropdown-menu .divider {*/
/*height: 1px;*/
/*margin: 0;*/
/*overflow: hidden;*/
/*background-color: #cdcdcd;*/
/*}*/

.change-actions .btn:hover, .btn:focus, .btn.focus {
    color: black;
}

.ir-21-dash .input-group .date-selector {
    font-size: 14px;
    height: 30px;
    text-align: center;
    width: 89px;
    border: 0;
    background: #ffffff;
    padding: 5px;
    /*margin-top: 1px;*/
}

.left_button:hover, .right_button:hover {
    cursor: pointer;
}

.ir-21-dash .input-group .input-group-addon {
    height: 30px;
    padding: 7px;
    border: 0;
    background: #ebebeb;
    border-left: 1px solid #a4aab4
}

.left_button_parent, .right_button_parent {
    padding-top: 8px;
}

.left_button_parent {
    float: left;
    padding-left: 5px;
}

.right_button_parent {
    padding-right: 5px;
}

.left_button {
    float: left;
    height: 15px;
}

.right_button {
    height: 15px;
}

.ir-21-dash .input-group {
    background: #ffffff;
}

.ir-21-dash .middle-table-contain h3 {
    padding: 0 10px;
    font-size: 16px;
    font-family: "Source Sans Pro", sans-serif;
}

.ir-21-dash .middle-table-contain a, .ir-21-dash .middle-table-contain input {
    line-height: 0;
}

.ir-21-dash .middle-table-contain input {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
}

.ir-21-dash .middle-table-contain input.reset_filters {
    height: 30px;
    margin-top: 5px;
    margin-left: 9px;
    color: #616161;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    background: #fafafa;
    background: -moz-linear-gradient(top, #fafafa 0%, #f1f1f1 55%, #e4e4e4 55%, #d8d8d8 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fafafa), color-stop(55%, #f1f1f1), color-stop(55%, #e4e4e4), color-stop(100%, #d8d8d8));
    background: -webkit-linear-gradient(top, #fafafa 0%, #f1f1f1 55%, #e4e4e4 55%, #d8d8d8 100%);
    background: -o-linear-gradient(top, #fafafa 0%, #f1f1f1 55%, #e4e4e4 55%, #d8d8d8 100%);
    background: -ms-linear-gradient(top, #fafafa 0%, #f1f1f1 55%, #e4e4e4 55%, #d8d8d8 100%);
    background: linear-gradient(to bottom, #fafafa 0%, #f1f1f1 55%, #e4e4e4 55%, #d8d8d8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#d8d8d8', GradientType=0);
}

.ir-21-dash .td-title, .ir-21-dash .td-title1 {
    color: #7c7c7c;
    text-align: left;
}

.ir-21-dash table {
    /*border: 1px solid #dadbdc;*/
}

.table-filters {
    height: 31px;
    margin: 0;
    padding: 2px;
    font-size: 12px !important;
    color: #616161;

}

.dash-td, .dash-td:hover {
    line-height: 23px;
    color: #616161;
}

.dash-td-checkbox {
    width: 50px;
    position: relative;
    min-width: 40px;
}

.dash-select-actions {
    width: 150px;
    padding: 0 0 0 8px;
    color: #989898;
}

.change-actions {
    padding: 10px 5px 10px 8px;
}

.select-action.btn-group {
    width: 100%;
    min-width: 140px;
    width: 150px;
}

.select-action.btn-group button:first-of-type {
    width: 80%;
    pointer-events: none;
    cursor: default;
    background: #f8f8f8;
    color: #616161;
    font-size: 17px !important;
    font-family: "Source Sans Pro";
    font-weight: 500 !important;
    padding: 9px 13px 8px 13px;
    line-height: 1;
    text-align: left;
}

.select-action.btn-group button:last-of-type {
    width: 20%;
    line-height: 1;
    padding: 10px 0;
    text-align: center;

}

.select-action.btn-group ul {
    width: 100%;
    min-width: 140px;
    padding: 0;
    margin: 0;
}

.select-action.btn-group ul li:not(.divider) a {
    padding: 13px 13px;
    color: #616161;
    font-size: 17px !important;
    font-family: "Source Sans Pro";
}

.select-action.btn-group ul li:not(.divider) a:hover {
    background: #e4f9ff;
}

.select-action.btn-group ul li a {
    padding: 0;
    line-height: 1;
}

.btn-group.select-action.open button:first-of-type {
    border-bottom-left-radius: 0;
}

.btn-group.select-action.open button:last-of-type {
    border-bottom-right-radius: 0;
    margin: 0;
}

.select-action.btn-group ul.dropdown-menu {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.ir-21-dash input[type="checkbox"] {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.ir-21-dash .td-title, .ir-21-dash .td-title1 {
    font-size: 13px;
    font-family: Source Sans Pro, sans-serif;
}

.ir-21-dash .td-contain {
    text-transform: none;
    font-size: 12px;
}

.ir-21-dash .td-title img {
    margin-left: 8px;
}

.ir-21-dash .td-title1, .ir-21-dash .td-title, .dash-td, .ir-21-dash .td-contain {
    padding: 5px 5px 5px 10px;
    text-align: left;
}

.checkbox-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    /* left: 20px; */
    right: 0px;
}

.changes-action-icon {
    position: absolute;
    right: 4px;
    bottom: 0;
    top: 0;
    margin: auto;
    margin-top: 18px;
}

.changes-action-button {
    width: 103px;
    text-align: left;
}

.changes-action-box {
    position: relative
}

.reset_filters {
    text-transform: none;
}

.ir-21-dash .middle-table-contain {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dadbdc;
}

.ir-21-dash .select-action-dropdown li {
    /*text-transform: none;*/
    border-bottom: 1px solid #cdcdcd;
}

/*.ir-21-dash .select-action-dropdown a:hover {*/
/*text-decoration: none;*/
/*}*/
.ir-21-dash .select-action-dropdown li:last-child {
    border: none;
}

.middle-table-contain {
    box-shadow: none;
    border: none;
}

/*.actions-option:hover {*/
/*color:#000;*/
/*background:#e4f9ff;*/
/*}*/

/*.actions-option {*/
/*color:#000;*/
/*background:#e4f9ff;*/
/*}*/

.layout-row {
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.panel-header {
    background: #6f7e95;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
    padding-right: 10px;
}

.panel-header .releases-actions {
    cursor: pointer;
    line-height: 0;
}

.panel-header h3 {
    float: left;
    width: auto;
    border-radius: 0 !important;
    background: none;

}

.rightWidget .first-border,
.rightWidget .second-border,
.rightWidget .third-border,
.rightWidget .fourth-border {
    position: relative;
}

.rightWidget .first-border:before,
.rightWidget .second-border:before,
.rightWidget .third-border:before,
.rightWidget .fourth-border:before {
    height: 4px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;

}

.rightWidget .first-border:before {
    background: #2ec6c8;
}

.rightWidget .second-border:before {
    background: #f4984e;
}

.rightWidget .third-border:before {
    background: #48e318;
}

.rightWidget .fourth-border:before {
    background: #b5a1dd;
}

.pagin_ {
    margin: 0;
    float: left;
    background: #fff;

}

.pagin_ > li > a, .pagin_ > li > span {
    position: relative;
    float: left;
    padding: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 26px !important;
    line-height: inherit;
    border: 1px solid #ccc;
}

.selTable {
    float: left;
    min-width: 60px;
    margin-left: 19px;
    min-height: 30px;
    border: 1px solid #ccc;
    padding-left: 7px;
    border-radius: 4px;
    cursor: pointer;
}

.pagin_ .active {
    color: #666666;
    background-color: #fff;
}

.bootom-content {
    padding: 5px 15px;
    background: #fff;
    color: #666666;
    font-size: 14px;
}

.pagin_ > li > a:hover,
.pagin_ > li > span:hover,
.pagin_ > li > a:focus,
.pagin_ > li > span:focus,
.pagin_ .active {
    z-index: 3;
    color: #fff;
    background-color: #6fc64d;
    border-color: #6fc64d;
}

.item-display {
    font-size: 12px;
    margin-left: 5px;
    margin-top: 5px;
}

.clear {
    clear: both;
}

.textp {
    float: left;
    font-size: 14px;
    color: #656565;
    margin: 5px 0 0 10px;;
}

.btn_group button {
    margin-right: 5px;

}

.btn_group {
    margin: 10px 0 0 12px;
}

.btn-asign,
.btn-asign:hover,
.btn-asign:focus {
    background: #5ed772;
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    min-width: 125px;
    padding: 10px;
}

.btn-cancel,
.btn-cancel:focus,
.btn-cancel:hover {
    font-size: 15px;
    color: #3572b0;
    background: transparent;
    text-transform: capitalize;
}

.sectionMain table {
    -webkit-box-shadow: -1px 2px 5px 0px rgba(228, 233, 236, 1);
    -moz-box-shadow: -1px 2px 5px 0px rgba(228, 233, 236, 1);
    box-shadow: -1px 2px 5px 0px rgba(228, 233, 236, 1);
}

.arrows {
    position: relative;
    cursor: pointer;
    display: inline-block;
    top: -3px;
}

.arrows .arrow-down {
    position: absolute;
    bottom: -3px;
. activetable-item
}

.arrow-leftborder {
    border-left: 1px solid #bdbbb9;
}

.arrow-rightborder {
    border-right: 1px solid #bdbbb9;
}

.activetable-item td {
    font-weight: 600;
}

#asignModal .modal-title {
    font-size: 22px;
    color: #000000;

}

#asignModal {
    font-size: 15px;
    color: #666;
}

#asignModal .modal-header {
    margin-bottom: 20px;
}

#asignModal .astxt {
    margin-top: 11px;
}

button:focus, a:focus {
    outline: 0;
}

.list_of_changes .responsive-table {
    overflow-x: auto;
}

.list_of_changes .responsive-table > .middle-table-contain {
    min-width: 1050px;
    margin-bottom: 0;
}
.list_of_changes .dash-select-actions option {

}
.list_of_changes  .btn-group.select-action.open button {
    border-bottom-left-radius: 0px !important;
}
.table_Ir .responsive-table {
    overflow-x: auto;
}

.table_Ir .responsive-table > .middle-table-contain {
    min-width: 505px;
    margin-bottom: 0;
}

.table_Ir span.date-selector.form-control,
.list_of_changes  span.date-selector.form-control{
    background: transparent;
    width: 100%;
    max-width: 89px;
}
.select-table .bootstrap-select .dropdown-menu.open {
    border-top-left-radius: 0px !important;
    border-right-left-radius: 0px !important;
    margin: 0;
}
.select-table .bootstrap-select .btn {
    padding: 4px 13px 3px;
}
.select-table .bootstrap-select .dropdown-menu.open {
    left: auto;
    right: 0;
}
.select-table .bootstrap-select .filter-option {
    line-height: 1.5;
}
.select-table ul.dropdown-menu  li a{
    padding: 16px 13px;
    height: 32px;
    border-bottom: 1px solid #cdcdcd;
}
.select-table ul.dropdown-menu  li a:hover{
    background: #e4f9ff;
    color: #616161;

}

.select-table ul.dropdown-menu  li:last-child a {
    border-bottom: 0;
}
.select-table  div.dropdown-menu.open {
    padding-top: 0;
}
.select-table .dropdown-menu {
    top: 100% !important;
}
.select-table button,
.select-table button:hover,
.select-table button:focus {
    background: #fff !important;
    color: #616161 !important;
    border: 1px solid #dfd7ca !important;
}
.select-table .bootstrap-select .bs-caret .caret {
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 0;
    color: #747474;
}

.period-filter {
    cursor: default;
}
.ng-cloak {
    display: none !important;
}

.text-overflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 250px !important;
}

.marketing-contact .text-overflow {
    max-width: 150px !important;
}

.list-of-changes-td:hover {
    cursor: pointer;
}

.select_ {
    position: relative;
    height: 30px;
    margin:5px 0 0 9px ;
    padding-left: 7px;
    font-size: 15px;
    color: #616161;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    /*text-transform: capitalize;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fafafa;
    background-color: -moz-linear-gradient(top, #fafafa 0%, #f1f1f1 55%, #e4e4e4 55%, #d8d8d8 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fafafa), color-stop(55%, #f1f1f1), color-stop(55%, #e4e4e4), color-stop(100%, #d8d8d8));
    background: -webkit-linear-gradient(top, #fafafa 0%, #f1f1f1 55%, #e4e4e4 55%, #d8d8d8 100%);
    background: -o-linear-gradient(top, #fafafa 0%, #f1f1f1 55%, #e4e4e4 55%, #d8d8d8 100%);
    background: -ms-linear-gradient(top, #fafafa 0%, #f1f1f1 55%, #e4e4e4 55%, #d8d8d8 100%);
    background: linear-gradient(to bottom, #fafafa 0%, #f1f1f1 55%, #e4e4e4 55%, #d8d8d8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#d8d8d8', GradientType=0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance:none;
    -moz-appearance:none;
    line-height: 1 !important;
    width: 325px;
}
.select-bg {
    position: relative;
}

.select-bg:before {
    position: absolute;
    content: "";
    right: 12px;
    background: url(/images/ir21-dash-actions-icon.png) no-repeat;
    top: 18px;
    width: 15px;
    height: 10px;
    z-index: 9;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.ir-21-dash .dropdown-toggle {
    width: 150px;
}

.ir-21-dash .status-dropdown .dropdown-toggle {
    width: 100px;
    text-transform: none;
}

.no-table-data:hover td{
    background-color: white;
    cursor: default;
}

.releases-tadig-td {
    cursor: pointer;
}
.ir-21-dash .tadig-info {
    float: left;
    margin-top: 10px;
    font-size: 12px;
    font-family: "Source Sans Pro", sans-serif;
    color: white;
}

.tooltiptext {
    visibility: hidden;
    width: 230px;
    margin-top: -30px;
    background-color: #6f7e95;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    /*margin-left: 50px;*/
    position: absolute;
    z-index: 1;
}

.filter-sum-changes-table:hover .tooltiptext, .list-of-changes-td:hover .tooltiptext {
    visibility: visible;
}

.list-of-changes-td .tooltiptext {
    margin-top: -35px;
}

.sum-changes-tadig {
    width: 60px;
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.disabled-page {
    opacity: 5;
    cursor: default;
}

.disabled-page:hover,
.disabled-page:focus {
    color: #98978b !important;
    background-color: #EFEAEA !important;
    border-color: #ded9d9 !important;
}

.disabled-page,
.disabled-page {
    background-color: #EFEAEA !important;
    border-color: #ded9d9 !important;
}

.releases-table .text-overflow {
    max-width: 170px !important;
}

.list-of-changes .text-overflow {
    max-width: 140px !important;
}
#top-gray-titlecontain1 {
    margin-bottom: 0;
}

#top-gray-titlecontain1 h1 {
    display: inline-block;
    float: none;
}

.releases-table a.organizatin-name, a.organizatin-name:hover, a.organizatin-name:focus,
.list-of-changes-td a.organizatin-name, a.organizatin-name:hover, a.organizatin-name:focus {
    /*color: #616161 !important;*/
    text-decoration: none !important;
}

.top-panel__home,
.top-panel__home:focus,
.top-panel__home:active,
.top-panel__home:hover {
    color: #373d3e;
    font-size: 24px;
}

.top-panel__chevron {
    color: #999;
    font-size: 14px;
    margin-right: 10px;
}

#mceu_23 {
    display: none !important;
}

#mceu_20 {
    border: 0 !important;
}
.modal-close-back {
    height: 25px;
    width: 25px;
    background: #b6b6b6;
    border-radius: 50%;
    position: relative;
}

.modal-close-icon {
    max-width: 100%;
    eight: auto;
    border: none;
    top: 15px;
    position: absolute;
    top: 7.5px;
    left: 7.5px;
}
.assign-modal-dropdown-open {
    position: absolute;
    right: 25px;
    top: 18px;
    cursor: pointer;
}

.sum-changes-total {
    height: 42px;
    font-weight: bold;
}

.changes-td .tooltiptext {
    width: 120px;
}

#changesPopup .modal-title,
#sectionInfoPopup .modal-title {
    color: black;
}

#changesPopup .modal-header,
#sectionInfoPopup .modal-header {
    background-color: #f5f5f5;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

#changesPopup .modal-dialog {
    width: 400px;
}

#sectionInfoPopup .modal-dialog {
    width: 820px;
}

/*#changesPopup .modal-backdrop.in,*/
#sectionInfoPopup .modal-backdrop.in {
    opacity: 0;
}
#sectionInfoPopup .releases-table {
    width: 790px;
}

#changesPopup .releases-table {
    width: 370px;
}

#publishPopup .modal-dialog  {
    width: 400px;
}
#publishPopup .releases-table {
    width: 370px;
}
#changesPopup .changes {
    width: 60px;
}

/*reports*/
.reports {
    padding: 18px 45px;
    color: #555555;
    font-size: 15px;
}
.reports h1 {
    font-size: 26px;
    float: left;
    padding: 0;
    border: 0;
    margin-bottom: 0;
}
.border-bottom {
    padding: 0 0 4px 0;
    border-bottom: 1px solid #d5d9dd;
    overflow: hidden;
    margin-bottom: 48px;
}
.reports  .pdfbtn {
    float: right;
    font-size: 14px;
    color: #fff;
    background: #4896cd;
    border-bottom: 1px solid #226391;
    text-transform: none;
}

.reports  .remove-btn {
    float: left;
    margin-left: 15px;
    background: none !important;
    border: none !important;
}

.reports .remove-btn img {
    margin: 0 !important;
}
.reports  .cancel-btn {
    background: #f0ad4e;
}

.reports  .form-control {
    height: 20px;
    margin: 0;
}
.reports  .pdfbtn img{
    margin-right: 10px;
}
.reports .clear {
    clear: both;
}
.reports .section1,
.reports .diagrama,
.reports .section{
    background: #fff;
    border: 1px solid #c5c5c5;
    padding: 25px 20px;
    margin-top: 30px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 5px 9px -7px rgba(18,18,18,1);
    -moz-box-shadow: 0px 5px 9px -7px rgba(18,18,18,1);
    box-shadow: 0px 5px 9px -7px rgba(18,18,18,1);
}
.reports  table{
    width: 100%;
    border-collapse: collapse;
}
.reports .section3 table td {
    /*border: 1px solid #c5c5c5;*/
}
.reports .section1 article h2 {
    font-size: 38px;
    color: #2099e6;
    font-weight: 500;
    line-height: 1;
}
.reports .section1  table img {
    margin-right: 10px;
}
.reports h3 {
    font-size: 20px;
    color: #2099e6;
    margin: 0 0 40px 0;
}
.reports .diagrama h3 {
    margin-bottom: 25px;
}
.reports .section1 article {
    margin-top: 10px;
    padding-left: 20px;
}

.reports .section1 article p {
    font-size: 22px;
    margin-bottom: 2px;
    font-style: italic;
}
.reports .section1 table {
    font-size: 15px;
    background: #fff;
}
.reports table tr td ,
.reports table tr th{
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
    font-weight: 300;
}

.reports .column-name{
    font-weight: 400 !important;
}
.reports .choose-image:hover{
    background-color: #e5e5e5 !important;
    cursor: pointer;
}
.reports .section3 table tr th:first-child,
.reports .section3 table tr:nth-child(2) td,
.reports .section3 table tr:nth-child(3) td,
.reports .section3 table tr td:first-child {
    font-weight: 400;

}
.reports section3,
.reports section {

}
.reports .section3  {
    margin-top: 30px;
}
.reports .section3 tr:nth-child(2),
.reports .section3 tr:nth-child(3){
    font-weight: 400;
}
.reports .section3 th,
.reports .section-audit  table th,
.reports .section  table th,
.audit-example table th{
    background: #6f7e95;
    color: #fff;
    text-transform: capitalize;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;

}
.reports .section3 table {
    text-align: center;
    background: #fff;
    color: #7c7c7c;
}
.reports .section3 tr:nth-child(2),
.reports .section3 tr:nth-child(3)  {
    background: #f5f5f5;

}
.reports .section3 table tr td:first-child {
    text-align: left;
    padding-left: 20px;

}
.reports .section3 table tr:nth-child(2) td:first-child {
    text-align: left;
    vertical-align: top;
    min-width: 100px;
}
.reports .individual-IR21-total {
    background: #fff8d4;
}
.reports .section3 table tr:nth-child(3) td {
    text-align: center;
}
.reports .section3 table td {
    min-width: 100px;
}
.reports .section1 {
    position: relative;
    clear: both;
    min-height: 260px;
}
.reports .section1 .opus-image {
    padding: 25px;
    background-color: #fff;
    border: 1px solid #c5c5c5;
    position: absolute;
    top: -48px;
    border-radius: 8px;
}
.opus-image img {
    max-height: 250px;
}
.audit-example {
    margin-top: 30px;
}
.reports .audit-example table {
    color: #7c7c7c;
    text-transform: capitalize;
    background: #fff;
}
.reports  .audit-example table {
    font-weight: 300;
}
/*.reports  .audit-example table tr:nth-child(2) {*/
/*background: #f5f5f5;*/
/*font-weight: 400;*/
/*}*/

.reports  .audit-example table thead tr:last-child {
    background: #f5f5f5;
    font-weight: 400 !important;
}
.reports  .audit-example table thead tr:last-child td {
    font-weight: 400 !important;
}
.reports .audit-example table tr td {
    padding-left: 20px;
}
.reports .audit-example table thead tr,
.reports .section-sum  table tr:not(:first-child){
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5 !important;
}

.reports .section-sum .numtd{
    font-size: 25px;
}

.reports .section-sum table tr:first-child th {
    font-weight: 500;
    font-size: 23px;
    text-transform: uppercase;
}
.reports .section-sum table {
    min-height: 240px;
}
.reports .section-sum {
    color: #7c7c7c;
}
.reports .section-sum .td1 {
    color: #494949;
    font-size: 18px;
}
.reports .section-sum .td2 {
    color: #fa9a6a;
    font-size: 18px;
    font-weight: 500;
}
.reports .audit-example h3 {
    padding: 0 0 4px 0;
    border-bottom: 1px solid #d5d9dd;
    margin-bottom: 20px;
}
.reports .section-sum {
    color: #494949;
    font-size: 16px;
}
.reports .section-sum table td {
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
}
.reports .section-sum .td3 {
    font-size: 18px;
    color: #3088c6;
    font-weight: 500;
}
.reports .conclusion .text1 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 7px;
}
.reports .section-sum {
    padding-bottom: 50px !important;
}

.reports .section-sum .fonttext {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #666666;
}
.reports  .section-sum .numtd {
    font-size: 32px;
    font-weight: 500;
    color: #2099e6;
}
.reports .conclusion  .text2 {
    font-size: 21px;
    font-weight: 600;
    color: #2099e6;
    text-transform: capitalize;
}
.reports .conclusion  .text3 {
    font-size: 22px;
    color: #777777;
    text-transform: capitalize;

}
.reports  .conclusion ul,
.reports .introduction ul {
    list-style-image: url('/images/arrow-right.png');

}
.reports  .introduction  {
    background-color: #faf6ea;
}
.reports .diagrama ,
.reports .section{
    padding: 20px 30px;
}
.reports .audit-example table tr {
    font-weight: 300;
    color: #7c7c7c;
}
/*.reports .audit-example table tr:nth-child(2) td {*/
/*font-weight: 400;*/

/*}*/
.reports .audit-example table tr th {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding-left: 20px;
}

.reports .section.conclusion h3 {
    margin-bottom: 20px;
}
.reports .section.conclusion h4 {
    font-weight: bold;
    color: #555555;
    margin-top: 20px;
}
.reports .section.conclusion ul {
    padding-left: 20px;
    margin-bottom: 30px;
}
.reports .section.conclusion ul li {
    margin-bottom: 10px;
}
.reports .section.conclusion img {
    margin-top: 150px;
}

.marketing-welcome .section.conclusion img {
    margin-top: 0 !important;
}
.reports .section.conclusion {
    margin-bottom: 50px;
}
.audit-example {
    -webkit-box-shadow: 0px 5px 9px -7px rgba(18,18,18,1);
    -moz-box-shadow: 0px 5px 9px -7px rgba(18,18,18,1);
    box-shadow: 0px 5px 9px -7px rgba(18,18,18,1);
}

.audit-example-header .audit-example {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.audit-example-header {
    height: 70px;
}

.radim .nav li.current a, .radim.navbar .dropdown.open> a {
    border-left: 4px solid #2099e6;
}

.company-details label {
    float: left;
    font-size: 13px
}
.company-details input {
    width: 240px;
    float: right;
    margin-bottom: 5px !important;
    font-size: 13px
}
.error-message {
    display: inline-block;
    margin-right: 10px;
    float: right;
    font-size: 12px;
    color: red
}
.op_logo {
    margin-left: 15px;
    float: left;
}
.edit-table input{
    margin-top: 0;
    margin-bottom: 0;
    width: 130px
}
.edit-table {
    font-size: 12px !important;
    color: #000;
    font-weight: inherit
}

.reports .edit-btn,
.reports .save-btn,
.reports .cancel-btn {
    margin-right: 15px
}
.reports .company-success {
    margin-top: 30px;
    margin-bottom: 20px
}
.reports .conclusion-success,
.reports .introduction-success {
    margin-top: 30px;
}
@-moz-document url-prefix() {
    .reports .form-control {
        padding: 0 !important;
        height: 26px;
    }
}

.reports .introduction-content {
    height: 100px;
    margin-bottom: 15px
}
.reports .introduction-details {
    height: 50px;
    margin-top: 10px;
    width: 90%
}

.reports .introduction-buttons,
.reports .conclusion-buttons {
    margin-top: 0 !important;
}
.reports .conclusion-content {
    height: 150px;
    margin-bottom: 15px
}
.reports .conclusion-details {
    height: 90px;
    margin-top: 10px
}
.reports .conclusion-position,
.reports .conclusion-approved {
    height: 50px;
    margin-top: 10px
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {display:none;}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #48c373;
}

input:focus + .slider {
    box-shadow: 0 0 1px #32c566;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.audit-example a,
.audit-example a:hover {
    text-decoration: none !important;
}
.audit-example table {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.assign-open-disabled {
    cursor: no-drop;
}

.report-page-header {
    width: 250px;
    height: 36px;
}
.report-date {
    min-width: 160px;
}

.visible-btn {
    width: 180px;
    margin-left: 15px;
}

.visible-btn-text {
    float: right;
    margin-top: 5px;
}

.introduction-point {
    min-height: 70px;
}

.remove-point {
    margin-top: 15px;
}

.remove-point img {
    margin-top: 10px;
    width: 20px;
}

.new-example-btn {
    margin-right: 0 !important;
    margin-bottom: 25px
}

.example-name-inp {
    color: black;
    min-width: 250px;
    float: left;
}

.conclusion-point {
    min-height: 100px;
}

.conclusion-point textarea {
    width: 85%;
}

.example-error {
    float: left;
    margin-left: 15px;
    font-size: 16px;
}

.del-btn {
    background: #e24747 !important;
}

.del-btn img {
    height: 20px !important;
    margin-right: 0 !important;
}

.example-content-error {
    margin-bottom: -21px;
}

.explanation {
    width: 100%;
    min-height: 50px
}

.audit-image {
    cursor: pointer;
    width: 25px;
    margin-right: 10px;
}

.remove-audit-ex-img {
    margin-left: 10px;
}

.add-audit-ex-img,
.remove-audit-ex-img {
    width: 25px;
    cursor:pointer;
    float: right;
}

.add-intro-btn {
    margin-right: 10%;
}

.introduction-content-div {
    min-height: 105px;
}

.edit-example-btn {
    margin-right: 0 !important;
}

.add-exam-row-btn {
    margin-right: 15px !important;
}
.exam-content-image {
    margin-right: 10px !important;
}

.add-conc-key-btn {
    margin-right: 15% !important;
}
.header-error {
    float: left;
}

@-moz-document url-prefix() {
    .reports .form-control {
        padding: 0 !important;
        height: 26px;
    }
}

.reports .section-sum  table tr:not(:first-child),
.reports .section-sum  table tr:last-child td{
    border: none !important;
}

.reports .section-sum  .table-responsive {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-top: 10px;
}
.reports .section-sum h3 {
    margin-bottom: 20px !important;
}
.section-sum table tr:nth-child(n+3) td {
    position:relative;
}
.section-sum table tr:last-child td:before,
.section-sum table tr:last-child td:after{
    display:none;
}
.section-sum table tr:nth-child(n+3) td:first-child:before,
.section-sum table tr:nth-child(n+3) td:last-child:after{
    content: "";
    position: absolute;
    border-bottom: 1px solid #ffffff;
    bottom: -1px;
    width: 20px;
    height: 13px;
    left: 0;
}
.section-sum table tr:nth-child(n+3) td:last-child:after{
    right: 0;
    left: inherit;
}
.section-sum .summary-middle-tr td{
    border: none;
}.section-sum .summary-middle-tr td{
     border: none;
 }
#configuration-error-rate h4 {
    padding-left: 5px;
    color: #2099e6;
}
@media screen and (max-width: 1300px) {
    .reports .section-sum table td {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.changes-popuo-table tbody,
.analysis-table tbody {
    display:block;
    max-height:400px;
    overflow:auto;
}
.changes-popuo-table thead, .changes-popuo-table tbody tr,
.analysis-table thead, .analysis-table tbody tr {
    display:table ;
    width:100% ;
    table-layout:fixed;
}
.changes-popuo-table thead,
.analysis-table thead {
    width: calc( 100% - 1em )
}
.analysis-table {
    width:400px;
}
.analysis-table-moved {
    margin-right: 10px;
}
.an-records {
    width: calc( 100% - 630px );
}

.reports .audit-result h3 {
    margin-bottom: 0;
}
.details-audit {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.reports .analysis-table tbody {
    max-height: 600px;
}

.reports .analysis-table {
    background: aliceblue;
}

.reports .audit-result table th {
    background: none;
    color: black;
    text-transform: none;
    border-top-left-radius: 0;
    border-bottom: 0;
    border-top-right-radius: 0;
    padding-left: 0;
    font-size: 13px;
    font-weight: 500;

}
.reports .audit-result table thead th {
    border: none;
}
.reports .audit-result .result-table {
    border: 1px solid #e5e5e5;
}

@media screen and (max-width: 1440px) {
    .reports .section-sum table td {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media screen and (max-width: 1544px) {
    .reports .section-sum .numtd{
        font-size: 25px;
    }
}

.marketing .table-responsive thead tr {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.marketing .table-responsive th{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.marketing .table-responsive tr th:first-child {
    border-top-left-radius: 8px;
}
.marketing .table-responsive tr th:last-child {
    border-top-right-radius: 8px;
}

.marketing .section3 tr:nth-child(2),
.marketing .section3 tr:nth-child(3)  {
    background: #fff;
}
.marketing .section3 table td  {
    font-weight: 300 !important;
}
.marketing .section3 table tr td {
    text-align: left !important;
}

.marketing .section3 table thead th {
    text-align: left;
}
.marketing .contacts-table th,
.marketing .contacts-table td  {
    font-size: 13px !important;
}

.marketing .select2-selection {
    width: 100%;
}

.marketing .contacts-table thead {
    width: 100% !important;
}
.table_category tbody tr:first-child .form-control {
    width: 72%;
    margin-left: 4px;
}
.table_category tr td.ng-binding:nth-child(5) {
    word-wrap: break-word;
    word-break: break-all;
}
.table_category span.select2.select2-container {
    width: 80px !important;
}
.table_category .section3 .table_category td:nth-child(5) {
    min-width: 80px !important;
}
.table_category tr td:nth-child(10) span ,
.table_category tr .email span{
    width: calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    display: inline-block;
}
.campaign-contacts .select2-container {
    width: 678px !important;
    float: right;
}
.campaign-contacts table td {
    text-transform: none;
}

.collaboration .rightWidget .third-border::before {
    background: #ff5454 !important;
}

.collaboration .communication-widcontain1 p {
    margin-bottom: 0 !important;
}

.popup-italic {
    font-style: italic;
    font-weight: bold !important;
    font-size: 13px;
}

@media screen and (max-width: 1198px) {
    .reports .section-sum table td {
        padding-left: 20px;
        padding-right: 20px;
    }
    .reports .section-sum .numtd{
        font-size: 32px;
    }
}

.configuration__file-upload-subtype {
    padding: 10px 20px 10px 0;
}

.configuration__file-upload-subtype {
    cursor: pointer;
    padding: 10px 20px 10px 0;
}

.map-buttons .active {
    background: #86bbe0;
}

.datepicker--no-step-arrows::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
}

div#lower-main-contain{
    width: 100%;
    float: left;
    background: #354052;
}
#main-rightsidecontain {
    width: 100%;
    float: left;
    background: #edf2f6;
}
#main-right-inncontain {
    width: 100%;
    float: left;
    padding: 0;
}
@media (min-width: 768px){
    #main-right-inncontain {
        width: 100%;
        float: left;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 20px;
    }
}



/*___________*/
.dashboard-trial {
    font-size: 18px;
}
a:hover,
a:focus{
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
}
.title-trial {
    margin-bottom: 25px;
    padding: 0 0 4px 0;
    color: #00b4ff;
    border-bottom: 1px solid #d5d9dd;
    font-size: 26px;
}
.dashboard-trial .form-pass .form-group {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    clear: both;
}
.dashboard-trial .form-pass .form-group input {
    margin-bottom: 0;
}
.dashboard-trial .form-pass .form-group .input-pass {
    position: relative;
    margin-right: 15px;
}
.dashboard-trial .form-pass .form-group .input-pass:before {
    content: "";
    background-image: url(/images/lock.png);
    background-position: right;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    position: absolute;
    right: 9px;
    top: 8px;
    width: 18px;
    height: 20px;
    background-repeat: no-repeat;
}
.dashboard-trial .file-upload {
    text-align: center;
    float: left;
    color: #3088c6;
    position: relative;
}
.dashboard-trial .file-upload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    height: 100%;
    width: 100%;
}
.dashboard-trial .file-upload img {
    margin-bottom: 5px;
}

.messages {
    background: #eee;
    position: relative;
    padding: 20px 25px;
    color: #555555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 17px;
}
.msg_receive:before {
    content: '';
    position: absolute;
    right: -9px;
    top: 11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #eee;
}
.messages h2 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    margin-top: 0;
}
.msg_sent {
    background: #97a6bd;
    color: #fff;
}
.msg-container .avatar {
    width: 45px;
    height: 45px;
    padding: 0;
}
.msg-container .avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;;
}
.msg-container {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
}
.attach-content {
    overflow: hidden;
}
.attach circle {
    stroke: #3cb39e;
}
.attach svg #doc path {
    fill: #3cb39e;
}
.attach-content .textarea-content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
}
.textarea-content textarea {
    resize: none;
    width: 100%;
    color: #a0a1a1;
    border: 0;
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    font-weight: 300;
}
.textarea-content textarea:focus {
    outline: 0;
}
.right-col i {
    margin-left: 10px;
}
.right-col .fa-smile-o {
    color: #aeb1b5;
    font-size: 20px;
}
.right-col .fa-location-arrow {
    background: #aeb1b5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
}
.step5 [class^="col-"]:last-child .msg-container {
    margin-bottom: 0
}
.panel_wrapper.step5 .panel-body {
    padding: 0;
}

.msg_sent:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #97a6bd;
    display: block;
    width: 0;
    z-index: 1;
    left: -10px;
    top: 11px;
}
.attach-content {
    clear: both;
}
.attach-content button {
    background: none;
    border: 0;
}
.attach-content .attach {
    position: relative;
    float: left;
    width: 64px;
    height: 64px;
    -webkit-box-shadow: inset 0 0 0 2px #eee;
    box-shadow: inset 0 0 0 2px #eee;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    margin-right: 40px;
}
.attach:hover {
    -webkit-box-shadow: inset 0 0 0 2px #ddd;
    box-shadow: inset 0 0 0 2px #ddd;
}
.attach svg {
    position: absolute;
    top: 0;
    left: 0;
}
.attach svg circle {
    stroke-dasharray: 195;
    stroke-dashoffset: 585;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.attach svg #doc {
    -webkit-transform: translate(21px, 80px);
    transform: translate(21px, 80px);
    -webkit-transition: all 1.4s ease;
    transition: all 1.4s ease;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}
.attach svg #clip-front,
.attach svg #clip-back {
    -webkit-transform: translate(1px, 2px);
    transform: translate(1px, 2px);
    -webkit-transition: all 1.4s ease;
    transition: all 1.4s ease;
    -webkit-transition-delay: 2.2s;
    transition-delay: 2.2s;
}
.attach.active {
    -webkit-animation: bounce 0.4s forwards;
    animation: bounce 0.4s forwards;
}
.attach.active svg circle {
    stroke-dasharray: 195;
    stroke-dashoffset: 390;
}
.attach.active svg #doc {
    -webkit-transform: translate(21px, 20px);
    transform: translate(21px, 20px);
}
.attach.active svg #clip-front,
.attach.active svg #clip-back {
    -webkit-transform: translate(1px, 0);
    transform: translate(1px, 0);
}
@-webkit-keyframes bounce {
    50% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}
@keyframes bounce {
    50% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

.wrapper-progress {
    width: 100%;
    background: #e7e7e7;
    padding: 0px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    margin: 0 0 30px;
}
.progress {
    width: 65%;
    height: 25px;
    border-radius: 50px 5px 5px 50px;
    background: #f67f41; /* Old browsers */
    background: -moz-linear-gradient(top, #f67f41 0%, #ffa271 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f67f41 0%,#ffa271 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f67f41 0%,#ffa271 100%);
    position: relative;
    cursor: pointer;
    margin-bottom: 0;


}
.progress span {
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    padding-right: 15px;
    line-height: 25px;
    float: right;
}
.wrapper-progress .no-progress {
    font-size: 15px;
    font-weight: 900;
    line-height: 25px;
    float: left;
    color: #000;
    margin-left: 15px;
}
.progres-step .addp {
    margin-left: 10px;
}
.progres-step li {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 3px;
}

.progres-step li p span {
    font-weight: 700;
}
.progres-step li i {
    margin-right: 10px;
    font-size: 20px;
}




.table-trial .btn_ i{
    color:#fff;
    margin-right: 5px !important;
}
.btn-tooltip {
    color: #6f7e95;
    font-weight: 600;
    background: transparent;
    border: 0;
}
.table-trial .btn-tooltip i {
    font-size: 20px;
    color: #d18a0e;
    margin-left: 20px;
    margin-right: 0 !important;
}
.btn-red {
    background: #f2905d;
    color: #fff !important;
    text-transform: capitalize;
    padding: 7px 10px !important;
    outline: 0;
}
.btn-green {
    background: #3cb39e;
}
button:focus,
a:focus {
    outline: 0 !important;
}
.btn_ {
    font-weight: 600;
    font-size: 16px;
    padding: 7px 15px;
    color: #fff;
    min-height: 40px;
    border: 0 !important;
    white-space: inherit;
}
.btn_ i {
    margin-right: 5px;
}
.btn_:hover,
.btn_:focus {
    color: #fff;
}
.btn_blue {
    background: #6f7e95;
}
.margin-bottom-25 {
    margin-bottom: 25px !important;
}
/*panel head*/


.panel_wrapper{
    border: 1px solid #3cb39e;
}
.panel_wrapper .panel-body {
    padding: 20px;
}
.panel_wrapper  input{
    border: 1px solid #dadada;
    height: 40px;
}
.form-pass .input-pass {
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
}



/*table*/

.panel-trial-all {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #3cb39e;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.panel-trial-all h3 {
    margin: 0;
}
.panel-trial-all h3 i {
    margin-right: 10px;
}
.panel-trial {
    width: 100%;
    max-width: 100%;
}
.table-trial thead tr th {
    padding: 13px 25px 9px!important;
    border: 0;
    color: #fff;
}
.table-trial input,
.table-trial select{
    min-height: 40px;
    color: #989898;
}
.table-trial thead tr {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.table-trial tr td,
.table-trial tr th {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 10px !important;
    color: #656565;
    vertical-align: middle !important;
}
.table-trial tr td:last-child,
.table-trial tr th:last-child {
    padding: 15px 25px 15px 15px !important;
}
.table-trial tr td:first-child,
.table-trial tr th:first-child {
    padding: 15px 15px 15px 25px !important;
}
.table-trial tbody tr:first-child {
    background: #f5f5f5;
    font-size: 17px;
    font-weight: 600;
    color: #7c7c7c;
}
.table-trial  tbody tr:nth-child(n+2){
    font-size: 16px;
}
.table-trial thead tr:first-child,
.table-trial thead tr:first-child th{
    background: #3cb39e;
    color: #fff;
    font-weight: 600;
}
.table-trial thead tr:first-child th i  {
    font-size: 20px;
    margin-right: 10px
}
.table-trial .btn_tb {
    background: transparent;
    border: 0;
    color: #3088c6;
    text-transform: capitalize;
}
.table-trial {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #fff;
    margin-bottom: 0;
    width: 100%;
}
.table-trial button:focus,
.table-trial button:active {
    border: 0;
    outline: 0;
}
.table-trial button i,
.table-trial a i {
    display: inline;
    padding-right: 10px;
    font-size: 20px;
    color: #d5d5d5;
}
.table-trial .btn_ {
    width: 100%;
}

.step2-table tbody tr.gr-td td,
.step-4 tbody tr.gr-td  td{
    border: 0 !important;
    background: #f5f5f5;
    position: relative;
}
.step2-table tbody tr:last-child td,
.step-4 tbody tr:last-child td {
    padding-top:0 !important;
}
.step2-table input,
.step-4 table input,
.step-4 table select,
.step2-table select {
    min-width: 120px;
    margin-bottom: 0;
}


.step2-table tbody tr td input {
    margin-bottom: 0;
}
.panel_heading {
    background: #3cb39e;
    color: #fff;
    padding: 13px 25px 9px!important;
}
.panel_heading h3 {
    color: #fff;
    font-size: 18px;
    margin: 0;
    font-weight: 600;
}
.panel_heading h3 i {
    font-size: 20px;
    margin-right: 10px;
}
.panel01 {
    min-height: 192px;
}

.file-excel {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
}
.file-excel i.fa.fa-file-excel-o{
    color: #3cb39e;
    font-size: 30px;
    margin-right: 15px;
}
.file-excel i.fa.fa-trash-o {
    color: #d5d5d5;
}
.file-excel {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d8d8d8;
    padding: 20px;
}
.file-excel .text p {
    font-size: 16px;
    color: #656565;
    margin-bottom: 3px;
}
.file-excel .text p:last-child {
    color: #999999;
    font-size: 13px;
    margin-bottom: 0;
}

.file-excel .text {
    margin-right: 10px;
    font-style: italic;
}
.file-upload {
    width: 100%;
    border: 1px dashed #3088c6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 20px;
    margin: 20px 0 15px 0;
}
.file-upload i {
    color: #bbbbbb;
    font-size: 20px;
    margin-right: 10px;
}
.acc-txt {
    color: #999999;
    font-size: 13px;
    font-style: italic;
}
.step-4 table thead tr:first-child th {
    background: #fff;
}
.step-4 table button {
    float: left;
    width: auto !important;
}
.step-4 table .btn_blue {
    margin-left: 12px;
}
.step-4 .panel-trial-all {
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.step-4 .table-responsive  {
    margin-bottom: 20px !important;
}
.step-4 .table-responsive:last-child {
    margin-bottom: 0 !important;
}
.step2-table button {
    width: auto !important;
}
.trial-completion {
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.trial-completion .panel-body {
    padding: 20px;
    font-size: 16px;
    color: #3cb39e;
}
.trial-completion .panel_heading {
    background: #6f7e95;
}
.padd-wrapp {
    padding: 20px;
    overflow: hidden;
}
.attach-content {
    border-top: 1px solid #dadbdc;
    padding: 30px 20px;
    margin-top: 15px;
}
.tooltip .tooltip-inner {
    background-color:#5b687d;
    color: #fff;
}
.tooltip-inner {
    background-color: #5b687d !important;
    color: #fff;
    padding: 15px;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #5b687d;
}

/*trial onboarding*/
.trial-dashboard .error-message {
    background: #f7f7e9;
    border: 1px solid #dadada;
    font-size: 16px;
    color: #656565;
    padding: 9px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-weight: 400;
}
.txt {
    color: #7c7c7c;
    font-size: 17px;
    font-weight: 600;

}


.choose-file .btn-file {
    position: relative;
    overflow: hidden;
}
.choose-file {
    margin-bottom: 15px;
}
.choose-file .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    cursor: inherit;
    display: block;
}
.choose-file .btn {
    padding: 8px 12px;
    background: #6f7e95;
    height: 40px;
    border: 1px solid #6f7e95;
    -webkit-border-radius: 0 4px 4px 0 !important;
    -moz-border-radius: 0 4px 4px 0 !important;
    border-radius: 0 4px 4px 0 !important;
    font-weight: 600;

}
.mme-table .error-message ,
.hlr-table .error-message{
    margin-top: 15px;
}
.pending-dashboard .panel_heading,
.pending-dashboard .table-trial thead tr:first-child,
.pending-dashboard .table-trial thead tr:first-child th {
    background: #6f7e95;
}
.pending-dashboard .panel-trial-all,
.pending-dashboard .panel_wrapper {
    border: 1px solid #6f7e95;
}
.pending-dashboard .step-4 table thead tr:first-child th {
    background: #fff;
}
.pending-dashboard .btn-green {
    background: #6f7e95;
}
.pending-dashboard .trial-completion .panel-body {
    color: #656565;
}
.pending-dashboard .trial-completion .fa-plus-circle {
    color: #6f7e95;
}

/*responsive*/
@media only screen and (max-width: 991px){
    .dashboard-trial .form-pass .form-group {
        display: block;
    }
    .form-group button {
        margin-top: 10px;
    }
}

.export__profiles-selectbox {
    display: inline-block;
    float: none;
    height: 36px;
    margin-bottom: 0;
    max-width: 215px;
    padding: 0 10px;
}

.export__profiles-button-save,
.export__profiles-button-delete,
.export__profiles-button-update {
    margin-top: -3px;
}

.export__profiles-button-delete {
    margin-right: 20px;
}

.export__profiles-label {
    color: #696969;
}

.export__profiles-controls {
    padding: 10px 0;
    text-align: right;
}

.export__heading {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    float: left;
    font-size: 14px;
    background: #6f7e95;
    color: #fff;
    padding: 20px;
    width: 100%;
}


.export__heading .control-label {
    color: #fff;
}

.export__select-all-link {
    cursor: pointer;
    text-decoration: underline;
    text-decoration-style: dotted;
}

.export__container {
    float: left;
    padding: 20px;
    width: 100%;
}

.export__constraints-row {
    padding-bottom: 20px;
}

.export__data-container {
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    float: left;
    width: 100%;
}

.export__message {
    padding: 20px;
    text-align: center;
}

.export__table-title {
    background-color: #f5f5f5;
    cursor: pointer;
    font-size: 14px;
    padding: 10px;
    text-align: center;
}

.export__table-data {
    font-size: 12px;
    padding: 10px;
}

.export__table {
    width: 100%;
}

.export__button {
    width: 110px;
}

.export__buttons_container {
    padding-top: 7px;
}

.export__hint {
    font-size: 11px;
}

.export__mml-pattern {
    margin-bottom: 0;
}

.export__mml-pattern-option {
    display: inline-block;
    color: #fff;
    cursor: pointer;
    padding-right: 5px;
    text-decoration: dotted underline;
}

.export__button_container {
    text-align: center;
}

.export__table-data-row:hover {
    background: #e4f9ff;
    color: #000;
}

.export__entries-qty {
    padding-top: 5px;
    text-align: center;
}

.export__checkbox {
    padding-top: 5px;
}

.export__checkbox:first-child {
    padding-top: 0;
}

.export__fields-order {
    background-color: #fff;
    border: 1px solid #dfd7ca;
    border-radius: 4px;
    min-height: 44px;
    padding: 5px;
}

.export__field {
    border: 1px solid #dfd7ca;
    border-radius: 4px;
    cursor: move;
    color: #3e3f3a;
    display: inline-block;
    margin: 5px;
    padding: 5px;
    user-select: none;
}

.export__filter {
    border: 1px solid #dfd7ca;
    border-radius: 4px;
    color: #3e3f3a;
}

.export__table-wrapper {
    overflow-x: auto;
}

.export__inline-checkbox {
    vertical-align: sub;
}

.export__field--disabled {
    opacity: 0.65 !important;
}

drag-and-drop-item {
    display: inline-block;
    height: 100%;
}

.drag-n-drop__over--right {
    border-right: 1px dashed #dfd7ca;
}

.drag-n-drop__over--left {
    border-left: 1px dashed #dfd7ca;
}

.multiselect__container {
    background-color: #fff;
    border: 1px solid #dfd7ca;
    border-radius: 4px;
    color: #3e3f3a;
    height: 102px;
    margin-bottom: 12px;
    overflow-y: scroll;
    padding: 10px 15px;
}

.multiselect__option {
    padding: 0 2px 1px 2px;
    user-select: none;
}

.multiselect__option--selected {
    background-color: #ddd;
}

.multiselect__bulk-switch {
    cursor: pointer;
    text-decoration: underline;
    text-decoration-style: dotted;
}

.pagination__page {
    cursor: pointer;
    display: inline-block;
    border: 1px solid #dfd7ca;
    border-radius: 4px;
    margin-right: 10px;
}

.pagination__page:hover {
    background-color: #eee;
}

.pagination__link {
    color: #3e3f3a;
    font-size: 16px;
    display: inline-block;
    padding: 12px 20px;
}

.pagination__link:hover,
.pagination__link:active,
.pagination__link:focus {
    color: #3e3f3a;
}

.pagination__period,
.pagination__current-page {
    cursor: default;
}

.pagination__current-page {
    font-weight: bold;
}

.pagination__period {
    border: none;
}

.pagination__link--disabled:hover,
.pagination__current-page:hover,
.pagination__period:hover {
    background-color: transparent;
}

.pagination__container {
    display: inline-block;
    font-size: 0;
}

.pagination__wrapper {
    padding: 15px;
    position: relative;
    text-align: center;
    user-select: none;
}

.pagination__link--disabled {
    cursor: default;
    opacity: 0.7;
}

.pagination__per-page-select {
    display: inline-block;
    float: none;
    padding: 0 5px;
    width: 55px;
}

.pagination__per-page-selectbox-wrapper {
    position: absolute;
    right: 0;
    top: 10px;
}

.pagination__per-page-label {
    display: inline-block;
    text-align: right;
    padding-right: 10px;
}

.pagination__per-page-control {
    display: inline-block;
    padding-top: 10px;
}

.audit-result__manual-processing-button {
    display: inline-block;
    width: 35px;
}

.audit-result__manual-processing-actions {
    min-width: 165px;
}

@media screen and (max-width: 1600px) {
    .reports .section-sum table tr th {
        font-size: 15px !important;
    }
    .reports .section-sum .camel  tr th {
        font-size: 14px !important;
    }

    .reports .section-sum table tr td {
        font-size: 15px !important;
    }
    .reports .section-sum .numtd {
        font-size: 15px !important;
    }

}

@media screen and (max-width: 1199px) {
    .reports .section-sum table tr th {
        font-size: 25px !important;
    }
    .reports .section-sum table tr td {
        font-size: 18px !important;
    }
    .reports .section-sum .numtd {
        font-size: 25px !important;
    }
}

.reports .section-sum table td {
    padding-left: 5px;
    padding-right: 5px;
}

#reports .error-message {
    display: inline-block;
    margin-right: 10px;
    float: right;
    font-size: 12px;
    color: red;
    background: none;
    border: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom:0;
}

.reports .section-sum table tr th {
    font-size: 15px !important;
}
.reports .section-sum .camel  tr th {
    font-size: 14px !important;
}

.reports .section-sum table tr td {
    font-size: 15px !important;
}

.reports .section-sum .numtd {
    font-size: 15px !important;
}
.audit-res-tr td {
    border-bottom: 0 !important;
}

.network-elements__upload-stats {
    font-weight: bold;
}

.network-elements__upload-stats--detailed {
    cursor: help;
}

.audit-result__ns-analysis-entry {
    padding: 5px 10px;
}

.audit-result__ns-analysis {
    width: auto !important;
}

.audit-result__ne-info {
    flex-basis: 90%;
}

.audit-result__analysis {
    display: flex;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: space-between;
}

.audit-result__ns-analysis-input {
    height: 42px;
    padding: 12px 16px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dfd7ca;
    border-radius: 4px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-left: 5px;
}

.template-comparison__analysis-records-label,
.audit-results__analysis-records-label {
    font-weight: 700;
    padding-right: 5px;
}

.template-comparison__analysis-records,
.audit-results__analysis-records {
    text-align: center;
    padding-top: 10px;
}

@media (max-width: 1550px){
    .button-min {
        margin: 0 !important;
    }

    .rep-br {
        display: block !important;
    }
}
.reports .pagination li a {
    color: black;
    cursor: pointer;
    text-transform: none !important;
    min-width: 35px;
    text-align: center
}

.pagin-info {
    width: 250px;
    position: absolute;
    margin-top: 30px
}


.dynamic-field__add-button {
    background: #6f7e95;
    height: 44px;
    margin-top: 1px;
}

.dynamic-field__add-button-container {
    padding-right: 0;
    text-align: right;
}

.dynamic-field__dropdown-container {
    padding-left: 0;
}

.dynamic-field__remove-button {
    cursor: pointer;
    font-size: 18px;
    padding: 10px;
}

.template__add-anres-title {
    padding-top: 15px;
}

.template__row-edit {
    cursor: pointer;
}

.template__options-cell {
    min-width: 80px;
}

.network-elements__upload-subtypes--hidden {
    height: 0;
    font-size: 0;
    max-height: 0;
    visibility: hidden;
}

.audit__stats-container {
    font-size: 14px;
    padding-bottom: 20px;
}

.audit__stats-cell {
    padding: 2px 10px 2px 0;
}

.audit__stats-cell--main {
    font-weight: 700;
}

.audit__link {
    cursor: pointer;
    text-decoration: underline;
    text-decoration-style: dotted;
}

.audit__info-totals-modal {
    width: 90vw;
}

.audit__info-totals-modal-body {
    overflow: auto;
    padding: 30px;
}

.audit__test-name:after {
    content: ',';
}

.audit__test-stats:last-child .audit__test-name:after {
    content: '';
}

.incorrectFile {
    color: red;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.error-rate {
    border-bottom: none !important;
}

.network-elements__files-list-modal {
    width: 90vw;
}

.modal-title {
    font-size: 24px;
}

.user-profile .pagination li a, .pagination li span {
    position: relative !important;
    float: left !important;
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important;
    text-align: center !important;
    line-height: 26px !important;
    min-width: 40px !important;
    border: 1px solid #ccc !important;
}

.user-profile .active span{
    z-index: 3 !important;
    color: #fff !important;
    background-color: #6fc64d !important;
    border-color: #6fc64d !important;
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
}

.error-input {
    border-color: red !important;
}

.audit__ip-extra-info-textarea {
    margin-top: 10px;
    height: 300px;
    width: 70%;
}

.audit__ip-extra-info-label {
    font-weight: 500;
    padding-left: 10px;
}

.audit__info-totals-option {
    padding: 15px 0;
}

.configuration__actions {
    text-align: right;
}

input[type="file"].configuration__file-upload-input--modern {
    display: inline-block;
}

.configuration__file-upload--modern {
    display: flex;
    justify-content: space-between;
}

#partner-summary table tr th, #partner-summary table tr td {
    border: none !important;
    padding: 7px !important;
}

#partner-summary .head-th {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 7px !important;
    padding-top: 25px !important;
}

#partner-summary .data-td {
    color: #959ca0;
    text-align: center;
    border-bottom: 1px solid #ced3d6 !important
}

#partner-summary .last-row {
    color: #959ca0;
    text-align: center;
    padding-top: 0;
    border-bottom: 1px solid #ced3d6 !important;
}

#partner-summary .data-total {
    color: #2ba5c9;
    text-align: center;
    border-bottom: 1px solid #ced3d6 !important
}

#partner-summary .first-total {
    color: #2ba5c9;
    text-align: center;
    border-bottom: 1px solid #ced3d6 !important;
    padding-top: 5px
}

#partner-summary .head-name {
    color: #2ba5c9;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px
}
#partner-summary .head-name-tr {
    border-bottom: 2px solid #ced3d6 !important
}

#partner-summary .data-name {
    border-bottom: 1px solid #ced3d6 !important;
    font-size: 14px;
    font-weight: 500;
}

#partner-summary .first-data-name {
    padding-top: 0;
    border-bottom: 1px solid #ced3d6 !important;
    font-size: 14px;
    font-weight: 500;
}

#partner-summary .hubs-table tbody tr:first-child td  {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 7px !important;
    padding-top: 25px !important;
}
.navbar .nav>li>a {
    font-size: 17px !important;
    font-weight: 500 !important;
}

.navbar-toggle_b {
    position: relative;
    float: right;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border-radius: 4px;
    align-items: center;
    border: 1px solid #6c757d !important;
    color: #fff;
    display: flex;
    font-size: 24px;
    justify-content: center;
    padding: 4px 9px;
    outline: none;
    margin-top: 13px;
}

main {
    padding: 50px
}

.auth-sec {
    margin: auto;
}

.auth-btn {
    margin-top: 23px;
}

.auth-label {
    margin-left: 15px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {

    opacity: 1;

}
