.ion-spin-animation {
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.ion-load-a.ion-spin-animation {
    -webkit-animation-timing-function: steps(8, start);
    animation-timing-function: steps(8, start)
}

body {
    font-family: "Open Sans", sans-serif;
    color: #555;
    background-color:#DFDFDF;
    text-rendering: optimizeLegibility;
    font-size: 14px;
    overflow-x: hidden;
}


label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}
legend {
    /* display: block; */
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
#sidebar-wrapper { margin-top: -9px;}
.navbar {
    margin-bottom: 0px;
}
.container-fluid{padding: 0;}
.searchFormTop input , button{
    margin-top: 5px;
}
.subMenu {
    padding: 10px 15px 10px 0 ;
    margin-top: 50px;
    margin-bottom: 20px;
    background: #6caa06!important;
    
}
.topMargin{

    margin-top: 50px;
}

.subMenu ul {
    list-style: none;
    padding-left: 30px;
}
.subMenu ul li{
    float: left;
    margin-left: 0;
    padding-left: 0;
}
.subMenu ul li a{
    padding-right: 20px;
    margin-left: 0;
    padding-left: 0;
}
.subMenu ul li a:hover{
    text-decoration: none;
    background: none;
}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    position: absolute;
    right: 10px;
    left: auto;
}
.navbar-nav>.notifications-menu>.dropdown-menu, .navbar-nav>.messages-menu>.dropdown-menu, .navbar-nav>.tasks-menu>.dropdown-menu {
    width: 280px;
    padding: 0 0 0 0;
    margin: 0;
    top: 100%;
}
.navbar-nav>.notifications-menu>.dropdown-menu>li.header, .navbar-nav>.messages-menu>.dropdown-menu>li.header, .navbar-nav>.tasks-menu>.dropdown-menu>li.header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ffffff;
    padding: 7px 10px;
    border-bottom: 1px solid #f4f4f4;
    color: #444444;
    font-size: 20px;
}
.navbar-nav>.notifications-menu>.dropdown-menu>li, .navbar-nav>.messages-menu>.dropdown-menu>li, .navbar-nav>.tasks-menu>.dropdown-menu>li {
    position: relative;
}
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a {
    margin: 0;
    padding: 10px 10px;
}
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a,
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a,
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a {
    display: block;
    white-space: nowrap;
    border-bottom: 1px solid #f4f4f4;
    margin: 0; padding:0 ;
}


.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a {
    margin: 0;
    padding: 10px 10px;
}
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a, .navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a, .navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a {
    display: block;
    white-space: nowrap;
    border-bottom: 1px solid #f4f4f4;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: 175px;
    padding: 10px;
    text-align: center;
    margin-top: -10px;
    width: 200px;

}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header p {
    color: #fff;

}

