﻿/* style CSS Document */

.contentTitle
{
    line-height: 30px;
    font-size: 20px;
    text-align: center;
}

/*---------- Main Navigation ----------*/

/* REQUIRED BUTTON STYLES: */
/*FOOTER*/
.Content-button-area
{
	height: 26px;
	width: 100%;
	position: relative;
	padding: 20px;
    padding-bottom: 40px;
	text-align: right;
	overflow: hidden;
}

/*Main display area of the button bar=> doesnot contain the scroll buttons*/
.buttonDisplayMain
{
	overflow: hidden;
}

/*Display area of the button bar=> doesnot contain the scroll buttons*/
.buttonDisplay
{
	width: 100%;
	float: right;
}

/*Display area of scroll buttons*/
.buttonNavLeft
{
	width: 7%;
	float: left;
}
/*Display area of scroll buttons*/
.buttonNavRight
{
	width: 7%;
	float: right;
}

/* Look and feel for button with right image of button and left for span */
button.submitBtn
{
	margin-right: 5px;
	margin-left: 5px;
}

/* Look and feel of disabled button; only change is image color*/
button.submitBtnDisabled
{
	margin-right: 5px;
	margin-left: 5px;
	cursor:not-allowed;
}

*,
:before,
:after
{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* set a border-box model only to elements that need it */
 /* if this class is applied to a Kendo UI widget, its layout may change */
.form-control,
.container,
.container-fluid,
.row,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*----------------------------FORM STYLE------------------------FORM STYLE-----------------------FORM STYLE------------------------------*/

.pivForm
{
    padding: 10px;
}

/*Gridbox des forms*/ 
fieldset
{
    border: 1px solid /*rgb(221, 221, 221)!important*/; /*rgb(126, 198, 227)!important;*/ /*#7FB2F0!important;*/
    padding: 0 1.4em 1.4em 1.4em !important;
    background-color:transparent;
    margin: 10px 10px 10px 10px /*1.5em 1.5em 1.5em 1.5em*/;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend
{
    width:auto;
    padding:0 10px;
    border-bottom:none;
    background-color:transparent;
}

/*required star*/
.isreq
{
    color: Red;
}


/*affects the textarea width*/
.full-width 
{
    width: 100%!important;
}


/*----------------------------OCP STYLE------------------------OCP STYLE-----------------------OCP STYLE------------------------------*/

body 
{
    font-family: "Helvetica Light", "Arial Light", sans-serif;
    font-size: 13px;
    line-height: 1.5em
}

.verdana 
{
    font-family: "Verdana", sans-serif;
}


a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

/*GSFT add*/
label.control-label {
    font-weight: normal!important;
}
.span1 {
    width: 46px;
}
.span2 {
    width: 140px;
}

#header {
    margin-top:15px;
    margin-bottom:15px;
}

/*Align the top menu with the subject's menu*/ 
.menu {
    margin-left:0px;
    margin-right:0px;
    height:100px;
}

.horizontalMenu {
    width:100%;
}
.horizontalMenu > .k-last {
    margin-right:10px;
}
.horizontalMenu, .menu-item {
   height:100%;
   display:table;
   padding-left:10px;
   padding-right:10px;
}

.k-link-menu {
   display:table-cell;
   vertical-align:middle;
   height:100%;
}
.vert-align-div {
    display: table-cell;
    vertical-align: middle;
}



/*align every kendo grid to the container area*/
.Grid {
    margin-left:-15px;
    margin-right:-15px;
}

ul {
   list-style:none !important;
}

.social-div {
    height:150px;
}
.social{
height:100%;
}
.social li {
display:inline;
display:table !important;
float:left;
padding-left:50px;
height:100% !important;
}
.social a{
display:table-cell;
vertical-align:middle;
height:100%;
}



.gbcontent {
    border-width: 1px;
    border-style: solid;
    padding-top: 2.5em!important;
    padding-bottom: 0!important;
    background-color:transparent;
    margin: 0;
    overflow:hidden;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
    display:block!important;
}
.legend {
    border-radius: 6px 6px 0px 0px;
    padding:7px 12px 7px 12px;
    border-width: 1px 1px 0px 1px;
    margin: 0px 0px 0px 0px;
    border-style: solid;
    font-weight:bold;
    font-size:13px;
    /*width: auto;
    padding: 0 10px;
    border-bottom: none;
    background-color: transparent;*/
}
.tabClass {
    padding-top: 2.5em !important;
}
.groupbox, .k-tabstrip-wrapper {
    margin-bottom: 30px;
}
.imgattachment {
    padding: 2px 15px 0px 15px;
    width:100%;
}

/*main content header*/
.content-title-area {
    margin-top:30px;
    margin-bottom:23px;
    background-color: inherit;
}
.contentTitle {
    font-size:18px;
}

.helpButton {
    border-radius: 500px;
    width:25px; 
    height:25px;
    font-size: 13px;
    padding:0;
}

textarea {
    resize: none;
    overflow:auto;
}

form-control {
    background-color:inherit;
}

*[readonly="readonly"], 
.ui-state-disabled,
.k-state-disabled,
*[disabled="disabled"],
*[disabled="true"]{
    cursor: not-allowed !important;
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #eee !important;
    /*background-color: #E6E6E6 !important;*/
    /*border-color:#FFBDBD !important;*/
}

*[readonly="readonly"] :hover, 
.ui-state-disabled:hover,
.k-state-disabled:hover,
*[disabled="disabled"]:hover,
*[disabled="true"]:hover{
    border-color: none !important;
}

#main-content {
    min-height: 500px;
}

.bottom-space {
margin-bottom:20px;
}
.k-tooltip-validation.k-invalid-msg {
    position:absolute;
    display:block;
    z-index:45;
}
/*------------------------------------------------ TC Form----------------------------------------------------------*/

.pivTopPosition > label {
    width:100%;
    display:block !important;
}
.pivTopPosition > div {
    /*width:100%;*/
    display:block;
}
.pivLeftAlign > label {
    text-align:left !important;
}
.pivRightAlign > label {
    text-align:right !important;
}
.horizontalDiv > div {
    /*padding-right:12px;
    padding-left:12px;*/
    float:left !important;
}
.verticalDiv >div{
    display:block;
}
.k-grid  .k-grid-header  .k-header  .k-link {
    height: auto;
}
  
.k-grid  .k-grid-header  .k-header {
    white-space: normal;
}
#loadingMsg {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 27;
}