/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
}

h2 {
color: #3498db;
}

textarea {
    resize: vertical;
    min-height: 155px;
}
/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}


.right {
  float:right;
}

.noPad {
  padding:0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}


@media (max-width: 906px) {
.quickLinks {
  display:none !important;
}
}

@media (min-width: 240px) { /* reduced size of media query to accomodate mobile phones for Cote was 768 */
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a {
color: #333;
background-color: #fff;
border-left: 8px solid #3498db;
}


/*
 * Main content
 */

body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}

.main {
  padding: 30px;
}



/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}


/*
 *Navigation Styles
 */

 .navbar-inverse {
background-color: #3498db;
border-color: #3498db;
}

.navbar-inverse .navbar-brand {
color: #fff;
font-size: 12px;
}

.navbar-inverse .navbar-nav>li>a {
color: #fff;
font-size: 12px;
}

.nav-sidebar > li > a {
padding-right: 20px;
padding-left: 20px;
color: #333;
font-size:12px;
}

.nav-sidebar > li > a {
padding-right: 20px;
padding-left: 30px;
padding-top: 20px;
padding-bottom: 20px;
color: #333;
font-size: 12px;
}

.page-header {
color: #3498db;
border: none;
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 30px;
}

.table>tbody>tr>td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: none;
}

.table>thead>tr>th {
vertical-align: bottom;
border-bottom: none;
}

th {
font-size: 12px;
font-weight: normal;
}

.fa {
margin-right: 20px;
}

.nav-sidebar li {
border-top: 1px solid #dadedf;
}

.sidebar {
background-color: #f4f4f4;
border-right: 1px solid #dadedf;
}






.circle
    {
display: block;
float: left;
padding: 19.5%;
width: auto;
height: auto;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
background: #0d8fdb;
text-align: center;
margin: 0 auto;
font-size: 205%;
color: white;
    }

.circle2
    {
display: block;
float: left;
padding: 19.5%;
width: auto;
height: auto;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
background: #0d8fdb;
text-align: center;
margin: 0 auto;
font-size: 205%;
color: white;
    }

    ul.showHide {
background: white;
padding-left: 0px;
}
.showHide li {
width: 100%;
color: #333;
font-size: 12px;
list-style-type: none;
display:block;
}
.showHide li a {
padding-right: 20px;
padding-left: 30px;
padding-top: 20px;
padding-bottom: 20px;
color: #333;
font-size: 12px;
border-left: 8px solid #3498db;
display:block;
text-decoration:none;
}
.showHide li a:hover {
padding-right: 20px;
padding-left: 30px;
padding-top: 20px;
padding-bottom: 20px;
color: #333;
font-size: 12px;
border-left: 8px solid #FDB45C;
display:block;
}

.form-search {
margin-bottom: 20px;
}

.input-group .form-control {
border: none;
color: #a9a9b1;
}
.btn-default {
color: #888888;
background-color: #fff;
margin-top: 2px;
border:none;
}

.clr {
clear:both;
}

h4 {
text-align: left;
padding: 0 16%;
}

/*
* Twitter feed customisation
*/

.user {
display:none;
}
p.timePosted {
display:none;
}
#twitter ul {
padding:0;
margin-top:34px;
}
#twitter ul li {
list-style-type:none;
border-bottom: 1px solid #e9e9e9;
margin-bottom: 10px;
padding-bottom: 5px;
}

p.interact a {
padding-right: 20px;
}

.twitter_reply_icon, .twitter_retweet_icon, .twitter_fav_icon {
display:none;
}

.canvas {
width:25%;
float:left;
}
.canvas1 {
width:75%;
float:left;
}

h3 {color: #FDB45C;
}

.panel-group .panel {
margin-bottom: 14px;
border-radius: 4px;
overflow: hidden;
border: 1px solid #FDB45C;
}

.panel-default>.panel-heading {
color: #333;
background-color: #FFEDD7;
}

.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}

