﻿.error {
    background: url(../img/error.png) no-repeat right center;
}

textarea.error {
    background: url(../img/error.png) no-repeat right top;
}

.qtiperror {
    background-color:#FFCCCC;
    color: #660000;
    border: solid 1px red;
}


.errorlabel {
    color:red;
}

.activemenuitem {
    font-weight:bolder;
}

.hoverable {
    cursor:pointer;
}

.hoverable:hover {
    background-color:#5E5E5E;
    color:white;
}

.linkbutton {
    color:#34495e; font-weight:bolder;
}

.linkbutton :hover {
    color:black;
}

.selectedtitle {
    font-weight:bolder;
    border-bottom:none;



    border-top: 1px solid #D8DCDF;
    border-left: 1px solid #D8DCDF;
}

.titleseparator {
    border-left: 1px solid #D8DCDF;
    border-bottom: 1px solid #D8DCDF
}

.unselecttitle {
     border-left: 1px solid #D8DCDF;
     border-top: 1px solid #D8DCDF;
     border-bottom: 1px solid #D8DCDF;
}
.unselecttitle a
{
     color:black;
     text-decoration:none;
}

.graytable {
    border-bottom: 1px solid #D8DCDF;
    border-left: 1px solid #D8DCDF;
    border-right: 1px solid #D8DCDF;
    width:100%;
}

    .graytable td {
        padding:10px;
    }

.successlabel {
    color:green;
}

.darkblueButton[disabled=disabled] {
    opacity:0.5;
}

.bluetext {
    color:#34495e;
}

.grayinput {
    border: 1px solid #D8DCDF;
    color: black;
    font-size: 14px;
    padding: 3px 5px;
}

.archive_tariff_tr {/*строка таблицы с историей тарифов пользователя подкрашивается серым если тариф архивный*/
    background:#ebe8e8
}

.ui-widget { /*диалоги jquery*/
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif !important;
    font-size:1em;
}

.ui-button {
    background: none repeat scroll 0 0 #34495e !important;
    border: medium none !important;
    color: white !important;
    cursor: pointer !important;
    font-size: 14px !important;
    font-weight: bold !important;
    margin: 0 !important;
    padding: 5px 12px !important;
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    margin-right:2px !important;
}

.ui-button:hover {
    background: #014665 !important;
}


.selectedtitle > a {
    text-decoration:none;
    color:black;
}

.istipcss {
    background:linear-gradient();
    background-color: lightgray;
    border:1px solid gray;
}

.inactive_icon {
    opacity:0.1;
    cursor:default;
}

#taskmodal {
   position: fixed;
   bottom: 20px;
   right:20px;
   margin:10px;   
   padding:10px;
   padding-left:20px;
   color:  #34495e;
   opacity:0.5;
   cursor:pointer;
   background: url('/images/task.png') no-repeat;
   width:128px;
   height:128px;
   font-size:60px;
   text-align:center;
}

    #taskmodal:hover {
        opacity:1;

    }

#smsqueue {
   position: fixed;
   bottom: 150px;
   right:20px;
   margin:10px;   
   padding:10px;
   padding-left:20px;
   color:  #34495e;
   opacity:0.5;
   cursor:pointer;
   background: url('/images/queue.png') no-repeat;
   width:128px;
   height:128px;
   font-size:40px;
   text-align:center;
}

    #smsqueue:hover {
        opacity:1;

    }

    #smsspeed {
   position: fixed;
   bottom: 278px;
   right:20px;
   margin:10px;   
   padding:10px;
   padding-left:20px;
   color:  #34495e;
   opacity:0.5;
   cursor:pointer;
   background: url('/images/speed.png') no-repeat;
   width:128px;
   height:128px;
   font-size:40px;
   text-align:center;
}

    #smsspeed:hover {
        opacity:1;

    }
#taskmodaldlg td{
    padding:5px;
}
.custom-hidden {
    display: none;
}


.liteGrayButton {
    background-color: lightgrey;
    color: #000;
    border: none;
    padding: 7px 15px !important;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    margin: 0px;
}
.liteGrayButton:hover {
    background-color: lightgrey;
    color: #000;
}

.badge {
    padding-bottom:4px !important; 
    padding-top:4px !important;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    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;
}
.badgedoctype_None {
    color: #fff;
    background-color: #dc3545;
}

.badgedoctype_Letter {
    color: #fff;
    background-color: #6c757d;
}

.badge_month {
    color: #fff;
    background-color:grey;
    font-size: 14px;
}

.badge_year {
    color: #fff;
    background-color: grey;
    font-size: 14px;
}


.badge_monthon {
    color: #fff;
    background-color:darkorange;
    font-size: 14px;
}

.badge_yearon {
    color: #fff;
    background-color: darkorange;
    font-size: 16px;
}
.badge_premium {
    color: black;
    background-color: #ffd700;
}



.badgedoctype_Contract {
    color: #fff;
    background-color: #007bff;
}

.badgedoctype_AddAgreement {
    color: #fff;
    background-color: #003366;
}

.badgedoctype_Bill {
    color: #212529;
    background-color: #ffc107;
}
.badgedoctype_UPD {
    color: #fff;
    background-color: #28a745;
}
.badgedoctype_Attorney {
    color: #fff;
    background-color: #17a2b8;
}
.badgedoctype_TTH {
    color: #fff;
    background-color: #336633;
}

.badgedoctype_UKD {
    color: #fff;
    background-color: #990000;
}
.badgedoctype_KAgreement {
    color: #fff;
    background-color: #FF4500;
}

.badgedoctype_CMR {
    color: #fff;
    background-color: violet;
}

.badgedoctype_Act {
    color: #fff;
    background-color: maroon;
}


.badgeCreateContragent {
    color: #fff;
    background-color: #0066CC;
    font-size: 100%;
    text-decoration: none;
}


.badgeBankstatementcardlink {
    color: #fff;
    background-color: #0066CC;
    font-size: 100%;
    text-decoration: none;
}

.bankStatementExcludeReceivables {
    background-color: #FFF0F5;
}


