a {
color: #18707a
}
a:hover,a:focus {
color: #12555c;
}
table a:hover
{
  text-decoration: underline !important;
}
.top-bar {
background-color: #a5b3b0
}
.top-bar .top-bar-right .btn-link {
color: #ffffff
}
.top-bar .top-bar-right .btn-link:hover {
color: #e0efff

}
.top-bar .notifications .count {
border-color: #ddd
}
.top-bar .searchbox input[type="search"] {
background-color: #fff;
border-color: #ddd;
color: #444;
}
.top-bar .searchbox .btn {
background-color: #a5b3b0;
border-color: #ddd
}
.top-bar .searchbox .btn .fa {
color: #fff
}
.top-bar .searchbox .btn:hover {
border-color: #fff
}
.top-bar .searchbox .btn:hover .fa {
color: #fff
}

.widget .widget-header {
background-color: #a5b3b0;
color: #fff
}
.widget .widget-header em {
color: #fff
}
.widget .widget-header .widget-header-toolbar .control-title {
color: #fff
}
.widget .widget-header .btn-group>a {
color: #fff
}
.widget .widget-header .btn-group>a:hover,.widget .widget-header .btn-group>a:focus {
color: #d6fbff
}
.widget .widget-header .btn-help {
color: #ddd
}


.widget-reminder .widget-content, .label-default {
 background-color: #a5b3b0
}

.badge.element-bg-color-blue {
background-color: #ddd;
color: #a5b3b0;
text-weight: bold;
}

/*
.widget {
border-color: #0f8897
}
.widget .widget-header {
background-color: #025F1F;
border-bottom-color: #06343a;
color: #fff
}



.widget .widget-header .widget-header-toolbar {
border-left-color: #F5FF00;
}

*/

.logo a, .logo a:hover, .logo a:visited, .logo a:active
{
  color: white;
  text-decoration: none;
  font-size: 140%;
}

.main-header h2 {
color: #084951;
border-right-color: #0f8897
}
.main-header em {
color: #015716;
}
.footer {
background-color: #a5b3b0
}

.select {
    background-color: #F1F1F1;
    border-color: #dcdcdc;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 0 0 0 0;
}

.colorbox1 {
	background-color:#a5b3b0;
  border: double;
  border-color: white;

}

.colorbox1 a
{
  color: white;
}

.head-main {
  font-family: 'Open Sans', sans-serif;
}
.head-level1 {
  font-family: 'Roboto Condensed', sans-serif;
}
.head-level2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: lighter;
}

.img-margin {
  margin-top: 10px;
  margin-bottom: 10px;
}

.icon-centered {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -11px; /* 50% высоты */
	margin-left: -63px;  /* 50% ширины */
	height: 50px;
	width: 50px;
}
* html 
.icon-centered {
	position: absolute;
}

ul.main-menu>li a {
    background-color: #F1F1F1;
    color: #C0C0C0;
}

ul.main-menu>li a:hover {
    background-color: #F1F1F1;
    color: #000000;
}

.link-titlebar {
    color: #C0C0C0;
}

.link-titlebar:hover {
    color: #000000;
}

.subdir-text {
    margin-left: 10px;
}

.span-margin {
     margin-left: 5px;
 }

.dirlist-item {
    font-family: 'Open Sans', sans-serif;
}

.dir-list {
    /*border-right: rgb(153, 153, 153);
    border-right-width: 1px;
    border-right-style: solid;*/
}

.task-row {
    /*border-width: 1px;
    border-style: dotted;*/
    background-color: #29819B;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}

.task-text {
    height: 40px;
    border: 1px solid #fff;
    display: table-cell;
    vertical-align: middle;
}


.btn-add-row {
    min-width: 50px;
}

.claim-request-block {
    border-left: solid;
    border-width: thick;
    margin-left: 25px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background-color: #29819B;
    color: #fff;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .custom-class {
        width: 70%; /* either % (e.g. 60%) or px (400px) */
    }
}

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;
    border: 1px solid #aaa;
    cursor: text;
    overflow: visible; !important;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(to bottom, #eeeeee 1%,#ffffff 15%);
}