.navbar-nav>.user-menu>.dropdown-menu>.user-body {
    padding: 15px;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #dddddd;
}
.navbar-nav>.user-menu>.dropdown-menu, .navbar-nav>.user-menu>.dropdown-menu>.user-body {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
    background-color: #f9f9f9;
    padding: 10px;
}
.navbar-nav>.user-menu .user-image {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px;
}
.nav>li>a>img {
    max-width: none;
}
.menu { margin: 0; padding: 0;}
.menu ul { margin: 0; padding: 0;}
.menu ul li { margin: 0;  list-style: none;}
.menu ul li a{ color: #ccc; padding: 0 10px;}
.menu ul li a:hover{ color:#2196F3!important;}
.menu p{ color:#2196F3!important; margin-left: 10px;}

.menu>li.footer {
    padding: 10px 10px;
    border-bottom: 1px solid #f4f4f4;
    color: #444444;
    font-size: 14px;
    text-align: center;
    display: block;
}
.menu>li.footer a{
    text-align: center;
}



.menu img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.menu h4 {
    padding: 0;
    margin: 0 0 0 25px;
    color: #444444;
    font-size: 14px;
    position: relative;
    color: #ccc;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
    z-index: 5;
    height: 90px;
    width: 90px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255,255,255,0.2);
}

@media (min-width: 1200px) {
    .container {
        width: 1250px;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 768px;
        margin: 30px auto;
    }
}

body .wrapper {
    padding-top: 0px
}

* {
    outline: 0
}


a, a:focus, a:hover {
    color: #34495e;
    cursor: hand;
}

button, input, keygen, meter, progress, select, textarea {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important
}

h1, h2, h3, h4, h5, h6 {
    font-family: Raleway, "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal
}

.color-line {
    height: 6px;
    background-image: -webkit-gradient(linear, left top, right top, from(#34495E), color-stop(25%, #34495E), color-stop(25%, #9b59b6), color-stop(35%, #9b59b6), color-stop(35%, #3498db), color-stop(45%, #3498db), color-stop(45%, #62cb31), color-stop(55%, #62cb31), color-stop(55%, #ffb606), color-stop(65%, #ffb606), color-stop(65%, #e67e22), color-stop(75%, #e67e22), color-stop(85%, #e74c3c), color-stop(85%, #e74c3c), color-stop(85%, #c0392b), to(#c0392b));
    background-image: -webkit-linear-gradient(left, #34495E, #34495E 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
    background-image: linear-gradient(to right, #34495E, #34495E 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
    background-size: 100% 6px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}



.btn, .dropdown-menu {
    -webkit-border-radius: 0
}

.navbar-default {
    top: 6px
}

.navbar-default
.navbar-brand {
    color: #34495e
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #c8c8c8
}

.navbar-inverse {
    background-color: #364145
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #dadada
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #dadada;
    background-color: #2E393D
}

.navbar-brand .text {
    font-weight: 600;
    font-size: 18px
}

.navbar-nav > li > a {
    font-size: 12px;
    font-weight: bold;

}

.action i, .breadcrumb i, .navbar-nav > li > a i {
    font-size: 16px
}

.breadcrumb a:hover  {
    color: #2196F3;
}

.navbar-nav li.active:after, .navbar-nav li.active:before {
    bottom: 0;
    margin-bottom: -2px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.navbar-nav li.active:after {
    border-bottom-color: #EEEDE8;
    border-width: 6px;
    margin-left: -6px;
    z-index: 1
}

.navbar-nav li.active:before {
    border-bottom-color: #EEEDE8;
    border-width: 9px;
    margin-left: -9px;
    z-index: 1
}

.dropdown-menu {
    border-radius: 0
}

.breadcrumb {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 10px 15px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    padding-top: 20px;
}

.btn {
    border-radius: 0
}

.delete button {
    border: none;
    background: 0 0
}

.btn-primary, .btn-primary .active, .btn-primary .disabled, .btn-primary .focus, .btn-primary:focus, .btn-primary:hover, .btn-primary[disabled], .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #6caa06;
    border-color: #6caa06
}

.action a {
    margin: 0!important;
}
.action form{margin: 0!important; padding: 0!important; display:inline;}
.deleteButton{ display: inline; margin-top: 0; margin-right: 4px;}
.action , .btn{ padding: 3px 6px;}

.welcome {
    margin-bottom: 20px
}

#expandDiv {
    cursor: pointer
}

#divToExpand {
    -webkit-transition: all 1s;
    transition: all 1s
}

.logo {
}

.logo a {
    font-size: 30px;
}

.logo a:hover {
    text-decoration: none;
}

/*.navbar-default a{color: #fff!important}*/

.padding20pxBtn {
    padding-bottom: 20px;
}

.padding20px {
    padding: 0 20px;
}

.padding20px .row {
    padding-bottom: 10px;
    font-size: 16px;
}

a.thumbnail {
    transition: all .2s ease-in-out;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #ccc;
    box-shadow: 3px 1px 13px #ECE0E0;
    transform: scale(1.03);
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 0px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 34px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 34px;
}

footer.navbar-fixed-bottom1 {
    font-size: 12px;
    color: #111;
    margin: 0;
    padding: 0;
    margin-top: -15px;
}


.table-responsive{
    min-height: 200px;
    overflow-x: auto;
}

footer.blue {
    text-align: center;
}

footer a {
    color:black;
}

footer a:hover {
    color: #333;
}

.borderLess table {

    width: 100%;
}

.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}

.bg-aqua {
    background-color: #00c0ef !important;
}

.bg-red {
    background-color: #dd4b39 !important;
}
.color-red{color: #dd4b39 !important;}

.bg-green {
    background-color: #00a65a !important;
}

.bg-yellow {
    background-color: #f39c12 !important;
}

.bg-purple {
    background-color: #9C27B0 !important;
}

.bg-lime {
    background-color: #CDDC39 !important;
}

.bg-aqua, .bg-red, .bg-green, .bg-yellow, .bg-purple, .bg-lime {
    color: #fff !important;
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0, 0, 0, 0.2);
}

.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}

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

.progress-description, .info-box-text {
    display: block;
    font-size: 14px;
    text-align: center;
    font-weight: bold;

}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding: 0 0 5px 0;
}

.info-box-link {
    text-align: center;
    display: block;
    text-transform: uppercase;
    padding-top: 5px;
}

.info-box-link a:hover {
    text-decoration: none !important;
}

.text-aqua a:hover {
    color: #00c0ef !important;
}

.text-red a:hover {
    color: #dd4b39 !important;
}

.text-green a:hover {
    color: #00a65a !important;
}

.text-yellow a:hover {
    color: #f39c12 !important;
}

.text-purple a:hover {
    color: #9C27B0 !important;
}

.text-lime a:hover {
    color: #CDDC39 !important;
}

.list-unstyled, .chart-legend, .contacts-list, .users-list, .mailbox-attachments {
    list-style: none;
    margin: 0;
    padding: 0;
}

.users-list > li {
    width: 25%;
    float: left;
    padding: 10px;
    text-align: center;
}

.users-list > li img {
    border-radius: 50%;
    max-width: 100%;
    height: auto;
}

.box.box-purple {
    border-top-color: #9C27B0;
}

.box.box-brand {
    border-top-color: #bf3928;
}




.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff !important;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;

}

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

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}

