/*_Layout Page Styling*/
.navbar-toggle {
    background-color: #6928AF !important;
    border-color: #6928AF !important;
    border-radius: 0px !important;
}

    .navbar-toggle:hover, .navbar-toggle:focus {
        background-color: #6928AF !important;
        border-color: #6928AF !important;
    }

.navbar-default ul > li > a {
    color: #d3d3d3 !important;
}

    .navbar-default ul > li > a:hover {
        color: #ffffff !important;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
    /*background-image: linear-gradient(to bottom, #6928AF 0, #6928AF 100%);*/
}

.navbar-collapse.in .navbar-nav > .open > a, .navbar-collapse.in .navbar-nav > .active > a, .navbar-collapse.collapsing .navbar-nav > .open > a, .navbar-collapse.collapsing .navbar-nav > .active > a {
    /* background: #585858; */
}

.navbar-default ul.dropdown-menu > li > a {
    color: #585858 !important;
    background-color: white !important;
}

.navbar-collapse.in .dropdown.current, .navbar-collapse.in a.current, .navbar-collapse.collapsing .dropdown.current, .navbar-collapse.collapsing a.current {
    background: rgba(0, 0, 0, 0.06);
    /* color: #e6e6e6 !important; */
}

.navbar-collapse > ul.dropdown-menu {
    background: #ffffff !important;
}

.navbar-collapse.in {
    overflow-y: visible;
}

@media (max-width: 767px) {
    .navbar-default ul.dropdown-menu {
        background-color: white !important;
        border-radius: 0;
    }
}

input:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgb(130, 95, 232) !important;
}

/*DateTimePicker Active Day Background*/
td.day.active, td span.month.active, td span.year.active, td span.decades.active {
    background-color: #6928AF !important;
}

.btn-primary {
    color: white !important;
}

    .btn-primary:hover {
        color: white !important;
    }

div#msg_loader {
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    /*padding-top:10px;*/
    margin-top: -30px;
    margin-left: -40px;
    z-index: 10000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    animation: full-rotation 0.6s steps(12) infinite;
}


/** Datatables */

/* Datatables row controls */

.rowcontrol {
    background-color: white;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 1px solid #dddddd;
    border-right-width: 0;
    width: 47px;
    position: absolute;
    display: block;
    left: -48px;
    top: -1px;
    /*padding: 3px 0px 3px 5px;*/
    height: 100%;
    max-height: 50px;
    display: none;
    text-align: center;
    box-sizing: content-box;
    overflow: hidden;
}

    .rowcontrol * {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        font-size: medium;
    }

table.dataTable.managerow .rowcontrol a, table.dataTable.managerow .dtr-data a, .material-icon-control {
    color: #6f6f6f;
}

    table.dataTable.managerow .rowcontrol .delete:hover, table.dataTable.managerow .dtr-data .delete:hover, .material-icon-control:hover {
        color: #DFA8D1;
    }

    table.dataTable.managerow .rowcontrol .AjaxModalTrigger:hover, table.dataTable.managerow .dtr-data .AjaxModalTrigger:hover, .material-icon-control:hover {
        color: #66CCA2;
    }


table.dataTable.managerow li:last-of-type > .dtr-data {
    white-space: nowrap;
}

    table.dataTable.managerow li:last-of-type > .dtr-data > *:not(:last-child) {
        margin-right: 15px;
    }

    table.dataTable.managerow li:last-of-type > .dtr-data > a {
        display: inline-block;
        width: 1.85em;
        height: 1.5em;
        margin-bottom: -1px;
        overflow: hidden;
        vertical-align: middle;
    }

    table.dataTable.managerow li:last-of-type > .dtr-data .material-icons {
        vertical-align: middle;
        margin-top: -5px;
        margin-bottom: -5px;
    }

table.table.managerow tbody > tr > td:first-of-type {
    border-left: 1px solid transparent;
}

table.table.managerow tbody > tr:hover > td:first-of-type {
    border-left: 1px solid #dddddd;
}

table.table.managerow.dataTable.dtr-inline.collapsed tbody > tr:hover > td:first-of-type,
table.table.managerow.dataTable.dtr-column.collapsed tbody > tr:hover > td:first-of-type {
    border-left: 1px solid transparent;
}

table.table.managerow tbody > tr:last-of-type > td {
    border-bottom: 1px solid transparent;
}