/* navbar begin*/
.navbar-default .navbar-brand {
    color: #29332D;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #000;  /*Sets the text hover color on navbar*/
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active >
a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #262626; /*BACKGROUND color for active*/
    background-color: #ececec;
}

.navbar-default {
    background-color: #a5b3b0;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f0f0f0;  /*change color of links in drop down here*/
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: silver; /*Change rollover cell color here*/
}


.navbar-default .navbar-nav > li > a {
    color: white; /*Change active text color here*/
}

/* navbar end */

.btn-tsk-end {
    margin-top: 5px;
    margin-bottom: 5px;
}

.label-tsk-end {
    margin-top: 10px;
    margin-bottom: 5px;
}

/* spinner */

.spinner {
    width: 100px;
}
.spinner input {
    text-align: right;
}
.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}
.input-group-btn-vertical > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8px;
    margin-left: -1px;
    position: relative;
    border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
    border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
    margin-top: -2px;
    border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i{
    position: absolute;
    top: 0;
    left: 4px;
}

.editfield {
    border: 1px solid;
    border-color: #dcdcdc;
    padding: 3px;
    background-color: #eee;
    min-height: 26px;
}

.editfield:hover {
    background-color: white;
}

.editfield-success {
    background-color: #8afc98;
}

.error {
    color: #ff0000;
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #dcdcdc;
    white-space: nowrap;
    line-height: 20px;
    color: #444;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    background-color: #eee;
/*    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -o-linear-gradient(bottom, #eee 0%, #fff 50%);
    background-image: -ms-linear-gradient(top, #fff 0%, #eee 50%);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.tr-warning {
    background-color: #FFEC8B;
}
.tr-active {
    background-color: #d6dad2;
}

.tr-success {
    background-color: #8afc98;
}

.tr-danger {
    background-color: #FFB1B1;
}

/* spinner-end */

/*DROP ZONE*/

.drop-zone {
    color: #555;
    font-size: 8px;
    text-align: center;

    width: 100px;
    padding: 10px 0;
    margin: 10px auto;

    background: #eee;
    border: 1px solid #ccc;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.drop-zone.hover {
    background: #afa;
    border-color: #0f0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
}

.drop-zone.error {
    background: #faa;
    border-color: #f00;
}

.drop-zone.drop {
    background: #77ff6b;
    border-color: #0f0;
}

/*DROP ZONE end*/

.btn-link {
    color: #29819B;
}


.secondary-stat .secondary-stat-item{color:#fff;background-color:#aaa;padding:5px 20px 0 20px}
.secondary-stat .secondary-stat-item .data{float:left;margin-bottom:0}
.secondary-stat .secondary-stat-item .inlinesparkline{display:-moz-inline-stack;display:inline-block;vertical-align:middle;*vertical-align:auto;zoom:1;*display:inline;position:absolute;left:15px;bottom:0}
.secondary-stat #secondary-stat-item1{background-color:#676666}
.secondary-stat #secondary-stat-item2{background-color:#67773F}
.secondary-stat #secondary-stat-item3{background-color:#D36B19}



.big-number{font-family:"latolight";font-size:3.5em}
.big-number-stat span{display:-moz-inline-stack;display:inline-block;vertical-align:middle;*vertical-align:auto;zoom:1;*display:inline}

.big-number-stat em{display:block;font-style:normal}
.big-number-stat .col-left{float:left;margin-right:10px;line-height:1.8}
.big-number-stat .col-right{float:right;position:relative;top:1.5em}

@media screen and (max-width: 480px){
	.big-number-stat .col-right{float:none}
}
@media screen and (max-width: 480px){
	.big-number-stat span{display:block}
	.big-number-stat .col-left{float:none}
	.big-number-stat .col-right{top:0;margin-bottom:15px}
}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