.box-title {
    display: inline-block;
    font-size: 14px;
    margin: 0;
    line-height: 1;
    font-weight: bold;
}

.users-list-name {
    font-weight: bold;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
}

.users-list-name, .users-list-date {
    display: block;
}

.users-list-date {
    color: #999;
    font-size: 10px;
}

.tooltip-inner {
    text-align: left;
}

.description-header {
    font-size: 20px;
}

.box .border-right {
    border-right: 1px solid #f4f4f4;
}

.description-block {
    display: block;
    margin: 10px 0;
    text-align: center;
}

.description-block > .description-text {
    text-transform: uppercase;
}
.small-header .panel-body {
    padding: 0 25px;
    border-right: none;
    border-left: none;
    border-top: none;
    border-radius: 0;
    margin-top: -10px;
}
.hpanel .panel-body {
    background: #fff;
    padding: 8px 20px 8px 30px;
    position: relative;
    margin-top:-10px

}
.hbreadcrumb {
    padding: 2px 0px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #fff;
    font-size: 11px;
}
.breadcrumb {
    padding: 8px 15px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.small-header .panel-body h2 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 0 0;
}

.breadcrumb {
    background-color: #fff;
    border: 0px solid #ddd;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 1);
    box-shadow: 0 1px 1px rgba(255, 255,255, 1);
}
.breadcrumb {
    list-style: none;
    background-color: #fff;
    border-radius: 4px;
}

.hpanel h2 {
    padding-top: 11px;
}

.select2-container {
    margin-top: 6px;
}

.alert {
    border-radius: 0px;
}

