/*
 * Style tweaks
 * --------------------------------------------------
 */

*{
    font-family:        Arial, Helvetica, sans-serif;    
    font-weight:        normal;
}
 
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
  
  font-size: 90%;
}

body {
  padding-top: 0px;
  
  line-height: 1.5;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;  
} 
 
footer {
  padding: 30px 0;
  text-align: center;
}

html, body{height:100%; margin:0;padding:0}

a:link{
    color: #2F8FA8;
    text-decoration: none;
    outline: 0;
}

.font-family-helvetica {
    font-weight:400; font-style:normal;
}

p {
    font-weight:400; font-style:normal;
}
       
.container-fluid
{
  height:100%;
  display:table;
  width: 100%;
  padding: 0;
}
 
.row-fluid 
{
    height: 100%; 
    display:table-cell; 
    vertical-align: middle;
}
 
.centering 
{
  float:none;
  margin:0 auto;
}

.btn-success {
    color: #FFF;
    background-color: #D6BE20;
    border-color: #D6BE20;
}

/**************** ipad **************/

div.site-locked 
{
    width: 300px; 
    height: 100px; 
    
    margin: 0 auto;

    background-image: url(../images/site-locked.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-size: 290px 97px;
}

.modal.fade .modal-dialog 
{
    transform: translate(0px, -25%);
    transition: transform 0.3s ease-out 0s;
}

.modal.fade.in .modal-dialog 
{
    transform: translate(0px, 0px);
}

div.wrapper1 input, button, select, textarea {margin-bottom:5px;}

select.form-control {margin-bottom:5px;}

.inplace-edit button[type=submit] 
{
    background: #5CB85C;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #fff;
}

.inplace-edit:hover
{
    cursor: pointer;
    background: #5CB85C;    
}

.fileinput-preview
{
    position: relative;
    width: 170px; 
    height: 170px; 
    background: #ddd; 
    border: 1px solid #ccc; 
    border-radius: 4px; 
}

.fileinput-preview .remove
{
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 5;
    padding: 2px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 22px;
    width: 22px;
    overflow: hidden;
    opacity: 0;
}

.fileinput-preview .remove:hover
{
    opacity: 1.0;
    cursor: pointer;
}

.fileinput-preview .inner
{
    padding: 4px; 
    width: 160px;
    height: 160px;
    margin-top: 2px;
    margin-left: 2px;
    overflow: hidden;
    line-height: 156px;
}

.fileinput-preview .inner > img
{
    vertical-align: middle;
    padding: 0;
}

.fileinput-preview-container .removed
{
    display: none;
}

.flyover 
{
   left: 150%;
   overflow: hidden;
   position: fixed;
   width: 50%;
   opacity: 0.9;
   z-index: 2050;
   transition: left 0.6s ease-out 0s;
}
 
.flyover-centered 
{
   top: 50%;
   transform: translate(-50%, -50%);
}

.flyover.in 
{
   left: 50%;
}

.flyover-bottom {
   bottom: 10px;
}

ul.sortable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
ul.sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1.4em; height: 40px; }
ul.sortable li span { position: absolute; margin-left: -1.3em; }
ul.sortable li:hover{ cursor: pointer; }

.button-click
{
    cursor: pointer;
}

.gi-1x{font-size: 1em;}
.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}