.navbar-inverse .navbar-toggle {
    border: none;
}

.navbar-toggle:hover {
  color: #fff;
  background-color: #54a6dd !important;
}



#liveAdv {
background: #F7464A;
color:#fff;
}

#cand {
background: #46BFBD;
color:#fff;
}

#newAdvertsValue{
background: #FDB45C;
color:#fff;
}

#captured{
background: #d35400;
color:#fff;
}

#complete {
background: #4D5360;
color:#fff;
}

.rectangle h2 {
color: rgba(255, 255, 255, 0.7);
text-transform: uppercase;
font-size: 24px;
padding:40px 0;
}

.widgetCount {
font-size:65px;
color: #fff
}

a.widgetLink, a.widgetLink:hover, a.widgetLink:visited {
color: #fff
}

.form-horizontal .form-group {
margin-right: -15px;
margin-left: 0px !important;
}

.panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: none;
box-shadow: none;
}


#faq .panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 14px;
color: inherit;
padding:0;
}



@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}

.rectangle h2 {
color: rgba(255, 255, 255, 0.7);
text-transform: uppercase;
font-size: 14px;
padding: 20px 0;
}

.secondary{
  padding: 0 30px 30px 30px;
}
@media (max-width: 1024px) {
  .secondary {
    padding-right: 40px;
    padding-left: 40px;
  }
  .widgetCount {
font-size: 37px;
color: #fff;
}
.rectangle h2 {
color: rgba(255, 255, 255, 0.7);
text-transform: uppercase;
font-size: 14px;
padding: 20px 0;
}
}

label {
font-weight: normal;
}



.cbp-spmenu-left {
    left: -16.66666667%;
}



.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
}

.cbp-spmenu-push {
    /*overflow-x: hidden; experimental change to allow to be wide*/
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    left: -16.66666667%;
}

#showLeftPush {
color:white;
float:left;
}

#showLeftPush .fa{
padding: 11px 0;
}


.navbar-brand {
float:left;
}

.sidebar {
padding-top:70px;
}

#advancedSearch {
display:none;
padding-top: 10px;
}

.btn {
background: #FDB45C;
color: #fff;
}

.btn:hover {
color:#fff !important;
background: #f4a03f;
}

.action-btns .btn,
.mr-4 {
    margin-right: 4px;
}

#advBtn {
float: right;
margin-top: 10px;
}

#srch {
border: none;
}

#srch:hover {
border:none;
background:none;
}
#twitter {
word-break:break-all;
}

.btn-primary {
border:none;
}

.clear {
clear:both;
}

.newBackend {
width: 100% !important;
background: white  !important;
opacity: 1  !important;
padding-left: 30px  !important;
height:100%  !important;
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
.cbp-spmenu-vertical {
	width: 25% !important;
	height: 100% !important;
	top: 0 !important;
	z-index: 1000 !important;
}

.cbp-spmenu-horizontal {
	width: 100% !important;
	height: 150px !important;
	left: 0 !important;
	z-index: 1000 !important;
	overflow: hidden !important;
}


/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -25% !important;
}



.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px !important;
}

.cbp-spmenu-push {
	overflow-x: hidden !important;
	position: relative !important;
	left: 0 !important;
}

.cbp-spmenu-push-toright {
	left: 25% !important;
}

h1 {
font-size:28px;
}

.checkbox-inline {
font-size:12px;
}

}

h4 {
  padding: 0
}


.pbApplicationSourceBox {
position: absolute;
z-index: 999;
left: 0;
top: 0;
width: 850px;
font-size: 10pt;
margin-left: 50px;
background: #7A7C7E;
display: none;
padding-top: 5px;
color: white;
text-align: left;
background-image: url(/pb3/js/new/images/widget-header-back.gif);
background-repeat: repeat-x;
border-bottom: 2pt #484848 solid;
border-left: 2pt #484848 solid;
border-right: 2pt #484848 solid;
border-top: 2pt #484848 solid;
}

