﻿/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
header {
    position:fixed;
    width:199px;
    border-right:1px solid #ccc;
    height:100%;
    background-color:#f7f7f7;
    z-index:3;
}

header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#body {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:1;
}
    #body .content-wrapper {
        margin-left:200px;
        width:auto;
    }

#header {
    color: #fff;
    text-align: center;
    line-height: normal;
    font-size: .8em;
    position:fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background-color:#951b1b; 
    height:25px;
    padding-top: 5px;
    text-indent: 25px;
    z-index:2;
}

footer {
    color: #fff;
    text-align: center;
    line-height: normal;
    font-size: .8em;
    position:fixed;
    left:0px; 
    bottom:0px; 
    width:100%; 
    background-color: #951b1b; 
    text-indent:243px; 
    z-index:2;
}

body
{
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: White;
    margin:0 auto;
    float:left;
    padding:0;
    min-height:100%;
    position:absolute;
    width:100%;
    border:0 none transparent;
}

html
{
    overflow:auto;
    }

header,
footer,
nav,
section {
    display: block;
}

/* Check again */
#Container
{
    width:100%;
	height:100%;  
}

#Left
{
    width:200px;
    height:100%;
    border:solid #e5e5e5 1px;
    position:absolute;
    left:0;
    background-color: #f7f7f7;
    bottom:0px;
}

#NewRequestButton
{
    background:url("images/newRequestButton.jpg");
    width:164px;
    height:31px;
    border:none;
    cursor:pointer;
    margin-top:2px; 
    float:left;
    }
    
#NewRequestButton:Hover
{
    background:url("images/newRequestButton-hover.jpg") !important;
    cursor:pointer !important;  
    }

#HomeButton
{
    background:url("images/homeButton.jpg");
    width:164px;
    height:31px;
    border:none;
    cursor:pointer; 
    margin-top:2px;
    float:left;
    }
    
#HomeButton:Hover
{
    background:url("images/homeButton-hover.jpg") !important;
    cursor:pointer !important;  
} 
 
#HomeButton:active
{
    background:url("images/homeButton-hover.jpg");
    cursor:pointer;  
} 
    
#DraftButton
{
    background:url("images/draftButton.jpg");
    width:164px;
    height:31px;
    border:none;
    cursor:pointer; 
    margin-top:2px;
    float:left; 
    }
    
#DraftButton:Hover
{
    background:url("images/draftButton-hover.jpg") !important;
    cursor:pointer !important;  
    }
    
#InboxButton
{
    background:url("images/inboxButton.jpg");
    width:164px;
    height:31px;
    border:none;
    cursor:pointer; 
    margin-top:2px;
    float:left; 
    }
    
#InboxButton:Hover
{
    background:url("images/inboxButton-hover.jpg") !important;
    cursor:pointer !important;  
    }
    
#WorkflowTemplateButton
{
    background:url("images/workflowtemplateButton.jpg");
    width:164px;
    height:31px;
    border:none;
    cursor:pointer; 
    margin-top:2px;
    float:left; 
    }
    
#WorkflowTemplateButton:Hover
{
    background:url("images/workflowtemplateButton-hover.jpg") !important;
    cursor:pointer !important;  
    }
    
#IncomingButton
{
    background:url("images/incomingButton.jpg");
    width:164px;
    height:31px;
    border:none;
    cursor:pointer; 
    margin-top:2px;
    float:left; 
    }
    
#IncomingButton:Hover
{
    background:url("images/incomingButton-hover.jpg") !important;
    cursor:pointer !important;  
    }
    
#OutgoingButton
{
    background:url("images/outgoingButton.jpg");
    width:164px;
    height:31px;
    border:none;
    cursor:pointer; 
    margin-top:2px;
    float:left; 
    }
    
#OutgoingButton:Hover
{
    background:url("images/outgoingButton-hover.jpg") !important;
    cursor:pointer !important;  
    }
    
#ApprovedButton
{
    background:url("images/approvedButton.jpg");
    width:164px;
    height:31px;
    border:none;
    cursor:pointer; 
    margin-top:2px;
    float:left; 
    }
    
#ApprovedButton:Hover
{
    background:url("images/approvedButton-hover.jpg") !important;
    cursor:pointer !important;  
    }
    
