﻿/*#region font*/


@font-face {
    font-family: 'PFBeauSansBbook';
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    src: url('../fonts/pfbeausanspro-book.woff') format('woff'), url('../fonts/pfbeausanspro-book.ttf') format('truetype'), url('../fonts/pfbeausanspro-book.svg#PFBeauSansBbook') format('svg');
}

@font-face {
    font-family: 'PFBeauSansLight';
    src: url('../fonts/pfbeausanspro-light.woff') format('woff'), url('../fonts/pfbeausanspro-light.ttf') format('truetype'), url('../fonts/pfbeausanspro-light.svg#PFBeauSansLight') format('svg');
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'PFBeauSansSemiBold';
    src: url('../fonts/pfbeausanspro-sebold.woff') format('woff'), url('../fonts/pfbeausanspro-sebold.ttf') format('truetype'), url('../fonts/pfbeausanspro-sebold.svg#PFBeauSansSemiBold') format('svg');
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'PFBeauSansRegular';
    src: url('../fonts/pfbeausanspro-reg.woff') format('woff'), url('../fonts/pfbeausanspro-reg.ttf') format('truetype'), url('../fonts/pfbeausanspro-reg.svg#PFBeauSansRegular') format('svg');
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}



/*#endregion font*/

/*#region default*/
html {
    min-height: 100%;
    height: auto;
    height: 100%;
    text-rendering: optimizeLegibility;
}

body {
    background-color: #f1f1f1;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333 !important;
    font-family: 'PFBeauSansRegular';
 
    min-height: 100%;
    height: auto;
    height: 100%;
    -ms-background-size: cover;
    background-size: cover;
}

a {
    color: #3D9BAB;
    text-decoration: none;
}

    a:hover, a:visited {
        color: #888;
        text-decoration: none;
    }

b, strong {
    font-weight: 500;
}

.text-right {
    text-align: right !important;
}
/*#endregion default*/

/*#region scrollbar*/
::-webkit-scrollbar {
    width: 7px; /* for vertical scrollbars */
    height: 7px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
    background: #eee;
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    background: #aaa;
    background: rgba(0, 0, 0, 0.4);
}

scrollbar {
    /*  clear useragent default style*/
    -moz-appearance: none !important;
}
/* buttons at two ends */
scrollbarbutton {
    -moz-appearance: none !important;
}
/* the sliding part*/
thumb {
    -moz-appearance: none !important;
}

scrollcorner {
    -moz-appearance: none !important;
    resize: both;
}
/* vertical or horizontal */
scrollbar[orient="vertical"] {
    color: silver;
}
/*#endregion scrollbar*/

/*#region ng-cloak*/
[ng-cloak], [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}
/*#endregion ng-cloak*/

/*#region padding & margin reset*/

