﻿body.dashboard-popup
{
	padding: 15px;
}

.form-control
{
	max-width: 100% !important;
}

.table-nav
{
	width: 32px !important;
}

.table-nav .btn-checkbox > i
{
	margin: 0;
}

.table-nav .fa-caret-right
{
	margin-top: 2px;
	margin-left: 1px;
}

.table-nav .fa-caret-down
{
	margin-top: 3px;
}

.ReadOnlyTextBox
{
	background-color: #f6f6f7;
	opacity: 1;
	color: #3c3e41;
}

a.panel-toggle > i.fa-search:before
{
	content: "\f010";
}

a.panel-toggle.collapsed > i.fa-search:before
{
	content: "\f00e";
}

a.panel-toggle > i.fa-collapsible:before
{
	content: "\f068"
}

a.panel-toggle.collapsed > i.fa-collapsible:before
{
	content: "\f067";
}

.panel-body .form-group:last-child
{
	margin-bottom: 0;
}

.ErrorMessages:empty
{
	display: none;
}

.row > div
{
	padding-right: 7.5px;
}

.row > div:last-child {
    padding-right: 10px;
}

ul.alert.alert-danger.pad-left
{
	list-style-type: none;
}

ul.alert > li:before
{
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 10px;
	content: "\f071";
}

.table thead th
{
	cursor: pointer;
}

.table thead th .fa.fa-caret-up,
.table thead th .fa.fa-caret-down
{
	float: right;
	padding-top: 2px;
}

.table > tbody > tr.alternate-row
{
	background-color: #f9f9f9;
}

.input-group.drop-down-list
{
	max-width: 100% !important;
	padding: 0;
	background-color: transparent;
}

.input-group.drop-down-list > div:not(.btn-group)
{
	max-width: 100% !important;
	border: 1px solid #dedfe1;
	border-bottom: 2px solid #d4d5d7;
	height: 34px;
	white-space: nowrap;
	padding: 0;
	padding-right: 22px;
    background-color: #ffffff;
}

.input-group.drop-down-list.read-only
{
 	background-color: #f6f6f7;
}

.input-group.drop-down-list.read-only > div
{
	padding-right: 0;
}

.input-group.drop-down-list input[readonly]
{
       cursor: default;
       background-color: #ffffff;
}
.input-group.drop-down-list input[disabled]{
        cursor: not-allowed;
       background-color: #F6F6F7;
}

 input[disabled] < .input-group.drop-down-list
{
     cursor: not-allowed;
     background-color: #F6F6F7;
}
.input-group.drop-down-list.read-only input[readonly]
{
 	background-color: #f6f6f7;
	opacity: 1;
	color: #3c3e41;
}

.input-group.drop-down-list .form-control
{
	border: 0;
	margin: 0;
	padding: 0 12px;
	height: 31px;
}

.input-group.drop-down-list .input-group-addon
{
	border: 0;
	background-color: #ffffff;
	display: block;
	padding: 9px 0 0 0;	
}

.input-group.drop-down-list.read-only .input-group-addon
{
	display: none;
}

.btn.post-data:not(.active) > i
{
	opacity: .2;
}

.btn.post-data.btn-warning
{
	color: #ffffff;
}

.ComboBoxDropDownItem
{    
	display: block;
	color: #3c3e41;
	text-decoration: none;
	padding: 3px 12px;
}

.ComboBoxDropDownItem:focus
{
	cursor: pointer;
	color: #3c3e41;
	text-decoration: none;
    background-color: #f5f5f5;
}

.ComboBoxDropDownItemSelectablefalse,
.ComboBoxDropDownItemSelectablefalse:hover
{
	color: #999999;
	cursor: default;
}

.input-group.drop-down-list > div.MultiSelect
{
	border: 1px solid #dedfe1;
	border-bottom: 2px solid #d4d5d7;
    width: 100%;
    height: 113px;
	padding: 5px 0;
	overflow-y: scroll;
	overflow-x: hidden;
}

.MultiSelect A
{
    display: block;
    color: #3c3e41;
    text-decoration: none;
	padding: 3px 12px;
    margin: 0;
}

.MultiSelect A:hover
{
    color: #3c3e41;
    background-color: #f5f5f5;
}

.hasDatepicker 
{
    height: 34px;
    font-size: 14px;
    line-height: 1.42857;
    color: #3c3e41;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dedfe1;
    border-bottom: 2px solid #d4d5d7;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	position: relative;
	z-index: 2;
}

div.MultiSelect
{
	border: 1px solid #dedfe1;
	border-bottom: 2px solid #d4d5d7;
    width: 100%;
    height: 113px;
	padding: 5px 0;
	overflow-y: scroll;
	overflow-x: hidden;
    background-color: #ffffff;
}
.CalHour, .CalHourFreeBusy, .CalHourFreeBusyGrid
{
    /*background:#204a87 url(./Images/Calendar_Appointment.png);*/
    text-align:right; position:absolute;
    border:solid 1px #7497cd;
}
.CalHourFreeBusy, .CalHourFreeBusyGrid
{
	text-align: left;
	font-size:11px;
	height:20px;
	width:48px;
	top:0;
}
.CalHourFreeBusyGrid 
{
	background:none #f4f7fa;
	height:100%;
}
.CalHourFreeBusyHighlighted
{
	background:none #fad163;
}
.CalHourFreeBusyGridHighlighted 
{
	background:none #f9e8bb;
}
.CalHour SPAN
{
    position:absolute;
    border-top:dashed 1px #7497cd; top:24px; left:0px; width:48px;
}
.CalHourFreeBusy SPAN, .CalHourFreeBusyGrid SPAN
{
    position:absolute;
    border-left:dashed 1px #7497cd;
    left:24px;
    top:0px;
    height:20px;
	height:100%;
}
.CornerMiddle 
{ 
    background-color:#e4e9ef; 
    /*border-top:solid 1px #9999ee; 
    border-bottom:solid 1px #9999ee;*/ 
    color:Black; 
    padding:0px; 
    height:14px; 
    vertical-align:top; 
    border-radius:5px;

}

.CornerTL
{
	background: url(../images/corner-tl.png) no-repeat;
	width:6px;
	height:6px;
	padding:0px;
}