.pbApplicationSourceBox select,.pbApplicationSourceBox input[type=text] {
  color: #333;
}

.pbApplicationSourceBoxContentsIframe {
width: 830px;
height: 400px;
overflow: auto;
overflow-x: hidden;
}

.pbApplicationSourceBoxContents {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
height: 400px;
overflow-y: auto;
overflow-x: hidden;
}

.pbApplicationSourceBoxClose {
background-image: url('/pb3/images/spider_close.gif');
background-repeat: no-repeat;
float: right;
height: 35px;
width: 35px;
margin-top: -5px;
cursor: pointer;
}

.pbApplicationSourceBoxHeadline {
float: left;
font-weight: bold;
margin-left: 5px;
padding-top: 5px;
background-repeat: no-repeat;
padding-left: 5px;
}

.pbApplicationSourceBoxPannel {
color: black;
position: relative;
background: transparent url('/pb3/images/bbc_gradient_bg.gif') repeat-x;
border-bottom: 1px solid #FFFFFF;
clear: both;
height: 32px;
padding: 8px 14px 0;
position: relative;
text-align: right;
z-index: 95;
margin-top: 10px;
}

.pbApplicationSourceBoxPannel div {
cursor: pointer;
font-weight: 700;
background-repeat: no-repeat;
background-position: 0 50%;
color: #494949;
cursor: pointer;
padding-left: 30px;
padding-top: 5px;
text-align: left;
height: 24px;
}

.pbApplicationSourceClose {
float: right;
margin-left: 20px;
background: transparent url('/pb3/images/tick24.gif');
}

element.style {
}
.pbApplicationSourceBoxPannel div {
cursor: pointer;
font-weight: 700;
background-repeat: no-repeat;
background-position: 0 50%;
color: #494949;
cursor: pointer;
padding-left: 30px;
padding-top: 5px;
text-align: left;
height: 24px;
}
.pbApplicationSourceEdit {
float: left;
margin-right: 20px;
background: transparent url('/pb3/images/edit24.gif');
}


@media (min-width: 1025px) {
  #goButton {
    margin-top:25px;
  }
}

.previousButton, .pageButton, .nextButton, .lastButton{
padding: 5px 10px;
background: #FDB45C;
color: white;
border: 1px solid #fff;
}

.firstButton{
padding: 5px;
background: #FDB45C;
color: white;
}

.previousButton:hover, .pageButton:hover, .nextButton:hover, .lastButton:hover, .firstButton:hover {
  background:#fff;
  color:#FDB45C;
  border: 1px solid #FDB45C;
  text-decoration:none;
}

.activeButton {
  background:#fff;
  color:#FDB45C;
  border: 1px solid #FDB45C;
  text-decoration:none;
  padding:5px 10px;
}

.table-striped2>tbody>tr:nth-child(4n-3)>td, .table-striped2>tbody>tr:nth-child(4n-3)>th {
background-color: #f9f9f9;
}

p.tweet img {
  display:none;
}

.quickLinks {
  background: #4aa6e2;
  margin-right:1px;
}

.quickLinks:hover {
  background: #7CBDE8;
}

/*
 * Reports
 */

 #list ul {
  padding:0;
 }

 #toggleMe {
  float:right;
 }

 #list ul li{
padding: 12px;
float: left;
border-right: 1px solid white;
background: #F7464A;
list-style-type: none;
 }

 #list ul li a{
  color:white;
 }

 .smallCircle {
  width:20px;
  height:20px;
  border-radius:50%;
 }

 .ajaxbriefinfo b {
  color:#FDB45C;
  margin-bottom:5px;
 }


/*Ad Template Tweeks - Generic*/

.fa-plus-square-o {
  margin-right: 0;
  padding-top: 12px;
  margin-left: 10px;
}

/*End Ad Template Tweeks - Generic*/

/*Response Manager Tweeks - Generic*/

