/*
 * Creator: AKEB
 * Date: 17.08.2012 13:10:41
 * Encoding: UTF-8
 *
 */

@CHARSET "UTF-8";

@font-face{
	font-family:'Glyphicons Halflings';
	src:url('../fonts/glyphicons-halflings-regular.eot');
	src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),
		url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
		url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),
		url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

*::-webkit-input-placeholder {
    color: #ccc !important;
}

*::-moz-placeholder {
    color: #ccc !important;
}


/* Firefox 19+ */

*:-moz-placeholder {
    color: #ccc !important;
}


/* Firefox 18- */

*:-ms-input-placeholder {
    color: #ccc !important;
}
* {
	margin: 0px;
}
body {
	font-size: 11px;
}
.navbar {
	font-size: 1rem;

	border-radius: 5px;
	margin:10px;
}
.nav-item {
	margin-right:5px;
	padding-left:0px;
}

.navbar-nav .nav-link {
	padding-left:10px;
}
@media (min-width: 1200px) {
	.navbar-nav .nav-link {
		padding-left:0px;
	}
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	color: rgba(44, 157, 255, 0.77);
	font-weight:bold;
}
.navbar-dark .navbar-brand {
	color: rgba(44, 157, 255, 0.77);
	font-weight:bold;
}
.navbar-dark .navbar-nav .nav-link {
	color: #f8f9fa;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	/* color: #007bff; */
	background-color: rgba(44, 157, 255, 0.62);
	border-radius:0.25rem;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
	color: #ffffff;
	background-color: rgba(44, 157, 255, 0.62);
	border-radius:0.25rem;
}
.navbar-nav .dropdown-menu {
	background-color: #373A3C;
}
.navbar-nav .dropdown-menu .dropdown-item {
	color: #f8f9fa;
}
.navbar-nav .dropdown-menu .dropdown-header {
	color: #678999;

}
.navbar-nav .dropdown-menu .dropdown-item:hover {
	/* color: rgba(44, 157, 255); */
	/* background-color: #373A3C; */
	background-color: rgba(44, 157, 255, 0.62);
}
.navbar-nav .dropdown-menu .dropdown-item.active, .navbar-nav .dropdown-menu .dropdown-item:active {
	background-color: rgba(44, 157, 255, 0.62);
}

.disable,
.disable * {
    cursor: default;
}

html {
    font-size: 100%;
}

body table {
    width: 100%;
    border: 0px none;
    padding: 0px;
    margin: 0px;
}

body table tr td#Top {
    height: 1%;
}

body table tr td#Body {
    height: 98%;
}

body table tr td#Footer {
    height: 1%;
}

body table tr td#Footer div {
    border-top: 1px solid #CCC;
    text-align: left;
    padding: 10px 10px 10px 10px;
    font-size: 11px;
    bottom: 20px;
    color: #BBB;
    cursor: default;
}

body table tr td#Footer div span {
    text-align: right;
    float: right;
    cursor: pointer;
}

.div_border {
    background-color: #FFFFFF;
    border: 1px solid #C3C3C3;
    border-radius: 12px 12px 12px 12px;
    box-shadow: 0 0 70px #CBEAFF;
    margin: auto;
    /*min-height: 500px;*/
    padding: 20px 10px;
    /*min-width: 700px;*/
    text-align: left;
}

.Title_MAIN {
    margin: 0 auto 0px;
    min-height: 20px;
    padding: 10px 10px 20px 10px;
    width: 360px;
    color: #0099FF;
    font-size: 20px;
    text-decoration: none;
    z-index: 100;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}

.Title_MAIN_left {
    margin: 0px;
}

.div_main_error {
    margin: 0 auto 0px;
    min-height: 0px;
    padding: 6px;
    width: 800px;
    color: #DD0000;
    font-size: 13px;
    text-decoration: none;
    z-index: 100;
    cursor: default;
}