.glyphicon.g-grow-1x{font-size: 1.0em; color: #337AB7;} 
.glyphicon.g-grow-2x{font-size: 2.0em; color: #337AB7;} 
.glyphicon.g-grow-3x{font-size: 3.0em; color: #337AB7;} 
.glyphicon.g-grow-4x{font-size: 4.0em; color: #337AB7;} 
.glyphicon.g-grow-5x{font-size: 5.0em; color: #337AB7;} 

.glyphicon.g-grow-1x:hover{font-size: 1.5em;} 
.glyphicon.g-grow-2x:hover{font-size: 2.5em;} 
.glyphicon.g-grow-3x:hover{font-size: 3.5em;} 
.glyphicon.g-grow-4x:hover{font-size: 4.5em;} 
.glyphicon.g-grow-5x:hover{font-size: 5.5em;} 

.grow-image 
{
    /*background-image: url(../images/edit.png); */
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-clip: border-box;
    transition: background-size 0.2s;
    -webkit-transition: background-size 0.2s;
    transition-timing-function: cubic-bezier(.07,1.41,.82,1.41);
    display: inline-block;
    width: 20px;
    height: 30px;
    text-decoration: none;
    cursor: pointer;
}

.grow-image.pdf-download
{
    background-size: 45px; 
    width: 90px;
    height: 80px;   
}

.grow-image.pdf-download:hover
{
    background-size: 80px;    
}

.grow-image:hover 
{
    background-size: 20px;
}

.grow-image.import.large:hover
{
    background-size: 32px;
}

.grow-image.edit 
{
    background-image: url(/core/images/edit.png);
}

.grow-image.add 
{
    background-image: url(/core/images/icon-add.gif);
}

.grow-image.delete 
{
    background-image: url(/core/images/cross-icon.png);
}

.grow-image.pdf-download 
{
    background-image: url(/core/images/pdf-down-icon.png);
}

.grow-image.import 
{
    background-image: url(/core/images/document_import.png);
}

.grow-image.update 
{
    background-image: url(/core/images/icon-update.png);
}

.grow-image.info 
{
    background-image: url(/core/images/icon-info.png);
}

.popover {
    background: #337AB7;
    color: white;
}

.popover.bottom .arrow:after {
    border-bottom-color: #337AB7;
    color: white;
}

td.transparent
{
    background-color: none;
}

.table.remove-row-lines th, .table.remove-row-lines td 
{ 
     border-top: none !important;
}

div.table-curved-div
{
    border-top-right-radius: 6px; 
    border-top-left-radius: 6px; 
    border-bottom-left-radius: 6px; 
    border-bottom-right-radius: 6px; 
    overflow:hidden;
}

.table thead
{
    background: #ccc; 
}

.table th
{
    font-style: italic; 
    font-weight: 800;
    text-align: center;
}

.table td
{
    font-weight: bold;
    text-align: center;
}

.table tbody tr:hover td, .table tbody tr:hover th {
    background-color: #D0E9F2;
}

.table td.month-view.button-click:hover
{
    border: 2px solid #bbb;
    border-style: dotted;
}

.input-mini { width: 60px !important; } 
.input-mini-1 { width: 70px !important; } 
.input-mini-2 { width: 80px !important; } 
.input-small { width: 90px !important; } 
.input-small-1 { width: 110px !important; } 
.input-small-2 { width: 130px !important; } 
.input-medium { width: 150px !important; } 
.input-medium-1 { width: 170px !important; } 
.input-medium-2 { width: 190px !important; } 
.input-large { width: 210px !important; } 
.input-xlarge { width: 270px !important; } 
.input-xxlarge { width: 530px !important; } 

.control-inline
{
    display: inline;
}

.control-left-offset-1 { margin-left: 2px; }
.control-left-offset-2 { margin-left: 4px; }
.control-left-offset-3 { margin-left: 6px; }
.control-left-offset-4 { margin-left: 8px; }
.control-left-offset-5 { margin-left: 10px; }
.control-left-offset-6 { margin-left: 15px; }
.control-left-offset-7 { margin-left: 20px; }

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td{
    padding: 1px;
}

div.bootbox.modal.fade.in 
{
    z-index:1070;
}

.glyphicon.button-click:hover
{
    color: #337AB7;
}

input[type="checkbox"]{
  width: 16px; /*Desired width*/
  height: 16px; /*Desired height*/
  cursor: pointer;
  /*
  -webkit-appearance: none;
  appearance: none;
  */
}

.panel-default > .panel-heading.info {
  background-color: #9BDFBB;
}

.popover {
    background: #337AB7;
    color: white;
}

.popover.top > .arrow:after {
    border-top-color: #337AB7;
}

.popover.bottom > .arrow:after {                                   
    border-bottom-color: #337AB7;
}

.popover-info-click:hover
{
    color: #A4C6F3;
}
 
:focus{
    outline:none;
}
 
div.clear{
    clear:both;
}      

/* modal stuff */

.modal {
    overflow-y: auto;
}

.modal-open {
    overflow: auto;
}

.modal-open[style] {
    padding-right: 0px !important;
}

body {
    overflow-y:scroll !important;
}

/*
body.modal-open{overflow:hidden!important;}

.modal-open .modal {
    overflow-y:scroll !important;
}

body.modal-open 
{
    margin-right: 15px !important;
    padding-right:0px !important;
}

*/

.modal {
    overflow-y: auto;
}

.modal-open {
    overflow: auto;
    padding-right: 0 !important;
}

.modal-header {
    cursor: move;
}

.modal > .modal-dialog.modal-xl {
  width: 1000px;
}

.bootbox-confirm 
{
    z-index: 3000 !important;
}

.modal-backdrop.in
{
    opacity:0.1 !important;
    position:fixed;
    height:100%;
}

.checkboxes label {
  display: block;
  float: left;
  padding-right: 10px;
  white-space: nowrap;
}
.checkboxes input {
  vertical-align: middle;
  display: inline;
}
.checkboxes label span {
  vertical-align: middle;
  font-size: 14px; 
  font-weight: bold;
}

.fa.my-grow:hover{
  font-size:3em;
  transition: 0.5s ease-out;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

 /* Style the list */
ul.breadcrumb {
  padding: 5px 8px;
  list-style: none;
  background-color: #eee;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 14px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 4px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
} 

.bootbox.modal {z-index: 9999 !important;}

.clickable:hover
{
    cursor: pointer;   
}