.rm-table th {
  background: rgb(52, 152, 219) !important;
  color:white;
}

.rm-table th a{
  color:white;
}

.rm-table th a:hover{
  text-decoration:underline;
}

.rm-table .fa-2x {
  font-size: 16px !important;
}

/*Response Manager Tweeks - Generic*/

#adNumber {
  font-size: 26px;
  padding-left: 10px;
  color: rgb(253, 180, 92);
}

.inputWidth {
  max-width:400px;
}

label {
  font-weight:bold;
  color:gray;
}

/* Old Reports */

#reportListData ul {
  padding:0;
  margin-bottom:20px;
}
#reportListData ul li{
  list-style-type: none;
  padding: 20px;
  float: left;
  background: #F7464A;
  margin: 2px;
  color: white;
  cursor: pointer;
}

#reportListData ul li:hover{
  background: #F77A7D;
}

.reportHelpBox {
  height:150px;

}


/* Reports Date Picker 8/

/*SilverLight skin. default*/
/* Appearance calendar standart view */
.dhtmlxcalendar{
  background: url(imgs/cal_bg_single.gif) no-repeat;
  border: 0px solid green;
  font-family: Arial;
  z-index: 99;
  height: 180px;
  width: 180px;
  padding: 16px;
}
/* Style for iframe (must have same values as real dimensions of calendar) */
.dhtmlxcalendar_ifr,
.dhtmlxcalendar_mini_ifr,
.dhtmlxcalendar_maxi_ifr,
.dhtmlxcalendar_long_ifr {
  height:173px;
  width:178px;
}

.dhtmlxcalendar_maxi_ifr {
  height: 176px;
}
/* Appearance for calendar with time */
.dhtmlxcalendar_long {
  background: url(imgs/cal_bg_single_long.gif) no-repeat;
  height: 190px;
}
.dhtmlxcalendar_long_ifr{
  height: 190px;
}
/* Appearance minimized maximized */
.dhtmlxcalendar_mini{
  background: url(imgs/cal_bg_single_mini.gif) no-repeat;
  height:25px;
  width:146px;
}
.dhtmlxcalendar_mini_ifr{
  height: 25px;
}
/* Appearance header of calendar in minimized view */
.dhtmlxcalendar_mini .winHeader{
  margin-top:0px;
  -moz-user-select:none;
}
/* Appearance header of calendar in standard view */
.dhtmlxcalendar .winHeader {
  height: 13px;
  width:146px;
  -moz-user-select:none;
  border: 0;
  margin-top:-11px;
  margin-bottom: 12px;
}
/* Appearance header title */
.dhtmlxcalendar .winTitle {
  color:black;
  font-size:11px;
  float:left;
  cursor: move;
  width: 100px;
}
/* Common appearance headers buttons */
.dhtmlxcalendar .btn_maxi,
.dhtmlxcalendar .btn_mini,
.dhtmlxcalendar .btn_close,
.dhtmlxcalendar .btn_today,
.dhtmlxcalendar .btn_clear {
  background: url(imgs/btns.gif);
  float:right;
  height:12px;
  width:12px;
  margin-left: 1px;
  font-size: 0;
}
/* Button close*/
.dhtmlxcalendar .btn_close {
  background-position: 0 0;
}
/* Button today */
.dhtmlxcalendar .btn_today {
  background-position: -12px 0;
}
/* Button clear */
.dhtmlxcalendar .btn_clear {
  background-position: -24px 0;
}
/* Button mini in minimized view */
.dhtmlxcalendar .btn_maxi {
  background-position: -36px 0;
}
/* Button mini */
.dhtmlxcalendar .btn_mini {
  background-position: -48px 0;
}
/* Calendar body */
.dhtmlxcalendar .entbox{
  width:145px;
  clear:both;
}
/* Common style for each cell of calendar */
.dhtmlxcalendar td {
  font-size: 10px;
  font-family: Tahoma;
  text-align:center;
}