.Languages_MAIN {
    margin: 0px;
    min-width: 0px;
    padding: 0px;
    position: relative;
    right: 30px;
    text-align: right;
    top: 13px;
    z-index: 200;
    float: right;
}

.lang {
    cursor: pointer;
}

.Profile_MAIN {
    /*
	position: relative;
	right: 50px;
	text-align: right;
	top: 10px;
	z-index: 200;
	text-decoration: none;
	float:right;
	*/
}

.Menu_MAIN {
    border: 0px none;
    position: relative;
    min-width: 140px;
    min-height: 100px;
    left: 0px;
    top: -10px;
    float: left;
}

div.MenuItem {
    background-color: #FFFFFF;
    border: 1px solid #C3C3C3;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 30px #CBEAFF;
    cursor: pointer;
    left: 0;
    margin: 10px 10px 10px -15px;
    padding: 5px 5px 5px 20px;
}

div.MenuItemSubmenu div.MenuItem {
    padding: 5px 5px 5px 30px;
}

div.MenuItem:hover {
    border-color: #FFCA86;
    box-shadow: 0 0 30px #FFCA86;
}

div.MenuItemSelected {
    border-color: #FF7E0B;
    box-shadow: 0 0 30px #FF7E0B;
}

.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000000;
    content: "";
    display: inline-block;
    height: 0;
    opacity: 0.3;
    vertical-align: top;
    width: 0;
}

.dropdown .caret {
    margin-left: 2px;
    margin-top: 8px;
}

.dropdown:hover .caret,
.open .caret {
    opacity: 1;
}

a {
    color: #0095E3;
    text-decoration: none;
}

#main-menu-account {
    float: right;
    margin-right: 0px;
    margin-top: 0px;
    text-align: left;
}

#main-menu-account>.dropdown-menu {
    margin-top: 8px;
}

#main-menu-account>.dropdown-menu:after {
    border-bottom: 5px solid #FFFFFF;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    left: 50%;
    margin-left: -5px;
    right: 8px;
    top: 0;
}

#main-menu-account>.dropdown-menu:before {
    border-bottom: 6px solid #CCCCCC;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    left: 50%;
    margin-left: -6px;
    right: 7px;
    top: 0;
}

#main-menu-account>.dropdown-menu:before,
#main-menu-account>.dropdown-menu:after {
    bottom: 100%;
    content: "";
    left: auto;
    position: absolute;
    top: auto;
}

.main-menu-account-button {
    -moz-transition: box-shadow 0.2s ease 0s, border-color 0.2s ease 0s, background-color 0.2s ease 0s;
    border: 1px solid transparent;
    border-radius: 4px 4px 4px 4px;
    color: #666666;
    display: block;
    padding: 6px 8px 6px 10px;
    position: relative;
    text-decoration: none !important;
}

.main-menu-account-button:focus {
    outline: 0 none;
}

.main-menu-account-button>.caret {
    border-top-color: #666666;
    margin-left: 0;
    margin-top: 6px;
    opacity: 0.5;
}

.main-menu-account-button:hover {
    border: 1px solid #CCCCCC !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #555555;
}

.main-menu-account-button:hover>.caret {
    border-top-color: #000000;
    opacity: 0.5;
}

.main-menu-account-button>img {
    height: 20px;
    left: 4px;
    position: absolute;
    top: 4px;
    width: 20px;
}

.open .main-menu-account-button,
.main-menu-account-button:active,
.main-menu-account-button.active {
    color: #808080;
    text-shadow: 0 1px #FFFFFF;
}

.open .main-menu-account-button>.caret,
.main-menu-account-button:active>.caret,
.main-menu-account-button.active>.caret {
    border-top-color: #000000;
    opacity: 0.1;
}

.main-menu-account-button.active {
    background-color: #F3F3F3;
}

