﻿/*Open sans*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(fonts/open-sans-300.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(fonts/open-sans-400.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(fonts/open-sans-bold.woff) format('woff');
}

/* Global Styles */
/*
* {
    padding: 0;
    margin: 0;
}
*/

html {
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
}

body {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    background: #fff;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #464646;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
	overflow-y: scroll;
    opacity: 0;
}

body.noscroll {
    position: fixed; 
    overflow-y: scroll;
    width: 100%;
}

/* footer */

#SiteFooter {
    background-color: #3F69A8;
    color: white;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
    height: 30px;
    line-height: 30px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 3;
    text-align:center;
}

#SiteFooterText {
    float: left;
}

#SiteFooterCopyright {
    float: right;
}


#SocialIconContainer {
    position: relative;
    top: 6px;
    float: right;
    /*margin-left: 45%;*/
    padding-right: 10px;
}

#SocialIconContainer .social-icon {
    height: 20px;
    width: 20px;
    background-size: contain;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.5s ease-in;
}

/*#SocialIconContainer .social-icon:hover {
    opacity: 1;
}*/

#SocialIconContainer .fb {
    background-image: url(images/icons/fb.png);
}

#SocialIconContainer .twitter {
    background-image: url(images/icons/twitter.png);
}

#SocialIconContainer .youtube {
    background-image: url(images/icons/youtube.png);
}

/* glossary */
#GlossaryContainer {
    background-color: #13243D;
    height: 20px;
    position: fixed;
    bottom: 30px;
    width: 100%;
    color: white;
    text-align: center;
    z-index: 1000;
}

.toggle-glossary {
    float: right;
    opacity: 0.7;
    position: relative !important;
    top: 3px !important;
    right: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.toggle-glossary:hover {
    opacity: 1;
}

.glossary-title {
    margin-left: 10px;
}

.glossary-content {
    background-color: rgba(129, 131, 196, 0.32);
    background-image: url(images/map.png);
    color: black;            
    height: 280px;
    display: none;
    background-size: contain;
    color: white;    
    padding-bottom: 5px;
}

#GlossaryTermsArea {
    display: inline-block;
    width: 600px;   
    height: 100%;
    padding: 5px;
    overflow-x: hidden;
    overflow-y: scroll; 
    float: left;
}

#GlossaryControlPanel {
    display: inline-block;
    float: left;
}

#GlossaryTermsArea > table > tbody > tr:hover {
    background-color: black;
}

/* flags */
#flag-container {
   float: left;
   margin-left: 10px;
}

#flag-container img {
    height: 25px;
    opacity: 0.65;
    cursor: pointer;
    transition: all 0.5s;
}

.selectedLanguage img,
#flag-container img:hover {    
    opacity: 1 !important;
}

/* bootsrtap overides */

[disabled='disabled'] [disabled='disabled'] {
    opacity: 1;
}

.panel > .panel-heading {
    min-height: 40px;
}

input[type="radio"] {
    margin: initial !important;
}

.pagination li > a {
    padding: initial !important;   
    text-align: center;
    min-width: 35px;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

.navbar-inverse .navbar-nav:not(.mini) > .open > a, 
.navbar-inverse .navbar-nav:not(.mini) > .open > a:hover {
    height: 48px !important;
    outline: 4px solid black !important;
}

#SiteHeader .navbar-inverse .navbar-nav, .menu-bar-horizontal.navbar-inverse .navbar-nav {
    position: relative; 
    margin-top:5px;
    top:3px;   
}

#SiteHeader .navbar-nav .glyphicon, .menu-bar-horizontal.navbar-nav .glyphicon{
    margin-right: 5px;
}

#SiteHeader .nav>li>a>img, .menu-bar-horizontal .nav>li>a>img
{
    width: 16px;
    margin-top: -2px;
}

#SiteHeader .navbar-nav:not(.mini) .dropdown-menu li a:hover , .menu-bar-horizontal .navbar-nav:not(.mini) .dropdown-menu li a:hover {
    color: white;
    background-image: none !important;
    background-color: rgba(53, 126, 189, 0.77) !important;
}
#dropDownMenuHelper.scrollmenu li a:hover {
    color: white;
    background-image: none !important;
    background-color: rgba(53, 126, 189, 0.77) !important;
}

#dropDownMenuHelper > li > a > span.glyphicon {
    margin-right:5px;
}

.navbar-brand {
    color: #fff !important;
    font-size: 25px !important;
    margin-top:5px;
    overflow: hidden !important; 
}

