a { 
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
img { 
    max-width: 100%;
    height: auto;
}
.img-fluid { 
    display: block;
    width: 100%;
    height: auto;
}
.img-bg { 
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.img-thumb { 
    width: 40px;
    height: 40px;
    display: inline-block;
}
.img-thumb-bordered { 
    border: 1px solid #ddd;
    padding: 5px;
    line-height: 28px;
}
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1-5 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}
.gutter-10 { 
    margin-left: -10px;
    margin-right: -10px;
}
.user-subs { 
    list-style: none;
    padding: 0;
    margin: 0;
}
.user-subs li { 
    position: relative;
    padding-left: 20px;
}
.user-subs li .fa  { 
    position: absolute;
    left: 0;
    top: 2px;
    color: #337ab7;
}
.user-subs li + li { 
    margin-top: 5px;
}
.no-data-found { 
    text-align: center;
    padding: 15px;
    color: #ababab;
}
.no-data-found.middle { 
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -56px;
    margin-top: -52px
}
.no-data-icon { 
    margin-bottom: 10px;
}
.no-data-icon .fa { 
    line-height: 1;
}
.gutter-10 > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}
.gutter-7 { 
    margin-left: -7px;
    margin-right: -7px;
}
.gutter-7 > [class*=col-] {
    padding-right: 7px;
    padding-left: 7px;
}
.gutter-5 { 
    margin-left: -5px;
    margin-right: -5px;
}
.gutter-5 > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.gutter-2 { 
    margin-left: -1px;
    margin-right: -1px;
}
.gutter-2 > [class*=col-] {
    padding-right: 1px;
    padding-left: 1px;
}
.no-gutter { 
    margin-left: 0;
    margin-right: 0;
}
.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.font-10 { 
    font-size: 10px;
}
.font-12 { 
    font-size: 12px;
}
.font-14 { 
    font-size: 14px;
}
.font-16 { 
    font-size: 16px;
}
.font-20 { 
    font-size: 20px;
}
.font-22 { 
    font-size: 22px;
}
.font-24 { 
    font-size: 24px;
}
.font-30 { 
    font-size: 30px;
}
.font-36 { 
    font-size: 36px;
}
.line-height-1 { 
    line-height:1;
}
audio, canvas, progress, video { 
    vertical-align: bottom;
}
.margin-top-0 { 
    margin-top: 0 !important;
}
.margin-top-5 { 
    margin-top: 5px !important;
}
.margin-top-2 { 
    margin-top: 2px !important;
}
.margin-bottom-0 { 
    margin-bottom: 0 !important;
}
.margin-zero { 
    margin: 0 !important
}
.margin-left-30 { 
    margin-left: 30px;
}
.margin-left-15 { 
    margin-left: 15px;
}
.margin-left-10 { 
    margin-left: 10px;
}
.margin-right-15 { 
    margin-right: 15px;
}
.no-border { 
    border: none !important;
}
.top-btm-border { 
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.btm-border { 
    border-bottom: 1px solid #ddd;
}
.decoration-none:hover, .decoration-none:focus { 
    text-decoration: none;
}
.sdp-block { 
    border: 1px solid #ddd;
}
.sdp-block-heading { 
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}
.sdp-block-body { 
    padding: 15px;
}
.popover, .tooltip {
    z-index: 10060;
}
.text-truncate { 
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.text-break { 
    word-break: break-all;
}
.sdp-devices { 
    position: relative;
}
.sdp-devices .fa-tablet { 
    position: absolute;
    left: -7px;
    bottom: 5px;
}
.sdp-devices .fa-mobile { 
    position: absolute;
    right: -5px;
    bottom: 5px;
}
.sdp-head { 
    margin: 20px 0;
}
.sdp-head h1 { 
    margin: 0;
    font-size: 24px;
}
.btn-white { 
    background: #fff;
    color: #333;
    box-shadow: 0 1px 3px #c9c9c9;
}
.btn-white:active, .btn-white:hover,  .btn-white:focus, .btn-white.active { 
    background: #3598dc;
    color: #fff;
    box-shadow: 0 1px 3px #c9c9c9;
}
.sdp-head .btn-sm { 
    font-size: 10px;
}
.sdp-head .btn + .btn { 
    margin-left: 5px;
}
.mt-portlet { 
    box-shadow: 0 1px 3px #c9c9c9;
    margin-bottom: 20px;
}
.mt-portlet.portlet.light { 
    padding: 5px 15px 15px;
}
.mt-portlet.portlet.light .portlet-body { 
    padding-top: 5px;
    position: relative;
}
.mt-portlet.portlet.light > .portlet-title > .caption > .caption-subject { 
    font-size: 14px;
}
.sdp-portlet { 
    background: #fff;
    box-shadow: 0 1px 3px #c9c9c9;
    margin-bottom: 20px;
    position: relative;
}
.sdp-portlet.box .sdp-portlet-body { 
    padding: 15px;
}
.sdp-portlet-head { 
    padding:10px 15px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}
.sdp-panel { 
    border: none;
    box-shadow: 0 1px 3px #c9c9c9 !important;
    margin-bottom: 20px;
}
.sdp-panel .panel-body { 
    font-size: 12px;
    position: relative;
}
.sdp-panel .panel-heading { 
    background: #3e4b5c;
    color: #fff;
}
.sdp-panel .panel-footer { 
    background: #fff;
    padding: 15px;
}
.sdp-panel-default { 
    border: none;
    box-shadow: 0 1px 3px #c9c9c9 !important;
    margin-bottom: 20px;
}
.note.sdp-note { 
    box-shadow: 0 1px 3px #c9c9c9 !important;
    background: #fff;
    border-color: #3e4b5c;
}
.note.sdp-note ul { 
    margin: 0;
    padding-left: 16px
}
.section-loader { 
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background:#fff url(../../majors/images/loader.svg) no-repeat center center;
    background-size: 50px;
}
.sdp-widget {
    padding: 15px;
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 1px 3px #c9c9c9;
}
.sdp-widget-body { 
    position: relative;
}
.sdp-pro-ov .sdp-widget, .sdp-pro-ov .mt-portlet { 
    margin-bottom: 10px;
}
.secondary-tabs-wrap {
    box-shadow: 0 1px 3px #c9c9c9;
}
.secondary-tabs .nav-tabs { 
    margin: 0;
    border: none;
    background: #e9e8e8;
}
.secondary-tabs .nav-tabs > li { 
    margin-bottom: 0;
}
.secondary-tabs .nav > li > a { 
    padding:12px 10px;
    min-width: 110px;
    border: none;
    border-right: 1px solid #ddd;
    color: #0e0e0e;
    text-align: center;
    margin-right: 0;
    position: relative;
    font-weight: normal;
    border-radius: 0;
}
.secondary-tabs .nav-tabs > li.active > a, .secondary-tabs .nav-tabs > li.active > a:focus, .secondary-tabs .nav-tabs > li.active > a:hover { 
    border: none;
    border-right: 1px solid #fff;
    background: #fff;
    color: #0e0e0e;
}
.secondary-tabs-content { 
    background: #fff;
    padding: 15px;
    position: relative;
}
.sdp-widget-title { 
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-weight: 600;
    margin: -15px -15px 15px;
    padding: 15px;
}
#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(224, 224, 224, 0.5) url(../../majors/images/loader.svg) no-repeat center center; /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.sdp-table { 
    display: table;
    width: 100%;
    height: 100%;
}
.sdp-table-row { 
    display: table-row;
}
.sdp-table-cell { 
    display: table-cell;
}
.sdp-table-cell.align-top { 
    vertical-align: top;
}
.sdp-table-cell.align-middle { 
    vertical-align: middle;
}
.sdp-table-cell.align-btm { 
    vertical-align: bottom;
}

.switch{position:relative;display:inline-block;width:70px;margin-bottom:0;height:22px}.switch .switch-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-ms-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear;color:#fff;line-height:22px;font-size:11px;background-color:#666;}.switch .switch-slider .switch-on{float:left;padding-left: 8px;display:none}.switch .switch-slider .switch-off{float:right;padding-right: 8px;}.switch .switch-slider:before{position:absolute;content:"";height:14px;width:14px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-ms-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear}.switch input:checked+.switch-slider{background-color:#3598dc}.switch input:checked+.switch-slider .switch-off{display:none}.switch input:checked+.switch-slider .switch-on{display:block}.switch input:checked+.switch-slider:before{-moz-transform:translateX(48px);-o-transform:translateX(48px);-ms-transform:translateX(48px);-webkit-transform:translateX(48px);transform:translateX(48px)}

.iv-table { 
    display: table;
    width: 100%;
    height: 100%;
}
.iv-table-row { 
    display: table-row;
}
.iv-table-cell { 
    display: table-cell;
}
.iv-table-cell.align-top { 
    vertical-align: top;
}
.iv-table-cell.align-middle { 
    vertical-align: middle;
}
.iv-table-cell.align-bottom { 
    vertical-align: bottom;
}
.ver-tab { 
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fafafa;
}
.ver-tab li {
    border-bottom: 1px solid #ebebeb;
}
.ver-tab li:last-child {
    border-bottom: none;
}
.ver-tab li a { 
    padding: 20px 15px;
    display: block;
    font-weight: 600;
    border-left: 4px solid transparent;
    color: #333;
}
.ver-tab li a:hover, .ver-tab li a:focus { 
    text-decoration: none;
} 
.ver-tab li a:hover { 
    background: #f4efef;
}  
.ver-tab li.active a { 
    background: #fff;
    border-color: #3e4b5c;
}  
.ver-tab-content { 
    padding: 15px;
}
.page-header.navbar .top-menu .navbar-nav > li.iv-time-zone { 
    line-height: 50px;
    color: #fff;
    margin-right: 15px;
}
.goog-text-highlight{
    background-color: transparent !important;
    box-shadow: none !important;
}