﻿[ng-cloak] {
    display: none !important;
}

/*html {
    height:100%;
}

body {
    padding-top: 110px;
    padding-bottom: 80px;
    font-size: 12px;
    height: 100%;
}*/

.footer {
    border-top: 1px solid #bababa;
    padding-top: 10px;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 12px;
}

#dna-container {
    min-height: 100%;
    position: relative;
}

#dna-header {
    background: #ff0;
    padding: 10px;
}

#dna-body {
    /*padding:10px;*/
    padding-top: 120px;
    padding-bottom: 70px; /* Height of the footer */
}

#dna-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px; /* Height of the footer */
}

#sidebar.affix {
    position: fixed;
    top: 70px;
    /*width:228px;*/
}

.glyphicon-nav {
    margin-top: 10px;
}

.collapsing {
    -webkit-transition: none;
    transition: none;
}

hr {
    margin-top: 6px;
    margin-bottom: 6px;
    border: 0;
    border-top: 1px solid #eee;
}

.dropDown {
    position: fixed;
}

.help-block {
    margin-top: 3px;
    margin-bottom: 3px;
}

.graph-empty-msg {
    height: 256px;
    background-color: white;
    text-align: center;
}

.btn-text {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-text-full {
    text-align: left;
    width: 100%;
}

.carousel-content {
    color: black;
    display: flex;
    align-items: center;
}

/* used by angular to ignore validation on chosen form */
.qes-do-not-validate {
}

.qes-margin-bottom {
    margin-bottom: 6px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.grid-wrapper {
    position: relative;
}

.nbar-text {
    margin-top: 8px;
    /*margin-bottom:7px;*/
}

.input-group-sm > .form-control-text,
.input-group-sm > .input-group-btn > .form-control-text {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-control-text {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.valign-middle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.valign-25 {
    position: relative;
    top: 25%;
    transform: translateY(-50%);
}


.loading-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #ffffff;
}

    .loading-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .loading-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }




.mouse-pointer {
    cursor: pointer;
}

.timepicker-time {
    display: inline-block;
    width: 30%;
}

.left-menu-seperator {
    padding: 0;
    margin: 0;
}

.datepicker-icon {
    float: left;
    padding: 0 6px 0 6px;
}
/*padding-left:20px;
    padding-right:20px;*/

.parent-selector-btn {
    padding-left: 6px;
    text-align: left;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    
}

.nav-tabs > li > a > .glyphicon {
    float: left;
}

.page-tabs {
    border-bottom: 1px solid #dddddd;
}

    .page-tabs > a {
        padding: 40px 4px;
        line-height: 1.428571429;
        border: 1px solid #dddddd;
        border-radius: 4px 0 0 4px;
        background-color: white;
        outline: 0;
    }

.page-tab {
    padding: 40px 4px;
    line-height: 1.428571429;
    border: 1px solid #dddddd;
    border-radius: 4px 0 0 4px;
    background-color: white;
    outline: 0;
}

.panel-group {
    margin-bottom: 4px;
}

.panel-heading > h4 {
    cursor: pointer;
    font-size: 12px;
}

.panel {
    margin-bottom: 6px;
}

.tab-content {
    padding-top: 0;
}

.nav-tabs > li {
    font-size: 12px;
}

.form-label {
    padding-top: 7px;
}

.table {
    margin-bottom: 6px;
}

.qes-form-text {
    margin-top: 7px !important;
}

.dna-menu-icon {
    padding-right: 8px;
}

/*.form-control {
    padding-left:20px;
}*/

.panel-primary > .panel-heading > a {
    color: white;
    cursor: pointer;
}

.tab-content > .tab-pane {
    padding-top: 6px;
    padding-left: 10px;
    padding-bottom: 6px;
    padding-right: 10px;
    margin-bottom: 6px;
    /*padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;*/
}

.dna-tab-pane {
    /*margin-bottom: 5px;*/
    border-left-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.tab-pane-body {
    padding: 6px;
    border-left-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.navbar-default .navbar-nav > li > a {
    font-size: 12px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

/* some padding classes for tree view */
.level1 {
    padding-left: 0px;
}

.level2 {
    padding-left: 20px;
}

.level3 {
    padding-left: 40px;
}

.level4 {
    padding-left: 60px;
}

.level5 {
    padding-left: 80px;
}

.btn-clear {
    color: #428bca;
    border: 0;
    background: none;
    outline: 0;
    border-radius: 0;
    background-color: transparent;
    border-color: transparent;
}

/* Override the pagination margin-top */
.pagination {
    margin-top: 0px;
}

a.grid-title,
a.grid-title:active,
a.grid-title:hover,
a.grid-title:focus {
    outline: none;
    text-decoration: none;
    padding-right: 20px;
}

.orderByAsc {
}

.orderByAsc::after {
    position: relative;
    top: 1px;
    left: 5px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0d8";
    /*padding-right:20px;*/
}

.orderByAsc:after {
    position: relative;
    top: 1px;
    left: 5px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0d8";
    /*padding-right:20px;*/
}

.orderByDesc::after {
    position: relative;
    top: 1px;
    left: 5px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0d7";
    /*padding-right:20px;*/
}

.orderByDesc:after {
    position: relative;
    top: 1px;
    left: 5px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0d7";
    /*padding-right:20px;*/
}


/** The Magic **/
.btn-breadcrumb .btn:not(:last-child):after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid white;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 100%;
    z-index: 3;
}

.btn-breadcrumb .btn:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid rgb(173, 173, 173);
    position: absolute;
    top: 50%;
    margin-top: -17px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
    padding: 6px 12px 6px 24px;
}

    .btn-breadcrumb .btn:first-child {
        padding: 6px 6px 6px 10px;
    }

    .btn-breadcrumb .btn:last-child {
        padding: 6px 18px 6px 24px;
    }

    /** Default button **/
    .btn-breadcrumb .btn.btn-default:not(:last-child):after {
        border-left: 10px solid #fff;
    }

    .btn-breadcrumb .btn.btn-default:not(:last-child):before {
        border-left: 10px solid #ccc;
    }

    .btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
        border-left: 10px solid #ebebeb;
    }

    .btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
        border-left: 10px solid #adadad;
    }


.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
        margin-left: 0px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: #fff;
        padding: 0px;
        border: 1px solid #ccc;
    }

        .dropdown-submenu > .dropdown-menu li a {
            padding: 10px;
        }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }


#sidebar > ul > li {
    background-color: #fff;
    border: 1px solid #fff;
    border-right: 1px solid #ccc;
}

    #sidebar > ul > li.active a {
        background-color: #428bca;
        color: #fff;
    }

    #sidebar > ul > li a {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        border: 1px solid#fff;
    }

#sidebar {
    padding-right: 0px;
}

.mainRightContent > h1 {
    font-size: 18pt;
    font-weight: bold;
    margin-top: 7px;
    margin-bottom: 0px;
}

.mainRightContent > hr {
    margin-top: 7px;
}

li, a {
    transition: 0.5s;
}

div {
    /*transition:.5s;   */
}

.nav-collapse.collapse {
    display: block;
}

.panel-group .panel {
    overflow: inherit;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }


/* Tree View */
div[data-angular-treeview] {
    /* prevent user selection */
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* default */
    color: #000;
    text-decoration: none;
}

div[data-tree-model] ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    overflow: hidden;
}

div[data-tree-model] li {
    position: relative;
    padding: 0 0 0 20px;
    line-height: 20px;
}

    div[data-tree-model] li .expanded {
        padding: 1px 10px;
        background-repeat: no-repeat;
    }

    div[data-tree-model] li .collapsed {
        padding: 1px 10px;
        background-repeat: no-repeat;
    }

    div[data-tree-model] li .normal {
        padding: 1px 10px;
        background-repeat: no-repeat;
    }

    div[data-tree-model] li .normal {
        opacity: 0.4;
        filter: alpha(opacity=40); /* For IE8 and earlier */
    }

    div[data-tree-model] li i, div[data-tree-model] li span {
        cursor: pointer;
    }

    div[data-tree-model] li .selected {
        background-color: #428bca;
        font-weight: bold;
        padding: 3px 10px;
        color: #fff;
        border-radius: 3px;
    }


.familyPersonCreate {
    position: relative;
    left: 0px;
    bottom: 10px;
}


/** The Magic **/
.btn-breadcrumb .btn:not(:last-child):after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid dashed;
    border-bottom: 17px solid dashed;
    border-left: 10px solid white;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 100%;
    z-index: 3;
}