#ClosedButton
{
    background:url("images/closedButton.jpg");
    width:164px;
    height:31px;
    border:none;
    cursor:pointer; 
    margin-top:2px;
    float:left; 
    }
    
#ClosedButton:Hover
{
    background:url("images/closedButton-hover.jpg") !important;
    cursor:pointer !important;  
    }
    
#CancelledButton
{
    background:url("images/cancelledButton.jpg");
    width:164px;
    height:31px;
    border:none;
    cursor:pointer; 
    margin-top:2px;
    float:left; 
    }
    
#CancelledButton:Hover
{
    background:url("images/cancelledButton-hover.jpg") !important;
    cursor:pointer !important;  
    }
    
#RejectedButton
{
    background:url("images/rejectedButton.jpg");
    width:164px;
    height:31px;
    border:none;
    cursor:pointer; 
    margin-top:2px;
    float:left; 
    }
    
#RejectedButton:Hover
{
    background:url("images/rejectedButton-hover.jpg") !important;
    cursor:pointer !important;  
    }  
   
#AllButton
{
    background:url("images/allButton.jpg");
    width:164px;
    height:31px;
    border:none;
    cursor:pointer; 
    margin-top:2px;
    float:left; 
    }
    
#AllButton:Hover
{
    background:url("images/allButton-hover.jpg") !important;
    cursor:pointer !important;  
    }
    
#LogoutButton
{
    background:url("images/logout.jpg");
    width:164px;
    height:31px;
    border:none;
    cursor:pointer; 
    margin-top:2px;
    float:left; 
    }
    
#LogoutButton:Hover
{
    background:url("images/logout-hover.jpg") !important;
    cursor:pointer !important;  
    }

#Header
{
        background-color: #272727;
        height: 71px;
        width:100%;
        position: relative;
}

#header h1
{
    color:White;
    float:left;
    font-size:12px;
    margin:0 0 0 190px;
    font-weight:normal;
    line-height: normal !important;
 }
 
#header h2
{
    color:white;
    font-size:12px;
    font-weight:normal; 
    line-height: normal !important;
}

#header h5
{
    color:White;
    float:left;
    font-size:12px;
    margin-top:5px;
    margin-left:5px;
    font-weight:normal;
 }
 
#header h6
{
    color:White;
    font-size:18px;
    font-weight:normal;
    margin:0;
    float:left;
}

.GreyBlock
{
    background:url("images/grey.jpg");
    background-repeat:repeat-x;
    top:0;
    height:30px;
    width:100%;
    display:block;
}

.GreyBlockBottom
{
    background:url("images/grey.jpg");
    background-repeat:repeat-x;
    height:61px;
    width:100%;
    display:block;
    bottom:0; 
    position:relative;
    left:0;
}

.AccordionMargin
{
    margin-left:20px;
    margin-right:20px;
    margin-bottom:5px;
    top:0;
}

#Logo
{
   background:url("images/logo.png"); 
   background-repeat:no-repeat; 
   float:left; 
   width:144px; 
   height:44px;   
   float:left; 
   margin:10px 10px 10px 24px; 
}

#LogoLoginHeader
{
   background:url("images/logo.png");
   background-repeat:no-repeat; 
   background-position:30px 20px;
   width:100%;
   height:100%; 
}

#LogoLogin
{
   background:url("images/logo.png");
   background-repeat:no-repeat; 
   float:right;
   margin-right:30px;
   width:144px;
   height:44px;
}

#LoginHeader
{
    background-color:#D60606;
    height:79px;
    border-bottom:1px #D60606 solid;
    width:100%;
}
    
#Curve
{
    height:79px;
    background-color:White;
    background-image:url("images/header_curve_79.jpg");
    background-repeat:no-repeat;
    width:300px;
    background-position:right;
    float:left;
    }
     
#Login
{
	margin:5em auto;
	background:#fff;
	border:8px solid #eee;
	width:500px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:0 0 10px #4e707c;
	-webkit-box-shadow:0 0 10px #4e707c;
	box-shadow:0 0 10px #4e707c;
	text-align:left;
	position:relative;
	height:300px;
}

#LoginFieldHeader
{
   	background:#D60606;
   	color:#fff;
	text-shadow:#007dab 0 1px 0;
	font-size:14px;
	padding:18px 23px;
	margin:0 0 1.5em 0;
	border-bottom:1px solid #007dab;
	height:20px;
	width:453px; 
    }
    