/* Month left button */
.dhtmlxcalendar .dxcalmonth td.month_btn_left,
.dhtmlxcalendar .dxcalmonth td.month_btn_right {
  background: url(imgs/btns.gif) no-repeat;
  background-position:-60px;
  width:8px;
}
/* Month right button */
.dhtmlxcalendar .dxcalmonth td.month_btn_right {
  background-position:-68px;
}

.dhtmlxcalendar .dxcalmonth td.month_btn_left span,
.dhtmlxcalendar .dxcalmonth td.month_btn_right span{
  visibility: hidden;
}

.dhtmlxcalendar .dxcalmonth table {
  margin: auto;
}
/* Appearance months shorts labels */
.dhtmlxcalendar .dxcaldlabel {
  border-bottom: 1px solid #7e7e7e;
  color:#7e7e7e;
  border-top: 0px;
  padding-left:2px;

}
/* Common styles for months and days labels */
.dhtmlxcalendar .dxcaldlabel td,
.dhtmlxcalendar .dxcaldays td,
.dhtmlxcalendar .dxcaldays_ie td{
  font-size: 10px;
  font-family: Tahoma;
  text-align: center;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  color: #7e7e7e;
}

/* Appearance days */
.dhtmlxcalendar .dxcaldays td,
.dhtmlxcalendar .dxcaldays_ie td{
  border: 0px;
  cursor: pointer;
}
/* Appearance days for IE */
.dhtmlxcalendar .dxcaldays_ie td{
  height:16px;
}
/* Comma between month and year */
.dhtmlxcalendar td.comma{
  visibility:visible;
}
/* Common style for month and year labels */
.dhtmlxcalendar div.planeMonth,
.dhtmlxcalendar div.planeYear {
  height: auto;
  overflow: hidden;
}
/* Appearance year */
div.dhtmlxcalendar div.planeYear{
  display:inline;
  width:28px;
}

/* begin: days colors */
/* Days of this month */
.dhtmlxcalendar td.thismonth{
  color:black;
  padding:1px;
}
/* Days of other months */
.dhtmlxcalendar td.othermonth{
  visibility:hidden;

}
/* Weekend */
.dhtmlxcalendar td.weekend{
  color:#a70000;
  padding:1px;
}
/* Insensitive days*/
.dhtmlxcalendar td.insensitive{
  color:#b5b5b5;
  cursor: default;
  padding:1px;
}
/* Selected day */
.dhtmlxcalendar td.selected{
  background-color: #36b1df;
  color:white !important;
}
/* Current day */
.dhtmlxcalendar td.current{
  font-weight:bold  !important;
  color:black;
}
/* Hovered day */
.dhtmlxcalendar td.hover{
  border:1px solid #b5b5b5;
  color: #000000;
  padding:0px;
}
/* Holidays */
.dhtmlxcalendar td.holiday{
  font-weight:bold;
  color:#a70000;
}

/* end: silverlight */

/* begin: dhtmlxDblCalendarObject */
.dhtmlxdblcalendar {
  background: url(imgs/cal_bg_double.gif) no-repeat;
  z-index:100;
  padding: 0px;
}
.dhtmlxdblcalendar .dhtmlxcalendar {
  background-image: url(imgs/blank.gif);
}
/* end: dhtmlxDblCalendarObject */

/* begin: dhtmlxRichSelector */
.dhtmlxcalendar div.dhtmlxRichSelector {
  position: relative;
  background-color:#ffffff;
  display: block;
  width: 1px;
  height: 1px;
}
.dhtmlxcalendar textarea.dhtmlxRichSelector,
.dhtmlxcalendar select.dhtmlxRichSelector {
  font-family: Tahoma;
  position: absolute;
  font-size: 10px;
  overflow: hidden;
  border-width: 0px;
  z-index:100;
  left: 0px;
  top: 0px;
}
.dhtmlxcalendar select.dhtmlxRichSelector {
  border: 1px solid #555555;
}
/* end: dhtmlxRichSelector */

