/*changes for select2 dropdown start*/
.select2 .btn {
    background: none !important;
}

.bootstrap-select .dropdown-menu {
    max-width: 100%;
    min-width: inherit !important;
    width: 100% !important;
}
/*changes for select2 dropdown over */

/*changes for Xml Model start */
#ModelShowXml .modal-body pre {
    max-height: 450px;
    overflow: scroll;
}
/*changes for Xml Model Over */

/*new  changes for toggle button start*/

.btn_configurations {
    min-width: 100px;
}

td.btn_configurations .glyphicon {
    font-size: 18px;
}

td.btn_configurations .toggle.btn {
    height: 26px !important;
    min-height: inherit !important;
    line-height: 1;
    margin-top: 4px;
}

td.btn_configurations .toggle-group .btn {
    padding: 1px 12px;
}


/*new  changes for toggle button over*/
/* styles for connection table */
.table-padding td, .table-padding th {
    padding: 5px !important;
}
/* styles for connection table over */
.subsource_td input[type="checkbox"], .psubsource_td input[type="checkbox"] {
    margin-bottom: 37px;
}

.user-panel {
    padding: 18px 10px 16px;
}

.btn {
    border: 1px solid rgba(0, 0, 0, 0.19) !important;
}

.btndelete {
    color: #000 !important;
}

.searchFilter {
    padding: 10px;
    background-color: #eeeeee;
    border: 2px solid #2098d1;
}

input, select, textarea {
    max-width: 280px;
}
/* styles for validation helpers */

.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}
/* Css Loader */

.lodar_main {
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(16, 18, 19, 0.64);
}

@-webkit-keyframes pulse {
    50% {
        background: white;
    }
}

@keyframes pulse {
    50% {
        background: white;
    }
}


.loading-pulse {
    position: relative;
    width: 6px;
    height: 24px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-animation: pulse 750ms infinite;
    animation: pulse 750ms infinite;
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
}

    .loading-pulse:before, .loading-pulse:after {
        content: '';
        position: absolute;
        display: block;
        height: 16px;
        width: 6px;
        background: rgba(255, 255, 255, 0.2);
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-animation: pulse 750ms infinite;
        animation: pulse 750ms infinite;
    }

    .loading-pulse:before {
        left: -12px;
    }

    .loading-pulse:after {
        left: 12px;
        -webkit-animation-delay: 500ms;
        animation-delay: 500ms;
    }

/* End Css loader */
/*.loader {
    width: 120px;
    text-align: left;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -70px;
    margin-top: -50px;
    z-index: 99;
    text-shadow: 0px 1px 1px #453636 !important;
    background-color: #f9f9f9;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    -webkit-box-shadow: 0px 0px 30px rgba(50, 50, 50, 1);
    -moz-box-shadow: 0px 0px 30px rgba(50, 50, 50, 1);
    box-shadow: 0px 0px 30px rgba(50, 50, 50, 1);
    cursor: wait;
}*/

.warncolor {
    color: #f9aa0b !important;
}

.blue {
    color: #67c2ef;
}

.lightBlue {
    color: #67c2ef;
}

.green {
    color: #bdea74;
}

.darkGreen {
    color: #78cd51;
}

.pink {
    color: #e84c8a;
}

.orange {
    color: #fa603d;
}

.lightOrange {
    color: #fabb3d;
}

.red {
    color: #ff5454;
}

.yellow {
    color: #eae874;
}

/*.loader {
    width: 120px;
    text-align: left;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -70px;
    margin-top: -50px;
    z-index: 99;
    text-shadow: 0px 1px 1px #453636 !important;
    background-color: #f9f9f9;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    -webkit-box-shadow: 0px 0px 30px rgba(50, 50, 50, 1);
    -moz-box-shadow: 0px 0px 30px rgba(50, 50, 50, 1);
    box-shadow: 0px 0px 30px rgba(50, 50, 50, 1);
    cursor: wait;
}*/

.panel {
    text-align: center;
}

    .panel:hover {
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35);
    }

.panel-body {
    padding: 0px;
    text-align: center;
}

.the-price {
    background-color: rgba(220,220,220,.17);
    box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
    padding: 20px;
    margin: 0;
}

    .the-price h1 {
        line-height: 1em;
        padding: 0;
        margin: 0;
    }

.subscript {
    font-size: 25px;
}

.cnrflash {
    position: absolute;
    top: -11px;
    right: -13px;
    z-index: 1;
    overflow: hidden;
    width: 100px;
    height: 100px;
    border-radius: 3px 5px 3px 0;
}