.p0 {
    padding: 0 !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pl0 {
    padding-left: 0 !important;
}

.p5 {
    padding: 0 5px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl10 {
    padding-left: 15px !important;
}

.m0 {
    margin: 0;
}

.m5 {
    margin-top: 5px;
}

.mt15 {
    margin-top: 15px;
}

.mt10 {
    margin-top: 15px;
}

.m17 {
    margin-top: 17px !important;
}

.m17a {
    margin-top: 17px;
    margin-bottom: 12px;
}

.mt20 {
    margin-top: 20px;
}

.m10 {
    margin-top: 10px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mrl20 {
    margin-left: -20px;
    margin-right: -20px;
}

@media (max-width:991px) {
    .pl15 {
        padding-left: 5px !important;
    }

    .mt15sm {
        margin-top: 15px;
    }
}

@media (max-width:767px) {

    .p5 {
        padding: initial;
    }

    .p0 {
        padding: initial;
    }

    .pr0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .pl0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/*#endregion padding & margin reset*/

/*#region menu*/
.navmenu-nav {
    margin-bottom: 0;
    padding-bottom: 100px;
}

.navmenu-default, .navbar-default .navbar-offcanvas {
    background-color: transparent;
    border-color: transparent;
}

.menu-wrapper .panel {
    background-color: transparent !important;
    border: 1px none transparent !important;
}

.menu-wrapper .panel-default > .panel-heading {
    color: #333;
    background-color: transparent !important;
    border-color: transparent !important;
    color: white;
    cursor: pointer;
    background-image: url("../images/menu-hr.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-top: 10px;
}

.menu-wrapper .panel-title > a {
    color: inherit;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 17px;
}

.menu-down, .menu-right {
    padding: 10px 0 15px 0 !important;
    text-align: center;
    margin-bottom: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    position: relative;
    border-left: 3px solid transparent;
    margin-bottom: 1px;
}

    .menu-right a:before {
        font-size: 25px;
        display: block;
        padding: 3px;
    }

    .menu-right.active, .menu-right.active:hover {
        background: rgba(61, 155, 171, 0.1);
        border-left: 3px solid #3EA2AB;
    }

    .menu-right:hover {
        background: transparent;
        border-left: 3px solid transparent;
    }


.menu-right-group {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.menu-right-link {
    padding-top: 35px;
    padding-bottom: 0px;
    margin-top: 0px !important;
    text-decoration: none !important;
    font-size: 12px;
}

.menu-down {
    background-color: #ccc;
    background-color: rgba(0,0,0,.2);
}

    .menu-down:hover, .menu-right.active {
        background-repeat: no-repeat;
        background-position: right center;
        padding: 10px 0;
        display: block;
        font-weight: normal;
    }

    .menu-down > span {
        background-repeat: no-repeat;
        background-position: right center;
        padding: 10px 0;
        display: block;
    }

.menu-wrapper ul {
    padding-left: 0 !important;
    display: block;
    padding-top: 45px;
}

#myNavmenu li {
    line-height: 15px;
    list-style-type: none;
    padding: 0;
    font-size: 14px;
    color: #bbb;
    text-align: left;
}

    #myNavmenu li a {
        color: #ddd;
        font-weight: normal;
        font-size: 13px;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        line-height: 18px;
        display: block;
        position: relative;
        z-index: 10;
        padding: 0;
        text-align: center;
    }

        #myNavmenu li a:hover, #myNavmenu li a:focus, #myNavmenu li a.active {
            color: #bbb;
            font-weight: normal;
            text-decoration: none;
        }

ul.ng-scope {
    padding-left: 10px;
    margin-bottom: 0;
}



.navbar-toggle {
    position: relative;
    padding: 8px 0;
    margin-top: 0;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-right: 0;
    margin-left: 0;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

    .navbar-default .navbar-toggle {
        border-color: transparent;
        background: transparent;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: transparent;
        }

.navbar-fixed-top, .navbar-fixed-bottom {
    background-color: transparent;
    border-color: #555;
    -webkit-box-shadow: 0 5px 5px -3px #eee;
    -webkit-box-shadow: 0 5px 5px -3px rgba(0,0,0,0.1);
    box-shadow: 0 5px 5px -3px #eee;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,0.1);
}

.navmenu-nav .panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ddd;
    background-color: #cccccc;
    background-color: rgba(0,0,0,.2);
}

.navmenu-nav .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px none #ddd;
    padding: 10px 15px;
    text-align: center;
}

.navmenu-nav .panel-heading, .navmenu-nav .panel-title {
    padding: 0;
}

    .navmenu-nav .panel-title > a {
        display: block;
    }

@media (max-width:1199px) {
    .nav > li > a {
        padding: 10px 2px;
        outline: none;
    }


    .nav-tabs > li > a {
        color: #999;
        font-size: 13px;
        line-height: 15px;
        outline: none;
    }
}

@media (min-width: 768px) {

    .menu-wrapper {
        padding: 0;
    }

        .menu-wrapper:last-of-type {
            background-image: none;
        }

    .navbar-default .navbar-toggle {
        display: none;
    }

    .navbar-fixed-top, .navbar-fixed-bottom {
        -webkit-box-shadow: 0 5px 5px -3px #eee;
        -webkit-box-shadow: 0 5px 5px -3px rgba(0,0,0,0.1);
        box-shadow: 0 5px 5px -3px #eee;
        box-shadow: 0 5px 5px -3px rgba(0,0,0,0.1);
        background-image: -webkit-linear-gradient(top,#33363f 0,#202228 100%);
        background-image: -o-linear-gradient(top,#33363f 0,#202228 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,from(#33363f),to(#202228));
        background-image: linear-gradient(to bottom,#33363f 0,#202228 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        background-repeat: repeat-x;
        border-color: transparent;
        background: white;
        left: 100px;
        border: 0px none transparent;
        box-shadow: 5px 5px 20px rgba(0,0,0,.1);
    }


    .navmenu-fixed-left, .navmenu-fixed-right, .navbar-offcanvas {
        position: relative;
        z-index: 1030;
        -ms-border-radius: 0;
        border-radius: 0;
        height: 100%;
        width: 100%;
    }

    .navmenu, .navbar-offcanvas {
        width: 100%;
        height: 100%;
        border-style: solid;
        border-width: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        top: 0;
    }



    .disblock {
        display: block !important;
    }
}


@media (max-width:767px) {
    .navmenu-default, .navbar-default .navbar-offcanvas {
        background-color: #465d8a;
        border-color: transparent;
        padding-top: 50px;
        background-color: #555;
        background-image: url(../images/menu-bg.png);
    }

    .navmenu, .navbar-offcanvas {
        width: 260px;
    }

    .navbar-default {
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 0, #f4f4f4 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#ffffff), color-stop(100%,#f4f4f4));
        background: -webkit-linear-gradient(top, #ffffff 0,#f4f4f4 100%);
        background: -o-linear-gradient(top, #ffffff 0,#f4f4f4 100%);
        background: -ms-linear-gradient(top, #ffffff 0,#f4f4f4 100%);
        background: linear-gradient(to bottom, #ffffff 0,#f4f4f4 100%);
        -webkit-box-shadow: 0 3px 3px #888;
        -ms-box-shadow: 0 3px 3px #888;
        box-shadow: 0 3px 3px #888;
        box-shadow: 0 3px 3px rgba(68,68,68,0.5);
        position: fixed;
        width: 100%;
        z-index: 100;
        height: 50px;
    }
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #334b79;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    -ms-border-radius: 0;
    border-radius: 0;
}

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 4px;
    }

.navmenu-nav .panel-group .panel + .panel {
    margin-top: 0;
}

.navbar-inverse .navbar-toggle.pull-left {
    border-color: transparent;
    padding: 15px;
    margin-bottom: 0;
    border-right: 1px solid #ddd;
    -ms-border-radius: 0;
    border-radius: 0;
}

.navbar-inverse .navbar-toggle.pull-right {
    border-color: transparent;
    padding: 10px 0 10px 15px;
    margin-bottom: 0;
    border-left: 1px solid #ddd;
    -ms-border-radius: 0;
    border-radius: 0;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #555;
}


.navbar-inverse .navbar-toggle:hover .icon-bar {
    background-color: #3D9BAB;
}


.menu-fakturi-on, .menu-projects-on, .menu-dogovori-on, .menu-settings-on, .menu-manual-on, .menu-calendar-on, .menu-address-book-on, .menu-services-on, .menu-users-on {
    background-repeat: no-repeat;
    background-size: 45px;
    width: 100%;
    display: block;
    margin: 0 auto;
    float: none;
    background-position: top;
}

.menu-bam-on {
    background-repeat: no-repeat;
    background-size: 35px;
    width: 100%;
    display: block;
    margin: 0 auto;
    float: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0 !important;
    font-size: 12px;
    background-position: top;
}

.menu-fakturi-on {
    background-image: url('../images/menu-fakturi-on.png');
}

.menu-projects-on {
    background-image: url('../images/menu-projects-on.png');
}

.menu-dogovori-on {
    background-image: url('../images/menu-dogovori-on.png');
}

.menu-address-book-on {
    background-image: url('../images/menu-fakturi-on.png');
}

.menu-settings-on {
    background-image: url('../images/menu-settings-on.png');
}

.menu-manual-on {
    background-image: url('../images/theme-red/menu-dogovori-on - Copy.png');
}

.menu-services-on {
    background-image: url('../images/menu-services-on.png');
}

.menu-users-on {
    background-image: url('../images/menu-users-on.png');
}

/*#endregion menu*/

/*#region layout*/
.container-fluid, .view, .main2 {
    height: 100%;
}

.content p {
    padding: 15px 0;
    padding-left: 55px;
    line-height: 16px;
    font-size: 11px;
}

#footer {
    position: fixed;
    bottom: -1px;
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px;
    color: #333;
    z-index: 999;
}

#logo-small {
    padding: 0;
    height: 50px;
    display: block;
}

.header-top {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0, #f4f4f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#ffffff), color-stop(100%,#f4f4f4));
    background: -webkit-linear-gradient(top, #ffffff 0,#f4f4f4 100%);
    background: -o-linear-gradient(top, #ffffff 0,#f4f4f4 100%);
    background: -ms-linear-gradient(top, #ffffff 0,#f4f4f4 100%);
    background: linear-gradient(to bottom, #ffffff 0,#f4f4f4 100%);
    -webkit-box-shadow: 0 3px 3px #999;
    -ms-box-shadow: 0 3px 3px #999;
    box-shadow: 0 3px 3px #999;
    box-shadow: 0 3px 3px rgba(68,68,68,0.5);
    position: fixed;
    width: 100%;
    z-index: 100;
    height: 115px;
}

.sidebar {
    display: block;
    background-color: #465d8a;
    z-index: 1000;
    position: relative;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .sidebar:before {
        content: "\f20e";
        display: inline-block;
        font-family: "Ionicons";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: rgba(34, 163, 171, 0.5);
        position: absolute;
        top: 0px;
        font-size: 28px;
        left: 50%;
        transform: translateX(-50%);
        border-bottom: 1px solid rgba(89, 95, 102, 0.3);
        display: block;
        padding: 15px 40px;
    }

.main {
    margin-bottom: 0;
    padding-right: 20px;
}

.main2 {
    padding-top: 60px;
    margin-bottom: 0;
    margin-top: 55px;
}

.main .page-header {
    margin-top: 0;
}

.top-logo {
    text-align: center;
}

    .top-logo img {
        width: auto;
        max-width: 100%;
    }

.logo-name {
    display: block;
    height: 50px;
    color: #555;
    padding: 5px 10px;
}

    .logo-name h1 {
        margin: 0;
        font-size: 30px;
        line-height: 40px;
    }

.logo-links {
    display: block;
    height: 115px;
    padding-top: 35px;
    height: 85px;
    margin-top: 12px;
    border-right: 1px solid #dde2e8;
    text-align: center;
}

    .logo-links img {
        margin: 0 10px 0 0;
    }

.logo-name img {
    display: block;
    max-width: 100%;
    padding-left: 5px;
}

.inner-content {
    height: auto;
    min-height: 100%;
}

    .inner-content h1 {
        color: #B8BCC3;
        font-size: 13px;
        border-bottom: 1px solid #f3f3f3;
        display: block;
        margin-top: 0;
        padding: 9px 22px;
        margin: -4px -20px 10px -20px;
        min-height: 20px;
        background: #fbfbfb;
        position: fixed;
        width: 100%;
        z-index: 10;
        top: 64px;
    }

        .inner-content h1.bread {
            background-image: url(../images/bread.png);
            background-position: left center;
            background-repeat: no-repeat;
        }

.lang a {
    font-size: 15px;
    font-weight: bold;
    color: #292929;
    display: inline-block;
    background-color: transparent;
    padding: 15px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border-left: 1px solid #efefef;
}

    .lang a:hover {
        color: #555;
        background-color: rgba(43, 60, 71, 0.1);
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }

    .lang a.active, .lang a.active:hover {
        font-size: 15px;
        font-weight: bold;
        color: #6e87b7;
    }

.choose-lang {
    display: inline-block;
    padding: 0 0 0 5px;
    font-size: 15px;
    position: relative;
}

    .choose-lang > p {
        margin-bottom: 0;
        display: inline;
        color: #696E79 !important;
        font-size: 13px;
        padding: 0 20px;
        cursor: pointer;
    }

    .choose-lang span {
        color: black;
        cursor: pointer;
        -webkit-transition: all .1s ease-in;
        transition: all .1s ease-in;
    }

    .choose-lang i {
        font-size: 31px;
        line-height: 10px;
        vertical-align: middle;
        padding-right: 10px;
    }

    .choose-lang .logout {
        font-size: 28px;
        padding: 0 5px;
    }

    .choose-lang span:hover {
        color: #bbb;
        -webkit-transition: all .1s ease-in;
        transition: all .1s ease-in;
    }

    .choose-lang .userProfile {
        color: #bbb;
        padding: 20px 30px;
        border-bottom-left-radius: 0;
        width: 400px;
        box-shadow: -5px 15px 20px rgba(0,0,0,.1);
    }

    .choose-lang span.glyphicon {
        color: #BBBBBB;
        font-size: 16px;
    }

.userProfile {
    position: absolute;
    padding: 15px;
    font-size: 13px;
    right: 0px;
    background-color: rgb(255, 255, 255);
}

    .userProfile img {
        vertical-align: bottom;
    }

.user-profile-no-hover {
    color: #8C919C !important;
    cursor: default !important;
}

.logout-user {
    width: 25px;
    padding-bottom: -5px;
    top: 0;
    position: absolute;
    right: -5px;
    cursor: pointer;
    display: inline-block;
}

.menu-right img {
    opacity: 0.8;
    width: 35px;
    float: left;
    margin-right: 5px;
    padding-bottom: 10px;
    position: absolute;
    z-index: 0;
    left: 10px;
}

.right-panel.open {
    position: fixed;
    height: 100%;
    right: 0;
    width: 380px;
    overflow: scroll;
    background-color: #fbfbfb;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    top: 50px;
    z-index: 20;
    padding-top: 5px;
    padding-bottom: 100px;
}

.right-panel {
    position: fixed;
    height: 100%;
    right: 0;
    width: 380px;
    right: -360px;
    right: -350px\0/;
    overflow: hidden;
    background-color: #fbfbfb;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    box-shadow: -3px 0 10px -4px #bbb;
    box-shadow: -3px 0 10px -4px rgba(0,0,0,0.15);
    top: 50px;
    padding: 0 20px 0 30px;
    z-index: 10;
}

    .main.narrow, .main, .right-panel.open .sidebar-handle, .right-panel .sidebar-handle, .e-drag, .dragndrop {
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

@media (max-width:1200px) {
    .logo-links {
        border-right: 1px none #dde2e8;
    }
}

@media (min-width:992px) {
    .main.narrow {
        padding-right: 380px;
    }

    .main {
        padding-right: 20px;
    }
}

@media (max-width:992px) {
    .main.narrow {
        padding-left: 0;
    }
}

@media (min-width:768px) {
    .sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 3;
        display: block;
        padding: 20px;
        background-color: #33363f;
        background: #33363f; /* Old browsers */
        background: -moz-linear-gradient(left, #273f4c 0%, #33363f 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #273f4c 0%,#33363f 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to top, #273f4c 0%,#33363f 100%);
        height: 100%;
        min-height: 100%;
        padding-top: 0;
        width: 100px;
        overflow: hidden;
    }

    .main2 {
        padding-right: 20px;
        padding-left: 120px;
        padding-bottom: 40px;
    }
}

@media (max-width:767px) {
    .main2 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .main {
        padding-top: 15px;
        margin-bottom: 40px;
        margin-top: 0;
    }

    .sidebar {
        min-height: inherit !Important;
    }

    .inner-content h1 {
        margin: -11px 0 10px -20px !important;
    }

    .container-fluid {
        padding-right: 0;
        padding-left: 0;
        padding-right: 5px\0/ !important;
        padding-left: 5px\0/ !important;
        margin-right: auto;
        margin-left: auto;
    }

    .choose-lang {
        display: none;
    }

    .navbar-fixed-top, .navbar-fixed-bottom {
        border-color: #FFF;
    }

    .navbar-inverse {
        background: white !important;
        min-height: 53px;
    }
}

@media (max-width:440px) {
    .right-panel.open {
        width: 100%;
    }
}

.right-panel.open .sidebar-handle, .right-panel .sidebar-handle {
    position: absolute;
    left: auto;
    bottom: auto;
    left: 0;
    top: 50%;
    margin-top: -20px;
    width: 21px;
    height: 40px;
    border: 1px solid #eee;
    background: white;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0 0 5px 3px #eee;
    box-shadow: 0 0 5px 3px rgba(0,0,0,.05);
}

.right-panel.open .sidebar-handle {
    background-image: url(../images/sidebar-handle.png);
}

.right-panel .sidebar-handle {
    background-image: url(../images/sidebar-handle2.png);
}

.right-panel h4 {
    font-size: 16px;
}

.sidebar-handle img {
    padding: 11px 5px;
}

.sidebar-handle {
    cursor: pointer;
}

/*#endregion layout*/

/*#region table*/
@media (max-width:1199px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: hidden;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 0 none white;
    }
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
    cursor: pointer;
    *cursor: hand;
}

table.dataTable thead {
    background-color: transparent;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    line-height: 2;
}

    table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
        background-repeat: no-repeat;
        background-position: center left;
        padding: 15px 10px 15px 20px;
        text-align: left;
        white-space: nowrap;
    }

    table.dataTable thead .sorting {
        background-image: url("../images/sort_both.png");
    }

    table.dataTable thead .sorting_asc {
        background-image: url("../images/sort_asc.png");
        color: #4db7be !important;
    }

    table.dataTable thead .sorting_desc {
        background-image: url("../images/sort_desc.png");
        color: #4db7be !important;
    }

    table.dataTable thead .sorting_asc_disabled {
        background-image: url("../images/sort_asc_disabled.png");
    }

    table.dataTable thead .sorting_desc_disabled {
        background-image: url("../images/sort_desc_disabled.png");
    }

table {
    width: 100% !important;
    background-color: white;
    outline: none;
}



.table-box {
    background: #ffffff;
    padding: 10px 30px 20px;
    display: block;
    height: auto;
    margin-top: 0;
    margin-bottom: 15px;
    /* box-shadow: 0px 0px 20px rgba(0,0,0,.1); */
}

    .table-box h1 {
        font-size: 26px;
    }

        .table-box h1 img {
            width: 35px;
            margin-right: 10px;
            vertical-align: text-bottom;
        }

.dataTables_paginate.paging_bootstrap {
    text-align: left;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0 0;
    -ms-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    margin: 20px 0 0;
    z-index: 1;
}

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        background-color: #3D9BAB;
        border-color: #3D9BAB;
        color: #FFF !important;
    }

    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 5px 10px;
        line-height: 1.42857;
        text-decoration: none;
        background-color: #FFF;
        border: 1px solid #DDD;
        margin: 0 2px;
        color: #3D9BAB !important;
    }

    .pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span {
        -ms-border-top-right-radius: 0;
        border-top-right-radius: 0;
        -ms-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        -ms-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -ms-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        margin-right: 0 !important;
    }

    .pagination > li.next > a, .pagination > li.next > span, .pagination > li.prev > a, .pagination > li.prev > span {
        color: #fff !important;
        text-decoration: none;
        background-color: #ccc;
        border: 1px solid #ddd;
    }

    .pagination > li.next:hover > a, .pagination > li.next:hover > span, .pagination > li.prev:hover > a, .pagination > li.prev:hover > span {
        background-color: #22a3ab;
        border: 1px solid #22a3ab;
    }

    .pagination > li.prev.disabled > a, .pagination > li.next.disabled > a {
        background-color: #e5e5e5;
        color: white !important;
        border: 1px solid #e5e5e5;
    }

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    outline: none;
}

.table-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 3px #999;
    -ms-box-shadow: 0 3px 3px #999;
    box-shadow: 0 3px 3px #999;
    box-shadow: 0 3px 3px rgba(68,68,68,0.5);
    padding: 25px 25px 30px 25px;
    display: block;
    height: auto;
    margin-top: 10px;
    margin-bottom: 15px;
}

    .table-content p {
        font-size: 13px;
        line-height: 24px;
    }

    .table-content ul.sitemap {
        list-style-type: none;
        padding-left: 30px;
    }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px 15px;
    line-height: 14px;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    width: auto !important;
    font-weight: normal;
    font-size: 12px;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    font-weight: normal;
    font-size: 12.5px;
    border-bottom: 1px solid #a9a9a9;
    color: black;
    font-weight: 500;
}

.table-box table > thead > tr > th, table > thead > tr, table > thead > tr > td {
    white-space: nowrap;
}

.table-top-border {
    margin-top: 0;
    padding-bottom: 10px;
}

.paginate_button {
    padding: 3px 8px;
    color: #999;
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
    margin: 0;
    cursor: pointer;
    border-radius: 1px;
    border-top: 1px solid #e5e5e5;
}

    .paginate_button.first, .paginate_button.previous, .paginate_button.next, .paginate_button.last {
        padding: 3px 5px;
        background: white;
        color: #777;
        border-bottom: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
    }

.dataTables_paginate.paging_full_numbers > span > span {
    padding: 4px 5px 5px;
    background: white;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.paginate_button.current {
    background: #22a3ab !important;
    color: white;
}

.paginate_button.first {
    border-left: 1px solid #e5e5e5;
}

.paginate_button.last {
    border-right: 1px solid #e5e5e5;
}

.paginate_button.current:hover {
    background: #ccc !important;
    color: white;
}

.paginate_button.disabled, .paginate_button.disabled:hover {
    background: white;
    color: #ccc !important;
    cursor: not-allowed;
}

.paginate_button:hover {
    background-color: #ddd;
}

.table-box table thead tr:first-of-type th {
    padding: 15px 10px 15px 5px;
}

.table-box table thead tr th {
    background-repeat: no-repeat;
    background-position: center left;
    padding: 15px 10px 15px 20px;
    white-space: nowrap;
}

    .table-box table thead tr th label {
        font-weight: normal;
        font-size: 12.5px;
        color: #2E3642;
    }

.table table {
    font-size: 12px;
}

    .table table th, .table table td {
        white-space: normal;
        min-width: 116px;
        padding: 0 10px;
        vertical-align: top;
    }

@media (max-width:991px) {
    .pagination > li > a {
        display: none;
    }

    .pagination > li:last-child > a {
        display: block !important;
    }

    .pagination > li:first-child > a {
        display: block !important;
    }
}

@media (max-width:767px) {
    .dataTables_info {
        float: none;
        padding-left: 10px;
    }


    .dataTables_paginate.paging_bootstrap {
        float: none;
        padding-left: 10px;
        text-align: left;
        margin: 15px 0;
    }

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 10px 17px;
    }

    .table table th, .table table td {
        white-space: normal;
        min-width: initial;
        padding: 0;
        vertical-align: top;
    }

    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: normal;
    }
}

.table-box.pan {
    padding: 0;
}

    .table-box.pan .panel-body {
        padding: 0 15px;
    }

.table-box.service {
    padding: 15px;
}

.table > tbody > tr > td:first-child {
    max-width: 400px !important;
}

/*#endregion table*/

/*#region buttons*/
.e-btn .glyphicon {
    padding-right: 5px;
    font-size: 12px;
}

@media (max-width:1199px) {
    .e-btn {
        padding: 8px 4px;
    }
}

@media (max-width:767px) {

    .e-btn .glyphicon {
        padding-right: 0;
        padding: 0 10px;
    }
}

.marten {
    position: absolute;
    top: -45px;
    right: 0;
}

.marten2 {
    position: absolute;
    top: -40px;
    right: 0;
}

.marten span {
    font-size: 18px;
    padding-right: 5px;
}

.pull-right-btn {
    text-align: right;
}

.faq-btn {
    background: #334b79;
    color: white;
    border: 1px solid #334b79;
    -ms-border-radius: 0;
    border-radius: 0;
    margin-top: 12px;
}

a.faq-btn:visited {
    color: white;
}

.e-btn {
    background: #4db7be !important;
    color: white;
    border: 1px solid #4db7be;
    -ms-border-radius: 0;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    height: 34px;
    line-height: 19px;
    text-align: center !important;
}

.gray {
    background: #aaa !important;
    border: 1px solid #aaa;
}

.e-btn.gray {
    background: #aaa !important;
    color: white;
    border: 1px solid #aaa;
    text-align: center;
}

.e-btn:hover, .e-btn:focus, .e-btn:active, .e-btn:hover, .e-btn:visited, .faq-btn:hover, .faq-btn:focus, .faq-btn:active, .faq-btn:hover {
    border: 1px solid #4db7be !important;
    -ms-border-radius: 0;
    border-radius: 0;
    background: #4db7be !important;
    color: white;
}

.e-btn-2 {
    background: #ccc !important;
    color: white;
    border: 1px solid #ccc;
    -ms-border-radius: 0;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    height: 34px;
    line-height: 16px;
}

    .e-btn-2:hover, .e-btn-2:focus, .e-btn-2:active, .e-btn-2:hover, .e-btn-2:visited {
        border: 1px solid #ccc;
        -ms-border-radius: 0;
        border-radius: 0;
        background: #ccc !important;
        color: white;
        border: 1px solid transparent;
        -ms-border-radius: 0;
        border-radius: 0;
        color: white;
    }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: -1px;
    background: -moz-linear-gradient(top, #ffffff 0, #f4f4f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#ffffff), color-stop(100%,#f4f4f4));
    background: -webkit-linear-gradient(top, #ffffff 0,#f4f4f4 100%);
    background: -o-linear-gradient(top, #ffffff 0,#f4f4f4 100%);
    background: -ms-linear-gradient(top, #ffffff 0,#f4f4f4 100%);
    background: linear-gradient(to bottom, #ffffff 0,#f4f4f4 100%);
    border: #ccc 1px solid;
    padding: 7px 12px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    padding-right: 0;
}

.input-group-addon .glyphicon {
    padding: 5px;
}

.e-btn-back {
    background: #ce6e6e;
    color: white !important;
    border: 1px solid #ce6e6e;
    -ms-border-radius: 0;
    border-radius: 0;
    height: 34px;
    line-height: 20px;
}

    .e-btn-back:hover, .e-btn-back:focus, .e-btn-back:active, .e-btn-back:hover,
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:hover {
        background: #aaa !important;
        color: white !important;
        border: 1px solid #aaa !important;
        -ms-border-radius: 0;
        border-radius: 0;
    }

    .e-btn-back .glyphicon {
        padding-right: 5px;
        font-size: 12px;
    }

.btn {
    font-size: 13px !important;
    padding: 0 15px;
    text-shadow: none;
    line-height: 30px;
    font-weight: 500;
    padding: 0px 20px;
}

    .btn.btn-default label, .e-login .btn.btn-default {
        display: inline-block;
        margin-bottom: 2px;
        font-weight: normal;
        font-size: 15px;
        cursor: pointer;
    }

.btn-default {
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.input-group-addon:first-child {
    border-right: 0;
    background: #4db7be;
    border: 0;
    border-radius: 0;
    color: white;
    padding: 2px 0 2px 5px;
}

.input-group-addon.refresh {
    border-right: 0;
    background: #ce6e6e;
    border: 0;
    border-radius: 0;
    color: white;
    padding: 2px 0 2px 5px;
}

.input-group:hover .input-group-addon, .input-group .input-group-btn:hover .btn.btn-default {
    background: #aaa !important;
}

.input-group:hover .e-btn-back {
    border: 1px solid #aaa;
}

.input-group-addon.gray-b {
    border-right: 0;
    background: #aaa !important;
    border: 0;
    -ms-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -ms-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -ms-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -ms-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    color: white;
    padding: 2px 5px;
}

.edit-btn {
    background: #bbb;
    color: white;
    padding: 8px;
    font-size: 20px;
    margin-top: -1px;
    margin-left: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .edit-btn:hover {
        background: #ccc;
    }

.move-button {
    margin-right: 10px;
}

.move-search-button {
    margin-top: 20px;
}

.btn-default[disabled] {
    border-color: transparent;
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
    -webkit-box-shadow: 0 -4px 5px #ccc;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px #ccc;
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
    -webkit-box-shadow: 0 0 5px #bbb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px #bbb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.select2-search {
    padding: 7px 7px 3px 7px;
}

.dragndrop {
    background: #fbfbfb !important;
    padding: 10px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 15px;
    border: 2px dotted #efefef;
}

.e-drag {
    border: none;
    padding: 10px;
    background: #fbfbfb !important;
}

.dragndrop p {
    text-align: right;
    position: absolute;
    right: 20px;
    padding: 10px;
    font-size: 14px;
    color: #888;
    text-transform: uppercase;
}

.dragndrop input {
    color: #888;
}

.dragndrop .btn-primary:hover, .dragndrop .btn-primary:focus, .dragndrop:hover .btn-primary, .dragndrop:focus .btn-primary {
    background: #f1f1f1 !important;
    border: 0 solid #aaa !important;
    color: #777 !important;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: .8;
}
/*#endregion buttons*/

/*#region filter*/
.filter {
    background-color: #fbfbfb;
    -webkit-box-shadow: 5px 5px 5px -3px #eee;
    -webkit-box-shadow: 5px 5px 5px -3px rgba(0,0,0,0.05);
    box-shadow: 5px 5px 5px -3px #eee;
    box-shadow: 5px 5px 5px -3px rgba(0,0,0,0.05);
    padding: 15px 20px 10px;
    display: block;
    height: auto;
    z-index: 2;
    position: relative;
    margin-top: 5px;
    border: #e5e5e5 1px solid;
}

@media screen and (max-width:768px) {
    .filter {
        z-index: 1;
        position: relative;
    }
}

.filter h1 {
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #334b79;
    font-style: normal;
    color: #334b79;
    font-weight: bold;
    margin-top: 5px;
}

.filter-box {
    display: block;
    margin: 0;
    padding: 0;
    height: auto;
    margin-top: 0;
    position: relative;
}

    .filter-box .head-collapse {
        background: #fff;
        width: 100%;
        -ms-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -ms-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        padding: 0 5px 0 10px;
        cursor: pointer;
        border-left: 4px solid #3D9BAB;
        margin-top: 5px;
        margin-bottom: 10px;
        -webkit-box-shadow: 2px 2px 3px #ddd;
        -ms-box-shadow: 2px 2px 3px #ddd;
        box-shadow: 2px 2px 3px #ddd;
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 0, #f4f4f4 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#ffffff), color-stop(100%,#f4f4f4));
        background: -webkit-linear-gradient(top, #ffffff 0,#f4f4f4 100%);
        background: -o-linear-gradient(top, #ffffff 0,#f4f4f4 100%);
        background: -ms-linear-gradient(top, #ffffff 0,#f4f4f4 100%);
        background: linear-gradient(to bottom, #ffffff 0,#f4f4f4 100%);
    }

        .filter-box .head-collapse.docs-up {
            margin-top: 0;
            -webkit-box-shadow: 2px 2px 3px #ddd;
            -ms-box-shadow: 2px 2px 3px #ddd;
            box-shadow: 2px 2px 3px #ddd;
        }

    .filter-box h1 {
        border-bottom: 1px none #ffffff !important;
        text-align: left;
        font-size: 13px !important;
    }

@media (max-width:767px) {
    .filter-box .head-collapse {
        width: 100%;
        padding: 5px 20px 0;
    }

    .filter-box h1, .e-info h1 {
        font-size: 16px !important;
        text-align: left;
        font-weight: normal;
    }

    .filter-box span {
        padding-left: 7px;
    }

    .filter-box .head-collapse {
        margin-left: 0;
    }
}

.filter-box .docs-up h1 span, .filter-box .docs-down h1 span {
    cursor: pointer;
    display: inline-block;
    color: #333;
    margin-top: 5px;
    margin-left: 5px;
}

.filter-box .docs-up h1 {
    background-image: url(../images/arrow-up-green.png);
    background-repeat: no-repeat;
    background-position: right center;
    margin-bottom: 0;
}

.filter-box .docs-down h1 {
    background-image: url(../images/arrow-down-green.png);
    background-repeat: no-repeat;
    background-position: right center;
    margin-bottom: 0;
}

.filter-box img {
    width: 22px;
    vertical-align: text-bottom;
    display: inline-block;
}

.filter-box .input-group-addon img {
    width: 25px;
    vertical-align: text-bottom;
    display: inline-block;
}

.filter input, .filter select {
    margin-bottom: 10px;
    background: #ffffff;
    text-align: left;
    -ms-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -ms-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -ms-border-top-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    -ms-border-bottom-right-radius: 0 !Important;
    border-bottom-right-radius: 0 !Important;
    padding: 8px 12px;
}

.filter select {
    margin-bottom: 10px;
    background: -moz-linear-gradient(top, #ffffff 0, #f4f4f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#ffffff), color-stop(100%,#f4f4f4));
    background: -webkit-linear-gradient(top, #ffffff 0,#f4f4f4 100%);
    background: -o-linear-gradient(top, #ffffff 0,#f4f4f4 100%);
    background: -ms-linear-gradient(top, #ffffff 0,#f4f4f4 100%);
    background: linear-gradient(to bottom, #ffffff 0,#f4f4f4 100%);
}

.filter > input[type="radio"], .filter > input[type="checkbox"] {
    zoom: 1.5;
    vertical-align: -webkit-baseline-middle;
}

.filter-box .head-collapse.docs-up {
    background-color: #bbb;
    position: relative;
}

.filter-box label, label {
    display: inline;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 14px;
}

.filter-box label {
    color: #333;
}
/*#endregion filter*/

/*#region form*/
.form-control {
    display: block;
    width: 100%;
    font-size: 13px;
    color: #333;
    background-color: #fafafa;
    background-image: none;
    border: 1px solid #e5e5e5;
    -ms-border-radius: 2px;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s, 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;
    font-weight: 100;
}

    .form-control[readonly], .form-control[disabled] {
        background-color: #fafafa;
    }

.form-errors li {
    list-style: none;
    padding: 6px 0;
    line-height: 15px;
}

a.radio {
    background-image: url(../images/radio-off.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    cursor: pointer;
    color: #484848;
    font-size: 13px;
}

    a.radio.active {
        background-image: url(../images/radio-on.png);
        background-repeat: no-repeat;
        background-position: left center;
    }

.form-group {
    margin-bottom: 10px;
}

    .form-group p {
        font-size: 13px;
    }

.search-input td {
    padding: 10px 20px !important;
}

#imgCaptcha {
    padding-bottom: 10px;
}

@media (min-width:992px) and (max-width:1290px) {
    .label2col label {
        min-height: 40px;
        display: inline-block;
    }
}

@media (max-width:992px) {
    .form-control.select2-container {
        margin-bottom: 10px;
    }
}

.select2-container .select2-choice {
    height: 32px;
    line-height: 31px;
}

select option:hover {
    box-shadow: 0 0 10px 100px #1882A8 inset;
}

.select2-results .select2-highlighted {
    background: #4db7be;
    color: #fff;
}

.form-control.select2-container {
    min-height: 34px !important;
    padding: 0;
    margin-bottom: 0;
}

.select2-drop-active {
    border: 1px solid #bbb;
}

.select2-container .select2-choice {
    border: 0 none #aaa;
    text-decoration: none;
    -ms-border-radius: 0;
    border-radius: 0;
}

    .select2-container .select2-choice .select2-arrow {
        -ms-border-radius: 0 2px 2px 0;
        border-radius: 0 2px 2px 0;
        border-left: 0 none #aaa;
        background: transparent;
    }

label {
    color: #222;
}

.label-status {
    font-size: 15px;
    padding: 10px;
    margin-left: 5px;
    margin-right: 15px;
}

input[type=checkbox], input[type=radio] {
    /* zoom: 1.5; */
    cursor: pointer;
    /* vertical-align: bottom; */
    /* margin-right: 3px; */
    /* margin-left: 3px; */
}

.select-file {
    border: 1px solid #eaeaea;
    padding: 15px 20px;
    background: #fafafa;
}

.user .form-group {
    width: 85%;
}

input[type="file"] {
    display: block;
    max-width: 100%;
    -moz-min-width: 100%;
    -ms-min-width: 100%;
    -o-min-width: 100%;
    -webkit-min-width: 100%;
    min-width: 100%;
    width: 100%;
    display: inline\0/;
    max-width: inherit\0/;
    min-width: inherit\0/;
    width: inherit\0/;
}

.select2-container .select2-choice > .select2-chosen {
    white-space: normal;
}

textarea.form-control {
    height: auto;
    max-width: 100%;
}

/*#region calendar*/
.calendar ul {
    padding: 15px;
    background: #2D3238;
}

.calendar table > thead > tr > th, .calendar table > thead > tr, .calendar table > thead > tr > td, .calendar em {
    vertical-align: middle !important;
    border-bottom: 0 solid #3D9BAB;
    height: 30px;
    font-weight: normal;
    color: #666;
}

.calendar .btn-default {
    -ms-border-radius: 0;
    border-radius: 0;
    border-color: white;
}

.calendar .btn-sm, .btn-group-sm > .btn {
    padding: 3px 6px;
    font-size: 13px;
    line-height: 1.5;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: #2D3238;
    border-color: #2D3238;
    color: white;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .calendar .btn-sm:hover, .calendar .btn-group-sm > .btn:hover, .calendar .btn-sm:hover span, .calendar .btn-group-sm > .btn:hover span {
        background: #3D9BAB;
        color: white;
    }

.calendar .text-muted:hover {
    background: transparent;
    color: white;
}

.calendar .text-center {
    text-align: center;
    background: #2D3238;
}

.calendar table {
    width: 100% !important;
    background-color: transparent;
    outline: none;
}

.calendar .btn-info.active {
    color: white;
    font-weight: bold;
    font-size: 14px;
    background: #3D9BAB;
}

.calendar .text-info {
    color: #3D9BAB;
    font-size: 14px;
    font-weight: bold;
}

.calendar .btn-info {
    border-color: #444;
}

.calendar .btn-danger {
    border-color: #444;
}

.calendar .btn-success {
    color: #fff;
    background-color: #3D9BAB;
    border-color: #3D9BAB;
}

.calendar p.input-group {
    padding: 0;
}

.calendar b, .calendar strong {
    font-weight: normal;
}

.calendar table .btn-default {
    border-radius: 0;
    border-color: transparent;
    background: transparent;
    color: white;
    font-weight: normal;
}

.calendar .text-info {
    color: white;
    font-size: 14px;
    font-weight: normal;
}

.calendar.m5 p {
    margin-top: 0;
}
/*#endregion calendar*/

/*#region upload*/
.upload {
    background: #3D9BAB;
    color: white;
    margin-bottom: 0;
    border: #3D9BAB;
    width: 100%;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    cursor: pointer;
}

    .upload:hover {
        background: #ddd;
        color: white;
    }

    .upload input {
        width: 100%;
        cursor: pointer;
    }

.upload-docs {
    padding: 5px 15px;
    margin-bottom: 20px;
    background-color: #eee;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 1px #eee;
    -ms-box-shadow: 0 1px 1px #eee;
    box-shadow: 0 1px 1px #eee;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    margin-top: 10px;
}
/*#endregion upload*/
/*#endregion form*/

/*#region modal*/
.modal-body ul li {
    list-style-type: none !important;
    padding: 5px 0;
}

.modal-body ul {
    padding-left: 10px;
}

.modal-content {
    border-radius: 0px;
    padding: 20px;
}

.modal-title {
    margin: 0;
    line-height: 22px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    font-size: 15px;
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px 15px 0 15px;
    border-bottom: 1px none #e5e5e5;
}


.modal-body ul li label {
    font-size: 14px;
    vertical-align: text-bottom;
    font-weight: normal;
    padding-left: 5px;
}

.modal-body ul li input {
    zoom: 1.5;
    cursor: pointer;
}

.modal-footer {
    margin-top: 0;
    text-align: right;
    border-top: 1px solid#e5e5e5;
    padding-bottom: 0;
}

.foot-btn {
    border-top: 1px solid #e5e5e5;
    padding: 0;
    padding-top: 15px;
}

.modal-title label {
    font-size: 18px;
}

@media (min-width: 992px) {
    .modal-dialog.modal-lg {
        width: 1000px;
    }

    .modal-dialog {
        width: 100%;
        max-width: 1000px;
        margin: 30px auto;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .modal-dialog {
        position: relative;
        width: auto;
        margin: 10px;
    }
}

.modal-dialog.modal-sm {
    width: 90%;
    max-width: 400px;
    margin: 30px auto;
}

.modal-title {
    margin: 0;
    line-height: 16px;
}

.modal-body {
    position: relative;
    padding: 15px;
    /*font-size: 14px;*/
}

.modal-content .panel-default > .panel-heading, .modal-content .panel-default > .panel-footer {
    color: #333;
    background-color: #fff;
    border-color: #ddd;
    padding: 10px 0;
}

.modal-content .panel-default {
    margin: 0;
    padding: 0 20px 10px 20px !important;
    border-radius: 2px;
    background-color: #f5f5f5;
}

.modal-content .panel-body {
    padding: 15px 0;
}

.modal-content .table-box {
    padding: 0 20px 20px !important;
    -webkit-box-shadow: 5px 5px 5px -3px #eee;
    -webkit-box-shadow: 5px 5px 5px -3px rgba(0,0,0,0.05);
    box-shadow: 5px 5px 5px -3px #eee;
    box-shadow: 5px 5px 5px -3px rgba(0,0,0,0.05);
}


/*#endregion modal*/

/*#region overlay*/
.ns-loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.ns-loader-image {
    z-index: 11;
    position: absolute;
    top: 50%;
    left: 50%;
}
/*#endregion overlay*/

/*#region editable*/
.editable-wrap .editable-controls > input, .editable-wrap .editable-controls > select, .editable-wrap .editable-controls > textarea {
    margin-bottom: 0;
    border: 1px solid #e5e5e5 !important;
    padding: 5px !important;
    height: 30px;
    outline: none;
}

    .editable-wrap .editable-controls > input[type="checkbox"].editable-input {
        height: inherit;
        zoom: 1.5;
    }

.editable-wrap, .editable-controls {
    width: 100%;
    position: relative;
}

.editable-input {
    width: 80% !important;
}

@media (max-width:1199px) {
    .editable-input {
        width: 80% !important;
    }
}

.editable-buttons .glyphicon {
    font-size: 11px;
}

.editable-buttons button {
    margin-left: 5px;
    padding: 5px 10px;
}

input[type="checkbox"].editable-input {
    width: 15px !important;
    border: 0 !important;
}
/*#endregion editable*/

/*#region tabs*/
.nav-tabs > li > a {
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border: 1px solid white;
    border-radius: 0px;
    color: black;
    font-weight: 500;
}



.nav-tabs > li > a:hover {
    border: 1px solid transparent;
    background-color: rgba(255, 255, 255, 0.4);
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border-radius: 0px;
    color: #444;
}

.nav-tabs {
    background-color: #fafafa;
    background-color: rgba(133, 203, 197, 0.1) !important;
    border-bottom: 0 solid #e5e5e5;
    background: -moz-linear-gradient(top, #ffffff 0, #f4f4f4 100%);
    background: -o-linear-gradient(top, #ffffff 0,#f4f4f4 100%);
    background: -ms-linear-gradient(top, #ffffff 0,#f4f4f4 100%);
    /* box-shadow: 5px 5px 20px rgba(0,0,0,.1); */
    /* z-index: 1; */
    /* position: relative; */
}

@media (max-width:1199px) {

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #000;
        font-size: 13px;
        outline: none;
    }
}

@media (min-width:768px) {


    .wide .nav-tabs > li {
        padding: 0 10px;
    }
}

@media (max-width:767px) {
    .nav-tabs > li {
        float: none;
        margin-bottom: -1px;
        display: table-cell;
    }

    .nav-tabs {
        display: table;
        width: 100%;
    }

        .nav-tabs > li > a {
            font-size: 13px;
        }
}

.tab-content:before, .tab-content:after, .tab-pane:before, .tab-pane:after {
    clear: both;
    content: '';
    display: table;
}


/*#endregion tabs*/

/*#region panel*/
.panel-body {
    padding: 15px 15px;
}

.panel-default {
    border-color: transparent;
}

.panel {
    background-color: #ffffff;
    background-color: rgba(255,255,255,.7);
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px #dedede;
    box-shadow: 0 1px 1px #dedede;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-default > .panel-heading {
    color: #2c3b46;
    background-color: transparent;
    border-color: #e5e5e5;
    font-size: 13px !important;
}

.panel-heading {
    padding: 5px 15px;
    border-bottom: 1px solid #f3f3f3;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-default > .panel-heading {
    background-image: none;
    padding: 5px 30px;
}

.panel-footer {
    padding: 10px 30px;
}

/*#endregion panel*/

/*#region tabset*/
.tabset .tab-content {
    padding: 0;
}

    .tabset .tab-content .table-box {
        padding: 0;
        margin-top: 0;
    }

        .tabset .tab-content .table-box .table > caption + thead > tr:first-child > th, .tabset .tab-content .table-box .table > colgroup + thead > tr:first-child > th, .tabset .tab-content .table-box .table > thead:first-child > tr:first-child > th {
            font-weight: normal;
            font-size: 13px;
            border: 1px solid white;
            line-height: 12px;
            white-space: nowrap;
        }

        .tabset .tab-content .table-box .table > tbody > tr > td, .tabset .tab-content .table-box .table > tfoot > tr > td {
            font-size: 12px;
            line-height: 12px;
            vertical-align: top;
        }

.tabset.with-chat ul.nav.nav-tabs li:last-child {
    float: right;
    background-color: #3D9BAB;
    padding: 1px;
    right: 20px;
}

.tabset.with-chat .history-action ul.nav.nav-tabs li:last-child {
    float: left;
    background-color: transparent !important;
    padding: 1px;
    right: 20px;
    color: #000 !important;
}

.tabset.with-chat ul.nav.nav-tabs .active:last-child {
    background: #3D9BAB;
}

.tabset.with-chat ul.nav.nav-tabs li:last-child a {
    color: white;
    border-bottom: 0 solid #ddd;
    font-size: 14px;
}

.tabset.with-chat .history-action ul.nav.nav-tabs li:last-child a {
    color: black;
    border-bottom: 0 solid #ddd;
    font-size: 14px;
}

@media (min-width:768px) {

    .tabset.with-chat .nav > li {
        display: initial;
    }

    .tabset.with-chat .nav-tabs > li {
        float: left;
    }
}

.tabset .nav-tabs > li {
    padding: 10px;
}

.tabset.with-chat .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.tabset.with-chat ul {
    background: white;
    border-bottom: 1px solid #ddd;
    margin-bottom: -10px;
}

    .tabset.with-chat ul li {
        padding: 0 20px;
    }
/*#endregion tabset*/

/*#region content*/

.caret {
    margin-left: 5px;
}

.content h4, .content h3 {
    padding: 0 0 15px 0;
}

.code h1 {
    color: #636363;
    font-size: 24px;
    border-bottom: 1px solid #bababa;
    display: block;
    margin-top: 0;
    padding-bottom: 8px;
    padding-top: 4px;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    margin-bottom: 0;
}

    .alert-warning input {
        padding-right: 10px;
    }

.center {
    margin: 0 auto !important;
    height: auto;
    float: none;
}

hr {
    border-top: 1px solid #e5e5e5;
}

.title {
    border-bottom: 1px solid #ccc;
    display: block;
    padding-bottom: 5px;
    padding-top: 10px;
    color: #000;
}

.well {
    padding: 0;
    min-height: 20px;
    margin-bottom: 0;
    background-color: transparent;
    border: 1px none #e3e3e3;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

    .well .panel {
        margin: 0;
        padding: 0;
    }

.red {
    color: #ce6e6e;
}

.green {
    color: #22a3ab;
}

.well-sm {
    padding: 9px;
    -ms-border-radius: 0;
    border-radius: 0;
    margin-bottom: 10px;
    box-shadow: 4px 4px 5px -2px #f2f2f2;
    box-shadow: 4px 4px 5px -2px rgba(0,0,0,0.05);
    margin-bottom: 10px;
    background-color: #fbfbfb;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.well h4 {
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.tooltip-inner {
    max-width: 100%;
    width: 100%;
    display: block;
}

.tooltip {
    min-width: 100px;
}


.tooltip-inner {
    text-align: left;
    white-space: pre-line;
}

@media screen and (max-width:1648px) {

    .well h4 {
        line-height: 25px;
        border-bottom: 1px solid #ddd;
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 10px;
        color: #555;
    }
}

/*#endregion content*/

/*#region errors*/
.form-errors {
    color: #a94442 !important;
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
    margin-bottom: 20px;
    padding: 20px !important;
    margin-top: 10px;
}

    .form-errors ul {
        padding-left: 60px;
        background-color: transparent !important;
        background-image: url(../images/error-sign.png);
        background-repeat: no-repeat;
        background-position: left top;
        min-height: 50px;
    }

@media screen and (max-width:476px) {
    .form-errors ul {
        padding-top: 60px;
        padding-left: 5px;
        padding-right: 5px;
        background-color: transparent !important;
        background-image: url(../images/error-sign.png);
        background-repeat: no-repeat;
        background-position: left top;
    }
}

.error {
    color: #a94442;
    background-color: #f2dede !important;
    border-color: #ebccd1;
    word-wrap: break-word;
}
/*#endregion errors*/

/*operation accordion*/

.operation .panel-title a span {
    width: 100%;
    display: block;
    padding: 10px;
    outline: none;
}

.operation .panel-title a {
    outline: none;
}

.operation .panel-heading {
    padding: 0;
}

.operation .panel {
    margin-bottom: 15px;
}

.operation .active-group {
    background-color: #d0625f;
    color: #ffffff;
}

.operation .inacive-group {
    background-color: #ddd;
}

.operation .accordion-toggle {
    position: relative;
    display: block;
}

    .operation .accordion-toggle i {
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 10;
    }

.operation .panel-title a:before, .operation .panel-title a:after {
    clear: both;
    content: '';
    display: table;
}

.operation i.glyphicon-chevron-down {
    color: white;
}

table.table thead .send_message {
    border-bottom: 2px solid green !important;
}

table.table thead .receive_message {
    border-bottom: 2px solid #d0625f;
}

.curcle {
    width: 26px;
    height: 26px;
    border-radius: 13px;
    color: #fff;
    line-height: 26px;
    text-align: center;
    margin-right: 5px;
}

.circle-red {
    background: #d0625f;
}

.circle-green {
    background: green;
}

.table-box .table thead tr th.text-center {
    text-align: left;
    padding-left: 15px;
}

.certificate {
    background: #f1f1f1;
    border-bottom: #E4E4E4 1px solid !important;
}

    .certificate:hover {
        background: #E2E2E2;
    }

    .certificate, .certificate:hover {
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

/*discussions*/
.send-discussion {
    border-radius: 5px;
    background: #e4efef;
    padding: 20px;
    width: 77%;
    min-height: 150px !important;
    border: 1px solid #dfecef;
    background-color: rgba(233, 238, 241, 0.6);
}

.send-discussion-left {
    float: left;
    min-height: 50px;
    width: 23%;
    padding-right: 20px;
    word-wrap: break-word;
    vertical-align: middle;
}

.receive-discussion {
    border-radius: 5px;
    background: #f1f1f1;
    padding: 20px;
    width: 77%;
    min-height: 150px;
    border: 1px solid #e6e6e6;
}

.receive-discussion-right {
    float: right;
    min-height: 50px;
    width: 23%;
    padding-left: 20px;
    word-wrap: break-word;
    vertical-align: middle;
}

#fixed {
    height: 800px;
    overflow: auto;
}

/*loader*/
/*loader*/
.loader {
    font-size: 50px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: fixed;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease;
    animation: load6 1.7s infinite ease;
    z-index: 99999;
    top: 40%;
    left: 50%;
}

@-webkit-keyframes load6 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        box-shadow: 0 -0.83em 0 -0.4em #0C86AF, 0 -0.83em 0 -0.42em #0C86AF, 0 -0.83em 0 -0.44em #0C86AF, 0 -0.83em 0 -0.46em #0C86AF, 0 -0.83em 0 -0.477em #0C86AF;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em #0C86AF, 0 -0.83em 0 -0.42em #0C86AF, 0 -0.83em 0 -0.44em #0C86AF, 0 -0.83em 0 -0.46em #0C86AF, 0 -0.83em 0 -0.477em #0C86AF;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em #0C86AF, -0.087em -0.825em 0 -0.42em #0C86AF, -0.173em -0.812em 0 -0.44em #0C86AF, -0.256em -0.789em 0 -0.46em #0C86AF, -0.297em -0.775em 0 -0.477em #0C86AF;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em #0C86AF, -0.338em -0.758em 0 -0.42em #0C86AF, -0.555em -0.617em 0 -0.44em #0C86AF, -0.671em -0.488em 0 -0.46em #0C86AF, -0.749em -0.34em 0 -0.477em #0C86AF;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em #0C86AF, -0.377em -0.74em 0 -0.42em #0C86AF, -0.645em -0.522em 0 -0.44em #0C86AF, -0.775em -0.297em 0 -0.46em #0C86AF, -0.82em -0.09em 0 -0.477em #0C86AF;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        box-shadow: 0 -0.83em 0 -0.4em #0C86AF, 0 -0.83em 0 -0.42em #0C86AF, 0 -0.83em 0 -0.44em #0C86AF, 0 -0.83em 0 -0.46em #0C86AF, 0 -0.83em 0 -0.477em #0C86AF;
    }
}

@keyframes load6 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        box-shadow: 0 -0.83em 0 -0.4em #0C86AF, 0 -0.83em 0 -0.42em #0C86AF, 0 -0.83em 0 -0.44em #0C86AF, 0 -0.83em 0 -0.46em #0C86AF, 0 -0.83em 0 -0.477em #0C86AF;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em #0C86AF, 0 -0.83em 0 -0.42em #0C86AF, 0 -0.83em 0 -0.44em #0C86AF, 0 -0.83em 0 -0.46em #0C86AF, 0 -0.83em 0 -0.477em #0C86AF;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em #0C86AF, -0.087em -0.825em 0 -0.42em #0C86AF, -0.173em -0.812em 0 -0.44em #0C86AF, -0.256em -0.789em 0 -0.46em #0C86AF, -0.297em -0.775em 0 -0.477em #0C86AF;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em #0C86AF, -0.338em -0.758em 0 -0.42em #0C86AF, -0.555em -0.617em 0 -0.44em #0C86AF, -0.671em -0.488em 0 -0.46em #0C86AF, -0.749em -0.34em 0 -0.477em #0C86AF;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em #0C86AF, -0.377em -0.74em 0 -0.42em #0C86AF, -0.645em -0.522em 0 -0.44em #0C86AF, -0.775em -0.297em 0 -0.46em #0C86AF, -0.82em -0.09em 0 -0.477em #0C86AF;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        box-shadow: 0 -0.83em 0 -0.4em #0C86AF, 0 -0.83em 0 -0.42em #0C86AF, 0 -0.83em 0 -0.44em #0C86AF, 0 -0.83em 0 -0.46em #0C86AF, 0 -0.83em 0 -0.477em #0C86AF;
    }
}


.serv-tabs ul {
    border: 1px solid #e5e5e5;
    background: #f8f8f8;
    padding: 0px;
}

    .serv-tabs ul li {
        padding: 0;
    }

.form-control-feedback {
    right: 10px;
}

.checkbox.schema-form-checkbox input[type=checkbox] {
    margin-left: 0px !important;
}

.fa.fa-calendar {
    font-size: 18px;
}

.menu-down:hover, .menu-right:hover .menu-bam-on:before {
    color: white;
}

.menu-bam-on {
    cursor: pointer;
}

    .menu-bam-on:after {
        content: 'BAM Portal';
        display: block;
        color: rgba(249, 249, 249, 0.2) !important;
        padding-top: 5px;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

.menu-right:hover .menu-bam-on:after {
    color: rgba(249, 249, 249, 1) !important;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.menu-bam-on ul {
    position: fixed;
    left: 100px;
    top: 93px;
    text-align: left;
    background-color: hsla(205, 23%, 22%, 0.95);
    bottom: 0;
    padding: 0 !important;
    margin-bottom: 0;
    color: white;
    overflow-y: auto;
    width: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.menu-right:hover .menu-bam-on ul {
    width: 120px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.menu-right #myNavmenu .menu-bam-on ul li {
    padding: 0 5px;
    border-bottom: 1px solid #3E4856;
}

#myNavmenu .menu-bam-on ul li a {
    text-align: left;
    padding: 7px 20px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: #808c9a !important;
}

#myNavmenu .menu-bam-on ul li:hover {
    background-color: #2c3a45;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: white !important;
    cursor: pointer;
}

    #myNavmenu .menu-bam-on ul li:hover a {
        color: #e5e5e5 !important;
    }

/*#region ns-footer*/

.ns-footer {
    padding: 10px 0 35px;
    /* height: 53px; */
    background: #293d4a;
    box-shadow: none;
    z-index: 1;
    text-align: center;
    left: 0;
    right: auto;
    width: 100px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

    .ns-footer .container {
        max-width: 100px;
        float: left;
        padding: 0 10px;
    }

.ns img {
    max-width: 75px;
    opacity: 0.5;
}

    .ns img:first-of-type {
        margin-bottom: 10px;
        max-width: 40px;
    }

.vista img {
    max-width: 85px;
    padding-top: 5px;
    text-align: center;
}

.tm img {
    max-width: 60px;
    margin-top: -5px;
}
/*#endregion ns-footer*/

/*#region lastCell*/


table.lastCell tr th:first-child, table.lastCell tr td:first-child {
    width: 90% !important;
}

table.lastCell tr th:last-child, table.lastCell tr td:last-child {
    width: 30px !important;
}

.overflowY {
    max-height: 460px;
    overflow-y: auto;
}

.topMiddle {
    margin-top: 85px;
}

.xxl .modal-lg {
    width: 1200px;
    max-width: 1200px;
}

.select-row {
    background-color: #fafafa;
}
/*#endregion lastCell*/


/*#region IntroEU*/

.floatEu {
    float: none;
    margin: 0 auto;
    margin-top: 50px;
}

.IntroEu {
    background-color: rgba(255, 255, 255, .7);
    padding: 15px;
    border-radius: 2px;
    position: relative;
}

    .IntroEu h1 {
        margin-bottom: 30px;
        font-size: 28px;
        width: 85%;
    }

    .IntroEu > div {
        background: url(../images/bg-eu.jpg) no-repeat right bottom #fff;
        padding: 15px 30px;
        position: relative;
    }

    .IntroEu h2 {
        color: #333;
        font-size: 18px;
        line-height: 23px;
        margin-top: 30px;
    }

.IntroFoot {
    margin-top: 100px;
}

    .IntroFoot p {
        font-size: 14px;
        color: #333;
    }

    .IntroFoot div img {
        margin-bottom: 5px;
    }
/*#endregion IntroEU*/

.cursor-pointer {
    cursor: pointer !important;
}


.backBtn {
    position: fixed;
    top: 60px;
    z-index: 999;
    color: white;
    cursor: pointer;
    background: transparent;
    padding: 4px 20px;
    left: 100px;
    font-size: 18px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .backBtn:hover {
        background: #268494;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

.tableBtn {
    display: block;
    width: 40px;
    margin-top: 5px;
}

@media (max-width:767px) {
    .btn.btn-primary.e-btn.hidden-xs {
        display: block !important;
    }

        .btn.btn-primary.e-btn.hidden-xs span {
            display: none;
        }

            .btn.btn-primary.e-btn.hidden-xs span.glyphicon {
                display: block;
            }

    input[name="XSDRequest"], input[name="XSDResponse"] {
        padding: 20px 0;
    }

    .up-btn {
        margin-top: -46px !important;
    }
}

.panel-heading-border {
    border-bottom-width: 0px;
    margin-left: 15px;
    margin-right: 15px;
}

.test-service-width form {
    width: 80%;
}

.test-service-background {
    background: #f5f3df;
}

div#toast-container ul {
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
}

.select-filter-text {
    color: #999;
}

.no-grid-records {
    padding: 3px 0 0 55px !important;
}

.xslt-file-buttons {
    cursor: pointer;
    margin: 2px 8px 0 0;
}

.description-textarea textarea {
    min-height: 100px;
}

.person-icon {
    background-image: url('../images/person-ico.png');
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
    width: 60px;
    height: 60px;
}

.user-services-inst-link {
    cursor: pointer;
    text-decoration: underline;
    color: #3FA3AC;
}

    .user-services-inst-link:hover {
        color: #4d5052 !important;
    }

.user-available-services {
    background: #3d9bab;
    color: #fff;
    padding: 7px;
}

.institution-icon {
    background-image: url('../images/institution-ico.png');
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
    width: 60px;
    height: 60px;
}

.progress-bar-danger {
    background-color: #d9534f;
    line-height: 30px;
    font-size: 14px;
    float: left;
    width: 0;
    color: #fff;
    text-align: center;
}

.padding-bottom-60 {
    padding-bottom: 60px !important;
}

.mt-15 {
    margin-top: -15px;
}

.green-td-background {
    background-color: #50c729;
    background-color: rgba(80, 199, 41, 0.25);
}

.red-td-background {
    background-color: #c72929;
    background-color: rgba(199, 41, 41, 0.25);
}

.flash-button {
    background: #428bca;
    color: #fff;
    border: none;
    border-radius: 5px;
    animation-name: flash;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    /*Firefox 1+*/
    -webkit-animation-name: flash;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    /*Safari 3-4*/
    -moz-animation-name: flash;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
}

@keyframes flash {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1.0;
    }
}
/*Firefox 1+*/
@-webkit-keyframes flash {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1.0;
    }
}

/*Safari 3-4*/
@-moz-keyframes flash {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1.0;
    }
}

.web-service-description-box {
    max-height: 100px;
    overflow-y: auto;
}

.unauthorized-img {
    width: 800px;
    margin-top: 75px;
}



h4 {
    margin-left: 15px;
    margin-bottom: 25px;
    margin-right: 15px;
}

.table-hover > tbody > tr {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .table-hover > tbody > tr:hover {
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }


.status i {
    font-size: 20px;
    vertical-align: middle;
    line-height: 10px;
    padding-right: 5px;
}

.status .green {
    color: #5fb5bb;
}

.status .red {
    color: #ea8a8a;
}


.table .action {
    width: 40px !important;
    max-width: 40px;
    font-size: 20px;
    text-align: center;
    border-left: 1px solid #f1f1f1;
    padding-left: 0px;
    padding-right: 0px;
    cursor: pointer !important;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.table tr:hover .action {
    background: #f5f5f5;
}

    .table tr:hover .action:hover {
        background: #e5e5e5;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

.e-btn i, .e-btn-back i {
    font-size: 16px;
    vertical-align: inherit;
}

    .e-btn i + span, .e-btn-back i + span {
        padding-left: 5px;
    }

.mb-35 {
    margin-bottom: -35px !important;
}

.noData {
    text-align: center;
    padding: 40px 0;
}

    .noData i {
        display: block;
        font-size: 80px;
        color: #e5e5e5;
        margin-bottom: 20px;
    }

    .noData p {
        color: #677b88;
        margin: 0px;
    }



.customCheck {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 7px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 25px;
}


    .customCheck input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }


    .customCheck .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 23px;
        width: 23px;
        background-color: #fff;
        border: 1px solid #d1d1d1;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }


    .customCheck:hover input ~ .checkmark {
        background-color: #f5f5f5;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }


    .customCheck input:checked ~ .checkmark {
        background-color: #ffffff;
        border: 1px solid #d1d1d1;
    }


    .customCheck .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }


    .customCheck input:checked ~ .checkmark:after {
        display: block;
    }


    .customCheck .checkmark:after {
        left: 8px;
        top: 4px;
        width: 6px;
        height: 11px;
        border: solid #45a6b5;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }


.customRadio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    /*font-size: 22px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}


    .customRadio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }


    .customRadio .checkmark {
        position: absolute;
        top: -5px;
        left: 0;
        height: 22px;
        width: 22px;
        background-color: #fff;
        border-radius: 50%;
        border: 1px solid #d1d1d1;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }


    .customRadio:hover input ~ .checkmark {
        background-color: #f5f5f5;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }


    .customRadio input:checked ~ .checkmark {
        background-color: #ffffff;
        border: #d1d1d1 1px solid;
    }


    .customRadio .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }


    .customRadio input:checked ~ .checkmark:after {
        display: block;
    }


    .customRadio .checkmark:after {
        top: 5px;
        left: 5px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #45a6b5;
    }


.borderTitle {
    font-weight: 500;
    margin-bottom: 15px;
}


.mt22 {
    margin-top: 22px;
}

.table .form-group {
    margin-bottom: 0;
}


.mt10 {
    margin-top: 10px;
}

.modal-heading {
    border-bottom: 1px solid #e5e5e5;
}

    .modal-heading h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }

.modal-body .strong {
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
}

.no-edit {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 19px;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
    width: 100%;
    font-size: 13px;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    cursor: not-allowed;
}

.table tbody tr th {
    font-weight: 500;
}


.table .longTxt {
    max-width: 400px;
}

.clipTxt {
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}


    .clipTxt > span > p:first-of-type, .clipTxt > span {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }


.mce-btn button {
    font-size: 12px !important;
}

.mce-ico {
    font-size: 13px !important;
    line-height: 13px !important;
}

.table {
    word-break: break-all;
    word-break: break-word;
}

    .table > tbody > tr > td {
        max-width: 335px;
    }

.m515 {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 16px;
}


.iconTitle {
    font-size: 29px;
    vertical-align: middle;
    padding-right: 10px;
}

.userProfile h5 {
    margin-top: 0px;
    color: black;
}

.userProfile .green {
    font-size: 13px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .userProfile .green:hover {
        color: #8C919C !important;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

    .userProfile .green i {
        font-size: 20px;
        padding-right: 6px;
        line-height: 1px;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

    .userProfile .green span {
        color: black !important;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

    .userProfile .green:hover span, .userProfile .green:hover i {
        color: #3D9BAB !important;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }


.enterLanding {
    background: #41a4b5;
    background: #3ba1b3;
    background: -moz-linear-gradient(left, #3ba1b3 0%, #8bcec6 100%);
    background: -webkit-linear-gradient(left, #3ba1b3 0%,#8bcec6 100%);
    background: linear-gradient(to right, #3ba1b3 0%,#8bcec6 100%) !important;
    color: white;
    padding: 20px 3px 20px 48px;
    margin: -23px -5px 20px;
    /* border-top: 1px solid #64b8c5; */
    /* border-left: 47px solid transparent; */
    opacity: 0.9;
}

    .enterLanding h5 i {
        display: block;
        float: left;
        font-size: 34px;
        padding-right: 7px;
        color: rgba(255, 255, 255, 0.2);
        line-height: 10px;
        margin-top: -3px;
    }

    .enterLanding i {
        display: block;
        float: left;
        font-size: 49px;
        padding-right: 15px;
        color: rgba(255, 255, 255, 0.4);
        line-height: 10px;
        margin-top: -5px;
        margin-bottom: -7px;
    }

    .enterLanding * {
        color: white;
        font-weight: 500;
        margin: 0px;
        font-size: 16px;
    }

    .enterLanding label {
        color: rgba(255, 255, 255, 0.8);
        display: block;
        font-weight: 500;
        font-size: 13px;
        letter-spacing: 0.5px;
    }

    .enterLanding a {
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        cursor: pointer;
    }

        .enterLanding a:hover {
            text-decoration: underline;
            color: white;
        }

    .enterLanding span {
        font-size: 15px;
    }

h6 {
    border-bottom: 1px solid #c2c4c5;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: black;
    font-size: 13px;
}


.editGroup {
    border-top: 1px solid #f1f1f1;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 7px;
}

    .editGroup:first-of-type {
        border-top: none;
    }


.xInlineBtn {
    position: relative
}

    .xInlineBtn .editable-buttons {
        right: 15px;
        top: 12px;
    }


.servicesPanel {
    margin-left: -20px;
    margin-top: -22px;
    margin-right: -20px;
    padding-left: 200px;
    position: relative;
    padding-top: 20px;
}

    .servicesPanel .methodDesc {
        position: fixed;
        left: 100px;
        width: 180px;
        top: 93px;
        height: 117px;
        background-color: rgb(68, 86, 99);
        color: rgba(249, 249, 249, 0.3);
        text-align: center;
        padding: 20px 15px;
    }

        .servicesPanel .methodDesc i {
            font-size: 60px;
            display: block;
            line-height: 10px;
            text-align: center;
        }

        .servicesPanel .methodDesc span {
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 9px;
            font-weight: 500;
            display: block;
            margin: 5px 0;
            /* color: rgb(93, 144, 154); */
            /* border-bottom: 1px solid rgb(66, 117, 127); */
            /* padding-bottom: 13px; */
        }

    .servicesPanel .servicesMenu > .nav {
        position: fixed;
        left: 100px;
        width: 180px;
        bottom: 0px;
        top: 210px;
        background-color: rgb(68, 86, 99);
        overflow: auto;
        color: white;
        /*z-index: 99999;*/
        /* border-top: 1px solid #42757f; */
    }


    .servicesPanel .servicesMenu > .nav-pills > li.active > a, .servicesPanel .servicesMenu > .nav-pills > li.active > a:focus, .servicesPanel .servicesMenu > .nav-pills > li.active > a:hover {
        color: #fff;
        background-color: rgba(62, 162, 171, 0.4);
        border-radius: 0;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

    .servicesPanel .servicesMenu > .nav > li > a:focus, .servicesPanel .servicesMenu > .nav > li > a:hover {
        background-color: transparent;
        color: white;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

    .servicesPanel .servicesMenu > .nav-pills > li > a {
        border-radius: 0px;
        color: rgba(249, 249, 249, 0.6);
        word-break: break-all;
        word-break: break-word;
    }


.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: -1px;
    background: #ffffff !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 0;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    box-shadow: none;
    color: #293d49 !important;
    padding: 1px 10px !important;
}

.input-group:hover .input-group-addon, .input-group .input-group-btn:hover .btn.btn-default {
    background: #e5e5e5 !important;
    color: #555 !important;
}

    .input-group:hover .input-group-addon, .input-group .input-group-btn:hover .btn.btn-default i {
        color: #555 !important;
    }


.closeBtn {
    font-size: 20px;
    color: black;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .closebtn:hover {
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

.statusProgress {
    background: #fafafa;
    padding: 10px 20px;
    border-bottom: 0px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin: -1px -35px;
}


.modal-body .nav-tabs > li, .inlinetabs .nav-tabs > li {
    padding: 0;
}

    .modal-body .nav-tabs > li > a {
        padding-left: 35px;
        padding-right: 35px;
    }

.modal-body .nav-tabs, .inlinetabs .nav-tabs {
    padding-left: 10px;
    background: #eaeef1 !important;
    margin: -14px -35px;
    padding: 0;
    border-top: 3px solid #eaeef1;
}

.inlinetabs .nav-tabs {
    padding-left: 10px;
    background: #eaeef1 !important;
    margin: -38px -31px;
    padding: 0;
    border-top: 3px solid #eaeef1;
}

.inlinetabs label {
    display: block !important;
    font-weight: 500;
}

.inlinetabs .form-group {
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.inlinetabs .editable-controls.form-group {
    margin-bottom: 0px;
    border-bottom: 0px solid #e5e5e5;
    padding-bottom: 0px;
}

.block {
    display: block !important;
}

.inlinetabs.fg0 .editable-controls.form-group {
    margin-bottom: 0px;
    border-bottom: 0px solid #e5e5e5;
    padding-bottom: 0px;
}

.inlinetabs.fg0 p {
    margin-bottom: 3px;
}

.modal-body .nav-tabs > li > a:hover, .inlinetabs .nav-tabs > li > a:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.modal-body .tab-pane, .inlinetabs .tab-pane {
    padding: 40px 20px;
    min-height: 200px;
}

.inlinetabs .tab-pane {
    padding: 20px 20px;
    min-height: 200px;
}

.mt5 {
    margin-top: 5px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: .5;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.whitespace {
    white-space: nowrap !important;
}

.breakword {
    word-break: break-all;
    word-break: break-word;
}

.remoteBox {
    /*background: #fafafa;*/
    padding: 15px 5px;
    margin-bottom: 15px;
}

    .remoteBox:before, .remoteBox:after {
        clear: both;
        content: '';
        display: table;
    }


.tripleBg {
    background: linear-gradient(to right, #ffffff 0%,#ffffff 42%,#fafafa 42%,#FAFAFA 58%,#ffffff 58%,#ffffff 100%);
}

.doubleBg {
    background: linear-gradient(to right, #fafafa 0%,#fafafa 50%,#ffffff 50%,#ffffff 100%);
}

.modal-body .small.customCheck .checkmark {
    top: -6px;
    height: 20px;
    width: 20px;
}

    .modal-body .small.customCheck .checkmark:after {
        left: 6px;
        top: 2px;
    }


.upBtn {
    margin-top: -70px;
    margin-right: -15px;
}


.bigHeader {
    background: -webkit-linear-gradient(left, #3ba1b3 0%,#8bcec6 100%);
    background: linear-gradient(to right, #3ba1b3 0%,#8bcec6 100%) !important;
    color: white;
    /* padding: 20px 3px 20px 48px; */
    margin: -23px 0px 0px -20px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

    .bigHeader p {
        margin: 0px;
    }

    .bigHeader label {
        color: white;
        font-weight: 500;
        font-size: 14px;
    }

    .bigHeader .viewMore {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        margin-top: 10px;
        padding-top: 5px;
        letter-spacing: 1px;
        color: rgba(255, 255, 255, 0.6);
        cursor: pointer;
        text-transform: uppercase;
        font-size: 11px;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        margin-bottom: -4px;
    }

        .bigHeader .viewMore:hover {
            color: white;
            -webkit-transition: all 0.2s ease-in;
            -moz-transition: all 0.2s ease-in;
            -ms-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
        }

    .bigHeader i {
        display: block;
        float: left;
        font-size: 35px;
        padding-right: 15px;
        color: rgba(255, 255, 255, 0.4);
        line-height: 10px;
        margin-top: -5px;
        margin-bottom: -7px;
    }

.headCollapse {
    margin-left: 0px;
    margin-top: 30px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    box-shadow: 0 0px 9px 10px rgba(0, 0, 0, .02);
}

    .headCollapse.in {
        padding: 0 30px 15px;
    }

    .headCollapse .closeBtn {
        padding: 3px 7px;
        position: absolute;
        right: 30px;
        top: 10px;
        line-height: 10px;
        border-radius: 2px;
    }

.schema-form-array h3 {
    font-size: 17px;
}

.p030 {
    padding: 0 30px;
    border-right: 1px dashed #e5e5e5;
}

.alertInlineBtns {
    padding: 5px 7px 7px 20px;
}

.bigIcon {
    font-size: 70px;
    font-size: 29px;
    vertical-align: middle;
    padding: 0px 15px 5px;
    margin-top: -10px;
    display: block;
    border-left: 3px solid #60b6bc;
}


@media (min-width: 768px) {
    .custom-sm-1 {
        width: 40px;
    }
}


.down-btn {
    margin: 15px 10px 0px !important;
}

.action .fa {
    font-size: 16px;
}


tfoot label {
    font-weight: 500;
}


tfoot td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.mt-35 {
    margin-top: -35px;
}

.mb-35 {
    margin-bottom: -35px;
}

.greenStatus, .grayStatus, .redStatus {
    font-size: 21px;
}

.greenStatus {
    color: #45a6b5;
}

.grayStatus {
    color: #aaa;
}

.redStatus {
    color: #ce8785;
}

td.done {
    width: 50px;
    border-right: 1px solid #DADADA;
    padding: 0 10px;
}

.filterContent {
    margin-left: 250px;
}

.advFilter {
    background: #fafafa;
    padding: 30px 20px;
    display: block;
    margin: 0;
    background: #dce2e6 !important;
    position: fixed;
    width: 240px;
    top: 90px;
    left: 100px;
    bottom: 0px;
    background: rgb(68, 86, 99) !important;
    color: white;
}

    .advFilter label {
        color: rgb(159, 171, 179);
    }

    .advFilter small {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 9px;
        font-weight: 500;
        display: block;
        margin: 5px 0;
        color: #7d8f9c;
        margin-bottom: 25px;
    }

    .advFilter .form-control {
        display: block;
        width: 100%;
        font-size: 13px;
        color: rgba(255, 255, 255, 0.8);
        background-color: #566977;
        background-image: none;
        border: 1px solid #566977;
    }

    .advFilter .customRadio input:checked ~ .checkmark {
        background-color: #566977;
        border: #566977 1px solid;
    }

    .advFilter .customRadio .checkmark {
        background-color: #566977;
        border: 1px solid #566977;
    }

    .advFilter .customRadio:hover input ~ .checkmark {
        background-color: rgba(69, 166, 181, 0.6) !important;
    }

    .advFilter .input-group-btn:last-child > .btn, .advFilter .input-group-btn:last-child > .btn-group {
        background: #566977 !important;
        border: 1px solid #566977 !important;
    }

    .advFilter .date .glyphicon-calendar, .advFilter .date .fa-calendar {
        color: #dee1e4;
    }

    .advFilter hr {
        border-top: 1px solid #566875;
    }

    .advFilter:before, .advFilter:after {
        clear: both;
        content: '';
        display: table;
    }

    .advFilter .customRadio {
        margin-bottom: 7px;
    }

        .advFilter .customRadio .checkmark {
            top: -2px;
        }

    .advFilter .e-btn-back {
        border: 1px solid #566977 !important;
        background: #4d5f6d !important;
        color: white !important;
        color: rgb(197, 207, 214) !important;
    }

.message-list .btnSmall {
    font-size: 12px !important;
    padding: 0px 6px;
    height: 25px;
}

    .message-list .btnSmall i {
        font-size: 17px !important;
        line-height: 10px;
        margin-top: 2px;
        display: block;
    }

.custom-group.input-group i {
    font-size: 18px !important;
    border-color: #e5e5e5;
    background: white;
}

.iMore {
    font-size: 16px;
    vertical-align: inherit;
}

.mt-10 {
    margin-top: -10px !important;
}

.discussion-item h2 {
    font-size: 24px;
}

.viewMore .smallIcon {
    font-size: 21px;
    padding-right: 10px;
    line-height: 25px;
}

.viewMore span {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 2px 5px;
    border-radius: 2px;
}



.unauthorised {
    background: white;
    display: table;
    width: 100%;
    vertical-align: middle;
}

    .unauthorised .text-center {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
    }

    .unauthorised i {
        font-size: 129px;
        color: #e5e5e5;
        line-height: 100px;
        margin-bottom: 0px;
        display: block;
    }

    .unauthorised p {
        margin-bottom: 45px;
    }

    .unauthorised .h5, h5 {
        font-size: 16px;
    }

    .unauthorised .navbar-fixed-top {
        left: 0;
        box-shadow: 0 5px 5px -3px rgba(0,0,0,0.1);
    }

    .unauthorised #logo-small {
        height: 60px;
    }


.tabsWithIcon i {
    font-size: 30px;
    vertical-align: middle;
    padding-right: 10px;
    line-height: 10px;
}

.white-space-pre-line {
    white-space: pre-line;
}

.role-description-span {
    font-size: 11px;
    color: grey;
}

.schema fieldset label {
    word-break: break-word;
}

.description-textarea {
    text-overflow: ellipsis;
    overflow: hidden;
}

.monitoring-operation-info {
    font-size: 15px !important;
    color: #333;
}

.parent-parameter-input {
    background-color: #eaeef1;
    cursor: pointer;
}

    .parent-parameter-input:hover {
        background-color: #f3f5f7;
    }

    .parent-parameter-input .form-group {
        margin-bottom: 0 !important;
        border: none;
    }

    .parent-parameter-input label {
        margin-bottom: 0;
        cursor: pointer;
    }

.child-parameter-item {
    margin-bottom: 0 !important;
    padding-bottom: 5px !important;
    padding-top: 13px;
    font-weight: 100;
    word-wrap: break-word;
}

    .child-parameter-item span {
        display: block;
        padding-bottom: 5px;
    }

.parameter-name-tree {
    width: 35%;
    float: left;
}

    .parameter-name-tree a span {
        float: left;
        font-size: 17px;
        top: 0px;
    }

    .parameter-name-tree a label {
        float: left;
        margin-left: 10px;
        cursor: pointer;
    }

    .parameter-name-tree label {
        margin-left: 15px;
        padding-right: 15px;
    }

.parameter-type-tree {
    width: 20%;
    float: left;
}

.parameter-nullable-tree {
    width: 12%;
    float: left;
}

.parameter-description-tree {
    width: 33%;
    float: left;
}

    .parameter-description-tree input {
        margin-top: -9px;
    }

.angular-ui-tree-empty, .angular-ui-tree-dropzone {
    border: none !important;
    background-color: transparent !important;
    background-image: none !important;
}

.parent-parameter-input {
    background-color: #fafafa;
    cursor: pointer;
    border-bottom: 1px solid #eaeaea;
}

.inlinetabs.secondarytabs ul {
    margin: 0;
    background: #f5f6f7 !important;
    border-top: 5px solid #f5f6f7;
    padding-left: 5px;
    margin-bottom: 20px;
}

    .inlinetabs.secondarytabs ul li i {
        font-size: 30px;
        vertical-align: middle;
        padding-right: 10px;
        line-height: 10px;
    }

.inlinetabs.secondarytabs .tab-pane {
    padding: 20px 0 !important;
}

.angular-ui-tree-nodes .angular-ui-tree-nodes {
    padding-left: 0px !important;
}

.angular-ui-tree-nodes li ol li .child-parameter-item:first-of-type {
    padding-left: 35px;
}

    .angular-ui-tree-nodes li ol li .child-parameter-item:first-of-type label {
        margin-left: 10px;
    }

.angular-ui-tree-nodes li ol li ol li .child-parameter-item:first-of-type label {
    padding-left: 0px;
}

.cached-certificates-scroll {
    height: 425px;
    overflow-y: scroll;
}

/*#region management documentation*/
#documentation-page .wrapper {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

    #documentation-page .wrapper .form-group {
        width: 100%;
        position: relative;
        padding: 0 10px 5px 10px !important;
    }

        #documentation-page .wrapper .form-group label {
            position: relative;
            display: block;
            width: 100%;
            padding: 0;
            margin: 2px 0 !important;
            color: #9c9fa7;
            transition: all ease .3s;
            cursor: pointer;
        }
            #documentation-page .wrapper .form-group label.active {
                color: #45a6b5 !important;
                font-weight: 500;
                font-size: 14px;
                transition: all ease .3s;
            }
            #documentation-page ul.angular-ui-tree-nodes > li {
                position: relative;
                padding: 0px 10px 10px;
                margin: 20px 0;
            }

#documentation-page ul.angular-ui-tree-nodes li ol > li {
    position: relative;
    padding-left: 20px;
}
 
#documentation-page ul.angular-ui-tree-nodes > li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #45a6b5;
    top: 10px;
    border-radius: 50px;
    left: 5px;
}

#documentation-page ul.angular-ui-tree-nodes li ol li .tree-node {
    position: relative;
}

    #documentation-page ul.angular-ui-tree-nodes li ol li .tree-node:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        left: 0;
        top: 0;
        background: #45a6b5;
    }

#documentation-page ul li ol li .form-group label:before {
    position: absolute;
    content: '';
    width: 9px;
    height: 1px;
    left: -12px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #45a6b5;
}

#documentation-page ul.angular-ui-tree-nodes > li label {
    font-size: 14px;
    color: #333 !important;
}

#documentation-page ul.angular-ui-tree-nodes > li ol li label {
    font-size: 13px;
    color: #777 !important;
}
#documentation-page ul.angular-ui-tree-nodes > li ol li ol li label {
    color: #999 !important;
}
#documentation-page ul.angular-ui-tree-nodes > li.active ol li.active label {
    color: #45a6b5 !important
}

#documentation-page .content-right {
    position: relative;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 0px 9px 10px rgba(0, 0, 0, .02);
    background: white;
    padding: 30px;
    margin-top: 25px;
    transition: all ease-in .3s;
}
    #documentation-page .content-right .left-content {
        position: relative;
        overflow: hidden;
    }
    #documentation-page .content-right.affix {
        position: fixed;
        width: 70%;
        margin: 20px;
        right: 0;
        height: auto;
        transition: all ease-in .3s;
    }
    #documentation-page .content-right h2 {
        position: relative;
        font-size: 20px !important;
        line-height: 1.2;
        padding: 8px 0px 8px 15px;
        margin: 0 0 20px 0;
    }
        #documentation-page .content-right h2:before {
            content: '';
            position: absolute;
            width: 2px;
            height: 100%;
            left: 0;
            top: 0;
            background: #45a6b5;
        }
#documentation-page .content-right .left-content .content{
    margin-top: 25px;
}
    #documentation-page .content-right h1 {
        font-size: 22px;
        margin: 25px 0 10px;
        line-height: 1.2;
    }
        #documentation-page .content-right h5{
            font-size: 17px;
            line-height: 1.2;
            margin-bottom: 10px;
            margin-top: 30px;
        }
    #documentation-page .content-right p {
        font-size: 14px;
        line-height: 20px;
        padding: 0;
    }
    #documentation-page .content-right .documents .link-wrap {
        padding: 3px 0;
        border-bottom: 1px solid #e5e5e5;
    }
    #documentation-page .content-right .documents a {
        position: relative;
        display: block;
        font-size: 13px;
        padding: 7px 0 6px 25px;
        color: #333 !important;
        transition: all ease-in .3s;
    }
        #documentation-page .content-right .documents a:hover {
            color: #3D9BAB !important;
            transition: all ease-in .3s;
            
        }
        #documentation-page .content-right .documents a:before {
            content: '';
            position: absolute;
            background-image: url(../images/icon-navigation-internal-link-default.png);
            width: 20px;
            height: 20px;
            background-size: cover;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto 0;
        }
    #documentation-page .content-right ul li {
        padding: 4px 0;
        position: relative;
        list-style: none;
    }
    #documentation-page .content-right ol li {
        padding: 4px 0;
        position: relative;
    }
        #documentation-page .content-right ul li:before {
            content: '';
            position: absolute;
            left: -16px;
            width: 7px;
            height: 1px;
            top: 0;
            bottom: 0;
            margin: auto 0;
            border-bottom: 1px solid #46a5b3;
        }
    #documentation-page .content-right .right-btn {
        position: absolute;
        right: 25px;
        z-index: 3;
        top: 25px;
    }
    #documentation-page .content-right .right-btn a.e-btn {
        padding: 6px 20px;
        display: flex;
        vertical-align: middle;
        align-items: center;
        justify-content: space-evenly;
        align-content: center;
        height: auto;
    }
