/* input(6498,25): run-time error CSS1035: Expected colon, found ';'
input(6499,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':' */
/* v1.3.2 - 01.07.2014:01.00*/
@charset "utf-8";

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Regular') format('svg');
    font-weight: bold;
    font-style: normal;
    text-rendering: optimizeLegibility;
}


/*Reset*/
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, strong, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, footer, header, hgroup, nav, section, video, input, button, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style-type: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

a {
    cursor: pointer;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

html, body {
    min-height: 100%;
    height: 100%;
}

body, input, .button {
    font-family: "Segoe UI",'Roboto-Regular', Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}
/*Heading Styles*/
h1 {
    font-size: 36px;
    font-size: 3.6rem;
}

h2 {
    font-size: 30px;
    font-size: 3rem;
}

h3 {
    font-size: 24px;
    font-size: 2.4rem;
}

h4 {
    font-size: 18px;
    font-size: 1.8rem;
}

h5 {
    font-size: 14px;
    font-size: 1.4rem;
}

h6 {
    font-size: 12px;
    font-size: 1.2rem;
}
/*Heading Styles End*/
/*Common Styles*/
p, li {
    font-size: 12px;
    font-size: 1.2rem;
}

.fixed {
    position: fixed !important;
}

.shift-left {
    float: left;
}

.shift-right {
    float: right;
    right: 0;
}

.clear-both {
    clear: both;
}

.underline {
    text-decoration: underline;
}

a.underline:hover {
    text-decoration: none;
}

.text18 {
    font-size: 18px;
    font-size: 1.8rem;
}

.relative {
    position: relative;
}
/*ie 10+ only*/
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectable {
    -webkit-touch-callout: default;
    -webkit-user-select: all;
    -khtml-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
}
/*Arrow Styles*/
.down-arrow, .up-arrow, .left-arrow, .right-arrow {
    vertical-align: middle;
    border: 4px solid transparent;
    font-size: 0 !important;
}

.down-arrow {
    border-top: 4px solid #5a6e76;
    border-bottom: 0 none;
}

.up-arrow {
    border-bottom: 4px solid #5a6e76;
    border-top: 0 none;
}

.left-arrow {
    border-right: 4px solid #5a6e76;
    border-left: 0 none;
}

.right-arrow {
    border-left: 4px solid #5a6e76;
    border-right: 0 none;
}

.blue .up-arrow {
    border-color: transparent transparent #fff transparent;
}

.blue .down-arrow {
    border-color: #fff transparent transparent transparent;
}

.container {
    width: 100%;
    padding: 0 20px;
}

.header, header {
    font-size: 13px;
    font-size: 1.3rem;
    z-index: 11;
    display: table;
}

.header-container {
    padding: 15px 25px;
}

.footer, footer {
    font-size: 13px;
    font-size: 1.3rem;
}

.breadcrumbs {
    padding: 20px 25px;
}

.content-wrap {
    padding: 0 25px;
}
/*Tab Styles*/
.navigation-tab {
    display: block;
    clear: both;
    width: 100%;
}

    .navigation-tab li {
        display: inline-block;
        line-height: 1;
        border-left: 1px solid;
        margin-left: -3px;
    }

        .navigation-tab li:first-child {
            border-left: 0;
        }

    .navigation-tab a, .popup .navigation-tab a {
        font-size: 22px;
        font-size: 2.2rem;
        color: #131313;
        padding: 20px 40px;
        display: block;
        text-decoration: none;
    }

    .navigation-tab.small a, .popup .navigation-tab.small a {
        font-size: 17px;
        font-size: 1.7rem;
    }

    .navigation-tab li.active a {
        background: #fff;
    }

.tab-content {
    display: none;
    padding-top: 10px;
}

    .tab-content.active {
        display: block;
    }
/*Clearing Floats*/
.navigation-tab:after, .col-wrap:after, .popup-footer:after, .popup-header:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/*Poup Styles*/
.popup-overlay {
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    _position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    _left: -50%;
    _top: -100%;
    z-index: 998;
    _width: 100%;
    _height: 1000px;
}

.ie8 .popup-overlay {
    _left: 0;
    _top: 0;
    _height: 100%;
}

.popup-overlay.transparent {
    background-color: transparent;
}

.popup {
    text-align: center;
    width: 100%;
    height: 100%;
    position: fixed;
    _position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 997;
    white-space: nowrap;
    bottom: 0;
    overflow-x: hdden;
    overflow-y: auto
}

    .popup.full-screen .popup-wrap {
        max-width: none !important;
        width: auto !important;
        height: auto !important;
        position: absolute;
        left: 20px;
        top: 20px;
        bottom: 20px;
        right: 20px;
    }

    .popup.full-screen .popup-content {
        max-height: none;
        margin-top: 0;
    }

    .popup:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.ie7 .popup {
    *left: 50%;
    *top: 50%;
    *height: auto;
}

.popup-wrap {
    display: inline-block;
    vertical-align: middle;
    border: #a0a0a0 solid 1px;
    background: #fff;
    text-align: left;
    position: relative;
    width: 90%;
    max-width: 95%;
    padding: 30px;
    z-index: 999;
    position: relative;
    min-width: 300px;
    min-height: 150px;
    /*max-height:95%;*/
    white-space: normal
}

.resizable > .popup-wrap > .popup-content {
    overflow-x: auto;
}

.ie7 .popup-wrap {
    *left: -50%;
    *top: -50%;
}

.popup.small > .popup-wrap {
    /*width:39%;*/
    min-width: 450px;
    max-width: 500px;
}

.popup.medium > .popup-wrap {
    /*width:50.78%;*/
    min-width: 550px;
    max-width: 800px;
}

.popup.large > .popup-wrap {
    /*width:74.21%;*/
    min-width: 650px;
    max-width: 960px;
}

.popup p, .popup li {
    font-size: 13px;
    font-size: 1.3rem;
}

.popup h2 {
    font-size: 25px;
    font-size: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
}

.popup-footer .button {
    min-width: 100px;
    margin-left: 10px;
}

    .popup-footer .button:first-child {
        margin-left: 0;
    }

.popup-close {
    background-position: -86px 0;
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    z-index: 2;
}

.popup-header {
    padding-bottom: 15px;
    overflow: hidden;
}

    .popup-header h2 {
        overflow: hidden;
    }

.popup-content {
    padding-top: 0;
    padding-bottom: 0;
    /*overflow-y:auto;
	max-height:500px;*/
    line-height: normal
}

.popup-footer {
    padding-top: 25px;
    min-height: 61px;
}

.popup.no-footer .popup-footer {
    display: none;
}
/*TextBox Styles*/
textarea {
    overflow: auto;
    resize: vertical;
}

textarea, input[type="text"], input[type="password"], input[type="email"], .popdown-wrap {
    color: #525b60;
    border-radius: 3px;
    border: 1px solid #d6dadc;
    padding: 7px;
    font-size: 14px;
    font-size: 1.4rem;
    background-color: #fff;
}

input[type="text"], input[type="password"], input[type="email"] {
    height: 36px;
    line-height: 1;
}

    textarea:hover, input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover {
        background-color: #fafafa;
    }

    textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus {
        border: 1px solid #64bdea;
        outline: none;
    }

    textarea + .tooltip, input[type="text"] + .tooltip, input[type="password"] + .tooltip, input[type="email"] + .tooltip, .dropdown-wrap + .tooltip, .button + .tooltip, a + .tooltip, .tooltip-link + .tooltip {
        padding: 10px;
        left: auto;
        top: auto;
        width: auto;
        height: auto;
        margin-top: 3px;
    }

    textarea:focus + .tooltip, input[type="text"]:focus + .tooltip, input[type="password"]:focus + .tooltip, input[type="email"]:focus + .tooltip, .dropdown-wrap:focus + tooltip, .button:hover + .tooltip, a:hover + .tooltip, .tooltip-link:hover + .tooltip {
        display: block;
    }
/*Tooltip Styles*/
.tooltip-holder {
    position: relative;
    display: inline-block;
}

.tooltip .tags-hover-pointer-b, .tooltip .tags-hover-pointer-f {
    left: 16px;
}

.tooltip.top .tags-hover-pointer-f {
    bottom: -8px;
    top: auto;
    border-style: solid;
    border-width: 8px 8px 0px 8px;
    border-color: transparent;
    border-top-color: #f2f4f3;
}

.tooltip.top .tags-hover-pointer-b {
    bottom: -9px;
    top: auto;
    border-style: solid;
    border-width: 8px 8px 0px 8px;
    border-color: transparent;
    border-top-color: #b9c8d0;
}

.tooltip {
    font-weight: normal;
    text-align: left;
}

    .tooltip.top {
        bottom: 100%;
        margin-bottom: 10px;
    }

a + .tooltip {
    margin-left: -15px;
    min-width: 200px;
}
/*Tooltip Styles End*/
.tag {
    cursor: default;
    display: inline-block;
}

    .tag .close {
        background-position: -17px -29px;
        display: inline-block;
        width: 13px;
        height: 13px;
        margin-left: 6px;
        position: relative;
        top: 2px;
        overflow: hidden;
    }

    .tag.white .close {
        background-position: -33px -29px;
    }
/* Tags Hover */
.tags-hover-holder, .tooltip {
    background: #f2f4f3;
    border: 1px solid #b9c8d0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    position: absolute;
    top: 44px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 15px;
    width: 265px;
    display: none;
    z-index: 9999;
    word-wrap: break-word;
}

.tags-hover-pointer-f {
    border-color: transparent;
    border-bottom-color: #f2f4f3;
    border-style: dashed dashed solid;
    border-width: 0 8px 8px;
    position: absolute;
    left: 25px;
    top: -8px;
    z-index: 2;
    height: 0;
    width: 0;
}

.tags-hover-pointer-b {
    border-color: transparent;
    border-style: dashed dashed solid;
    border-width: 0 8px 8px;
    z-index: 1;
    border-bottom-color: #b9c8d0;
    top: -9px;
    left: 25px;
    height: 0;
    width: 0;
    position: absolute;
}

.tags-discription {
    padding: 15px 0;
}

.tags-title h3 {
    font-size: 17px;
    font-size: 1.7rem;
}

/* down arrow common */
.pointer-bottom .tags-hover-pointer-b,
.pointer-bottom .tags-hover-pointer-f,
.pointer-bottom-right .tags-hover-pointer-b,
.pointer-bottom-right .tags-hover-pointer-f {
    top: auto;
    border-width: 8px 8px 0 8px;
    border-style: solid solid dashed solid;
    border-bottom-color: transparent;
}

/* down arrow shadow */
.pointer-bottom .tags-hover-pointer-b,
.pointer-bottom-right .tags-hover-pointer-b {
    bottom: -9px;
    border-top-color: #b9c8d0;
}

/* down arrow white */
.pointer-bottom .tags-hover-pointer-f,
.pointer-bottom-right .tags-hover-pointer-f {
    bottom: -8px;
    border-top-color: #f2f4f3;
}

/* Tags Hover - Ends*/

/*button*/
.button {
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    padding: 10px 18px;
    line-height: 1;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    cursor: pointer;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
}

    .button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    .button + .button {
        margin-left: 8px;
    }

    .button:first-child {
        margin-left: 0;
    }

a.button {
    text-decoration: none;
    display: inline-block;
}

.button:hover {
    text-decoration: none;
}

.button.blue, .onoff-button.on, .onoff-button.on:active, .disabled .button.blue:active, .disabled .button.blue:hover, .button.blue[disabled="disabled"], .button.blue[disabled="disabled"]:hover, .button.blue.disabled, .button.blue.disabled:hover, .button.blue.disabled:active {
    text-shadow: 0px 1px #59a8d0;
    border-color: #55afdd;
    background-color: #60bbe9;
    color: #fff !important;
    text-decoration: none !important;
}

    .disabled .button.blue:active, .disabled .button.blue:hover, .button.blue[disabled="disabled"], .button.blue[disabled="disabled"]:hover, .button.blue.disabled, .button.blue.disabled:hover, .button.blue.disabled:active {
        background-image: -moz-linear-gradient(top, #60bbe9 0%, #6ac0ec 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #60bbe9), color-stop(100%, #6ac0ec));
        background-image: -webkit-linear-gradient(top, #60bbe9 0%, #6ac0ec 100%);
        background-image: -o-linear-gradient(top, #60bbe9 0%, #6ac0ec 100%);
        background-image: -ms-linear-gradient(top, #60bbe9 0%, #6ac0ec 100%);
        background-image: linear-gradient(to bottom, #60bbe9 0%, #6ac0ec 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60bbe9', endColorstr='#6ac0ec', GradientType=0 );
    }

.button.white.active {
    border-color: #66beeb;
    background-color: #e7f7fa;
}

.button.blue:hover, .onoff-button.on:hover {
    border-color: #60b2dc;
    background-color: #7ecbf3;
}

.button.blue:hover {
    background-image: -moz-linear-gradient(top, #7ecbf3 0%, #72c5ef 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7ecbf3), color-stop(100%, #72c5ef));
    background-image: -webkit-linear-gradient(top, #7ecbf3 0%, #72c5ef 100%);
    background-image: -o-linear-gradient(top, #7ecbf3 0%, #72c5ef 100%);
    background-image: -ms-linear-gradient(top, #7ecbf3 0%, #72c5ef 100%);
    background-image: linear-gradient(to bottom, #7ecbf3 0%, #72c5ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ecbf3', endColorstr='#72c5ef', GradientType=0 );
}

.button.blue:active {
    border-color: #48a3d2;
    background-color: #58b4e3;
}

.button.blue:active {
    background-image: -moz-linear-gradient(top, #58b4e3 0%, #61b6e2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #58b4e3), color-stop(100%, #61b6e2));
    background-image: -webkit-linear-gradient(top, #58b4e3 0%, #61b6e2 100%);
    background-image: -o-linear-gradient(top, #58b4e3 0%, #61b6e2 100%);
    background-image: -ms-linear-gradient(top, #58b4e3 0%, #61b6e2 100%);
    background-image: linear-gradient(to bottom, #58b4e3 0%, #61b6e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58b4e3', endColorstr='#61b6e2', GradientType=0 );
}

.button.white, .disabled .button.white:active, .disabled .button.white:hover, .button.white[disabled="disabled"], .button.white[disabled="disabled"]:hover, .button.white.disabled, .button.white.disabled:hover, .button.white.disabled:active {
    border-color: #b3c4cb;
    background-color: #f2f4f4;
    color: #5a6e76;
}

    .button.white:hover {
        border-color: #a1b6be;
        background-color: #f8f8f8;
    }

    .button.white:active {
        border-color: #93a6ae;
        background-color: #e7ecec;
    }

    .disabled .button.white:active, .disabled .button.white:hover, .button.white[disabled="disabled"], .button.white[disabled="disabled"]:hover, .button.white.disabled, .button.white.disabled:hover, .button.white.disabled:active {
        border-style: solid;
        border-color: #dce3e6;
    }

.disabled .button.blue:active, .disabled .button.blue:hover, .button.blue[disabled="disabled"], .button.blue[disabled="disabled"]:hover, .button.blue.disabled, .button.blue.disabled:hover, .button.blue.disabled:active {
    border-style: solid;
    border-color: #55afdd;
}

.button[disabled="disabled"], .button[disabled="disabled"]:hover, .button.disabled, .button.disabled:hover, .button.disabled:active, .disabled input,
.onoff-button.disabled, .rm-checkbox.disabled, .rm-checkbox[disabled="disabled"], .rm-radio.disabled {
    filter: alpha(opacity=50);
    opacity: .5;
    background-image: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default;
}

.button.inactive {
    border-color: #d8d8d8 #cbcbcb #bababa #ccc;
    background-color: #d3d3d3;
    background-image: -moz-linear-gradient(top, #d3d3d3 0%, #c8c8c8 99%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3d3d3), color-stop(99%, #c8c8c8));
    background-image: -webkit-linear-gradient(top, #d3d3d3 0%, #c8c8c8 99%);
    background-image: -o-linear-gradient(top, #d3d3d3 0%, #c8c8c8 99%);
    background-image: -ms-linear-gradient(top, #d3d3d3 0%, #c8c8c8 99%);
    background-image: linear-gradient(to bottom, #d3d3d3 0%, #c8c8c8 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#c8c8c8', GradientType=0 );
    color: #5a5a5a;
}

    .button.inactive:hover {
        border-color: #d9d9d9 #cbcbcb #bababa #ccc;
        background: #e0e0e0;
        background-image: -moz-linear-gradient(top, #e0e0e0 0%, #d3d3d3 99%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e0e0), color-stop(99%, #d3d3d3));
        background-image: -webkit-linear-gradient(top, #e0e0e0 0%, #d3d3d3 99%);
        background-image: -o-linear-gradient(top, #e0e0e0 0%, #d3d3d3 99%);
        background-image: -ms-linear-gradient(top, #e0e0e0 0%, #d3d3d3 99%);
        background-image: linear-gradient(to bottom, #e0e0e0 0%, #d3d3d3 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#d3d3d3', GradientType=0 );
        color: #5a5a5a;
    }

    .button.inactive:active {
        border-color: #d9d9d9 #cbcbcb #bababa #ccc;
        background-color: #bebebe;
        background-image: -moz-linear-gradient(top, #bebebe 0%, #acacac 99%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bebebe), color-stop(99%, #acacac));
        background-image: -webkit-linear-gradient(top, #bebebe 0%, #acacac 99%);
        background-image: -o-linear-gradient(top, #bebebe 0%, #acacac 99%);
        background-image: -ms-linear-gradient(top, #bebebe 0%, #acacac 99%);
        background-image: linear-gradient(to bottom, #bebebe 0%, #acacac 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bebebe', endColorstr='#acacac', GradientType=0 );
        color: #5a5a5a;
    }

.button .left-arrow {
    margin-right: 8px;
    left: -4px;
    top: -1px;
    position: relative;
}

.refreshing {
    padding-left: 40px;
    background-position: 10px;
    background-repeat: no-repeat;
    filter: none !important;
    cursor: default;
}

.blue.refreshing {
    background-color: #69bfec !important;
    background-image: url(../images/animation_refresh.gif?v=DiJuBBVYbK_aZmLcWdbLlTL0c00) !important;
}

.white.refreshing {
    background-image: url(../images/animation_loading-small-white.gif) !important;
}
/*dropdown start*/
.dropdown-wrap {
    position: relative;
    min-width: 60px;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

    .dropdown-wrap select {
        display: none !important;
    }

.dropdown {
    min-width: 100%;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    height: 36px;
    text-align: left;
    position: relative;
}

    .dropdown.button {
        padding: 0 42px 0 17px;
        font-size: 0;
        _font-size: 15px;
    }

    .dropdown .label {
        border-right: 1px solid;
        height: 100%;
        padding: 9px 9px 9px 0;
        text-align: left;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 14px;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
    }

    .dropdown .down-arrow {
        position: relative;
        right: -17px;
        top: 2px;
        display: inline;
    }

    .dropdown.white .label, .dropdown.blue .label {
        border-right-color: #afb8bb;
    }

    .dropdown.blue .label {
        border-right-color: #a8d4e9;
    }

.dropdown-wrap .menu {
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    border: 1px solid #cfd0d0;
    border-radius: 3px;
    min-width: 100%;
    overflow: hidden;
    max-height: 300px;
    height: 0;
    opacity: 0;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 150ms;
    -webkit-transition-delay: 0ms;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-property: opacity;
    -moz-transition-duration: 150ms;
    -moz-transition-delay: 0ms;
    -moz-transition-timing-function: ease-out;
    transition-property: opacity;
    transition-duration: 250ms;
    transition-delay: 0ms;
    transition-timing-function: ease-out;
    font-weight: normal;
}

.dropdown-wrap.top .menu {
    top: auto;
    bottom: 100%;
}

.dropdown-wrap.left-align .menu {
    right: auto;
    left: 0;
}

.dropdown-wrap.right-align .menu {
    right: 0 !important;
    left: auto !important;
}

.menu-left-align .dropdown-wrap .menu, .dropdown-wrap .menu.left-align {
    left: 0;
    right: auto;
}

.dropdown-wrap .menu li {
    margin-left: 0;
}

.dropdown-wrap.close .menu {
    height: 0;
    opacity: 0;
    transition-duration: 0ms;
    display: none;
}

.dropdown-wrap input[type="text"]:focus ~ .menu {
    display: block;
}

.dropdown-wrap.open {
    z-index: 5;
}

    .dropdown-wrap.open .menu {
        height: auto;
        opacity: 1;
        overflow: auto;
    }

.dropdown-wrap .menu a {
    color: #000;
    font-size: 15px;
    font-size: 1.5rem;
    display: block;
    padding: 10px;
    border-top: 1px solid #d6dadc;
    white-space: nowrap;
}

.dropdown-wrap .menu li:hover, .dropdown-wrap .menu .selected {
    background-color: #f2f4f4;
}

.dropdown-wrap .menu li:first-child a {
    border-top: 0;
}

.dropdown-wrap .blue + .menu {
    background: #f8f8f8;
    border: 1px solid #a1b6be;
}

    .dropdown-wrap .blue + .menu li {
        color: #1f3b47;
        border-top: 1px solid #dae4e9;
    }

        .dropdown-wrap .blue + .menu li:hover {
            background-color: #e2eff6 !important;
        }
/* checkbox start*/
.rm-checkbox.loaded input[type="checkbox"] {
    display: none;
}

.rm-checkbox .check-box-ui {
    width: 20px;
    height: 20px;
    border: 1px solid #d6dadc;
    border-radius: 3px;
    background-color: #f2f4f4;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    float: left;
}

    .rm-checkbox .check-box-ui:hover {
        border: 1px solid #48a3d2;
        background-color: #f2f4f4;
    }

.rm-checkbox-checked {
    background-position: 2px -27px;
    border: 1px solid #48a3d2 !important;
}

.rm-checkbox {
    display: inline-block;
    position: relative;
}

    .rm-checkbox.disabled .check-box-ui {
        cursor: default;
    }

    .rm-checkbox label {
        display: block;
        vertical-align: middle;
        padding-left: 35px;
        vertical-align: middle;
        line-height: 1.5;
    }

        .rm-checkbox label.label-content {
            padding-left: 0px;
        }
/* search filter box */
.search-filter-wrap {
    position: relative;
    display: inline-block;
}

    .search-filter-wrap input[type="text"] {
        width: 183px;
        display: inline-block;
        vertical-align: top;
        -moz-border-radius: 5px 0 0 5px;
        -webkit-border-radius: 5px 0 0 5px;
        border-radius: 5px 0 0 5px;
    }

    .search-filter-wrap .dropdown-wrap, .search-filter-wrap .go-btn {
        height: 36px;
        display: inline-block;
        vertical-align: top;
        position: relative;
    }

    .search-filter-wrap .dropdown {
        width: auto;
    }

        .search-filter-wrap .dropdown .label, .search-filter-wrap .dropdown .label-count {
            text-align: center;
            padding: 9px 0 9px 10px;
            border-right: 1px solid;
            border-right-color: transparent;
            border-left: 1px solid #d6dadc;
            display: none;
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 14px;
            width: 27px;
            vertical-align: middle;
        }

    .search-filter-wrap .menu a {
        white-space: nowrap;
    }

    .search-filter-wrap .dropdown-wrap {
        left: -5px;
    }

    .search-filter-wrap .go-btn {
        margin-left: -10px;
    }

    .search-filter-wrap .button.white {
        border-radius: 0;
        border: 1px solid #d6dadc;
        border-left: 0;
        background-color: #fff;
        padding-left: 0;
    }

        .search-filter-wrap .button.white:hover {
            background-color: #fafafa;
        }

    .search-filter-wrap .dropdown-wrap .menu {
        margin-top: -1px;
        border: 1px solid #e9ebeb;
        border-top: 0;
    }

        .search-filter-wrap .dropdown-wrap .menu li {
            white-space: nowrap;
            padding: 10px 17px;
            border-bottom: 1px solid #f5f5f5;
        }

.rm-filter-checkbox, .rm-filter-checkbox label {
    cursor: pointer;
}

    .rm-filter-checkbox input[type="checkbox"] {
        display: none;
    }

    .rm-filter-checkbox .filter-check-box-ui {
        width: 18px;
        height: 18px;
        border: 1px solid #d6dadc;
        border-radius: 3px;
        background-color: #f2f4f4;
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
    }

.rm-filer-checkbox .filter-check-box-ui:hover {
    border: 1px solid #48a3d2;
    background-color: #f2f4f4;
}

.rm-filter-checkbox-checked {
    background-position: 1px -28px;
    border: 1px solid #48a3d2 !important;
}

.rm-filter-checkbox {
    display: inline-block;
}

    .rm-filter-checkbox label {
        display: inline-block;
        vertical-align: middle;
        padding-left: 15px;
    }

.search-filter-wrap input[type="text"]:focus + .dropdown-wrap .button, .search-filter-wrap input[type="text"]:focus + span + .dropdown-wrap .button {
    border-color: #64bdea;
}
/* search filter box ends */

/* search box */
.search-wrap {
    position: relative;
    min-width: 250px;
}

    .search-wrap input[type="text"] {
        width: 99%;
        display: inline-block;
        vertical-align: top;
        -moz-border-radius: 5px 0 0 5px;
        -webkit-border-radius: 5px 0 0 5px;
        border-radius: 5px 0 0 5px;
        padding: 7px;
        padding-right: 95px;
    }

    .search-wrap .dropdown-wrap {
        width: 90px;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
    }

    .search-wrap .dropdown .label {
        text-align: center;
        padding-left: 10px;
        padding-right: 0px;
        border-right-color: transparent;
    }
/* search box ends */

/*on off button Start*/
.onoff-button {
    -webkit-transition: background-color 500ms ease 50ms;
    -moz-transition: background-color 500ms ease 50ms;
    -o-transition: background-color 500ms ease 50ms;
    transition: background-color 500ms ease 50ms;
}

    .onoff-button.off {
        background-color: #65bdea;
    }

    .onoff-button label {
        display: block;
        width: 32px;
        height: 21px;
        background-color: #fff;
        float: left;
        border-radius: 3px;
        cursor: pointer;
        padding: 0;
    }

    .onoff-button.loaded input[type="checkbox"] {
        display: none;
    }

    .onoff-button span {
        float: left;
        display: block;
        width: 35px;
        text-align: center;
        height: 23px;
        line-height: 1.7;
    }

.onoff-button {
    width: 70px;
    height: 27px;
    padding: 2px;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -moz-box-sizing: border-box;
}

    .onoff-button > div {
        height: 18px;
        line-height: 1.2;
        position: absolute;
        top: 3px;
        vertical-align: middle;
        width: 110px;
        -webkit-transition: left 150ms ease 50ms;
        -moz-transition: left 150ms ease 50ms;
        -o-transition: left 150ms ease 50ms;
        transition: left 150ms ease 50ms;
        left: 0;
    }

    .onoff-button.off > div {
        left: 0;
    }

    .onoff-button.off > div {
        left: -32px;
    }
/*layout styles start */
.col-wrap {
    clear: both;
    display: block;
    float: none !important;
}

    .col-wrap [class*='col-'] {
        float: left;
    }

.col-1-of-1, .col-2-of-2, .col-3-of-3, .col-4-of-4, .col-5-of-5, .col-6-of-6, .col-7-of-7, .col-8-of-8, .col-9-of-9, .col-10-of-10 {
    width: 100%;
}

.col-1-of-2, .col-2-of-4, .col-4-of-8, .col-5-of-10, .col-6-of-12, .col-3-of-6 {
    width: 50%;
}

.col-1-of-3, .col-3-of-9, .col-4-of-12, .col-2-of-6 {
    width: 33.333333333333333333333333333333%;
}

.col-2-of-3, .col-6-of-9, .col-4-of-6 {
    width: 66.666666666666666666666666666667%;
}

.col-1-of-4, .col-2-of-8, .col-3-of-12 {
    width: 25%;
}

.col-3-of-4, .col-6-of-8, .col-9-of-12 {
    width: 75%;
}

.col-1-of-5, .col-2-of-10 {
    width: 20%;
}

.col-2-of-5, .col-4-of-10 {
    width: 40%;
}

.col-3-of-5, .col-6-of-10 {
    width: 60%;
}

.col-4-of-5, .col-8-of-10 {
    width: 80%;
}

.col-1-of-6 {
    width: 16.666666666666666666666666666667%;
}

.col-5-of-6 {
    width: 83.333333333333333333333333333333%;
}

.col-1-of-7 {
    width: 14.28571428571429%
}

.col-2-of-7 {
    width: 28.57142857142857%
}

.col-3-of-7 {
    width: 42.85714285714286%
}

.col-4-of-7 {
    width: 57.14285714285714%
}

.col-5-of-7 {
    width: 71.42857142857143%
}

.col-6-of-7 {
    width: 85.71428571428571%
}

.col-1-of-8 {
    width: 12.5%
}

.col-3-of-8 {
    width: 37.5%
}

.col-5-of-8 {
    width: 62.5%
}

.col-7-of-8 {
    width: 87.5%
}

.col-1-of-9 {
    width: 11.111111111111111111111111111111%
}

.col-2-of-9 {
    width: 22.222222222222222222222222222222%
}

.col-4-of-9 {
    width: 44.444444444444444444444444444444%
}

.col-5-of-9 {
    width: 55.555555555555555555555555555556%
}

.col-7-of-9 {
    width: 77.777777777777777777777777777778%
}

.col-8-of-9 {
    width: 88.888888888888888888888888888889%
}

.col-1-of-10 {
    width: 10%
}

.col-3-of-10 {
    width: 30%
}

.col-7-of-10 {
    width: 70%
}

.col-9-of-10 {
    width: 90%
}

.col-1-of-12 {
    width: 8.3333333333333333333333333333333%
}

.col-5-of-12 {
    width: 41.666666666666666666666666666667%
}

.col-7-of-12 {
    width: 58.333333333333333333333333333333%
}

.col-8-of-12 {
    width: 66.666666666666666666666666666667%
}

.col-10-of-12 {
    width: 83.333333333333333333333333333333%
}

.col-11-of-12 {
    width: 91.666666666666666666666666666667%
}

.col-1-of-2.pull-2, .col-2-of-4.pull-2, .col-4-of-8.pull-2, .col-5-of-10.pull-2, .col-6-of-12.pull-2, .col-3-of-6.pull-2 {
    margin-left: 50%;
}

[class*='col-'][class*='-of-7'].push-1 {
    margin-left: 14.28571428571429%;
}

[class*='col-'][class*='-of-7'].push-2 {
    margin-left: 28.57142857142857%;
}

[class*='col-'][class*='-of-7'].push-3 {
    margin-left: 42.85714285714286%;
}

[class*='col-'][class*='-of-7'].push-4 {
    margin-left: 57.14285714285714%;
}

[class*='col-'][class*='-of-7'].push-5 {
    margin-left: 71.42857142857143%;
}

[class*='col-'][class*='-of-9'].push-1 {
    margin-left: 11.111111111111111111111111111111%;
}

[class*='col-'][class*='-of-9'].push-2 {
    margin-left: 22.222222222222222222222222222222%;
}

[class*='col-'][class*='-of-9'].push-3 {
    margin-left: 33.333333333333333333333333333333%;
}

[class*='col-'][class*='-of-9'].push-4 {
    margin-left: 44.444444444444444444444444444444%;
}

[class*='col-'][class*='-of-9'].push-5 {
    margin-left: 55.555555555555555555555555555556%;
}

[class*='col-'][class*='-of-9'].push-6 {
    margin-left: 66.666666666666666666666666666667%;
}

[class*='col-'][class*='-of-9'].push-7 {
    margin-left: 77.777777777777777777777777777778%;
}

.text-centre {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.nav-inline li {
    display: inline-block;
}
/*Bubbles Start*/
.bubble {
    border-radius: 50em;
    background-color: #60bae9;
    padding: 2px 11px;
    color: #fff;
    display: inline;
    text-indent: 0;
}

    .bubble.red {
        background-color: #dc1d58;
    }

    .bubble.green {
        background-color: #78cd51;
    }

    .bubble.orange {
        background-color: #fabb3d;
    }

    .bubble.grey {
        background-color: #aeaeae;
    }
/*Bubbles End*/
.right {
    right: 0;
    left: auto;
}

.header .msg {
    max-width: 100%;
    padding: 9px 35px 8px 10px;
    height: 30px;
}

    .header .msg .msg-text {
        position: absolute;
        left: 30px;
        right: 34px;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-right: 70px;
    }

    .header .msg span.msg-text span {
        white-space: nowrap;
    }

    .header .msg .readmore {
        position: relative;
        margin-right: -62px;
        top: -1.2em;
        float: right;
    }

.msg-success {
    background-color: #349e76;
    color: #fff;
}

.msg-success, .msg-info, .msg-error {
    position: relative;
    padding: 10px;
    padding-right: 24px;
    text-align: center;
    display: block;
}

.msg-error {
    background-color: #a93158;
    color: #fff;
}

.msg-info {
    background-color: #c1e0f4;
    color: #0e3e6e;
}

    .msg-error a, .msg-success a, .msg-info a {
        color: #fff !important;
        font-size: 13px !important;
        font-size: 1.3rem !important;
    }

        .msg-error a:hover, .msg-success a:hover {
            text-decoration: underline;
        }

.msg-close {
    width: 14px;
    height: 14px;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 10px;
    background-position: -116px 0px;
}

    .msg-close.white {
        background-position: -116px -28px;
    }

.error, .success {
    color: #a93158;
    text-align: right;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2;
}

.success {
    color: #349e76;
}

.hide {
    display: none !important;
}

.table {
    display: table;
}

.row {
    display: table-row;
}

.cell {
    display: table-cell;
    vertical-align: middle;
}

label {
    vertical-align: middle;
    font-size: 13px;
    font-size: 1.3rem;
}

.records-per-page label {
    padding: 0 10px 0 0;
    display: table-cell;
}

.records-per-page .dropdown-wrap {
    width: auto;
}

.records-per-page label:last-child {
    padding: 0 0 0 10px;
}

.pagination-wrap, .records-per-page {
    display: table;
    margin: 20px 0;
    padding-left: 0;
}

    .pagination-wrap label, .pagination-wrap .rhs {
        padding-right: 15px;
        display: table-cell;
        white-space: nowrap;
    }

    .pagination-wrap .rhs {
        padding: 0;
        padding-left: 15px;
    }

    .pagination-wrap .lhs {
        padding: 0;
        padding-right: 15px;
        font-style: italic;
        color: #959796;
    }

.pagination {
    display: table-cell;
    padding-left: 0;
    white-space: nowrap;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a {
            line-height: 1.42857;
            padding: 8px 7px;
            text-decoration: none !important;
            color: #5a6e76 !important;
            display: inline-block;
        }

    .pagination .button {
        padding: 6px 14px;
    }

        .pagination .button .left-arrow {
            margin: 0;
            left: 0px;
            positioin: relative;
            top: -1px;
        }

        .pagination .button .right-arrow {
            margin: 0;
            position: relative;
            left: 0px;
            top: -1px;
        }

    .pagination > li > a:hover {
        background-color: #f8f8f8;
    }

    .pagination > .active > a:hover {
        background-color: transparent;
    }

    .pagination > li > a:focus, .pagination > .active > a:active {
        border-color: #93a6ae;
    }

    .pagination > .active > a {
        color: #66bdeb;
        cursor: default;
    }

.full-width {
    position: relative;
    width: 100%;
}
/*Spinner Start*/
.spinner-wrap {
    position: relative;
    display: inline-block;
}

    .spinner-wrap input[type="text"] {
        width: 100px;
        padding-right: 35px;
    }

        .spinner-wrap input[type="text"]::-ms-clear {
            display: none;
        }

    .spinner-wrap .spinner-holder {
        width: 100px;
        height: 34px;
        border: 1px solid #CCC;
    }

    .spinner-wrap .button {
        padding: 0 10px;
        position: absolute;
        right: 0;
        display: block;
        height: 50%;
        width: 35px;
    }

        .spinner-wrap .button.up {
            top: 0;
            border-radius: 0 5px 0 0;
            border-bottom: 0;
        }

        .spinner-wrap .button.down {
            top: 18px;
            border-radius: 0 0 5px 0;
            border-top: 0;
        }

    .spinner-wrap a span {
        display: inline-block !important;
        position: absolute;
        left: 50%;
        margin-left: -4px;
    }

    .spinner-wrap .down-arrow {
        top: 2px;
    }

    .spinner-wrap .up-arrow {
        bottom: 2px;
    }
/*Spinner End*/

.border-radius-5 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.border-radius-4 {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.close-text {
    position: relative;
    display: inline-block;
    margin-left: -26px;
    margin-right: 10px;
    margin-top: 8px;
    width: 16px;
    height: 16px;
    z-index: 9998;
    cursor: pointer;
    background-position: -49px -29px;
}
/*close button of closable text*/
.text-clear {
    padding-right: 28px;
}

    .text-clear::-ms-clear {
        display: none;
    }
/*Time and date start*/
.date-input input[type="text"] {
    width: 230px;
    font-size: 13px;
    font-size: 1.3rem;
    background: #f2f4f4;
    display: inline-block;
}

.date-input .calendar-icon {
    vertical-align: middle;
    margin-left: -40px;
    margin-right: 18px;
    position: relative;
    top: -2px;
    background-position: 0 -47px;
    width: 22px;
    height: 22px;
    display: inline-block;
    cursor: pointer;
}

.date-input::-ms-clear {
    display: none;
}

.ui-datepicker {
    z-index: 9999 !important;
    background: #f2f4f4;
    padding: 8px;
    width: 319px;
    border: 1px solid #b3c4cb;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: none;
}

    .ui-datepicker table {
        width: 100%;
        border-collapse: collapse;
    }

.ui-datepicker-header {
    background: #64bdea;
}

.ui-datepicker-prev, .ui-datepicker-next {
    width: 42px;
    height: 38px;
}

.ui-datepicker-prev {
    float: left;
    border-right: 1px solid #5097ca;
}

.ui-datepicker-next {
    float: right;
    border-left: 1px solid #5097ca;
}

.ui-datepicker-title {
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 10px;
}

.ui-datepicker-prev .ui-icon, .ui-datepicker-next .ui-icon {
    display: block;
    width: 8px;
    height: 17px;
    margin: 10px auto;
}

.ui-datepicker-prev .ui-icon {
    background-position: -42px -47px;
}

.ui-datepicker-next .ui-icon {
    background-position: -29px -47px;
}

.ui-datepicker-calendar { /*border:1px solid #ccc;*/
}

    .ui-datepicker-calendar tbody tr td {
        border: 1px solid #adadad;
    }

    .ui-datepicker-calendar tbody tr td,
    .ui-datepicker-calendar thead th {
        text-align: center;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .ui-datepicker-calendar thead th {
        font-weight: normal;
        font-size: 12px;
        font-size: 1.2rem;
        text-transform: uppercase;
    }

        .ui-datepicker-calendar thead th span {
            background: #a1b4c1;
            color: #fff;
            padding: 8px;
            display: block;
        }

    .ui-datepicker-calendar tbody tr td:first-child {
        border-left: 0 none;
    }

    .ui-datepicker-calendar tbody tr td:last-child {
        border-right: 0 none;
    }

    .ui-datepicker-calendar tbody tr:first-child td {
        border-top: 0 none;
    }

    .ui-datepicker-calendar tbody tr:last-child td {
        border-bottom: 0 none;
    }

    .ui-datepicker-calendar tbody tr td a,
    .ui-datepicker-calendar tbody tr td span {
        display: block;
        padding: 8px;
        text-decoration: none;
    }

    .ui-datepicker-calendar tbody tr td a {
        color: #2e2e2e;
    }

    .ui-datepicker-calendar tbody tr td span {
        color: #adadad;
    }

    .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day a {
        color: #32a0d8;
    }

    .ui-datepicker-calendar tbody tr td.ui-datepicker-other-month {
        color: #adadad;
    }

.ui-datepicker {
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}

/*Form Styles*/
.form {
}

    .form .form-field {
        display: block;
        padding-top: 20px;
    }

        .form .form-field label {
            display: inline-block;
            padding-bottom: 8px;
        }

        .form .form-field input, .form .form-field select, .form .form-field textarea {
            display: block;
            width: 100%;
        }

    .form .hint {
        display: inline;
    }

    .form.inline {
        white-space: nowrap;
    }

        .form.inline .form-field {
            display: inline-block;
        }

            .form.inline .form-field label {
                padding-bottom: 0;
            }

.hand {
    cursor: pointer;
}
/*Padding Styles*/
.padding-all5 {
    padding: 5px;
}

.padding-right5 {
    padding-right: 5px;
}

.padding-left5 {
    padding-left: 5px;
}

.padding-top5 {
    padding-top: 5px;
}

.padding-bottom5 {
    padding-bottom: 5px;
}

.padding-left-right5 {
    padding-left: 5px;
    padding-right: 5px;
}

.padding-top-bottom5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.padding-all10 {
    padding: 10px;
}

.padding-right10 {
    padding-right: 10px;
}

.padding-left10 {
    padding-left: 10px;
}

.padding-top10 {
    padding-top: 10px;
}

.padding-bottom10 {
    padding-bottom: 10px;
}

.padding-left-right10 {
    padding-left: 10px;
    padding-right: 10px;
}

.padding-top-bottom10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-all15 {
    padding: 15px;
}

.padding-right15 {
    padding-right: 15px;
}

.padding-left15 {
    padding-left: 15px;
}

.padding-top15 {
    padding-top: 15px;
}

.padding-bottom15 {
    padding-bottom: 15px;
}

.padding-left-right15 {
    padding-left: 15px;
    padding-right: 15px;
}

.padding-top-bottom15 {
    padding-top: 15px;
    padding-bottom: 20px;
}

.padding-all20 {
    padding: 20px;
}

.padding-top20 {
    padding-top: 20px;
}

.padding-right20 {
    padding-right: 20px;
}

.padding-left20 {
    padding-left: 20px;
}

.padding-bottom20 {
    padding-bottom: 20px;
}

.padding-left-right20 {
    padding-left: 20px;
    padding-right: 20px;
}

.padding-top-bottom20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-all30 {
    padding: 30px;
}

.padding-top30 {
    padding-top: 30px;
}

.padding-right30 {
    padding-right: 30px;
}

.padding-left30 {
    padding-left: 30px;
}

.padding-bottom30 {
    padding-bottom: 30px;
}

.padding-left-right30 {
    padding-left: 30px;
    padding-right: 30px;
}

.padding-top-bottom30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-all-0 {
    padding: 0 !important;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.padding-right-0 {
    padding-right: 0 !important;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}
/*Padding Styles End*/
.ui-sprite, .ui-datepicker-prev .ui-icon, .ui-datepicker-next .ui-icon, .resizable .ui-icon {
    background-image: url(../images/ui-sprite.png?v=DiJuBBVYbK_aZmLcWdbLlTL0c00);
    background-repeat: no-repeat;
    text-indent: -99999px;
    _text-indent: 0;
}
/* table */
table.datatable {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

    table.datatable.striped tr:nth-child(even) td {
        background-color: #f9f9f9;
    }

    table.datatable th, table.datatable td {
        padding: 8px 5px;
    }

    table.datatable th {
        font-weight: bold;
    }

    table.datatable th {
        background-color: #ececec;
    }
    table.datatable th.rule-type {
        background-color: #ffffffff !important;
    }
    table.datatable td.rule-type {
        background-color: #ffffffff !important;
    }
/*Header Navigation Styles*/
.header-nav.nav-right {
    float: right;
}

.header-logo, .header-nav li {
    float: left;
}
/*Mobile navigation Start*/
.mobile-nav {
    display: none;
    height: 20px;
    width: 20px;
    position: relative;
    float: left;
    margin: 3px 10px 3px 3px;
}

    .mobile-nav:before {
        content: '';
        height: 3px;
        width: 20px;
        background: #333;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        display: none;
        position: absolute;
        top: 5px;
        left: 0;
        box-shadow: 0 7px #333, 0 14px #333;
        -webkit-box-shadow: 0 7px #333, 0 14px #333;
        -moz-box-shadow: 0 7px #333, 0 14px #333;
    }
/*Flexible Carousel*/
.horizontal-carousel-wrap {
    position: relative;
}

.horizontal-carousel-inner {
    height: 100%;
}

.horizontal-carousel-mask {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.horizontal-carousel-container .horizontal-slide {
    float: left;
    width: 100%;
    position: relative;
}

.horizontal-carousel-container .nav-left, .horizontal-carousel-container .nav-right {
    width: 65px;
    height: 74px;
    position: absolute;
    display: block;
    background: #fff;
    top: 50%;
    margin-top: -37px;
    z-index: 9;
}

.horizontal-carousel-container .carousel-nav {
    width: 5px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3px;
    margin-top: -4px;
}

.horizontal-carousel-container .nav-left {
    left: 0px;
}

.horizontal-carousel-container .nav-right {
    right: 0;
}
/*Flexible Carousel End*/

/*Navigation Dropdown Menu*/
.dropMenu {
    position: relative;
    float: left;
    z-index: 500;
}

    .dropMenu li {
        list-style-type: none;
        position: relative;
    }

        .dropMenu li:first-child > a {
            border-top-width: 0px;
        }

        .dropMenu li a {
            border-top-width: 1px;
            border-top-color: #fff;
            border-top-style: solid;
            -webkit-transition: all 0.8s ease-out;
            -moz-transition: all 0.8s ease-out;
            -ms-transition: all 0.8s ease-out;
            -o-transition: all 0.8s ease-out;
            transition: all 0.8s ease-out;
        }

        .dropMenu li, .dropMenu li a {
            display: block;
        }

            .dropMenu li a {
                white-space: nowrap;
                padding: 5px 15px 5px 10px;
            }

            .dropMenu li:first-child {
            }

    .dropMenu ul {
        height: 0;
        overflow: hidden;
        opacity: 0;
        position: absolute;
        margin: 0;
        padding: 0;
        -webkit-transition: all 0.8s cubic-bezier(0.165, 0.840, 0.440, 1.000);
        -moz-transition: all 0.8s cubic-bezier(0.165, 0.840, 0.440, 1.000);
        -ms-transition: all 0.8s cubic-bezier(0.165, 0.840, 0.440, 1.000);
        -o-transition: all 0.8s cubic-bezier(0.165, 0.840, 0.440, 1.000);
        transition: all 0.8s cubic-bezier(0.165, 0.840, 0.440, 1.000);
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
        -moz-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
        -ms-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
        -o-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
        transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
    }

    .dropMenu > ul {
        top: 100%;
        left: 0;
    }

        .dropMenu > ul > li ul {
            top: 0px;
            left: 100%;
            z-index: -1;
        }

    .dropMenu .left > ul {
        left: -100%;
    }

    .dropMenu:hover > ul, .dropMenu li:hover > ul {
        height: auto;
        opacity: 1;
        overflow: visible;
    }

    .dropMenu:active ul, .dropMenu li:active > ul {
        -webkit-transition: opacity 0.8s cubic-bezier(0.165, 0.840, 0.440, 1.000);
        -moz-transition: opacity 0.8s cubic-bezier(0.165, 0.840, 0.440, 1.000);
        -ms-transition: opacity 0.8s cubic-bezier(0.165, 0.840, 0.440, 1.000);
        -o-transition: opacity 0.8s cubic-bezier(0.165, 0.840, 0.440, 1.000);
        transition: opacity 0.8s cubic-bezier(0.165, 0.840, 0.440, 1.000);
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
        -moz-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
        -ms-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
        -o-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
        transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
    }

    .dropMenu ul > li {
        border-top-color: #ccc;
        float: none;
    }

    .dropMenu .caret {
        border-bottom: 4px solid transparent;
        border-top: 4px solid transparent;
        display: inline-block;
        height: 0;
        vertical-align: top;
        width: 0;
        margin-top: 6px;
        margin-left: 5px;
        position: absolute;
        right: 5px;
        margin-top: -20px;
    }

.dropdown .caret:before {
    border-top: 4px solid transparent;
    display: inline-block;
    height: 0;
    vertical-align: top;
    width: 0;
    position: absolute;
    right: 7px;
    content: "";
    margin-top: -20px;
}

.caret.white, .dropdown .caret.white:before {
    border-left: 4px solid #FFF;
}

.caret.black, .dropdown .caret.black:before {
    border-left: 4px solid #FFF;
}

.dropMenu li a {
    color: #333;
    background: #fff;
    display: block;
}

    .dropMenu li a:hover, .dropMenu li.active > a {
        color: #fff;
        background: #000;
    }
/*Navigation Dropdown Menu End*/
/* Landscape phones and down */
@media (max-width: 480px) {
    .col-wrap.responsive-small [class*='col-'] {
        float: none !important;
        width: auto;
        display: block;
        margin-top: 10px;
        padding-left: 0;
    }

        .col-wrap.responsive-small [class*='col-']:first-child {
            margin-top: 0;
        }

        .col-wrap.responsive-small [class*='col-'][class*='push-'] {
            margin-left: 0 !important;
        }

    .popup-wrap {
        padding: 20px;
    }

    .popup .responsive-small {
        width: 100%;
        margin-left: 0;
    }

        .popup .responsive-small + .responsive-small {
            margin-top: 10px;
        }

    .clear-shift-small {
        float: none;
    }

        .clear-shift-small.button {
            margin-left: 0;
        }

    .popup .popup-wrap {
        min-width: 90%;
    }

    .hide-small {
        display: none !important;
    }

    .visible-small {
        display: block;
    }

    .table-responsive-small {
        max-width: 100%;
        overflow: auto;
    }

        .table-responsive-small table {
            table-layout: auto;
        }

    .navigation-tab.responsive-small {
        position: relative;
        width: 100%;
        min-height: 50px;
    }

        .navigation-tab.responsive-small li {
            display: none;
            border-right: 0 none;
        }

        .navigation-tab.responsive-small.open li {
            display: block;
        }

        .navigation-tab.responsive-small li.active {
            display: block;
            position: absolute;
            top: 0;
            width: 100%;
        }

    .navigation-tab.responsive-small {
        padding-top: 50px;
    }

        .navigation-tab.responsive-small li.active a {
            padding-right: 30px;
        }

        .navigation-tab.responsive-small li.active:after {
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 8px solid #c4c4c4;
            display: inline-block;
            content: "";
            position: absolute;
            right: 15px;
            top: 15px;
        }
}
/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
    .header-nav {
        position: fixed;
        left: -275px;
        top: 0;
        height: 100%;
        overflow-y: auto;
        min-width: 275px;
        z-index: 999;
    }

    .menu-open:before {
        display: block;
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 998;
        background: #000;
        opacity: 0.3;
        top: 0;
        left: 0;
    }

    .menu-open .header-nav {
        left: 0;
        -webkit-box-shadow: 2px 0px 8px 0px rgba(50, 50, 50, 0.78);
        -moz-box-shadow: 2px 0px 8px 0px rgba(50, 50, 50, 0.78);
        box-shadow: 2px 0px 8px 0px rgba(50, 50, 50, 0.78);
    }

    .header-nav.nav-right {
        float: none;
    }

    .header-nav li, .header-nav li:first-child {
        display: block;
        float: none;
        border-right: 0 none;
    }

    .menu-open {
        margin-left: 275px;
        overflow: hidden;
        width: 100%;
    }

    .mobile-nav, .mobile-nav:before {
        display: block;
        position: relative;
        z-index: 997;
    }

    body {
        -webkit-transition: margin-left 0.5s ease-out;
        -moz-transition: margin-left 0.5s ease-out;
        -ms-transition: margin-left 0.5s ease-out;
        -transition: margin-left 0.5s ease-out;
    }

    .header-nav {
        -webkit-transition: left 0.5s ease-out;
        -moz-transition: left 0.5s ease-out;
        -ms-transition: left 0.5s ease-out;
        -transition: left 0.5s ease-out;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .popup-footer .button, .form-field .button {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .col-wrap.responsive-medium [class*='col-'] {
        float: none !important;
        width: auto;
        display: block;
        margin-top: 10px;
        padding-left: 0;
    }

    .col-wrap.responsive-small [class*='col-']:first-child {
        margin-top: 0;
    }

    .col-wrap.responsive-medium [class*='col-'][class*='push-'] {
        margin-left: 0 !important;
    }

    .popup .responsive-medium {
        width: 100%;
        margin-left: 0;
    }

        .popup .responsive-medium + .responsive-medium {
            margin-top: 10px;
        }

    .clear-shift-medium {
        float: none;
    }

        .clear-shift-medium.button {
            margin-left: 0;
        }

    .hide-medium {
        display: none !important;
    }

    .visible-medium {
        display: block;
    }

    .table-responsive-medium {
        max-width: 100%;
        overflow: auto;
    }

        .table-responsive-medium table {
            table-layout: auto;
        }

    .navigation-tab.responsive-medium {
        position: relative;
        width: 100%;
        min-height: 50px;
    }

        .navigation-tab.responsive-medium li {
            display: none;
            border-right: 0 none;
            margin-left: 0;
        }

        .navigation-tab.responsive-medium.open li {
            display: block;
        }

        .navigation-tab.responsive-medium li.active {
            display: block;
            position: absolute;
            top: 0;
            width: 100%;
            border: 1px solid;
        }

    .navigation-tab.responsive-medium {
        padding-top: 50px;
    }

        .navigation-tab.responsive-medium li.active a {
            padding-right: 30px;
        }

        .navigation-tab.responsive-medium li.active:after {
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 8px solid #c4c4c4;
            display: inline-block;
            content: "";
            position: absolute;
            right: 15px;
            top: 50%;
            margin-top: -4px;
        }

    .popup.large > .popup-wrap {
        min-width: 340px;
    }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
}
/* Large desktop */
@media (min-width: 1200px) {
}

.google-link {
    display: inline-block;
}

.google-btn {
    background-image: url(../images/btn_google_signin_dark_normal_web.png?v=DiJuBBVYbK_aZmLcWdbLlTL0c00);
    width: 191px;
    display: inline-block;
    height: 46px;
    background-position: 0 0;
    background-repeat: no-repeat;
    transition: .3s;
}

.google-link:hover .google-btn {
    background-image: url(../images/btn_google_signin_dark_focus_web.png?v=DiJuBBVYbK_aZmLcWdbLlTL0c00);
}

.google-link:focus .google-btn {
    background-image: url(../images/btn_google_signin_dark_pressed_web.png?v=DiJuBBVYbK_aZmLcWdbLlTL0c00);
}


.google-btn-ous {
    background-image: url(../images/btn_google_signin_ous_dark_normal_web.png?v=DiJuBBVYbK_aZmLcWdbLlTL0c00);
    width: 280px;
    display: inline-block;
    height: 46px;
    background-position: 0 0;
    background-repeat: no-repeat;
    transition: .3s;
}

.google-link:hover .google-btn-ous {
    background-image: url(../images/btn_google_signin_oup_dark_focus_web.png?v=DiJuBBVYbK_aZmLcWdbLlTL0c00);
}

.google-link:focus .google-btn-ous {
    background-image: url(../images/btn_google_signin_ous_dark_pressed_web.png?v=DiJuBBVYbK_aZmLcWdbLlTL0c00);
}

.vertical-center {
    display: flex;
    align-items: center;
}

.google-link + .button {
    padding: 8px 15px 11px;
    position: relative;
    top: -1px;
    height: 40px;
}

body::after {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    content: url(../images/btn_google_signin_dark_focus_web.png?v=DiJuBBVYbK_aZmLcWdbLlTL0c00) url(../images/btn_google_signin_dark_pressed_web.png?v=DiJuBBVYbK_aZmLcWdbLlTL0c00) url(../images/btn_google_signin_ous_dark_normal_web.png?v=DiJuBBVYbK_aZmLcWdbLlTL0c00) url(../images/btn_google_signin_oup_dark_focus_web.png?v=DiJuBBVYbK_aZmLcWdbLlTL0c00) url(../images/btn_google_signin_ous_dark_pressed_web.png?v=DiJuBBVYbK_aZmLcWdbLlTL0c00);
}

@charset "utf-8";
/* V 1.0 // 06.06.2014:05.30 */
html {
    position: relative;
    padding-bottom: 74px;
}

body {
    font-size: 13px;
    font-size: 1.3rem;
    background-color: #fff;
    overflow-y: scroll;
}

body, html {
    height: auto;
}

p, li {
    font-size: 13px;
    font-size: 1.3rem;
}

a, a:visited, a:link {
    color: #2581dc;
}

    a:hover {
        color: #2682d9;
    }

p, li {
    color: #565656;
}

p {
    line-height: 1.3;
}

a {
    text-decoration: none;
}

input:required {
    outline: none;
    -moz-box-shadow: none;
}

input:invalid {
    border: 1px solid red;
    box-shadow: none;
}

input[type="text"], input[type="password"], input[type="url"], input[type="email"] {
    height: 42px;
}

input:required {
    border-color: #d6dadc;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset; /* to remove default pale yellow text color of autofilled text field in -webkit browsers */
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
}

h4 {
    font-size: 1.8rem;
    font-size: 18px;
}

.icon, .header-logo, .dropdown-wrap .down-arrow, .expand, .s-icon, .u-icon, .collapse-expand, .tick-icon, .date-icon, .dns-logo, .safty-net-logo, alert-message-icon {
    background-image: url(../images/sprite.png?v=DiJuBBVYbK_aZmLcWdbLlTL0c00);
    background-repeat: no-repeat;
    text-indent: -99999px;
}


.logo-select .down-arrow {
    background-image: url(../images/menu_bar.png?v=DiJuBBVYbK_aZmLcWdbLlTL0c00) !important;
    border-top: 0 none;
    width: 31px;
    height: 26px;
    display: inline-block;
    right: -8px;
    top: -8px;
    position: absolute;
}

.icon {
    display: inline-block;
    vertical-align: middle
}

input, textarea, select {
    font-family: inherit
}

.msg-success, .msg-error, .msg-warning, .msg-info {
    text-align: center;
    padding: 8px 14px;
    padding-right: 24px;
    position: relative
}

.msg-close {
    right: 5px;
    top: 8px;
}

.msg-error {
    background-color: #edccd5;
    color: #b7325d;
    border-bottom: 1px solid #e2b7c5;
}

.msg-warning {
    background: #fff2bf;
    color: #473902;
    border-bottom: 1px solid #d9d1b3;
}

.msg-success {
    background-color: #cce7dd;
    color: #349e76;
    border-bottom: 1px solid #b7d4c9;
}

.msg-info {
    background-color: #cbe9fd;
    border-bottom: 1px solid #b6c5d3;
}

    .msg-info.pst-abs {
        position: absolute;
        top: -20px;
        width: 100%;
    }

.button {
    background-color: #36414c;
    color: #fff !important;
    padding: 13px 15px;
    font-size: 16px;
    font-size: 1.6rem;
    border-width: 0;
    text-shadow: none !important;
}

    .button:hover, .button:focus {
        background-color: #4b5560;
        color: #fff;
    }

    .button.blue[disabled="disabled"] {
        background-image: none;
        background-color: #0d64ba;
        opacity: .5
    }

    .button.blue:hover, .button.blue:focus {
        background-image: none;
        background-color: #2d7ccb;
    }

    .button.blue {
        background-color: #0d64ba;
    }

        .button.blue[disabled="disabled"], .button.blue[disabled="disabled"]:hover {
            background-color: rgb(134, 177, 220);
            background-image: none;
            color: #16324e !important;
            opacity: 1
        }

    .button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

.small-button {
    background-color: inherit;
    color: #2682d9;
    cursor: pointer;
}
.dropdown-wrap .button {
    background-color: #fff;
    border: 1px solid #c2c2c2;
    color: #423f37 !important;
    padding: 0 42px 0 9px;
}

    .dropdown-wrap .button .label {
        padding: 13px 0;
    }

.dropdown-wrap .down-arrow {
    border-top: 0 none;
    width: 15px;
    height: 8px;
    display: inline-block;
    background-position: -168px -116px;
    right: -14px;
    top: 0;
}

.datatable .dropdown-wrap .down-arrow {
    width: 11px;
    height: 6px;
    background-position: -168px -228px;
    right: -7px;
}

.datatable .dropdown-wrap .button {
    padding: 0 24px 0 9px;
}

.datatable tr td .rm-checkbox {
    height: 20px;
}

.dropdown-wrap .dropdown {
    height: auto;
}

.header {
    background-color: #fff;
}

.header-nav {
    background-color: #fff;
}

    .header-nav li, .header-nav a {
        color: #a7a7a7;
    }

    .header-nav .active a, .header-nav .active a:hover {
        color: #fff;
    }

    .header-nav li {
        padding: 0 8px;
        border-right: 1px solid;
        margin-top: 7px;
        margin-bottom: 10px;
        height: 23px;
    }

        .header-nav li:first-child {
            border-left: 1px solid;
        }

        .header-nav li, .header-nav li:first-child {
            border-color: #e5e5e5;
        }

            .header-nav li.logout {
                border-right: 0 none;
            }

                .header-nav li.logout a, .header-nav li.data-centre-name a {
                    color: #2682d9;
                }

            .header-nav li.data-centre-name {
                padding-top: 5px;
                padding-left: 15px;
            }

            .header-nav li > a {
                display: block;
                margin-top: -7px;
                padding: 12px 10px;
            }

            .header-nav li a:hover {
                color: #000;
            }

    .header-nav span {
        display: none;
    }

    .header-nav .icon {
        display: block;
    }

    .brand-theme-bg, .header-nav .active a {
        background-color: #0e3e6e;
        color: #fff;
    }

        .brand-theme-bg .lighter-text {
            color: #9fb2c5;
        }

a.hint {
    color: #89b7ec;
    text-decoration: underline
}

.brand-theme-bg a:hover {
    text-decoration: none
}

.main-wrap {
    max-width: calc(100% - 80px);
    margin: auto;
    background-color: #fff;
    position: relative;
}

.brand-theme-bg .main-wrap {
    background-color: transparent;
}

.header-logo {
    width: 135px;
    height: 20px;
    text-indent: -9999px;
    background-position: -365px 0;
    display: block;
    margin-top: 13px;
    margin-bottom: 8px
}

.page-heading {
    color: #fff;
    padding-top: 15px;
}

    .page-heading h1 {
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: normal;
        margin-bottom: 10px;
    }
/*Header Icons*/
.header-nav li span.icon {
    width: 26px;
    height: 22px;
    margin: auto;
    display: block;
    vertical-align: middle;
}

.policy .icon {
    background-position: 0 -142px;
}

.user .icon {
    background-position: -34px -142px;
}

.header-nav li.config span.icon {
    background-position: -74px -304px;
    height: 23px;
    width: 35px;
}

.settings .icon {
    background-position: -62px -142px;
}

.logs .icon {
    background-position: -92px -142px;
}

.help .icon {
    background-position: -128px -142px;
}

.header-nav .policy :hover .icon {
    background-position: 0 -166px;
}

.header-nav .user :hover .icon {
    background-position: -34px -166px;
}

.header-nav .settings :hover .icon {
    background-position: -62px -166px;
}

.header-nav .logs :hover .icon {
    background-position: -92px -166px;
}

.header-nav .help :hover .icon {
    background-position: -128px -166px;
}


.header-nav li.config :hover span.icon {
    background-position: -74px -327px;
}


.header-nav .policy.active .icon {
    background-position: 0 -116px;
}

.header-nav .user.active .icon {
    background-position: -34px -116px;
}

.header-nav .settings.active .icon {
    background-position: -62px -116px;
}

.header-nav .logs.active .icon {
    background-position: -92px -116px;
}

.header-nav .help.active .icon {
    background-position: -128px -116px;
}

.header-nav li.config.active span.icon {
    background-position: -74px -279px;
}

.unify-btn.icon {
    background-position: -286px -44px;
    width: 215px;
    height: 46px;
}

.sub-navigation li {
    margin-bottom: 6px;
    border-color: #0b3357;
}

.sub-navigation a {
    color: #879fb9;
    font-size: 14px;
    padding: 10px 10px 14px 10px;
    margin-bottom: -10px;
}

    .sub-navigation a:hover {
        color: #fff;
    }

.sub-navigation .active a {
    color: #000;
}

.login-wrap {
    border-top: 1px solid #25527c;
    position: relative;
}

    .login-wrap .msg-error, .login-wrap .msg-success {
        width: 100%;
        top: 8px;
        margin-top: 10px;
    }

    .login-wrap h4 {
        font-weight: normal;
        font-size: 15px;
        font-size: 1.5rem;
        margin-top: 5px;
    }

.login-content {
    padding-left: 40px;
    padding-top: 75px;
}

.login-wrap .tooltip-info {
    position: relative;
    background: none;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0 0 0 5%;
    border-left: 1px #27527d solid;
    top: 0px;
}

    .login-wrap .tooltip-info:before {
        left: -10px;
        top: 16px;
    }

    .login-wrap .tooltip-info:before, .login-wrap .tooltip-info:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
        border-width: 10px;
        border-left: 0;
        border-right-color: #336496;
    }

    .login-wrap .tooltip-info:after {
        left: -9px;
        top: 17px;
        border-right-color: #0e3e6e;
        border-width: 9px;
    }
/*check-box squre Styles*/
.rm-checkbox.halfway-selcted .rm-checkbox-checked {
    background-position: -82px -24px;
}
/*Data Table Styles*/
.datatable {
    border-bottom: 1px solid #e5e5e5;
}

    .datatable .daily-status-symbol {
        width: 16px;
        height: 16px;
        display: inline-block;
        text-indent: -9999px;
        border-radius: 15px;
        border: solid 1px #98bf18;
        margin: 0px auto;
    }

table.datatable .daily-status-symbol.whole-day {
    background-color: #98bf18;
}

table.datatable .daily-status-symbol.notset {
    background-color: transparent;
}

table.datatable .daily-status-symbol.some-time {
    background: url(../images/sprite.png?v=DiJuBBVYbK_aZmLcWdbLlTL0c00) no-repeat -197px -52px;
    border: none
}

table.datatable th {
    border-right: 1px solid #fff;
    padding: 20px 12px;
}

table.datatable td {
    padding: 10px 17px;
}

table.datatable td {
    vertical-align: middle;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

    table.datatable td.disabled {
        color: #909090;
    }

    table.datatable td.highlighted {
        color: #96bf19
    }

.datatable input[type="text"], .datatable input[type="number"] {
    height: 32px;
}

.datatable .dropdown.button .label {
    padding: 8px 0;
}

footer {
    border-top: 1px solid #c3c3c3;
    position: absolute;
    bottom: 0;
    background: white;
}

.day-filter .tags-hover-pointer-f, .day-filter .tags-hover-pointer-b {
    left: 25px;
}

.day-filter.pointer-bottom-right .tags-hover-pointer-f, .day-filter.pointer-bottom-right .tags-hover-pointer-b,
.day-filter.pointer-top-right .tags-hover-pointer-f, .day-filter.pointer-top-right .tags-hover-pointer-b {
    left: 190px;
}

.day-filter .tags-hover-pointer-f-r, .day-filter .tags-hover-pointer-b-r {
    left: 170px;
}

.day-filter .tags-hover-pointer-f {
    border-bottom-color: #fff
}

.day-filter .tags-hover-pointer-b {
    border-bottom-color: #E5E5E5
}

.day-filter.tags-hover-holder {
    background: #fff;
    border: none;
    box-shadow: 0 2px 4px 0 #ccc;
    width: 230px;
}

.day-filter ul li {
    padding: 10px;
}

.day-filter .button {
    min-width: 94px;
}

.day-filter ul.striped li:nth-child(2n) {
    background: #f9f9f9
}

/* new popover menu for URLS and User (Added on 25/7/16) */
.ns-popover-url.ns-popover-top-placement.ns-popover-left-align, .ns-popover-user.ns-popover-top-placement.ns-popover-left-align {
    background-color: #fcfcfc;
    border-radius: 2px;
    border: 1px solid #d6dadc;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .3);
    padding: 15px;
    margin-left: 40px;
    z-index: 50;
}

.ns-popover-searchterm.ns-popover-top-placement.ns-popover-left-align {
    background-color: #fcfcfc;
    border-radius: 2px;
    border: 1px solid #d6dadc;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .3);
    padding: 15px;
    margin-left: 10px;
    z-index: 50;
}

    .ns-popover-url.ns-popover-top-placement.ns-popover-left-align .ns-popover-list-content, .ns-popover-searchterm.ns-popover-top-placement.ns-popover-left-align .ns-popover-list-content {
        min-width: 200px;
        max-width: 500px;
        max-height: 82px;
        overflow: auto;
        word-break: break-all;
    }

        .ns-popover-url.ns-popover-top-placement.ns-popover-left-align .ns-popover-list-content p, .ns-popover-user.ns-popover-top-placement.ns-popover-left-align .ns-popover-list-content p, .ns-popover-searchterm.ns-popover-top-placement.ns-popover-left-align .ns-popover-list-content p {
            line-height: 1.6;
        }

    .ns-popover-url.ns-popover-top-placement.ns-popover-left-align:after, .ns-popover-url.ns-popover-top-placement.ns-popover-left-align:before, .ns-popover-user.ns-popover-top-placement.ns-popover-left-align:after, .ns-popover-user.ns-popover-top-placement.ns-popover-left-align:before, .ns-popover-searchterm.ns-popover-top-placement.ns-popover-left-align:after, .ns-popover-searchterm.ns-popover-top-placement.ns-popover-left-align:before {
        top: 100%;
        left: 25px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .ns-popover-url.ns-popover-top-placement.ns-popover-left-align:after, .ns-popover-searchterm.ns-popover-top-placement.ns-popover-left-align:after, .ns-popover-user.ns-popover-top-placement.ns-popover-left-align:after {
        border-color: rgba(252, 252, 252, 0);
        border-top-color: #fcfcfc;
        border-width: 8px;
        margin-left: -8px;
    }

    .ns-popover-url.ns-popover-top-placement.ns-popover-left-align:before, .ns-popover-searchterm.ns-popover-top-placement.ns-popover-left-align:before, .ns-popover-user.ns-popover-top-placement.ns-popover-left-align:before {
        border-color: rgba(214, 218, 220, 0);
        border-top-color: #d6dadc;
        border-width: 9px;
        margin-left: -9px;
    }

.ns-popover-user.ns-popover-top-placement.ns-popover-left-align .ns-popover-list-content {
    max-width: 250px;
    max-height: 150px;
    overflow: hidden;
    word-wrap: break-word;
}

/* increased width for 'User' (Added on 25/7/16) */
.usr-drpdwn .selectize-control > .selectize-dropdown {
    width: 253px;
}

    .usr-drpdwn .selectize-control > .selectize-dropdown > .selectize-dropdown-content {
        max-height: 240px;
    }

#report-browsing-userdropdwn.usr-drpdwn .selectize-control.single .selectize-input:after {
    right: 3px;
}

#report-browsing-userdropdwn.usr-drpdwn .selectize-control > .selectize-input > input {
    width: 80%
}

table.datatable.striped.mouseover-hightlight tr:nth-child(even):hover td, .datatable.mouseover-hightlight tr:hover td {
    background-color: #d9d9d9;
}
/*Tooltip for form elements*/
.form-field input[type="text"] + .tags-hover-holder {
    left: 30px !important;
    right: 30px !important;
    width: auto;
}

.tags-hover-holder p {
    padding: 5px 0;
}
/*login reset popup tooltip*/
.tags-hover-pointer-f, .tags-hover-pointer-b {
    left: 75px;
}
/*login reset popup tooltip End*/

/*Tooltip for form elements End*/



/*Header Animationds*/
.header-nav a .icon {
    -webkit-transition: background-position 0.2s ease-out;
    -moz-transition: background-position 0.2s ease-out;
    -ms-transition: background-position 0.2s ease-out;
    -transition: background-position 0.2s ease-out;
}

.your-policy-table {
    min-width: 700px;
}

    .your-policy-table td > a {
        display: inline-block;
    }
/*Your rules*/
.filter-actions {
    line-height: 42px;
}

    .filter-actions a {
        color: #565656;
    }

        .filter-actions a:hover {
            color: #2682d9
        }

        .filter-actions a span {
            vertical-align: middle;
        }

.filter-delete {
    width: 18px;
    height: 18px;
    background-position: 0 -199px;
}

.filter-edit {
    width: 18px;
    height: 18px;
    background-position: -80px -199px;
}

.filter-new {
    width: 18px;
    height: 18px;
    background-position: -25px -199px;
}

.filter-list-prioritise {
    width: 18px;
    height: 18px;
    background-position: -51px -199px
}

.filter-delete, .filter-new, .filter-list-prioritise {
    display: inline-block;
}

.banned-list-wrap label, .banned-text-wrap label {
    width: 68px;
    display: inline-block;
}

.banned-text-wrap input[type="text"] {
    margin-right: 9px;
}

.banned-list-wrap .dropdown-wrap, .banned-text-wrap input[type="text"] {
    width: 319px;
}

.banned-list-container, .section-tab-wrap {
    border-bottom: 1px solid #e5e5e5;
}

.section-tab-wrap {
    border-bottom: 1px solid #b2b2b2;
}

    .section-tab-wrap .navigation-tab {
        position: relative;
        margin-bottom: -2px;
    }

        .section-tab-wrap .navigation-tab a {
            padding: 14px 20px;
            font-size: 16px;
            font-size: 1.rem;
            color: #cccccc;
        }

        .section-tab-wrap .navigation-tab li.active a {
            color: #565656;
        }

        .section-tab-wrap .navigation-tab li {
            border: 1px solid transparent;
        }

            .section-tab-wrap .navigation-tab li.active {
                border-style: solid solid none solid;
                border-width: 1px 1px 0 1px;
                border-color: #b2b2b2;
            }

.pagination-wrap {
    margin: 0;
}

    .pagination-wrap label {
        padding-right: 20px;
        display: inline-block;
    }

    .pagination-wrap .per-page-label {
        padding-right: 0
    }

    .pagination-wrap .dropdown-wrap {
        min-width: 40px;
    }

        .pagination-wrap .dropdown-wrap .button {
            border: 0 none;
            padding: 0 10px 0 10px;
        }

        .pagination-wrap .dropdown-wrap .dropdown .label {
            border-right: 0 none;
            padding: 8px 0;
        }

        .pagination-wrap .dropdown-wrap .down-arrow {
            border-top: 4px solid #5a6e76;
            width: auto;
            height: auto;
            display: inline;
            right: 5px;
            top: 2px;
        }

    .pagination-wrap .pagination .left-arrow, .pagination-wrap .pagination .right-arrow {
        width: 6px;
        height: 11px;
        display: inline-block;
        border-right: 0 none;
        border-left: 0 none;
    }

    .pagination-wrap .pagination .left-arrow {
        background-position: -164px -133px;
    }

    .pagination-wrap .pagination .right-arrow {
        background-position: -164px -147px;
    }

    .pagination-wrap .pagination .button {
        background-color: transparent;
    }

.pagination .active {
    border: 1px solid #d6d7d7;
    background-color: #fafafa;
    padding: 5px;
    border-radius: 3px;
    font-weight: bold;
}

.pagination > .active > a {
    color: #000;
}

.rule-action {
    margin-top: 13px;
}

    .rule-action li a {
        padding: 0 10px;
        border-left: 1px solid #ccc;
    }

        .rule-action li a:hover {
            text-decoration: underline;
        }

    .rule-action li:first-child a {
        border-left: 0;
        padding-left: 0;
    }

.edit.icon {
    background-position: -164px -171px;
    width: 18px;
    height: 18px;
    width: 18px;
    height: 18px;
}

.delete.icon {
    background-position: -164px -192px;
    width: 18px;
    width: 13px;
    height: 18px;
}

.edit.icon, .delete.icon, .history.icon, .manage.icon {
    display: inline-block;
}

.datatable .edit.icon {
    margin-right: 20px;
}

.datatable .edit.icon, .datatable .delete.icon, .datatable .manage.icon, .datatable .history.icon {
    display: none;
    cursor: pointer;
}

.datatable tr:hover .edit.icon, .datatable tr:hover .delete.icon, .datatable tr:hover .manage.icon, .datatable tr:hover .history.icon {
    display: inline-block;
}

.datatable .date-input input[type="text"] {
    width: 187px;
}

.datatable .date-input {
    width: 247px;
}

.filter-input input[type="text"] {
    padding-right: 25px;
}

.filter-input .filter.icon {
    width: 13px;
    height: 12px;
    background-position: -164px -159px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 7px;
    margin-top: -6px
}

.datatable th .thin-selectize-control > .selectize-input {
    height: 32px !important;
    border: 1px solid #d6dadc;
    box-shadow: none;
}

.datatable th .filter-input .filter.icon {
    margin-top: 0;
}

.date-input .calendar-icon {
    background-position: -164px -211px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -7px 0 0 0;
}

.multi-calendar-icon {
    position: absolute;
    top: 17px;
    right: 5px;
    margin: 0;
    background-position: -164px -211px;
    width: 15px;
    height: 15px;
    display: inline-block;
    cursor: pointer
}

.ui-datepicker-header {
    background: #0e3e6e;
}

.multi-date-input input {
    padding-right: 25px;
    font-size: 13px;
    max-width: 100%;
    min-width: 220px;
}
/*.dropdown-wrap.rule-type-dropdown{ position:static;}*/
.dropdown-wrap.rule-type-dropdown .menu {
    top: auto;
    left: auto;
    right: auto; /* min-width:130px; */
    z-index: 10;
    width: 100%;
}

select.ui-datepicker-year, select.ui-datepicker-month {
    background: #4583C1;
    border: 1px #0E3760 solid;
    border-radius: 3px;
    margin: -4px 5px;
}

.multi-date-input input {
    padding-right: 25px;
}

.col-wrap.table-responsive-medium {
    min-height: 190px;
}

.sort-text {
    display: inline-block;
    cursor: pointer;
}
/*Your rules End*/

/* Proxy */
.form .form-field:first-child {
    padding-top: 0px;
}

.form.form-calendar label {
    display: inline-block;
    margin-bottom: 10px;
}

.border-btm {
    border-bottom: 1px solid #e5e5e5;
}

.form .form-field {
    padding-top: 15px;
}
/* Proxy */

.table.datatable.time-periord th:last-child, .table.datatable.time-periord th:nth-child(4) {
    border-right: 0;
}

.add-ico-link {
    position: relative;
    right: 0px;
    top: 0px;
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
    -webkit-transition: all 0.30s ease-in-out;
    float: right;
    font-weight: bold;
}

    .add-ico-link em {
        display: inline-block;
        background: url(../images/sprite.png?v=DiJuBBVYbK_aZmLcWdbLlTL0c00) no-repeat -164px -244px;
        width: 19px;
        height: 19px;
        margin-right: 6px;
        position: relative;
        top: 3px;
    }

.table-row-actions {
    min-width: 55px;
}

/* Data Spinner */
.data-spinner-holder {
    border-bottom: 1px solid #e5e5e5;
}

    .data-spinner-holder .data-spinner-set {
        float: left;
    }

        .data-spinner-holder .data-spinner-set label {
            vertical-align: top;
            margin-top: 11px;
        }

        .data-spinner-holder .data-spinner-set .spinner-text {
            vertical-align: top;
            margin-top: 11px;
            display: inline-block;
            position: relative;
            top: inherit;
        }

.spinner-wrap {
    height: 42px;
    width: 50px;
}

    .spinner-wrap .button.up, .spinner-wrap .button.down {
        height: 15px;
        background-color: transparent;
        width: 100%;
        padding: 0;
        margin-top: 0px;
    }

    .spinner-wrap .button.up {
        top: -56%;
        left: 0%;
        bottom: inherit;
    }

    .spinner-wrap .button.down {
        bottom: -58%;
        top: inherit;
        right: 0%;
        padding: 0;
    }

    .spinner-wrap a span {
        display: block !important;
        position: absolute;
        margin-left: 0px;
        border: none;
        height: 10px;
        width: 20px;
        left: 15px;
    }

    .spinner-wrap .up-arrow {
        bottom: 0;
    }

    .spinner-wrap .down-arrow {
        top: 0;
    }

    .spinner-wrap input[type="text"] {
        padding-right: 0;
        padding-left: 0;
        text-align: center;
    }

    .spinner-wrap .up-arrow:after, .spinner-wrap .up-arrow:before, .spinner-wrap .down-arrow:after, .spinner-wrap .down-arrow:before {
        width: 0;
        height: 0;
        content: "";
        position: absolute;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        left: 2px;
    }

    .spinner-wrap .up-arrow:after, .spinner-wrap .up-arrow:before {
        bottom: 10%;
    }

    .spinner-wrap .down-arrow:after, .spinner-wrap .down-arrow:before {
        top: 10%;
    }

    .spinner-wrap .up-arrow:before, .spinner-wrap .down-arrow:before {
        z-index: 2;
        left: 3px;
    }

    .spinner-wrap .up-arrow:after {
        border-bottom: 9px solid #565656;
    }

    .spinner-wrap .up-arrow:before {
        border-width: 0 8px 8px;
        border-bottom: 8px solid #fff;
    }

    .spinner-wrap .down-arrow:after {
        border-top: 9px solid #565656;
    }

    .spinner-wrap .down-arrow:before {
        border-width: 8px 8px 0;
        border-top: 8px solid #fff;
    }

    .spinner-wrap > a:hover > span:after, .spinner-wrap > a:focus > span:after {
        border-color: #06A5F5 transparent;
    }
/* Data Spinner */

/*Popups*/
.popup table.datatable th {
    padding: 16px 15px;
}

table.datatable.draggable .drag-wrap {
    position: relative
}

table.datatable.draggable tr .drag-handle {
    background: url(../images/sprite.png?v=DiJuBBVYbK_aZmLcWdbLlTL0c00) no-repeat -187px -91px;
    height: 33px;
    width: 10px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -17px 0 0 -13px;
    display: none;
}

table.datatable.draggable tr td .rm-checkbox {
    vertical-align: middle
}

table.datatable tr:hover td .drag-handle {
    display: block
}

table.mouseover-hightlight.datatable tr:hover {
    cursor: pointer
}

.icon.warning {
    background-position: -200px -90px;
    width: 42px;
    height: 37px;
}

.icon.confirmation {
    background-position: -65px -364px;
    width: 42px;
    height: 37px;
}

.popup-header h2 .icon {
    margin-right: 15px;
}

.form .form-field .dropdown-wrap select {
    display: none
}

/*calendar inline */
.date-range-picker {
    position: absolute;
    right: 0px;
    width: 700px;
    padding: 20px;
    background: #F9f9f9;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid #b3c4cb;
    border-radius: 3px;
    max-width: 100%;
    z-index: 200;
    display: none
}

    .date-range-picker .ui-datepicker-inline .ui-datepicker-calendar th,
    .date-range-picker .ui-datepicker-inline .ui-datepicker-calendar td {
        padding: 0;
        font-size: 1.2rem;
        font-size: 12px;
    }

.multi-datetimerange-input .date-range-picker .ui-datepicker-calendar tbody tr td, .multi-datetimerange-input .ui-datepicker-calendar thead th {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
}

.date-range-picker .ui-datepicker-inline .ui-datepicker-calendar th {
    border: 0
}

.date-range-picker .data-spinner-set {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ui-datepicker-calendar thead th span {
}

.ui-datepicker-inline .ui-datepicker-prev, .ui-datepicker-inline .ui-datepicker-next {
    width: 44px;
}

.date-range-picker .ui-datepicker-inline.ui-datepicker {
    border: 0;
    box-shadow: none;
    padding: 0;
}

table.datatable .ui-datepicker-calendar td {
    background-color: #f9f9f9 !important
}

.multi-datetimerange-input .ui-datepicker-calendar td {
    background-color: #f9f9f9 !important
}

.date-range-picker .button {
    font-weight: normal
}

.rm-checkbox.disabled .check-box-ui, .rm-checkbox.disabled .check-box-ui:hover {
    border: 1px solid #999;
}

.no-border {
    border: none !important;
}

.msg-error a:link, .msg-success a:link, .msg-info a:link, .msg-warning a:link {
    color: #2581dc !important
}

div.multi-date-input {
    display: inline-block;
    position: relative;
}
/*offsets*/
.offset-top-5 {
    margin-top: 5px;
}

.offset-top-10 {
    margin-top: 10px;
}

.offset-top-15 {
    margin-top: 15px;
}

.offset-top-20 {
    margin-top: 20px;
}

.offset-right-5 {
    margin-right: 5px;
}

.offset-right-10 {
    margin-right: 10px;
}

.offset-right-15 {
    margin-right: 15px;
}

.offset-right-20 {
    margin-right: 20px;
}

.offset-bottom-5 {
    margin-bottom: 5px;
}

.offset-bottom-10 {
    margin-bottom: 10px;
}

.offset-bottom-15 {
    margin-bottom: 15px;
}

.offset-bottom-20 {
    margin-bottom: 20px;
}

.offset-left-5 {
    margin-left: 5px;
}

.offset-left-10 {
    margin-left: 10px;
}

.offset-left-15 {
    margin-left: 15px;
}

.offset-left-20 {
    margin-left: 20px;
}

/*choose establishment*/

.click-establishment.tags-hover-holder {
    width: 350px;
    background: #fff;
    right: 15px;
    left: inherit !important;
    padding: 10px;
    top: 35px !important;
    max-height: 650px;
    overflow: auto !important;
    z-index: 900
}

.menu-open .click-establishment.tags-hover-holder {
    width: 90%;
    right: 10px;
    top: 270px;
    left: 10px !important;
    bottom: 10px;
    overflow-y: scroll;
    top: 30px !important;
}

    .menu-open .click-establishment.tags-hover-holder .tags-hover-pointer-f,
    .menu-open .click-establishment.tags-hover-holder .tags-hover-pointer-b {
        left: 50px;
    }

.click-establishment.tags-hover-holder .tags-hover-pointer-f,
.click-establishment.tags-hover-holder .tags-hover-pointer-b {
    left: 265px;
}

.main-menu .collapse-expand {
    display: block;
    color: #423f37;
    padding-left: 20px;
    height: 20px;
    float: left;
}

.click-establishment .tags-discription li:first-child {
    border: none;
}

.main-menu li {
    padding: 0
}

.main-menu .expand-list li {
    padding: 0px 0 0 30px;
}

.main-menu li a {
    padding: 9px 20px 9px 10px;
    float: none;
    display: block;
    margin: 0px;
    line-height: 20px;
    color: #333
}

    .main-menu li a.treeSelected {
        color: #2581dc;
        font-weight: bold;
    }

.click-establishment .tags-discription {
    padding: 0px;
}

ul.main-menu li a.bg-color {
    background: #f7f7f7;
}

ul.main-menu {
    float: left;
    width: 100%;
}

    ul.main-menu li {
        height: auto;
        width: 100%;
        margin: 0px;
        border: none !important;
        position: relative;
        white-space: nowrap;
    }

        ul.main-menu li a.toggle-icons {
            display: inline;
            float: left !important;
            padding-right: 0px !important;
            float: left;
        }

.click-establishment .menu-title {
    font-size: 18px;
    display: block;
    color: #333;
    padding: 0 0 10px;
}

ul.main-menu .collapse-expand {
    background-position: -20px -226px;
    display: inline !important; /*float:left; height:20px;*/
}

ul.main-menu a.active .collapse-expand {
    background-position: 0px -226px;
    display: inline !important;
}

.s-icon {
    background-position: -41px -226px;
    display: inline !important;
    padding-left: 20px; /*float:left; height:20px;*/
}

.tick-icon {
    background-position: -61px -226px;
    display: inline !important;
    position: absolute;
    z-index: 99999;
    width: 19px;
    height: 25px;
    right: 15px;
    top: 8px;
}

.date div {
    float: left;
}

.date-icon {
    padding-left: 15px;
    background: url(../images/sprite.png?v=DiJuBBVYbK_aZmLcWdbLlTL0c00) no-repeat -159px -74px;
}

.sort-arrow {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 6px;
    cursor: pointer
}

    .sort-arrow.up {
        background-position: -203px -74px;
    }

    .sort-arrow.down {
        background-position: -203px -82px;
    }

.suggest-filter {
    width: 20px;
    height: 18px;
    background-position: -104px -199px;
}

.suggest-unfilter {
    width: 20px;
    height: 18px;
    background-position: -130px -199px;
}

.log-table .filter-input.userid input {
    width: 130px;
}

.log-table .filter-input.email input {
    width: 160px;
}

.date-range-picker.log-select {
    right: auto
}
/*.tags-hover-holder.click-establishment {left:600px;}*/
.date-input input[type="text"].full-width {
    width: 100%
}

.umg-fullname, .umg-username {
    width: 15%
}

    .umg-fullname .filter-input, .umg-username .filter-input {
        width: 140px;
    }

        .umg-fullname .filter-input input[type="text"], .umg-username .filter-input input[type="text"] {
            max-width: 100%
        }

div.date-input {
    position: relative;
}

/* radio Styles*/
.rm-radio {
    display: inline-block;
    position: relative;
}

    .rm-radio.loaded input[type="radio"] {
        display: none;
    }

    .rm-radio.loaded .radio-ui {
        display: inline-block;
        width: 25px;
        height: 25px;
        background-position: -28px 0;
        vertical-align: middle;
    }

        .rm-radio.loaded .radio-ui.rm-radio-checked {
            background-position: -57px 0
        }

.form .form-field .rm-radio label,
.form .form-field .rm-checkbox label {
    padding: 0 5px
}

/* radio Styles - modified*/

.rm-radio.custom {
    display: inline-block;
    position: relative;
}

    .rm-radio.custom input[type="radio"] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        appearance: none;
    }

    .rm-radio.custom .radio-ui {
        display: inline-block;
        width: 25px;
        height: 25px;
        background-position: -28px 0;
        vertical-align: middle;
    }

    .rm-radio.custom input[type="radio"]:checked + .radio-ui {
        background-position: -57px 0
    }

/*Your rules End*/

/*reporting start*/
table.report-recentsearch-table, table.report-recentblock-table, table.report-browsing-table {
    table-layout: fixed;
    min-width: 980px;
}

    table.report-recentsearch-table > tbody > tr > td a, table.report-recentblock-table > tbody > tr > td a, table.report-browsing-table > tbody > tr > td a {
        color: inherit;
    }

    table.report-recentblock-table tr td .security-icon, table.report-browsing-table tr td .security-icon {
        margin: auto;
        top: 0;
        bottom: 0;
    }

    table.report-recentblock-table tr td .url-popover, table.report-browsing-table tr td .url-popover {
        word-break: break-all;
        cursor: pointer;
    }

    table.report-recentblock-table.securesite-message > tbody > tr > td:nth-of-type(1), table.report-browsing-table.securesite-message > tbody > tr > td:nth-of-type(1) {
        padding-left: 28px;
        position: relative;
    }
/*dashboard page start*/
.reportSearch .date-input .calendar-icon {
    top: 42px;
}

.report-recentsearch-table .table-col1, .report-recentblock-table .table-col1 {
    width: 28%
}

.report-recentsearch-table .table-col2, .report-recentblock-table .table-col2 {
    width: 22%
}

.report-recentsearch-table .table-col3, .report-recentblock-table .table-col3 {
    width: 15%
}

.report-recentsearch-table .table-col4, .report-recentblock-table .table-col4 {
    width: 17%
}

.report-recentsearch-table .table-col5, .report-recentblock-table .table-col5 {
    width: 18%
}

.report-recentsearch-table .table-col1.no-user, .report-recentblock-table .table-col1.no-user {
    width: 30%
}

.report-recentsearch-table .table-col2.no-user, .report-recentblock-table .table-col2.no-user {
    width: 25%
}

.report-recentsearch-table .table-col3.no-user, .report-recentblock-table .table-col3.no-user {
    width: 25%
}

.report-recentsearch-table .table-col5.no-user, .report-recentblock-table .table-col5.no-user {
    width: 20%
}
/*dashboard page end*/
/*browsing history start*/
.content-types .rm-checkbox label {
    padding-left: 27px;
}

.content-types .rm-checkbox {
    padding-left: 6px;
}

.content-types {
    line-height: 40px;
}

.hidedropdownbtn .selectize-control.single .selectize-input:after {
    display: none;
}

.multi-datetimerange-input .multi-date-input .multi-calendar-icon {
    top: 10px;
}

.multi-datetimerange-input .multi-date-input {
    width: 300px
}

    .multi-datetimerange-input .multi-date-input input {
        width: 100%;
        height: 38px;
        border-color: #c2c2c2;
    }

.multi-datetimerange-input .date-range-picker {
    left: 80px
}

.multi-datetimerange-input label {
    width: 77px;
    display: inline-block;
}

.report-browsing-table .table-col1 {
    width: 25%;
}

.report-browsing-table .table-col2 {
    width: 11%;
}

.report-browsing-table .table-col3 {
    width: 19%;
}

.report-browsing-table .table-col4 {
    width: 13%;
}

.report-browsing-table .table-col5 {
    width: 14%;
}

.report-browsing-table .table-col6 {
    width: 18%;
}

.report-browsing-table .table-col1.no-user {
    width: 30%;
}

.report-browsing-table .table-col2.no-user {
    width: 13%;
}

.report-browsing-table .table-col3.no-user {
    width: 23%;
}

.report-browsing-table .table-col4.no-user {
    width: 16%;
}

.report-browsing-table .table-col6.no-user {
    width: 18%;
}
/*browsing history end*/
/*reporting end*/

/*logs - table*/
.log-table .table-col1 {
    width: 15%
}

.log-table .table-col2 {
    width: 10%
}

.log-table .table-col3 {
    width: 30%
}

.log-table .table-col4 {
    width: 10%
}

.log-table .table-col5 {
    width: 15%
}

.log-table .table-col6 {
    width: 15%
}

.log-table .table-col1 .multi-date-input {
    width: 155px;
}

.log-table .table-col2 .dropdown-wrap {
    width: 130px;
}

    .log-table .table-col2 .dropdown-wrap .dropdown {
        max-width: 100%;
        text-overflow: ellipsis;
    }

        .log-table .table-col2 .dropdown-wrap .dropdown span.label {
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
        }

.log-table .table-col4 .filter-input {
    width: 120px;
}

.log-table .table-col5 .filter-input {
    width: 160px;
}

    .log-table .table-col4 .filter-input input, .log-table .table-col5 .filter-input input {
        max-width: 100%
    }

/*help*/
.breadcrumbs_container {
    margin-right: 17px;
    padding: 10px 0 15px
}

.breadcrumbs {
    padding: 20px 12px 20px 0px;
    color: #879FB9
}

.breadcrumbs_container a:first-child {
    padding-left: 0px;
}

.help_articles ul, .help_articles ol {
    margin: 0px 0px 0px 17px
}

    .help_articles ol li {
        line-height: 20px;
        padding: 3px 0;
        list-style-type: decimal
    }

    .help_articles ol.alpha > li {
        line-height: 20px;
        padding: 3px 0;
        list-style-type: lower-alpha
    }

    .help_articles ol.decimal > li {
        line-height: 20px;
        padding: 3px 0;
        list-style-type: decimal
    }

    .help_articles ul li {
        line-height: 20px;
        padding: 3px 0;
        list-style-type: disc
    }

.help_articles p {
    line-height: 20px
}

.help_articles h2, .help_articles h3 {
    padding: 10px 0;
    color: #565656;
    display: table;
}

.help_articles h2 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 20px;
}

.help_articles h3 {
    font-size: 18px;
    font-size: 1.8rem;
    display: table;
}

.margin-top20 {
    margin-top: 20px;
}

.help_articles img {
    border-radius: 5px;
    border: 1px solid #E4E2E2;
    max-width: 100%
}

.help_articles .glossary h1 {
    border-top: 1px solid #f2eeee;
    margin-top: 15px;
    padding-top: 10px;
}

.bold {
    font-weight: bold;
}

.help_articles .alphabest-list {
    padding: 15px 0 5px
}

    .help_articles .alphabest-list a, .help_articles .alphabest-list span {
        text-align: center;
        width: 20px;
        display: inline-block;
        font-size: 15px;
        font-size: 1.5rem;
    }

ul.help-nav {
    margin: 0
}

    ul.help-nav li a:hover {
        color: #333
    }

    ul.help-nav > li {
        padding: 10px;
        border: 1px #d6dadc solid;
        clear: left;
        list-style: none;
        margin-bottom: 5px
    }

        ul.help-nav > li > a {
            font-size: 18px;
        }

        ul.help-nav > li > ul {
            margin-top: 10px;
        }

            ul.help-nav > li > ul > li {
                margin-top: 10px;
            }

                ul.help-nav > li > ul > li > ul > li {
                    list-style: circle
                }

                    ul.help-nav > li > ul > li > ul > li > ul > li {
                        list-style: square
                    }

.help_articles h1 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
}

.help_articles .sub-navigation a {
    color: #2581DC;
}

    .help_articles .sub-navigation a:hover {
        color: #000;
    }

.form .form-field.ytube input {
    width: 450px;
}

.alert-msgholder {
    height: 35px;
    position: relative;
    z-index: 100;
}

.popup-close {
    top: 10px;
    right: 10px;
}

.button + .button {
    margin-left: 8px;
}

/*sort icon*/
.unsorted .sort-arrow {
    background-position: -193px -136px;
    height: 11px;
}
/*sub-navigation*/
.help_articles .sub-navigation {
    width: 100%;
}

.toggle-holder {
    float: left;
    width: 100%;
    padding: 10px 0px 15px;
}

.unallocated-toggle {
    padding-top: 10px;
    display: inline-block;
}

.unallocated-toggle-text {
    margin-top: 2px;
    display: inline-block;
}


textarea, input[type="text"], input[type="number"], input[type="password"], input[type="email"], input[type="url"], .popdown-wrap {
    color: #525b60;
    border-radius: 3px;
    border: 1px solid #d6dadc;
    padding: 7px;
    font-size: 14px;
    font-size: 1.4rem;
    background-color: #fff;
}

input[type="text"], input[type="password"], input[type="url"] {
    height: 36px;
    line-height: 1;
}

    textarea:hover, input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, input[type="url"]:hover {
        background-color: #fafafa;
    }

    textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus {
        border: 1px solid #64bdea;
        outline: none;
    }

    textarea + .tooltip, input[type="text"] + .tooltip, input[type="password"] + .tooltip, input[type="email"] + .tooltip, input[type="url"] + .tooltip, .dropdown-wrap + .tooltip, .button + .tooltip, a + .tooltip {
        padding: 10px;
        left: auto;
        top: auto;
        width: auto;
        height: auto;
        margin-top: 3px;
    }

    textarea:focus + .tooltip, input[type="text"]:focus + .tooltip, input[type="password"]:focus + .tooltip, input[type="url"]:focus + .tooltip, input[type="email"]:focus + .tooltip, .dropdown-wrap:focus + tooltip, .button:hover + .tooltip, a:hover + .tooltip {
        display: block;
    }

.popup-content.other-settings-modal {
    overflow-y: inherit !important;
}

.popup-header h2 {
    line-height: normal;
}

.button[disabled="disabled"], .button[disabled="disabled"]:hover {
    background-color: rgb(154, 160, 165);
    opacity: 1;
    color: #2f363d !important;
}


.alert-msgholder {
    height: 35px;
    position: relative;
    z-index: 100;
}


.rm-checkbox.disabled .check-box-ui {
    outline: none !important;
}

.est-name-nav-bar {
    float: left;
    margin-right: 10px;
}

.dropdown-wrap .menu {
    max-height: 350px !important;
    overflow-y: auto;
    overflow-x: hidden !important;
    text-align: left;
}


/*user groups*/
.user-group-table .sort-text {
    display: block;
}

.g-manage {
    width: 31px;
    height: 18px;
    background-position: 0px -257px;
}

.g-rename {
    width: 31px;
    height: 18px;
    background-position: -41px -257px;
}

.g-sync {
    width: 31px;
    height: 18px;
    background-position: -212px -257px;
}

.g-delete {
    width: 31px;
    height: 18px;
    background-position: -78px -257px;
}

.g-create {
    width: 31px;
    height: 18px;
    background-position: -113px -257px;
}

.g-prioritise {
    width: 31px;
    height: 18px;
    background-position: -150px -257px;
}

.search-input .search.icon {
    top: 50%;
}

.search-input .search.icon, .filter-input .search.icon {
    width: 13px;
    height: 13px;
    background-position: -193px -159px;
    display: inline-block;
    position: absolute;
    right: 5px;
}

.filter-input .search.icon {
    top: 30%;
}

.logo-select {
    float: left;
    margin: 11px 0 10px;
    height: 20px;
}

    .logo-select .choose-logo {
        display: block;
    }

    .logo-select .tags-hover-holder {
        width: 185px;
        left: -5px !important;
    }

.safty-net-logo {
    width: 137px;
    height: 21px;
    background-position: -364px 0;
    padding-left: 0px;
    display: block;
}

.dns-logo {
    width: 245px;
    height: 21px;
    background-position: -257px -94px;
    padding-left: 0px;
    display: block;
}

.logo-select a.choose-logo {
    position: relative;
    padding-right: 20px;
}

.click-establishment.tags-hover-holder span.dns-logo, .click-establishment.tags-hover-holder span.safty-net-logo {
    padding-left: 0px;
}


.inpt-wth input[type="text"], .inpt-wth input[type="number"] {
    width: 125px;
}

.groupdropDown {
    width: 100%;
}

.service-switch .dns-logo {
    background-position: -257px -94px;
}

.click-establishment.tags-hover-holder.group-tree {
    position: relative;
    left: 0 !important;
    height: 248px;
    top: 0px !important;
    width: 251px;
    box-shadow: inherit;
    padding-top: 0px;
}

    .click-establishment.tags-hover-holder.group-tree .main-menu {
        margin-top: 0px;
        padding-top: 0px;
    }

.click-establishment .collapse-expand {
    background-position: -20px -226px;
    display: inline !important;
}

.u-icon {
    background-position: -80px -226px;
    display: inline !important;
}

.createGroupA .popup-content {
    overflow-y: visible;
}

.padding-top45 {
    padding-top: 46px;
}

.popup-content.manage {
    overflow-y: visible;
}

.col-3-of-9.padding-top10 {
    padding-top: 6px;
}

.offset-top-4 {
    margin-top: 4px;
}

.user-group-table .table-row-actions {
    width: 70px;
}

.manage.icon {
    width: 30px;
    height: 21px;
    background-position: -190px -190px;
}

.history.icon {
    background-position: -226px -190px;
    width: 18px;
    width: 21px;
    height: 21px;
}

.table-row-actions .manage.icon {
    margin-right: 13px;
}

/*position:absolute;left:0;*/

/*Alert message - table*/

/*common*/
table.datatable.mouseover-hightlight tr.msg-warning:nth-child(even):hover, table.datatable.mouseover-hightlight tr.msg-warning:hover {
    background-color: #ffeca0;
}

    table.datatable tr.msg-warning:nth-child(even) td,
    table.datatable.mouseover-hightlight tr.msg-warning:hover td,
    table.datatable.mouseover-hightlight tr.msg-warning:nth-child(even):hover td {
        background-color: inherit
    }

table.datatable tr.msg-warning td a, table.datatable.alert-message tr td a {
    color: inherit;
}

    table.datatable tr.msg-warning td a + .tooltip.left-0, table.datatable tr.secure-site td a + .tooltip.left-0 {
        margin-left: -38px;
    }

table.datatable tr.msg-warning {
    border-bottom-color: #fae9a5;
    text-align: left;
}

.alert-icon {
    width: 18px;
    height: 18px;
    background-position: -187px -261px;
}

/*fixed tool tip*/
.fixed.tooltip {
    bottom: inherit; /*top:Please use dynamic*/
}

.tooltip.top .tags-hover-pointer-b {
    bottom: -8px;
}

.tooltip.top .tags-hover-pointer-f {
    bottom: -7px;
}

.tooltip.right-pointer .tags-hover-pointer-b, .tooltip.right-pointer .tags-hover-pointer-f {
    left: inherit;
    right: 16px;
}

.tooltip.right-pointer {
    margin-right: 69%;
}
/*un-common*/
.icon-position {
    position: absolute;
    left: 0;
}

table.user-group-table.alert-message tr td:nth-of-type(2) {
    padding-left: 22px;
    position: relative;
}
/*end Alert message - table*/




table.datatable.policy td:nth-of-type(1),
table.datatable.policy td:nth-of-type(2) {
    padding-top: 14px;
    padding-bottom: 14px;
}

.security-icon {
    background-position: -189px -223px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 5px;
}

.close-input .close.icon {
    width: 13px;
    height: 12px;
    background-position: -214px -226px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 32px;
    margin-top: -3px;
    z-index: 5;
}

#report-browsing-userdropdwn.usr-drpdwn.close-input .close.icon {
    right: 13px;
}

/*Browser-support styles Starts*/
.browsers {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 7px;
}

    .browsers a {
        margin-left: 10px;
        padding: 10px;
        display: inline-block;
        *display: inline;
        zoom: 1;
    }

        .browsers a:hover {
            text-decoration: none;
            background: #f2f4f4;
        }

            .browsers a:hover .browser-name {
                text-decoration: underline;
            }

        .browsers a:first-child {
            margin-left: 0;
        }

        .browsers a span {
            display: inline-block;
            *display: block;
            _display: inline;
            zoom: 1;
            _zoom: 0;
        }

    .browsers .browser-name {
        margin-top: 10px;
    }

    .browsers .browser-name,
    .browsers .browser-version {
        display: block;
        text-decoration: none;
    }

    .browsers .browser-version {
        color: #9a9c9b;
    }

#unsupported-browser {
    background-color: #777;
}
/*Browser-support styles End*/

.other-settings-modal, .inherit-overflow {
    overflow-y: inherit !important;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none;
}

/* DNS test code */

.dnsLogo {
    text-indent: -9999px;
    background-position: -365px 0; /*display: block;*/
    margin-top: 13px;
    margin-bottom: 8px;
}

.manage-ueser-groups .move-left-right {
    border: 1px solid #d6dadc;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 250px;
    overflow-y: auto
}

.manage-ueser-groups .user-listing li {
    padding: 10px
}

    .manage-ueser-groups .user-listing li:hover {
        background: #d9d9d9;
        cursor: pointer
    }

.move-right {
    width: 28px;
    height: 28px;
    background-position: 0 -277px;
}

    .move-right.disabled {
        background-position: -28px -277px;
    }

.move-left {
    width: 28px;
    height: 28px;
    background-position: 0 -306px;
}

    .move-left.disabled {
        background-position: -28px -306px;
    }

.move-left-right-controls {
    text-align: center;
    text-align: center;
    width: 28px;
    margin: 0 auto;
}

.move-left-right-controls-inner {
    text-align: center;
    height: 280px;
    display: table-cell;
    vertical-align: middle;
}

.move-left-right-controls a {
    vertical-align: middle;
    padding: 5px 0;
    display: block
}

.alluser-label {
    font-size: 18px;
    display: block;
    padding: 5px 0 7px
}

.group-description {
    height: 150px;
}

input[disabled="disabled"], .dropdown-wrap.disabled .dropdown, .dropdown-wrap.disabled .dropdown .label {
    border-color: #e7e7e7;
    color: #b3b2af
}

label.disabled {
    color: #b3b2af
}

.dropdown-wrap.disabled .dropdown .down-arrow {
    opacity: 0.5
}

.Prioritise-group {
    border: 1px solid #d6dadc;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 350px;
    overflow-y: auto
}

    .Prioritise-group .datatable {
        border-bottom: none
    }

.scrollingbox {
    overflow-y: auto;
    border: 1px solid #d6dadc;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.group-members-list {
    height: 120px;
}

    .group-members-list .user-listing {
        padding: 5px 10px;
    }

.manage-user-filter .filter-input input[type="text"] {
    max-width: 100%;
    width: 100%
}

.tree-ckeckbox-label {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    margin-left: 5px;
}

.expand-list li .rm-checkbox {
    vertical-align: middle
}

.move-panelabel {
    padding-bottom: 17px;
}

.main-menu li a:hover {
    color: #2581dc
}

.help-tooltip {
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    width: 25px;
}

.icon.help {
    width: 16px;
    height: 16px;
    background-position: -105px -228px;
}

    .icon.help:hover {
        cursor: pointer
    }

        .icon.help:hover + .tooltip {
            display: block;
            margin-left: -20px;
            max-width: 300px;
            margin-right: 10px;
        }

.up.tooltip .tags-hover-pointer-b {
    border-color: #b9c8d0 transparent transparent;
    border-style: dashed solid dashed;
    border-width: 10px 10px 0px 10px;
    top: auto;
    bottom: -10px;
}

.up.tooltip .tags-hover-pointer-f {
    border-color: #fcfcfc transparent transparent;
    border-style: dashed solid dashed;
    border-width: 10px 10px 0px 10px;
    top: auto;
    bottom: -9px;
}

.up.tooltip {
    padding: 5px 10px 10px;
    margin-left: 25px;
    width: auto;
    word-wrap: normal;
    background: #fcfcfc;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    border-color: #d6dadc;
    top: auto;
    bottom: calc(100% + 10px);
}

.service-switch.tags-hover-holder {
    background: #fff;
    width: auto;
    padding: 0
}

.menu-open .service-switch.tags-hover-holder {
    left: 5px !important;
}

    .menu-open .service-switch.tags-hover-holder .tags-hover-pointer-f, .menu-open .service-switch.tags-hover-holder .tags-hover-pointer-b {
        left: 15px;
    }

.service-switch.tags-hover-holder .tags-hover-pointer-f {
    border-bottom-color: #fff
}

.list-menu-normal {
    padding: 0;
}

    .list-menu-normal li a {
        padding: 10px 15px;
        display: block;
    }

        .list-menu-normal li a:hover {
            background: #f9f9f9
        }

    .list-menu-normal li:first-child {
        border-bottom: 1px #d6dadc solid
    }

.main-menu.tree-view {
    min-width: 200px;
}

    .main-menu.tree-view.vertical-scroll {
        height: calc(100vh - 210px);
        overflow: auto;
    }

.main-menu.tree-view {
    min-width: 200px;
}

.filter-actions .tooltip.top {
    bottom: 85%;
}

.ui-select-options {
    max-height: 150px;
    overflow: auto
}

.truncate {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    display: inline-block;
}

.truncate-fullwidth {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    display: inline-block;
}

body.popup-open {
    overflow: hidden;
    width: 100%
}

.popup {
    padding: 30px 0;
    background: rgba(0,0,0,0.6)
}

.popup-overlay {
    background: none
}

.text-more {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.uesr-listing-table .user-fullname {
    max-width: 230px;
}

.uesr-listing-table .user-name {
    max-width: 230px;
}

.uesr-listing-table .user-email {
    max-width: 230px;
}

.default-cursor {
    cursor: default;
}

.gridword-break {
    word-break: break-all;
}

.safty-net-logo, .dns-logo {
    background-image: url(../images/logo-sprite.svg?v=DiJuBBVYbK_aZmLcWdbLlTL0c00);
}

/*skip main content*/
a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

    a.skip-main:focus, a.skip-main:active {
        color: #fff;
        background-color: #0e3e6e;
        left: -53px;
        top: -5px;
        width: 10%;
        height: auto;
        overflow: auto;
        margin: 10px 35%;
        padding: 5px;
        border-radius: 15px;
        border: 2px solid #FFF;
        text-align: center;
        font-size: 1.2em;
        z-index: 999;
    }

/*tooltip*/
.tooltip.top {
    min-width: inherit;
    background: #fcfcfc;
    padding: 5px 10px 10px;
    border-color: #d6dadc;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

    .tooltip.top .tags-hover-pointer-f {
        border-top-color: #fcfcfc;
    }

/*GAFE*/

.card-wrapper {
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: stretch;
}

.card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .card-body .card-top {
        flex: 1 1 auto;
        background-color: #f9f9f9;
    }

    .card-body .card-footer {
        background-color: #f9f9f9;
        padding: 0 30px 30px 30px;
    }

.google-edu {
    background-color: #fff;
}

.rm-unify {
    background-color: #fff;
}

.azure-ad {
    background-color: #fff;
    position: relative;
}

.unify-logo {
    width: 190px;
    height: 56px;
    background-position: -320px -145px;
}

.google-edu-logo {
    width: 190px;
    height: 56px;
    background-position: -392px -211px;
}

.azure-ad-logo {
    width: 190px;
    height: 56px;
    background-position: -317px -273px;
}

.beta-version-tag {
    width: 65px;
    height: 65px;
    position: absolute;
    right: 0;
    top: 0;
}

.light-text-color {
    color: #adacac;
}

.margin-bottom20 {
    margin-bottom: 20px;
}

.gafe-table td {
    height: 41px;
    border-collapse: collapse
}

.gafe-table .table-row-actions {
    min-width: 70px;
    text-align: right
}
/*GAFE end*/


/*.white-space*/
.white-space-now-wrap {
    white-space: nowrap
}

@media (max-width: 768px) {
    .col-wrap.responsive-medium [class*='col-'] {
        padding-right: 0;
    }

    .button + .button {
        margin-left: 0px;
    }

    .header-nav li {
        height: auto;
        padding: 0;
        border-bottom: 1px solid #e5e5e5;
    }

        .header-nav li > a {
            padding: 9px 0 9px 12px;
        }

    .header-nav .nav-inline li span {
        display: inline-block;
    }

    .header-nav .nav-inline li .icon {
        margin-right: 5px;
    }

    .header-logo {
        margin-top: 8px;
    }

    .header-nav li.data-centre-name {
        padding-left: 10px;
        padding-bottom: 15px;
    }

    .login-wrap {
        max-width: 400px;
        margin-left: 0
    }

    .sub-navigation a {
        margin-bottom: 0;
    }

    .ui-datepicker {
        width: 100%;
    }

    .date-range-picker .col-wrap .col-5-of-10 {
        width: 100%;
        float: none;
        padding: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    .breadcrumbs_container a {
        line-height: 18px;
    }

    .page-heading {
        padding-bottom: 15px;
    }

    .table-responsive-medium {
        max-width: 100%;
        overflow-x: auto;
        overflow-y: visible;
    }

    .createGroupA .popup-content {
        overflow-y: auto;
    }
    /* ADDED BY DEV TEAM */
    .col-wrap.responsive-medium.yourules [class*='col-'] {
        width: auto;
        display: block;
        margin-top: 10px;
        padding-left: 0;
    }

    .table-responsive-medium {
        max-width: 100%;
        overflow-x: auto;
        overflow-y: visible;
    }

    .est-name-nav-bar {
        max-width: 150px;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .username-nav-bar {
        width: 85px;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .popup.createGroupA.medium > .popup-wrap {
        min-width: inherit;
    }

    /* END ADDED BY DEV TEAM*/

    .header-nav {
        width: 340px;
        left: -342px
    }

    .nav-inline li {
        text-align: left;
        padding: 0;
    }

    .header-nav li > a {
        padding: 9px 0 9px 12px;
    }

    .header-nav li.data-centre-name, .header-nav li.logout a {
        padding: 15px;
        margin-top: -10px;
        float: left;
        width: 100%;
    }

    .header-nav li.logout {
        width: 100%;
        float: left;
        margin-top: 0;
    }

    .popup.medium.responsive-popup > .popup-wrap {
        width: auto;
        min-width: inherit;
        width: 90%;
    }
}







@media (max-width: 520px) {
    .clear-shift-small, .clear-shift-small.shift-right {
        float: none;
        width: 100%;
    }

        .clear-shift-medium.button, .clear-shift-small.button, input[type="text"].clear-shift-small, select.clear-shift-small {
            width: 100%;
            margin: 10px 0 0;
        }

    .col-wrap.responsive-medium[class*="padding-left"],
    .col-wrap.responsive-medium[class*="padding-right"],
    .col-wrap.responsive-medium[class*="padding-left"],
    .col-wrap.responsive-small[class*="padding-right"],
    .col-wrap.responsive-small[class*="padding-left-right"],
    .col-wrap.responsive-small[class*="padding-left-right"] {
        padding-left: 0;
        padding-right: 0
    }

    .nav-inline li, .add-ico-link, .add-ico-link a {
        float: none;
        width: 100%;
        display: block;
    }

        .nav-inline li a {
            border-left: none;
        }

    .day-filter.tags-hover-holder {
        left: 10px !important;
    }

    .popup.small > .popup-wrap {
        width: auto;
        max-width: 450px;
        min-width: inherit;
        width: 90%;
    }

    .nav-inline li, .add-ico-link, .add-ico-link a {
        float: none;
        width: 100%;
        padding: 10px 0;
        display: block;
        text-align: center
    }

        .nav-inline li a {
            border-left: none;
            padding: 0
        }

    .nav-inline li {
        text-align: left;
        padding: 0;
    }

    .header-nav li > a {
        padding: 9px 0 9px 12px;
    }

    ul.main-menu .collapse-expand {
        height: 20px;
        float: left;
    }
}

/* new styles for devices page */
.header-nav .device .icon {
    background-position: 0 -367px;
}

.header-nav .device :hover .icon {
    background-position: 0 -391px;
}

.header-nav .device.active .icon {
    background-position: 0 -343px;
}

.nav-inline .badge {
    position: relative;
    z-index: 10;
}

    .nav-inline .badge:after {
        width: 10px;
        height: 10px;
        display: block;
        content: "";
        position: absolute;
        top: 0;
        right: 15px;
        border-radius: 100%;
        background-color: #b7325d;
    }

.ui-select-search::-ms-clear {
    display: none;
}


/* new styles for devices page */
.header-nav .device .icon {
    background-position: 0 -367px;
}

.header-nav .device :hover .icon {
    background-position: 0 -391px;
}

.header-nav .device.active .icon {
    background-position: 0 -343px;
}

.nav-inline .badge {
    position: relative;
    z-index: 10;
}

    .nav-inline .badge:after {
        width: 10px;
        height: 10px;
        display: block;
        content: "";
        position: absolute;
        top: 0;
        right: 15px;
        border-radius: 100%;
        background-color: #b7325d;
    }

.ui-select-search::-ms-clear {
    display: none;
}

a + .support-msg {
    display: block;
    max-width: 192px;
    min-width: inherit;
    margin-left: -23px;
}

.support-msg.tooltip .tags-hover-pointer-b, .support-msg.tooltip .tags-hover-pointer-f {
    left: 35px;
}

.help_articles .web-chat {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

    .help_articles .web-chat img {
        border: 0;
    }

    .help_articles .web-chat a, .help_articles .web-chat p {
        display: inline-block;
        color: #2581dc;
        font-size: 16px;
        width: 160px;
    }

    .help_articles .web-chat p {
        margin-top: 11px;
    }

.help_articles.contents-page h1 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 17px;
}

/*network-confi*/

.n-conf .inline {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.n-conf .help-tooltip {
    height: 17px;
    width: 18px;
    vertical-align: middle;
}

.n-conf .tooltip p {
    margin-bottom: 10px;
}

.icon.sucess {
    background-position: -118px -292px;
    width: 42px;
    height: 32px;
}

.tips-info:hover + .tooltip {
    display: block;
    max-width: 350px;
}

.add-custom-ip-range .form .form-field.disabled .help.icon {
    cursor: default;
    opacity: 0.3;
}

.add-custom-ip-range .form .form-field.disabled > label {
    opacity: 0.5;
}

.add-custom-ip-range .form .form-field.disabled > h4 {
    opacity: 0.5;
}

.add-custom-ip-range .form .form-field.disabled .button.white:hover {
    background-color: transparent;
    cursor: default;
}

.add-custom-ip-range .form .form-field.disabled .button.white:focus {
    outline: none;
}

.add-custom-ip-range .form .form-field .rm-checkbox label {
    padding: 0 5px 8px 15px
}

.add-custom-ip-range .form .form-field .ui-select-match {
    width: 90%
}

.add-custom-ip-range .form .form-field .ui-select-match {
    width: 90%
}

table.mouseover-hightlight.datatable tr.message-emty-data:hover td {
    background: transparent;
    cursor: default;
}



.tick-wrap {
    display: inline-block;
    /* height:20px;
    vertical-align: middle;*/
}

    .tick-wrap label {
        padding-left: 13px;
    }

.tick {
    background-position: -212px -133px;
    border: 0;
    width: 17px;
    height: 17px;
    cursor: default;
}

.tags-hover-holder .tick-wrap .tick {
    float: left;
}

.tags-hover-holder .tick-wrap label {
    padding-left: 30px;
    display: block;
}

.ws-dp.form .form-field label {
    padding-bottom: 0;
}

.disabled .tick-wrap .tick {
    opacity: 0.5;
}

.policy-menu-text,
.policy-menu-inherited.truncate {
    display: inline-block;
    width: calc(100% - 63px);
    vertical-align: top;
}


/* added because of mac font issues */
b, strong {
    font-family: "Segoe UI",'Roboto', Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
}


.data-spinner-set .spinner-text {
    position: relative;
    vertical-align: top;
    top: 6px;
}

.next-line {
    display: block;
}

.form .form-field input.txt-more {
    display: inline-block;
    max-width: 100px;
}

.trigger {
    width: 100%;
    display: block;
    padding-bottom: 8px;
}

.datatable .dropdown-multiselect {
    position: relative;
    margin-top: 10px;
}

    .datatable .dropdown-multiselect .dropdown-toggle.btn.btn-default {
        height: 32px;
    }

.form .form-field .dropdown-multiselect {
    position: relative;
    margin: 0;
}

    .form .form-field .dropdown-multiselect .dropdown-toggle.btn.btn-default {
        height: 36px;
    }

.toggle-button-wrap {
    min-width: 150px;
    margin-bottom: 30px;
}

    .toggle-button-wrap .toggle-btn {
        float: left;
    }

/*youtube access*/
.access-info {
    margin-top: 0px;
}

    .access-info li {
        display: block;
        float: left;
        height: 100%;
    }

    .access-info .access-info-link {
        padding: 13px 0;
        display: inline-block;
        width: 100%;
        text-align: center;
        color: #000;
        font-size: 1.4rem;
        color: #423f37;
    }

    .access-info .info-box:first-child {
        border-radius: 3px 0 0 3px;
    }

    .access-info .info-box.active + .info-box {
        border-left-color: transparent;
    }


.info-box {
    float: left;
    display: inline-block;
    width: 33%;
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-color: #c2c2c2;
}

.banned-list-wrap.ws-dp.yutub-ac-mb label {
    width: auto;
    white-space: nowrap;
    margin-right: 8px;
    margin-top: 4px;
}

.banned-list-wrap.ws-dp.yutub-ac-mb .help-tooltip {
    width: 14px;
    height: 20px;
}

    .banned-list-wrap.ws-dp.yutub-ac-mb .help-tooltip .tooltip {
        white-space: normal;
    }

.yutube-access-wrap {
    margin-top: 10px;
}

.yutb-access-mobile-dropdown {
    text-align: right;
}

.access-info .info-box:last-child {
    border-right-width: 1px;
    border-radius: 0 3px 3px 0;
}

.info-box.green.active .access-info-link, .info-box.amber.active .access-info-link, .info-box.red.active .access-info-link {
    color: #fff;
    cursor: default;
}

.yutube-access-wrap .disabled {
    opacity: 0.5;
}

.safeguard-search .disabled {
    opacity: 0.5;
}

.active.green {
    background-color: #98bf18;
    border-color: #98bf18;
}

.active.amber {
    background-color: #e48b2d;
    border-color: #e48b2d;
}

.active.red {
    background-color: #b72d20;
    border-color: #b72d20;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

ul.ptive-ntive-warning {
}

    ul.ptive-ntive-warning li {
        display: inline-block;
        list-style-type: none
    }

        ul.ptive-ntive-warning li.alert-desc {
            display: inline-block;
            width: 200px;
        }

        ul.ptive-ntive-warning li .label-text {
            margin-right: 10px;
            white-space: nowrap;
        }

.wrong {
    background-position: -213px -158px;
    border: 0;
    width: 14px;
    height: 13px;
    cursor: default;
    margin-right: 2px;
}

.grey-wrong {
    background-position: -230px -158px;
    border: 0;
    width: 14px;
    height: 13px;
    cursor: default;
    margin-right: 2px;
}

.green-tick {
    background-position: -60px -229px;
    border: 0;
    width: 17px;
    height: 13px;
    cursor: default;
    margin-right: 2px;
}

.grey-tick {
    background-position: -213px -136px;
    border: 0;
    width: 17px;
    height: 13px;
    cursor: default;
    margin-right: 2px;
}

.disabledAnchor {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
}

.safeguard-search-words {
    display: block;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.safeguard-search-details {
    padding: 10px;
    max-height: 150px;
    overflow: auto;
}

.label-text {
    margin-right: 2px;
    white-space: nowrap;
}

.label-textactive {
    margin-right: 6px;
    font-weight: bold;
    pointer-events: none;
    color: #565656;
}

.label-textnotactive {
    margin-right: 10px;
    opacity: 0.5;
    font-weight: normal;
    pointer-events: none;
    color: #565656;
}

/*Safepage*/
.green-tick-medium {
    background-position: -193px -334px;
    border: 0;
    width: 22px;
    height: 23px;
    cursor: default;
    margin-right: 7px;
}

.amber-tick-medium {
    background-position: -217px -334px;
    border: 0;
    width: 22px;
    height: 23px;
    cursor: default;
    margin-right: 7px;
}

.red-tick-medium {
    background-position: -241px -334px;
    border: 0;
    width: 22px;
    height: 23px;
    cursor: default;
    margin-right: 7px;
}

.wrong-red-tick-medium {
    background-position: -168px -334px;
    border: 0;
    width: 22px;
    height: 23px;
    cursor: default;
    margin-right: 7px;
}

@media (max-width: 840px) {
    .yutube-access-wrap .yutb-access-mobile-dropdown {
        text-align: center;
    }

        .yutube-access-wrap .yutb-access-mobile-dropdown .ws-dp {
            float: left;
            width: 100%;
            margin-top: 30px;
            margin-bottom: 15px;
        }

    .col-wrap.responsive-medium.yutube-access-wrap .col-4-of-10,
    .col-wrap.responsive-medium.yutube-access-wrap .col-6-of-10 {
        float: none !important;
        width: auto;
        display: block;
        margin-top: 10px;
        padding-left: 0;
    }

    .firewall-managemet-sec {
        width: 100%;
    }

        .firewall-managemet-sec + .firewall-managemet-sec {
            margin-top: 25px;
            margin-right;
            : 20px;
        }
}

/* Safepage */
.toggle-button, .toggle-button .toggle-label {
    position: relative;
}

toggle-button .toggle-label .toggle-switch {
    position: absolute;
}

.toggle-button, .toggle-button .toggle-label .toggle-content .on-text, .toggle-button .toggle-label .toggle-content .off-text {
    display: inline-block;
}

.toggle-button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    vertical-align: middle;
}

    .toggle-button input[type="checkbox"] {
        opacity: 0;
        position: absolute;
        z-index: -1;
    }

    .toggle-button .toggle-label {
        cursor: pointer;
        display: block;
        overflow: hidden;
        vertical-align: middle;
    }

        .toggle-button .toggle-label .toggle-content {
            display: block;
            width: 200%;
            -webkit-transition: transform 0.3s;
            -moz-transition: transform 0.3s;
            -ms-transition: transform 0.3s;
            -o-transition: transform 0.3s;
            transition: transform 0.3s;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
        }

            .toggle-button .toggle-label .toggle-content:before, .toggle-button .toggle-label .toggle-content:after {
                display: block;
                float: left;
            }

            .toggle-button .toggle-label .toggle-content .on-text, .toggle-button .toggle-label .toggle-content .off-text {
                text-align: center;
                padding-right: 2px;
                width: -moz-calc(50% - 12px);
                width: -webkit-calc(50% - 12px);
                width: calc(50% - 12px);
            }

            .toggle-button .toggle-label .toggle-content .off-text {
                float: right;
            }

        .toggle-button .toggle-label .toggle-switch {
            display: block;
            left: 0;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

    .toggle-button input[type="checkbox"]:checked + .toggle-label .toggle-content {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }

    .toggle-button input[type="checkbox"]:checked + .toggle-label .toggle-switch {
        left: 100%;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .toggle-button input[type="checkbox"]:checked + .toggle-label {
        background-color: #2d7ccb;
        border-color: #2d7ccb;
        color: #fff;
    }

    .toggle-button .toggle-label {
        background-color: #7d7d7d;
        border: 2px solid #7d7d7d;
        border-radius: 10px;
        color: #fff;
        font-size: 1.0rem;
        line-height: 11px;
        min-width: 39px;
        padding: 3px 4px;
    }

        .toggle-button .toggle-label .toggle-switch {
            background-color: #fff;
            border-radius: 50%;
            height: 16px;
            left: 0px;
            top: 0px;
            width: 16px;
        }

        .toggle-button .toggle-label .toggle-switch {
            display: block;
            left: 0;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            position: absolute;
        }

.this-sumerise-sites .summerise-sites-data-grid, .this-sumerise-sites.summerise-sites .report-description {
    display: none;
}

.this-sumerise-sites.summerise-sites .summerise-sites-data-grid, .this-sumerise-sites .report-description {
    display: block;
}

span.info-text {
    display: block;
    margin-top: 10px;
}

.toggle-bg {
    background: #CDCDCD;
    border-radius: 2em;
    border: 0.12em solid #CDCDCD;
    display: block;
    height: 19px;
    position: relative;
    width: 3.2em;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    margin: 0 5px;
}

    .toggle-bg.on {
        background: #2d7ccb;
        border-color: #2d7ccb;
    }

    .toggle-bg input {
        margin: 0;
        padding: 0;
        width: 3.24em;
        height: 100%;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        cursor: pointer;
        z-index: 2;
        zoom: 1;
        filter: alpha(opacity=0);
    }

        .toggle-bg input:checked ~ .switch {
            left: 0;
        }

        .toggle-bg input ~ :checked ~ .switch {
            left: 1.18em;
        }

        .toggle-bg input:checked {
            z-index: 0;
        }

.switch {
    background: white;
    border-radius: 2em;
    display: block;
    height: 15px;
    width: 15px;
    left: 0;
    position: relative;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    z-index: 1;
}

.toggle-alternate {
    width: 3.24em;
}

    .toggle-alternate input {
        width: 3.24em;
    }

        .toggle-alternate input ~ :checked ~ .switch {
            left: 1.82em;
        }

    .toggle-alternate label {
        font-weight: 300;
        font-size: .9em;
        text-transform: uppercase;
        position: absolute;
        top: 0.55em;
    }

.toggle-bg label.on {
    left: .75em;
    color: white;
    text-shadow: 0 0.1em 0 #00dc61;
}

.toggle-bg label.off {
    right: .55em;
    color: #aaa;
}

.toggle-label-t {
    display: inline-block;
    vertical-align: middle;
}

.toggle-label-left {
    float: left;
    margin-right: 5px;
    margin-top: 4px;
}

.toggle-label-right {
    float: left;
    margin-left: 5px;
    margin-top: 3px;
}

.toggle-button-wrap.toggle-right-area {
    float: right;
    margin-bottom: 0;
    margin-top: 9px;
    margin-left: 30px;
}

.popup .popup-wrap table {
    table-layout: fixed;
}

    .popup .popup-wrap table.datatable td {
        word-wrap: break-word;
        -ms-word-wrap: break-word;
    }

.bottom-alignment {
    height: 41px;
    position: relative;
}

    .bottom-alignment h4 {
        position: absolute;
        left: 0;
        bottom: 0;
    }

.popup .vertical-scroll {
    max-height: calc(100vh - 645px);
    overflow-y: auto;
    min-height: 155px;
}

.stockIframe {
    width: 100%;
}

    .stockIframe iframe {
        width: 100%;
        height: 700px;
    }

.header-nav li.firewall span.icon {
    background-position: -28px -367px;
    height: 23px;
    width: 28px;
}

.header-nav li.firewall :hover span.icon {
    background-position: -28px -391px;
}

.header-nav li.firewall.active span.icon {
    background-position: -28px -342px;
}

.cursor-pointer {
    cursor: pointer;
}


@media (max-width:915px) {
    .table-responsive-medium.large-table-cols {
        max-width: 100%;
        overflow-x: auto;
        overflow-y: visible;
    }
}

.manage-establish-col1 {
    width: 260px;
}

a.disabled {
    cursor: default;
    opacity: .5;
}

.padding-right-25 {
    padding-right: 25px;
}

.popup-content .col-wrap {
    margin: 0 -5px;
}

    .popup-content .col-wrap [class*='col-'] {
        padding: 0 5px;
    }

.firewall-btn.button.sm {
    font-size: 1.4rem;
    padding: 11px 13px;
    margin-left: 5px;
    vertical-align: top;
}

.add-symbol {
    padding-left: 0 !important;
    padding-right: 5px;
}

.firewall-managemet-sec input[type="text"] {
    width: 165px;
    max-width: 100%;
}

.number-order {
    margin-left: 15px;
}

    .number-order li {
        list-style-type: decimal;
        line-height: 1.3;
    }

.radio-button-holder {
    display: inline-block;
    width: 100%;
}

    .radio-button-holder .form-field {
        margin: 10px 0;
    }

.inline-text {
    vertical-align: middle;
    display: inline-block;
}

.safety-agent-wrapper .help-tooltip {
    height: 15px;
    width: 15;
    position: relative;
    overflow: visible;
}

.agent-data-grid th {
    white-space: nowrap;
}

.active.blue-bg {
    background-color: #0e3e6e;
    border-color: #0e3e6e;
}

    .active.blue-bg a {
        color: #fff;
    }

.users .info-box {
    width: 80px;
}

.active.blue-bg {
    background-color: #0e3e6e;
    border-color: #0e3e6e;
}

    .active.blue-bg a {
        color: #fff;
    }

.users .info-box {
    width: 80px;
}


.log-table.n-conf th .help-tooltip {
    position: relative;
    padding-left: 5px;
}

    .log-table.n-conf th .help-tooltip .tooltip {
        top: 25px;
        left: 8px;
        width: 350px;
    }

    .log-table.n-conf th .help-tooltip.from-right .tooltip {
        left: auto;
        right: -27px;
    }

.from-right .tooltip .tags-hover-pointer-b, .from-right .tooltip .tags-hover-pointer-f {
    right: 11px;
    left: auto;
}

.log-table.n-conf th .icon.help:hover + .tooltip {
    width: 350px;
    padding: 10px;
}

.n-conf th .tooltip p {
    margin-bottom: 0;
}

    .n-conf th .tooltip p + p {
        margin-top: 10px;
    }

.search-logs.help-tooltip {
    height: auto;
}

    .search-logs.help-tooltip .tooltip {
        padding: 10px;
    }

.search-logs {
    margin-bottom: 10px;
}

.date-picker-holder, .date-picker-holder .form-field {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

    .date-picker-holder .date-input {
        width: 180px;
    }

    .date-picker-holder .form-field + .form-field {
        padding-left: 20px;
    }

    .date-picker-holder .form-field label {
        margin-right: 5px;
    }
.inner-tree .toggle-icons {
    margin-left: 46px;
}

.inner-tree .rm-checkbox {
    padding-left: 24px;
}

.rm-checkbox.half-selected .rm-checkbox-checked:before {
    background: #65bdea;
    content: "";
    position: ABSOLUTE;
    top: 10px;
    width: 48px;
    height: 100%;
    z-index: 996;
    left: -18px;
    transform: rotate(45deg);
}

.rm-checkbox.half-selected .rm-checkbox-checked:after {
    content: "";
    background: #fff;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 99;
    right: 0;
    width: 100%;
    height: 100%;
}

.rm-checkbox.full-selected .rm-checkbox-checked:before {
    background: #65bdea;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 996;
    left: 0;
}

.rm-checkbox .check-box-ui {
    position: relative;
    overflow: hidden;
}

.rm-checkbox.sub-line {
    padding-left: 45px;
}

table.main-menu a.toggle-icons {
    display: inline;
    float: left !important;
    padding-right: 0px !important;
}

table.main-menu a.toggle-icons {
    display: inline-block;
    float: none !important;
}

table.main-menu .collapse-expand {
    background-position: -20px -226px;
    display: inline !important;
}

table.main-menu a.active .collapse-expand {
    background-position: 0px -226px;
    display: inline !important;
}

.hidechild.inner-tree {
    display: none;
}
table.datatable.your-policy-table th:nth-child(1) {
    width: 100px;
    min-width: 100px;
}

table.datatable.your-policy-table th:nth-child(3),
table.datatable.your-policy-table th:nth-child(4),
table.datatable.your-policy-table th:nth-child(5),
table.datatable.your-policy-table th:nth-child(6),
table.datatable.your-policy-table th:nth-child(7),
table.datatable.your-policy-table th:nth-child(8),
table.datatable.your-policy-table th:nth-child(9) {
    width: 75px;
}

table.datatable.your-policy-table tr.hidechild {
    border-top: 1px solid #e5e5e5;
}

    table.datatable.your-policy-table tr.hidechild td {
        background-color: #f1f1f1;
    }

.ws-dp.yutub-ac-mb .tooltip.up {
    height: fit-content;
}

/**
 * selectize.default.css (v0.8.5) - Default Theme
 * Copyright (c) 2013 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
 
 

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  visibility: visible !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
          box-shadow: inset 0 0 12px 4px #ffffff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  background: #f8f8f8;
  border-bottom: 1px solid #d0d0d0;
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -12px;
  font-size: 20px !important;
  line-height: 20px;
  color: #303030;
  opacity: 0.4;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  float: left;
  border-top: 0 none;
  border-right: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {border-right: 0 none;}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {display: none;}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 17px;
  padding: 2px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  color: inherit;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
     -moz-border-radius: 0 2px 2px 0;
          border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-family: inherit;
  font-size: 13px;
  -webkit-font-smoothing: inherit;
  line-height: 18px;
  color: #303030;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  display: inline-block;
  cursor: text;
  background: #ffffff;
}

.selectize-input {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  padding: 8px 8px;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}

.selectize-input.full {
  background-color: #ffffff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: baseline;
  zoom: 1;
}

.selectize-control.multi .selectize-input > div {
  padding: 2px 6px;
  margin: 0 3px 3px 0;
  color: #ffffff;
  cursor: pointer;
  background: #1da7ee;
  border: 1px solid #0073bb;
}

.selectize-control.multi .selectize-input > div.active {
  color: #ffffff;
  background: #92c836;
  border: 1px solid #00578d;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}

.selectize-input > input {
  max-width: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 1px !important;
  line-height: inherit !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-user-select: auto !important;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  display: block;
  clear: left;
  content: ' ';
}

.selectize-input.dropdown-active::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background: #f0f0f0;
  content: ' ';
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  margin: -1px 0 0 0;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-top: 0 none;
  -webkit-border-radius: 0 0 3px 3px;
     -moz-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.selectize-dropdown [data-selectable] {
  overflow: hidden;
  cursor: pointer;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  cursor: default;
  background: #ffffff;
}

.selectize-dropdown .active {
  color: #495c68;
  background-color: #f5fafd;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-color: #808080 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  content: ' ';
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-color: transparent transparent #808080 transparent;
  border-width: 0 5px 5px 5px;
}

.selectize-control.rtl.single .selectize-input:after {
  right: auto;
  left: 15px;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  background-color: #fafafa;
  opacity: 0.5;
}

.selectize-control.multi .selectize-input.has-items {
  padding-right: 5px;
  padding-left: 5px;
}

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}

.selectize-control.single .selectize-input {
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-size: 0.85em;
  font-weight: bold;
}

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}


/* Selectize theme */

/* Helper class to show styles when focus */
.selectize-input.selectize-focus, .selectize-input.focus{
  border-color: #64bdea !important;
}

/* Fix input width for Selectize theme */
.selectize-control > .selectize-input > input {
  width: 100%;
}

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%;
}

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
    border-color: #D44950;
}

.selectize-control {
    display: inline-block !important;
    vertical-align: middle;
}

.selectize-control.single .selectize-input {
    background-color: #fff !important;
    background-image: none !important;
}

.thin-selectize-control > .selectize-input {
    padding: 6px 8px !important;
    height: 34px !important;
}


.selectize-input {
    height: 34px !important;
    padding: 7px 7px !important;
}

.pagination-select > .selectize-input{
    border: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.pagination-select > .selectize-input.focus {
    border: 1px solid #B8B8B8 !important;
}

.pagination-select > .selectize-input > .ui-select-match {
    text-align:center !important;
    line-height: 22px;
}

.large-select > .selectize-input {
    height: 38px !important;
}

.large-select > .selectize-input > .ui-select-match {
    margin-top:2px;
}

.large-select > .selectize-input > .ui-select-search {
    margin-top:2px !important;
}

.large-select > .ui-select-choices, .large-select > .selectize-input {
    border-color:#c2c2c2 !important;
}

.large-select > .selectize-input.selectize-focus, .large-select > .selectize-input.focus{
  border-color: #64bdea !important;
}

.large-select .option.ui-select-choices-row-inner {
    padding: 10px;
}

.large-dropdown .ui-select-choices-content {
    max-height: 300px !important;
}

.ui-select-choices-row-inner > span {
    word-wrap: break-word;
}

/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.5.0 - 2014-07-30T04:47:33.136Z
 * License: MIT
 */


/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold;
}

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
  
  border:2px red solid !important;
}

/* Select2 theme */

/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
    border-color: #D44950;
}

.select2-result-single {
  padding-left: 0;
}


/* Bootstrap theme */

/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}


/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ui-select-bootstrap > .ui-select-match {
  /* Instead of center because of .btn */
  text-align: left;
}

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

.ui-select-bootstrap > .ui-select-choices {
  width: 100%;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}

.ui-select-bootstrap .ui-select-choices-row>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row>a:hover, .ui-select-bootstrap .ui-select-choices-row>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active>a {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
    display: none !important;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
    border-color: #D44950;
}
.ui-select-search {
    height: 18px !important;
}


.ui-select-match > span {
    white-space:nowrap;
    font-family: Arial;
    font-size: 14px;
}

.ui-select-match {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto !important;
}