.quick-link .nav {
    border: none;
    font-size: 19px;
    color: #FBC702;
    font-weight: 600;
    padding: 7px 10px;
}
.basic .list-group-item {
    border: none;
    border-bottom: 1px solid #ddd;
    margin-top: 2px;
}
.basic .list-group-item>.badge {
    text-align: left;
    float: none !important;
    color: #000000;
    background-color: white;
    font-size: 14px!important;
}

.alert-message{
    width: 100%;
    height: 51px;
    position: absolute;
    left:0;
    top: 0;
    position: fixed;
    z-index: 50000;
    margin: 0;
    padding: 0;
    text-align:center;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 20px;
}

label.switch {
    margin-bottom: 0!important;
}


/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: -3px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.hero-widget { text-align: center; padding-top: 20px; padding-bottom: 20px; }
.hero-widget .icon { display: block; font-size: 50px; line-height: 50px; margin-bottom: 10px; text-align: center; }
.hero-widget var { display: block; height: 64px; font-size: 64px; line-height: 64px; font-style: normal; }
.hero-widget label { font-size: 17px; }
.hero-widget .options { margin-top: 10px; }

a .well-menu {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    border-top:  solid #004EB9;
    display: block;
}
a:hover .well-menu {
    background-color: #fff;
    border: 1px solid #fff;
    cursor: hand;
    border-top:  solid #004EB9;
    color: #111;
}


.h-inline {
    display:inline;
}
.float-l {
    float: left;
}
.float-r {
    float: right;
}
.dtlview-drop .dropdown-menu {
    width: 850px;
    padding: 25px;
}
.navbar .btn-inline, .navbar .btn-group-inline {
    margin-top: 0 !important;
}
.btn-square {
    padding: 4px 6px !important;
}
.hr-dark {
    border-top: 1px solid #A2A2A2;
    border-bottom: 1px solid #C7C7C7;
}
.row-num {
    font-size: 17.5px;
    font-weight: bold;
    line-height: 30px;
}
.label-small, .label-small .controls label {
    font-size: 12px;
}

.tableNoBorder{}
.tableNoBorder th, td { margin: 4px; padding: 6px;}


.tableBorder table {
    border-collapse: collapse;
    min-height: 380px;
}

.tableBorder table  td {
    border: 1px solid #000;
    color: #000;
    font-size: 9px;
}

.tableTDNoBorder{
    border-bottom: 0px solid #000!important;
    border-top: 0px solid #000!important;

}
.tdAllNoBorder{border: 0px solid #000!important;}
.herderUnderline{ font-size: 18px; font-weight: bold; text-decoration: underline; padding: 5px 0; color: #777;}

.color-green{
    color: #0F0;
}

.color-red{
    color: #0F0;
}

.transcript{
    width: 595px;
}

.color-line {
    height: 6px;
    background-image: -webkit-gradient(linear, left top, right top, from(#34495E), color-stop(25%, #34495E), color-stop(25%, #9b59b6), color-stop(35%, #9b59b6), color-stop(35%, #3498db), color-stop(45%, #3498db), color-stop(45%, #62cb31), color-stop(55%, #62cb31), color-stop(55%, #ffb606), color-stop(65%, #ffb606), color-stop(65%, #e67e22), color-stop(75%, #e67e22), color-stop(85%, #e74c3c), color-stop(85%, #e74c3c), color-stop(85%, #c0392b), to(#c0392b));
    background-image: -webkit-linear-gradient(left, #34495E, #34495E 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
    background-image: linear-gradient(to right, #34495E, #34495E 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
    background-size: 100% 6px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

/*.navbar-fixed-top {*/
    /*min-height: 80px;*/
/*}*/

/*.navbar-nav > li > a {*/
    /*padding-top: 0px;*/
    /*padding-bottom: 0px;*/
    /*line-height: 80px;*/
/*}*/

/*@media (max-width: 767px) {*/
    /*.navbar-nav > li > a {*/
        /*line-height: 20px;*/
        /*padding-top: 10px;*/
        /*padding-bottom: 10px;}*/
/*}*/