.dhtmlxcalendar_yahoolike {
  background: url(../imgs/__dhxCal_skin_Yahoolike/cal_bg_single.gif) no-repeat;
  border: 1px solid gray;
  font-family: Arial, Helvetica, sans-serif;
  font-size:small;
  background-color: #f7f9fb;
  width:178px;
  height:166px;
  padding:5px;
  z-index:99;
}

.dhtmlxcalendar_yahoolike_mini {
  background-color: #f7f9fb;
  height:13px;
}

.dhtmlxcalendar_yahoolike_maxi {
  height:178px;
}

.dhtmlxcalendar_yahoolike_ifr,
.dhtmlxcalendar_yahoolike_mini_ifr,
.dhtmlxcalendar_yahoolike_maxi_ifr {
  height:184px;
  width:188px
}

.dhtmlxcalendar_yahoolike_maxi_ifr {
  height:195px;
}

.dhtmlxcalendar_yahoolike_mini_ifr {
  height:26px;
}

.dhtmlxcalendar_yahoolike_mini .winHeader{
  -moz-user-select: none;
}

.dhtmlxcalendar_yahoolike .winHeader {
  height: 16px;

  margin-bottom: 3px;
  width:178px;
  -moz-user-select:none;
}

.dhtmlxcalendar_yahoolike .winTitle {
  color:#575757;
  font-size:12px;
  float:left;
  cursor: move;
  width: 100px;
  margin-top: -1px;
  overflow: hidden;
}

.dhtmlxcalendar_yahoolike .btn_mini,
.dhtmlxcalendar_yahoolike .btn_maxi,
.dhtmlxcalendar_yahoolike .btn_close,
.dhtmlxcalendar_yahoolike .btn_today,
.dhtmlxcalendar_yahoolike .btn_clear {
  background: url(../imgs/__dhxCal_skin_Yahoolike/btns.gif) no-repeat;
  float:right;
  height:12px;
  width:12px;
  margin-left: 1px;
}

.dhtmlxcalendar_yahoolike .btn_close {
    background-position: 0 0;
}

.dhtmlxcalendar_yahoolike .btn_today {
    background-position: -12px 0;
}

.dhtmlxcalendar_yahoolike .btn_clear {
    background-position: -24px 0;
}
.dhtmlxcalendar_yahoolike .btn_maxi {
    background-position: -36px 0;
}

.dhtmlxcalendar_yahoolike .btn_mini {
    background-position: -48px 0;
}
.dhtmlxcalendar_yahoolike .entbox{
  margin:3px 3px 3px 3px;
  width:172px;
}

.dhtmlxcalendar_yahoolike td {
  font-size: 9px;
  font-family: Arial, Helvetica, sans-serif;
}

.dhtmlxcalendar_yahoolike .dxcalmonth {
  background-color: #f7f9fb;
  border: 0px solid #e0e0e0;
  height: 16px;
}

.dhtmlxcalendar_yahoolike .dxcalmonth td.month_btn_left,
.dhtmlxcalendar_yahoolike .dxcalmonth td.month_btn_right {
  background: url(../imgs/__dhxCal_skin_Yahoolike/btns.gif) no-repeat;
  background-position: -60px 0;
  width: 9px;
}
.dhtmlxcalendar_yahoolike .dxcalmonth td.month_btn_right {
  background-position: -69px 0;
}