.open .main-menu-account-button,
.main-menu-account-button:active {
    background-color: #EEEEEE;
    border-color: #CCCCCC !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

.main-menu-links {
    border-right: 1px solid #E0E0E0;
    color: #828282;
    float: right;
    font-size: 10px;
    letter-spacing: 0.4px;
    margin-right: 15px;
    margin-top: 29px;
    padding: 5px 10px;
}

.main-menu-links>a {
    -moz-transition: color 0.3s ease 0s;
    color: #AAAAAA;
    padding: 5px 10px;
}

.main-menu-links>a.active {
    color: #555555 !important;
    cursor: default;
    text-decoration: none;
}

td.noi {
    background: url("/images/icon_no.png") no-repeat scroll 50% 50%;
    height: 18px;
}

td.yesi {
    background: url("/images/icon_yes.png") no-repeat scroll 50% 50%;
    height: 18px;
}

td.no {
    background: url("/images/icon_no.png") no-repeat scroll 50% 50% #F2C8C8;
    height: 18px;
}

td.yes {
    background: url("/images/icon_yes.png") no-repeat scroll 50% 50% #CEE2D3;
    height: 18px;
}

.pos,
.pos * {
    color: #006600;
}

.neg,
.neg * {
    color: #ff0000;
}

.grey,
.grey * {
    color: #b0b0b0;
}

.red,
.red * {
    color: red;
}

.green,
.green * {
    color: green;
}

.blue,
.blue * {
    color: blue;
}

.b,
.b *,
.text-bold,
.text-bold * {
    font-weight: bold;
}

.u,
.u * {
    text-decoration: underline;
}

.i,
.i * {
    font-style: italic;
}

.app_icon {
    width: 47px;
    height: 47px;
    border-radius: 10px;
}

.support tr td {
    cursor: pointer;
    vertical-align: middle !important;
}

.support h5 {
    line-height: 14px;
    font-size: 14px;
    margin: 5px 0;
    font-weight: normal;
}

.support .b h5 {
    font-weight: bold !important;
}

.filter_div {
    float: left;
    padding-right: 10px;
}

.filter_div_clear {
    clear: both;
}

#exportExcel {
    float: right;
}

.bgc-content {
    background-color: #f5f5f5;
    position: relative;
}

.bgc-content>a {
    margin: 0 0 0 20px;
}

#support_info td {
    width: 49%;
    vertical-align: top;
    padding: 10px;
}

#support_info td:first-child div {
    border-right: 1px solid #e5e5e5;
}

#support_info .dl-horizontal.w250 dt {
    width: 250px;
}

#support_info .dl-horizontal.w250 dd {
    margin-left: 270px;
}

#support_info .dl-horizontal.w180 dt {
    width: 180px;
}

#support_info .dl-horizontal.w180 dd {
    margin-left: 200px;
}

#support_info div {
    height: 100%;
    margin: 10px;
}

#question_info form {
    width: 50%;
}

#question_info input {
    float: right;
}

#question_info textarea {
    width: 100%;
}

.error_msg {
    font-weight: bold;
    font-size: 16px;
    color: red;
    clear: both;
    text-align: center;
    margin: 5px auto;
}

#redir_support_list_page {
    cursor: pointer;
    width: 90px;
    padding: 5px 10px;
    border: 1px solid #505E60;
    border-radius: inherit;
    text-align: center;
    position: absolute;
    top: 45px;
    left: 245px;
}

.control-group label input[type="radio"] {
    margin: 0 20px 0 0;
}

div.reload {
    background: url("/images/glyphicons-halflings.png") left -237px top -21px no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

div.drop {
    background: url("/images/glyphicons-halflings.png") left -456px top 3px no-repeat;
    margin-left: 2px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#pagination {
    clear: both;
}

#wnd {
    background-color: white;
    border: 1px solid gray;
    overflow: scroll;
}

.wndIconItem {
    position: absolute;
    width: 114px;
    height: 114px;
    margin: 7px 3px;
    border: 1px solid gray;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
}

.wndIconItem:hover {
    background-color: #f0f0f0;
}

