﻿input[type="text"]
{
    -webkit-box-sizing: border-box;‌​
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border: 1px solid #aaa;
	border-radius:4px;
	font-size: 14px;
	padding:4px;
    width:100%;
}


.sp-replacer
{
    border-radius: 4px;
}

.navbar-default .navbar-nav > .active > div,
.navbar-default .navbar-nav > .active > div:hover,
.navbar-default .navbar-nav > .active > div:focus {
  color: #555;
  background-color: #e7e7e7;
}

.editor-wrapper {
    height:400px; 
    overflow-y:scroll; 
    padding-right:10px;
}

.d-dashlet-content {
    overflow: visible !important;
}

img.imageViewer {
    min-height: 200px;
    object-fit: contain;
    object-position: center center;
}