.hiddenField {
    border:solid 1px #000;
}
@media (max-width: 767px) {
  .text-center-xs {
    text-align: center; } }

@media (min-width: 768px) {
  .img-responsive-sm {
    display: block;
    height: auto;
    max-width: 100%; } }

@media (max-width: 767px) {
  .no-mg-t-xs {
    margin-top: 0 !important; } }

.no-mg-t {
  margin-top: 0 !important; }

.no-mg-b {
  margin-bottom: 0 !important; }

.center-block {
  margin-left: auto;
  margin-right: auto; }

#stats-chart1, #stats-chart2, #stats-chart3, #stats-chart7, #stats-chart8 {
  height: 200px; }

.color-settings {
  width: 180px; }
  .color-settings .color-title {
    font-weight: bold;
    padding-left: 10px; }

.wysihtml5-sandbox {
  box-sizing: border-box; }




/*Custom Fonts By Jamshed*/
.control-label{
    font-family:Calibri;
}

.form-control {
    border-radius: 3px!important;
    border-color:darkcyan;
}

input[type="text"] {
    border-radius: 3px!important;
    border-color:darkcyan;
    box-shadow: none !important;
    /*box-shadow:0 10px 10px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;*/
}

input[type="text"]:focus {
    border-radius: 3px!important;
    border-color:red;
    box-shadow: none !important;

    /*box-shadow:2px 5px 10px red!important;*/
    /*box-shadow:5px 10px 18px red!important;*/
    /*box-shadow:0 10px 10px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;*/
}

textarea:focus {
    border-radius: 3px!important;
    border-color:red!important;
    box-shadow: none !important;
    /*box-shadow:5px 10px 18px red!important;*/
    /*box-shadow:2px 5px 10px red!important;*/
    /*box-shadow:0 10px 10px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;*/
}

/*For dropdown without select2 option*/
select:focus {
    border-radius: 3px!important;
    border-color:red!important;
    box-shadow: none !important;
    /*box-shadow:2px 5px 10px red!important;*/
}

.select2-container-active .select2-choice {
    border-radius: 3px!important;
    border-color:red!important;
    box-shadow: none !important;
    /*box-shadow:2px 5px 10px red!important;*/
        /*0 10px 10px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;*/
}

/*.select2-container-active.select2-dropdown-open .select2-choice {
    border-radius: 3px!important;
    border-color:red!important;
    box-shadow:5px 10px 18px red!important;
}*/

input[type="password"] {
    border-radius: 3px!important;
    border-color:darkcyan;
}

.select2-container {
    border-radius: 3px!important;
    border-color:darkcyan;
}
.select2-choice {
    border-radius: 3px!important;
    border-color:darkcyan!important;
}

.select2-container-multi {
    border-radius: 3px!important;
    border:1px!important;
    border-color:darkcyan!important;
}

.select2-choices {
    border-radius: 3px!important;
    border-color:darkcyan!important;
}
.input-group-addon {
    border-radius: 3px!important;
    border-color:darkcyan!important;
}

.btn {
    border-radius: 5px!important;
    border-color:darkcyan!important;
}

.k-button {
    border-radius: 5px!important;
    border-color:darkcyan!important;
}