.form-group .bg-danger {
    background-color: #f2dede;
}

.form-group .bg-warning {
    background-color: #fcf8e3;
}

.popover {
    width: 100%;
}

.dataTables_length {
    padding-right: 20px;
}

.dataTables_info {
    float: left;
}

.flagsTD {
    font-size: 0px;
}

.chromeHack-autocomplete {
	opacity: 0 !important;
	position: absolute !important;
	height: 0px !important;
	width: 0px !important;
	opacity: 0 !important;
	padding: 0 !important;
	margin: 0 !important;

}

.table-hover>tbody>tr:hover {
    background-color: #E8F4FF !important;
}

.toolbar {
    height: 24px;
    border-top: 1px solid ThreeDHighlight;
    border-bottom: 1px solid ThreeDShadow;
    padding: 2px 6px;
    background: ThreeDFace;
    cursor: row-resize;
}

.toolbarRight {
    position: absolute;
    top: 4px;
    right: 6px;
}

div#logsblock_space {
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    border: 0px solid red;
}

div#logsblock {
    padding: 0px;
    margin: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: fixed;
    width: 100%;
    background-color: #f5f5f5;
    border: 1px solid gray;
    z-index: 100;
}

div#logsblock .body {
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
}

table#logsblock_table {
    height: 1%;
}

#logsblock .table-hover td {
    line-height: 13px;
    text-align: left;
    vertical-align: top;
}

span>span.data-picker-search-delete {
    cursor: pointer;
}

.data-picker {
    z-index: 10000;
    border-radius: 4px;
    background-color: #eee;
    border: 1px solid #ccc;
    -moz-box-shadow: 0 20px 40px #a0a0a0;
    -webkit-box-shadow: 0 20px 40px #a0a0a0;
    box-shadow: 0 20px 40px #a0a0a0;
    display: none;
}

.data-picker.open {
    display: block;
}

.data-picker>.input-group {
    border-bottom: 1px solid #ddd;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
    border-radius: 4px 4px 0px 0px;
    width: 100%;
}

.data-picker>.input-group>span {
    border: 0px;
    width: 38px;
}

.data-picker>.input-group>input {
    border-bottom: 0px;
    border-top: 0px;
}

.data-picker-apps {
	cursor: pointer;
	overflow: auto;
	height: 450px;
	background-color: #fff;
	overflow-x: hidden;
}

.btn-select-apps div.row {
	min-width: 460px;
	margin: 0px;
	padding-right:5px;
	font-size:11px;
	border-bottom: 1px solid #ddd;
}
.data-picker-apps > div.row {
	padding:5px;
	margin: 0px;
	border-bottom: 1px solid #ddd;
	height: 50px;
}

.data-picker-apps > div.row.selected {
	background-color: #17a2b8;
	color: #fff;
}

.data-picker-apps > div.row:hover {
	background-color: #38cee6;
	color: #fff;
}

.data-picker-apps > div.row.selected:hover {
	background-color: #38cee6;
	color: #fff;
}

.btn-select-apps div.col,
.data-picker-apps > div.row > div {
	padding-left:0px;
	padding-right:0px;
	margin-top: auto;
	margin-bottom: auto;
	white-space: nowrap;
}

.btn-select-apps div.col.img,
.data-picker-apps > div.row > div.img {
	text-align: center;
}

.btn-select-apps div.col.id,
.data-picker-apps > div.row > div.id {
	text-align: center;
}

.btn-select-apps div.col.platform,
.data-picker-apps > div.row > div.platform {
	white-space: normal;
	text-align: right;
	overflow-wrap: normal;
	word-wrap: normal;
	word-break: normal;
	line-break: auto;
	hyphens: manual;
}

.btn-select-apps div.col.img img,
.data-picker-apps > div.row > div.img img {
	height:40px;
	width: 40px;
	border-radius: 10px;
}