table.table.managerow tbody > tr:last-of-type:hover > td {
    border-bottom: 1px solid #dddddd;
}

table.table.managerow.dataTable.dtr-inline.collapsed tbody > tr:last-of-type:hover > td,
table.table.managerow.dataTable.dtr-column.collapsed tbody > tr:last-of-type:hover > td {
    border-bottom: 1px solid transparent;
}

table.table.managerow tfoot ~ tbody > tr:last-of-type > td,
table.table.managerow tfoot ~ tbody > tr:last-of-type:hover > td,
table.table.managerow.dataTable tbody > tr.child:last-of-type > td,
table.table.managerow.dataTable tbody > tr.child:last-of-type:hover > td {
    border-bottom-width: 0 !important;
}

.rowcontrol .material-icons {
    font-size: 18px;
    height: 18px;
    width: 18px;
}

.rowcontrol > :first-child:last-child {
    left: -12px;
    right: 0;
}

.rowcontrol > :first-child:nth-last-child(2) {
    left: 6px;
}

    .rowcontrol > :first-child:nth-last-child(2) ~ :last-child {
        left: 25px;
    }

.rowcontrol > :first-child:nth-last-child(3) {
    left: -1px;
}

    .rowcontrol > :first-child:nth-last-child(3) ~ :nth-child(2) {
        left: 14px;
    }

    .rowcontrol > :first-child:nth-last-child(3) ~ :last-child {
        left: 29px;
    }

.rowcontrol > :first-child:nth-last-child(4) {
    left: -1px;
}

    .rowcontrol > :first-child:nth-last-child(4) ~ :nth-child(2) {
        left: 14px;
    }

    .rowcontrol > :first-child:nth-last-child(4) ~ :nth-child(3) {
        left: 29px;
    }

    .rowcontrol > :first-child:nth-last-child(4) ~ :nth-child(4) {
        left: 44px;
    }



table.table-hover .rowcontrol {
    background-color: #f5f5f5;
}

.rowcontrol.wide {
    width: 65px;
    margin-left: -70px;
}


#content .panels ul#calendar-list #remarks .rowcontrol {
    width: 45px;
    position: absolute;
    display: block;
    height: 19px;
    background: none;
    padding: 0px;
    margin: 0px;
    border: 0px;
    right: 0px;
    top: 4px;
    display: none;
}

.rowcontrol a img, .rowcontrol i {
    padding: 0px 0px;
    vertical-align: -2px;
}

table.dataTable.collapsed .rowcontrol:not(th), table.dataTable.bs-size-xs .rowcontrol:not(th) {
    display: none !important;
}

table.dataTable thead th, table.dataTable thead td {
    padding-left: 2px;
    padding-right: 2px;
}

table th input {
    width: 100%;
    font-size: x-small;
}

/*table.managerow td {position:relative; height:28px;}*/
table.managerow td {
    position: relative;
    height: auto;
}

.noover {
    overflow: visible;
}
/*.forcedh {height:auto; min-height:617px;}*/
.forcedh {
    height: auto;
}

table tr {
    font-size: small !important;
}

/* Datatable Responsive Customizations (Includes fix for hidden inputs as first element of tr)*/


/*table.dataTable.dtr-column.collapsed>tbody>tr>td.control:before, table.dataTable.dtr-column.collapsed>tbody>tr>th.control:before {
    top: 9px;
    left: 4px;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: #337ab7;
}*/

/*table.dataTable.dtr-column.collapsed>tbody>tr>td.control, table.dataTable.dtr-.collapsed>tbody>tr:not(.child)>th:first-of-type {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}*/

table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
    display: none;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before,
