/* CSS Document */

body {
    color: #505050;
}

.featureadvance img {
    padding: 20px 0;
}

.customselect input[type="checkbox"],
.js-div-chnl input[type="checkbox"] {
    margin-right: 8px
}

.ml15 {
    margin-left: 15px;
}

.btn-toolbar a {
    color: #009EB3;
}

.btn-info {
    background-color: #E6E6E6;
    border-color: #D9D9D9;
}

a:link,
a:visited {
    text-decoration: none !important;
    outline: 0;
    color: #009EB3;
}

a:link,
a:visited {
    text-decoration: none !important;
    outline: 0;
    color: #009EB3;
}

.navbar-default .navbar-brand {
    height: auto;
    padding: 18px 0 0 0;
}

.dataTables_filter input {
    margin-left: 6px;
}

.paging_full_numbers {
    margin-top: 10px !important;
}

table a {
    color: #009EB3 !important;
    text-decoration: none !important;
}

table a:link,
table a:visited {
    text-decoration: none !important;
    outline: 0;
    color: #009EB3
}

table a:active,
table a:hover {
    outline: 0;
    text-decoration: none !important;
    color: #008799;
}

.tabslide-inner {}

.tabslide-inner h2 {}

.font200 {
    font-weight: 200;
}

.lead {}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.media {
    margin-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}

.media:last-child {
    margin-bottom: 50px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-body {
    padding-left: 15px
}

.media-left,
.media>.pull-left {}

.paddingright5 {
    padding-right: 5px;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media a {
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.datetxt {
    color: #A7A7A7;
    font-weight: bold;
    /*color: #B3B3B3;
	font-weight: normal;*/
}

.nametag {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    font-family: arial;
    background: rgba(0, 158, 179, 0.52);
    float: left;
    height: 44px;
    width: 44px;
    padding: 6px;
    border-radius: 2px;
    /*height: 54px;
	width: 54px;
	padding: 12px 12px;
	border-radius: 5px;*/
    /*color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
	font-family: arial;
	background: #ddd;
	float: left;
	height: 64px;
	width: 64px;
	padding: 16px 12px;*/
}

.attachtxt {
    color: #009EB3;
    font-size: 13px;
    padding-top: 10px;
}

.lineH28 {
    line-height: 28px;
}

.js-file-name a {
    margin-top: 10px;
    margin-bottom: 10px;
}

.sup-error ul li:first-child {
    padding-top: 10px;
}

.sup-error {
    color: #a94442;
}

.sup-error ul {
    margin-left: 20px;
}

.js-suggesion-list {
    margin-bottom: 20px;
    max-height: 200px;
    overflow-y: scroll;
}

.badge {
    border-radius: 3px;
    font-weight: 500;
}


/* --- PAGINATION ---*/

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #009EB3 !important;
    border-color: #009EB3 !important;
}


/*Email issues*/

.dropdown-menu.input-append {
    min-width: 300px;
    padding: 5px 10px;
}

.dropdown-menu.input-append input.span2 {
    width: 220px;
    padding: 2px 5px;
    height: 30px;
}

.dropdown-menu.input-append .btn {
    width: 50px;
    margin-left: 4px;
    height: 30px;
    border-radius: 0;
    padding: 0;
    color: #fff;
    border: 1px solid #009EB3;
    background: #009EB3;
}


/*End email issues*/

@media (min-width: 1440px) and (max-width: 1920px) {
    .maincont {
        min-height: 500px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1560px) {
    .uisupport1st .col-lg-3 {
        width: 50% !important;
    }
}

@media (min-width: 1025px) and (max-width: 1440px) {
    .maincont {
        min-height: 400px;
    }
}

@media only screen and (max-width: 1024px) {
    .maincont {
        min-height: 400px;
    }
}

@media only screen and (max-width:768px) {
    .maincont {
        min-height: 650px;
    }
}

@media only screen and (max-width:640px) {
    .maincont {
        min-height: 100%;
    }
}