.data-picker-button > span.title {
	white-space: nowrap; /* Отменяем перенос текста */
	overflow: hidden; /* Обрезаем содержимое */
	text-overflow: ellipsis;
	width: 90%;
	text-align: left;
}

.btn-select-apps div.title,
.data-picker-apps > div.row > div.title {
	white-space: nowrap; /* Отменяем перенос текста */
	overflow: hidden; /* Обрезаем содержимое */
	text-overflow: ellipsis;
	padding-right: 5px;
	padding-left: 5px;
	margin-top:auto;
	width: 90%;
	margin-bottom:auto;
}

.btn-select-apps div.platform,
.data-picker-apps > div.row > div.platform {
	margin-top:auto;
	width: 90%;
	text-align: right;
	padding-right:5px;
	padding-left:0px;
	margin-bottom:auto;
}

.data-picker-apps>table {
    margin: 0px;
    height: 50px;
}

.data-picker-apps>table>tbody>tr {
    cursor: pointer;
}

.data-picker-apps>table>tbody>tr.selected {
    background-color: #337ab7;
    color: #fff!important;
}

.data-picker-apps>table>tbody>tr.selected:hover {
    background-color: #b4d9fb !important;
}

.data-picker-apps>table>tbody>tr>td.muted {
    color: #98a1a0;
}

.data-picker-apps>table>tbody>tr>td.img {
    width: 50px;
    height: 50px;
    vertical-align: top;
    border-right: 0px;
    border-right-style: hidden;
    height: 50px;
    border-bottom: 1px solid #ddd;
}

.data-picker-apps>table>tbody>tr>td.title {
    vertical-align: top;
    border-right: 0px;
    border-right-style: hidden;
    height: 50px;
    border-bottom: 1px solid #ddd;
}

.data-picker-footer-selectall,
.data-picker-footer-deselectall,
.data-picker-footer-select {
	white-space: nowrap;
}

.data-picker-apps>table>tbody>tr>td.platform {
    width: 1%;
    text-align: right;
    vertical-align: top;
    height: 50px;
    border-bottom: 1px solid #ddd;
}

.data-picker-footer {
    height: 39px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-radius: 0px 0px 4px 4px;
}

.data-picker-footer>div.row {
    margin-right: 0px;
    margin-left: 0px;
}

.data-picker-footer>div.row>div {
    padding-top: 4px;
}

.dynamicTabs>li>a {
    float: left;
}

.dynamicTabs>li>span {
    float: right;
    left: -13px;
    cursor: pointer;
}

.clear-button {
    cursor: pointer;
}

.width_dt_and_dd dt {
    width: 300px;
}

.width_dt_and_dd dd {
    margin-left: 320px
}

.date-picker-button.active {
	z-index:101;
}

.date-picker {
    z-index: 100;
    border-radius: 4px;
    background-color: #eee;
    border: 1px solid #ccc;
    -moz-box-shadow: 0 20px 40px #a0a0a0;
    -webkit-box-shadow: 0 20px 40px #a0a0a0;
    box-shadow: 0 20px 40px #a0a0a0;
    display: none;
}

.date-picker.open {
    display: block;
}

table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting:after {
    margin-bottom: -4px;
}

/* IUAS */

.formula_div {
    padding: 0px;
    border: 1px solid #ccc;
    display: block;
    float: left;
    width: 99%;
}

.formula_div.error {
    border: 1px solid red;
}

#formula, .formula-cls {
    list-style-type: none;
    margin: 0px;
    padding: 10px;
    min-width: 100%;
    min-height: 40px;
    display: inline-block;
}

.formula-cls {
    padding: 0;
    min-width: auto;
}

#templates {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.TemplateCondition {
	display: inline-block;
	margin: 0px;
	top:10px;
	font-size: 3em;
	cursor: pointer;
}

#trash {
	/* font-size: 8em; */
	cursor: pointer;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	opacity: .5;
}

#trash.active {
    opacity: 1;
}

#trash:hover {
	cursor:pointer;
	opacity: 1;
}


