/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    background-color: #000080;
    padding: 5px 10px;
    color: white;
}

/* Footer in de admin pages */
.footer{
    background: #d2dfe8;
}

.LoginPanel .dnnSecondaryAction {
    background: #1c3b71;
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 20px;
    transition: all ease-in 200ms;
}

.LoginPanel .dnnPrimaryAction {
    background: #1c3b71;
    box-shadow: none;
    outline: none;
    border: 1px solid;
    border-radius: 20px;
    transition: all ease-in 200ms;
}

.ndLogin .dnnLoginService input {
    width: 250px;
}

#dnn_ctr7915_Login_Login_DNN_cmdCancel{
    display: none;
}

.lim .basket_confirm button {
    display: inline-block !important;
}

/*dnn fix: added in an update.*/

.fu-container.ui-dialog-content.ui-widget-content, .ui-dialog-content.ui-widget-content{
    height: 100% !important;
}

.ndLogin {
    width: 280px!important;
}

@media only screen and (max-height: 800px)
.ndLogin {
    width: 280px !important;
}

.LoginPanel .dnnSecondaryAction {
    box-shadow: 5px 10px solid;
    outline: none;
    border: 1px solid;
    border-radius: 20px;
    transition: all ease-in 200ms;
}

.LoginPanel .dnnPrimaryAction {
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 20px;
    transition: all ease-in 200ms;
}

.ndLogin .dnnLoginService input {
    width: 250px;
}

.ndLogin .dnnFormItem:nth-child(4) {
    margin-top: 0 !important;
}

.hiddentable td{
    color: black;
    font-size: 12px;
}

.hiddentable td input{
    margin: 10px !important;
}

.hidden { display: none !important; }

.ndFm input{
  	border: thin solid rgba(0, 0, 0, 0.05);
  	padding: 5px;
}

.CommandButton, .CommandButton a{
  	color: white !important;
}

.ndLogin :nth-child(5).dnnFormItem{
    margin-top: -95px !important;
}

.sidebar ul li ul li a {
	height: auto !important;
}

p.info{
    margin: 0 !important; padding: 0;
}

.content ul{
    margin: 0 !important;
}

.dnnFormMessage.dnnFormSuccess{
    display: block !important;
}

a.lim_a{
    color: white !important;
}

#dnn_ctr7915_Login_Login_DNN_cmdCancel{
    display: none;

}

.lim .basket_confirm button {
  display: inline-block !important;
}
/*dnn fix: added in an update.*/


.fu-container.ui-dialog-content.ui-widget-content, .ui-dialog-content.ui-widget-content{
    height: 100% !important;
}

.ndLogin {
  width: 280px!important;
}

@media only screen and (max-height: 800px)
.ndLogin {
  width: 280px !important;
}
}

.dnn_contentPane h2 {
  color: black !important;
  background-color: #5c7b86 !important;
}

.contheader h2 {
  background-color: #d2dfe8 !important;
  color: #5c7b86 !important;
}

.basketconfirm_confirm {
    font-size: 12px !important;
    padding-right: 10px !important;
    background-color: rgb(0, 151, 176) !important;
  border: 0;
  padding: 10px 15px !important;
  color: white;
  border-radius: 10px;
}

.basketconfirm_confirmmessage {
  background-color: rgba(0, 255, 0, 0.3) !important;
  color: #006400 !important;
  border: 1px solid #006400 !important;
  padding: 15px !important;
  margin-bottom: 10px !important;
}

.basketconfirm_deelnemers {
  margin-top: 15px !important;
}

.lim .basket_block_container{
  font-size: 12px !important;
  line-height: 14px; 
}

.lim .basket_opleiding_naam{
  margin-top: 5px;
}

.content .item{
  width: 100%;
}

.content .item.head {

}

.basketconfirm_confirm{
  border-radius: 0;
}

.raDiv, .RadAjax .raColor {
    width: 50vw !important;
    height: 75vh !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}



#dialog { background-color: white; 
 padding: 15px;
  z-index: 1;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border: 1px solid rgb(89, 89, 89);
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.ui-widget-overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.0);
    z-index: 9;
}

.ui-dialog {
  z-index: 10;
}

.dialog a {
    color: #90BB37 !important;
}