table.dataTable.dtr-column.collapsed > tbody > tr > td.control:before, table.dataTable.dtr-column.collapsed > tbody > tr > th.control:before {
    background-color: #6928AF !important;
    background-image: url(/images/bs/ic_add_white_24dp_2x.png);
    background-size: cover;
    content: '' !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    left: 2px;
    width: 16px;
    height: 16px;
    text-indent: 4px;
    line-height: 20px;
    font-size: 20px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

table.dataTable.dtr-column.collapsed > tbody > tr > td.control:before, table.dataTable.dtr-column.collapsed > tbody > tr > th.control:before {
    display: inline;
    left: 2px;
    width: 16px;
    height: 16px;
    text-indent: 4px;
    line-height: 20px;
    font-size: 20px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
}

table.dataTable.dtr-column.collapsed > tbody > tr > td.inline-control, table.dataTable.dtr-column.collapsed > tbody > tr > th.inline-control {
    padding-left: 25px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before,
table.dataTable.dtr-column.collapsed > tbody > tr.parent > td.control:before, table.dataTable.dtr-column.collapsed > tbody > tr.parent > th.control:before {
    background-image: url(/images/bs/ic_remove_white_24dp_2x.png);
}

table.dataTable.dtr-column > thead > tr > td.control.inline-control, table.dataTable.dtr-column > thead > tr > th.control.inline-control,
table.dataTable.dtr-column > tbody > tr > td.control.inline-control, table.dataTable.dtr-column > tbody > tr > th.control.inline-control {
    display: table-cell !important; /* Always display inline-control column */
    /* font-weight: 700; */
}

table.dataTable.dtr-column:not(.collapsed) > tbody > tr > td.control, table.dataTable.dtr-column:not(.collapsed) > tbody > tr > th.control {
    cursor: inherit;
}

/* A hack to preload the minus image so it doesn't show up blank when a collapsed row is first expanded */
body:after {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    content: url(/images/bs/ic_remove_white_24dp_2x.png);
}

/* General Datatable customizations */

input.search_init {
    color: #999999;
    font-size: x-small;
    font-style: normal;
    margin-left: 2px;
    margin-right: 2px;
}

.ui-indicator {
    color: #999999;
    font-size: x-small !important;
    font-style: normal;
    margin-left: 2px;
    margin-right: 2px;
    vertical-align: bottom;
    background: white;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-top: 2px;
    height: 18px !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}


input:focus {
    outline-color: #6928AF !important;
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 3px rgba(18, 142, 68, 1) !important */
}

table thead tr {
    margin-top: 5px;
    background-color: rgb(248, 248, 248);
}

table.dataTable thead tr th {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-left: 0px !important;
}

    table.dataTable thead tr th:not(.sorting):not(.sorting_asc):not(.sorting_desc) {
        padding-right: 3px !important;
    }

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    bottom: 2px !important;
}

table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
    top: 2px !important;
}

/*.dataTables_wrapper {min-height:0px !important; border:1px solid #D7D7D7;}*/

.dataTables_wrapper .dataTables_info {
    white-space: normal !important;
}

.dataTables_length, .dataTables_filter {
    padding: 5px 0;
}

    .dataTables_length select, .dataTables_filter input {
        height: 22px;
        padding-bottom: 3px;
        padding-top: 3px;
    }

    .dataTables_filter label {
        float: right;
    }

.dataTables_empty {
    display: none;
}

body table.dataTable thead td,
body table.dataTable thead th,
body table.dataTable tfoot th,
body table.dataTable tfoot td {
    padding: 1px 2px;
}

body table.dataTable tbody th,
body table.dataTable tbody td {
    padding: 2px 2px;
}

table.dataTable th {
    white-space: nowrap;
}

table.dataTable td.child {
    word-break: break-all;
    word-break: break-word;
    word-wrap: break-word;
}

table.dataTable > tbody > tr.child span.dtr-data {
    display: inline-block;
}

/*table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
	display: inline-block;
	position: relative;
	width: 1.3em;
	text-align: right;
	margin-top: -1px;
    padding-bottom: 2px;
}*/

/*************************/



/*Custom Tabs Styling*/
.nav.nav-tabs li.active a, .nav .nav-tabs li.active a:focus {
    background-color: #6928AF;
    color: #FFFFFF !important;
}

ul.nav.nav-tabs li a {
    color: black !important;
    border-color: #d7d7d7;
}

span.icon-bar {
    background-color: #d3d3d3 !important;
}

/*************************/


label.required, span.required {
    background-image: url(/images/requiredPinkSmall.png);
    background-position: right top;
    background-repeat: no-repeat;
    padding-right: 12px;
}

/* form validation */
.validation-summary-valid {
    display: none;
}

.validation-summary-errors {
    color: Red;
}

.field-validation-error, .error {
    font-weight: bold;
    color: Red;
}

.warning {
    font-weight: bold;
    color: yellow;
}

.overflow-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
    border-radius: 0 0 4px 4px;
}

.tt-scrollable-menu-150 .tt-menu {
    max-height: 150px;
    overflow-y: auto;
}

.tt-scrollable-menu-250 .tt-menu {
    max-height: 250px;
    overflow-y: auto;
}