.LoginField
{
    margin:.5em 25px;
	background:#eee;
	padding:4px;
	height:30px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align:right;
	position:relative;

    }

.LoginLabel{
	float:left;
	line-height:30px;
	padding-left:10px;
	}

#LoginTextBox{
	border:1px solid #ccc;
	width:280px;
	font-size:12px;
	line-height:1em;
	padding:4px;
	background:white;
	margin-left:100px;
	height:20px;
	-moz-box-shadow:inset 0 0 5px #ccc;
	-webkit-box-shadow:inset 0 0 5px #ccc;
	box-shadow:inset 0 0 5px #ccc;
	}	

#LoginButton
{
    background:url("images/login-round.png");
	border:0;
	height:29px;
	width:78px;
	cursor:pointer;
	float:left;
	}
	
.Changepassword
{ 
    background:url("images/changepassword.png");
    width:137px;
    height:24px;
    border:none;
    cursor:pointer;    
}

.Changepassword:hover
{
    background:url("images/changepassword-hover.png");
    cursor:pointer;   
     
}

.Workflow
{
    background:url("images/workflow.png");
    width:22px;
    height:18px;
    border:none;
    cursor:pointer; 
}

.Browse
{ 
    background:url("images/AddFiles.png");
    width:80px;
    height:24px;
    border:none;
    cursor:pointer;    
}

.Reset
{
    background:url("images/reset.png");
	width:78px;
	height:29px;    
	border:none;
	cursor:pointer;
}

.Submit
{
    background:url("images/submit.png");
    width:91px;
    height:24px;
    border:none;
    cursor:pointer;  
}

.Submit:hover
{
    background:url("images/submit-hover.png");
    cursor:pointer;    
}

.remove
 {
   margin:10px 0 10px 0;
   cursor:pointer; 
   background-image:url(images/remove.png);
   width:67px;
   height:29px;
   border:0px; 
   background-repeat:no-repeat;
 }
 
.remove:hover
{
   background-image:url(images/remove-hover.png); 
   cursor:pointer;
}

.add
{
   margin:10px 0 10px 0;
   cursor:pointer; 
   background-image:url(images/add.png);
   width:67px;
   height:29px;
   border:0px; 
   background-repeat:no-repeat;
   float:left;
}

.add:hover
{
   background-image:url(images/add-hover.png); 
   cursor:pointer;
}

.Add
{ 
    background:url("images/addnew.png");
    width:100px;
    height:24px;
    border:none;
    cursor:pointer;    
}

.Add:hover
{
    background:url("images/addnew-hover.png");
    cursor:pointer;   
     
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.Save
{ 
    background:url("images/save.png");
    width:67px;
    height:29px;
    border:none;
    cursor:pointer;
}

.Save:hover
{
    background:url("images/save-hover.png");
    cursor:pointer;   
     
}

.Cancel
{ 
    background:url("images/cancel.png");
    width:67px;
    height:29px;
    border:none;
    cursor:pointer;    
}

.Cancel:hover
{
    background:url("images/cancel-hover.png");
    cursor:pointer;   
     
}

.Upload
{ 
    background:url("images/upload.png");
    width:67px;
    height:29px;
    border:none;
    cursor:pointer;    
}

.Upload:hover
{
    background:url("images/upload-hover.png");
    cursor:pointer;     
}

.ExportExcel
{ 
    background:url("images/ExportToExcel.png");
    width:100px;
    height:24px;
    border:none;
    cursor:pointer;    
}

.View
{ 
    background:url("images/view.png");
    width:67px;
    height:29px;
    border:none;
    cursor:pointer;    
}

.View:hover
{
    background:url("images/view-hover.png");
    cursor:pointer;     
}

#Footer
{ 
        background-color: #272727;
        height: 30px;
        bottom:0;
        width:100%;
        left:0;
        position:absolute;
        text-indent:243px;
}

/* tables
----------------------------------------------------------*/
.table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
    width: 100%;
}