.cnrflash-inner {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 145px;
    height: 145px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -o-transform: rotate(45deg); /* Opera */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    -webkit-transform-origin: 100% 100%; /*Purely decorative effects to add texture and stuff*/ /* Safari and Chrome */
    -ms-transform-origin: 100% 100%; /* IE 9 */
    -o-transform-origin: 100% 100%; /* Opera */
    -moz-transform-origin: 100% 100%; /* Firefox */
    background-image: linear-gradient(90deg, transparent 50%, rgba(255,255,255,.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1,1,1,.2) 50%);
    background-size: 4px,auto, auto,auto;
    background-color: #aa0101;
    box-shadow: 0 3px 3px 0 rgba(1,1,1,.5), 0 1px 0 0 rgba(1,1,1,.5), inset 0 -1px 8px 0 rgba(255,255,255,.3), inset 0 -1px 0 0 rgba(255,255,255,.2);
}

    .cnrflash-inner:before, .cnrflash-inner:after {
        content: " ";
        display: block;
        position: absolute;
        bottom: -16px;
        width: 0;
        height: 0;
        border: 8px solid #800000;
    }

    .cnrflash-inner:before {
        left: 1px;
        border-bottom-color: transparent;
        border-right-color: transparent;
    }

    .cnrflash-inner:after {
        right: 0;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

.cnrflash-label {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(1,1,1,.8);
    font-size: 0.95em;
    font-weight: bold;
    text-align: center;
}

.table-bordered {
    border: 5px solid #ddd !important;
}

.bootstrap-datetimepicker-widget {
    z-index: 1111111 !important;
}

/* Date 21-auj-2017 By kunal */

a {
    color: #0085cd;
}

.checkboxmain .icheckbox_minimal-blue {
    margin-right: 5px;
}

label.checkboxmain {
    font-weight: 400;
}

.title_form {
    margin-bottom: 30px;
    text-align: center;
    color: #092e42;
    margin-top: 0;
}

input, select, textarea {
    max-width: initial !important;
}

/* == full width page Login,Reg And Password Recover == */


.page_fullwidthsize {
    background-color: #092e42;
}

.page_fullwidth, .page_fullwidth .main-footer {
    margin: 0;
}

.page_fullwidth {
    min-height: 600px;
    display: flex;
    align-items: center;
    display: -webkit-box;
    -webkit-box-align: center;
    background-color: #092e42;    
}

    .page_fullwidth + .main-footer {
        margin-left: 0;
    }

.form_main {
    margin: 0 auto;
    display: block;
    padding: 20px;
    width: 50%;
}

    .form_main form {
        display: table;
        width: 100%;
        background: #fff;
        padding: 30px 20px 30px 20px;
    }

        .form_main form .form-control {
            width: 100% !important;
            display: table;
            max-width: initial;
        }

.heade_form {
    text-align: center;
    position: relative;
}

    .heade_form a {
        display: table;
        margin: 0 auto 20px auto;
        padding: 10px;
        position: relative;
    }

.checkbox input[type="checkbox"] {
    margin-left: 0;
}

.login_form {
    width: 450px;
    max-width: 80%;
}

.box_remember {
    width: 100%;
    display: table;
    font-size: 12px;
}

    .box_remember .checkbox {
        display: table;
        float: left;
        padding: 0;
        min-height: auto;
    }

    .box_remember p {
        display: table;
        margin: 0;
        float: right;
    }

.btn-main {
    background: #0085cd;
    padding-left: 15px;
    padding-right: 15px;
    display: table;
    text-transform: capitalize;
}

.btnmainbox .btn-main {
    width: 50%;
    margin: 0 auto;
}

.btn-main:hover, .btn-main:focus {
    background: #59b6e8 !important;
}

.passwordrecover {
    display: table;
    width: 100%;
    text-align: center;
}

    .passwordrecover p {
        margin-bottom: 0;
    }

.hasicon {
    position: relative;
}

    .hasicon i {
        position: absolute;
        right: 22px;
        top: 7px;
        font-size: 20px;
        color: #0085cd;
    }

.form_main form .form-group {
    margin-bottom: 20px;
}

.custom_sidebar .sidebar-menu > li.active > a {
    border-left-color: #0f5d88;
}

/* == End full width page Login,Reg And Password Recover == */

/* == Header == */

.navbar-custom-menu .user-header i {
    color: #fff;
    font-size: 52px;
}

.skin-blue .main-header li.user-header {
    background: #092e42 !important;
}

.navbar-custom-menu .navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: inherit !important;
}

.popover {
    background-color: #151718;
    color: #fff;
}

    .popover.top > .arrow:after {
        border-top-color: #151718;
    }

.navbar-custom-menu .btn-main {
    background: #092e42 !important;
}

    .navbar-custom-menu .btn-main:hover {
        background: #235b79 !important;
    }

span.logo-mini img {
    width: 30px;
}

/* == End Header == */



