.panel {
    background-color: white;
    box-shadow: 1px 1px 2px;
}

.panel-info .panel-heading {
    background: -moz-linear-gradient(-45deg,  rgba(30,87,153,0.5) 0%, rgba(41,137,216,0.75) 50%, rgba(32,124,202,0.76) 51%, rgba(125,185,232,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(30,87,153,0.5) 0%,rgba(41,137,216,0.75) 50%,rgba(32,124,202,0.76) 51%,rgba(125,185,232,1) 100%);
    background: linear-gradient(135deg,  rgba(30,87,153,0.5) 0%,rgba(41,137,216,0.75) 50%,rgba(32,124,202,0.76) 51%,rgba(125,185,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#801e5799', endColorstr='#7db9e8',GradientType=1 );
    color: white;
    text-shadow: 1px 1px 2px black;
}

.panel-danger .panel-heading {
    color: white;
    text-shadow: 1px 1px 2px black;
    padding-bottom: 15px;
    font-size: 1em;

    background: -moz-linear-gradient(-45deg,  rgba(203,96,179,0.5) 0%, rgba(193,70,161,0.7) 50%, rgba(168,0,119,0.7) 51%, rgba(255,0,0,0.9) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(203,96,179,0.5) 0%,rgba(193,70,161,0.7) 50%,rgba(168,0,119,0.7) 51%,rgba(255,0,0,0.9) 100%);
    background: linear-gradient(135deg,  rgba(203,96,179,0.5) 0%,rgba(193,70,161,0.7) 50%,rgba(168,0,119,0.7) 51%,rgba(255,0,0,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80cb60b3', endColorstr='#e6ff0000',GradientType=1 );
}

.panel-info .panel-heading i,
.panel-danger .panel-heading i {
    font-size: 1.5em;
}

.panel-info .panel-heading *,
.panel-danger .panel-heading * {
    color: white;

}

.panel-danger h4 {
    margin: 0;
}

.panel-default .panel-heading,
.panel-default .panel-footer {
    background-image: linear-gradient(to bottom,rgba(245, 245, 245, 0.5) 0,rgba(232, 232, 232, 0.5) 100%)
}

.panel-primary .panel-heading {
    background-image: linear-gradient(to bottom,rgba(51, 122, 183, 0.5) 0, rgba(46, 109, 164, 0.5) 100%);
    text-shadow: 1px 1px 3px black;
}

.panel-form {
    margin: 0 5px;
}

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    margin-top: 1px;
}

.alert-danger {
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(242, 222, 222, 0.5) 0, rgba(231, 195, 195, 0.5) 100%);
}

.alert-success{
    background-color: transparent;
    background-image: linear-gradient(to bottom,rgba(223, 240, 216, 0.5) 0, rgba(200, 229, 188, 0.5) 100%);
}

.panel-body .alert {
    margin-left: -15px;
    margin-right: -15px;
}

/***************************/
/*  Nav & Navbar & Tabs    */
/***************************/
.navbar-default {
    background: white;
}

.navbar-brand {
    padding: 9px 10px;
}

.navbar-default .navbar-nav > .active > a {
    color: rgb(51, 122, 183);
    font-weight: bold;
}

.nav i {
    font-size: 1.5em;
}

.nav .dropdown-menu {
    font-size: 0.9em;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .dropdown-menu > li > a {
    color: #777 !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .dropdown-menu > li > a:hover {
    color: #c00 !important;
    text-shadow: 1px 1px 3px #d55;
}

.nav li.dropdown:hover > .dropdown-menu {
    display: block;
}

.nav li.dropdown:hover > a {
    background: #e7e7e7;
}

.navbar-fixed {
    position: fixed;
    width: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    display: none;
}

.navbar-fixed .dropdown-menu {
    background: rgba(0, 0, 0, 0.6);
}

.navbar-fixed .dropdown.open a:focus,
.navbar-fixed li.dropdown:hover > a,
.navbar-fixed .dropdown-menu li a:hover {
    background: rgba(0, 0, 0, 0.8) !important;
}

.navbar-fixed .navbar-nav > li > a,
.navbar-fixed .dropdown-menu > li > a {
    color: white !important;
}

.navbar-fixed .navbar-nav > li > a:hover,
.navbar-fixed .dropdown-menu > li > a:hover {
    color: white !important;
    text-shadow: 1px 1px 3px white;
}

.nav-tabs {
    margin-bottom: 10px;
}

.nav-tabs > li {
    border-bottom: 3px solid transparent;
}

.nav-tabs > li a {
    padding-bottom: 7px;
}

.nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none;
    background: transparent;
    color: gray;
}

.nav-tabs > li.active, .nav-tabs > li:focus, .nav-tabs > li:hover {
    border-bottom: 3px solid #cf1075;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover,
.nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
    color: #333;
    text-shadow: 1px 1px 3px gray;
}

/******************************/
/* End Of Nav & Navbar & Tabs */
/******************************/

.tooltip {
    font-family: Yekan;
    z-index: 999999999 !important;
}

body > .tooltip {
    direction: ltr;
    font-family: Helvetica, Arial;
}

.tooltip-inner {
    background: -moz-linear-gradient(-45deg,  rgba(76,76,76,0.75) 0%, rgba(89,89,89,0.78) 12%, rgba(102,102,102,0.81) 25%, rgba(71,71,71,0.85) 39%, rgba(44,44,44,0.88) 50%, rgba(0,0,0,0.88) 51%, rgba(17,17,17,0.9) 60%, rgba(43,43,43,0.94) 76%, rgba(28,28,28,0.98) 91%, rgba(19,19,19,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(76,76,76,0.75) 0%,rgba(89,89,89,0.78) 12%,rgba(102,102,102,0.81) 25%,rgba(71,71,71,0.85) 39%,rgba(44,44,44,0.88) 50%,rgba(0,0,0,0.88) 51%,rgba(17,17,17,0.9) 60%,rgba(43,43,43,0.94) 76%,rgba(28,28,28,0.98) 91%,rgba(19,19,19,1) 100%);
    background: linear-gradient(135deg,  rgba(76,76,76,0.75) 0%,rgba(89,89,89,0.78) 12%,rgba(102,102,102,0.81) 25%,rgba(71,71,71,0.85) 39%,rgba(44,44,44,0.88) 50%,rgba(0,0,0,0.88) 51%,rgba(17,17,17,0.9) 60%,rgba(43,43,43,0.94) 76%,rgba(28,28,28,0.98) 91%,rgba(19,19,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf4c4c4c', endColorstr='#131313',GradientType=1 );
    color: white;
    text-shadow: 1px 1px 1px black;
    min-width: 150px;
}

.tooltip.top .tooltip-arrow,
.tooltip.bottom .tooltip-arrow {
    border-top-color: rgba(0, 0, 0, 0.75) !important;
    border-bottom-color: rgba(0, 0, 0, 0.75) !important;
}

.tooltip.right .tooltip-arrow {
    border-right-color: rgba(0, 0, 0, 0.75) !important;
    border-left-color: rgba(0, 0, 0, 0.75) !important;
}

.tooltip.left .tooltip-arrow {
    border-left-color: rgba(0, 0, 0, 0.85) !important;
}


.ui-datepicker-rtl .fa-arrow-left {
    left: 2px;
    right: auto;
    position: absolute;
}

.ui-datepicker-rtl .fa-arrow-right {
    right: 2px;
    left: auto;
    position: absolute;
}

textarea.form-control {
    height: 81px;
}

.note-editor.note-frame .note-editing-area .note-editable {
    background-color: transparent;
}

.btn-group > .btn-group:last-child > .btn:first-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.input-group {
    width: 100%;
}

.input-group-addon:first-child {
    border-right: 1px solid silver;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    width: 40px;
}

.input-group-addon:last-child {
    border-left-color: silver;
}

.has-error .input-group-addon:last-child {
    border-left-color: #a94442;
}

.has-error .input-group .btn {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.input-group-addon.primary {
    color: rgb(255, 255, 255);
    background-color: rgb(50, 118, 177);
    border-color: rgb(40, 94, 142);
}

.input-group-addon.success {
    color: rgb(255, 255, 255);
    background-color: rgb(92, 184, 92);
    border-color: rgb(76, 174, 76);
}

.input-group-addon.info {
    color: rgb(255, 255, 255);
    background-color: rgb(57, 179, 215);
    border-color: rgb(38, 154, 188);
}

.input-group-addon.warning {
    color: rgb(255, 255, 255);
    background-color: rgb(240, 173, 78);
    border-color: rgb(238, 162, 54);
}

.input-group-addon.danger {
    color: rgb(255, 255, 255);
    background-color: rgb(217, 83, 79);
    border-color: rgb(212, 63, 58);
}

.input-group .chosen-container-single .chosen-single,
.input-group .select2-container .select2-selection {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
    
.popover {
    font-family: Yekan;
    min-width: 200px;
}

.popover-title {
    text-align: center;
}

.note-popover .popover-content .note-color .dropdown-toggle, .panel-heading.note-toolbar .note-color .dropdown-toggle {
    padding-right: 0;
}

.note-editor.note-frame .note-editing-area .note-editable {
    background-color: transparent;
}

input[type="number"].form-control {
    padding-left: 2px;
}

.modal-body {
    max-height: 70vh;
    overflow-y: auto;
}

.modal-dialog .modal-danger {
    color: white;
    text-shadow: 1px 1px 2px black;
    padding-bottom: 15px;
    font-size: 1em;

    background: -moz-linear-gradient(-45deg,  rgba(203,96,179,0.5) 0%, rgba(193,70,161,0.7) 50%, rgba(168,0,119,0.7) 51%, rgba(255,0,0,0.9) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(203,96,179,0.5) 0%,rgba(193,70,161,0.7) 50%,rgba(168,0,119,0.7) 51%,rgba(255,0,0,0.9) 100%);
    background: linear-gradient(135deg,  rgba(203,96,179,0.5) 0%,rgba(193,70,161,0.7) 50%,rgba(168,0,119,0.7) 51%,rgba(255,0,0,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80cb60b3', endColorstr='#e6ff0000',GradientType=1 );
}

.modal-dialog .modal-info {
    color: white;
    text-shadow: 1px 1px 2px black;

    padding-bottom: 15px;
    font-size: 1em;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5ff+0,207cca+49,2989d8+50,1e5799+100 */
    background: rgb(229,229,255); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(229,229,255,1) 0%, rgba(32,124,202,1) 49%, rgba(41,137,216,1) 50%, rgba(30,87,153,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(229,229,255,1) 0%,rgba(32,124,202,1) 49%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(229,229,255,1) 0%,rgba(32,124,202,1) 49%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5ff', endColorstr='#1e5799',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.modal-header {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.btn-xs {
    padding-top: 3px;
    height: 22px;
}

.form-label {
    line-height: 34px;
    padding: 0;
}

.row {
    clear:both
}

.breadcrumb {
    background-color: transparent;
    padding-right: 0px;
    padding-left: 0px;
}

.breadcrumb > li + li::before {
    padding: 0;
}

.container-fluid {
    margin-left: 25px;
    margin-right: 25px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Carousel Thumbnail Plugin styles */
ul.thumbnails-carousel {
    padding: 5px 0 0 0;
    margin: 0 auto;
    list-style-type: none;
    text-align: center;
    position: absolute;
    right: -85px;
    top: 0;
}

ul.thumbnails-carousel .center {
    display: inline-block;
}

ul.thumbnails-carousel li {
    margin-bottom: 5px;
    cursor: pointer;
}

ul.thumbnails-carousel li img {
    max-width: 75px;
}

.active-thumbnail {
    opacity: 0.4;
}

/*****************************/

.carousel-inner {
    border-radius: 50px;
    background: gray;
    box-shadow: 0 9px 19px rgba(0,0,0,0.6), 0 7px 6px rgba(0,0,0,0.4);
}

.carousel-control {
    background: none !important;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    font-size: 50px;
    font-weight: bold;
    text-shadow: 1px 1px 1px black;
    margin-top: -30px;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    margin-left: 0;
    margin-right: 0;
}

.carousel-control .icon-next {
    left: 0;
    right: auto;
}

.carousel-control .icon-prev {
    left: auto;
    right: 0;
}

.carousel.slide.right-thumbs {
    margin-right: 80px;
}

.carousel-indicators {
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0;
}

.carousel-indicators li {
    box-shadow: 1px 1px 3px black;
}

.carousel-inner .item {
    height: 100%;
}

.carousel-inner .item img {
    max-height: 100%;
    min-height: 100%;
    margin: 0 auto;
}

.caret {
    margin-top: 4px;
}

.input-xs,
.form-group-xs input {
  height: 22px;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  margin: 2px auto;
}

::-webkit-input-placeholder {
   font-family: Yekan !important;
   text-align: right;
}

:-moz-placeholder { /* Firefox 18- */
    font-family: Yekan !important;
    text-align: right;
}

::-moz-placeholder {  /* Firefox 19+ */
    font-family: Yekan !important;
    text-align: right;
}

.row-shrank [class ^= "col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

[data-toggle="collapse"] .fa-minus-square,
[data-toggle="collapse"][aria-expanded="false"] .fa-minus-square {
    display: none;
}

[data-toggle="collapse"][aria-expanded="true"] .fa-minus-square {
    display: inherit;
}

[data-toggle="collapse"][aria-expanded="true"] .fa-plus-square {
    display: none;
}