.iuas-target {
	background-color:#d6f5d6;
}

.iuas-target-not {
	margin-right:0px !important;
	border-right-width:0px !important;
}

.iuas-target-not:last-child {
	border-right-width:1px !important;
}

#formula li,
.formula-cls li,
#templates li,
#trash li {
    float: left;
    border: 1px solid green;
    background-color: #d6f5d6;
    margin: 5px 5px 0px 0px;
    padding: 10px;
    cursor: move;
    /** More li styles **/
}

#formula li i.remove,
.formula-cls li i.remove {
	cursor:pointer!important;
	margin-left:10px;
	float:right!important;
	font-weight:400 !important;
	font-size:1.5em;
}

#formula li.error,
.formula-cls li.error {
    border: 1px solid red;
}

#templates li {
    opacity: 0.7;
}

#formula li.active,
.formula-cls li.active {
    border: 1px solid #0E56F3;
}

#trash li {
    display: none;
    padding: 0px;
}

.ui-sortable-placeholder {
    visibility: visible !important;
    border: 1px solid red !important;
    background-color: transparent !important;
}

.btn-select-apps>div {
	width:100% !important;
}

.btn-select-apps {
    /* height: 44px; */
}

#TemplateModal .modal-body .btn-select-apps .dropdown-menu.show {
    z-index: 1062;
}

.has-error.thumbnail {
    border-color: #a94442;
}

.bootstrap-select .dropdown-menu li a {
	padding:3px;
}
.bootstrap-select .dropdown-menu li a span.text {
	display:block;
}

div.applicationRow {
	min-height:50px;
	height:50px;
	padding:0px;
	padding-top:auto;
	padding-bottom:auto;
	margin:0px;
	white-space: nowrap;
	border:0px solid red;
	border-bottom:1px solid #ccc;
	display:block;
	text-align: left;
}

div.applicationRow > div.left {
	float: left;
	height:50px;
	display: inline-block;
	text-align: left;
}

div.applicationRow > div.left > img {
	border-radius:10px;
	height:40px;
	width:40px;
	vertical-align:middle;
	margin:5px 0px;
	display: inline-block;
}
div.applicationRow > div.left > div.helper {
	height:100%;
	display: inline-block;
	vertical-align:middle;
}
div.applicationRow > div.left i {
	display: inline-block;
	text-decoration:none;
	font-style:normal;
	vertical-align:middle;
	margin:0px 5px;
}
div.applicationRow > div.left > span {
	display: inline-block;
	vertical-align:middle;
	text-decoration:none;
	font-style:normal;
	font-weight: 700;
	white-space: nowrap; /* Отменяем перенос текста */
	overflow: hidden; /* Обрезаем содержимое */
}

div.applicationRow.text-muted > div.left > span {
	font-weight: normal;
}

div.applicationRow > div.right {
	float: right;
	height:44px;
	display: block;
	text-align: right;
	vertical-align: middle;
}
div.applicationRow > div.right > div.test {
	display: inline-block;
	width: 50px;
	margin-right:5px;
}
div.applicationRow > div.right > div.helper {
	height:100%;
	display: inline-block;
	vertical-align:middle;
}
div.applicationRow > div.right > div.platform {
	display: inline-block;
}

.hidden {
	display:none!important;
}

.card {
	margin-bottom:15px;
}

.fab {
	/* font-size:1.5rem; */
}

.form-control-plaintext {
	border: 1px solid #ced4da;
	border-width: 1px;
}

.pointer {
	cursor: pointer !important;
}

.border-select {
	border: 1px solid #ced4da;
}

.btn-light {
	border: 1px solid #ced4da;
}


.checkbox > label,
.radio > label{
	cursor:pointer;
	font-size:0.875rem;
	display: flex;
	align-items: center;
	height: 100%;
}

.form-check.checkbox {
	padding-left:0px;
}

label.form-check-label {
	display: flex;
	align-items: center;
	text-align: center;
	width: auto;
}