.pagination {
    margin: 0 !important;
}

.glyphicon.top0 {
    top: 0 !important;
}
.clmscombobox-value-container input.form-control{
	padding-right:20px;
}

textarea {
	min-height: 30px;
}
textarea.form-control,
input.form-control {
    display: inline-block;
    padding:6px 8px;
}
.glyphicon-search + input.form-control{
    padding-right:25px;    
} 
.WebForms-PickList-Grid-Container input.hasDatepicker{
    height:25px;
    padding: 2px 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    width:100%;
}

.breadcrumb {
    margin-top: 10px;
    margin-bottom: 10px;
}

 .no-margin {
     margin: 0 !important;
 }

.no-radius {
    border-radius: 0px !important;
}

.modal-dialog {
    border-radius: 5px !important;
}

.form-control.mini {
    width: 50px !important;
}

.no-border {
   border: 0 !important;
} 

.same-height .form-control {
    height: 30px !important;
    display: inline-block;
    max-width: 300px !important;
}

.same-height select {
    padding: 4px;
}

.modal-body, .panel-body {
    overflow: auto;
}

.form-control.medium {
    width: 150px !important;
}

/* Bootstrap Navbar resizing bug fix */
@media (min-width: 768px) {
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}

.dropdown-submenu > a.submenu-expanded {
    background-color: #357ebd !important;
    color: white !important;
    background-image: none !important;
}

.dropdown-submenu > a.submenu-expanded:after {
    border-left-color: white !important;
}

.dropdown-submenu > .dropdown-menu.right {
    left: 100% !important;
    right: auto !important;
}

.dropdown-submenu > .dropdown-menu.left {
    right: 100% !important;
    left: auto !important;
}

.dropdown-submenu {
    position: relative;
}
    .dropdown-submenu > .dropdown-menu {
        top: 0;        
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 6px 6px 6px 6px;
        -moz-border-radius: 6px 6px 6px 6px;
        border-radius: 6px 6px 6px 6px;
    }
    
    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #000;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: white;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

#PopupMsgPlCon:not(.modal-progress),
.unauthorized-body,
.WebForms-Label,
.ListForm-List tbody tr td {
    -webkit-user-select: text;
    -moz-user-select: text;
    -khtml-user-select: text;
    user-select: text;
}

.modal-progress > .modal-footer > button {
    display: none;
}

.clear {
    clear: both;
}

input[type=checkbox] {
    display: none;
}

    input[type=checkbox] + label {
        height: 16px;
        width: 16px;
        display: inline-block;
        line-height: 17px;
        cursor: pointer;
        font-size: 17px;        
    }
.modal-export input[type=checkbox] + label{
    width:auto;
    font-size:14px;
}
.modal-export input[type=checkbox] {
    display:inline-block;
}
.visible-checkbox > input[type=checkbox] {
    display: inline-block;
}

.visible-checkbox > span.aligned >  input[type=checkbox] {
    display: inline-block;
    position: relative;
    top: 2px;
    left: 5px;
}

.WebForms-Grid-RowIndexHeader input[type=checkbox] + label {
        margin-left: 2px;
}

.WebForms-Grid input[type=checkbox] + label {
    margin-top: 3px;
}

.WebForms-PickList-Grid-Container input[type=checkbox] + label {
    margin-top: 0px;
}

[data-type='ResponsiveRowContainer'],
table {
    font-size: 12px;
}

[data-type='ResponsiveRow']:last-child > .form-group {
    margin-bottom: 8px;
}

[data-type='ResponsiveRow'] {
    font-size: 12px;
}

[data-type='ResponsiveRow'] .form-group {
    margin-bottom: 10px;
}

[data-type='ResponsiveRow'] > .form-group > [data-type='Label'] {
    position: relative;
    top: 7px;
}

*[readonly],
input[type="text"][readonly],
input[type="text"][readonly],
input[type="password"][readonly],
textarea[readonly],
select[readonly] {
    background-color: #eee;
    border: 1px solid #A8A8A8 !important;
}

*[readonly].form-control.highlight-danger{
        border: 1px solid #d9544f !important;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(217, 84, 79, 0.6) !important;
}

*[disabled] {
    filter: alpha(opacity=70);
    opacity: 0.7;
    cursor: not-allowed !important;
}

