.block {
    display: block;
}

.clear {
    display: block;
    overflow: hidden;
}

a:hover, a:focus {
    text-decoration: none;
}


.font-bold {
    font-weight: 600;
}

.font-noraml {
    font-weight: 400;
}

.text-uppercase {
    text-transform: uppercase;
}


.b-r {
    border-right: 1px solid #E7EAEC;
}

.hr-line-dashed {
    border-top: 1px dashed #E7EAEC;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0;
}

.hr-line-solid {
    border-bottom: 1px solid #EAEEF1;
    background-color: rgba(0, 0, 0, 0);
    border-style: solid !important;
    margin-top: 15px;
    margin-bottom: 15px;
}


/* BACKGROUNDS */

.gray-bg {
    background-color: #f3f3f4;
}

.white-bg {
    background-color: #ffffff;
}

.navy-bg {
    background-color: #1AB394;
    color: #ffffff;
}

.blue-bg {
    background-color: #1c84c6;
    color: #ffffff;
}

.lazur-bg {
    background-color: #23c6c8;
    color: #ffffff;
}

.yellow-bg {
    background-color: #f7c029;
    color: #ffffff;
}

.red-bg {
    background-color: #ED5565 ;
    color: #ffffff;
}

.black-bg {
    background-color: #262626;
}

.panel-primary  {
    border-color: #1AB394;
}

.panel-primary > .panel-heading {
    background-color: #1AB394;
    border-color: #1AB394;
}

.panel-success  {
    border-color: #1c84c6;
}

.panel-success > .panel-heading {
    background-color: #1c84c6;
    border-color: #1c84c6;
    color: #ffffff;
}

.panel-info  {
    border-color: #23c6c8;
}

.panel-info > .panel-heading {
    background-color: #23c6c8;
    border-color: #23c6c8;
    color: #ffffff;
}

.panel-warning  {
    border-color: #f7c029;
}

.panel-warning > .panel-heading {
    background-color: #f7c029;
    border-color: #f7c029;
    color: #ffffff;
}

.panel-danger  {
    border-color: #ED5565 ;
}

.panel-danger > .panel-heading {
    background-color: #ED5565 ;
    border-color: #ED5565 ;
    color: #ffffff;
}

.progress-bar {
    background-color: #1AB394;
}

.progress-small, .progress-small .progress-bar {
    height: 10px;
}

.progress-small, .progress-mini {
    margin-top: 5px;
}

.progress-mini, .progress-mini .progress-bar {
    height: 5px;
    margin-bottom: 0px;
}

.progress-bar-navy-light {
    background-color: #3dc7ab;
}

.progress-bar-success {
    background-color: #1c84c6;
}

.progress-bar-info {
    background-color: #23c6c8;
}

.progress-bar-warning {
    background-color: #f7c029;
}

.progress-bar-danger {
    background-color: #ED5565 ;
}



.panel-title {
    font-size: inherit;
}

.jumbotron {
    border-radius: 6px;
}

.jumbotron h1 {
    margin-top: 0;
}

/* COLORS */

.text-navy {
    color: #1AB394;
}


.text-primary {
    color: inherit;
}

.text-success {
    color: #1c84c6;
}

.text-info {
    color: #23c6c8;
}

.text-warning {
    color: #f7c029;
}

.text-danger {
    color: #ED5565 ;
}

.text-muted {
    color: #888888;
}


.input-s-sm {
    width: 120px;
}
.input-s {
    width: 200px;
}
.input-s-lg {
    width: 250px;
}

.i-checks {
    padding-left: 0;
}



/* WRAPPERS */

 #wrapper {
    width: 100%;
}

.wrapper {
    padding: 0 20px;
}

.wrapper-content {
    padding: 20px 10px 0px 10px
}

#page-wrapper {
    padding: 0 15px;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0;
       
    }
}


ul.unstyled, ol.unstyled {
    list-style: none outside none;
    margin-left: 0;
}



/* BADGETS & LABELS */

.label {
    background-color: #D1DADE;
    color: #5E5E5E;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 8px;
    text-shadow: none;
    margin-top: -20px;
}
.badge {
    background-color: #D1DADE;
    color: #5E5E5E;
    font-size: 11px;
    font-weight: 600;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    text-shadow: none;
}

