﻿
/*Globys Section Starts*/
.iframe-container {
    border: 1px solid #e5e5e5;
    padding: 0 0 10px 0;
    color: #333;
    position: relative;
    overflow: hidden;
    min-height: 550px;
    margin-top: 20px;
    width: 100%;
}

    .iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.pull-right-learn {
    float: right !important;
    margin: -5px 20px 0 0;
}

/*Globys Section Ends*/

/*FAQ Section Starts*/
.help-center > a {
    color: #008c9b !important;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    /* border-top-color: #ddd; */
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #ddd;
}

.panel-body {
    padding: 15px;
}
/*FAQ Section Ends*/

/* Trouble Ticket section Starts */
.hide {
    display: none;
}

.ajax_loader {
    position: absolute;
    width: 100%;
    height: 100%;
}

.tblCheckBox > ul {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

/* Trouble Ticket section Ends */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
