﻿
.tso-font-small {
    font-size: small;
}
.tso-inputtext-lable {
  
    font-family: Arial, Helvetica, sans-serif;
}
.tso-inputtext-box {
    color: blue;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    /* width: 20%;*/
    margin: 1%;
    /* float: left;*/
    padding-top: 0%;
    padding-bottom: 0%;
}
.tso-inputtext-select {
    color: red;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
     /*width: 20px;*/
    /*margin: 1%;*/
    height:50px;
    /* float: left;*/
    /*padding-top: 5px;
    padding-bottom: 10%;*/
}
.tso-ch {
    font-size:small;
    color: blue;
}
.tso-hc {
    color: red;
}
.tso-input-font-color {
    color: blue;
}

.tso-inputbox-size {
    width: 20%;
    margin: 1%;
    margin-top:0px;
    float: left;
}

.tso-abc {
    color: blue;
}

#transparent-border {
    border: 1px solid transparent;
}

#no-border {
    border: none;
}

form, input, label,p{
    color:green;
}

.tso-button {
    background: #ff0000;
    color: #fff;
    padding: 8px 20px !important;
    display: inline-block;
}

.tso-login-button {
    border: 2px solid #dedede;
    margin-right: 8px;
    padding: 6px 20px !important;
}

.tso-color-red {
    background-color: red!important;
}

/*.dx-calendar-cell.dx-calendar-selected-date.dx-calendar-contoured-date, .dx-calendar-cell.dx-calendar-selected-date.dx-calendar-today.dx-calendar-contoured-date {
    -webkit-box-shadow: inset 0 0 0 1px #ff0000, inset 0 0 0 1000px #ff0000;
    box-shadow: inset 0 0 0 1px #ff0000, inset 0 0 0 1000px #ff0000;
}
.dx-calendar-cell.dx-calendar-selected-date.dx-calendar-contoured-date {
    color: #ffd800;
}*/
.dx-datebox input.dx-texteditor-input {
    color: blue;
}

.dx-textbox input.dx-texteditor-input {
    color: blue;
}

.dx-numberbox input.dx-texteditor-input {
    color: blue;
}
.navbar-brand img {
    height: 100px;
    line-height: 100px;
    float: left;
  /*  margin-top: 15px;
    margin-right: 7px;*/
}

.navbar-custom {
    height: 35px;
}
/*body {
    color: #000;
    overflow-x: hidden;
    height: 100%;*/
    /* background-image: url("https://i.imgur.com/GMmCQHC.png");*/
    /*background-repeat: no-repeat;
    background-size: 100% 100%
}

.card {
    padding: 10px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none !important;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2)
}

.blue-text {
    color: #00BCD4
}

.form-control-label {
    margin-bottom: 0
}

input,
textarea,
button {
    padding: 8px 15px;
    border-radius: 5px !important;
    margin: 5px 0px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 18px !important;
    font-weight: 300 ;
    
    background: #2835a7;
    color: #fff;
    padding: 8px 20px !important;
    display: inline-block;
}

    input:focus,
    textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #00BCD4;
        outline-width: 0;
        font-weight: 400
    }

.btn-block {
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: 400;
    height: 43px;
    cursor: pointer
}

    .btn-block:hover {
        color: #fff !important
    }

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}*/

