﻿* {
    margin: 0px;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

@font-face {
    font-family: 'tbc';
    src: url(../../fonts/tbc.ttf);
}
input {
    border-radius: 5px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 31px;
}
button {
    border-radius: 5px!important;
}
.btn-success {
    border-radius: 5px;
    background-color: #394052;
    border-color: #394052;
}
 .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
     color: #fff;
     background-color: #555555;
     border-color: #555555;
 }
.borderRadius {
    border-radius: 10px;
    box-shadow: 2px 3px 10px #cccccc;
}
a {
    text-decoration: none;
    color: #394052;
}