/* COLOR SCHEME

color-dark	- darkest color
color-med	- medium darknes
color-light	- light color

*/

/* bootstrap overrides */
.row {
    margin-right: 0 !important;
}


td .k-button, .k-toolbar .k-button {
    padding: 5px 10px !important;
    line-height: 1 !important;
    border-radius: 3px !important;
}


input {
    border-radius: 0 !important;
}

.k-tooltip-validation.k-widget {
    color: red !important;
}

.field-validation-error {
    color: red;
}

.validation-summary-errors {
    margin-top: 1em;
}

    .validation-summary-errors > ul {
        color: red;
        list-style: none;
    }

        .validation-summary-errors > ul > li {
            margin-left: -30px;
            padding: 0;
        }

/* header */
.ocog-title {
    margin-top: 6px;
    margin-left: 2px;
    color: whitesmoke;
}

.ocog-login-panel .ocog-title {
    margin-top: 0;
}

.ocog-left-panel {
	background-color: #616161; /* color-med */
	width:270px;
}

.ocog-title-head {
    font-size: 24px;
}

.ocog-version {
    font-size: 13px;
    color: gainsboro;
}

.ocog-version a ,.ocog-version a:visited{
    font-size: 13px;
    color: gainsboro;
    outline: none;
}

.ocog-version a:hover {
    font-size: 13px;
    color: white;
}

.ocog-title-footer {
    font-size: 18px;
}

.ocog-top-header {
    z-index: 200;
    background-color: #616161; /* color-med */
}

.ocog-bg-color {
    background-color: #616161; /* color-med */
}

.ocog-user-name {
    color: white;
    margin-right: 1em;
    /*font-weight: bold;*/
    margin-top: 10px;
}

.ocog-study-caption {
    margin-right: 1em;
    color: whitesmoke;
}

/* menu */
.ocog-navbar-empty {
    position: relative;
    z-index: 1000;
    background: #616161; /* color-med */
}

.ocog-navbar {
    position: relative;
    z-index: 1000;
    background: #373737; /* color-dark */
}

    .ocog-navbar ul {
        list-style: none;
        height: 40px;
        margin: 0;
        padding-left: 0;
    }

        .ocog-navbar ul li {
            float: left;
            display: block;
            padding: 10px 15px;
        }

            .ocog-navbar ul li a {
                color: white !important;
                text-decoration: none;
            }

            .ocog-navbar ul li:hover {
                background: #262626;
            }

.ocog-link, .ocog-link a:link, .ocog-link a:active, .ocog-link a:visited {
    /*font-size: 12px;*/
    color: #008ee8 !important;
    text-decoration: none !important;
    outline: none !important;
    /*font-family: "Lucida Grande" , Verdana, sans-serif;*/
}

.ocog-search-btn {
    background-image: url("images/buttonSearch.png");
    background-repeat: no-repeat;
    width: 29px !important;
    height: 24px;
    border: none;
    cursor: pointer;
    vertical-align: middle;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
}

.ocog-page-conteiner {
    padding: 1em;
}


.ocog-page-content {
    min-height: 100px;
    padding: 1em 1em 1em 0;
    background-color: white;
    border-top: 1px solid #D2D3D4;
    /*box-shadow: inset 0 0 0 1px #fff, inset 0 0 20px rgba(0,0,0,0.1);
    border-radius: 3px;*/
}

    .ocog-page-content h2 {
        border-bottom: 4px solid #30add1 !important;
        margin: 0;
        font-family: "PT Sans", Arial, Helvetica, sans-serif !Important;
        font-size: 20px;
    }

.ocog-panel-search {
    z-index: 10000;
    background-color: white;
    /*border: 1px solid #D2D3D4;
    box-shadow: inset 0 0 0 1px #fff, inset 0 0 20px rgba(0,0,0,0.1);
    border-radius: 3px;*/
}