input[type="radio"][readonly] {
    pointer-events:none;
}
input[type="radio"][readonly] + label{
    pointer-events:none;
    cursor:not-allowed;
}
a[disabled="disabled"]{
  pointer-events:none;
}
panel-default[disabled="disabled"]{
  pointer-events:none;
}
li[disabled="disabled"]{
  pointer-events: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  pointer-events: auto!important;
  cursor:not-allowed;
}
.btn[disabled="disabled"]  * {
	cursor: not-allowed !important; 
}
/**************/

#SiteHeader {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1000;
    max-height: 50px;
}

    #SiteHeader > .navbar, .menu-bar-horizontal.navbar {
        border-radius: 0px;
    }
	
	#SiteHeader > .navbar > .navbar-header > .navbar-toggle,
    .menu-bar-horizontal.navbar > .navbar-header > .navbar-toggle {
        float: left;
        margin-left: 10px;
    }
#SiteHeader .navbar.navbar-inverse, .menu-bar-horizontal.navbar.navbar-inverse {
    min-height:62px;    
}
#PageTitleHeader {
    position: fixed;
    left: 0px;
    top: 62px;
    right: 0px;
    background-color: #3F69A8;
    z-index: 990;    
    color: #fff;
    text-align: center;
    min-height: 50px;
}

    #PageTitleHeader > .breadcrumb {           
        position: fixed;
        left: 0px;
        display: inline-block;   
        font-size: 12px; 
        background-color: transparent !important;     
        top: 52px;
        background-color: #3F69A8 !important;
        width: 100%;
        text-align: left;
        border-radius:0px;
        background-color: #3F69A8 !important;
        width: 100%;
        text-align: left;
        border-radius: 0px;
        border-bottom: 1px solid #33568B;
    }

    #PageTitleHeader > .breadcrumb > li {           
        color: #fff !important;
    }

    #PageTitleHeader > .breadcrumb > li > a{           
        color: #DDD !important;
    }

.site-header-toolbar {
    float: right;
    display: inline-block;
    position: fixed;
    top: 62px;
    right: 15px;
}

.WebForms-PageHeader {
    display: inline-block;
    line-height: 25px;
    margin-top: 10px;
    padding-top:5px;
	min-height: 30px;
}
.display-as-child .WebForms-PageHeader {
    padding-top:0px;
}
.popup .WebForms-PageHeader {
    margin-top: 5px;
}

    #SiteHeader #Logo {
        display: none;
        float: left;
        padding: 53px 0 0 10px;
        margin:5px 0px 5px 10px;
    }

    #SiteHeader #SiteTitle {
        font-weight: normal;
        padding: 0px 0 0 18px;
        color: #FFF;
        top: 0px;
        left: 0px;
        height: 35px;
        line-height: 35px;
        float: left;
    }

        #SiteHeader #SiteTitle a,
        #SiteHeader #SiteTitle a:hover,
        #SiteHeader #SiteTitle a:visited {
            cursor: pointer;
            color: #FFF;
            text-decoration: none;
            font-size: 24px;
            font-weight: bold;
        }
/* User Menu */
#usermenu {
    float: right;
    height: 40px;
    z-index: 301;
    margin-right: 5px;
}

    #usermenu #userlink {
        float: left;
        height: 40px;
        line-height: 40px;
    }

    #usermenu div.menu-container {
        float: right;
        position: static;
        left: auto;
        top: auto;
        width: auto;
        height: auto;
    }

    #usermenu ul.menu ul {
        z-index: 1000;
        position: absolute;
        left: auto !important;
        right: 0;
    }

        #usermenu ul.menu ul ul {
            z-index: 1000;
            left: auto;
            right: 250px;
        }


#userlink a,
#userlink a:visited {
    color: #fff;
    text-decoration: none;
}

/****************************/
.ReportViewer-Container {
    position: fixed;
    top: 135px;
    bottom: 23px;
    left: 0;
    right: 0;
}

.ReportViewer {
    display: table !important;
}

.centered-container {
    background-color: #eee;
    border: 1px solid #A8A8A8;
    border-radius: 10px;
    margin: 0 auto;
    min-height: 300px;
    padding: 20px;
    width: 700px;
}

    .centered-container h1 {
        margin-bottom: 20px;
        padding-bottom: 5px;
        background: url(images/WebForms/line-bg.png) repeat-x left bottom;
        text-align: left;
        color: #006E12;
        font-size: 22px;
        font-weight: normal;
    }

    .centered-container ol {
        font-size: 1.2em;
        padding: 20px 40px;
    }

.navbar-nav.scrollable > li {
    display: inline-block !important;    
    float: none !important;
}

.navbar-nav.scrollable {
    white-space: nowrap;
    overflow-x: hidden;    
    margin-left: 30px;
}