/* == connections  == */
.header_custom a.logo {
    background: rgb(19, 51, 68) !important;
}

.skin-blue .main-sidebar {
    background: rgba(19, 20, 21, 0.88) !important;
}

.header_custom .navbar-static-top {
    background: #092e42 !important;
}

.header_custom .logo-lg img {
    width: 115px;
    margin-bottom: 5px;
}

.custom_sidebar .user-panel i.fa-user {
    font-size: 50px;
    color: #fff;
    margin-left: 6px;
}

.custom_sidebar .user-panel .text-success {
    color: #0085cd;
}

.sidebar-collapse .custom_sidebar .user-panel i.fa-user {
    font-size: 20px;
}

.content-header {
    padding: 15px;
    background: #151718 !important;
}

    .content-header h1 {
        color: #fff;
        text-transform: capitalize;
    }

ol.breadcrumb li a {
    color: #fff !important;
}

.breadcrumb li a:hover {
    color: #3499d0 !important;
}

.custom_contain table tr a {
    color: #157ec3;
    display: table;
    cursor: pointer;
}

.btn-main.btn-small {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 10px;
}

.custom_contain table tr .btn-main {
    float: left;
    margin-top: -4px;
    margin-right: 5px;
    font-size: 12px;
}

.content-wrapper {
    background: #fff;
}

.addbtn_addconnection {
    margin-bottom: 20px;
    display: table;
    width: 100%;
}

.date_popup {
    color: #0085cd !Important;
    font-weight: bold !Important;
}

.filter_contan .control-label {
    min-height: 25px;
}
/* End  == connections  == */


/* ==  Popup Desine == */
.modal-dialog {
    z-index: 9999999;
}

.support-detail-box {
    padding: 50px 0;
}

    .support-detail-box .row {
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .support-detail-box .row .col-md-4 {
        list-style-type: none;
    }

    .support-detail-box .row .col-md-4 a {
        text-decoration: none;
    }

.icon-main-box {
    height: 100px;
    width: 100px;
    border: 8px solid #d1dfef;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0;
    transition: all 0.3s ease-in-out 0;
    z-index: 9999999999999999999999999999;
}

.contact-detail a {
    font-size: 18px;  /* updated by aditya 21px to 18px . */
    font-weight: 400;
    color: #000;
    padding-top: 15px;
    margin: 0px;
    display: block;
    text-align: center;
}

.synctool-icon-box {
    position: relative;
}

.support-detail-box .row .col-md-4:hover .icon-main-box {
    border-color: #195db4;
}

.support-detail-box .row .col-md-4:hover .contact-detail a {
    color: #195db4;
}

.modal-header h4 {
    text-align: center;
    color: #092e42;
    margin-top: 0;
    font-size: 24px;
    text-transform: capitalize;
}

.modal-content {
    padding: 10px 20px;
}

    .modal-content .modal-header {
        color: #092e42;
        border: 0;
    }

.modal-title img {
    width: 30px;
    margin-top: -7px;
    margin-right: 5px;
}

.headericon_popup i {
    font-size: 50px;
    color: #0085cd;
}

.para_popup {
    font-size: 17px;
    color: #000;
    text-transform: capitalize;
    font-weight: 300;
    text-align: center;
}

.headericon_popup {
    text-align: center;
}

.modal-footer {
    border: 0;
}

    .modal-footer .btn-main {
        margin: 0 auto;
    }

.modal-content button.close {
    padding: 2px 7px;
    border-radius: 50%;
    background: #0085cd;
    opacity: 1;
    position: absolute;
    right: -9px;
    top: -10px;
}

    .modal-content button.close span {
        text-shadow: 0 0;
        color: #fff;
    }

.modal-content .close:focus {
    outline: 0;
}

.modal-content .close:hover {
    background-color: #59b6e8 !important;
}

.modal-content .alert {
    padding: 5px;
    margin-bottom: 0;
}

    .modal-content .alert ul {
        padding-left: 29px;
    }

        .modal-content .alert ul strong a {
            color: #fff !important;
        }

.datepicker td.active.day, .datepicker span.month.focused.active, .datepicker span.year.active.focused, .datepicker span.active {
    background: #0085cd !important;
    color: #fff !important;
}

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused, .datepicker span.focused {
    background: #59b6e8 !important;
    color: #fff;
}

.select2 {
    width: 100% !important;
}

.select2-container {
    height: inherit !important;
}

.select2-selection {
    height: 34px !important;
    border-radius: 0 !important;
    border-color: #d2d6de !important;
}

    .select2-selection .select2-selection__rendered {
        line-height: 1.3 !important;
        display: table;
        margin-top: 0 !important;
    }

.help-block {
    font-size: 12px;
    text-align: justify;
}

.select2-container input.select2-search__field {
    border-color: #0085cd !important;
}

.select2-container option:hover {
    background: aquamarine !important;
}

.select2-results__options li:hover, .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #0085cd !important;
    color: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px;
}
/* Toggle Check Box */
.checkbox label .toggle, .checkbox-inline .toggle {
    margin-left: -20px;
    margin-right: 5px;
}