.ocog-panel {
    border-color: grey !important;
    border-radius: 0 !important;
}

    .ocog-panel .panel-body {
        padding: 5px 10px 10px 10px;
    }


    .ocog-panel .panel-heading {
        border-color: #373737; /* color-dark */
        background-color: #373737; /* color-dark */
        border-radius: 0;
        color: #ffffff;
        margin: 5px;
        padding: 5px 5px 5px 10px;
        cursor: pointer;
    }

    .ocog-panel .nav > li > a {
        padding-bottom: 6px;
        padding-top: 6px;
        border-radius: 4px;
    }


.ocog-login-panel {
    width: 350px !important;
    margin-left: auto;
    margin-right: auto;
}

    .ocog-login-panel label {
        font-weight: normal;
    }

.ocog-sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0 !important;
    z-index: 10000;
    border-top: 0;
    padding-left: 30px !important;
    padding-bottom: 10px !important;
    border-bottom: solid 1px grey !important;
}

    .ocog-sticky h4 {
        display: block !important;
    }

.ocog-toolbar {
    min-height: 20px;
    padding: 5px;
}

.navbar .btn{
	background:#373737 !important; /* color-dark */ 
	border-color: #373737 !important; /* color-dark */ 
}

.navbar .btn:hover{
	background:#404040 !important;
}

.ocog-toolbar .btn .btn-primary {
	background:  #373737; /* color-dark */
}

.btn-dark {
	background:  #373737; /* color-dark */
	color: white;
}

.btn-primary {	
    	background-color: #616161; /* color-med */
	border: 1px solid #373737; /* color-dark */
	color: white;
}

.btn-primary:hover {	
	background:  #373737; /* color-dark */
	color: white;
}

.btn-primary:disabled,
.btn-primary[disabled]{
	background-color: whitesmoke;
	border: 1px solid #999999;
	color: #666666;
}

.btn-secondary {
	background: #879fab;
}


.ocog-toolbar .btn .btn-primary:hover {
	background: red;
}

.ocog-active-tab {
    font-weight: bold;
    color: #212121 !important;
}


.form-control {
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
}

.ocog-form-section {
    list-style: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
    position: relative;
    zoom: 1;
    clear: both;
}

.ocog-form-line {
    margin: 6px 0;
    width: 100%;
    clear: both;
    position: relative;
}

.ocog-form-label-left ,.ocog-form-label-left200{
    width: 120px;
    padding: 6px;
    float: left;
    display: inline-block;
    text-align: left;
    white-space: normal;
}
.ocog-form-label-left200 {
    width: 200px;
}
.ocog-form-label-left-required {
    width: 200px;
    font-weight: bold;
    padding: 6px;
    float: left;
    display: inline-block;
    text-align: left;
    white-space: normal;
}

.ocog-form-input {
    display: inline-block;
}

    .ocog-form-input input[type='checkbox'] {
        margin-top: 9px;
    }


.ctms-partial-table {
    border: 1px solid lightgrey;
    margin: 8px;
	width: 90%;
}

.ctms-partial-table-header {
    border: 1px solid lightgrey;
	text-align: center; 
	font-weight: bold;
	padding: 6px;
	background-color: whitesmoke;
}

.ctms-partial-table-row {
    border: 1px solid lightgrey;
	vertical-align:middle;
	padding: 6px;
}

.ctms-form-input {
    display: inline-block;
    width: 80%;
}


.ctms-form-input-radio {
    display: inline-block;
    padding-top: 8px;
    width: 80%;
}


.ctms-form-input-cbk {
    display: inline-block;
    width: 5%;
    padding: 8px;
    float: left;
    text-align: left;
    white-space: normal;
}

.ctms-form-input-cbk-left {
    display: inline-block;
    width: 30px;
    padding: 8px;
    float: left;
    text-align: right;
    white-space: normal;
}

.ctms-form-input-20 {
    display: inline-block;
    width: 20%;
    padding: 8px;
    float: left;
    text-align: left;
    white-space: normal;
}

.ctms-form-input-80 {
    display: inline-block;
    width: 80%;
    padding: 8px;
    float: left;
    text-align: left;
    white-space: normal;
}