.Print {
  border: 1px solid #787878 !important;
-webkit-box-shadow: inset 2px 2px 2px 0px rgba(230,230,230,1);
-moz-box-shadow: inset 2px 2px 2px 0px rgba(230,230,230,1);
box-shadow: inset 2px 2px 2px 0px rgba(230,230,230,1);
  border-radius: 5px;
}


.ndtblock{
  padding: 0 20px !important; 
}

.ndSearch {
    margin: 15px 0 !important;
}

#ndMovable{
  	margin: 15px 0 !important;
}

.ProfilePhoto {
  	display: none;
}

.content-fullwidth #ndMovable .item.body{
  	width: 100% !important;
}

.profileImg {
  	display: none;
}

.imgR {
    width: 130px;
    height: 130px;
    overflow: hidden;
    text-align: center;
    border-radius: 75px;
    border: 3px solid white;
    background-image: url(/Portals/90/Images/Portaal_meisje_carolien.jpg);
    background-size: cover;
}

.CommandButton2 {
    background-color: white;
    padding: 5px 10px;
    color: #1c3b71 !important;
  	border: none;
    border-radius: none;
    margin: -15px 0px !important;
  	cursor: pointer !important;
}

/* Menubalk boven bij hover */
.CommandButton2 a:hover {
  background-color: white;
  color: #1c3b71 !important;
}

.CommandButton2:hover {
  	opacity: 0.7 !important;
}

.ndtblock .item {
	background-color: white !important;
	border: none !important;
	margin: 0 !important;
}
	
.content .item.head {
  	color: #92c469;
}

.item h2 {
  	background-color: white !important;
  	color: #5c7b86 !important;
}  
.item h3 {
    color: #5c7b86 !important;
}

#MainNav li a {
    font-size: 11px;
}

.basket_confirm {
    display: none;
}

@media only screen and (max-width: 767px){
.footer .arrow img {
    width: 25px;
    margin-top: -70px;
}
}

.ndtblock .item.head i, .ndtblock .item.head h3, .ndtblock .item.head h2{
 	color: #92c469 !important;
}

.Moodle {
    background-color: #0097b0;
    color: white !important;
    padding: 8px 15px 8px 45px;
    line-height: 20px;
    border-radius: 5px;
    position: relative;
    -moz-transition: background-color ease-in 200ms;
    -o-transition: background-color ease-in 200ms;
    -webkit-transition: background-color ease-in 200ms;
    transition: background-color ease-in 200ms;
    width: 35px;
    margin: auto;
    cursor: pointer;
    margin: 2px;
}

.Moodle:before {
    font-family: 'Material Icons';
    content: '\E80C';
    position: absolute;
    left: 8px;
    font-size: 24px;
}

.content .nddetail>ul>li>ul li {
    list-style-type: disc;
    list-style-position: initial;
    line-height: 16px;
    margin-left: 15px;
    font-size: 12px;
}

.content .nddetail>ul>li {
    font-size: 12px;
}
#IP #top .cell:first-child #logo, #IP .top .cell:first-child #logo { 
    margin-top: 100px;
    margin-left: 300px;
	}
#IP .search.row #search input[type=text], #IP .tableheader #search input[type=text], #IP .tablefooter #search input[type=text] {
  font-size: 0px !important;
}
#IP .search.row #search .button, #IP .tableheader #search .button, #IP .tablefooter #search .button {
  color: #ffffff !important;
}
#IP .search.row #search input[type=text], #IP .tableheader #search input[type=text], #IP .tablefooter #search input[type=text]{
  font-size: 0px !important;
  color: #fdfdfb !important;
}

/* Transparante achtergrond menubalk boven */
#IP.horizontal-navigation #nav-wrap{
	background-color:transparent !important;
	margin-top: 0px;

}

.btn {
  border: none;
  border-radius: 24px;
  padding: 14px 28px;
  font-size: 12px;
  color: inherit;
  cursor: pointer;
  display: inline-block;
}

.btn1 {
  background: white;
  color: #1c3b71; 
}

.btn1 a:hover {
  background-color: white;
  color: #1c3b71;
}

tr:nth-child(even) {background-color: #f2f2f2;}


































