.toggle {
    position: relative;
    overflow: hidden;
}

    .toggle input[type=checkbox] {
        display: none;
    }

.toggle-group {
    position: absolute;
    width: 200%;
    top: 0;
    bottom: 0;
    left: 0;
    transition: left .35s;
    -webkit-transition: left .35s;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.toggle.off .toggle-group {
    left: -100%;
}

.toggle-on {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.toggle-off {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.toggle-handle {
    position: relative;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    width: 0;
    border-width: 0 1px;
}

.toggle.btn {
    min-width: 59px;
    min-height: 34px;
}

.toggle-on.btn {
    padding-right: 24px;
}

.toggle-off.btn {
    padding-left: 24px;
}

.toggle.btn-lg {
    min-width: 79px;
    min-height: 45px;
}

.toggle-on.btn-lg {
    padding-right: 31px;
}

.toggle-off.btn-lg {
    padding-left: 31px;
}

.toggle-handle.btn-lg {
    width: 40px;
}

.toggle.btn-sm {
    min-width: 50px;
    min-height: 30px;
}

.toggle-on.btn-sm {
    padding-right: 20px;
}

.toggle-off.btn-sm {
    padding-left: 20px;
}

.toggle.btn-xs {
    min-width: 35px;
    min-height: 22px;
}

.toggle-on.btn-xs {
    padding-right: 12px;
}

.toggle-off.btn-xs {
    padding-left: 12px;
}

.controls .toggle-on {
    background: #0085cd !important;
    box-shadow: 0 0;
    border: 0 !important;
}

.controls .toggle-off, .controls .toggle-off:hover {
    /*background: #797979;
    color: #ccc !important;*/
    background: lightgrey;
    color: black;
    /*color: #fff;*/
}

/* Toggle Check Box */

/* ==  End Popup Desine  == */

/* ==  Profile == */

.form_contain {
    width: 50%;
    margin: 31px auto; /*border: 3px solid #092e42;*/
    border: 1px solid #6c92a7;
    padding: 10px;
    display: table;
}

    .form_contain .control-label {
        text-align: left;
    }

.btnbox_innerform .btn-main {
    margin: 0 auto;
}

.btnbox_innerform {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
    display: table;
}

.header_form {
    display: table;
    width: 100%;
    text-align: center;
}

    .header_form h3 {
        color: #115b88;
        font-size: 20px;
    }

.form_contain .control-label {
    font-size: 13px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

/* == End Profile == */


/* ==pagination == */

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #0085cd;
    border-color: #0085cd;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #ffffff;
    background-color: #0085cd;
    border-color: #0085cd;
}

.pagination > li > a {
    background: #ffffff;
    color: #666;
}

.dataTables_info {
    margin: 25px 0px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.pagination li a {
    font-size: 16px;
    font-weight: 600;
}

.dataTables_paginate {
    display: table;
    width: 100%;
}

    .dataTables_paginate ul, .dataTables_info {
        margin: 10px 0;
    }

.dataTables_info {
    color: #0085cd !important;
}

.paging_count {
    margin-top: 0px;
    display: inline-block;
    float: left;
}

.paging_main ul.pagination {
    margin-top: 0;
}

.box_pagging {
    display: table;
    float: right;
}

    .box_pagging .paging_count {
        margin-right: 10px;
        margin-bottom: 0;
        margin-top: 5px;
    }

.paging_main {
    display: table;
    float: left !important;
    margin-left: 10px;
}
/* == End pagination == */

/*== downloade ==*/
.downladed-button {
    color: #0085cd;
}

.error-color {
    color: red !important;
    font-weight: 600 !important;
}

.text-success {
    color: #3c763d;
    margin: 0;
    font-weight: 600;
}

/*== downloade ==*/

/* button box */
.btn_box {
    float: left;
    margin-right: 15px;
}

.btn_box_two {
    display: table;
}

.btn_box_main {
    margin: 0 auto;
    display: table;
    width: 150px;
}

/* End button box */

/* index sync log */
.filter_contan {
    width: 100%;
}

.form_group_box {
    width: 20% !important;
}

.fa-upload, .fa-arrow-down, .fa-times {
    padding-right: 5px;
}

/* End index sync log */

/* portal_box */
.portal_box {
    margin: 10px 0;
    width: 100%;
    display: table;
}

.portal-text {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    padding: 0px 8px;
}

.danger_bg {
    background-color: #d9534f;
}

    .danger_bg:hover, .danger_bg:focus {
        background-color: #f6736f !important;
        outline: none;
    }

.portal_one_box {
    display: table;
}

.portal-text a {
    display: inline-block;
    margin-left: 8px;
}

.subscription-detail {
    padding-bottom: 15px;
}

    .subscription-detail h3 {
        font-size: 22px;
        color: #333;
        padding: 10px 0px;
        margin: 0;
    }

.warning_box {
    margin-bottom: 15px !important;
}

/* End portal_box */

/* payment-box */

/* new css*/
.form-group-main {
    width: 100% !important;
    margin-bottom: 15px !important;
}
/* End payment-box */

/* Upgrade Your Plan */
.panel:hover {
    box-shadow: 5px 5px 6px 0px #d5d5d5;
}

.planLists table td {
    font-weight: 700;
    color: #333;
}

.planLists .panel {
    transition: 1s;
    -webkit-transition: 1s;
    position: relative;
}

.planLists {
    padding: 0 60px;
    width: 100%;
}

.btn_plan {
    margin: 0 auto;
    display: table;
}

.planLists .panel .panel-heading {
    background: #092e42;
    color: #fff;
}

.planLists .btn-main {
    background: #092e42;
}

    .planLists .btn-main:hover {
        background: #1c3746 !important;
    }

.planLists .panel-footer {
    min-height: 55px;
}

.form_synlog {
    margin-top: 0;
    padding: 0;
    margin-bottom: 10px;
    border: 0;
}

    .form_synlog .btnbox_innerform {
        margin-top: 30px;
    }

        .form_synlog .btnbox_innerform .btn_box {
            margin-right: 2px;
        }

input.btn.btn-default.btn-main {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

button.btn.btn-default.btn-success.btn-main {
    color: white;
}

.alertblack {
    background-color: black !important;
}
/* Upgrade Your Plan */

.navbar-nav > .user-menu > .dropdown-menu > .user-body a.changePassword:hover {
    background-color: #0b2e42;
    color: white !important;
}

/* Footer */
.main-footer strong {
    color: #fff;
}

.main-footer a {
    color: #0085cd;
}

.main-footer {
    background-color: #092e42;
    border: 0;
}
/* End Footer */
/*Added on 01-09-2017*/
.btn_configurations .controls {
    display: table;
    float: left;
    margin-right: 5px;
}

    .btn_configurations .controls + a {
        margin-top: 7px;
        padding-left: 10px;
        display: table;
    }

/* ==start for display single Connection List */
.Select-hidden {
    -webkit-appearance: none !IMPORTANT;
    appearance: menulist !IMPORTANT;
}

    .Select-hidden OPTION {
        DISPLAY: NONE !IMPORTANT;
    }
/* == over for display single Connection List */



.linworkslogin_content {
    width: 1170px;
    max-width: 90%;
    margin: 20px auto;
}

    .linworkslogin_content iframe {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .linworkslogin_content .panel:hover {
        box-shadow: 0 0;
    }

    .linworkslogin_content ol li, .linworkslogin_content h4 {
        font-weight: 600;
    }

    .linworkslogin_content iframe {
        margin: 10px 0;
    }

.iframe_systemstatus {
    width: 100%;
    height: 900px;
}

.not-login-userheader--logo {
    margin: 0;
    float: left;
}

.not-login-userheader {
    display: table;
    width: 100%;
}

.link-login-userheader {
    float: right !important;
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

    .link-login-userheader:hover {
        border-color: #72afd2;
    }

.not-login-userheader--logo {
    padding-top: 0 !important;
}


/*-------vivek- css-----*/
.stripe-button-el {
    background-image: -webkit-linear-gradient(#092e42,#092e42) !important;
    background-image: -moz-linear-gradient(#092e42,#015e94) !important;
    background-image: -ms-linear-gradient(#092e42,#092e42) !important;
    background-image: -o-linear-gradient(#092e42,#092e42) !important;
    background-image: -webkit-linear-gradient(#092e42,#092e42) !important;
    background-image: -moz-linear-gradient(#092e42,#092e42) !important;
    background-image: -ms-linear-gradient(#092e42,#092e42) !important;
    background-image: -o-linear-gradient(#092e42,#092e42) !important;
    background-image: linear-gradient(#092e42,#092e42) !important;
}

    .stripe-button-el span {
        display: block;
        position: relative;
        padding: 1px 20px !important;
        height: 32px !important;
        line-height: 32px;
        background: #092e42;
        background-image: -webkit-linear-gradient(#092e42,#092e42 85%,#092e42) !important;
        background-image: -moz-linear-gradient(#092e42,#092e42 85%,#092e42) !important;
        background-image: -ms-linear-gradient(#092e42,#092e42 85%,#092e42) !important;
        background-image: -o-linear-gradient(#092e42,#092e42 85%,#092e42) !important;
        background-image: -webkit-linear-gradient(#092e42,#092e42 85%,#092e42) !important;
        background-image: -moz-linear-gradient(#092e42,#092e42 85%,#092e42) !important;
        background-image: -ms-linear-gradient(#092e42,#092e42 85%,#092e42) !important;
        background-image: -o-linear-gradient(#092e42,#092e42 85%,#092e42) !important;
        background-image: linear-gradient(#092e42,#092e42 85%,#092e42) !important;
    }

        .stripe-button-el span:hover, .stripe-button-el span:focus {
            background-color: #000 !important;
            border-color: #000 !important;
            background: #092e42;
            background-image: -webkit-linear-gradient(#092e42,#092e42 85%,#092e42) !important;
            background-image: -moz-linear-gradient(#092e42,#092e42 85%,#092e42) !important;
            background-image: -ms-linear-gradient(#092e42,#092e42 85%,#092e42) !important;
            background-image: -o-linear-gradient(#092e42,#092e42 85%,#092e42) !important;
            background-image: -webkit-linear-gradient(#092e42,#092e42 85%,#092e42) !important;
            background-image: -moz-linear-gradient(#092e42,#092e42 85%,#092e42) !important;
            background-image: -ms-linear-gradient(#092e42,#092e42 85%,#092e42) !important;
            background-image: -o-linear-gradient(#092e42,#092e42 85%,#092e42) !important;
            background-image: linear-gradient(#092e42,#092e42 85%,#092e42) !important;
        }

.stripe-button-el {
    padding: 0 !important;
}

.cancel-button {
    padding: 5px 15px !important;
    display: block !important;
    font-size: 16px !important;
    margin: 0 !important;
    transition: 1s;
}

.modal-footer.cancel-button-box {
    padding: 0px 0 !important;
}

.cancel-button:hover {
    background-color: transparent !important;
    color: #2685cc !important;
    transition: 1s;
    border-color: #2685cc !important;
}

.alert a:hover {
    color: #8ed7ff !important;
}

.Connect {
    margin: 0 auto;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .Connect:before {
        position: absolute !important;
        right: -1px !important;
        bottom: -1px !important;
        font-size: 24px;
        color: red;
        content: "\e088";
    }

    .Connect img {
        border: 1px solid #f00;
        border-radius: 10px !important;
        position: relative;
        z-index: 9;
        padding: 4px 20px;
    }

.DisconnectionClass {
    margin: 0 auto;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .DisconnectionClass img {
        border: 1px solid green;
        border-radius: 10px !important;
        position: relative;
        z-index: 9;
        padding: 4px 20px;
    }

    .DisconnectionClass:before {
        position: absolute !important;
        right: -1px !important;
        bottom: -1px !important;
        font-size: 24px;
        color: green;
        content: "\e089";
    }


    .DisconnectionClass:focus, .Connect:focus {
        outline: none;
    }

.Configurationclass .fa {
    float: left;
}

.ConfigurationText {
    line-height: 27px;
    padding-left: 9px;
}
/*-----End vivek css-------*/


/*added by kunal 18-feb-2018*/

.tooltip-inner {
    background-color: #0f2e42;
}

.btn-cancel-immediately {
    padding: 10px 20px !important;
    display: block !important;
    margin: 0 !important;
    color: #fff !important;
}

.help-block a {
    text-decoration: underline;
}

.panel-footer .stripe-button-el:hover span {
    background: #317bab !important;
}

.model-outstandig h4 {
    font-size: 16px;
}

input::-ms-clear, input::-ms-reveal {
    display: none;
}
/*End added by kunal 18-feb-2018*/

@media screen and (max-width : 1280px) {

    .iframe_systemstatus {
        height: 941px;
    }
}


/*End Added on 01-09-2017*/
@media screen and (max-width: 1200px) {
    .iframe_systemstatus {
        height: 1080px;
    }

    .form_contain {
        width: 65%;
    }

    .filter_contan {
        width: 100%;
    }

    .payment_box {
        width: 60%;
    }

    .form_synlog .btnbox_innerform {
        margin-top: 10px;
    }
}

@media screen and (max-width:992px) {
    .iframe_systemstatus {
        height: 1340px;
    }

    .form_contain {
        width: 80%;
    }

    .filter_contan {
        width: 100% !important;
    }

    .form_group_box {
        width: 50% !important;
    }

    ol.breadcrumb {
        background: #1f2427 !important;
        margin-top: 15px !important;
    }

    .payment_box {
        width: 70%;
    }
}

@media screen and (max-width:767px) {
    .box_remember label.checkboxmain, .box_remember p {
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }

    .form_main {
        width: 90%;
    }

    .title_form {
        font-size: 20px;
    }

    .custom_contain table tr .btn-main, .custom_contain table tr .btn-main + a {
        float: none;
        display: table;
        margin: 2px auto 0 auto;
    }

    .form_group_box {
        width: 100% !important;
    }

    .payment_box {
        width: 95%;
    }

    /*added by kunal 18-feb-2018*/
    .btn-cancel-immediately {
        margin: 0;
        float: none !important;
    }
    /*End added by kunal 18-feb-2018*/

}

@media screen and (max-width : 500px) {

    .iframe_systemstatus {
        height: 1500px;
    }
}

@media screen and (max-width:420px) {
    .not-login-userheader--logo img {
        width: 150px;
    }

    .form_main {
        width: 98%;
        max-width: 98%;
    }
}
/* for add support popup in linwork view model start*/
.nav-support-link {
    border: 1px solid #ccc !important;
    padding: 9px 11px !important;
    height: inherit !important;
    line-height: 12px !important;
    font-size: 12px;
    margin-top: 9px;
    margin-right: 10px;
    border-radius: 4px;
}

.skin-blue .main-header .navbar .nav > li > a:hover {
    color: #3499d0 !important;
}

.contact-type-box {
    display: table;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 30px;
}

.contact-type {
    display: table;
    float: left;
    width: 50%;
}

    .contact-type a {
        display: block;
    }

.contact-type-icon {
    display: table;
    width: 100%;
    text-align: center;
    font-size: 34px;
}

.contact-type-name {
    width: 100%;
    display: table;
    text-align: center;
    color: #333;
    font-weight: 400;
    font-size: 17px;
    margin-top: 10px;
}

.support-model-title {
    font-size: 30px !important;
    font-weight: 600;
}


@media screen and (max-width : 767px) {

    .contact-type {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .contact-type-box {
        margin-bottom: 10px;
        margin-top: 10px;
    }
}
/* for add support popup in linwork view model start*/

/*for wizard in connection popup start*/

.setps-tab .modal-footer {
    border-top: 1px solid #e5e5e5;
}

.wizard {
    margin: 0px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin-top: 10px;
        margin: 0px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    z-index: 2;
    text-align: center;
    font-size: 13px;
    width: 100%;
    display: block;
}

    span.round-tab i {
        color: #555555;
    }

.wizard li.active span.round-tab i {
    color: #5bc0de;
}

.wizard .nav-tabs > li a {
    color: #41a75a;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.disabled > a {
    color: #555555;
}

.wizard .nav-tabs > li {
    width: 25%;
    /*width: 16.6667%;*/
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #0085cd;
}

.wizard .nav-tabs > li:last-child {
    border-right: 1px solid;
}

.wizard .nav-tabs > li a {
    margin: 0 auto;
    padding: 0;
    font-weight: 700;
    border: 1px solid transparent !important;
    padding: 15px 5px;
    border-radius: 0;
}

.wizard .nav-tabs > li {
    border: 1px solid #41a75a;
}

    .wizard .nav-tabs > li.active {
        border-color: #3d85cd;
    }

    .wizard .nav-tabs > li.disabled {
        border-color: #ccc !important;
    }

.wizard .nav-tabs > li {
    border-left-width: 0;
}

    .wizard .nav-tabs > li:first-child, .wizard .nav-tabs > li:last-child {
        border-width: 1px;
    }

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .nav-tabs li.disabled:before {
    background: #ccc;
}

.wizard .nav-tabs li:before {
    background: #41a75a;
}

.wizard .nav-tabs li:before {
    position: absolute;
    width: 20px;
    content: "\e013";
    height: 20px;
    font-family: 'Glyphicons Halflings';
    text-align: center;
    right: -10px;
    border-radius: 50%;
    font-size: 13px;
    top: -9px;
    z-index: 999;
    line-height: 1.5;
    color: #fff;
}

.wizard .nav-tabs li.active:before {
    background: #0085cd;
}


.wizard .tab-pane {
    position: relative;
    /*padding: 20px 10px;*/
    border: 1px solid #ccc;
    border-top: 0;
}

.step--box {
    overflow-y: auto !important;
    max-height: calc(100vh - 18em);
    padding-top: 10px;
    padding-bottom: 10px;
}

#ConfigureConnection .modal-body {
    padding: 0;
}

.wizard h3 {
    margin-top: 0;
}

.wizard .tab-pane .alert {
    margin-bottom: 20px;
}

/*.wizard .tab-pane .modal-footer {
    padding-bottom: 0;
}*/

    .wizard .tab-pane .modal-footer ul {
        margin-bottom: 0;
    }

.wizard .nav-tabs > li {
    display: table-cell;
    width: auto !important;
    float: none;
}

ul.nav.nav-tabs {
    display: inline-table;
    width: 100%;
}

#ConfigureConnection .modal-backdrop {
    right: 19px !important;
}

.form_main .form-control {
    max-width: 100%;
}

#alertpanel a {
    font-weight: 800;
    cursor: pointer;
}

#alertpanel, #alertpanel label, #alertpanel b {
    font-weight: 500 !important;
}

    #alertpanel a:hover {
        color: #213542 !important;
    }

@media( max-width : 767px ) {
    .wizard .nav-tabs > li {
        width: 100%;
        border-width: 1px !important;
    }
}

@media( max-width : 585px ) {

    .wizard .nav-tabs > li {
        width: 50%;
    }
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}



@media screen and (max-width: 767px) {

    .wizard .nav-tabs > li {
        display: table !important;
        width: 100% !important;
    }

        .wizard .nav-tabs > li a, span.round-tab {
            width: 100%;
            height: auto;
            line-height: 1;
        }
}


@media screen and (max-width: 585px) {

    .wizard li.active:after {
        left: 46%;
    }
}
/*for wizard in connection popup Over*/


/*LinnWorks to Xero Prototype Changes - Jay*/

.list-group-item1 {
    position: relative;
    display: block;
    padding: 12px 17px;
    margin-bottom: -1px;
}
/*----vivek-css----*/
.success-button {
    background-color: #008d4c !important;
    font-size: 12px !important;
}

.refresh-button {
    background-color: #157ec3;
    color: #fff;
}

    .refresh-button:hover {
        background-color: rgba(21, 126, 195, 0.8588235294117647);
        color: #fff;
        border-color: rgba(21, 126, 195, 0.8588235294117647) !important;
    }

.configuration-box p {
    font-size: 15px;
    color: #c3ab18;
    margin-bottom: 2px;
}

.configuration-box .badge-pill {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    background-color: #b4a12e;
}

.create-button {
    /*background-color: #092e42;*/
    border-radius: 30px;
    padding: 7px 28px;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #092e42 !important;
    transition: 1s;
}

.border-top {
    border-top: 1px solid #ccc;
    width: 99%;
    margin: 15px auto;
}

.create-button:hover {
    background-color: #235b79;
    color: white;
}

.next-step {
    background-color: #092e42 !important;
    font-size: 16px;
    padding: 6px 15px;
    border-color: #222 !important;
    transition: 1s;
}

    .next-step:hover, .prev-step:hover {
        background-color: #343536 !important;
        color: white !important;
    }
/*-----button---*/
.sale-box span {
    text-align: center;
    width: 60%;
    background-color: #918c8c;
    display: table;
    margin: 0 auto;
    color: #fff;
    padding: 7px 15px;
    border-radius: 5px;
}

.select-box {
    background-color: white;
    color: #fff !important;
    border-radius: 5px;
    text-align: left;
    margin-right: auto;
    display: table;
    width: 80%;
    margin-left: 0;
    float: left;
    margin-right: 15px;
}

.filter-option-inner-inner {
    color: black !important;
}

.select-box .bootstrap-select.select2 {
    color: #fff !important;
    border-radius: 5px !important;
}

span.bs-caret {
    color: black;
}

.sale-box:before {
    content: "\f178";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 18px;
    font-size: 35px;
}

.model-parag-detail {
    font-size: 18px;
    padding: 15px 15px;
}

.prev-step {
    color: #fff !important;
    background-color: grey !important;
    font-size: 16px;
    padding: 6px 15px;
    border-color: darkgray !important;
    transition: 1s;
}

@media screen and (max-width: 767px) {
    .sale-box:before {
        right: 0;
        font-size: 22px;
        left: 0;
        text-align: center;
        bottom: -26px;
        transform: rotate(90deg);
    }

    .select-box {
        display: table;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }

    .sale-box {
        margin-top: 25px;
    }
}

@media screen and (max-width: 480px) {
    .select-box, .sale-box span {
        width: 90%;
    }

    .model-parag-detail {
        font-size: 14px;
    }
}
/*----End vivek-css----*/


.info-block {
    display: flex;
    align-items: center;
}

.btn_CareateAccount {
    margin-left: auto;
}

.account_refresh {
    padding-top: 8px;
    display: inline-block;
}

.required:after {
    content: " *";
    font-weight: bold;
    color: red;
}

/*** Start Chirag style ***/
.wd125 .toggle.btn {
    min-width: 125px;
}
button.btn.btn-default.active {
    background: #0085cd !important;
    color: #fff;
    box-shadow: 0 0;
}
li.dropdown-header {
    font-size: 14px;
    color: #000;
    background: #EEE !important;
    font-weight: 600;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 23px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.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: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/*** End Chirag style ***/