.ctms-dialog-input {
    display: inline-block;
}


.ctms-form-label-left{
    width: 16%;
    padding: 8px;
    float: left;
    display: inline-block;
    text-align: left;
    white-space: normal;
}


.ctms-form-label-right{
    width: 16%;
    padding: 8px;
    float: left;
    display: inline-block;
    text-align: right;
    white-space: normal;
}

.ctms-template-area {
	float: left;
    padding: 8px;
}
.ctms-form-label-short{
    width: 10%;
    padding: 8px;
    float: left;
    display: inline-block;
    text-align: left;
    white-space: normal;
}

.ctms-template-table {
	border:1px solid black;
}
.ctms-template-th {
    padding: 8px;
    text-align: left;
}

.ctms-template-td {
	color:	#212121;
}



.ctms-dialog-label, .ctms-dialog-label-200, .ctms-dialog-label-150, .ctms-dialog-label-100, .ctms-dialog-label-offset{
    padding: 8px;
    float: left;
    display: inline-block;
    text-align: left;
    white-space: normal;
}


.ctms-template-line {
    width: 100%;
    clear: both;
    position: relative;
	margin-left: 50px;
}

.ctms-template-label, .ctms-template-label-100, .ctms-template-label-160, .ctms-template-label-200, .ctms-template-label-300, .ctms-template-label-400, .ctms-template-field{
    padding: 2px;
    float: left;
    display: inline-block;
    text-align: left;
    white-space: normal;
	color: GrayText;
}

.ctms-template-field {
    color: #212121;
}
.ctms-template-label-100 {
	width: 100px;	
}

.ctms-template-label-160 {
	width: 160px;	
}

.ctms-template-label-200 {
	width: 200px;	
}

.ctms-template-label-300 {
	width: 300px;	
}

.ctms-template-label-400 {
	width: 400px;	
}

.ctms-dialog-label-200{
    width: 200px;
}
.ctms-dialog-label-150{
    width: 150px;
}

.ctms-dialog-label-100{
    width: 100px;
}

.ctms-dialog-label-offset{
	margin-left: 16px;
}


.k-window-titlebar {
    /*height: auto !important;*/
    font-weight: bold !important;
    /*border-color: #455A64 !important;
    background-color: #455A64 !important;*/
    /*border-radius: 0 !important;*/
    /*color: #ffffff !important;
    background-image: none !important;*/
}

.k-grid-header .k-header, .ocog-tbl-header {
    font-weight: bold !important;
    font-size: 0.9em;
}

.k-grid tr td {
    border-top: none !important;
    border-bottom: none !important;
}

/*.k-grid tr.k-alt {
    background-color: lightgray !important;
}*/


.k-grid, .k-scheduler, .k-menu, .k-editor, .k-textbox, .k-autocomplete, .k-multiselect, .k-combobox, .k-dropdown, .k-dropdown-wrap, .k-datepicker, .k-timepicker, .k-colorpicker, .k-datetimepicker, .k-numerictextbox, .k-picker-wrap, .k-numeric-wrap, .k-colorpicker, .k-list-container, .k-calendar-container, .k-calendar td, .k-calendar .k-link, .k-treeview .k-in, .k-editor-inline, .k-tooltip, .k-tile, .k-slider-track, .k-slider-selection, .k-upload {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.k-window-content iframe {
    /*padding-top: 20px;*/
}

* {
    margin: 0;
}

html, body {
    height: 100%;
    overflow: hidden;
}

.page-wrap {
    min-height: 100%;
    margin-bottom: -81px;
}

    .page-wrap:after {
        content: "";
        display: block;
    }


#vertical .k-splitbar.k-state-default.k-splitbar-vertical.k-splitbar-static-vertical {
    height: 0;
    border-color: #616161; /* color-med */
}


.ocog-actions button, .ocog-actions a {
    text-align: left;
    display: block;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*width:100% ; 
    
    margin-right: -30px !important;*/
}

