*[onclick] {
    cursor: pointer;
}

/*html {
    display: block;
    height: 100%;
}*/

body {
    /*height: 100%;*/
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
    color: #44b3d4;
    text-decoration: none;
}

a:hover {
    color: #2623e2;
    text-decoration: none;
}

h1 {
    color: #888;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    margin: 10px 0;
}

.treen-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url('images/bg-treen-select.svg') no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.treen-btn {
    cursor: pointer;
    color: #6c757d;
    background-color: #ffffff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ced4da;
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 24px;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.treen-btn:hover {
    background: #6c757d;
    color: #FFFFFF;
}

/* Design */
.main {
    width: 1000px;
    margin: 0 auto;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s ease-in-out;
}

.company {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.company > img {
    line-height: 100px;
    display: inline-block;
    margin-top: -10px;
    margin-left: -10px;
    width: 80px;
}

.menu-primary {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 1px;
    padding: 0;
}

.menu-primary > li {
    display: inline-block;
    padding: 0 10px;
}

.menu-primary > li > a {
    color: #666;
}

.menu-primary > li > a > span {
    line-height: 30px;
    display: inline-block;
    height: 34px;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
}

.menu-primary > li > a:hover > span, .menu-primary > li.active > a > span {
    color: #2359a8;
    border-bottom: 2px solid #2359a8;
}

.menu-secondary {
    list-style: none;
    padding: 0;
    height: 40px;
    text-align: right;
    margin: 0 0 -31px;
}

.menu-secondary > li {
    display: inline-block;
    padding: 0 15px 0 15px;
}

.menu-secondary > li > a {
    display: block;
}

.menu-secondary > li > a > span {
    line-height: 38px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #999;
}

.menu-secondary > li:hover > a {
    border-bottom: 2px solid #999;
}

.menu-secondary > li:hover > a > span {
    color: #999;
}

.menu-secondary > li.active > a {
    border-bottom: 2px solid #2359a8;
}

.menu-secondary > li.active > a > span {
    color: #2359a8;
}

.page-title {
    /*list-style: none;
    padding: 0;*/
    border-bottom: 2px solid #f7f3f3;
    /*height: 40px;*/
    /*text-align: right;
    margin: -50px 0 0;*/

    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s ease-in-out;
}

.highlight {
    background: #f7f3f3ab; /*f7f3f32b;*/
    padding: 30px;
    border: 1px solid #eeeeee54;
    border-radius: 4px;
}

.highlight-full {
    margin: 0 -30px;
}

/*
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group-prepend {
    margin-right: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}*/

.progress {
    height: 10px;
    margin-top: 10px;
    display: none;
}

.icon-csv {
    width: 16px;
    -webkit-filter: invert(1);
    filter: invert(1);
}

#showCountedInfo {
    font-family: 'Roboto Condensed', sans-serif;
}

.input-group {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

#inpMobileNo {
    width: 80%;
}

.btn-custom-1 {
    background: #e9ecef;
    border: 0;
    border-radius: 100px;
    color: #2359a8;
}

.btn-custom-2 {
    padding: 10px;
    background: #e9ecef;
    border: 0;
    border-radius: 100px;
    color: #2359a8;
}

footer {
    width: 1000px;
    margin: 20px auto 0;
    line-height: 23px;
    border-top: 2px solid #f3e9e9;
    background: #faf7f7;
    padding: 10px;
}

.bg-color-white {
    background-color: #fff !important;
}

div#filteredMobileNo > span {
    background: #f1f1f1;
    display: inline-block;
    padding: 3px 12px;
    margin: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #15c;
    font-family: monospace;
}

div#filteredMobileNo > span > span {
    position: absolute;
    background: #f1f1f1;
    width: 84px;
    overflow: hidden;
    white-space: nowrap;
    border-right: 10px solid #f1f1f1;
    display: inline-block;
    color: #de1212;
}

div#filteredMobileNo > span > span:hover {
    width: auto;
    border-right: 0 solid #f1f1f1;
    z-index: 100;
    box-shadow: 0 0 3px 0 #0000009c;
    margin-left: -11px;
    border-radius: 2px;
    padding: 3px 12px;
    margin-top: -3px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.progress-bar {
    height: 100%;
}

ul.tc-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.tc-list > li {
}

ul.tc-list > li {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

ul.tc-list > li:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

ul.tc-list > li:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
    margin-bottom: 0;
}

.custom-listing > li {
    overflow: hidden;
}

.custom-listing > li .ico-csv {
    width: 30px;
    height: 40px;
    overflow: hidden;
    background-size: contain;
    opacity: .6;
    float: left;
    font-size: 35px;
    text-align: center;
}

.custom-listing > li .details {
    float: left;
    margin-left: 20px;
}

.custom-listing > li .title {
    margin: -6px 0 0 0;
    font-weight: bold;
    color: #666;
    font-size: 120%;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

.custom-listing > li .properties {
    font-size: 70%;
    color: gray;
}

.custom-listing > li .properties > span {
    color: orange;
}

#divUploadedFileInfo {
    padding: 0;
    margin-top: 11px;
}

.btn-custom {
    margin-bottom: 5px;
    min-width: 60px;
    font-size: 12px;
    padding: 2px 8px;
}

.ico-option {
    font-size: 27px;
    display: inline-block;
    width: 30px;
}

.custom-listing > li label.details {
    float: left;
    display: block;
    width: 100%;
    margin-left: 0;
}

