.rowItemField {
    border: 2px solid #49a89d;
    border-radius: 5px;
    margin: 15px;
    padding: 0 0 15px 0;
    background-color: rgb(239, 239, 239);
}
.radio, .checkbox {
    position: relative !important;
    display: block !important;
    margin: 0 !important;
    width: 34px !important;
    height: 34px !important;
}
.radio{
    margin: 0 auto!important;
}
#HeaderNavList {
   line-height: 50px;
   /*border-style: none none solid;
   border-radius: 5px;
   border-width: 3px;
   border-color: #bebebe;
   height: 50px;*/
   margin-bottom: -15px;
}
#HeaderNavList .nav-title a {
   line-height: 40px;
   position: relative;
   white-space: nowrap;
   top: 0;
   margin: 0;
   padding: 0 10px;
   display: block;
}
#HeaderNavList .nav-title a h2{
   line-height: 45px;
   position: relative;
   white-space: nowrap;
   top: 0;
   margin: 0;
   padding: 0;
}
.cleditorMain iframe, .cleditorMain textarea{
   display: block;
   height: 81% !important;
   width: 100% !important;
}
/*
 * Visual Studio 2015 dark style
 * Author: Nicolas LLOBERA <nllobera@gmail.com>
 */
.hljs {
   display: block;
   overflow-x: auto;
   padding: 0.5em;
   background: #1E1E1E;
   color: #DCDCDC;
}

.hljs-keyword,
.hljs-literal,
.hljs-symbol,
.hljs-name {
   color: #569CD6;
}
.hljs-link {
   color: #569CD6;
   text-decoration: underline;
}

.hljs-built_in,
.hljs-type {
   color: #4EC9B0;
}

.hljs-number,
.hljs-class {
   color: #B8D7A3;
}

.hljs-string,
.hljs-meta-string {
   color: #D69D85;
}

.hljs-regexp,
.hljs-template-tag {
   color: #9A5334;
}

.hljs-subst,
.hljs-function,
.hljs-title,
.hljs-params,
.hljs-formula {
   color: #DCDCDC;
}

.hljs-comment,
.hljs-quote {
   color: #57A64A;
   font-style: italic;
}

.hljs-doctag {
   color: #608B4E;
}

.hljs-meta,
.hljs-meta-keyword,
.hljs-tag {
   color: #9B9B9B;
}

.hljs-variable,
.hljs-template-variable {
   color: #BD63C5;
}

.hljs-attr,
.hljs-attribute,
.hljs-builtin-name {
   color: #9CDCFE;
}

.hljs-section {
   color: gold;
}

.hljs-emphasis {
   font-style: italic;
}

.hljs-strong {
   font-weight: bold;
}

/*.hljs-code {
  font-family:'Monospace';
}*/

.hljs-bullet,
.hljs-selector-tag,
.hljs-selector-id,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo {
   color: #D7BA7D;
}

.hljs-addition {
   background-color: #144212;
   display: inline-block;
   width: 100%;
}

.hljs-deletion {
   background-color: #600;
   display: inline-block;
   width: 100%;
}