.ui-pnotify.stack-bar-bottom {
    margin-left: 15%;
    right: 0;
    bottom: 0;
    top: auto;
    left: auto;
}

#frmField .ocog-form-input {
    width: 80%;
}

tr.k-state-selected {
    background-color: #d4ff84 !important;
    color: black !important;
}

.data-field {
    cursor: move;
    /*width: 100%;*/
    padding: 10px;
}

.alt-row {
    background-color: whitesmoke;
}

.data-field-hint {
    background-color: #d4ff84;
}

.ocog-field-descr {
    margin-left: 2em;
}

.ocog-bold {
    font-weight: bold;
}

/*crf builder*/

.ocog-crf-field-row {
    margin: 0 0 5px 0;
    padding: 7px 5px;
}

.ocog-crf-field-altrow {
    background-color: whitesmoke;
    margin: 0 0 5px 0;
    padding: 7px 5px;
}

.crf-field {
    table-layout: fixed;
    /*width: 100%;*/
}

.cf-text-label {
    width: 100%;
}

/*-------------------------------------------*/

/* temp */
.Text11 {
    font-size: 12px;
    font-weight: normal;
}

.Text11b {
    font-size: 12px;
    font-weight: bold;
}

.ocog-transparent {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5; /* Mozilla extension */
    -khtml-opacity: 0.5; /* Safari/Conqueror extension */
}

.ocog-busy {
    background-color: #000000;
    z-index: 10010;
}

.ocog-busy-text {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-top: -100px;
    margin-left: -200px;
    color: white;
    font-size: 40px;
    z-index: 10020;
    text-align: center;
}

a, a:after {
    content: normal !important;
}

.ocog-info-panel {
    background-color: #fcf8f2;
    border-left: solid 3px #f0ad4e;
    padding: 10px;
    margin: 10px 0;
}


.ocog-field-list {
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px 0 30px 0;
}

    .ocog-field-list li {
        list-style: none;
        padding: 5px 0;
    }

    .ocog-field-list label {
        display: inline-block;
        width: 120px;
        text-align: left;
    }



.form-Html-TextBox {
    border-top: solid 1px #8e8e8e;
    border-right: solid 1px #d1d1d1;
    border-left: solid 1px #d1d1d1;
    border-bottom: solid 1px #e4e4e4;
    height: 25px;
    width: 200px;
}

.form-Html-Label_space {
    padding-right: 5px;
}

.form-Html-Label_RedBold {
    color: red;
    font-weight: bold;
}

.form-Html-Label_GreenBold {
    color: green;
    font-weight: bold;
}

.form-Kendo-ComboBox {
    width: 500px;
}

.AR-Left-Lable {
    width: 100px;
    height: 25px;
}

.AR-Lable-Heading {
    display: inline-block;
    width: 200px;
    height: 25px;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
}

.AR-Lable-Heading1 {
    display: inline-block;
    width: 200px;
    height: 15px;
    text-align: left;
    vertical-align: bottom;
    font-weight: bold;
}

.form-leftMargin {
    border-top: solid 1px #8e8e8e;
    border-right: solid 1px #d1d1d1;
    border-left: solid 1px #d1d1d1;
    border-bottom: solid 1px #e4e4e4;
    height: 25px;
    width: 100px;
}


.ocog-cancel-btn {
    background-image: url("images/cancel.png");
    background-repeat: no-repeat;
    width: 29px;
    height: 24px;
    border: none;
    cursor: pointer;
    vertical-align: middle;
    background-color: Transparent;
}

.ocog-AR-completed {
    background-image: url("images/validate.png");
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    vertical-align: middle;
    background-color: Transparent;
    height: 12px;
    width: 12px;
}

.ocog-AR-ignored {
    background-image: url("images/ignore_small.png");
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    vertical-align: middle;
    background-color: Transparent;
    height: 12px;
    width: 12px;
}


.ocog-AR-warning {
    background-image: url("images/warning.png");
    height: 18px;
    width: 18px;
    border: none;
    background-color: Transparent;
    background-repeat: no-repeat;
    vertical-align: middle;
    border-style: none;
    cursor: pointer;
}