.label-primary, .badge-primary {
    background-color: #1AB394;
    color: #FFFFFF;
}
.label-success, .badge-success {
    background-color: #1C84C6;
    color: #FFFFFF;
}
.label-warning, .badge-warning {
    background-color: #F8AC59;
    color: #FFFFFF;
}

.label-warning-light, .badge-warning-light {
    background-color: #eeb722;
    color: #ffffff;
}

.label-danger, .badge-danger {
    background-color: #EF5352;
    color: #FFFFFF;
}
.label-info, .badge-info {
    background-color: #23C6C8;
    color: #FFFFFF;
}
.label-inverse, .badge-inverse {
    background-color: @262626;
    color: #FFFFFF;
}
.label-white, .badge-white {
    background-color: #FFFFFF;
    color: #5E5E5E;
}
.label-white, .badge-disable {
    background-color: #2A2E36;
    color: #8B91A0;
}

/* PROFILE */

.profile-content {
    border-top: none !important;
}

.feed-activity-list .feed-element {
    border-bottom: 1px solid #E7EAEC;
}
.feed-element:first-child {
    margin-top: 0;
}
.feed-element {
    padding-bottom: 15px;
}
.feed-element, .feed-element .media {
    margin-top: 15px;
}
.feed-element, .media-body {
    overflow: hidden;
}
.feed-element > .pull-left {
    margin-right: 10px;
}

.feed-element img.img-circle, .dropdown-messages-box img.img-circle {
    width: 38px;
    height: 38px;
}

.feed-element .well {
    border: 1px solid #E7EAEC;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 10px 20px;
    font-size: 11px;
    line-height: 16px;
}

.feed-element .actions {
    margin-top: 10px;
}

.feed-element .photos {
    margin: 10px 0;

}

.feed-photo {
    max-height: 180px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
}


.ibox-content.text-box {
    padding-bottom: 0px;
    padding-top: 15px;
}

.border-left-right {
    border-left: 1px solid #E7EAEC;
    border-right: 1px solid #E7EAEC;
    border-top: none;
    border-bottom: none;
}

.link-block {
    font-size: 12px;
    padding: 10px;
}

.nav.navbar-top-links .link-block a {
    font-size: 12px;
}
.link-block a {
    font-size: 10px;
    color: inherit;

}


img.circle-border {
    border: 6px solid #FFFFFF;
    border-radius: 50%;
}




/* ELEMENTS */


code {
    background-color: #F9F2F4;
    border-radius: 4px;
    color: #ca4440;
    font-size: 90%;
    padding: 2px 4px;
    white-space: nowrap;
}

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}

.ibox:after, .ibox:before {
    display: table;
}

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #E7EAEC;
    border-image: none;
    border-style: solid solid none;
    border-width: 4px 0px 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
}

.ibox-content {
    background-color: #FFFFFF;
    color: inherit;
    padding: 15px 20px 20px 20px;

    border-color: #E7EAEC;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0px;
}

.mail-body {
    border-top: 1px solid #E7EAEC;
    padding: 20px;
}

.mail-text {
    border-top: 1px solid #E7EAEC;
}

.mail-text .note-toolbar {
    padding: 10px 15px;
}

.mail-body .form-group {
    margin-bottom: 5px;
}

.mail-text .note-editor .note-toolbar {
    background-color: #F9F8F8;
}

.mail-attachment {
    border-top: 1px solid #E7EAEC;
    padding: 20px;
    font-size: 12px;
}

.mailbox-content {
    background: none;
    border: none;
    padding: 10px;
}

.mail-ontact {
    width: 23%;
}


.star-mail, .check-mail {
    width: 40px;
}

.unread td a, .unread td {
    font-weight: 600;
    color: inherit;
}

.read td a, .read td {
    font-weight: normal;
    color: inherit;
}

.unread td {
    background-color: #f9f8f8;
}

.ibox-content {
    clear: both;
}

.ibox-heading {
    background-color: #f3f6fb;
    border-bottom: none;
}

.ibox-heading h3 {
    font-weight: 200;
    font-size: 24px;
}
.ibox-title h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ibox-tools {
    display: inline-block;
    float: right;
    margin-top: 0;
    position: relative;
    padding: 0;
}

.ibox-tools a {
    cursor: pointer;
    margin-left: 5px;
    color: #c4c4c4;
}

.ibox-tools .dropdown-menu > li > a {
    padding: 4px 10px;
    font-size: 12px;
}

/* MARGINS & PADDINGS */

