﻿/* form controls */
textarea,input[type="text"],input[type="password"],input[type="Emphasize"],input[type="file"],.uneditable-input,select{border-radius: 3px;color: #333333;padding: 3px;background-color:#ffffff;border: 1px solid #5fabdb;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border linear .2s,box-shadow linear .2s;-moz-transition:border linear .2s,box-shadow linear .2s;-o-transition:border linear .2s,box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s}                                                        
input[type="Emphasize"]{border:1px solid #ff6347}
textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="Emphasize"]:focus,.uneditable-input:focus,input[type="checkbox"]:focus,input[type="radio"]:focus{background:#FFF8E1;border-color:rgba(82,168,236,0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)}
input[type=image] {cursor: pointer}
input[type=checkbox], input[type=radio]{margin-left:5px}

/*=========================== buttons =======================================*/
.iButton {padding: 5px !important;text-align: center;-webkit-transition: 0.3s;-moz-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;cursor: pointer;border-radius: 3px}
.iButton:hover, .iButton:active, .iButton:focus {box-shadow: 0 1px 2px lightslategrey;-webkit-transform: scale(1.05);transform: scale(1.05);border-radius: 8px;text-decoration: none}

.iButtonSimple{text-align: center; -webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s;transition:0.3s;cursor: pointer;display: inline-block; text-decoration:none}
.iButtonSimple:hover{-webkit-transform: scale(0.9);transform: scale(0.9);text-decoration: none}

.btn {display:inline-block;*display:inline;padding:4px 12px;margin-bottom:0;*margin-left:.3em;line-height:20px;color:#333;text-align:center;text-shadow:0 1px 1px rgba(255,255,255,0.75);vertical-align:middle;cursor:pointer;background-color:#f5f5f5;*background-color:#e6e6e6;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;border:1px solid #ccc !important;*border:0;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);border-bottom-color:#b3b3b3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);*zoom:1;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);text-decoration: none; box-shadow: none}
.btn:hover,.btn:focus,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{color:#333;background-color:#e6e6e6;*background-color:#d9d9d9;box-shadow: none}
.btn:active,.btn.active{background-color:#ccc \9; box-shadow: none}
.btn:first-child{*margin-left:0}
.btn:hover,.btn:focus{color:#333;text-decoration:none;background-position:0 -15px;-webkit-transition:.1s;-moz-transition:.1s;-o-transition:.1s;transition:.1s}
.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}
.btn.disabled,.btn[disabled]{cursor:default;background-image:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}

.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active{color:rgba(255,255,255,0.75); box-shadow: none}
.btn-primary{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#006dcc;*background-color:#04c;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;border-color:#04c #04c #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false); box-shadow: none}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{color:#fff;background-color:#04c;*background-color:#003bb3; box-shadow: none}
.btn-primary:active,.btn-primary.active{background-color:#039 \9; box-shadow: none}

.btn-danger{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#da4f49;*background-color:#bd362f;background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);background-repeat:repeat-x;border-color:#bd362f #bd362f #802420;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false); box-shadow: none}
.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{color:#fff;background-color:#bd362f;*background-color:#a9302a; box-shadow: none}
.btn-danger:active,.btn-danger.active{background-color:#942a25 \9; box-shadow: none}

.btn-info{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#49afcd;*background-color:#2f96b4;background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);background-repeat:repeat-x;border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2f96b4',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false); box-shadow: none}
.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{color:#fff;background-color:#2f96b4;*background-color:#2a85a0; box-shadow: none}
.btn-info:active,.btn-info.active{background-color:#24748c \9; box-shadow: none}


/* message */
.msgWarning {border: 1px solid #F2DD8C;background: #FFF5CC url('Image/Design/Message/msgWarning.gif') no-repeat right;color: #db7f1a;display: block;margin: 5px;padding: 5px 20px 5px 5px;}
.msgInfo {border: 1px solid #B8E2FB;background: #E8F6FF url('Image/Design/Message/msgInfo.gif') no-repeat right;color: #0085cc;display: block;margin: 5px;padding: 5px 20px 5px 5px;}
.msgDone {border: 1px solid #BBDF8D;background: #EAF7D9 url('Image/Design/Message/msgDone.gif') no-repeat right;color: #318c0e;display: block;margin: 5px;padding: 5px 20px 5px 5px;}
.msgError {border: 1px solid #FFAEAE;background: #FEEBEB url('Image/Design/Message/msgErrors.gif') no-repeat right;color: #e40000;display: block;margin: 5px;padding: 5px 20px 5px 5px;}

/* grid */
.Grid{width:100%;text-align:center;background:white;border:1px solid #c3c8cc;border-top:0}.GridSimple{width:100%;text-align:center;background:white;}.Grid td{padding-top:3px;padding-bottom:3px;text-align:center;}.GridSimple td{padding-top:4px;padding-bottom:4px;text-align:center;}.GridHeader{font-weight:normal;background-color: #eaeaea; border: 1px solid #c3c8cc ;text-align:center;color: #464646;height:30px;border-right:1px solid #c3c8cc;border-left:1px solid #c3c8cc}.GridHeader a{text-decoration:none;font-weight:normal;color:#464646;}.GridHeader a:hover{color:#1faaf4;}.GridHeader a:visited{color:#464646;}.GridItem{background: #ffff;}.GridAltItem{background: #e8f6ff;}.GridItemOver{background: #7fcff9;}.GridItemOverSelect{background: #7fcff9;cursor:pointer;}.SelectedRow{background: #0085cc;font-weight:bold;color:white;}.GridPager{color:#333;direction:rtl; border-top: 1px solid #c3c8cc}.GridPager table {margin:auto}.GridPager a{font-size:12px;padding:2px}.GridPager a:Selected{font-size:12px;padding:2px;color:Black}.RowIndex{width:30px;background:#2ba6ed;color:White}.DataList{border-right:1px solid #f0f0f0;border-left:1px solid #f0f0f0}.DataListItem{vertical-align:top;border-bottom:1px dashed #dfdfdf;padding-bottom:5px}

/*rad combo*/
.rcbInput radPreventDecorate{font-family:tahoma !important;font-weight: normal !important}
.rcbInput{font-family:tahoma !important;font-weight:normal !important;font-size: 11px !important}
.rcbList{text-align: right !important;width: 100% !important}
.rcbTemplate{ border-bottom: 1px dashed #d7eaf4;padding-left: 2px !important}
.rcbTemplate div{float: right;font-size:13px}
.rcbCheckBox{margin-top:2px !important}
.rcbLoading{ border-bottom: 1px solid #0099CC;color: #0099CC !important;background: #F5F5F5 url("Image/Icon/DataLoading.gif") no-repeat right !important;padding-top: 5px !important;padding-bottom: 5px !important}
/* rad toolbar */
.rtbText{font-weight: normal !important;font-family: tahoma !important}

/* Rad DropDownTree*/
.rtLI {text-align: right;}
.RadTreeView_Default {margin-right: 10px;}
.RadTreeView_rtl .rtPlus, .RadTreeView_rtl .rtMinus {right: -5px !important;}
.RadDropDownTree .rddtFakeInput {text-align: right !important}
.RadDropDownTree_Default .rddtInner {border-color: #5fabdb !important;background-image: none !important;background: white !important}
.RadDropDownTree_Default .rddtFocused {background: #e0faff !important}

/*=========================== Idea Grid =======================================*/
.IdeaGrid {width:100%;text-align:center;border: 1px solid #b9d5e1}
.IdeaGrid td{border: dotted 1px #b9d5e1;border-left: 0;border-right: 0;text-align: center;padding:6px 4px;color: #494949;-moz-transition: all 0.5s ease-out; /* FF4+ */ -o-transition: all 0.5s ease-out; /* Opera 10.5+ */ -webkit-transition: all 0.5s ease-out; /* Saf3.2+, Chrome */ transition: all 0.5s ease-out;}
.IdeaGrid td:hover{ background: #f0ffba;}

.IdeaGridHeader th{height:35px ;background:#f8f9ff;text-align: center;border-bottom:2px solid #0073ea;-moz-transition: all 0.5s ease-out; /* FF4+ */ -o-transition: all 0.5s ease-out; /* Opera 10.5+ */ -webkit-transition: all 0.5s ease-out; /* Saf3.2+, Chrome */ transition: all 0.5s ease-out;}
.IdeaGridHeader th:hover{background: #d8f5ff;}
.IdeaGridHeader a, .IdeaGridHeader a:visited{text-decoration: none;text-align:center;display: block;padding: 3px 0 3px 0;color: #0073ea;font-size: 12px;font-weight: bold}.IdeaGridHeader a:hover{ color: #009137;text-decoration: none}

.IdeaGridFooter{background:#f8f9ff;border-top:2px solid #b9d5e1;} .IdeaGridFooter td:hover{background: #f8f9ff}
.IdeaGridFooter td div center table tbody tr td{ padding: 0;margin: 0;border: 0}

.IdeaGridPager tbody tr td a{ padding: 5px 6px 5px 6px;display: block;border: solid 1px #b9d5e1;margin: 1px;border-radius: 5px;-moz-transition: all 0.5s ease-out; /* FF4+ */ -o-transition: all 0.5s ease-out; /* Opera 10.5+ */ -webkit-transition: all 0.5s ease-out; /* Saf3.2+, Chrome */ transition: all 0.5s ease-out;}
.IdeaGridPager tbody tr td a:hover{  background: #b2e1f5;text-decoration: none;border-radius: 10px;border-color: #b2e1f5}
.SelectedPage{ background: #0073ea;color: white}

.SelectedRow{background: #b5dd31;font-weight:normal;color:Black}
.CommandCell{height:22px;width:24px;text-align: center} 
.CommandCell input[type="image"],.CommandCell a img,.CommandCell img,.CommandCell div img{ border-radius: 5px;-moz-transition: all 0.5s ease-out;-o-transition: all 0.5s ease-out;-webkit-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
.CommandCell input[type="image"]:hover,.CommandCell a img:hover,.CommandCell img:hover,.CommandCell div img:hover{border-radius: 10px;-webkit-transform: scale(1.2);transform: scale(1.2)}
.InvisibleElement{display:none;}
.SortAsc{ background: #eef3f8 url(Images/icons/Arrows/sortDown.png) no-repeat 5px 10px !important}.SortDesc{background: #eef3f8 url(Images/icons/Arrows/sortUp.png) no-repeat 5px 10px !important}

.ideacheck input[type="checkbox"] {display: none !important;}
.ideacheck label {display: inline-block;border-radius:4px;border: none;padding: 4px 10px;background-color: #F6F7F9;text-align: -webkit-match-parent;margin: 1px}
.ideacheck input[type="checkbox"] + label {color: #c6c6c6;border: 1.5px solid transparent;}
.ideacheck input[type="checkbox"]:checked + label {border: 1.5px solid #131f52;color: #131f52;}
.ideacheck input[type="checkbox"]:disabled + label {text-decoration:line-through;cursor: not-allowed;opacity: 0.5;}
.ideacheck input[type="checkbox"]:checked:disabled + label {text-decoration:none;cursor: url('/CRM/App_Themes/Idea/Images/icon/OK.gif'), auto;opacity: 0.7}

.idearadio input[type="radio"] {display: none !important;}
.idearadio label {display: inline-block;opacity:0.75 !important; margin:5px; padding:5px; border:1px solid #DDDDDD; border-radius:4px; background-color:#FFFFFF}
.idearadio label:hover {cursor:pointer}
.idearadio input[type="radio"] + label {color: #c6c6c6;opacity:0.75 !important}
.idearadio input[type="radio"]:checked + label {color: #131f52;  opacity:1 !important; border-color:#AAAAAA}
.idearadio input[type="radio"]:disabled + label {display:none}

@keyframes blink {0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; }}
.blink {animation: blink 2s infinite;}