.ocog-actions .red {
    color: red !important;
}

.ocog-actions span .fa-spinner {
    color: #616161; !important; /* color-med */ 

}

.ocog-box-info, .ocog-box-warn, .ocog-box-danger, .ocog-box-success, .ocog-box-msg {
    padding: 10px;
    margin-bottom: 5px;
}

.ocog-box-info {
    background-color: #D9EDF7;
    border-left: solid 3px #5cb7d1;
}

.ocog-box-success {
    background-color: #dff0d8;
    border-left: solid 3px #a4fc7e;
}

.ocog-box-warn {
    background-color: #fcf8f2;
    border-left: solid 3px #f0ad4e;
}

    .ocog-box-warn h4 {
        color: #f0ad4e;
    }

.ocog-box-danger {
    background-color: #F2DEDE;
    border-left: solid 3px #D9534F;
    color: #843534;
}

.ocog-box-msg {
    background-color: #FBFBFB;
    border-left: solid 3px #D8D8D8;
}

.ocog-bs, .ocog-bs > div {
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
}

.ocog-color-icon {
    color: #373737; /* color-dark */
}

.ocog-transfer-info {
    font-size: 12px;
}

.ocog-attached-file {
    color: #373737; /* color-dark */
}


.ocog-transfer-info > ul > li {
    margin-left: -30px;
    padding: 0;
    margin-bottom: 5px;
}
/*
.ocog-ae-ongoing,.ocog-ae-ongoingmissed,.ocog-oe {
    font-size: 12px !important;
}
*/
.ocog-ae-ongoing {
    color: green !important;
}

.ocog-ae-ongoingmissed {
    color: red  !important;
}

.ocog-legend-table {
    table-layout: fixed;
    font-size: 13px;
}

.ocog-legend-table td i {
    margin: 2px 5px 2px 0;
}

.ocog-study-select {
   width: 220px;
   padding: 1px;
   line-height: 1;
   border: solid 1px white;
   border-radius: 0;
   -webkit-appearance: none;
   }


.ocog-box-fix {
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
}

.ocog-notify-box {
    cursor: pointer;
    padding: 10px;
    min-width: 200px;
}

a {
   outline: 0;
}

.ocog-legend-font, .ocog-legend-font a:link, .ocog-legend-font a:active, .ocog-legend-font a:visited {
    font-family: "Tahoma";
	font-size: 14px;
	font-weight: bold;
    /*font-family: "Lucida Grande" , Verdana, sans-serif;*/
}

.ocog-legend-disc {
	color: #CC3300;
}

.ocog-legend-waiver {
	color: #FF9933;
}

.ocog-legend-oe {
	color: #000066;
}

.ocog-legend-ae-ongoing {
    color: green;
}

.ocog-legend-ae-ongoingmissed {
    color: red;
}

.ocog-link {
     background:none!important;
     border:none; 
     padding:0!important;
     font: inherit;
     cursor: pointer;
}

.ocog-document-inactive {
    color: #D9534F !important;
    margin-left:1em;
}

.ocog-crf-changed {
    color: #D9534F !important;
    font-weight: bold;
    font-size: 18px !important;
    margin-right: 4px !important;
}
.tabSubjInfo {
    background-color: white; 
    vertical-align:top;     
    margin-top:-5px;    
}

.btn-disabled {
	color: white;
	background-color: #373737; /* color-dark */
	border: solid 1px white;
	border-color: green;
	pointer-events: none;
	cursor: default;
}

.btn-disabled-toggle {
	color: white;
	background-color: #373737; /* color-dark */
	border: solid 1px black;
	cursor: default;
}

.btn-disabled-toggle:hover	{
	border: solid 1px lightGray;
	background-color: #373737; /* color-dark */
}

.btn-offset-2 {
	margin-left: 10%; width: 90%;
}

.leftmenu {
	border: 1px solid blue;
	border-radius: 2px;
	background-color: #373737; /* color-dark */
	cursor:pointer;
	padding: 8px;
	color: white;
}