.cp-material-icon-xs {
    vertical-align: middle !important;
    font-size: 10px !important;
}

.cp-material-icon-sm {
    vertical-align: middle !important;
    font-size: 13px !important;
}

.cp-material-icon-md {
    vertical-align: middle !important;
    font-size: 16px !important;
}

.eula {
    border: 1px solid #999999;
    padding: 3px;
    overflow-y: auto;
    width: 100%;
    height: 150px;
}

.form-horizontal .form-group.form-group-sm {
    margin-bottom: 7px;
}

.form-group-sm input[type=checkbox] {
    width: 2em;
    display: inline-block;
    vertical-align: bottom;
}


/*dynatree customizations*/

.dynatree-container {
    border-color: lightgrey !important;
    border-style: double !important;
    border-radius: 3px;
}

/* Bootstrap Popover Customizations*/

.popover {
    max-width: 300px !important;
}

/* Remove button highlights */
button.btn:focus, a.btn:focus, button.fc-button:focus, button.close:focus, input.btn:focus, .noOutline, td {
    outline: none !important;
}

.btn-default.active {
    border-color: #A5C4E1;
}

.noTextSelect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version */
}

/*TimeKeeper */
#timekeeper {
    display: inline;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    padding: 0.3em;
    opacity: 0.7;
    -moz-border-top-right-radius: 1em;
    -moz-border-bottom-right-radius: 1em;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
    cursor: pointer;
    /*Fix for iOS - prevents timekeeper from disapearing when changing from static to fixed positioning*/
    transform: translate3d(0px,0px,0px);
    margin-top: 5px;
}

    #timekeeper:hover {
        opacity: 1;
    }

    #timekeeper.on {
        background-color: #DAFAF2;
    }

    #timekeeper.over {
        background-color: rgb(255,175,255);
    }

    #timekeeper.fixed {
        position: fixed;
        top: 0;
    }

    #timekeeper #tk_counter {
        display: none;
    }

    #timekeeper.on #tk_counter {
        display: inline;
        font-variant: small-caps;
        font-size: 13px;
        vertical-align: middle;
    }

#tk-full .editor-label-over span {
    width: 100%;
    font-size: 11px;
    margin: 5px 0px 0px 10px;
    background-color: #ffff55;
    color: #999999;
    font-weight: bold;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}
/*#timekeeper .left-mod, #timekeeper .right-mod
{ margin: 5px 5px 5px 5px;
  background-color: White;
}*/
/*#timekeeper .left-mod .section, #timekeeper .right-mod .section
{float: left;
    margin: 2px 2px 2px 2px;
    padding: 2px 2px 2px 2px;
    width: 97%
}*/

#tk-full table.off {
    display: none;
}

#tk-full table th, #tk-full #TimeKeeperTable td {
    text-align: left;
}

/*#timekeeper #tk_TimeTableDiv input {width: 70px;}*/

/* Popover Backdrop Styling */

.popover.hasBackdrop {
    z-index: 2010;
}

.hasBackdrop[data-toggle="popover"] {
    z-index: 2009 !important;
    position: relative;
}


#popoverBackdrop {
    z-index: 2000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.15;
    background-color: #000;
}

.no-padding-right {
    padding-right: 0 !important;
}

/*Custom Bootstrap Extensions*/

.col-sm-0 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding-left: 15px;
}

    .col-sm-0:first-child {
        visibility: hidden;
        position: absolute;
    }

.well-xs {
    padding-top: 3px;
    padding-bottom: 3px;
}

.panel-heading-xs {
    padding-top: 3px;
    padding-bottom: 3px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .modal-lg {
        width: 750px;
    }
}

.modal-xl {
    width: auto;
    margin: 20px 30px;
}

@media (max-width: 768px) {
    .modal-xl {
        margin: 10px;
    }
}

/* Loading Spinner CSS */

@keyframes full-rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}






/* AjaxModal Loading Overlay - styles are inline in JS for reliability */
.ajax-modal-spinner {
    text-align: center;
}

/*TypeAhead Customizations*/
span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000 !important;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    max-height: 300px;
    overflow-y: auto;
    max-width: 95vw;
}
/* Fix for horizontal scroll in tt-menu */
.twitter-typeahead .tt-dataset {
    display: inline-block;
    min-width: 100%;
}