.table th {
    font-size: 1em;
    text-align: center;
    padding: 0.5em;
    border:1px solid #ccc;
    background-color: #368EE0;
    color: #fff;
}

    .table th a {
        display: block;
        position: relative;
    }
    
    .table th:hover {
        background-color: #1E74C5;
    }

    .table th a:link, .table th a:visited, .table th a:active, .table th a:hover {
        color: #fff;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    .table th a:hover {
        background-color: inherit;
    }

    .table th a.sort-asc, .table th a.sort-desc {
        margin-right: .75em;
    }

    .table th a.sort-asc:after, .table th a.sort-desc:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    .table th a.sort-asc:after {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        margin-left: 10px;
        content: '\e113';
    }

    .table th a.sort-desc:after {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        margin-left: 10px;
        content: '\e114';
    }

.table td {
    padding: 0.5em;
    border:1px solid #ccc;
}
    .table.samewidth td {
        width: auto !important;
    }
    .table td:last-child, .nostretch
    {
        width: 1%;
        white-space: nowrap;
    }

/* additional for header */
.primary-header {
    position: relative;
}
.top-right-toolbar {
    position: absolute;
    right: 0;
    text-align: right;
    top: 5px;
}
    .top-right-toolbar > li {
        display: inline-block;
        list-style: none outside none;
    }
/* bootstrap overwrite */
.page-header {
    font-weight: normal;
    line-height: normal;
    margin: 0 0 20px !important;
    color: #999;
}
/* footable overwrite */
.footable-row-detail-value {
    white-space: normal;
}
/* box
----------------------------------------------------------*/
.box .box-title {
    zoom:1;
    border-bottom:1px solid #ddd;
    margin-top:20px;
    padding:7px 0 7px 10px;
}

.box .box-title:after {
    clear: both;
    content: "";
    display: table;
}

.box .box-title h2 {
    float:left;
    line-height:24px;
    font-weight:400;
    color:#444;
    font-size:20px;
    margin:3px 0;
}

.box.box-bordered .box-title {
    border:2px solid #ddd;
}

.box.box-bordered.box-color .box-title {
    border-color: #368EE0;
}

.box.box-color .box-title {
    background: none repeat scroll 0 0 #368EE0;
}

.box.box-color .box-title h2 {
    color: #FFFFFF;
}

.box .box-content {
    background:#fff;
    padding:20px;
}

.box.box-bordered .box-content {
    border:2px solid #ddd;
    border-top:0;
}

.box.box-bordered.box-color .box-content {
    border-color: #368EE0;
}

.box.box-bordered .form-bordered {
    margin-bottom: 0;
}
/*edit*/
.form-horizontal.form-bordered .control-label {
    text-align: left;
    width: 180px;
}

.form-horizontal.form-bordered .controls {
    margin-left: 200px;
}
/*new*/
.form-horizontal.form-bordered .form-group {
    border-bottom:1px solid #ddd;
    background:#f6f6f6;
    margin:0;
    padding:0;
}
.form-horizontal.form-bordered .form-group:last-child {
    border-bottom: 0 none;
}

.form-horizontal.form-bordered .form-group .controls {
    background:#fff;
    border-left:1px solid #ddd;
    padding:10px;
}

.form-horizontal.form-bordered .form-group .controls:after {
    clear: both;
    content: "";
    display: table;
}

.form-horizontal.form-bordered .form-group .control-label {
    color:#555;
    margin:0;
    padding:15px 10px 5px;
}


.form-actions {
    background: none repeat scroll 0 center transparent !important;
    border: 0 none !important;
    margin: 15px 0px 15px 0px !important;
}

.nopadding {
    padding: 0 !important;
}

.modal-body .row {
    margin-bottom: 10px !important;
}

.removeClass {
    margin-top: 22px;
}

#dialog-view .modal-body .row {
    border-bottom: #aaaaaa 1px solid;
    margin-bottom: 20px !important;
}
#dialog-view .modal-body span.dialog-label {
    font-weight: bold;
}

.whiteCL {
    color: #ffffff;
}
    .whiteCL a:link {
        color: #ffffff;
    }
    .whiteCL a:hover {
        color: #ffffff;
        cursor: pointer;
    }
    .whiteCL a:visited {
        color: #ffffff;
    }

.main-content {
    margin: 50px 25px 100px 225px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

input.upper {
    text-transform: uppercase;
}
form#logoutForm {
    display: inline;
}