.dhtmlxcalendar_yahoolike .dxcaldlabel {
  border-width: 0px;
}
.dhtmlxcalendar_yahoolike .dxcaldlabel td,
.dhtmlxcalendar_yahoolike .dxcaldays td,
.dhtmlxcalendar_yahoolike .dxcaldays_ie td{
  font-size: 10pt;
  text-align: left;
  vertical-align: middle;
  width: 20px;
  height: 17px;
  color: #666;
  padding: 1px;
}
.dhtmlxcalendar_yahoolike .dxcaldays_ie td{
  height: 18px;
}
.dhtmlxcalendar_yahoolike .dxcaldays td,
.dhtmlxcalendar_yahoolike .dxcaldays_ie td{
  border: 1px solid #e0e0e0;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}


.dhtmlxcalendar_yahoolike td.comma{
  visibility:hidden;
}

.dhtmlxcalendar_yahoolike .dxcalmonth table {
  margin: auto;
}

.dhtmlxcalendar_yahoolike div.planeMonth,
.dhtmlxcalendar_yahoolike div.planeYear {
  height: auto;
  overflow: auto;
  font-size:12px;
  font-weight: bold;
}
/* begin: days colors */
.dhtmlxcalendar_yahoolike td.thismonth{
  color:#003db8;
}

.dhtmlxcalendar_yahoolike td.othermonth{
  color:#999;
  background-color:#eee;
  visibility: visible;
}

.dhtmlxcalendar_yahoolike td.weekend{
  color:#003db8;
}

.dhtmlxcalendar_yahoolike td.insensitive{
  color:#ccc;
  font-style:italic;
  cursor: default;
}

.dhtmlxcalendar_yahoolike td.selected{
  border:1px solid white;
  background-color: lightblue;
  color: #ffffff;
}


.dhtmlxcalendar_yahoolike td.current{
  color: #00c;
  font-weight:bold !important;
}

.dhtmlxcalendar_yahoolike td.hover{
  border:1px solid #426FD9;
  background-color: #426FD9;
  color: white;
}

.dhtmlxcalendar_yahoolike td.holiday{
  font-weight:bold;
  color:#00c;
  text-decoration:underline;
}

/* end: days colors */

/* begin: dhtmlxRichSelector */
.dhtmlxcalendar_yahoolike div.dhtmlxRichSelector {
  position: relative;
  background-color:#ffffff;
  display: block;
  width: 1px;
  height: 1px;
}

.dhtmlxcalendar_yahoolike textarea.dhtmlxRichSelector,
.dhtmlxcalendar_yahoolike select.dhtmlxRichSelector {
  position: absolute;
  font-family: Arial;
  font-size: 10pt;
  overflow: hidden;
  border-width: 0px;
  z-index:100;
  left: 0px;
  top: 0px;
}

.dhtmlxcalendar_yahoolike select.dhtmlxRichSelector {
  border: 1px solid #7b9ebd;
}
/* end: dhtmlxRichSelector */

/* re-style features from old style */

.img_lib {
  background:#fff url("/pb3/js/new/images/img_lib_back.gif") no-repeat center center;
  border: 1px dotted #999999;
}

.WarningNormal {
  COLOR: #E21414;
  font-weight: regular;
}
.WarningNormalBold {
  COLOR: #E21414;
	FONT-WEIGHT: bold
}

.add_links {
  float:right;
}


input.buttn {
    background: #FDB45C;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/* Dashboard boxes */
.dash-box-1 {
  background-color: #25a2d5;
}

.dash-box-2 {
  background-color: #407dc6;
}

.dash-box-3 {
  background-color: #4a5bb9;
}

.dash-box-4 {
  background-color: #3d499f;
}

.dash-box-5 {
  background-color: #0f81c2;
}

.dash-box-6 {
  background-color: #2058ae;
}

.dash-box-7 {
  background-color: #28369d;
}

.dash-box-8 {
  background-color: #1e277d;
}

.dash-box-9 {
  background-color: #0c6598;
}

.dash-box-10 {
  background-color: #194588;
}

.dash-box-11 {
  background-color: #1f2a7b;
}

.dash-box-12 {
  background-color: #181f62;
}
.vis-col-1 input[type=checkbox] {
  margin-right: 1rem;
}

#VISENT_TPL {
  display:none;
}

#Visibility td[class*="-col-3"] {
    padding-bottom: 1rem;
}