.form-check.checkbox > label > .cr,
.form-check.checkbox.radio > label > .cr {
	padding-top: 4px;
	float:left;
}
.checkbox > label > .cr,
.radio > label > .cr {
	cursor:pointer;
	position: relative;
	display: inline-block;
	margin-right: .5em;
	margin-bottom: .2em;
	padding-top: 2px;
}

.checkbox > label > .cr .cr-icon,
.radio > label > .cr .cr-icon {
	font-size: 20px;
}

.checkbox > label > input[type="checkbox"],
.radio > label > input[type="radio"] {
	display: none;
}

.checkbox > label > input[type="checkbox"] + .cr > .cr-icon:before,
.radio > label > input[type="radio"] + .cr > .cr-icon:before {
	opacity: 1;
	content: "\f0c8";
	color:#6c757d;
}

.checkbox > label > input[type="checkbox"]:checked + .cr > .cr-icon:before,
.radio > label > input[type="radio"]:checked + .cr > .cr-icon:before {
	opacity: 1;
	content: "\f14a";
	color:green;
}

.checkbox > label > input[type="checkbox"]:disabled + .cr,
.radio > label > input[type="radio"]:disabled + .cr {
	opacity: .5;
	cursor:default;
}

.checkbox > label:has(*:disabled),
.radio > label:has(*:disabled){
	cursor:default;
}

.checkbox > label[disabled],
.radio > label[disabled] {
	cursor:default;
}

.fas {
	font-weight: 900 !important;
}
.far {
	font-weight: 400 !important;
}




table#logsblock_table > tbody > tr > td {
	padding:0.2rem;
	cursor:default;
}

table#logsblock_table > tbody > tr.info td {
	background-color: #d9edf7;
}

table#logsblock_table > tbody > tr.info:hover td {
	background-color: #c4e3f3;
}

table#logsblock_table > tbody > tr.danger td {
	background-color: #f2dede;
}

table#logsblock_table > tbody > tr.danger:hover td {
	background-color: #ebcccc;
}

table#logsblock_table > tbody > tr.warning td {
	background-color: #fcf8e3;
}

table#logsblock_table > tbody > tr.warning:hover td {
	background-color: #faf2cc;
}

div.card-header > h3 {
	display:inline;
	margin: 0rem 1rem 0rem 0rem;
	font-weight:500;
	font-size:1.25rem;
	padding-top: .3125rem;
	padding-bottom: .3125rem;

	line-height: inherit;
	white-space: nowrap;
}

div.card-header > h4 {
    display:inline;
    margin: 0rem 1rem 0rem 0rem;
    font-weight:500;
    font-size:1.10rem;
    padding-top: .2125rem;
    padding-bottom: .2125rem;

    line-height: inherit;
    white-space: nowrap;
}

div.card-header > h5 {
    display:inline;
    margin: 0rem 1rem 0rem 0rem;
    font-weight:500;
    font-size:1rem;
    padding-top: .3125rem;
    padding-bottom: .3125rem;

    line-height: inherit;
    white-space: nowrap;
}

div.card-header > span {
	display:inline;
	margin: 0rem 1rem 0rem 0rem;
	padding:0px;
	font-size:1rem;
    font-weight:500;
    padding-top: .3125rem;
	padding-bottom: .3125rem;
	line-height: inherit;
}

div.card-header > .card-title {
    float: left;
}

div.card-header > .card-tools {
    float: right;
}

div.card-header > .card-tools > .btn {
    font-size: 0.7rem;
    margin: auto;
}

div.card-header > div.btn-group.btn-group-sm {
	margin-top:-8px;
}

@media (min-width: 768px) {
	div.card-header > div.btn-group.btn-group-sm {
		margin-top:-8px;
	}

	div.card-header > span {
		float: right!important;
	}
}

.col-form-label,
.control-label {
	font-weight: bold;
	font-size:1rem;
}