span.twitter-typeahead .tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
    cursor: pointer;
}

    span.twitter-typeahead .tt-suggestion.tt-cursor,
    span.twitter-typeahead .tt-suggestion:hover,
    span.twitter-typeahead .tt-suggestion:focus {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #6928AF;
    }

.input-group.input-group-lg span.twitter-typeahead .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.input-group.input-group-sm span.twitter-typeahead .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

span.twitter-typeahead {
    width: 100%;
    display: inline;
}

.input-group span.twitter-typeahead {
    display: block !important;
    height: 34px;
}

    .input-group span.twitter-typeahead .tt-menu,
    .input-group span.twitter-typeahead .tt-dropdown-menu {
        top: 32px !important;
    }

    .input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
        border-radius: 0;
    }

    .input-group span.twitter-typeahead:first-child .form-control {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group span.twitter-typeahead:last-child .form-control {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.input-group.input-group-sm span.twitter-typeahead {
    height: 30px;
}

    .input-group.input-group-sm span.twitter-typeahead .tt-menu,
    .input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
        top: 30px !important;
    }

.input-group.input-group-lg span.twitter-typeahead {
    height: 46px;
}

    .input-group.input-group-lg span.twitter-typeahead .tt-menu,
    .input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
        top: 46px !important;
    }

.tt-menu .search-heading {
    padding: 5px 20px;
    cursor: default;
    background-color: #f5f5f5;
    font-size: 14px;
    font-weight: bold;
}

/*Google Material Icons*/
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(/Content/fonts/MaterialIcons-Regular.woff2) format('woff2'), url(/Content/fonts/MaterialIcons-Regular.woff) format('woff'), url(/Content/fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

h5.title-underline {
    border-bottom: 2px solid #A5C4E1;
    font-weight: bold;
    padding-bottom: 1px;
    margin-top: 15px;
    font-size: 18px;
    /*padding-left: 5px;*/
}

.profile-pic {
    max-width: 100%;
    border-radius: 2px;
    height: auto;
}

@media (max-width: 767px) {
    .profile-pic {
        max-width: 60%;
    }
}

.textCentered {
    text-align: center;
}

.dataTables_wrapper tbody td input.form-control {
    width: 95%;
}

@media (min-width: 768px) {
    .dataTables_wrapper div.dataTablesHeaderSeperator {
        display: inline-block;
        width: 10px;
    }

        .dataTables_wrapper div.dataTablesHeaderSeperator + .dataTables_length {
            display: inline-block;
        }

    div.dataTables_wrapper div.dataTables_filter > label {
        width: 100%;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        max-width: 220px;
        width: 100%;
    }
}

.cp-panel-heading {
    text-align: right;
}

    .cp-panel-heading > .cp-panel-heading-left {
        float: left;
        text-align: left;
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .cp-panel-heading > .cp-panel-heading-right {
        white-space: nowrap;
        display: inline-block;
        margin-top: 1px;
        margin-bottom: 1px;
    }

.fc-event {
    min-height: 1em;
}

iframe {
    border: none;
}

.responsive-title-bar {
    float: right;
    margin-top: -2px;
    display: inline;
}

/*
 * Responsive text aligning
 * http://ohryan.ca/2014/08/14/set-responsive-text-alignment-bootstrap-3/
 *
 * EDITED by Nino �kopac for StackOverflow (https://stackoverflow.com/q/18602121/1325575)
 */
.text-xs-left {
    text-align: left;
}

.text-xs-right {
    text-align: right;
}

.text-xs-center {
    text-align: center;
}

.text-xs-justify {
    text-align: justify;
}

@media (min-width: 768px) {
    .text-sm-left {
        text-align: left;
    }

    .text-sm-right {
        text-align: right;
    }

    .text-sm-center {
        text-align: center;
    }

    .text-sm-justify {
        text-align: justify;
    }
}

@media (min-width: 992px) {
    .text-md-left {
        text-align: left;
    }

    .text-md-right {
        text-align: right;
    }

    .text-md-center {
        text-align: center;
    }

    .text-md-justify {
        text-align: justify;
    }
}

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left;
    }

    .text-lg-right {
        text-align: right;
    }

    .text-lg-center {
        text-align: center;
    }

    .text-lg-justify {
        text-align: justify;
    }
}

.responsive-title-bar {
    float: right;
    margin-top: -2px;
    display: inline;
}

.tooltip {
    pointer-events: none;
}