#documentation-page.edit .document-edit .wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
    border-bottom: 1px solid #f5f5f5;
}
#documentation-page.edit .document-edit .wrapper .btnSmall{
    background: transparent !important;
    border-color: transparent !important;
    transform: scale(.9);
}
    #documentation-page.edit .document-edit .wrapper .btnSmall:hover{
        transform: scale(1.1);
    }
    #documentation-page.edit .document-edit .wrapper .btnSmall i:before {
        color: black;
    }
/*#endregion management documentation*/

tr.branchRow {
    background: #f5f5f5;
    border-left: 3px solid #54acb65c;
}
#inst-table .ion-android-remove, #inst-table .ion-android-add {
    opacity:.8;
}
tr.branchRow td:first-of-type {
    padding-left: 50px;
}
.branchRowFirst td {
    padding-top: 20px !important;
    box-shadow: inset 0px 20px 14px -20px #00000033;
    border-top: 2px solid !important;
}

.branchRowLast td {
    padding-bottom: 20px !important;
    border-bottom: 2px solid !important;
}

.input-w-prefix {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: stretch;
    justify-content: flex-start;
}


    .input-w-prefix span {
        background: white;
        border: 1px solid #e5e5e5;
        border-radius: 4px 0 0 4px;
        padding: 8px 10px;
        text-align: center;
        height: 34px;
        white-space: nowrap;
        border-right: 0;
    }
    .input-w-prefix .row{
        width:100%;
    }
    .input-w-prefix input {
        border-radius: 0 4px 4px 0;
    }


