.truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.panel {
	box-shadow: 0 17px 40px -12px rgb(144 150 164 / 35%);
}

.btn {
	border-radius: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

.btn-success {
  	background: linear-gradient(#4fb840, #14a000);
}

.btn-primary {
	background-color: #3e6ae1;
}

[ng-click] {
	cursor: pointer;
}

a {
  	color: #2f90f9;
}

.inverted {
	filter: invert(100%);
}

.brand img {
	width: 125px;
	cursor: pointer;
    position: fixed;
    bottom: 0;
    left: 0;
	opacity: .9;
	transition: all .2s ease-in-out;
}

.brand img:hover {
	transform: scale(1.1);
}

.gt-logo-login {
    position: absolute;
    right: 32px;
    top: 18px;
    z-index: 1;
    width: 76px;
}

.table {
	margin-bottom: 0;
}

.btn-default {
  	background: linear-gradient(#fafafa, #fafafa), #fafafa !important;
  	box-shadow: rgba(0, 0, 0, 0.12) 0 1px 1px 0 inset !important;
  	border-color: #c3c3c3 #c3c3c3 #bebebe !important;
}

.btn-default:hover, 
.btn-default:active, 
.btn-default:focus {
	background: #fff !important;
}

/* index.html */

.rd-index, html body {
	font-family: 'Montserrat';
}

.rd-index a img {
	height: 60px;
	width: 60px;
	margin-bottom: 5px;
}

.rd-index a {
	color: #333;
	padding: 15px 7px;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	width: 7%;
	float: left;
}

@media screen and (max-width: 992px) {
	.rd-index a {
		width: 25%;
	}
}

.rd-index a img {
	border-radius: 12px;
}

.rd-index a img, .rd-index a span {
	border: 1px solid transparent;
}

.rd-index .brand {
	width: 100px;
	position: fixed;
	bottom: 0;
	left: 0;
	opacity: .9;
}

.rd-index .greeting {
	position: fixed;
	bottom: 0;
	right: 10px;
	font-size: 16px;
}

.rd-index .fa-parent {
	height: 60px;
	width: 60px;
	border-radius: 100px;
	margin: auto;
	margin-bottom: 6px;
	margin-top: 1px;
	background: #3e6ae1 !important;
	box-shadow: 0 17px 40px -12px rgb(144 150 164 / 35%);
}

.rd-index .fa { 
	font-size: 26px;
	position: relative;
	top: 30%;
	left: 2%;
	color: #fff;
}

/* list.html */
.rd-list .panel {
	margin-bottom: 40px;
}

.rd-tables a, 
.rd-list a {
	color: #0E1528;
}

a:hover, 
a:active, 
a:focus {
	color: unset;
	text-decoration: unset;
}
.rd-list a[disabled="disabled"] {
	pointer-events: none !important;
	color: #ccc !important;
}
.rd-list .fa-chevron-right, 
.rd-list .fa-chevron-left {
	margin-left: 5px;
	margin-right: 5px;
}
.rd-list .table-heading {
	line-height: 1.7;
	font-size: 13px;
}
.rd-list tr {
	height: 33px;
}
.rd-list tr:first-child {
	background-color: #fff;
	color: #000;
}
.rd-list tr:first-child > th {
	font-weight: 200;
}
.rd-list td {
	max-width: 684px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.rd-list .input-group {
	width: 100%;
}
.rd-list .table-footer {
	background-color: #fff;
	font-weight: 200;
}
.rd-list .table-footer span {
	padding-top: 3px;
}
.menu-btn {
	border-radius: 0;;
	position: fixed;
	bottom: 0;
	left: 130px;
	padding-left: 30px;
	padding-right: 30px;
	color: #fff;
  height: 52px;
  border: none;
	color: #333;
}
.menu-btn:hover, 
.menu-btn:active, 
.menu-btn:focus {
	color: #fff !important;
	background: #3e6ae1 !important;
}
.dropup {
	position: fixed;
	bottom: 50px;
	left: 129px;
}
.m-r-xs {
	margin-right: 3px;
}
@media print {
	.rd-list a[href]:after {
		content: none !important;
	}
}

@media print {
	body {
		padding: 30px;
	}
} 

/* form.html */

.rd-form .info-btn {
	min-width: 30px !important; 
	position: absolute; 
	top: 30px; 
	right: 10px; 
	cursor: pointer;
} 

@media print {
	.rd-form a[href]:after {
		content: none !important;
	}
}

/* add extra space for number spinner */
.rd-form .width-machine {
  padding: 0 1rem;
}

.rd-form .textarea {
  display: block;
  width: 100%;
  overflow: hidden;
  resize: both;
  min-height: 34px;
  line-height: 20px;
}

.rd-form .textarea[contenteditable]:empty::before {
  content: "Placeholder still possible";
  color: gray;
}

.rd-anim-grow {
  animation: grow .5s 1;
}

@keyframes grow {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

.textarea, input, .form-control {
	border-radius: 17px !important;
	border-color: transparent;
	background: #f9f9f9;
	box-shadow: none;
}

.textarea:hover, 
input:hover, 
.form-control:hover {
	background: #3d6ae017;
}

.textarea:focus, 
input:focus, 
.form-control:focus {
	background: #fff;
}

.form-control[disabled], 
.form-control[readonly], 
fieldset[disabled] .form-control {
	background: #f1f1f1 !important;
}

.dropup {
	z-index: 9999;
}

#below-list {
	padding-bottom: 80px;
}

/* tables component */
.rd-tables {
	padding: 30px;
}
.rd-tables .panel {
	border: 0;
}

/* builder */
.delete-btn-icon {
	font-size: 17px;
	color: grey;
	position: relative;
	top: 22px;
	left: -53px;
}

@media screen and (max-width: 768px) {
	.delete-btn-icon {
		top: -10px;
	}
}

/* cyrillic-ext */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* vietnamese */
  @font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	src: url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	src: url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* vietnamese */
  @font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	src: url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	src: url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	src: url(https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  