.btn.is-invalid {
	border-color:#dc3545;
}

.mrgs-custom-form-select {
	width:1% !important;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.container-fluid {
	padding-right:10px;
	padding-left:10px;
}

.btn-secondary {
	background-color: #e9ecef;
	border-color: #ced4da;
	color: #495057;
}
.btn-primary {
	background-color: #428BCA;
	border-color: #428BCA;
}
table.dataTable.table-sm>thead>tr>th {
	padding-right:0px;
}

table.dataTable.table-sm>thead>tr>th.sorting_asc,
table.dataTable.table-sm>thead>tr>th.sorting_desc,
table.dataTable.table-sm>thead>tr>th.sorting,
table.dataTable.table-sm>thead>tr>td.sorting_asc,
table.dataTable.table-sm>thead>tr>td.sorting_desc,
table.dataTable.table-sm>thead>tr>td.sorting {
	padding-right:20px;
}

.bootstrap-select>.dropdown-toggle {
	background-color: transparent;
}
.bootstrap-select>.dropdown-toggle[aria-disabled] {
	background-color: #e9ecef;
	opacity:1;
	border: 1px solid #ced4da;
	border-width: 1px;
}

.checkbox label .toggle, .checkbox-inline .toggle {
	margin-left: 0px;
}
.toggle-off.btn {
	padding-left: 1rem;
}

.disabled .btn.btn-light.toggle-off {
	background-color: #e9ecef;
	cursor: not-allowed;
}

.disabled .btn, .disabled input, input.disabled {
	cursor: not-allowed;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 1rem !important;
	border-left: 5px solid #eee;
}

.form-control-plaintext {
	padding: .375rem .75rem;
}

.bootstrap-select>.btn.btn-light.disabled {
	background-color: #e9ecef;
	opacity: 1;
	border: 1px solid #ced4da;
	border-width: 1px;
}
.copyLink {
	cursor:pointer !important;
}

.has-error .invalid-feedback,
.has-error .invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
	display: block;
}
.invalid-feedback {
	font-size:9px !important;
}

.login-button-w40 {
	width:40% !important;
}

.login-button-w47 {
	width:47% !important;
}

.OnClickButton {
	cursor: pointer;
}
.btn_apps>.filter-option {
	height:40px !important;
    display: table !important;
    vertical-align: middle !important;
}
.btn_apps>.filter-option .filter-option-inner {
    display: table-cell !important;
    vertical-align: middle !important;
}

.day.weekend {
	color:red;
}
.day.new.weekend {
	color:#ff8181;
}

.table-sm td, .table-sm th {
	padding: .1rem;
}

.card_header {
    background-color: rgba(0,0,0,.03);
    padding: 10px 0 10px 15px;
    font-size: 18px;
    color: #243143;
    flex-direction: unset;
}

.dnone {
    display: none;
}

.fs14 {
    font-size: 14px;
}

.errOpacity {
    opacity: .5;
}

.customTargets .targetItem {
    margin: 20px 0;
    border-bottom: 2px solid #eee;
    padding: 10px 0;
}

.defaultTargetName {
    float: left;
    margin: 20px 0;
    width: 20%;
}

.formula-cls .remove {
    display: none;
}

.nav-automatization .nav-link {
    color: #495057
}
.nav-automatization .nav-link.active {
    color: #0095E3 !important;
}
.toggle-custom {
    min-width: 50px !important;
    min-height: 25px !important;
    border-color: #ced4da;
}
.toggle-custom .btn {
    font-size: 10px;
    padding-top: 5px;
}
.toggle-custom .toggle-handle {
    top: -1px;
}
.fs20 {
    font-size: 20px;
}
.table-loaded {
    overflow-y: auto;
}


.form-control.is-warning {
    border-color: #946f00;
}

.invalid-warning-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #946f00;
}

.is-warning~.invalid-warning-feedback {
    display: block;
}

table {
	font-size: 11px;
}