.btn-breadcrumb .btn:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid dashed;
    border-bottom: 17px solid dashed;
    border-left: 10px solid rgb(173, 173, 173);
    position: absolute;
    top: 50%;
    margin-top: -17px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
    padding: 6px 12px 6px 24px;
}

    .btn-breadcrumb .btn:first-child {
        padding: 6px 6px 6px 10px;
    }

     .btn-breadcrumb > a {
        color:#428bca;
    }

    .btn-breadcrumb .btn:last-child {
        padding: 6px 18px 6px 24px;
    }

    /** Default button **/
    .btn-breadcrumb .btn.btn-default:not(:last-child):after {
        border-left: 10px solid #fff;
    }

    .btn-breadcrumb .btn.btn-default:not(:last-child):before {
        border-left: 10px solid #ccc;
    }

    .btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
        border-left: 10px solid #ebebeb;
    }

    .btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
        border-left: 10px solid #adadad;
    }

    /** Primary button **/
    .btn-breadcrumb .btn.btn-primary:not(:last-child):after {
        border-left: 10px solid #428bca;
    }

    .btn-breadcrumb .btn.btn-primary:not(:last-child):before {
        border-left: 10px solid #357ebd;
    }

    .btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
        border-left: 10px solid #3276b1;
    }

    .btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
        border-left: 10px solid #285e8e;
    }

    /** Success button **/
    .btn-breadcrumb .btn.btn-success:not(:last-child):after {
        border-left: 10px solid #5cb85c;
    }

    .btn-breadcrumb .btn.btn-success:not(:last-child):before {
        border-left: 10px solid #4cae4c;
    }

    .btn-breadcrumb .btn.btn-success:hover:not(:last-child):after {
        border-left: 10px solid #47a447;
    }

    .btn-breadcrumb .btn.btn-success:hover:not(:last-child):before {
        border-left: 10px solid #398439;
    }

    /** Danger button **/
    .btn-breadcrumb .btn.btn-danger:not(:last-child):after {
        border-left: 10px solid #d9534f;
    }

    .btn-breadcrumb .btn.btn-danger:not(:last-child):before {
        border-left: 10px solid #d43f3a;
    }

    .btn-breadcrumb .btn.btn-danger:hover:not(:last-child):after {
        border-left: 10px solid #d2322d;
    }

    .btn-breadcrumb .btn.btn-danger:hover:not(:last-child):before {
        border-left: 10px solid #ac2925;
    }

    /** Warning button **/
    .btn-breadcrumb .btn.btn-warning:not(:last-child):after {
        border-left: 10px solid #f0ad4e;
    }

    .btn-breadcrumb .btn.btn-warning:not(:last-child):before {
        border-left: 10px solid #eea236;
    }

    .btn-breadcrumb .btn.btn-warning:hover:not(:last-child):after {
        border-left: 10px solid #ed9c28;
    }

    .btn-breadcrumb .btn.btn-warning:hover:not(:last-child):before {
        border-left: 10px solid #d58512;
    }

    /** Info button **/
    .btn-breadcrumb .btn.btn-info:not(:last-child):after {
        border-left: 10px solid #5bc0de;
    }

    .btn-breadcrumb .btn.btn-info:not(:last-child):before {
        border-left: 10px solid #46b8da;
    }

    .btn-breadcrumb .btn.btn-info:hover:not(:last-child):after {
        border-left: 10px solid #39b3d7;
    }

    .btn-breadcrumb .btn.btn-info:hover:not(:last-child):before {
        border-left: 10px solid #269abc;
    }

.DetailAction-float-right {
    float: right;
}


			.breadcrumbFamily { 
				list-style: none; 
				overflow: hidden; 
				margin: 0;
				padding: 0;
			}
			.breadcrumbFamily li { 
				float: left; 

			}
			.breadcrumbFamily li a {
				color: #428bca;
				text-decoration: none; 
				padding: 5px 0 5px 50px;
				background: #a00;                   /* fallback color */
				background: white; 
				position: relative;
                font-size:14px;
                /*border: 1px solid #adadad;*/
				display: block;
				float: left;
                padding-top:8px;
                padding-bottom:8px;
			}
			.breadcrumbFamily li a:after { 
				content: " "; 
				display: block; 
				width: 0; 
				height: 0;
				border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
				border-bottom: 50px solid transparent;
				border-left: 30px solid white; /*rgb(140,21,21);*/
				position: absolute;
				top: 50%;
				margin-top: -50px; 
				left: 100%;
				z-index: 5; 
			}	
			.breadcrumbFamily li a:before { 				
				display: block; 
				width: 0; 
				height: 0;
				border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
				border-bottom: 50px solid transparent;
				border-left: 30px solid #adadad;
				position: absolute;
				top: 50%;
				margin-top: -50px; 
				margin-left: 1px;
				left: 100%;
				z-index: 1; 
			}
			.breadcrumbFamily li.top a {
				padding-left: 10px;
				z-index: 5;
			}
			.breadcrumbFamily li.level-2 a       { background:        #e6e6e6; z-index: 4; }
			.breadcrumbFamily li.level-2 a:after { border-left-color: #e6e6e6; z-index: 4; }
			.breadcrumbFamily li.level-3 a       { background:        rgb(191,29,29); z-index: 3; }
			.breadcrumbFamily li.level-3 a:after { border-left-color: rgb(191,29,29); z-index: 3; }
			.breadcrumbFamily li.level-4 a       { background:        rgb(217,33,33); z-index: 2; }
			.breadcrumbFamily li.level-4 a:after { border-left-color: rgb(217,33,33); z-index: 2; }
			.breadcrumbFamily li.level-5 a       { background:        rgb(242,37,37); z-index: 1; }
			.breadcrumbFamily li.level-5 a:after { border-left-color: rgb(242,37,37); z-index: 1; }
			.breadcrumbFamily li.current a {
				background: #e6e6e6 !important;
				color: black;
				pointer-events: none;
				cursor: default;
                padding-right: 20px;
			}
			.breadcrumbFamily li.current a:after { border: 0; }
			.breadcrumbFamily li a:hover { background: #e6e6e6; }
			.breadcrumbFamily li a:hover:after { border-left-color: #e6e6e6 !important; }




button:disabled,
button[disabled] {
    color: #E5E5E5;
    cursor: not-allowed;
}