.leftmenu-selected {
	border: 1px solid white;
	background-color: #212121;
	cursor:pointer;
	padding: 8px;
	color: white;
}

.leftmenu:hover {
	background: #212121;
	color: white;
	text-decoration: none;

}

.leftmenu-group {
}

.loaging_brown {	
	display: table;
	margin: 0 auto;
	width: 340px; 
	height: 30px;
	background: url('images/loading.gif') no-repeat center center;
}

/* Status flags*/

.status-flag-created {
    color: #0066cc;
}

.status-flag-progress {
    color: darkblue;
}

.status-flag-built {
    color: green;
}

.status-flag-inactive {
    color: black;
}

.status-flag-clarify {
    color: darkred;
}

.status-flag-test {
    color: green;
}

.status-flag-review {
    color: darkgreen;
}


.wiz_container {
	height: 100%;
	min-height: 100%;
	width: 100%;
	border:none;
}

.wiz_header {
    height: 6%;
    width: 100%;
    min-height: 6%;
    background-color: #f2f2f2;
    border: none;
    font-size: 24px;
    padding: 8px;
    text-align: center;
}

.wiz_btn_panel {
	height: 94%;
	width: 15%;
	min-height: 94%;
	float:left;
	background-color: whitesmoke;
	border:none;
}

.wiz_body_container {
	height: 94%;
	min-height: 94%;
	width: 85%;
	float:right;
	border:none;
}

.wiz_body_panel {
	height: 90%;
	min-height: 90%;
	width: 100%;
	float:top;
	border:none;
}


.wiz_bottom_panel {
	height: 10%;
	min-height: 10%;
	width: 100%;
	float:bottom;
	border:none;
}

.wiz_btn {
	display: block;
	width: 100%;
	border: none;
	padding: 34px 28px;
	text-align: left;
	vertical-align: middle;
	background-color: whitesmoke;
	cursor: default;
    	color: #373737; /* color-dark */
	cursor: pointer;
}

.wiz_btn_selected {
	background-color: #616161; /* color-med */
	color: white;
}

.wiz_btn_disabled {
	background-color: whitesmoke;
    	color: lightgrey;
}

.wiz_icon {
	float:right;
	padding-top: 4px;
}

.wiz-toolbar {
	padding-top: 8px;
	padding-right: 24px;
}

.wiz-panel-header {
	font-size:24px;
	padding: 24px;
}

.wiz-validator-msg {
	color: red;
	padding-left: 16px;
	padding-right: 16px;
}

.wiz-toolbar-wrapper {
	width: 7%; 
	float: left; 
	display: flex;
	justify-content: center;
}

.wiz-panel-summary {
	width: 98%; 
	height: 510px; 
	overflow: auto; 
	background-color: #efebe9; 
	padding: 10px; 
	border-radius: 4px; 
	border: 1px solid #d7ccc8;
}

.ocog-form-line-50 {
	width: 100%;
	clear: both;
	position: relative;
}

.ocog-dialog-label-50 {
	margin-top: 8px;
	margin-bottom: 0px;
	float: left;
	display: inline-block;
	text-align: left;
	white-space: normal;
	width: 100%
}

.ocog-dialog-entry-50 {
	margin-top: 0px;
	margin-bottom: 8px;
	float: left;
	width: 100%
}



.btn-toolbar-w {	
	width: 36px;
	margin-top: 2px;
	margin-bottom: 2px;
    border: 1px solid #D2D3D4;
}

.rs-h1-label {	
	font-size: 14px;
	font-weight:bold;
}

.rs-h1-text {
	font-size: 14px;
}

.rs-li {
	margin-left: 20px;
}

.modal_panel {
    position: fixed;
    z-index: 11000;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: white;
    /*filter: alpha(opacity=60);*/
    opacity: 0.6;
    display: none;
}

.modal_panel_loading {
    z-index: 11001;
    width: 75%;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    background-image: url("images/loading.gif");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 20px;
    padding-left: 20px;
}