.mr20 {
    margin-right: 20px;
}

.mt-45 {
    margin-top: -45px;
}

.correction-tree-view {
    font-family: Arial, sans-serif;
    background: #f5f5f5;
    padding: 20px;
    width: 50%;
    margin: auto;
}

.webmethod-correction-container {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.webmethod-correction-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    cursor: pointer;
}

.correction-new-item {
    color: #36a936;
}

.correction-removed-item {
    color: #cf4d4d;
}

.correction-changed-item {
    color: #dfac50;
}

.correction-nochanges-item {
    color: #6c787a;
}

.param-correction-section {
    margin-top: 10px;
    margin-left: 15px;
}

    .param-correction-section > span {
        display: block;
        font-weight: bold;
        color: #333;
        background-color: #e9f5ff;
        padding: 2px 8px;
        border-radius: 4px;
        margin-bottom: 5px;
    }

parameter-tree-node ul {
    margin-left: 20px;
    padding-left: 15px;
    border-left: 1px dashed #ccc;
}

parameter-tree-node li {
    list-style: none;
    padding: 4px 8px;
    margin: 2px 0;
    border-left: 2px solid #ccc;
    color: #444;
    position: relative;
    background: #f9f9f9;
    transition: background 0.2s;
}

    parameter-tree-node li:hover {
        background: #eef6ff;
        border-left-color: #3D9BAB;
    }

.toggle-icon {
    margin-right: 6px;
    color: #007bff;
    cursor: pointer;
}

.parameter-tooltip {
    position: absolute;
    background-color: #53a3b0e6;
    color: white;
    padding: 10px;
    border-radius: 15px;
    font-size: 12px;
    max-width: 260px;
    width: 260px;
    height: 110px;
    z-index: 9999;
    display: none; /* Initially hidden */
}

    .parameter-tooltip.visible {
        display: block;
    }

    .parameter-tooltip label {
        color: white;
    }

    .parameter-tooltip label.header-param {
        font-weight: bold;
        text-decoration: underline
    }

        .parameter-tooltip label.changed-param {
            font-weight: bold;
            color: darkred;
            animation: smooth-blink 1.5s ease-in-out infinite;
        }

@keyframes smooth-blink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.legend-chnges-div {
    padding: 20px;
    float: left;
    font-weight: 600;
}