.p-xxs {
    padding: 5px;
}

.p-xs {
    padding: 10px;
}

.p-sm {
    padding: 15px;
}

.p-m {
    padding: 20px;
}

.p-md {
    padding: 25px;
}

.p-lg {
    padding: 30px;
}

.p-xl {
    padding: 40px;
}

.m-xxs {
    margin: 2px 4px;
}
.m-xs {
    margin: 5px;
}
.m-sm {
    margin: 10px;
}
.m {
    margin: 15px;
}
.m-md {
    margin: 20px;
}
.m-lg {
    margin: 30px;
}
.m-xl {
    margin: 50px;
}
.m-n {
    margin: 0 !important;
}
.m-l-none {
    margin-left: 0;
}
.m-l-xs {
    margin-left: 5px;
}
.m-l-sm {
    margin-left: 10px;
}
.m-l {
    margin-left: 15px;
}
.m-l-md {
    margin-left: 20px;
}
.m-l-lg {
    margin-left: 30px;
}
.m-l-xl {
    margin-left: 40px;
}
.m-l-n-xxs {
    margin-left: -1px;
}
.m-l-n-xs {
    margin-left: -5px;
}
.m-l-n-sm {
    margin-left: -10px;
}
.m-l-n {
    margin-left: -15px;
}
.m-l-n-md {
    margin-left: -20px;
}
.m-l-n-lg {
    margin-left: -30px;
}
.m-l-n-xl {
    margin-left: -40px;
}
.m-t-none {
    margin-top: 0;
}
.m-t-xxs {
    margin-top: 1px;
}
.m-t-xs {
    margin-top: 5px;
}
.m-t-sm {
    margin-top: 10px;
}
.m-t {
    margin-top: 15px;
}
.m-t-md {
    margin-top: 20px;
}
.m-t-lg {
    margin-top: 30px;
}
.m-t-xl {
    margin-top: 40px;
}
.m-t-n-xxs {
    margin-top: -1px;
}
.m-t-n-xs {
    margin-top: -5px;
}
.m-t-n-sm {
    margin-top: -10px;
}
.m-t-n {
    margin-top: -15px;
}
.m-t-n-md {
    margin-top: -20px;
}
.m-t-n-lg {
    margin-top: -30px;
}
.m-t-n-xl {
    margin-top: -40px;
}
.m-r-none {
    margin-right: 0;
}
.m-r-xxs {
    margin-right: 1px;
}
.m-r-xs {
    margin-right: 5px;
}
.m-r-sm {
    margin-right: 10px;
}
.m-r {
    margin-right: 15px;
}
.m-r-md {
    margin-right: 20px;
}
.m-r-lg {
    margin-right: 30px;
}
.m-r-xl {
    margin-right: 40px;
}
.m-r-n-xxs {
    margin-right: -1px;
}
.m-r-n-xs {
    margin-right: -5px;
}
.m-r-n-sm {
    margin-right: -10px;
}
.m-r-n {
    margin-right: -15px;
}
.m-r-n-md {
    margin-right: -20px;
}
.m-r-n-lg {
    margin-right: -30px;
}
.m-r-n-xl {
    margin-right: -40px;
}
.m-b-none {
    margin-bottom: 0;
}
.m-b-xxs {
    margin-bottom: 1px;
}
.m-b-xs {
    margin-bottom: 5px;
}
.m-b-sm {
    margin-bottom: 10px;
}
.m-b {
    margin-bottom: 15px;
}
.m-b-md {
    margin-bottom: 20px;
}
.m-b-lg {
    margin-bottom: 30px;
}
.m-b-xl {
    margin-bottom: 40px;
}
.m-b-n-xxs {
    margin-bottom: -1px;
}
.m-b-n-xs {
    margin-bottom: -5px;
}
.m-b-n-sm {
    margin-bottom: -10px;
}
.m-b-n {
    margin-bottom: -15px;
}
.m-b-n-md {
    margin-bottom: -20px;
}
.m-b-n-lg {
    margin-bottom: -30px;
}
.m-b-n-xl {
    margin-bottom: -40px;
}

.space-15 {
    margin: 15px 0;
}
.space-20 {
    margin: 20px 0;
}
.space-25 {
    margin: 25px 0;
}
.space-30 {
    margin: 30px 0;
}