.RadioList
{
    position:relative; left:0px; top:0px;
    background-color:White;
    cursor:pointer;
    border:solid 1px transparent;
}
.RadioListHighlight
{
    position:relative; left:0px; top:0px;cursor:pointer;
    background-color:#e4e9ef; border:solid 1px #9999ee; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.RadioListHighlight SPAN { padding-left:21px; }
.RadioListHighlight DD { font-weight:bold; margin:0px; padding:0px; }

.RadioList SPAN { padding-left:21px; }
.RadioList DD { font-weight:bold; margin:0px; padding:0px; }
.NavigationBox
{
    background-color:rgb(53,64,88);
    margin:0px; padding:0px;
    position:absolute; left:2px; width:195px;
    bottom:7px; top:0px;
    border-color:#2b3448;
}
.NavMinor
{
    color:White;
    margin-left:-25px; 
    display:block;
    font-size:14px;
}
.MSelected
{
    border:solid 1px #FFFFFF !important; -moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;
    cursor:pointer;
    background:url(./Images/75_White.png);
    color:Black !important;
}
.NavMajorA
{
    background-color:rgb(109,157,210);
    border:solid 2px Transparent;
}
.NavigateMinor
{
    color:White;
    margin-left:-25px; 
    display:block;
    /*font-size:14px;*/
    font-family: "Poppins", sans-serif;
}
.NavigateSelected
{
	border: solid 1px #6d9dd2 !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	/*background:url(./Images/75_White.png);*/
	color: Black !important;
	background: #6d9dd2;
}

.signature-container
{
	margin-top: 6px;
}

.signature-container:first-child
{
	margin-top: 0;
}

.signature-container > div
{
	height: 125px;
	padding: 0;
	margin: 0;
	clear: both;
}

.signature-container > div > img
{
	float: left;
	width: 175px;
	height: 125px;
	border: 1px solid #cccccc;
	margin: 0 6px 6px 0;
}

.signature-container > div > div
{
	float: left;
	width: auto;
	margin: 0 0 18px 4px;
}

.StackTraceTable TR TH
{
	border-top: solid 1px #eeeeee;
	border-left: solid 1px #eeeeee;
	border-bottom: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	background-color: #dddddd;
}

.StackTraceTable TR TD
{
	border-bottom: dashed 1px #aaaaaa;
	background-color: white;
}

.DesignerProperties
{
    width:100%;
    border-top:solid 1px #AAAAAA;
    border-left: solid 1px #AAAAAA;
    border-right: solid 1px #AAAAAA;
}
.DesignerProperties tbody tr th
{
    border-right:solid 1px #AAAAAA;
    border-bottom:solid 1px #AAAAAA;
    text-align:left;
    vertical-align:top;
    width:135px;
	overflow:hidden;
    height:22px;
}
.DesignerProperties tbody tr th div
{
    width:180px;
	overflow:hidden;
    height:22px;
    padding-left: 5px;
}
.DesignerProperties tbody tr td
{
    border-bottom:solid 1px #AAAAAA;
}
.DesignerProperties tbody tr td input, .DesignerProperties tbody tr td select
{
    width:100%;
    height:100%;
    border:solid 0px transparent;
}
/* Start of Organization Logo Styles */
#sidebar .Org-logo{position:absolute;bottom:15px;width:100%;text-align:center}
#sidebar .Org-logo img{max-width:142px;max-height:42px; }
/* End of Organization Logo Styles */


/* Alert Rule Editor */
	
.RuleBuilderCanvas
{
	width: 100%;
    min-height: 50px;
}

.RBOperand
{
    margin:0px;
    padding:2px;
    padding-right:4px;
    cursor:pointer;
}
.RBOperand:hover
{
    background-color:#DDDDFF;
}
.RuleBuilderCanvas UL { margin:0px; padding:0px; }
.RuleBuilderCanvas UL LI
{
    border-left:solid 4px #AAAAAA;
    list-style-type:none;
    margin:0px; padding:0px; padding-left:5px;
}
.RBLO { padding-left:21px;min-width:40px; }
.RBRO { padding-left:21px;min-width:40px; }
.RBCompare { font-weight:bold; margin-left:5px; margin-right:5px; padding-left:6px; padding-right:6px; }
.RBCombine { 
display:block; text-align:left; vertical-align:top; line-height:0.9em; padding:1px; margin:1px; margin-bottom:3px;
border:solid 1px #DDDDDD;  cursor:pointer; }
.RBCombine:hover { background-color:#DDDDFF; }
.RBCombineNoEdit { cursor:default !important; }
.RBCombineNoEdit:hover { background-color:Transparent !important; }

.RB1
{
	background: url(../apBuilder/Icons/QD_Column_18.png) no-repeat 2px 2px;
}

.RB2
{
	background: url(../apBuilder/Icons/QD_DBLiteral.png) no-repeat 2px 2px;
}

.RB3
{
	background: url(../apBuilder/Icons/QD_List.png) no-repeat 2px 2px;
}

.RB4
{
	background: url(../apBuilder/Icons/QD_DBVariable.png) no-repeat 2px 2px;
}

.RB5, .RB6, .RB7
{
	background: url(../apBuilder/Icons/QD_DBSubQ.png) no-repeat 2px 2px;
}

.RB8
{
	background: url(../apBuilder/Icons/QD_Custom_18.png) no-repeat 2px 2px;
}

.RBRule
{
    display: inline-table;
    height: 26px;
}
.RBCapLeft
{
    background:url(../apBuilder/Icons/Rule_Cap_Left.png) no-repeat 0px 0px;
    width:26px;
    height:26px;
    display:table-cell;
    cursor:pointer;
}
.RBCapRight
{
    background:url(../apBuilder/Icons/Rule_Cap_Right.png) no-repeat 0px 0px;
    width:5px;
    height:26px;
    display:table-cell;
}
.RBCapMiddle
{
    background:url(../apBuilder/Icons/Rule_Cap_Middle.png) repeat-x 0px 0px;
    height:26px;
    display:table-cell;
    vertical-align:top;
    font-size:10pt;
    padding:4px;
}


.PopContext
{
    
    background: #6d9dd2;
    border:solid 1px #6d9dd2;
}
#ContextBreadcrumb { color:White; font-weight:bold; }
.PopContext LI
{
    font-size:12pt; font-weight:bold; color:White;
    line-height:0.5em; padding:3px;
}
.PopContext LI:hover
{
    background:#AAAAFF; color:White;
    cursor:pointer;
}

.PopContext LI IMG
{
    margin-right:5px;
}

.SlideContextItems A 
{
    cursor:pointer;
    color:white;
    font-size:10pt;
}
.SlideContextItems A:hover
{
    cursor:pointer;
    color:black;
    font-size:10pt;
}
.SlideContextItems LI
{
    cursor:pointer;
    color:white;
    font-size:10pt;
}

.SlideContextItems LI:hover
{
    color: #000000;
    font-size: 10pt;
}
.FreeBusyBlocks 
{
	position:absolute;
	height:10px;
	border: 1px solid #1149f7;
	background-color: #1711c4;
}
div.H-MultiButton {
    border: 1px solid #dedfe1;
    border-bottom: 2px solid #d4d5d7;
    /*width: 350px;*/
    /* height: 113px; */
    padding: 3px;
    /* overflow-y: scroll; */
    overflow-x: hidden;
    background-color: #ffffff;
}

div.H-MultiButton button.btn{
    /*width:90px;*/
    margin:1px;
}
div.V-MultiButton {
    border: 1px solid #dedfe1;
    border-bottom: 2px solid #d4d5d7;
    width: 350px;
    height: 152px; 
    padding: 5px;
    /* overflow-y: scroll; */
    overflow-x: hidden;
    background-color: #ffffff;
}

div.V-MultiButton button.btn{
    width:100%;
    margin:1px;
}
.mbtn-new {
    color: #fff;
    background-color: #aaaaaa;
    border-color:  #aaaaaa ;
}
.mbtn-current{
    color: #fff;
    background-color: #DEDB2D;
    border-color: #DEDB2D;
}
.mbtn-complete{
    color: #fff;
    background-color: #54b710;
    border-color: #54b710;
}
.h-mbtn-stop{
    color: #fff; 
    background-color: #ce352c;
    border-color: #ce352c;
    width:60px !important;
    margin-left:5px;
}
.v-mbtn-stop{
    color: #fff; 
    background-color: #ce352c;
    border-color: #ce352c;
    margin-top:5px;
}
.phase-time {
    color: black;
    font-size:12px;
}

/* Portal Styles*/

.pr-text-primary {
    color: #0267b3;
}

.pr-text-primary-i {
    color: #0267b3 !important;
}

.pr-text-secondary {
    color: #88b3da;
}

.pr-text-secondary-i {
    color: #88b3da !important;
}

.text-success {
    color: #009788;
}

.text-success-i {
    color: #009788 !important;
}

.text-warning {
    color: #df912e;
}

.text-warning-i {
    color: #df912e !important;
}

.text-danger {
    color: #f90505;
}

.text-danger-i {
    color: #f90505 !important;
}

.text-gray {
    color: #ccc;
}

.text-gray-i {
    color: #ccc !important;
}

.text-gray-light {
    color: #f5f5f5;
}

.text-gray-light-i {
    color: #f5f5f5 !important;
}

.text-gray-dark {
    color: #7d7d7d;
}

.text-gray-dark-i {
    color: #7d7d7d !important;
}

.text-gray-darker {
    color: #555;
}

.text-gray-darker-i {
    color: #555 !important;
}

.text-light {
    font-weight: 300;
}

.text-xs {
    font-size: 10px;
    line-height: 14px;
}

.text-xs-i {
    font-size: 10px !important;
    line-height: 14px !important;
}

small, .text-sm {
    font-size: 12px;
    line-height: 16px;
}

.text-sm-i {
    font-size: 12px !important;
    line-height: 16px !important;
}

.text-lg {
    font-size: 18px;
    line-height: 22px;
}

.text-lg-i {
    font-size: 18px !important;
    line-height: 22px !important;
}

.text-xl {
    font-size: 24px;
    line-height: 28px;
}

.text-xl-i {
    font-size: 24px !important;
    line-height: 28px !important;
}

strong {
    font-weight: 600;
}

.lowercase {
    text-transform: lowercase !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.wrapper-lg {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.wrapper-md {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 740px;
}

input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.display-block {
    display: block;
}

.display-block-i {
    display: block !important;
}

.display-inline-block {
    display: inline-block;
}

.display-inline-block-i {
    display: inline-block !important;
}

.centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.border-radius-0 {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

.border-radius-0-i {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border-radius: 0px !important;
}

.border-radius-sm {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.border-radius-sm-i {
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
    border-radius: 3px !important;
}

.border-radius-md {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.border-radius-md-i {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    border-radius: 4px !important;
}

.border-radius-lg {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.border-radius-lg-i {
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    -ms-border-radius: 6px !important;
    -o-border-radius: 6px !important;
    border-radius: 6px !important;
}

@media (max-width: 767px) {
    .centered-xs {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1024px) {
    .hide-desktop {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hide-tablet {
        display: none;
    }
}

@media (max-width: 767px) {
    .hide-mobile {
        display: none;
    }
}

.texture-secondary {
    background-image: url("../images/texture-secondary.jpg");
}

.section {
    position: relative;
}

    .section .section-inner {
        max-width:990px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .section .section-inner:before, .section .section-inner:after {
            content: " ";
            display: table;
        }

        .section .section-inner:after {
            clear: both;
        }

    .section .section-background {
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .section .section-background-fixed {
        background-attachment: fixed;
    }

    .section .section-title:last-child {
        margin-bottom: 0;
    }

.section-default {
    background-color: none;
    color: #7d7d7d;
}

    .section-default .section-title {
        color: #555;
    }

.section-primary {
    background-color: #0267b3;
    color: #fff;
}

    .section-primary .section-title {
        color: #fff;
    }

    .section-primary a {
        color: #fff;
    }

        .section-primary a:hover {
            color: rgba(255,255,255,0.7);
        }

        .section-primary a.pr-btn {
            text-decoration: none;
        }

            .section-primary a.pr-btn:hover {
                color: #fff;
            }

.section-secondary {
    background-color: #88b3da;
    color: #fff;
}

    .section-secondary .section-title {
        color: #fff;
    }

    .section-secondary .hero-title, .section-secondary h1, .section-secondary h2, .section-secondary h3, .section-secondary h4, .section-secondary h5, .section-secondary h6 {
        color: #fff;
    }

.light-theme-section-secondary {
    background-color: #F0F0F5;
}

    .light-theme-section-secondary .text {
        color: #6E6D98
    }

    .light-theme-section-secondary .author-info, .light-theme-section-secondary .author {
        color: #55575A
    }

.section.light-theme-section-secondary.texture-secondary {
    background-image: url() !important;
}

.section-gray {
    background-color: #ccc;
    color: #7d7d7d;
}

    .section-gray .section-title {
        color: #555;
    }

.section-gray-light {
    background-color: #f5f5f5;
    color: #7d7d7d;
}

    .section-gray-light .section-title {
        color: #555;
    }

    .section-gray-light hr {
        border-color: #ccc;
    }

.section.section-center {
    text-align: center;
}

    .section.section-center .section-title:after {
        margin-left: auto;
        margin-right: auto;
    }

.section-banner {
    color: #fff;
}

    .section-banner .section-inner {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .section-banner .section-title, .section-banner .title {
        font-size: 48px;
        line-height: 52px;
        color: #ffffff;
    }

.section-background {
    background-repeat: no-repeat;
    background-position: center 0;
}

.section-border-top {
    border-top: 1px solid #f5f5f5;
}

.section-border-bottom {
    border-bottom: 1px solid #f5f5f5;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow, .slick-dots button {
    display: block;
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    outline: none;
}

button.slick-arrow, .slick-dots button {
    -webkit-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.slider-default .slick-arrow {
    position: absolute;
    display: block;
    top: 50%;
    width: 22px;
    height: 44px;
    margin-top: -22px;
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    outline: none;
}

.slider-default button.slick-arrow {
    width: 28px;
    height: 56px;
    text-indent: -9999px;
    -webkit-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-repeat: no-repeat;
    background-size: 100%;
}

    .slider-default button.slick-arrow svg {
        display: block;
        width: 28px;
        height: 56px;
    }

.slider-default .slick-prev {
    left: -80px;
}

.slider-default .slick-next {
    right: -80px;
}

.slider-default .slick-dots {
    display: block;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

    .slider-default .slick-dots > li {
        display: inline-block;
        margin: 0 4px;
    }

    .slider-default .slick-dots button {
        display: block;
        width: 22px;
        height: 22px;
        background: none;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #fff;
        text-indent: -9999px;
        cursor: pointer;
        margin: 2px;
    }

    .slider-default .slick-dots li.slick-active button {
        background: #fff;
    }

.slider-banner {
    position: relative;
}

    .slider-banner .item {
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }

    .slider-banner .slick-dots {
        position: absolute;
        bottom: 0;
        width: 100%;
        margin-bottom: 50px;
    }

.slider-quote {
    font-size: 22px;
    margin-left: 90px;
    margin-right: 90px;
}

    .slider-quote .picture {
        max-width: 230px;
        background: #fff;
        padding: 3px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
    }

        .slider-quote .picture .picture-inner {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            overflow: hidden;
        }

            .slider-quote .picture .picture-inner img {
                display: block;
                width: 100%;
            }

    .slider-quote .text {
        font-style: italic;
        margin-bottom: 30px;
    }

    .slider-quote .author-info {
        font-size: 18px;
    }

    .slider-quote button.slick-arrow {
        top: 38%;
    }

        .slider-quote button.slick-arrow svg {
            opacity: 0.6;
        }

    .slider-quote .slick-prev {
        left: -88px;
    }

    .slider-quote .slick-next {
        right: -88px;
    }

    .slider-quote .slick-dots {
        padding-top: 40px;
    }

@media (min-width: 768px) {
    .slider-quote .item > .row {
        display: table;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

        .slider-quote .item > .row > div {
            display: table-cell;
            padding-left: 0;
            padding-right: 0;
            vertical-align: middle;
            float: none;
        }
}

@media (max-width: 767px) {
    .slider-quote {
        margin-left: 50px;
        margin-right: 50px;
    }

        .slider-quote .slick-prev {
            left: -50px;
        }

        .slider-quote .slick-next {
            right: -50px;
        }
}

.br {
    display: block;
    clear: both;
}

@media (min-width: 480px) {
    .br-xs {
        display: block;
        clear: both;
    }
}

@media (min-width: 768px) {
    .br-sm {
        display: block;
        clear: both;
    }
}

@media (min-width: 992px) {
    .br-md {
        display: block;
        clear: both;
    }
}

@media (min-width: 1200px) {
    .br-lg {
        display: block;
        clear: both;
    }
}
.quote-grid .item {
    margin-bottom: 30px;
}

    .quote-grid .item:before, .quote-grid .item:after {
        content: " ";
        display: table;
    }

    .quote-grid .item:after {
        clear: both;
    }

.quote-grid .row:last-child .item {
    margin-bottom: 0px;
}

.quote-grid .picture {
    max-width: 22%;
    background: #fff;
    padding: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    float: left;
}

    .quote-grid .picture .picture-inner {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden;
    }

        .quote-grid .picture .picture-inner img {
            display: block;
            width: 100%;
        }

.quote-grid .content {
    width: 78%;
    float: left;
    padding-left: 20px;
    padding-right: 10%;
}

.quote-grid .text {
    font-style: italic;
    margin-bottom: 20px;
}

.quote-grid .author-info {
    font-size: 12px;
    font-weight: 600;
}

.mg-xxs {
    margin: 2px;
}

.mgt-xxs {
    margin-top: 2px;
}

.mgr-xxs {
    margin-right: 2px;
}

.mgb-xxs {
    margin-bottom: 2px;
}

.mgl-xxs {
    margin-left: 2px;
}

.mg-xxs-i {
    margin: 2px !important;
}

.mgt-xxs-i {
    margin-top: 2px !important;
}

.mgr-xxs-i {
    margin-right: 2px !important;
}

.mgb-xxs-i {
    margin-bottom: 2px !important;
}

.mgl-xxs-i {
    margin-left: 2px !important;
}

.mg-xs {
    margin: 5px;
}

.mgt-xs {
    margin-top: 5px;
}

.mgr-xs {
    margin-right: 5px;
}

.mgb-xs {
    margin-bottom: 5px;
}

.mgl-xs {
    margin-left: 5px;
}

.mg-xs-i {
    margin: 5px !important;
}

.mgt-xs-i {
    margin-top: 5px !important;
}

.mgr-xs-i {
    margin-right: 5px !important;
}

.mgb-xs-i {
    margin-bottom: 5px !important;
}

.mgl-xs-i {
    margin-left: 5px !important;
}

.mg-sm {
    margin: 10px;
}

.mgt-sm {
    margin-top: 10px;
}

.mgr-sm {
    margin-right: 10px;
}

.mgb-sm {
    margin-bottom: 10px;
}

.mgl-sm {
    margin-left: 10px;
}

.mg-sm-i {
    margin: 10px !important;
}

.mgt-sm-i {
    margin-top: 10px !important;
}

.mgr-sm-i {
    margin-right: 10px !important;
}

.mgb-sm-i {
    margin-bottom: 10px !important;
}

.mgl-sm-i {
    margin-left: 10px !important;
}

.mg-md {
    margin: 15px;
}

.mgt-md {
    margin-top: 15px;
}

.mgr-md {
    margin-right: 15px;
}

.mgb-md {
    margin-bottom: 15px;
}

.mgl-md {
    margin-left: 15px;
}

.mg-md-i {
    margin: 15px !important;
}

.mgt-md-i {
    margin-top: 15px !important;
}

.mgr-md-i {
    margin-right: 15px !important;
}

.mgb-md-i {
    margin-bottom: 15px !important;
}

.mgl-md-i {
    margin-left: 15px !important;
}

.mg-lg {
    margin: 20px;
}

.mgt-lg {
    margin-top: 20px;
}

.mgr-lg {
    margin-right: 20px;
}

.mgb-lg {
    margin-bottom: 20px;
}

.mgl-lg {
    margin-left: 20px;
}

.mg-lg-i {
    margin: 20px !important;
}

.mgt-lg-i {
    margin-top: 20px !important;
}

.mgr-lg-i {
    margin-right: 20px !important;
}

.mgb-lg-i {
    margin-bottom: 20px !important;
}

.mgl-lg-i {
    margin-left: 20px !important;
}

.mg-xl {
    margin: 30px;
}

.mgt-xl {
    margin-top: 30px;
}

.mgr-xl {
    margin-right: 30px;
}

.mgb-xl {
    margin-bottom: 30px;
}

.mgl-xl {
    margin-left: 30px;
}

.mg-xl-i {
    margin: 30px !important;
}

.mgt-xl-i {
    margin-top: 30px !important;
}

.mgr-xl-i {
    margin-right: 30px !important;
}

.mgb-xl-i {
    margin-bottom: 30px !important;
}

.mgl-xl-i {
    margin-left: 30px !important;
}

.mg-xxl {
    margin: 50px;
}

.mgt-xxl {
    margin-top: 50px;
}

.mgr-xxl {
    margin-right: 50px;
}

.mgb-xxl {
    margin-bottom: 50px;
}

.mgl-xxl {
    margin-left: 50px;
}

.mg-xxl-i {
    margin: 50px !important;
}

.mgt-xxl-i {
    margin-top: 50px !important;
}

.mgr-xxl-i {
    margin-right: 50px !important;
}

.mgb-xxl-i {
    margin-bottom: 50px !important;
}

.mgl-xxl-i {
    margin-left: 50px !important;
}

.mg-0 {
    margin: 0px;
}

.mgt-0 {
    margin-top: 0px;
}

.mgr-0 {
    margin-right: 0px;
}

.mgb-0 {
    margin-bottom: 0px;
}

.mgl-0 {
    margin-left: 0px;
}

.mg-0-i {
    margin: 0px !important;
}

.mgt-0-i {
    margin-top: 0px !important;
}

.mgr-0-i {
    margin-right: 0px !important;
}

.mgb-0-i {
    margin-bottom: 0px !important;
}

.mgl-0-i {
    margin-left: 0px !important;
}

.icon-round-container .caption {
    padding-top: 20px;
}

    .icon-round-container .caption .title {
        margin-bottom: 6px;
    }

.icon-round {
    display: block;
    width: 98px;
    height: 98px;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 0px #9e9e9e;
    box-shadow: 2px 2px 0px #9e9e9e;
}

    .icon-round img {
        width: 100%;
        height: 100%;
    }

    .icon-round.icon-primary {
        background-color: #0267b3;
    }

    .icon-round.icon-secondary {
        background-color: #88b3da;
    }

    .icon-round.icon-success {
        background-color: #009788;
    }

    .icon-round.icon-warning {
        background-color: #df912e;
    }

    .icon-round.icon-danger {
        background-color: #f90505;
    }

    .icon-round.icon-gray {
        background-color: #ccc;
    }

    .icon-round.icon-gray-dark {
        background-color: #7d7d7d;
    }

    .icon-round.icon-gray-light {
        background-color: #f5f5f5;
    }

    .icon-round.icon-inactive {
        background-color: #ccc !important;
    }
    .icon-primary, .icon-primary i {
    color: #0267b3;
}

    .icon-primary svg path, .icon-primary svg ellipse, .icon-primary svg rect {
        fill: #0267b3;
    }
    .table-container .table-sidebar-block .table-sidebar-block-inner > .icon-container .icon-round-container .icon-round {
                width: 60px;
                height: 60px;
            }
    @media (min-width: 768px) {
    .pull-left-sm {
        float: left !important;
    }

    .pull-right-sm {
        float: right !important;
    }

    .center-sm {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .center-sm-i {
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
    .pr-btn {
    font-size: 12px;
    line-height: 1.42857;
    height: 34px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .pr-btn.btn-round {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        border-radius: 30px;
    }

    .pr-btn.btn-gradient {
        -webkit-box-shadow: inset 0 0 4px rgba(255,255,255,0.6);
        box-shadow: inset 0 0 4px rgba(255,255,255,0.6);
        -webkit-text-shadow: -1px 1px 1px rgba(0,0,0,0.4);
        -moz-text-shadow: -1px 1px 1px rgba(0,0,0,0.4);
        -ms-text-shadow: -1px 1px 1px rgba(0,0,0,0.4);
        -o-text-shadow: -1px 1px 1px rgba(0,0,0,0.4);
        text-shadow: -1px 1px 1px rgba(0,0,0,0.4);
    }

    .pr-btn > .icon {
        position: relative;
        display: inline-block;
        width: 10px;
        margin-left: 10px;
    }

        .pr-btn > .icon svg {
            display: block;
            position: absolute;
            top: -17px;
            width: 24px;
            height: 24px;
        }

            .pr-btn > .icon svg path {
                -webkit-transition: all 0.2s linear;
                -o-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }

    .pr-btn, .pr-btn:hover, .pr-btn:focus, .pr-btn:active {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .pr-btn-sm, .pr-btn-group-sm > .pr-btn {
    font-size: 11px;
    height: 30px;
}

.btn-lg, .btn-group-lg > .pr-btn {
    font-size: 16px;
    height: 46px;
}

.pr-btn-primary {
    background: #0267b3;
    color: #fff;
}

    .pr-btn-primary.btn-gradient {
        background: #0384e5;
        background: -moz-linear-gradient(top, #0384e5 0%, #0267b3 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0384e5), color-stop(100%, #0267b3));
        background: -webkit-linear-gradient(top, #0384e5 0%, #0267b3 100%);
        background: -o-linear-gradient(top, #0384e5 0%, #0267b3 100%);
        background: -ms-linear-gradient(top, #0384e5 0%, #0267b3 100%);
        background: linear-gradient(to bottom, #0384e5 0%, #0267b3 100%);        
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
    }

    .pr-btn-primary:hover, .pr-btn-primary:focus, .pr-btn-primary:active {
        color: #fff;
    }

.pr-btn-secondary {
    background: #88b3da;
    color: #fff;
}

    .pr-btn-secondary.btn-gradient {
        background: #afcce6;
        background: -moz-linear-gradient(top, #afcce6 0%, #88b3da 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #afcce6), color-stop(100%, #88b3da));
        background: -webkit-linear-gradient(top, #afcce6 0%, #88b3da 100%);
        background: -o-linear-gradient(top, #afcce6 0%, #88b3da 100%);
        background: -ms-linear-gradient(top, #afcce6 0%, #88b3da 100%);
        background: linear-gradient(to bottom, #afcce6 0%, #88b3da 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
    }

    .pr-btn-secondary:hover, .pr-btn-secondary:focus, .pr-btn-secondary:active {
        color: #fff;
    }

.btn-white {
    background: #fff;
    color: #fff;
}

    .btn-white.btn-gradient {
        background: #fff;
        background: -moz-linear-gradient(top, #fff 0%, #fff 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #fff));
        background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
        background: -o-linear-gradient(top, #fff 0%, #fff 100%);
        background: -ms-linear-gradient(top, #fff 0%, #fff 100%);
        background: linear-gradient(to bottom, #fff 0%, #fff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
    }

    .btn-white:hover, .btn-white:focus, .btn-white:active {
        color: #fff;
    }
    .btn-lg, .btn-group-lg > .pr-btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}
    .btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .pr-btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
    .dropup .btn-lg .caret, .dropup .btn-group-lg > .pr-btn .caret {
    border-width: 0 5px 5px;
}
    .text-center {
    text-align: center;
}
    @media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
    @media (min-width: 767px) {
    .text-left-xs {
        text-align: left;
    }

    .text-left-xs-i {
        text-align: left !important;
    }

    .text-center-xs {
        text-align: center;
    }

    .text-center-xs-i {
        text-align: center !important;
    }

    .text-right-xs {
        text-align: right;
    }

    .text-right-xs-i {
        text-align: right !important;
    }
}
    .text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #f5f5f5;
}

.text-primary {
    /*color: #0267b3;*/
}

h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: -0.03em;
    color: #555;
}

.section-default .section-title {
    color: #555;
}
.mgb-0-i {
    margin-bottom: 0px !important;
}
.video-list .thumb .duration {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #080808;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    padding: 1px 2px;
}
.video-list .thumb {
    display: block;
    position: relative;
    margin-bottom: 8px;
}
.row.spacing-sm {
    margin-left: -7px;
    margin-right: -7px;
}
.video-list .title {
    font-size: 15px;
    font-weight: 600;
}
.video-list .byline, .video-list .meta {
    font-size: 12px;
}
.video-list .byline, .video-list .meta {
    font-size: 12px;
}
.video-list .meta-info {
    list-style: none;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.video-list .meta-info>li {
    float: left;
}
/*Portal Styles End*/

/*5 Items per Row start*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
/*5 Items per Row End*/

/* Ratings*/
.rating-fa {
    font-family: 'FontAwesome';
    padding-left: 1px;
}

    .rating-fa .rating-stars:before {
        padding-left: 1px;
    }
        .rating-gly-star .rating-stars:before {
        padding-left: 2px;
    }
        .rating-lg .rating-gly-star, .rating-lg .rating-gly-star .rating-stars:before {
    padding-left: 4px;
}

.rating-xl .rating-gly-star, .rating-xl .rating-gly-star .rating-stars:before {
    padding-left: 2px;
}
.rating-container {
    position: relative;
    display: block;
    float: left;
    vertical-align: middle;
    display: inline-block;
    color: #ccc;
    overflow: hidden;
    margin-left: -2px;
    letter-spacing: 0.2em;
}

    .rating-container:before {
        content: attr(data-content);
    }

    .rating-container .rating-stars {
        position: absolute;
        left: 0;
        top: 0;
        white-space: nowrap;
        overflow: hidden;
        color: #0267b3;
        transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -webkit-transition: all 0.25s ease-out;
    }

        .rating-container .rating-stars:before {
            content: attr(data-content);
            text-shadow: 0 0 1px rgba(0,0,0,0.7);
        }
        .star-rating .clear-rating, .star-rating-rtl .clear-rating {
    color: #aaa;
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
}

.clear-rating-active {
    cursor: pointer !important;
}

    .clear-rating-active:hover {
        color: #843534;
    }

.star-rating .clear-rating {
    padding-right: 5px;
}

.star-rating .caption, .star-rating-rtl .caption {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    font-size: 55%;
}

.star-rating .caption {
    padding-left: 5px;
}

.star-rating-rtl .caption {
    padding-right: 5px;
}

/*End Ratings*/
   .button-career-connector{   
        background: linear-gradient(to bottom, #0384e5 0%, #0267b3 100%) !important;
    }
    .button-caseworthy{
        background: #6D9DD2 !important;
        border-color: #6D9DD2 !important;   
    }
    /*Ifound Job requirement*/
    .cc-new-feed .cc-new-feed-inner>div .inner{height:34px}.cc-new-feed .legend{width:200px;color:#fff;text-align:center;text-transform:uppercase;font-size:12px;-webkit-text-shadow:-1px 1px 1px rgba(0,0,0,0.3);-moz-text-shadow:-1px 1px 1px rgba(0,0,0,0.3);-ms-text-shadow:-1px 1px 1px rgba(0,0,0,0.3);-o-text-shadow:-1px 1px 1px rgba(0,0,0,0.3);text-shadow:-1px 1px 1px rgba(0,0,0,0.3)}.cc-new-feed .legend .inner{background:#3a4662;border:1px solid #3a4662;border-left:none;padding:0px 10px;-webkit-border-radius:0px 0px 0px 0px;-moz-border-radius:0px 0px 0px 0px;-ms-border-radius:0px 0px 0px 0px;-o-border-radius:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;line-height:34px}.cc-new-feed .content .inner{background:#fff;border:1px solid #edeff2;border-left:none;padding:0px 10px;-webkit-border-radius:0px 0px 0px 0px;-moz-border-radius:0px 0px 0px 0px;-ms-border-radius:0px 0px 0px 0px;-o-border-radius:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;line-height:32px;overflow:hidden}.cc-new-feed .button .btn{display:block;font-size:14px;padding:0 10px;line-height:12px;height:34px}@media (min-width: 768px){.cc-new-feed .cc-new-feed-inner{display:table;width:100%}.cc-new-feed .cc-new-feed-inner>div{display:table-cell;vertical-align:top}.cc-new-feed .cc-new-feed-inner>div .inner{height:34px}.cc-new-feed .button{width:1%}.cc-new-feed .button .btn{margin:0 0 0 15px}}@media (max-width: 767px){.cc-new-feed .legend{display:none}.cc-new-feed .content .inner{margin-bottom:15px;text-align:center;border:1px solid #edeff2;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;height:auto !important;line-height:18px;padding:10px}.cc-new-feed .button .btn{margin:0 auto}}

/*Virutal Job Club Groups*/                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
.Post-border {
    border: 1px solid #e0e0db;
}

.padding-15 {
    padding: 20px !important;
}

.padding-5 {
    padding: 5px !important;
}
.padding-3 {
    padding: 3px !important;
}
.padding-8 {
    padding: 8px !important;
}
.margin-top-20 {
    margin-top: 20px !important;
}
.margin-top-10 {
    margin-top: 10px !important;
}
.margin-bottom-10 {
    margin-bottom: 10px !important;
}
.margin-bottom-0 {
    margin-bottom: 0px !important;
}
.margin-top-15 {
    margin-top: 15px !important;
}
.margin-top-30 {
    margin-top: 30px !important;
}
.margin-top-0 {
    margin-top: 0px !important;
}
.margin-top-5 {
    margin-top: 5px !important;
}
.margin-left-0 {
    margin-left: 0px !important;
}
.margin-left-15 {
    margin-left: 0px !important;
}
.margin-left-25 {
    margin-left: 25px !important;
}
/* Tab started*/
.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
}
.tabbable-line > .nav-tabs > li {
    margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
    color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    background: none !important;
    color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
    color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {                   
    position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
    border: 0;
    color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
    color: #404040;
}
.tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}
/* Below tabs mode */
.tabbable-line.tabs-below > .nav-tabs > li {
    border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
    margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
    border-bottom: 0;
    border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
    margin-bottom: -2px;
    border-bottom: 0;
    border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
/* Tab Ended */
.border-less-text {
    border: 0px;
    box-shadow: none !important;
}
.modal-congrat .hero-title {
    font-size: 60px;
    color: #0267b3;
    text-align: center;
    text-transform: uppercase;
    line-height: 70px;
}

.modal-congrat .modal-body {
    background-image: url("../Portal/Themes/CaseWorthy/images/modal-congrat-bg.svg");
    background-position: center;
    background-size: cover;
}

.modal-congrat .modal-body-inner {
    padding: 75px;
}

.modal-congrat .modal-body-overlay {
    background: rgba(255,255,255,0.9);
    border: 1px solid #ccc;
    padding: 50px;
}
select.bs-select-hidden, select.selectpicker {
    display: none !important;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.bootstrap-select .btn:hover, .bootstrap-select .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}
.pull-left {
    float: left !important;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.bootstrap-select .btn {
    padding-right: 30px;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
element.style {
    width: 160px;
}
.table-form > thead > tr > th
{
  vertical-align: bottom; 
}

/*RightSideBar Pane CSS START*/

     #sidebar-right  .dropdown-menu {
    background: #1E2533; }
    #sidebar-right  .dropdown-menu a:hover, #sidebar-right  .dropdown-menu a:focus {
      background: #2B3448; }
  #sidebar-right  .user a:hover, #sidebar-right  .user a:focus {
    background: none; }
  #sidebar-right  .user .selectize-input {
    color: white;
    background: #2B3448;
    border-color: #1E2533; }
    #sidebar-right  .user .selectize-input > input[type="text"] {
      display: none !important; }
  #sidebar-right  .user .selectize-control.single .selectize-input:after {
    border-color: #fff transparent transparent transparent; }
  #sidebar-right  .user .selectize-control.single .selectize-input.dropdown-active:after {
    border-color: transparent transparent #fff transparent; }
  #sidebar-right  .user .selectize-control.single .selectize-dropdown {
    border-radius: 0;
    background: #333d55;
    border: 1px solid #1E2533;
    border-top: none;
    color: #fff;
    margin: -2px 0 0 0; }
  #sidebar-right  .user .selectize-control.single .option.active,
  #sidebar-right  .user .selectize-control.single .option:hover {
    background: #3a4662;
    color: #fff; }

   #sidebar-right .dropdown  a {
        display: block;
        margin-bottom: 10px; }
        #sidebar-right .dropdown  a i {
          display: inline-block;
          width: 20px;
          text-align: center; }
      #sidebar-right .dropdown  a:last-child {
        margin-bottom: 0; }




        #sidebar-right  .dropdown-menu {
    background: #1E2533; }
    #sidebar-right  .dropdown-menu a:hover, #sidebar-right  .dropdown-menu a:focus {
      background: #2B3448; }
  #sidebar-right  .nav-justified a:hover, #sidebar-right  .nav-justified a:focus {
    background: none; }
  #sidebar-right  .nav-justified .selectize-input {
    color: white;
    background: #2B3448;
    border-color: #1E2533; }
    #sidebar-right  .nav-justified .selectize-input > input[type="text"] {
      display: none !important; }
  #sidebar-right  .nav-justified .selectize-control.single .selectize-input:after {
    border-color: #fff transparent transparent transparent; }
  #sidebar-right  .nav-justified .selectize-control.single .selectize-input.dropdown-active:after {
    border-color: transparent transparent #fff transparent; }
  #sidebar-right  .nav-justified .selectize-control.single .selectize-dropdown {
    border-radius: 0;
    background: #333d55;
    border: 1px solid #1E2533;
    border-top: none;
    color: #fff;
    margin: -2px 0 0 0; }
  #sidebar-right  .nav-justified .selectize-control.single .option.active,
  #sidebar-right  .nav-justified .selectize-control.single .option:hover {
    background: #3a4662;
    color: #fff; }

   #sidebar-right .dropdown  a {
        display: block;
        margin-bottom: 10px; }
        #sidebar-right .dropdown  a i {
          display: inline-block;
          width: 20px;
          text-align: center; }
      #sidebar-right .dropdown  a:last-child {
        margin-bottom: 0; }

       #sidebar-right .nav-justified  > li {
           background-color:#3c4965 !important;
       }
        #sidebar-right .nav-justified  > li {
           background-color:#3c4965 !important;
       }

@media (min-width: 1166px)
{

    .sidebar
    {
        z-index: 999;
    }

    #sidebar
    {
        -webkit-transform: translateX(-260px);
        -moz-transform: translateX(-260px);
        -ms-transform: translateX(-260px);
        -o-transform: translateX(-260px);
        transform: translateX(-260px);
    }

    #sidebar-right
    {
        -webkit-transform: translateX(260px);
        -moz-transform: translateX(260px);
        -ms-transform: translateX(260px);
        -o-transform: translateX(260px);
        transform: translateX(260px);
    }

    body.sidebar-left-active #sidebar
    {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    body.sidebar-right-active #sidebar-right
    {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    body.sidebar-right-active #sidebar-right-toggle
    {
        -webkit-transform: translateX(-260px);
        -moz-transform: translateX(-260px);
        -ms-transform: translateX(-260px);
        -o-transform: translateX(-260px);
        transform: translateX(-260px);
    }

    #top-nav, #content-nav, #content-inner
    {
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    body.sidebar-offset-right-active #top-nav, body.sidebar-offset-right-active #content-nav, body.sidebar-offset-right-active #content-inner
    {
        -webkit-transform: translateX(260px);
        -moz-transform: translateX(260px);
        -ms-transform: translateX(260px);
        -o-transform: translateX(260px);
        transform: translateX(260px);
    }

    body.sidebar-offset-right-active.sidebar-right-active #sidebar
    {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    body.sidebar-offset-right-active.sidebar-right-active #sidebar-right
    {
        -webkit-transform: translateX(260px);
        -moz-transform: translateX(260px);
        -ms-transform: translateX(260px);
        -o-transform: translateX(260px);
        transform: translateX(260px);
    }

    body.sidebar-offset-left-active #top-nav, body.sidebar-offset-left-active #content-nav, body.sidebar-offset-left-active #content-inner
    {
        -webkit-transform: translateX(-260px);
        -moz-transform: translateX(-260px);
        -ms-transform: translateX(-260px);
        -o-transform: translateX(-260px);
        transform: translateX(-260px);
    }

    body.sidebar-offset-left-active.sidebar-left-active #sidebar
    {
        -webkit-transform: translateX(-260px);
        -moz-transform: translateX(-260px);
        -ms-transform: translateX(-260px);
        -o-transform: translateX(-260px);
        transform: translateX(-260px);
    }

    body.sidebar-offset-left-active.sidebar-left-active #sidebar-right
    {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@media (max-width: 1165px)
{
    .sidebar
    {
        /*display: none;*/
    }

    body.sidebar-left-active #sidebar
    {
        display: none;
    }

    body.sidebar-right-active #sidebar-right
    {
        display: none;
    }
}
@media (max-width: 1165px)
{
    #content
    {
        height: 100%;
        opacity: 0;
    }

    #content-inner
    {
        max-height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    body:not(.sidebar-left-active) #content, body:not(.sidebar-right-active) #content {
        opacity: 1;
    }

    body:not(.sidebar-left-active) #content .with-nav-top, body:not(.sidebar-right-active) #content .with-nav-top {
        margin-left: 0px;
    }

    #content-nav {
        margin-left: 0px;
    }
}
@media (min-width: 1166px)
{
    body.sidebar-left-active #content
    {
        margin-left: 260px;
    }

    body.sidebar-left-active #content-nav
    {
        left: 260px;
    }

    body.sidebar-right-active #content
    {
        margin-right: 260px;
    }

    body.sidebar-right-active #content-nav
    {
        right: 260px;
    }
}

body.sidebar-right-active #content-nav-bottom
{
    right: 260px;
}
body.sidebar-left-active.sidebar-offset-left-active #content-nav-bottom
{
    left: 0px;
}

body:not(.sidebar-left-active) #top-nav
{
    left: 0 !important;
}
body.sidebar-hide #sidebar{
     left: 0px;
}
body.sidebar-left-active.sidebar-hide #content
{
    margin-left:0px !important;
}
body.sidebar-left-active.sidebar-hide #content-nav
{
    margin-left:0px !important;
    left:0px;
}
body.sidebar-left-active.sidebar-hide #sidebar
{
    margin-left:0px !important;
    left:0px !important;
    display:none;
}
body.sidebar-left-active.sidebar-hide #top-nav
{
    margin-left:0px !important;
    left:0px;
}
.sidebar .entity .entity-profile .pic
{
  position: relative;
  display: block;
  width: auto;
  height: auto;
  float: left;
  background: rgba(255, 255, 255, 0.1) url(../images/profile-pic-fallback-34.png) no-repeat center center;
  /*border-radius: 30px;*/
  overflow: hidden;
  				/*&:not(.collapsed) {
  					.collapse-icon {
  						opacity: 0;
  					}
  
  					.loading-spinner {
  					opacity: 1;
  					}
  				}*/
}

/* RightSideBar Pane CSS END */

.capitalize
{
    text-transform:capitalize;
}

#noty_topRight_layout_container > li
{
    height: auto !important;
} 

.expandable-form .form-horizontal .form-group
{
	 margin-left: 0; 
	 margin-right: 0; 
}

.expandable-form .control-label
{
	 margin-bottom: 5px; 
}

.form-group .control-label > i.fa-question-circle
{   
	font-size: 13px;
	padding-right: 4px;
	color: #afb2b4;
}

.form-group .control-label > i.fa-star
{   
	font-size: 13px;
	padding-left: 4px;
	display: none;
	color: #afb2b4;
}

.form-group > .control-label-container .control-label > i.fa-star
{   
    top: 9px;
    position: absolute;  
}

.form-group .control-label.required > i.fa-star
{
	display: inline;
}

.content-nav-bottom-inner
{
	padding-right:7px;
}

#InlinePopup.form-popup
{
	padding: 0;
}

body.form-popup div.form-container
{
	padding: 15px;
}

body.form-popup #content-nav-bottom
{
	  left: 0px;
	  bottom: 0px;
}

body.form-popup.with-nav-bottom div.form-container
{
	padding-bottom: 54px;
}

 #InlinePopup.form-popup {
  padding: 0; }

body.form-popup div.form-container {
  padding: 15px; }
body.form-popup #content-nav-bottom {
  left: 0px;
  bottom: 0px; }
body.form-popup.with-nav-bottom div.form-container {
  padding-bottom: 54px; }

/*Wicked Picker START*/
.wickedpicker__close{
    font-size:20px;
}
.wickedpicker__controls{
    background: #fefefe;
    border-bottom: 1px solid #e5e5e5;
}
/*Wicked Picker END*/

/* portal admin menu not showing popup*/
#top-nav { 
     z-index: 998 ; 
}
#content-nav{
    z-index: 997 ; 
}

.section #content-nav
{
	z-index: auto;
}

.floating-label:not(.required) i.fa-star
{
	display: none;
}

.drop-down-list > .floating-label-root
{
	margin-top: 11px;
}

.drop-down-list > .floating-label-root > .floating-label
{
	margin-top: -11px;
}

.drop-down-list > .floating-label-root > .floating-label > .floating-label-inner
{
	background-color : #ffffff;
}

.form-control-underlined > .floating-label-root > .floating-label
{
	margin-top: -8px;
	margin-left: -9px;
}
/*Pinned Pages CSS START*/
.w-80{
          width:80% !important;
      }

@media (min-width: 1200px)
{
    .sidebar .nav .nav-item-square > a
    {
        width: 38px;
    }
}
.sidebar-panel-inner.form-control
{
    border:none !important;
}
.modal {
  z-index: 10040;
}
.modal .modal-close {
  position: absolute;
  display: block;
  top: 50%;
  right: 5px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  padding: 

9px 8px;
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.modal .modal-close .sp-navigation-collapse-button-text {
  display: none;
}
.modal .modal-close i {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  margin-bottom: 7px;
  border-radius: 4px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.modal .modal-close i:nth-child(4) {
  position: absolute;
  top: 18px;
}
.modal .modal-close i:nth-child(2), 

.modal .modal-close i:nth-child(5) {
  opacity: 0;
}
.modal .modal-close i:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-1px, 1px);
  -o-transform: rotate(45deg) translate(-1px, 1px);
  transform: rotate(45deg) translate(-1px, 1px);
  width: 27px;
}
.modal .modal-close i:nth-child(4) {
  -webkit-transform: rotate(-45deg) 

translate(-1px, -1px);
  -o-transform: rotate(-45deg) translate(-1px, -1px);
  transform: rotate(-45deg) translate(-1px, -1px);
  width: 27px;
}
.modal .table thead > tr > td:first-child,
.modal .table thead > tr > th:first-child, .modal .table tbody > tr > td:first-child,
.modal .table tbody > tr > th:first-child {
  padding-left: 15px;
}
.modal .table thead > tr > td:last-child,
.modal .table thead > tr > th:last-child, .modal .table tbody > tr > td:last-child,
.modal .table tbody > tr > th:last-child {
  padding-right: 15px;
}

.modal-content {
  border: none;
}

.modal-footer {
  text-align: left;
}
.modal-footer .modal-footer-right {
  text-align: right;
}

.modal-variant-primary 

.modal-header {
  background-color: #6D9DD2;
}
.modal-variant-primary .modal-header, .modal-variant-primary .modal-header .close {
  color: #ffffff;
}

.modal-variant-secondary .modal-header {
  background-color: #2B3448;
}
.modal-variant-secondary .modal-header, .modal-variant-secondary .modal-header .close {
  color: 

#ffffff;
}

.modal-variant-gray .modal-header {
  background-color: #717578;
}
.modal-variant-gray .modal-header, .modal-variant-gray .modal-header .close {
  color: 

#212224;
}

.modal-variant-gray-light .modal-header {
  background-color: #999ca1;
}
.modal-variant-gray-light .modal-header, .modal-variant-gray-light .modal-

header .close {
  color: #3c3e41;
}

.modal-variant-gray-lighter .modal-header {
  background-color: #e9e9ea;
}
.modal-variant-gray-lighter .modal-header, .modal-variant-gray-lighter .modal-header .close {
  color: #3c3e41;
}


.table.table-bordered td .row > div {
  border-right: 1px solid transparent;
}
.table.table-

bordered td .row > div:last-child {
  border-right: none;
}

.table.table-form > tbody > tr > td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.table.table-sortable .ui-

sortable-helper {
  width: 100%;
}
.table.table-sortable.table-striped .ui-sortable-helper {
  background-color: #ffffff;
}
.table.table-sortable.table-striped .ui-sortable-

helper td {
  border-bottom: 1px solid #ddd;
}
.table.table-sortable.table-form .ui-sortable-placeholder td {
  height: 4.78571rem;
}

.sidebar .nav-item-table {
  display: table;
  position: relative;
  width: 100%;
}
.sidebar .nav-item-table > div {
  display: table-cell;
}
.sidebar .nav > li > a,
.sidebar .nav > li 

.nav-item-table a {
  display: block;
  min-height: 44px;
  line-height: 42px;
  padding: 0 7px 0 0;
  -webkit-transition: all 0.3 linear;
  -o-transition: all 0.3 linear;
  transition: all 0.3 linear;
}
.sidebar .nav > li > a:hover, .sidebar .nav > li > a:focus,
.sidebar .nav > li .nav-item-table a:hover,
.sidebar .nav > li .nav-item-table a:focus {
    text-decoration: none;
    background-color: #e1e1e1;
}
/*.sidebar .nav > li > a > i:first-child,
.sidebar .nav > li .nav-item-table a > i:first-child {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  text-align: center;
}*/
.sidebar .nav > li .nav-item-table a {
  padding-left: 0;
  padding-right: 0;
}
.w-90 {
  width: 90% !important;
}
.btn-white, .ui-button, .fc-button {
  color: #3c3e41;
  background-color: #ffffff;
  border-color: #e9e9ea;
  border-bottom-color: #e3e4e6;
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .btn-white.dropdown-toggle, .ui-button:hover, .ui-button:focus, .ui-button:active, .ui-button.active, .open .ui-button.dropdown-toggle, .fc-button:hover, .fc-button:focus, .fc-button:active, .fc-button.active, .open .fc-button.dropdown-toggle {
  color: #3c3e41;
  background-color: #f0f0f0;
  border-color: #d9dadc;
  border-bottom-color: #d4d5d7;
}
.btn-white:active, .btn-white.active, .open .btn-

white.dropdown-toggle, .ui-button:active, .ui-button.active, .open .ui-button.dropdown-toggle, .fc-button:active, .fc-button.active, .open .fc-button.dropdown-toggle 
{
  background-image: none;
}
.btn-white.disabled, .btn-white.disabled:hover, 
.btn-white.disabled:focus, .btn-white.disabled:active, 
.btn-white.disabled.active, .btn-white[disabled], 
.btn-white[disabled]:hover, .btn-white[disabled]:focus, 
.btn-white[disabled]:active, .btn-white[disabled].active, 
fieldset[disabled] .btn-white, fieldset[disabled] .btn-white:hover, 
fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white:active, 
fieldset[disabled] .btn-white.active, .ui-button.disabled, 
.ui-button.disabled:hover, .ui-button.disabled:focus, 
.ui-button.disabled:active, .ui-button.disabled.active, 
.ui-button[disabled], .ui-button[disabled]:hover, 
.ui-button[disabled]:focus, .ui-button[disabled]:active, 
.ui-button[disabled].active, fieldset[disabled] .ui-button, 
fieldset[disabled] .ui-button:hover, fieldset[disabled] .ui-button:focus, 
fieldset[disabled] .ui-button:active, fieldset[disabled] .ui-button.active, 
.fc-button.disabled, .fc-button.disabled:hover, .fc-button.disabled:focus, 
.fc-button.disabled:active, .fc-button.disabled.active, .fc-button[disabled], 
.fc-button[disabled]:hover, .fc-button[disabled]:focus, .fc-button[disabled]:active, 
.fc-button[disabled].active, fieldset[disabled] .fc-button, fieldset[disabled] .fc-button:hover, 
fieldset[disabled] .fc-button:focus, fieldset[disabled] .fc-button:active, fieldset[disabled] .fc-button.active {
  background-color: #ffffff;
  border-color: #e9e9ea;
  border-bottom-color: 

#e3e4e6;
  cursor: not-allowed;
}
.btn-white .badge, .ui-button .badge, .fc-button .badge {
  color: #ffffff;
  background-color: #3c3e41;
}
.table.table-striped.table-

form.table-sortable 
{
    margin-bottom: 0px !important;
}
#fav-modal-dialog{
    top: 50%;
    margin-top: -210px;
    left: 50%;
    margin-left: -300px;
}
/*Pinned Pages CSS END*/
/*jsSocials CSS START*/
.jssocials-share-twitter .jssocials-share-link {
    color: #00aced; }
  .jssocials-share-twitter .jssocials-share-link .jssocials-share-label {
    color: #00aced; }
  .jssocials-share-twitter .jssocials-share-link:hover, .jssocials-share-twitter .jssocials-share-link:focus, .jssocials-share-twitter .jssocials-share-link:active {
    color: #0087ba; }
    .jssocials-share-twitter .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-twitter .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-twitter .jssocials-share-link:active .jssocials-share-label {
      color: #0087ba; }

.jssocials-share-facebook .jssocials-share-link {
  color: #3b5998; }
  .jssocials-share-facebook .jssocials-share-link .jssocials-share-label {
    color: #3b5998; }
  .jssocials-share-facebook .jssocials-share-link:hover, .jssocials-share-facebook .jssocials-share-link:focus, .jssocials-share-facebook .jssocials-share-link:active {
    color: #2d4373; }
    .jssocials-share-facebook .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-facebook .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-facebook .jssocials-share-link:active .jssocials-share-label {
      color: #2d4373; }

.jssocials-share-googleplus .jssocials-share-link {
  color: #dd4b39; }
  .jssocials-share-googleplus .jssocials-share-link .jssocials-share-label {
    color: #dd4b39; }
  .jssocials-share-googleplus .jssocials-share-link:hover, .jssocials-share-googleplus .jssocials-share-link:focus, .jssocials-share-googleplus .jssocials-share-link:active {
    color: #c23321; }
    .jssocials-share-googleplus .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-googleplus .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-googleplus .jssocials-share-link:active .jssocials-share-label {
      color: #c23321; }

.jssocials-share-linkedin .jssocials-share-link {
  color: #007bb6; }
  .jssocials-share-linkedin .jssocials-share-link .jssocials-share-label {
    color: #007bb6; }
  .jssocials-share-linkedin .jssocials-share-link:hover, .jssocials-share-linkedin .jssocials-share-link:focus, .jssocials-share-linkedin .jssocials-share-link:active {
    color: #005983; }
    .jssocials-share-linkedin .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-linkedin .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-linkedin .jssocials-share-link:active .jssocials-share-label {
      color: #005983; }

.jssocials-share-pinterest .jssocials-share-link {
  color: #cb2027; }
  .jssocials-share-pinterest .jssocials-share-link .jssocials-share-label {
    color: #cb2027; }
  .jssocials-share-pinterest .jssocials-share-link:hover, .jssocials-share-pinterest .jssocials-share-link:focus, .jssocials-share-pinterest .jssocials-share-link:active {
    color: #9f191f; }
    .jssocials-share-pinterest .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-pinterest .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-pinterest .jssocials-share-link:active .jssocials-share-label {
      color: #9f191f; }

.jssocials-share-email .jssocials-share-link {
  color: #3490F3; }
  .jssocials-share-email .jssocials-share-link .jssocials-share-label {
    color: #3490F3; }
  .jssocials-share-email .jssocials-share-link:hover, .jssocials-share-email .jssocials-share-link:focus, .jssocials-share-email .jssocials-share-link:active {
    color: #0e76e6; }
    .jssocials-share-email .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-email .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-email .jssocials-share-link:active .jssocials-share-label {
      color: #0e76e6; }

.jssocials-share-stumbleupon .jssocials-share-link {
  color: #eb4823; }
  .jssocials-share-stumbleupon .jssocials-share-link .jssocials-share-label {
    color: #eb4823; }
  .jssocials-share-stumbleupon .jssocials-share-link:hover, .jssocials-share-stumbleupon .jssocials-share-link:focus, .jssocials-share-stumbleupon .jssocials-share-link:active {
    color: #c93412; }
    .jssocials-share-stumbleupon .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-stumbleupon .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-stumbleupon .jssocials-share-link:active .jssocials-share-label {
      color: #c93412; }

.jssocials-share-whatsapp .jssocials-share-link {
  color: #29a628; }
  .jssocials-share-whatsapp .jssocials-share-link .jssocials-share-label {
    color: #29a628; }
  .jssocials-share-whatsapp .jssocials-share-link:hover, .jssocials-share-whatsapp .jssocials-share-link:focus, .jssocials-share-whatsapp .jssocials-share-link:active {
    color: #1f7d1e; }
    .jssocials-share-whatsapp .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-whatsapp .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-whatsapp .jssocials-share-link:active .jssocials-share-label {
      color: #1f7d1e; }

.jssocials-share-telegram .jssocials-share-link {
  color: #2ca5e0; }
  .jssocials-share-telegram .jssocials-share-link .jssocials-share-label {
    color: #2ca5e0; }
  .jssocials-share-telegram .jssocials-share-link:hover, .jssocials-share-telegram .jssocials-share-link:focus, .jssocials-share-telegram .jssocials-share-link:active {
    color: #1c88bd; }
    .jssocials-share-telegram .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-telegram .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-telegram .jssocials-share-link:active .jssocials-share-label {
      color: #1c88bd; }

.jssocials-share-line .jssocials-share-link {
  color: #25af00; }
  .jssocials-share-line .jssocials-share-link .jssocials-share-label {
    color: #25af00; }
  .jssocials-share-line .jssocials-share-link:hover, .jssocials-share-line .jssocials-share-link:focus, .jssocials-share-line .jssocials-share-link:active {
    color: #1a7c00; }
    .jssocials-share-line .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-line .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-line .jssocials-share-link:active .jssocials-share-label {
      color: #1a7c00; }

.jssocials-share-viber .jssocials-share-link {
  color: #7b519d; }
  .jssocials-share-viber .jssocials-share-link .jssocials-share-label {
    color: #7b519d; }
  .jssocials-share-viber .jssocials-share-link:hover, .jssocials-share-viber .jssocials-share-link:focus, .jssocials-share-viber .jssocials-share-link:active {
    color: #61407b; }
    .jssocials-share-viber .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-viber .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-viber .jssocials-share-link:active .jssocials-share-label {
      color: #61407b; }

.jssocials-share-pocket .jssocials-share-link {
  color: #ef4056; }
  .jssocials-share-pocket .jssocials-share-link .jssocials-share-label {
    color: #ef4056; }
  .jssocials-share-pocket .jssocials-share-link:hover, .jssocials-share-pocket .jssocials-share-link:focus, .jssocials-share-pocket .jssocials-share-link:active {
    color: #e9132e; }
    .jssocials-share-pocket .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-pocket .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-pocket .jssocials-share-link:active .jssocials-share-label {
      color: #e9132e; }

.jssocials-share-messenger .jssocials-share-link {
  color: #0084ff; }
  .jssocials-share-messenger .jssocials-share-link .jssocials-share-label {
    color: #0084ff; }
  .jssocials-share-messenger .jssocials-share-link:hover, .jssocials-share-messenger .jssocials-share-link:focus, .jssocials-share-messenger .jssocials-share-link:active {
    color: #006acc; }
    .jssocials-share-messenger .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-messenger .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-messenger .jssocials-share-link:active .jssocials-share-label {
      color: #006acc; }

.jssocials-share-vkontakte .jssocials-share-link {
  color: #45668e; }
  .jssocials-share-vkontakte .jssocials-share-link .jssocials-share-label {
    color: #45668e; }
  .jssocials-share-vkontakte .jssocials-share-link:hover, .jssocials-share-vkontakte .jssocials-share-link:focus, .jssocials-share-vkontakte .jssocials-share-link:active {
    color: #344d6c; }
    .jssocials-share-vkontakte .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-vkontakte .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-vkontakte .jssocials-share-link:active .jssocials-share-label {
      color: #344d6c; }

.jssocials-share-link {
  -webkit-transition: color 200ms ease-in-out;
          transition: color 200ms ease-in-out; }
  .jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
    font-size: .5em; }

.jssocials-share-label {
  font-size: 0.8em;
  color: #444;
  -webkit-transition: color 200ms ease-in-out;
          transition: color 200ms ease-in-out; }

.jssocials-share-count-box {
  margin-left: 0.3em;
  border: 1px solid #efefef;
  border-radius: 0.3em; }
  .jssocials-share-count-box .jssocials-share-count {
    line-height: 1.8em;
    font-size: 0.8em;
    color: #444; }

  .jssocials-shares {
  margin: 0.2em 0; }

.jssocials-shares * {
  box-sizing: border-box; }

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0; }

.jssocials-share:last-child {
  margin-right: 0; }

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em; }

img.jssocials-share-logo {
  width: auto;
  height: 1em; }

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1; }
  .jssocials-share-link.jssocials-share-link-count {
    padding-top: .2em; }
    .jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
      display: block;
      font-size: .6em;
      margin: 0 -.5em -.8em -.5em; }
  .jssocials-share-link.jssocials-share-no-count {
    padding-top: .5em; }
    .jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
      height: 1em; }

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle; }

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default; }
  .jssocials-share-count-box.jssocials-share-no-count {
    display: none; }

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle; }
/*jsSocials CSS END*/
.asterisk-color {
    color: crimson;
}

/* fullcalendar styles */

.fc-day-header {
    border: solid 1px #b9b9b9 !important;
}

.fc th,
.fc td {
    border-style: solid;
    border-width: 1px;
    border-top-color: #ddd;
    border-bottom-color: #ddd;
    border-left-color: #ccc;
    border-right-color: #ccc;
}

.fc-event .fc-bg {
    opacity: 1;
    background-color: transparent;
}

.fc-content-col {
    /*border-right-style: solid;
	border-right-width: 1px;*/
    /*border-right-color: #b9b9b9;*/
}

.fc-today {
    background-color: transparent !important;
}

.fc-time-grid-event .fc-time {
    white-space: unset;
}

.fc-resource-cell[data-resource-id="1"] {
    color: #ffffff;
    background-color: #73acee;
    border-color: #73acee;
    opacity: 0.9;
}

.fc-resource-area tr[data-resource-id="1"] {
    color: #ffffff;
    background-color: #73acee;
    border-color: #73acee;
    opacity: 0.9;
}

.resource-availability-1 {
    background-color: #73acee;
    opacity: 0.3;
}

.resource-event-1 {
    background-color: #73acee;
    border-color: #73acee;
    text-align: center;
}

.fc-resource-cell[data-resource-id="2"] {
    color: #ffffff;
    background-color: #50e3c2;
    border-color: #50e3c2;
    opacity: 0.9;
}

.fc-resource-area tr[data-resource-id="2"] {
    color: #ffffff;
    background-color: #50e3c2;
    border-color: #50e3c2;
    opacity: 0.9;
}

.resource-availability-2 {
    background-color: #50e3c2;
    opacity: 0.3;
}

.resource-event-2 {
    background-color: #50e3c2;
    border-color: #50e3c2;
    text-align: center;
}

.fc-resource-cell[data-resource-id="3"] {
    color: #ffffff;
    background-color: #d15759;
    border-color: #d15759;
    opacity: 0.9;
}

.fc-resource-area tr[data-resource-id="3"] {
    color: #ffffff;
    background-color: #d15759;
    border-color: #d15759;
    opacity: 0.9;
}

.resource-availability-3 {
    background-color: #d15759;
    opacity: 0.3;
}

.resource-event-3 {
    background-color: #d15759;
    border-color: #d15759;
    text-align: center;
}

.fc-resource-cell[data-resource-id="4"] {
    color: #ffffff;
    background-color: #8c5d95;
    border-color: #8c5d95;
    opacity: 0.9;
}

.fc-resource-area tr[data-resource-id="4"] {
    color: #ffffff;
    background-color: #8c5d95;
    border-color: #8c5d95;
    opacity: 0.9;
}

.resource-availability-4 {
    background-color: #8c5d95;
    opacity: 0.3;
}

.resource-event-4 {
    background-color: #8c5d95;
    border-color: #8c5d95;
    text-align: center;
}

.fc-resource-cell[data-resource-id="5"] {
    color: #ffffff;
    background-color: #1493a0;
    border-color: #1493a0;
    opacity: 0.9;
}

.fc-resource-area tr[data-resource-id="5"] {
    color: #ffffff;
    background-color: #1493a0;
    border-color: #1493a0;
    opacity: 0.9;
}

.resource-availability-5 {
    background-color: #1493a0;
    opacity: 0.3;
}

.resource-event-5 {
    background-color: #1493a0;
    border-color: #1493a0;
    text-align: center;
}

.fc-resource-cell[data-resource-id="6"] {
    color: #ffffff;
    background-color: #4a90e2;
    border-color: #4a90e2;
    opacity: 0.9;
}

.fc-resource-area tr[data-resource-id="6"] {
    color: #ffffff;
    background-color: #4a90e2;
    border-color: #4a90e2;
    opacity: 0.9;
}

.resource-availability-6 {
    background-color: #4a90e2;
    opacity: 0.3;
}

.resource-event-6 {
    background-color: #4a90e2;
    border-color: #4a90e2;
    text-align: center;
}

.fc-resource-cell[data-resource-id="7"] {
    color: #ffffff;
    background-color: #727272;
    border-color: #727272;
    opacity: 0.9;
}

.fc-resource-area tr[data-resource-id="7"] {
    color: #ffffff;
    background-color: #727272;
    border-color: #727272;
    opacity: 0.9;
}

.resource-availability-7 {
    background-color: #727272;
    opacity: 0.3;
}

.resource-event-7 {
    background-color: #727272;
    border-color: #727272;
    text-align: center;
}

.fc-resource-cell[data-resource-id="8"] {
    color: #ffffff;
    background-color: #73acee;
    border-color: #73acee;
    opacity: 0.9;
}

.fc-resource-area tr[data-resource-id="8"] {
    color: #ffffff;
    background-color: #73acee;
    border-color: #73acee;
    opacity: 0.9;
}

.resource-availability-8 {
    background-color: #73acee;
    opacity: 0.3;
}

.resource-event-8 {
    background-color: #73acee;
    border-color: #73acee;
    text-align: center;
}

.fc-resource-cell[data-resource-id="9"] {
    color: #ffffff;
    background-color: #054375;
    border-color: #054375;
    opacity: 0.9;
}

.fc-resource-area tr[data-resource-id="9"] {
    color: #ffffff;
    background-color: #054375;
    border-color: #054375;
    opacity: 0.9;
}

.resource-availability-9 {
    background-color: #054375;
    opacity: 0.3;
}

.resource-event-9 {
    background-color: #054375;
    border-color: #054375;
    text-align: center;
}

.fc-resource-cell[data-resource-id="10"] {
    color: #ffffff;
    background-color: #6ea66a;
    border-color: #6ea66a;
    opacity: 0.9;
}

.fc-resource-area tr[data-resource-id="10"] {
    color: #ffffff;
    background-color: #6ea66a;
    border-color: #6ea66a;
    opacity: 0.9;
}

.resource-availability-10 {
    background-color: #6ea66a;
    opacity: 0.3;
}

.resource-event-10 {
    background-color: #6ea66a;
    border-color: #6ea66a;
    text-align: center;
}

.fc-resource-cell[data-resource-id="11"] {
    color: #ffffff;
    background-color: #487245;
    border-color: #487245;
    opacity: 0.9;
}

.fc-resource-area tr[data-resource-id="11"] {
    color: #ffffff;
    background-color: #487245;
    border-color: #487245;
    opacity: 0.9;
}

.resource-availability-11 {
    background-color: #487245;
    opacity: 0.3;
}

.resource-event-11 {
    background-color: #487245;
    border-color: #487245;
    text-align: center;
}

.fc-resource-cell[data-resource-id="12"] {
    color: #ffffff;
    background-color: #d15759;
    border-color: #d15759;
    opacity: 0.9;
}

.fc-resource-area tr[data-resource-id="12"] {
    color: #ffffff;
    background-color: #d15759;
    border-color: #d15759;
    opacity: 0.9;
}

.resource-availability-12 {
    background-color: #d15759;
    opacity: 0.3;
}

.resource-event-12 {
    background-color: #d15759;
    border-color: #d15759;
    text-align: center;
}

.fc-resource-cell[data-resource-id="13"] {
    color: #ffffff;
    background-color: #9a3032;
    border-color: #9a3032;
    opacity: 0.9;
}

.fc-resource-area tr[data-resource-id="13"] {
    color: #ffffff;
    background-color: #9a3032;
    border-color: #9a3032;
    opacity: 0.9;
}

.resource-availability-13 {
    background-color: #9a3032;
    opacity: 0.3;
}

.resource-event-13 {
    background-color: #9a3032;
    border-color: #9a3032;
    text-align: center;
}

.fc-resource-cell[data-resource-id="14"] {
    color: #ffffff;
    background-color: #b97ec5;
    border-color: #b97ec5;
    opacity: 0.9;
}

.fc-resource-area tr[data-resource-id="14"] {
    color: #ffffff;
    background-color: #b97ec5;
    border-color: #b97ec5;
    opacity: 0.9;
}

.resource-availability-14 {
    background-color: #b97ec5;
    opacity: 0.3;
}

.resource-event-14 {
    background-color: #b97ec5;
    border-color: #b97ec5;
    text-align: center;
}

.fc-resource-cell[data-resource-id="15"] {
    color: #ffffff;
    background-color: #49e0be;
    border-color: #49e0be;
    opacity: 0.9;
}

.fc-resource-area tr[data-resource-id="15"] {
    color: #ffffff;
    background-color: #49e0be;
    border-color: #49e0be;
    opacity: 0.9;
}

.resource-availability-15 {
    background-color: #49e0be;
    opacity: 0.3;
}

.resource-event-15 {
    background-color: #49e0be;
    border-color: #49e0be;
    text-align: center;
}

.fc-resource-cell[data-resource-id="16"] {
    color: #ffffff;
    background-color: #ffd700;
    border-color: #ffd700;
    opacity: 0.9;
}

.fc-resource-area tr[data-resource-id="16"] {
    color: #ffffff;
    background-color: #ffd700;
    border-color: #ffd700;
    opacity: 0.9;
}

.resource-availability-16 {
    background-color: #ffd700;
    opacity: 0.3;
}

.resource-event-16 {
    background-color: #ffd700;
    border-color: #ffd700;
    text-align: center;
}

.fc-resource-cell[data-resource-id="17"] {
    color: #ffffff;
    background-color: #e69330;
    border-color: #e69330;
    opacity: 0.9;
}

.fc-resource-area tr[data-resource-id="17"] {
    color: #ffffff;
    background-color: #e69330;
    border-color: #e69330;
    opacity: 0.9;
}

.resource-availability-17 {
    background-color: #e69330;
    opacity: 0.3;
}

.resource-event-17 {
    background-color: #e69330;
    border-color: #e69330;
    text-align: center;
}

.fc-resource-cell[data-resource-id="18"] {
    color: #ffffff;
    background-color: #d0d0d0;
    border-color: #d0d0d0;
    opacity: 0.9;
}

.fc-resource-area tr[data-resource-id="18"] {
    color: #ffffff;
    background-color: #d0d0d0;
    border-color: #d0d0d0;
    opacity: 0.9;
}

.resource-availability-18 {
    background-color: #d0d0d0;
    opacity: 0.3;
}

.resource-event-18 {
    background-color: #d0d0d0;
    border-color: #d0d0d0;
    text-align: center;
}

.fc-resource-cell[data-resource-id="19"] {
    color: #ffffff;
    background-color: #da5898;
    border-color: #da5898;
    opacity: 0.9;
}

.fc-resource-area tr[data-resource-id="19"] {
    color: #ffffff;
    background-color: #da5898;
    border-color: #da5898;
    opacity: 0.9;
}

.resource-availability-19 {
    background-color: #da5898;
    opacity: 0.3;
}

.resource-event-19 {
    background-color: #da5898;
    border-color: #da5898;
    text-align: center;
}

.fc-resource-cell[data-resource-id="20"] {
    color: #ffffff;
    background-color: #8571bc;
    border-color: #8571bc;
    opacity: 0.9;
}

.fc-resource-area tr[data-resource-id="20"] {
    color: #ffffff;
    background-color: #8571bc;
    border-color: #8571bc;
    opacity: 0.9;
}

.resource-availability-20 {
    background-color: #8571bc;
    opacity: 0.3;
}

.resource-event-20 {
    background-color: #8571bc;
    border-color: #8571bc;
    text-align: center;
}

.fc-resource-cell[data-resource-id="21"] {
    color: #ffffff;
    background-color: #a7e865;
    border-color: #a7e865;
    opacity: 0.9;
}

.fc-resource-area tr[data-resource-id="21"] {
    color: #ffffff;
    background-color: #a7e865;
    border-color: #a7e865;
    opacity: 0.9;
}

.resource-availability-21 {
    background-color: #a7e865;
    opacity: 0.3;
}

.resource-event-21 {
    background-color: #a7e865;
    border-color: #a7e865;
    text-align: center;
}

.page-login .logo-image {
    width: 340px;
    padding: 15px;
}

.encounteractive {
    background-color:lightgreen !important;
}

.encounterinactive {
    background-color: none !important;
}

/* Matrix Control */
.divTable {
    display: table;
    width: 100% !important;
}

.divTableRow {
    display: table-row;
}

.divTableHead {
    font-weight: bold;
    border-bottom: 1px solid gray;
    display: table-cell;
}

.divTableCell {
    border: 0px solid #999999;
    display: table-cell;
    padding: 5px 0px;
}

.divTableBody {
    display: table-row-group;
}

div.G:nth-child(even) {
    background: #CCC;
}

div.G:nth-child(odd) {
    background: #FFF;
}

/*------------------------------------------------------------------------------------------------*/
/*Added CSS for Dashboard.html*/
.profile-sub-text {
    color: #686868;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    text-align: left;
}

#profile-sub-id-profile {
    padding-top: 10px;
}

.table-row-table-headers-data, .table-row-table-headers {
    background-color: #F7F7F7;
    color: #8a8a8a !important;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: normal;
    height: 12px;
    line-height: 1.27;
    text-align: left;
}

.table-data-font {
    color: #4a4a4a;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 32px;
    line-height: 1.14;
    text-align: left;
    width: 175px;
}

.table-without-headers {
    border-top: 1px solid #ddd;
}

#table-header-bulletin-board {
    color: #4990e2;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: -1px;
}

#table-header-selector-0 {
    color: #d15759 !important;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: -1px;
}

#table-header-selector-1 {
    color: #6ea66a !important;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: -1px;
}

#table-header-selector-2 {
    color: #4a90e2 !important;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: -0.2px;
}

#table-header-selector-3 {
    color: #6ACCE1 !important;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
}

#table-header-selector-4 {
    color: #EF4356 !important;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-wei"Poppins"    letter-spacing: normal;
}

#table-header-selector-5 {
    color: #524699 !important;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
}

#table-header-selector-6 {
    color: #FBD430 !important;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
}

#table-header-selector-7 {
    color: #F4A5B7 !important;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
}

#Quick-menu {
    margin-bottom: 17px;
}

#family-add {
    margin-top: 30px;
}

.graph-header {
    color: #6ea66a;
    height: 25px;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 1.14;
    text-align: left;
}

.Quick-Menu-Buttons {
    align-items: center;
    background-color: #ffffff;
    /*     text-align: left; */
    border: 1px solid #73acee;
    color: #000000;
    cursor: pointer;
    display: flex;
    font-size: 13px;
    font-weight: 400;
    hyphens: auto;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-left: 25px;
    max-width: 50%;
    min-width: 50%;
    padding: .5rem;
    text-decoration: none;
    word-wrap: break-word;
    overflow-wrap: break-word;
    border-radius: 2px;
}

.responsive-text {
    min-width: 100%;
    text-align: center;
}

.Client-Contact-Info-Wrapper {
    background-color: #f7f7f7;
    border-radius: 2px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.29);
    font-family: "Poppins", sans-serif;
    height: 279.7px;
    width: 310px;
}

.client-headers {
}

.Client-Contact-Info {
    color: #4990e2;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    height: 25px;
    letter-spacing: -1px;
    line-height: 1.14;
    padding-bottom: 30px;
    padding-left: 25px;
    /*padding-top: 19px;*/
    text-align: left;
}

.name {
    font-weight: bold;
}

.phone {
    padding-top: 0px;
}

.address {
    padding-top: 10px;
}

@media screen and (min-width: 1833px) {
    #client-contact-wide {
        display: block;
    }

    #client-data-name-bd-ssn {
        display: none;
    }

    #client-data-contact {
        display: flex;
    }

    #client-contact-seperation {
        margin-left: 2%;
        max-width: 500px;
    }

    .address {
        padding-top: 0px;
    }

    .phone {
        padding-top: 0px;
    }
}

@media screen and (max-width: 1832px) {
    #client-data-contact {
        display: block;
    }

    #client-contact-seperation {
        margin-right: 6%;
        max-width: 350px;
    }

    #client-contact-wide {
        display: none;
    }

    #client-data-name-bd-ssn {
        display: block;
    }
}

.client-contact {
    font-size: 16px;
    /*padding-left: 25px;*/
}

.icon-imgs {
    padding-right: 8px;
    padding-top: 3px;
    vertical-align: -15%;
}

#client-contact-town-zip {
    padding-left: 25px;
}

/* Image line height centering */
#client-social {
    /*vertical-align: -25%;*/
}

#client-img-address {
    vertical-align: -10%;
}

#profile-name {
    color: #4a4a4a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.profile-info {
    color: #686868;
    font-size: 14px;
    text-align: left;
}


/* Animation Stuff */
.mainClientInfo {
    animation: slide-up-fade-in ease 1s;
    -moz-animation: slide-up-fade-in ease 1s;
    -ms-animation: slide-up-fade-in ease 1s;
    -o-animation: slide-up-fade-in ease 1s;
    -webkit-animation: slide-up-fade-in ease 1s;
    animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    opacity: 0;
    opacity: 1 \9;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    animation-fill-mode: forwards; /*when the spec is finished*/
    -webkit-animation-fill-mode: forwards; /*Chrome 16+, Safari 4+*/
    -moz-animation-fill-mode: forwards; /*FF 5+*/
    -o-animation-fill-mode: forwards; /*Not implemented yet*/
    -ms-animation-fill-mode: forwards; /*IE 10+*/
}

@keyframes slide-up-fade-in {
    0% {
        opacity: 0;
        transform: translate(0px, 40px);
    }

    100% {
        opacity: 1;
        transform: translate(0px, 0px);
    }
}

@-moz-keyframes slide-up-fade-in {
    0% {
        opacity: 0;
        -moz-transform: translate(0px, 40px);
    }

    100% {
        opacity: 1;
        -moz-transform: translate(0px, 0px);
    }
}

@-webkit-keyframes slide-up-fade-in {
    0% {
        opacity: 0;
        -webkit-transform: translate(0px, 40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px);
    }
}

@-o-keyframes slide-up-fade-in {
    0% {
        opacity: 0;
        -o-transform: translate(0px, 40px);
    }

    100% {
        opacity: 1;
        -o-transform: translate(0px, 0px);
    }
}

@-ms-keyframes slide-up-fade-in {
    0% {
        opacity: 0;
        -ms-transform: translate(0px, 40px);
    }

    100% {
        opacity: 1;
        -ms-transform: translate(0px, 0px);
    }
}

.clearfix {
    clear: both;
    zoom: 1;
}

*:focus {
    outline: none;
}

.force-label-block .control-label-container, .force-label-block .control-element-container {
    display: block;
    width: 100%;
    float: none;
}

#leftPanelMenu {
    color: white !important;
}
#sidebar > #sidebar-inner > #sidebar-left-panel-1 > .sidebar-panel-inner > #entitycontainer {
    z-index: 2 !important;
}
#sidebar > #sidebar-inner > #sidebar-left-panel-1 {
    z-index: 99999;
    
}
#sidebar > #sidebar-inner > #sidebar-left-panel-1 > .sidebar-panel-inner {
    background-color: #e1e1e1;
}
#content {
     overflow: initial; 
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #007bff !important;
}

@media ( max-width: 959px) {
    #header .navigation-bar {
        height: 35px;
    }
    #header .navigation-bar .navivation-floating {
        z-index: 2;
    }
}

@media (max-width: 440px) {
    #header .navigation-bar-sub .navigation {
        float: left;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #header .navigation-bar-sub .navigation > li:first-child {
        margin-left: 0;
    }
}

.wizard .wizard-tabs {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.29);
}

.wizard-dashboards .wizard-tabs {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.29);
    margin-left: 2px;
    margin-right: 2px;
}

    .wizard .wizard-tabs > li, .wizard-dashboards .wizard-tabs > li {
        width: 285px;
        text-align: center;
    }

        .wizard .wizard-tabs > li > a, .wizard-dashboards .wizard-tabs > li > a {
            color: white !important;
            background-color: #054275 !important;
            border-radius: 5px 5px 0 0;
            border-bottom: none;
            margin-top: 1px;
            margin-right: 10px;
            line-height: 1 !important;
        }

        .wizard .wizard-tabs > li.active > a {
            background-color: transparent !important;
            color: #054275 !important;
            border-left: 1px solid rgba(0, 0, 0, 0.29);
            border-top: 1px solid rgba(0, 0, 0, 0.29);
            border-right: 1px solid rgba(0, 0, 0, 0.29);
            border-bottom: 1px solid #d0d0d0;
        }

        .wizard-dashboards .wizard-tabs > li.active > a {
            background-color: transparent !important;
            color: #054275 !important;
            border-left: 1px solid rgba(0, 0, 0, 0.29);
            border-top: 1px solid rgba(0, 0, 0, 0.29);
            border-right: 1px solid rgba(0, 0, 0, 0.29);
            border-bottom: 1px solid #ffffff;
        }

        .wizard .wizard-tabs > li > a:hover, .wizard-dashboards .wizard-tabs > li > a:hover {
            background-color: #4990e2 !important;
            color: white !important;
            border-left: 1px solid rgba(0, 0, 0, 0.29);
            border-top: 1px solid rgba(0, 0, 0, 0.29);
            border-right: 1px solid rgba(0, 0, 0, 0.29);
        }

.scroller {
    width: 300px;
    height: 100px;
    overflow-y: scroll;
}

    .scroller::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    .scroller::-webkit-scrollbar {
        width: 6px;
        background-color: #aaaaaa;
    }

    .scroller::-webkit-scrollbar-thumb {
        background-color: #bfbfbf;
    }