.custom-listing > li label.details > .ion-ios-checkmark-circle {
    font-size: 30px;
    display: block;
    float: left;
    padding: 4px 20px 4px 4px;
    color: #d1d1d1;
}

.custom-listing > li label.details > .ion-ios-checkmark-circle.active {
    color: #89a745;
}

.check-custom {
    font-size: 30px;
    color: #d1d1d1;
}

.check-custom.active {
    color: #89a745;
}

.content-title {
    font-family: 'Roboto Condensed', sans-serif;
}

.content-title > span {
    font-family: 'Montserrat', sans-serif;
}

.content-title > i.material-icons {
    position: relative;
    bottom: -3px;
}

.web-row {

}

.custom-down {
    font-size: 100px;
    color: #17a2b8;
}

.device-row {
    min-height: 100px;
    background: #FFF;
    border-radius: 10px;
    padding: 20px;
    overflow: hidden;
    color: #999;
    margin-top: 30px;
}

.device-row > .info {
    overflow: hidden;
    font-family: 'Open Sans Condensed', sans-serif;
}

.device-row > .info > h5 {
    float: left;
    line-height: 50px;
}

.device-row > .info > h6 > b {

}

.device-row > .info > span {
    float: right;
    line-height: 60px;
}

.device-row > .api-key {

}

.device-row > .api-key > h6 {
    font-size: 32px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 600;
}

.device-row > .api-key > h6 > b {
    font-size: 32px;
    font-family: 'Lato', sans-serif;
    display: inline-block;
    float: right;
}

.device-row .change-mobile-no {
    font-family: arial, serif;
    font-weight: 100;
    font-size: 16px;
    position: relative;
    top: -2px;
    display: none;
}

.device-row:hover .change-mobile-no {
    display: inline-block;
}

.links {
    text-align: right;
}

.subscription-info {
    width: calc(50% - 10px);
    float: left;
    margin-top: 30px;
    background: #fafdfe;
    padding: 10px;
    border-radius: 10px;
}

.device-info {
    width: calc(50% - 10px);
    float: right;
    margin-top: 30px;
    background: #fafdfe;
    padding: 10px;
    border-radius: 10px;
}

.info-table-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    line-height: 50px;
    color: #17a2b8;
}

.check-api-group-page {
    bottom: -5px;
    position: relative;
}

/* Login */
.login {
    background: #44b3d4;
}

.page-login-header {
    text-align: center;
    line-height: 100px;
    color: #FFF;
    font-weight: bold;
    font-size: 30px;
}

.page-login-header > img {
    width: 50px;
}

.page-login-header > span {
    font-size: 42px;
    color: #fff600;
}

.page-login-box {
    background: #FFF;
    width: 470px;
    margin: 0 auto;
    border-radius: 4px;
}

.page-login-box-title {
    font-size: 31px;
    line-height: 105px;
    font-weight: 100;
    font-family: 'Montserrat', sans-serif;
}

a.sign-up {
    color: #FFF;
    font-weight: bold;
}

.page-login-tc {
    text-align: center;
    margin: 0 40px;
}

.input-style-1 > input[type='text'], .input-style-1 > input[type='password'] {
    width: 80%;
    margin: 0 10%;
    border: 2px solid #3baf5654;
    background: #3baf560a;
    border-radius: 3px;
    font-size: 20px;
    padding: 10px;
    outline: 0 none;
}

.input-style-1 > input[type='submit'], .input-style-1 > button {
    width: 80%;
    margin: 0 10%;
    border: 0 solid #00000040;
    background: #28a745e8;
    border-radius: 3px;
    font-size: 20px;
    padding: 10px;
    color: #FFF;
    outline: 0 none;
}

.file-title > span:nth-child(1) {
    line-height: 38px;
}

.file-title > span:nth-child(2) {
    line-height: 38px;
    text-decoration: underline;
    color: #15c;
}

.mob-no-col {
    background: none;
    border: 0;
}

#divContactGroupOp {
    margin-top: 20px;
}

.custom-btn-add-device {
    line-height: 100px;
    font-size: 30px;
    margin: -20px;
    width: calc(100% + 40px);
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000 !important;
}



table#smsReport > tbody > tr > td:nth-child(1) {
    text-align: center;;
}

table#smsReport > tbody > tr > td:nth-child(2) {
    text-align: center;
}

table#smsReport > tbody > tr > td:nth-child(4) {
    text-align: center;
}

table#smsReport > tbody > tr > td:nth-child(5) {
    text-align: center;
}

table#smsReport > tbody > tr > td:nth-child(6) {
    text-align: center;
}

table#smsReport > tbody > tr > td:nth-child(7) {
    text-align: center;
}



table#contacts > tbody > tr > td:nth-child(1) {
    text-align: center;;
}

table#contacts > tbody > tr > td:nth-child(3) {
    text-align: center;
}

table#contacts > tbody > tr > td:nth-child(4) {
    text-align: center;
}

table#contacts > tbody > tr > td:nth-child(5) {
    text-align: center;
}

table#contacts > tbody > tr > td:nth-child(6) {
    text-align: center;
}

table#contacts > tbody > tr > td:nth-child(7) {
    text-align: center;
}



.sorting-url{
    float: right;
    width: 20px;
    font-size: 15px;
}
.sorting-url > a{
    display: block;
    height: 10px;
    font-size: 30px;
    overflow: hidden;
}

.sorting-url > a:nth-child(1) > i {
    position: relative;
    top: -18px;
}

.sorting-url > a:nth-child(2) > i {
    position: relative;
    top: -16px;
}