/* MEDIA */

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0;
        
    }

    .navbar-static-side {
        z-index: 101;
        position: absolute;
        width: 220px;
    }
	
		.minimalize-styl-2 { display: none; }
}

@media(max-width:768px) {

    #page-wrapper {
        position: inherit;
        margin: 0 0 0 0px;
      
    }

    .body-small .navbar-static-side {
        display: none;
        z-index: 1;
        position: absolute;
        width: 70px;
    }


    .lock-word {
        display: none;
    }
	


}

@media(max-width: 350px) {


    .timelnie-item .date {
        text-align: left;
        position: relative;
        padding-top: 30px;
    }

    .date i {
        position: absolute;
        top: 0;
        left: 15px;
        padding: 5px;
        width: 30px;
        text-align: center;
        border: 1px solid #E7EAEC;
        background: #f8f8f8;
    }

    .timelnie-item .content {
        border-left:none;
        border-top:1px solid #E7EAEC;
        padding-top: 10px;
        min-height: 100px;
    }

}

.phone { padding:20px 0 0 20px; font-size:18px; }

@media (min-width:1024px) {
    .navbar-nav {
        float:right;
    }
}

@media(max-width:1000px) {
    .welcome-message {
        display: none;
    }
    
}

@media (max-width: 992px) {

    .phone {
        font-size: 14px;
    }




}

@media (max-width: 768px) {
    .btn-sm {
        margin: 5px 0 0 5px;
        width: 100%;
    }

    

    .nav-tabs > li > a {
        padding: 5px;
        font-weight: 400;
        font-size: 9px;
    }

}


/* bootstrap html tree */
.tree {
    min-height:20px;
    padding:5px;
    margin-bottom:20px;
    background-color:#fbfbfb;
    border:1px solid #999;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 5px;
    position:relative
}
.tree li::before, .tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:25px;
    width:25px
}
.tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #999;
    border-radius:5px;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none
}
.tree li.parent_li>.collapsible {
    cursor:pointer
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0
}

.family-tree ul {
    padding-top: 20px; position: relative;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-padding-start: 5px;
    -moz-padding-start: 5px;
}

.family-tree li {
    display: inline-block;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 0;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;

    vertical-align: top;
    white-space: nowrap;
}

.family-tree span {
    min-width: 160px;
}

/*We will use ::before and ::after to draw the connectors*/

.family-tree li::before, .family-tree li::after{
    content: '';
    position: absolute; top: 0; right: 50%;
    border-top: 1px solid #ccc;
    width: 50%; height: 20px;
}
.family-tree li::after{
    right: auto; left: 50%;
    border-left: 1px solid #ccc;
}

/*We need to remove left-right connectors from elements without
any siblings*/
.family-tree li:only-child::after, .family-tree li:only-child::before {
    display: none;
}

/*Remove space from the top of single children*/
.family-tree li:only-child{ padding-top: 0;}

/*Remove left connector from first child and
right connector from last child*/
.family-tree li:first-child::before, .family-tree li:last-child::after{
    border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.family-tree li:last-child::before{
    border-right: 1px solid #ccc;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}
.family-tree li:first-child::after{
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.family-tree ul ul::before{
    content: '';
    position: absolute; top: 0; left: 50%;
    border-left: 1px solid #ccc;
    width: 0; height: 20px;
}

.username a{
    border: 1px solid #ccc;
    padding: 5px 5px;
    text-decoration: none;
    color: #666;
    display: inline-block;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.username a:hover, .username a:hover+ul li a {
    background: #c8e4f8; color: #000; border: 1px solid #94a0b4;
}
/*Connector styles on hover*/
.username a:hover+ul li::after,
.username a:hover+ul li::before,
.username a:hover+ul::before,
.username a:hover+ul ul::before{
    border-color:  #94a0b4;
}

.family-tree li span {
    border: 1px solid #ccc;
    padding: 5px 5px;
    text-decoration: none;
    color: #666;
    font-size: 11px;
    display: inline-block;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    transition: all 0.5s;
    -webkit-transition: all 0.5
}

.username {
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 10px;
}

.last-5-cycles ul {
    list-style-type: none;
    text-align: left;
}

.last-5-cycles ul li {
    border-left: 1px solid #666666;
    float: left;
    padding-left: 1em;
    padding-right: 1em;
}

.last-5-cycles ul li:first-child {
    border-left: none;
    padding-left: 0;
}

.last-5-cycles ul li:last-child {
    padding-right: 0;
}