.menu-scroller {
    float: left;
}

.menu-scroller > span {
    color:white; 
    position: absolute !important; 
    top: 25px !important; 
    margin-left: 10px;
    opacity: 0.5;
    cursor: pointer;
    transition:all linear 0.5s;
}

    .menu-scroller:hover > span {
        opacity: 1;
    }

.navbar-nav.mini .dropdown-submenu > ul {
    margin-left: 20px;        
}

.navbar-nav.mini .dropdown-submenu > a.submenu-expanded {
    background-color: transparent !important;
    color: white !important;
    font-weight: bold;
    background-image: none !important;
}

.under-panel {
    text-align: center;
    margin-top: -25px;
}

@media (max-width:767px) {
    #SiteHeader {
        min-width:0px;
    }

    .navbar-collapse.in::-webkit-scrollbar{
        width:10px;
        background-color:#222;
    }

    .navbar-collapse::-webkit-scrollbar-thumb{
        background-color:#999;
        border:1px solid #333333;
    }

    .navbar-collapse::-webkit-scrollbar-thumb:hover{
        background-color:#A1A1A1;
        border:1px solid #333333;
    }

    .navbar-collapse::-webkit-scrollbar-thumb:active{
        background-color:#A1A1A1;
        border:1px solid #333333;
    } 
    .navbar-brand {
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: calc(100% - 100px);
    }
}
@media (max-width:500px) {
    .navbar-brand {
        font-size: 16px!important;
        font-weight: bold;
    }
}
@media (max-width:350px) {
    .navbar-brand {
        font-size: 13px!important;
        font-weight: bold;
    }
}
.deleterow-overlaywrapper {
    opacity:0;
}
.nav .open > .dropdown-menu.no-children {
	  max-height: calc(100vh - 120px);
	  overflow: auto;
  }
.nav .open > .dropdown-menu {
  
  animation-name: slidenavAnimation;
  animation-duration:.15s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;

  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration:.15s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;

  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration:.15s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-in;
  -moz-animation-fill-mode: forwards;
}
.nav .open > .dropdown-menu .dropdown-submenu .dropdown-menu {
  animation-name: slidenavAnimation;
  animation-duration:.15s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;

  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration:.15s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;

  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration:.15s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-in;
  -moz-animation-fill-mode: forwards;
}
.dropdown-menu.scrollmenu /*> li*/{
  z-index:10000;
  animation-name: slidenavAnimation;
  animation-duration:.15s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;

  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration:.15s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;

  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration:.15s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-in;
  -moz-animation-fill-mode: forwards;
}
.submenu-expanded + ul li
{
 
  z-index:10000;
  animation-name: slidenavAnimation;
  animation-duration:.15s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;

  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration:.15s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;

  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration:.15s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-in;
  -moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.error-page {
    width:850px;
    margin:10px auto;
}
.error-page .panel-heading small{
    color:#fff;
}
.error-page .panel-body {
    color:#555;
    padding-left:20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.error-page .panel-body ol{
    padding-left:25px;
    padding-top:15px;
}
.unauthorized-body.panel-body ol{
    padding-left:25px;
    padding-top:15px;
}
.btn-primary:focus {
    -webkit-box-shadow: 0 0 1px 2px rgba(88, 144, 255, .75), 0 1px 1px rgba(0, 0, 0, .15);
    outline: none!important;
    background-color: #4e69a2!important;
    border-color: #3276b1!important;
    background-color: #3276b1!important;
    outline: 0px!important;
}
.table-with-no-padding .WebForms-Button-Container .btn-primary{
    margin-top: 4px!important;
}
.modal-footer {
    margin-top:10px;
    text-align: center !important;
}
.modal-footer .btn {
    width: 120px;
}

.modal-footer .btn.long {
    width: 180px;
}

.modal-body {
    margin-top:10px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 1!important;
}
#modalReportIssueDialog .form-horizontal .control-label {
    text-align:left;
}
#modalReportIssueDialog div#inner-editor {
    width:0px;
}
.secureConnectionType input,.secureConnectionType label{
    margin-right:8px;
    margin-left:4px;
}

/* CLMS POP UP */
.information-pop-up {
    display: none;
}

.clms-pop-up-overlay {
    width: 100%;
    height: 100%;
    display: none;
    background-color: black;
    opacity: 0.40;
    position: fixed;
    top: 0px;
    z-index: 9998;
}