/* styles for validation helpers */
.field-validation-error, .validation-summary-errors {
    color: #e80c4d;
    font-size: 0.9em;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

/*remove grid gutter and add border only for nth columns*/
.form-horizontal.form-bordered > .form-group > [class*="col-"] {
    /*padding: 0;*/
    border-left: 1px solid #DDDDDD;
}
.form-horizontal.form-bordered > .form-group > [class*="col-"]:first-child {
    border-left: none;
}

/*MENU*/
#navigation {
    width:100%;
    margin-top:50px;
    z-index:100;
    float:left;
}
    #navigation ul, li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #navigation ul li.hover,
    #navigation ul li:hover { 
        position: relative; 
        z-index: 599;
    }

#navigation ul ul{
	visibility: hidden;
	position: absolute;
    width: 300px;
    top: 5px;
    left: 100%;
	z-index: 598;
}

    #navigation ul li:hover > ul { 
        visibility: visible;
        margin-top: -5px;
    }

#navigation a {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none; 
    color: #FFF;
    line-height: 1.5em;
    padding: 8px 8px 8px 28px;
    display: block;
}

#navigation li { background: #C32922; }
#navigation li:hover, #navigation li.active { background: #DA251C; }


/*btn file upload*/
.btn-file {
    position: relative;
    overflow: hidden;
}
    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 999px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

/*404 ERROR*/
body.error {
    height: 100%;
    width: 100%;
}
.contrast-background {
    background-color: #f34541 !important;
}
body.error .middle-container {
    display: table;
    height: 100%;
    overflow: visible;
    position: static;
    width: 100%;
}
body.error .middle-container .middle-row {
    display: table-cell;
    position: static;
    vertical-align: middle !important;
    width: 100%;
}
body.error .middle-container .middle-row .middle-wrapper {
    position: static;
}
body.error .error-container-header {
    padding: 10px 0 40px;
}
body.error .error-container-header {
    color: white;
    font-family: Montserrat;
    font-size: 100px;
    padding: 30px 0 40px;
}

body.error .error-container:before {
    border-color: -moz-use-text-color transparent white;
    border-style: none solid solid;
    border-width: 0 10px 10px;
    content: "";
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: -10px;
}
body.error .error-container {
    background-color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    padding: 40px 0;
    position: relative;
}
body.error .error-container-footer {
    color: white;
    font-size: 30px;
    font-weight: 200;
    line-height: 30px;
    padding: 40px 0;
    text-shadow: none;
}

/* ACTIVE/INACTIVE SWITCH */
.onoffswitch {
    position: relative; width: 115px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}

.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 12px; color: white; font-family: Trebuchet, Verdana, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "INACTIVE";
    padding-left: 10px;
    background-color: #2FCCFF; color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "ACTIVE";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    border: 2px solid #999999; border-radius: 20px;
    position: absolute; top: 0; bottom: 0; right: 81px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

/*Scroll Autocomplete*/
.ui-autocomplete {
    max-height: 100px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 20px;
}
* html .ui-autocomplete {
    height: 100px;
}

/*bootstrap hack for table-responsive inside modal*/
  .modal .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
  }
  .modal .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .modal .table-responsive > .table > thead > tr > th,
  .modal .table-responsive > .table > tbody > tr > th,
  .modal .table-responsive > .table > tfoot > tr > th,
  .modal .table-responsive > .table > thead > tr > td,
  .modal .table-responsive > .table > tbody > tr > td,
  .modal .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .modal .table-responsive > .table-bordered {
    border: 0;
  }
  .modal .table-responsive > .table-bordered > thead > tr > th:first-child,
  .modal .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .modal .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .modal .table-responsive > .table-bordered > thead > tr > td:first-child,
  .modal .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .modal .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .modal .table-responsive > .table-bordered > thead > tr > th:last-child,
  .modal .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .modal .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .modal .table-responsive > .table-bordered > thead > tr > td:last-child,
  .modal .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .modal .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .modal .table-responsive > .table-bordered > thead > tr:last-child > th,
  .modal .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .modal .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .modal .table-responsive > .table-bordered > thead > tr:last-child > td,
  .modal .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .modal .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }

/*Iframe PDF fix*/
.coverPDF {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    border: none;
    display: none;
}


/* map marker */
.mapmarker {
    position: absolute;
}

/* tinyMCE tooltips position in modal dialog */
.mce-widget.mce-tooltip {
    position: fixed !important;
}

/* Twitter bootstrap override table striped */
.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th {
   background-color: #ddd;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}