.clms-pop-up {
    display: none;
    z-index: 9999;
    position: absolute;
    top: 20px;
    bottom: 40px;
    left: 20px;
    right: 20px;
    background-color: white;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: rgba(108, 108, 108, 0.5) 2px 2px 2px 2px;
}

    .clms-pop-up > .clms-pop-up-header {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        height: 40px;
        text-align: center;
        background-color: #3F69A8;
    }

    .clms-pop-up > .clms-pop-up-header.align-left {
        text-align: left;
        padding-left: 20px;
    }

    .clms-pop-up > .clms-pop-up-header > .clms-pop-up-maximize-btn,
    .clms-pop-up > .clms-pop-up-header > .clms-pop-up-restore-btn,
    .clms-pop-up > .clms-pop-up-header > .clms-pop-up-close-btn {
        float: right;
        position: relative;        
        right: 8px;
        color: white;
        cursor: pointer;
        opacity: 0.8;
        font-size: 20px;            
        top: 10px;
    }

    .clms-pop-up > .clms-pop-up-header > .clms-pop-up-maximize-btn:hover,
    .clms-pop-up > .clms-pop-up-header > .clms-pop-up-restore-btn:hover,
    .clms-pop-up > .clms-pop-up-header > .clms-pop-up-close-btn:hover {        
        opacity: 1;
    }

    .clms-pop-up > .clms-pop-up-header > .clms-pop-up-title {
        font-size: 20px;
        color: white;
        position: relative;
        top: 7px;
    }

.clms-pop-up > .clms-pop-up-contents {
    height: calc(100% - 40px);
}

.clms-pop-up > .clms-pop-up-contents > .clms-pop-up-html-contents,
.clms-pop-up > .clms-pop-up-contents > .clms-pop-up-iframe {
    height: calc(100% - 5px);
    width: 100%;
    border: none;
}

[data-type="Button"] [data-type="Label"] {
    cursor:pointer;
}

/* Ticker Control CSS */

.ticker .badge.has-new {
	transition: background-color 0.8s linear;
}

.ticker .badge.has-new {
	background-color: #DD0707;
}

.ticker-visible-area {
    cursor: pointer;
	display: inline-block;
	padding: 4px;
}

.ticker .ticker-message-area {
    width: 350px;
    height: 200px;
    position: absolute;
    z-index: 200;
	transition: visibility 0.5s linear,opacity 0.5s linear;
	opacity: 0;
    visibility:hidden;
    box-shadow: 1px 1px 10px #CFCFCF;
}

.ticker .ticker-clear-all {
	position: absolute;
	bottom: 5px;
	right: 20px;
}

.ticker-body-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
}

.ticker-header, .ticker-footer {
	min-height: 20px;
}

/* Loading Pop Up Specific */

.clms-pop-up.loading-pop-up {
    position: fixed;
	z-index: 10000;
}

.clms-pop-up .loading-pop-up-header {        
    line-height: 40px;
    padding-left: 20px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.40);
}

.clms-pop-up .loading-pop-up-body {
    line-height: 120px;
    padding-left: 20px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.40);
}

.clms-pop-up-iframe-loading {
    position: relative;
    top: 45%;
    text-align: center;
}

.clms-pop-up .loading-pop-up-body .loading-message, .clms-pop-up-iframe-loading .loading-message {    
    margin-left: 10px;
    font-size: 13px;
}

.loading-pop-up .loading-image, .clms-pop-up-iframe-loading .loading-image {
    background: url(images/Dialogs/ajax-loader.gif);
    height: 32px;
    width: 32px;
    display: inline-block;
    position: relative;
    top: 10px;
}

.rdl-container {
	width: 100%;
}

.ActionButtonsContainer {
	position: fixed;
	bottom: 21px;
	transition: all ease 0.5s;
}

.ActionButtonsContainer-to-bottom {	
	bottom: -8px !important;
}

.ActionButtonsOfWebForm {
	background-color: white;
	border: 2px solid #428bca;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #428bca;
	padding: 4px;
	border-radius: 4px;
}

.ActionButtonsContainer > .ActionButtonsOfWebForm.form-group {
	padding: 10px;
}

.navbar-toggle {
    margin-top: 13px !important;
}

.header-up {
    transition: all ease 0.5s;
    top: -65px!important;
}

.header-down {
    transition: all ease 0.5s;
}

.footer-up {
	transition: all ease 0.5s;    
}

.footer-down {
	transition: all ease 0.5s;
    bottom: -65px !important;
}

#timerCountDown{
    margin-left: 10px;
    color: orangered;
}